/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# General
# Layout
# Transitions
# Forms
# Tables
# Navigation
    ## Links
    ## Menus
# Pages
    ## Product Archive
    ## Single Product
    ## My Account
    ## Cart
    ## Checkout
    ## Wishlist
# Media
# Clearings
# Widgets
# Responsive
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

.woocommerce-FormRow label,
.woocommerce-product-rating .star-rating {
    font-size: 15px;
}

/* Colors */

.form-row label .required {
    color: #999;
}


/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.woocommerce form.woocommerce-ordering {
    float: right;
}

.woocommerce form.woocommerce-ordering select {
    outline: none;
}

img,
.products .product-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Transitions
--------------------------------------------------------------*/

.woocommerce #shipping_method label.checkbox:before,
.woocommerce #shipping_method input[type=radio] + label:before,
.woocommerce #shipping_method input[type=checkbox] + label:before,
.woocommerce-checkout-payment label.checkbox:before,
.woocommerce-checkout-payment input[type=radio] + label:before,
.woocommerce-checkout-payment input[type=checkbox] + label:before,
.woocommerce #shipping_method label.checkbox:after,
.woocommerce #shipping_method input[type=radio] + label:after,
.woocommerce #shipping_method input[type=checkbox] + label:after,
.woocommerce-checkout-payment label.checkbox:after,
.woocommerce-checkout-payment input[type=radio] + label:after,
.woocommerce-checkout-payment input[type=checkbox] + label:after {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.products .product-category {
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.products .product-category .item a:before {
    -webkit-transition: opacity .5s ease;
    -moz-transition: opacity .5s ease;
    -ms-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
}

.pswp__bg, 
.pswp__caption, 
.pswp__top-bar {
    -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -moz-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -ms-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    -o-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
    transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__share-modal {
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}

.ps-container .ps-scrollbar-y {
    -webkit-transition: background-color .2s linear;
    -moz-transition: background-color .2s linear;
    -ms-transition: background-color .2s linear;
    -o-transition: background-color .2s linear;
    transition: background-color .2s linear;
}

.ps-container .ps-scrollbar-y-rail {
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    -moz-transition: background-color .2s linear, opacity .2s linear;
    -ms-transition: background-color .2s linear, opacity .2s linear;
    -o-transition: background-color .2s linear, opacity .2s linear;
    transition: background-color .2s linear, opacity .2s linear;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

input[type=number] {
    -moz-appearance: textfield;
}

.woocommerce .quantity .qty::-webkit-outer-spin-button, 
.woocommerce .quantity .qty::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.woocommerce form .form-row label.checkbox, 
.woocommerce-page form .form-row label.checkbox {
    display: inline;
}

.woocommerce form .create-account p {
    margin-left: 22px;
}

.form-row-first {
    padding-right: 30px;
}

.form-row-first, 
.form-row-last {
    float: left;
    width: 50%;
    overflow: visible;
}

.form-row select, 
.form-row textarea {
    width: 100%;
    margin-right: 10px;
}

.woocommerce .form-row select {
    padding: 10px 15px;
    border: 1px solid #d9d9d9;
}

.comment-form .form-submit {
    margin-bottom: 0;
}

form label {
    margin-bottom: 8px;
}

.woocommerce form .form-row textarea {
    display: block;
    height: 120px;
    line-height: 1.5;
}

.form-row label {
    display: inline-block;
    font-size: 14px;
}

/*--------------------------------------------------------------
# Tables
--------------------------------------------------------------*/

.woocommerce table.shop_table {
    width: 100%;
    padding: 20px !important;
    border: none;
}

.woocommerce table.shop_table tr,
.woocommerce table.shop_table th,
.woocommerce table.shop_table td {
    padding: 15px 0;
    border: none;
}

.woocommerce table.shop_table tbody tr {
    text-align: left;
}

.woocommerce table.shop_table .actions .button {
    width: auto;
}

.woocommerce .shop_table.cart .product-thumbnail img {
    width: 120px;
    max-width: 120px;
}

.woocommerce .shop_table .product-thumbnail a, 
.woocommerce .shop_table .product-thumbnail img {
    width: 100% !important;
}

.woocommerce .shop_table.cart .product-name {
    text-align: left;
}

.woocommerce .shop_table.cart .product-name a {
    font-size: 15px;
}

.woocommerce .shop_table.cart .product-name a:hover {
    color: #C39F76;
}

.woocommerce .shop_table.cart .product-quantity .quantity .qty {
    font-size: 18px;
}

.woocommerce table.cart td.actions input.button {
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce .shop_table.cart tr, 
.woocommerce .shop_table.cart th, 
.woocommerce .shop_table.cart td {
    font-weight: 400;
    padding: 20px !important;
    vertical-align: middle;
    text-align: center;
}

.woocommerce .shop_table.cart th {
    font-size: 16px;
    text-transform: uppercase;
}

.woocommerce table.shop_table tr:last-of-type th,
.woocommerce table.shop_table tr:last-of-type td {
    border-bottom: none;
}

.woocommerce table.shop_table th, 
.woocommerce table.shop_table td,
.woocommerce table.shop_table tr:first-of-type th,
.woocommerce table.shop_table tr:first-of-type td {
    text-align: left;
    border-bottom: 1px solid #eee;
}

.woocommerce .shop_table.cart td.product-price {
    font-weight: 600;
    color: #999;
}

.woocommerce .shop_table.cart td.product-subtotal {
    font-weight: 600;
    color: #474747;
}

.woocommerce .shop_table.cart .product-remove a {
   display: inline-block;
   font-size: 30px;
   padding: 5px 8px;
   text-align: center;
   line-height: 1;
   color: #474747;
}

.woocommerce .shop_table.cart .product-remove a:hover {
    color: #C39F76;
}

.woocommerce .shop_table.cart td.actions {
    margin-top: 5px;
    text-align: left !important;
}

.woocommerce .cart-collaterals table,
.woocommerce .cart-collaterals th,
.woocommerce .cart-collaterals tr {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#add_payment_method .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    width: 40%;
}

.woocommerce table.shop_table tr th:last-child, 
.woocommerce table.shop_table tr td:last-child {
    text-align: right;
}

#add_payment_method .cart-collaterals .cart_totals table td, 
#add_payment_method .cart-collaterals .cart_totals table th, 
.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th, 
.woocommerce-checkout .cart-collaterals .cart_totals table td, 
.woocommerce-checkout .cart-collaterals .cart_totals table th {
    vertical-align: top;
    border-left: 0;
    border-right: 0;
    line-height: 1.5em;
}

.woocommerce .cart-collaterals .shop_table tr td {
    text-align: right;
}

.woocommerce .shop_attributes tr, 
.woocommerce .shop_attributes td {
    padding: 0;
    border: 0;
}

.woocommerce .shop_attributes tr th, 
.woocommerce .shop_attributes tr td {
    font-size: 16px;
    line-height: 1.6;
    padding-bottom: 19px;
}

.woocommerce .shop_attributes th {
    width: 70%;
    min-width: 120px;
    color: #282828;
}

.woocommerce .shop_attributes td {
    width: 30%;
    color: #999;
}

.woocommerce .shop_attributes th, 
.woocommerce .shop_attributes td, 
.woocommerce .shop_attributes caption {
    font-weight: normal;
    vertical-align: top;
    text-align: left;
}

.woocommerce .shop_attributes p {
    margin-bottom: 0;
}

.woocommerce div.product form.cart .variations {
    width: 70%;
    margin: auto;
    position: relative;
}

.variations tr {
    border-bottom: 20px solid transparent;
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th {
    border: 0;
    vertical-align: top;
    line-height: 2em;
}

#order_review2 .shop_table thead {
    display: none;
}

/* Wislist table */

.woocommerce table.wishlist_table thead th {
    border-top: 0 !important;
}

.wishlist_table tr td.product-thumbnail a {
    max-width: 100%;
}

.woocommerce table.wishlist_table .wishlist-empty {
    text-align: center !important;
}

.wishlist_table .product-name a {
	font-size: 15px;
}

.wishlist_table .product-price .amount {
	font-size: 17px;
	color: #444;
}

.wishlist_table .product-add-to-cart .add_to_cart {
	border-radius: 0 !important;
}

.wishlist_table tfoot tr td {
	border: 0 !important;
}

.woocommerce table.wishlist_table {
    font-size: 100%;
}

.woocommerce #content table.wishlist_table.cart a.remove {
    color: #474747;
}

.woocommerce #content table.wishlist_table.cart a.remove:hover {
    color: #C39F76;
    background-color: transparent;
}

table.woocommerce-checkout-review-order-table .product-total, 
table.order_details .product-total {
    width: 50%;
}

table.woocommerce-checkout-review-order-table td:last-child, 
table.woocommerce-checkout-review-order-table .product-total, 
table.order_details td:last-child, 
table.order_details .product-total {
    text-align: right;
}

table.group_table tr.product {
    display: table;
    width: 100%;
    margin-bottom: 10px;
}

table.group_table tr.product,
table.group_table tr.product td {
    border: 0;
}

table.group_table tr.product td {
    padding: 0;
    vertical-align: middle;
}

table.group_table tr.product td:first-child {
    float: left;
    margin-right: 25px;
}

table.group_table tr.product td.label {
    display: block;
    text-align: left;
    margin-top: 10px;
}

table.group_table tr.product td.label a {
    font-size: 15px;
}

table.group_table tr.product td.price {
    text-align: right;
}

.single-product .product .cart table.group_table tr.product td.price ins {
    margin-right: 0;
}

table.group_table tr.product td.price .amount,
table.group_table tr.product td.price .stock {
    font-size: 14px;
    font-weight: 600;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/* My account nav */

.woocommerce-MyAccount-navigation ul li {
    list-style: none;
    border-right:2px solid #eee;
}

.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    font-size: 17px;
    font-weight: 500;
    padding: 10px 12px;
    color: #999;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #444;
}

.woocommerce-MyAccount-navigation ul li.is-active {
    border-right-color: #444;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
    color: #444;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

/* Mini Cart */

.mini-cart-wrap {
    margin: 15px 0;
}

.mini-cart-items {
	max-height: 320px;
    position: relative;
    overflow: hidden;
}

.mini-cart-item {
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
}

.mini-cart-item .product-image {
	float: left;
}

.mini-cart-item a img {
	width: 60px;
	height: auto;
    margin-right: 20px;
}

.mini-cart-item .product-details {
	overflow: hidden;
}

.mini-cart-item h3 a {
    font-size: 15px;
    font-weight: 500;
    line-height: 19px;
   	margin-bottom: 5px;
   	vertical-align: top;
}

.mini-cart-item .product-details span {
	font-size: 13px;
}

.header-area .mini-cart-panel p {
    font-size: 14px;
    margin-bottom: 15px;
    text-align: center;
}

.mini-cart-item .product-subtotal span {
	font-size: 13px;
}

.mini-cart-footer .mini-cart-subtotal {
	font-size: 16px;
	margin-top: 15px;
	text-align: center;
}

.mini-cart-footer .mini-cart-subtotal strong {
    font-weight: 500;
}

.mini-cart-footer .mini-cart-buttons {
	margin-top: 25px;
	text-align: center;
}

.mini-cart-footer .mini-cart-buttons .view-cart-btn {
	margin-right: 20px;
}

.mini-cart-footer .mini-cart-buttons .view-cart-btn,
.mini-cart-footer .mini-cart-buttons .checkout-btn {
	display: inline-block;
	font-size: 15px;
	letter-spacing: 1.6px;
	padding: 8px 15px;
    border-width: 1px;
    border-style: solid;
	text-transform: uppercase;
}

.mini-cart-item .remove {
	float: right;
	font-size: 16px;
	margin-right: 15px;
}

.mini-cart-item .remove:hover {
	opacity: 0.7;
}

.mini-cart-footer .mini-cart-buttons a {
	color: #fff;
}

.mini-cart-ajax-bg {
	display: none;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
}

/* Mini cart value animation - Buzz Out */

@-webkit-keyframes hvr-buzz-out {

  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }

}

@keyframes hvr-buzz-out {

  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }

  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }

  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }

  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }

  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }

  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }

}

.shop-cart-btn .cart-ani {
    -webkit-animation-name: hvr-buzz-out;
    animation-name: hvr-buzz-out;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.shop-cart-btn .cart-value {
    transform: perspective(1px) translateZ(0);
}

/* Mini perfect-scrollbar */

.ps-container .ps-scrollbar-y {
    position: absolute;
    right: 0px;
    cursor: pointer;
}

.mini-cart-wrap .ps-scrollbar-y-rail {
    visibility: visible !important;
}

.ps-container .ps-scrollbar-y-rail {
    position: absolute;
    z-index: 100;
    opacity: 0;
}

.ps-container>.ps-scrollbar-y-rail>.ps-scrollbar-y {
    right: 0;
}

.ps-container>.ps-scrollbar-y-rail:hover>.ps-scrollbar-y,
.ps-container>.ps-scrollbar-y-rail:active>.ps-scrollbar-y {
    width: 6px;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
      background-color: #999;
      width: 6px; 
}

.ps-container>.ps-scrollbar-y-rail {
    width: 6px;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    background-color: #999;
    width: 6px; 
}


/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/

/* star ratings */

.ratings {
    display: inline-block;
    width: 100%;
    line-height: 1;
    vertical-align: middle;
    position: relative;
}

.star-rating {
    display: inline-block;
    font-family: star;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 2px;
    color: #d4d4d4;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    position: relative;
    vertical-align: middle;
}

.star-rating, p.stars a {
    font-weight: 400;
    height: 1em;
}

.star-rating span:before, 
.star-rating:before {
    content: "\53\53\53\53\53";
    top: 0;
    left: 0;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em
}

.star-rating span:before {
    position: absolute;
    color: #C39F76;
}

/* Loader animation */

.blockUI.blockOverlay:after {
    display: block;
    content: " ";
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {

  0%, 100% { -webkit-transform: scale(0.0) }
  50% { -webkit-transform: scale(1.0) }

}

@keyframes sk-bounce {

  0%, 100% { 
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  } 50% { 
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }

}

.woocommerce .cart-empty,
.woocommerce .return-to-shop {
    text-align: center;
}

.woocommerce .return-to-shop .button {
    display: inline-block;
}

/* Custom checkbox and radio */

.woocommerce input[type="radio"],
.woocommerce input[type="checkbox"] {
    display: none;
}

.woocommerce label.checkbox,
.woocommerce input[type=radio] + label,
.woocommerce input[type=checkbox] + label {
    position: relative;
    cursor: pointer;
    padding-left: 44px;
}

.woocommerce label.checkbox:before,
.woocommerce input[type=radio] + label:before,
.woocommerce input[type=checkbox] + label:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: -2px;
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.woocommerce label.checkbox:after,
.woocommerce input[type=radio] + label:after,
.woocommerce input[type=checkbox] + label:after {
    content: '';
    position: absolute;
    border-left: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    width: 12px;
    height: 6px;
    left: 6px;
    top: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top-color: transparent;
    border-right-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.woocommerce label.checkbox.checked:before,
.woocommerce input[type=radio] + label.checked:before,
.woocommerce input[type=checkbox] + label.checked:before {
    border-color: #23232c;
    background-color: #fff;
}

.woocommerce label.checkbox.checked:after,
.woocommerce input[type=radio] + label.checked:after,
.woocommerce input[type=checkbox] + label.checked:after {
    border-color: #23232c;
}

.woocommerce input:checked + label:before,
.woocommerce-checkout-payment input:checked + label:before,
.cart-collaterals input:checked + label:before {
    border-color: #23232c;
    background-color: #fff;
}

.woocommerce input:checked + label:after,
.woocommerce-checkout-payment input:checked + label:after,
.cart-collaterals input:checked + label:after {
    border-color: #23232c;
}

.woocommerce label.woocommerce-form__label-for-checkbox {
    padding-left: 0;
}

.woocommerce label.woocommerce-form__label-for-checkbox:before, 
.woocommerce label.woocommerce-form__label-for-checkbox:after {
    display: none;
}

.woocommerce label.woocommerce-form__label-for-checkbox > span:first-of-type {
    display: inline-block;
    line-height: 1.2;
    padding-left: 40px;
    position: relative;
    cursor: pointer;
    margin-top: 15px;
}

.woocommerce label.woocommerce-form__label-for-checkbox > span:first-of-type:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    border: 1px solid #d9d9d9;
    background-color: #d9d9d9;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.woocommerce label.woocommerce-form__label-for-checkbox > span:first-of-type:after {
    content: '';
    position: absolute;
    border-left: 2px solid #d9d9d9;
    border-bottom: 2px solid #d9d9d9;
    width: 12px;
    height: 6px;
    left: 6px;
    top: 7px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-top-color: transparent;
    border-right-color: transparent;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.woocommerce label.woocommerce-form__label-for-checkbox input:checked + span:before {
    border-color: #23232c;
    background-color: #fff;
}

.woocommerce label.woocommerce-form__label-for-checkbox input:checked + span:after {
    border-color: #23232c;
}

/*--------------------------------------------------------------
## Product Archive
--------------------------------------------------------------*/

.container-header {
    padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 2px solid #eee;
    overflow: hidden;
}

.woocommerce-result-count {
    display: inline-block;
    margin-bottom: 0;
}

/* Grid & List View */

.tool-bar {
    float: left;
}

.tool-bar .mode-view {
    margin-bottom: 0;
}

.tool-bar .mode-view li {
    float: left;
    padding: 0;
    letter-spacing: 0;
    list-style: none;
}

.tool-bar .mode-view li a {
    display: inline-block;
}

.list-view,
.products .product-item .wc-short-description,
.products .product-item .product-meta .button,
.woocommerce.shop-view-list .product-meta .added_to_cart,
.products .product-item .product-meta .yith-wcwl-add-to-wishlist {
    display: none;
}


.woocommerce.shop-view-list .products .product-item {
    width: 100%;
}

.woocommerce.shop-view-list .products .product-item .product-img {
    width: 33.33333333%;
    float: left;
    overflow: hidden;
}

.woocommerce.shop-view-list .products .product-item .product-img .buttons {
    display: none;
}

.woocommerce.shop-view-list .products .product-item .product-meta {
    float: right;
    width: 62.66666667%;
    text-align: left;
}

.woocommerce.shop-view-list .products .product-item .product-meta .ratings {
    text-align: left;
}

.woocommerce.shop-view-list .products .product-item h4 {
    font-size: 19px;
    font-weight: 500;
    text-align: left;
}

.woocommerce.shop-view-list .products .product-item h4 a {
    color: #292929;
}

.woocommerce.shop-view-list .products .product-item h4 a:hover {
    color: #999;
}

.woocommerce.shop-view-list .products .product-item .wc-short-description {
    display: block;
    margin-top: 40px;
}

.woocommerce.shop-view-list .products .product-item .wc-short-description p {
    line-height: 1.6;
    word-spacing: .25em;
    color: #999;
}

.woocommerce.shop-view-list .product-item .price-info {
    text-align: left;
}

.woocommerce.shop-view-list .product-meta .button,
.woocommerce.shop-view-list .product-meta .added_to_cart {
    float: left;
    display: inline-block;
    font-size: 14px;
    padding: 12px 60px;
    margin-top: 40px;
    background-color: #474747;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid transparent;
}

.woocommerce.shop-view-list .product-meta .button:hover,
.woocommerce.shop-view-list .product-meta .added_to_cart:hover {
    background: none;
    border: 1px solid #474747;
    color: #474747;
}

.woocommerce.shop-view-list .product-meta .yith-wcwl-add-to-wishlist {
    float: left;
    display: inline-block;
    margin-left: 15px;
    margin-top: 40px;
    position: relative;
}

.woocommerce.shop-view-list .product-meta .yith-wcwl-add-to-wishlist a:hover {
    color: #474747;
}

.woocommerce.shop-view-list .product-meta .yith-wcwl-add-button .add_to_wishlist,
.woocommerce.shop-view-list .product-meta .yith-wcwl-wishlistaddedbrowse a,
.woocommerce.shop-view-list .product-meta .yith-wcwl-wishlistexistsbrowse a {
    height: 45px;
    line-height: 45px;
    padding: 0 30px 0 30px !important;
}

/* General Products */

.products-wrap {
	width: 100%;
}

.products .product-item {
	float: left;
	margin-bottom: 60px;
}

.products .product-item .product-img {
	overflow: hidden;
	position: relative;
}

.products .product-item .product-img img {
	-webkit-transform: scale3d(1, 1, 1);
    -moz-transform: scale3d(1.08, 1.08, 1.08);
    -ms-transform: scale3d(1.08, 1.08, 1.08);
    -o-transform: scale3d(1.08, 1.08, 1.08);
    transform: scale3d(1, 1, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.products .product-item .product-img img:hover {
	transform: scale3d(1.07, 1.07, 1.07);
}

.products .product-item .product-img:hover > .buttons {
	bottom: 0;
}

.products .product-item .product-img .buttons {
	width: 100%;
	background: #fff;
	position: absolute;
	bottom: -45px;
	left: 0;
}

.products .product-item .product-img:hover .on-sale {
	display: none;
}

.products .product-meta {
	float: left;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.products .product-item .product-meta h4 {
    text-transform: capitalize;
    letter-spacing: normal;
    margin-top: 0;
}

.products .product-item .product-img .buttons {
	text-align: center;
}

/* add to cart button */

.product-item .buttons .button,
.product-item .buttons .added_to_cart {
    float: left;
    width: 100% !important;
    font-size: 14px;
    font-weight: 600;
    height: 45px;
    line-height: 45px;
    letter-spacing: .5px;
    text-align: center;
    padding: 0;
    text-transform: uppercase;
    border: 0;
}

.wishlist-active .product-item .buttons .button,
.wishlist-active .product-item .buttons .added_to_cart {
    width: 80% !important;
}

.product-item .buttons .button:before,
.product-item .buttons .added_to_cart:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 19px;
    margin-right: 8px;
    vertical-align: middle;
    height: inherit;
    line-height: inherit;
    margin-top: -5px;
}

.product-item .buttons .button.product_type_simple:before,
.product-item .buttons .button.product_type_external:before,
.product-item .buttons .button.product_type_grouped:before {
    content: "\f110";
}

.product-item .buttons .button.product_type_variable:before {
    content: "\f39d";
}

.product-item .buttons .added_to_cart:before {
    content: "\f3f8";
}

/* wishlist button */

.add_to_wishlist::before,
.yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-wishlistaddedbrowse a::before {
    font-family: FontAwesome;
    font-size: 16px;
}

.add_to_wishlist::before {
    content: "\f08a";
}

.yith-wcwl-wishlistexistsbrowse a::before,
.yith-wcwl-wishlistaddedbrowse a::before {
    content: "\f004";
}

.add_to_wishlist:hover::before {
    content: "\f004";
}

.yith-wcwl-add-to-wishlist,
.yith-wcwl-add-to-wishlist a {
	margin-top: 0;
}

.product-item .buttons .yith-wcwl-add-to-wishlist {
    float: right;
	width: 20%;
	height: 45px;
	line-height: 45px;
    position: relative;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}

.product-item .add_to_wishlist,
.product-item .yith-wcwl-wishlistexistsbrowse a,
.product-item .yith-wcwl-wishlistaddedbrowse a {
  	display: block;
    font-size: 0;
    padding: 0;
   	margin: 0;
}

.yith-wcwl-add-to-wishlist .feedback {
    display: none;
}

/* Onsale */

.products .product-item .on-sale {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 29px;
    padding: 0 13px;
    color: #000;
    text-transform: uppercase;
    background: #f5f5f5;
    border-radius: 3px;
    position: absolute;
    top: 15px;
    right: 20px;
    z-index: 2;
}

/* Price Info */

.products .product-item .price-info {
    display: block;
}

.products .product-item .price-info .price {
    display: inline-block;
}

.products .product-item .price-info .amount {
    font-weight: 500;
}

.products .product-item .price-info del {
    margin-left: 12px;
}

.products .product-item .price-info del .amount {
    font-weight: 400;
}

.products .product-item .old-price .woocommerce-Price-amount {
    text-decoration: line-through;
}

.products .product-item .price-info ins {
    float: left;
    text-decoration: none;
}

/* Product Categories */

.products .product-category .item {
    position: relative;
}

.products .product-category .item img {
    float: left;
    width: 100%;
}

.products .product-category .item a:hover {
    color: inherit;
}

.products .product-category .item .cat-meta {
    position: absolute;
    top: 25px;
    left: 25px;
}

.products .product-category .item .woocommerce-loop-category__title {
    display: block;
    font-size: 17px;
    font-weight: 600;
}

.products .product-category .item .desc {
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 5px;
    color: #929292;
}

.products .product-category .item .woocommerce-loop-category__title {
    text-transform: uppercase;
}

.products .product-category .item .woocommerce-loop-category__title .count {
    display: none;
}

.products .product-category .item a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #fff;
    opacity: 0;
    box-shadow: 1px 8px 65px rgba(0,0,0,0.07);
}

.products .product-category .item a:hover:before {
    opacity: 0.9;
}

/* Tabs Products */

.tabs-products {
	width: 100%;
}

.tabs-products .tab-content {
	margin-top: 30px;
}

.product-item .product-img a {
	display: block;
}

.product-item .product-img > a img {
	width: 100%;
	max-width: 100%;
    height: auto;
}

.product-item .product-img {
}

.tabs-products .tab-content:not( :first-child ) {
	display: none;
}

.tabs-products ul.tabs {
	text-align: center;
}

.tabs-products ul.tabs li {
	display: inline-block;
}

.tabs-products ul.tabs li a {
	display: block;
}

/*--------------------------------------------------------------
## Single Product
--------------------------------------------------------------*/

.single-product div.product {
    position: relative;
    overflow: hidden;
}

.single-product div.product .images, 
.single-product div.product .summary {
    margin-top: 0;
}

.single-product .product .images .woocommerce-main-image {
    margin-bottom: 1.618em;
    display: block;
}

.woopost-single-images {
    float: left;
    width: 100%;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
}

.single-product div.product .images {
    overflow: hidden;
}

.woopost-single-images div.images img {
    width: 100%;
}

.single-product.woocommerce .thumbnails {
    position: relative;
}

/* Product Slider */

.woocommerce .horizontal-slider #carousel {
    margin-top: 30px;
}

.product-slider li {
    list-style: none;
}

.woocommerce #carousel .owl-item img,
.woocommerce .vertical-carousel li img {
   width: 100%;
   height: auto;
   opacity: 0.3;
   cursor: pointer;
}

.woocommerce #carousel .owl-item.active-item img,
.woocommerce .vertical-carousel li.active-item img {
    opacity: 1;
}

.woocommerce .vertical-carousel .owl-item {
    float: none;
}

.woocommerce .vertical-carousel {
    overflow: hidden;
}  

.woocommerce .vertical-carousel .owl-carousel {
    display: block;
}

#carousel .owl-nav .owl-prev,
#carousel .owl-nav .owl-next {
    text-transform: uppercase;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(90deg);
}

#carousel .owl-nav .owl-prev {
    left: 0;
}

#carousel .owl-nav .owl-next {
    right: 0;
}

.entry-summary .product-cat a {
    display: inline-block;
    text-transform: uppercase;
    color: #999;
}

.entry-summary .product-cat a:hover {
    color: #474747;
}

.woocommerce-product-rating .ratings {
    width: auto;
    margin-bottom: 4px;
}

.single .stars {
    margin-top: 10px;
}

.single-product .summary .price del {
    margin-right: 10px;
    color: #999;
}

.single-product .product .cart {
    padding: 1em 0;
}

.woocommerce div.product form.cart {
    padding: 1em 0;
    margin-left: auto;
    margin-right: auto;
}

.single-product .product .cart .label a:hover {
    color: #C39F76;
}

.single-product .product .cart .price ins {
    margin-right: 20px;
}

.woopost-single-summary .entry-summary .in-stock {
    font-weight: 500;
    margin-bottom: 15px;
    color: #C39F76
}

.stock.out-of-stock {
    margin-bottom: 15px !important;
    color: #C39F76;
}

.woocommerce div.product form.cart div.quantity {
    display: inline-block;
    width: 180px;
}

.woocommerce .quantity .qty {
    width: 100%;
    font-size: 20px;
    height: 46px;
    padding: 14px;
    margin: 0;
    text-align: center;
    border: 0;
    background: #eee;
}

.woocommerce .quantity {
    position: relative;
}

.woocommerce .quantity i {
    width: 21.5px;
    height: 21.5px;
    line-height: 23px;
    font-size: 11px;
    margin: auto;
    position: absolute;
    color: #444;
    text-align: center;
    cursor: pointer;
}

.woocommerce .quantity .fa.minus,
.woocommerce .quantity .fa.plus {
    top: 0;
    bottom: 0;
}

.woocommerce .quantity .fa.minus {
    left: 10px;
}

.woocommerce .quantity .fa.plus {
    right: 10px;
}

.summary .yith-wcwl-add-to-wishlist {
    display: inline-block;
    margin-top: 10px;
    position: relative;
}

.woocommerce div.product .cart .button {
    display: inline-block;
    width: auto;
    margin-top: 0;
    margin-left: 30px;
    margin-right: 30px;
    text-transform: uppercase;
}

.woocommerce div.product p.cart .button {
    margin-left: 0;
}

.single-product .product form.cart .button {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 44px;
    padding: 0 30px 0 30px;
    color: #fff;
    background: #474747;
}

.single-product .product form.cart .button,
.summary .yith-wcwl-add-to-wishlist {
    vertical-align: top;
}

.single-product .product form.cart .button:hover {
    color: #474747;
    border-color: #474747;
    background: #fff;
}

.single_add_to_cart_button {
    margin-top: 0 !important;
}

.single_add_to_cart_button::before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-size: 16px;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f110";
    margin-right: 10px;
}

.summary .yith-wcwl-add-to-wishlist .ajax-loading {
    top: 0;
    left: -5px;
}

.summary .yith-wcwl-add-to-wishlist a {
    color: #999;
}

.summary .yith-wcwl-add-to-wishlist a:hover {
    color: #474747;
}

.summary .yith-wcwl-add-to-wishlist .add_to_wishlist::before,
.summary .yith-wcwl-wishlistexistsbrowse a::before {
    margin-right: 5px;
}

/* variations */

.woocommerce-variation-price {
    margin-bottom: 15px;
}

.woopost-single-summary .woocommerce-variation-price span {
    font-weight: 700;
}

.woocommerce div.product form.cart .variations select {
    max-width: 100%;
    min-width: 75%;
    display: inline-block;
}

.single-product .variations_form label {
    font-size: 15px;
    font-weight: 600;
    color: #999;
}

.woo-select {
    display: inline-block;
    width: 70%;
    position: relative;
}

.woo-select:after {
    content: '\25BE';
    width: 10px;
    height: 10px;
    margin-top: -5px;
    font-size: 19px;
    line-height: .5em;
    position: absolute;
    top: 50%;
    right: 15px;
}

.single-product .variations_form select {
    width: 100%;
    font-size: 15px;
    font-weight: 700;
    padding: 14px 20px;
    border: 1px solid #eee;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.variations ul li {
    display: inline-block;
    list-style: none;
}

.variations ul li label {
    display: inline-block;
    padding: 10px 15px;
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid #444;
}

.woocommerce-variation.single_variation p {
    color: #C39F76;
}

.single-product .reset-variations {
    display: block;
    margin-bottom: 15px;
}

.single-product .reset_variations {
    display: inline-block;
    font-size: 14px;
}

.single-product .reset_variations:hover {
    color: #999;
}

/* Custom product variantion */

.tawcvs-swatches .swatch {
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 2px solid transparent;
}


.tawcvs-swatches .swatch.selected {
    border: 2px solid #474747;
    box-shadow: none;
}

.tawcvs-swatches .swatch-color.selected:before {
    display: none;
}

/* meta */

.single-product .product .product_meta {
    font-size: .857em;
    padding-top: 25px;
    border-top: 2px solid #eee;
}

.single-product .product .product_meta span {
    color: #363636;
}

.single-product .product .product_meta span span,
.single-product .product .product_meta span a {
    color: #A8A7A8;
}

.single-product .product .product_meta span a:hover {
    color: #C39F76;
}

.single-product .product .product_meta > span {
    margin-right: 10px;
}

.single-product .product .product_meta > span:last-of-type {
    margin-right: 0;
}

/* Tabs */

.single-product .product .woocommerce-tabs {
    padding-top: 60px;
    clear: both;
}

.woocommerce .product .woocommerce-tabs .wc-tab ul,
.woocommerce .product .woocommerce-tabs .wc-tab ol {
    margin: 0 0 24px 0;
}

.woocommerce .product .woocommerce-tabs .wc-tab li {
    list-style: disc;
    list-style-position: inside;
}

.woocommerce-tabs ul.tabs {
    width: 100%;
    margin-right: 0;
}

.woocommerce-tabs ul.tabs li {
    display: inline-block;
    margin-right: 30px;
    position: relative;
}

.woocommerce-tabs ul.tabs li:last-child {
    margin-right: 0 !important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
}

.woocommerce-tabs .panel {
    width: 100%;
}

.woocommerce div.product .woocommerce-tabs .panel {
    font-size: 16px;
    line-height: 1.8;
    padding: 30px;
    margin: 0;
}

.woocommerce .product .wc-tabs .reviews_tab span {
    display: inline-block;
    width: 21px;
    height: 21px;
    font-size: 12px;
    line-height: 21px;
    margin-left: 10px;
    text-align: center;
    color: #000;
    background: #eee;
    border-radius: 21px;
}

.woocommerce .product .woocommerce-tabs .wc-tab .woocommerce-noreviews {
    margin-bottom: 15px;
}

/* reviews */

.woocommerce .woocommerce-Reviews-title {
    line-height: 1.1;
    margin-bottom: 15px;
}

.woocommerce #review_form .comment-respond label {
    display: block;
    font-weight: 400;
}

#reviews .commentlist li {
    list-style: none;
}

#reviews .commentlist li .avatar {
    float: left;
    width: 60px;
    height: auto;
    margin-right: 1em;
    border-radius: 60px;
}

.commentlist li .comment_container {
    padding: 20px;
    margin-bottom: 20px
}

#reviews .commentlist .comment-text {
    font-size: 15px;
    padding-left: 30px;
    margin-left: 50px;
}

#reviews .commentlist .comment-text p {
    font-size: 15px;
    margin-bottom: 0;
}

#reviews .commentlist li .comment-text .meta {
    margin-bottom: 5px;
}

#reviews .commentlist li .comment-text .meta strong {
    font-size: 16px;
    font-weight: 600;
    color: #2a2a2a;
}

#reviews .commentlist li .comment-text .meta time {
    font-size: 13px;
}

#reviews .commentlist li .comment-text .star-rating {
    float: right;
}

.woocommerce .woocommerce-comments .woocommerce-noreviews {
    text-align: center;
}

.woocommerce .woocommerce-comments .comment-reply-title {
    text-align: center;
}

.woocommerce-review-link {
    display: inline-block;
    font-size: 14px;
    margin-left: 5px;
    color: #999;
}

textarea {
    overflow: auto;
    vertical-align: top;
    width: 100%;
}

.woocommerce #reviews #comment,
.comment-form textarea {
    height: 150px;
}

.woocommerce .woocommerce-Reviews .woocommerce-comments {
    float: none;
    margin: auto;
}

/* review stars */

.woocommerce .comment-form-rating > .stars {
    margin: 0;
}

p.stars a {
    position: relative;
    width: 1em;
    text-indent: -999em;
    margin-right: 1px;
}

.star-rating, 
p.stars a {
    font-weight: 400;
    height: 1em;
}

p.stars, 
p.stars a {
    display: inline-block;
}

p.stars a:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    text-indent: 0
}

p.stars a:before, 
p.stars a:hover~a:before {
    color: #C39F76;
    content: "\53";
}

p.stars.selected a.active:before, 
p.stars:hover a:before, 
p.stars.selected a:not(.active):before, 
p.stars.selected a.active:before {
    color: #C39F76;
}

p.stars.selected a.active:before, 
p.stars:hover a:before {
    content: "\53";
    color: #C39F76;
    opacity: 1;
}

p.stars.selected a:not(.active):before {
    content: "\53";
    color: #C39F76;
    opacity: 1;
}

p.stars a:before, 
p.stars a:hover~a:before, 
p.stars.selected a.active~a:before {
    color: #d4d4d4;
}

.star-rating span:before, 
p.stars a:hover:after, 
p.stars a:after, 
.star-rating span:before {
    color: #C39F76;
}

p.stars.selected a.active:before, 
p.stars:hover a:before, 
p.stars.selected a:not(.active):before, 
p.stars.selected a.active:before {
    color: #C39F76;
}

/* photoswipe */

.pswp * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.pswp__bg {
    background: rgba(255,255,255,0.96);
}

.pswp__top-bar {
    background: none;
}

.pswp__top-bar {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    width: 100%;
}

.pswp__bg, 
.pswp__caption, 
.pswp__top-bar {
    will-change: opacity;
}

.pswp__top-bar .pswp__counter {
    display: inline-block;
    font-size: 14px;
    margin-top: 10px;
    margin-left: 15px;
}

.pswp__top-bar .pswp__button {
    float: right;
    width: 45px;
    height: 45px;
    font-size: 24px;
    color: #474747;
    background: none;
    position: relative;
    overflow: visible;
    border: 0;
    padding: 0;
    margin: 0;
    padding-right: 15px;
}

.pswp__top-bar .pswp__button::before,
.pswp__button--arrow--left::before, 
.pswp__button--arrow--right::before  {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pswp__top-bar .pswp__button--close::before {
    content: "\f2d7"; 
}

.pswp__top-bar .pswp__button--share::before {
    content: "\f2f8"; 
}

.pswp__top-bar .pswp__button--fs::before {
    content: "\f386";
}

.pswp--fs .pswp__button--fs::before {
    content: "\f37d";
}

.pswp__top-bar .pswp__button:hover {
    color: #bfbcbc;
}

.pswp__button--arrow--left, 
.pswp__button--arrow--right {
    font-size: 60px;
    color: #bfbcbc;
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute;
}

.pswp__button--arrow--left:hover, 
.pswp__button--arrow--right:hover {
    color: #474747;
}

.pswp__button--arrow--left {
    left: 0;
}

.pswp__button--arrow--right {
    right: 0;
}

.pswp__button--arrow--left::before {
    content: "\f3d2";
}

.pswp__button--arrow--right::before {
    content: "\f3d3";
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #282828;
    top: 56px;
    display: block;
    width: auto;
    right: 45px;
}

.pswp__share-tooltip a {
    display: block;
    padding: 12px 14px;
    color: #eee;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
}

.pswp__share-tooltip a:first-child:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 18px;
    border: 6px solid transparent;
    border-bottom-color: #282828;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none;
}


.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #fff;
    background: #555;
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A;
}
a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #fff;
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #fff;
}

a.pswp__share--pinterest:hover {
    background: #ccc;
    color: #CE272D;
}

.pswp__share-modal {
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-backface-visibility: hidden;
    will-change: opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pswp__share-modal--hidden {
    display: none;
}

.pswp__share-modal--fade-in {
    opacity: 1;
}

/*--------------------------------------------------------------
## Myaccount
--------------------------------------------------------------*/

.woocommerce .login-area {
    float: none;
    margin: auto;
}

.woocommerce .register-form {
    display: none;
}

.woocommerce .login-form .form-row .inline {
    display: inline-block;
    font-size: 14px;
    margin-top: 15px;
}

.woocommerce-MyAccount-content {
    margin-top: 10px;
}

.woocommerce-MyAccount-content a {
    color: #C39F76;
}

.woocommerce-MyAccount-content mark {
    background: #C39F76;
}

.woocommerce-ResetPassword .reset-pass-msg {
    font-size: 16px;
    margin-bottom: 15px;
}

.woocommerce-Message--info .woocommerce-Button {
    display: inline-block;
    width: auto;
    margin-right: 15px;
}

.woocommerce .edit-account .woocommerce-Button.button {
    margin-top: 15px;
}

.login-area .woocommerce-Button {
    width: 100%;
}

.login-form input[name="login"],
.register-form input[name="register"] {
    color: #fff;
    background: #474747;
}

.login-form input[name="login"]:hover,
.register-form input[name="register"]:hover {
    color: #474747;
    border-color: #474747 !important;
    background: none;
}

.woocommerce-password-strength {
    display: inline-block;
    font-size: 14px;
    padding: 5px 10px;
    margin-top: 15px;
    margin-bottom: 10px;
    color: #fff;
}
.woocommerce-password-hint {
    display: block;
}

.woocommerce-password-strength.short,
.woocommerce-password-strength.bad {
    background: #b94a48;
}

.woocommerce-password-strength.good {
    background: #C39F76;
}

.woocommerce-password-strength.strong {
    background: #03a678;
}

.login .woocommerce-LostPassword {
    float: right;
    margin-top: 15px;
}

.login .lost_password a {
    font-size: 14px;
    color: #C39F76;
}

.login .lost_password a:hover {
    color: #474747;
}

/*--------------------------------------------------------------
## Cart
--------------------------------------------------------------*/

/* Cart Page */

.woocommerce .shop-cart {
    float: none;
    margin: auto;
}

.woocommerce-remove-coupon {
    color: #999;
}

.woocommerce .coupon {
    float: right;
}

.woocommerce .coupon label {
    display: inline-block;
    margin-bottom: 8px;
}

.woocommerce .coupon .input-text {
    width: auto;
    margin-bottom: 15px;
}

.woocommerce .coupon .button {
    margin-left: 8px;
    color: #fff;
    background: #474747;
}

.woocommerce ul#shipping_method {
    float: right;
    width: 50%;
    margin-bottom: 10px;
}

.woocommerce ul#shipping_method li {
    text-align: left;
}

.woocommerce ul#shipping_method li {
    margin: 0;
    padding: .25em 0 .25em 22px;
    text-indent: -22px;
    list-style: none;
}

.woocommerce #shipping_method input[type="radio"],
.woocommerce #shipping_method input[type="checkbox"],
.woocommerce-checkout-payment input[type="radio"],
.woocommerce-checkout-payment input[type="checkbox"] {
    display: none;
}

.woocommerce ul#shipping_method li label {
    display: inline;
}

.woocommerce ul#shipping_method label {
    font-size: 14px;
    color: #999;
    font-weight: 400;
    text-transform: uppercase;
}

/*--------------------------------------------------------------
## Checkout
--------------------------------------------------------------*/

.woocommerce-checkout .checkout-area {
    float: none;
    margin: auto;
}

.woocommerce .checkout_coupon .button {
    padding: 11px 18px;
    margin-top: 0;
}

.woocommerce .cart .coupon .button:hover {
    color: #474747;
    border-color: #474747;
}

.woocommerce-checkout .checkout-area .login .button {
    width: auto;
    margin-right: 15px;
}

#payment .payment_methods li {
    list-style: none !important;
    margin-left: 0;
    margin-bottom: 10px;
    position: relative;
}

#payment .payment_methods li.wc_payment_method > input[type=radio]:first-child {
    clip: rect(1px,1px,1px,1px)
}


.woocommerce .cart-collaterals .cart_totals {
    padding: 20px 40px;
    color: #000;
    background: #f5f5f5;
    position: relative;
}

.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce .cart-collaterals .cart_totals h2 {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout {
    margin-top: 30px;
    text-align: center;
}

.woocommerce-checkout #payment div.place-order {
    text-align: center;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout .button,
.woocommerce-checkout #payment div.place-order .button {
    display: inline-block;
    width: auto;
    color: #fff;
    background: #C39F76;
}

.woocommerce .cart-collaterals .wc-proceed-to-checkout .button:hover,
.woocommerce-checkout #payment div.place-order .button:hover {
    color: #C39F76;
    border-color: #C39F76;
    background: none;
}

.woocommerce .cart-collaterals .shipping-calculator-button {
    margin-top: 10px;
    color: #999;
}

.woocommerce .cart-collaterals .shipping-calculator-button:hover {
    color: #C39F76;
    text-decoration: underline;
}

.woocommerce .shipping-calculator-form {
    margin-top: 15px;
}

.select2-container--default .select2-selection--single {
    font-size: 16px;
    height: 44px;
    padding-top: 7px;
    border-radius: 0;
    border-color: #d9d9d9;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 30px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.select2-container--open .select2-selection--single {
    border-color: #474747;
}

.select2-dropdown {
    border-radius: 0;
    border-color: #474747;
}

.woocommerce-checkout-payment {
    padding: 40px;
    background: #f5f5f5;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin-right: 10px;
}

.woocommerce .payment_box {
    font-size: 15px;
    margin: 10px 0 15px 44px;
    color: #999;
}

.woocommerce .wc_payment_methods.payment_methods.methods {
    margin-bottom: 15px;
}

.woocommerce .wc_payment_method label {
    display: block;
}

.woocommerce .wc_payment_method.payment_method_paypal img {
    display: inline-block;
    margin-left: 8px;
}

.woocommerce .wc_payment_method.payment_method_paypal a.about_paypal {
    float: right;
    font-size: 14px;
    color: #C39F76;
}

.woocommerce .wc_payment_method.payment_method_paypal a.about_paypal:hover {
    color: #474747;
}

.woocommerce ul#shipping_method li input {
    margin: 3px 2px;
}

/* checkout complate */

.woocommerce .woocommerce-thankyou-order-received {
    text-align: center;
}

.woocommerce .woocommerce-thankyou-order-details {
    margin: 0 0 1.5em;
    text-align: center;
    list-style: none;
}

.woocommerce .woocommerce-thankyou-order-details li {
    display: inline-block;
    font-size: .715em;
    padding-right: 2em;
    margin-right: 2em;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    border-right: 1px dashed #d3ced2;
    margin-left: 0;
    padding-left: 0;
}

.woocommerce .woocommerce-thankyou-order-details li:last-child {
    border: none;
}

.woocommerce .woocommerce-thankyou-order-details li strong {
    display: block;
    font-size: 1.4em;
    line-height: 1.5;
    text-transform: none;
}

/*--------------------------------------------------------------
## Wishlist
--------------------------------------------------------------*/

.wishlist-title {
    display: none !important;
}

.yith-wcwl-share {
    display: none;
}

#yith-wcwl-popup-message {
    color: #000;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* woocommerce messages */

.woocommerce-message, 
.woocommerce-error, 
.woocommerce-info {
    display: inline-block;
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
    position: relative;
    color: #000;
    background: #f7f7f7;
    text-align: center;
}

.woocommerce-message li, 
.woocommerce-error li, 
.woocommerce-info li {
    list-style: none;
}

.woocommerce-message .button.wc-forward {
    margin-right: 10px;
    color: #C39F76;
    border: none;
    background: none !important;
}

.woocommerce-message .button.wc-forward:hover {
    border: none;
}

.woocommerce-info a,
.woocommerce-message a {
    color: #C39F76;
}

.woocommerce-info a:hover,
.woocommerce-message a:hover {
    color: #999;
}

.woocommerce-error {
    color: #b94a48;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.woocommerce div.product form.cart:after, 
.woocommerce div.product form.cart:before, 
.woocommerce div.product p.cart:after, 
.woocommerce div.product p.cart:before {
    display: table;
    content: " ";
}

.woocommerce-shipping-calculator {
    clear: both;
}

#add_payment_method .wc-proceed-to-checkout:after, 
#add_payment_method .wc-proceed-to-checkout:before, 
.woocommerce-cart .wc-proceed-to-checkout:after, 
.woocommerce-cart .wc-proceed-to-checkout:before, 
.woocommerce-checkout .wc-proceed-to-checkout:after, 
.woocommerce-checkout .wc-proceed-to-checkout:before {
    content: " ";
    display: table;
}

.cart_list li:after, 
.cart_list li:before, 
.product_list_widget li:after, 
.product_list_widget li:before {
    content: " ";
    display: table;
}

.products .product-item:nth-child(2n+1) {
    clear: left;
}

.product_list_widget li:after {
    content: '';
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/

.widget_layered_nav_filters ul li.chosen a:before {
    font: normal normal normal 1em/1 FontAwesome;
    color: #fff;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
    border-radius: 1em;
    border: 0;
}

.woocommerce .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}

.woocommerce .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: .5em;
    margin-right: .5em;
}

.woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    border-radius: 1em;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    border-width: 4px;
    border-style: solid;
    border-radius: 1em;
    cursor: ew-resize;
    outline: 0;
    top: -.3em;
    margin-left: -.5em;
}

.price_slider_amount .button {
    display: inline-block;
    text-align: left;
}

.price_slider_amount .price_label {
    float: right;
    font-size: 16px;
    margin-top: 12px;
}

.product_list_widget li .product-title {
    font-size: 14px;
    font-weight: 500;
}

.product_list_widget li .product-title:hover {
    color: #999;
}

.product_list_widget ins {
    text-decoration: none;
}

.product_list_widget .woocommerce-Price-amount {
    font-size: 15px;
    font-weight: 500;
}

.product_list_widget del .woocommerce-Price-amount {
    font-weight: 400;
    color: #999;
}

.product_list_widget li {
    padding: 15px 0;
}

.cart_list li img,
.product_list_widget li img {
    float: left;
    width: 100px;
    margin-left: 0;
    margin-right: 20px;
}

.cart_list li > a, 
.product_list_widget li > a {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.product_list_widget li > a {
    display: block !important;
}

.product_list_widget li > a:hover {
    color: #474747;
}

.product_list_widget li .star-rating {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.product_list_widget li .reviewer {
    display: block;
    font-size: 14px;
}

/* Widget mini cart */

.mini_cart_item .remove2 {
    float: right;
    font-size: 16px !important;
    margin-top: 30px;
    margin-right: 10px;
}

.mini_cart_item .quantity {
    font-size: 14px;
    font-weight: 600;
}

.widget_shopping_cart_content .buttons .button {
    margin-right: 15px;
}

.woocommerce-widget-layered-nav .select2-container--default .select2-selection--single {
    padding-top: 0;
    border-radius: 0;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/

@media (min-width: 992px) {

	.woocommerce-page .products .product-item.col-lg-3:nth-child(4n+1),
  	.products .product-item.col-lg-4:nth-child(3n+1),
  	.products .product-item.col-lg-6:nth-child(2n+1) {
    	clear: left;
  	}

  	.products .product-item:nth-child(2n+1) {
    	clear: none;
  	}

}

@media (max-width: 768px) {

	.products .product-item .product-img .buttons {
    	display: none;
  	}

}

@media (max-width: 500px) {

	.products .product-category {
		width: 100%;
  	}

    .woocommerce.shop-view-list .products .product-item .product-img,
    .woocommerce.shop-view-list .products .product-item .product-meta {
        width: 100%;
    }

    .woocommerce.shop-view-list .product-meta .button, 
    .woocommerce.shop-view-list .product-meta .added_to_cart {
        display: block;
        width: 100%;
        text-align: center;
    }

    .woocommerce.shop-view-list .product-meta .yith-wcwl-add-to-wishlist {
        margin-top: 0;
        margin-left: 0;
    }

}

@media (min-width: 768px) {

    .woocommerce-tabs .panel {
        float: right;
        margin-right: 0;
        margin-top: 0;
    }

    .woocommerce-tabs::after {
        clear: both;
        content: "";
        display: table;
    }

}

@media (max-width: 992px) {

    .woocommerce div.product form.cart div.quantity {
        display: block;
        margin: 0 auto 15px auto;
    }

    .woocommerce div.product .cart .button {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .summary .yith-wcwl-add-to-wishlist {
        display: block !important;
    }

    /* grouped product */

    table.group_table tr.product td:first-child {
        display: block;
        float: none;
        margin-right: 0;
    }

    table.group_table tr.product td.label {
        text-align: center;
    }

    table.group_table tr.product td.price {
        display: block;
        text-align: center;
    }

}

@media (max-width: 768px) {

    .woocommerce .shop_table.cart .product-thumbnail {
        display: none;
    }

    .woocommerce table.shop_table_responsive tbody th, 
    .woocommerce table.shop_table_responsive thead {
        display: none;
    }

    .woocommerce table.shop_table_responsive tr td {
        display: block;
        text-align: right !important;
    }

    .woocommerce table.shop_table_responsive tr td:not(.product-remove):not(.actions):before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    .woocommerce table.shop_table_responsive .quantity {
        display: inline-block;
        width: 100px;
    }

    .woocommerce table.shop_table_responsive .quantity .qty {
        font-size: 18px;
    }

    .woocommerce .shop_table.cart .product-remove {
        text-align: center !important;
    }

    .woocommerce ul#shipping_method {
        width: 100%;
        margin-top: 15px;
    }

    .form-row-first, 
    .form-row-last {
        float: left;
        width: 100%;
        overflow: visible;
    }

    .form-row-first {
        padding-right: 0;
    }
}