.slick-gallery-product .slick-slide {
	margin: 0 6px;
}

.slick-gallery-product .slick-list {
	margin: 0 -6px;
}

.slick-gallery-product .slick-track {
	margin: 0;
}

.slick-gallery-product .item img {
	height: 64px;
	object-fit: cover;
	width: 100%;
	border: 2px solid #ebebeb;
	position: relative;
}

.slick-gallery-product .item.slick-current img {
	opacity: .5;
}

.tabs-title h3 {
	font-size: 18px;
	font-weight: 700;
}

.woocommerce p.stars a {
	color: orange;
}

.product-box {
	margin-bottom: 14px;
	background: 0 0;
	position: relative;
	margin-bottom: 20px;
	padding: 10px;
	box-shadow: 0 0px 14px rgba(135, 135, 135, 0.349);
	background-color: #ffffff;
	text-align: center;
	transition: 1s;
	border-radius: 5px;
}

.product-box:before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.rezimg {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	z-index: 1;
	padding-top: 100%;
	box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
}

.product-box .product-thumbnail {
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #fff;
}

.product-box .product-thumbnail.flexbox-grid>a {
	display: flex;
	width: 100%;
	align-items: center;
	justify-content: center;
	text-align: center;
}

.rezimg>img {
	height: 100%;
	width: 100% !important;
	top: 0;
	left: 0;
	object-fit: cover;
	position: absolute;
	z-index: 1;
	box-shadow: rgba(0, 0, 0, .24) 0px 3px 8px;
}

.product-box .product-thumbnail a img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
}

.product-box .product-thumbnail.flexbox-grid a img {
	max-width: 100%;
	width: auto;
	max-height: 100%;
}

.product-box .product-action {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	z-index: 10;
	background: 0 0;
	width: 100%;
}

.product-box .product-thumbnail a {
	display: inline-block;
}

.product-box .product-action .quick-view {
	padding: 0;
	text-align: center;
	width: 44px;
	border-radius: 5px;
}

.product-box .product-info {
	z-index: 10;
	position: relative;
	padding: 15px 10px;
}

.product-box .product-name {
	font-size: 18px;
	margin-top: 0;
	color: var(--primary-color);
	font-weight: bold;
	margin: 10px 0;
	display: flex;
	justify-content: center;
}

.product-box .product-name a {
	color: var(--primary-color);
	text-decoration: none;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-height: 1.2;
	height: 48px;
}

.product-box .price-box {
	margin-top: 10px;
}

.product-box .price-box>div {
	display: inline-block;
}

.product-price {
	color: #323c3f;
	font-size: 1.42857em;
	line-height: 24px;
	display: block;
	font-weight: 700;
}

.product-box .product-price {
	color: var(--secondary-color);
	font-size: 1.07143em;
	line-height: 1.71429em;
	display: block;
	font-weight: 600;
}

.product-box .price-box .special-price span {
	color: #000;
	display: inline;
	color: var(--secondary-color);
}

.products-view-list .product-box {
	padding: 25px 0;
	margin-bottom: 0;
	border-bottom: 1px solid #ebebeb;
}

.products-view-list .product-box .product-thumbnail {
	text-align: center;
	margin-bottom: 0;
	width: calc(100%/3);
	float: left;
}

.products-view-list .product-box .product-info {
	padding: 0;
	text-align: left;
	margin-left: 30px;
	float: left;
	width: calc(100%/3*2 - 30px);
	background: 0 0;
	border-top: none;
	padding-bottom: 15px;
}

.product-box .product-summary {
	font-size: 1em;
	color: #acacac;
	line-height: 20px;
}

#sort-by {
	float: right;
	font-size: 12px;
	text-align: left;
}

.category-products #sort-by {
	display: inline-block;
	padding-left: 10px;
}

#sort-by label {
	float: left;
	line-height: 30px;
	font-size: 14px;
	margin-right: 6px;
	margin-bottom: 0;
	font-weight: 400;
}

#sort-by ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline;
	float: right;
}

#sort-by li {
	background: none repeat scroll 0 0 #fff;
	cursor: pointer;
	margin: 0 auto;
	outline: medium none;
	padding: 0 10px;
	position: relative;
	width: 240px;
	float: left;
	color: #333;
	border: 1px solid #ebebeb;
	font-size: 14px;
}

#sort-by>ul>li {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background-repeat: no-repeat;
	background-position: right 10px center;
	padding-right: 28px;
	text-indent: 0.01px;
	cursor: pointer;
	line-height: 28px;
	width: 151px;
}

#sort-by ul ul {
	position: absolute;
	display: none;
	left: -1px;
	top: 28px;
	background: none repeat scroll 0 0 #f8f8f8;
	z-index: 10000;
	border-top: none;
	border: 1px #f0f0f0 solid;
}

#sort-by li li {
	width: 100%;
	margin-top: 0;
	border-top: none;
	border-right: none;
	border-left: none;
}

#sort-by li>a {
	display: inline-block;
	width: 100%;
	line-height: 36px;
}

#sort-by a:link,
#sort-by a:visited {
	color: #333;
	text-decoration: none;
}

#sort-by li:hover {
	background-color: #fff;
}

#sort-by li:hover>ul {
	display: block
}

.f-left {
	float: left !important;
}

.view-mode a {
	text-decoration: none;
	display: inline-block;
	color: #8a8a8a;
}

.view-mode b {
	display: inline-block;
	width: auto;
	height: 27px;
	color: #8a8a8a;
	line-height: 40px;
	text-align: center;
	background: #ebebeb;
	background: #fff;
	font-size: 28px;
	padding: 0;
	border: none;
}

.button-view-mode.active {
	box-shadow: none;
	color: #333;
}

.view-mode b.active {
	color: var(--secondary-color);
	background: #fff;
}

.view-mode span {
	font-size: 0;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
	color: var(--secondary-color);
}
.details-product .large-image {
    position: relative
}

.details-product .label-type {
    position: absolute;
    padding: 6px 20px;
    background: #80bb35;
    color: #fff;
    text-transform: uppercase;
    border-radius: 20px;
    top: 20px;
    left: 10px
}

.details-product #btnnewreview {
    background: #80bb35 !important
}

.details-product #gallery_01 {
    margin: 0 auto;
    padding: 0 37px;
    margin-top: 10px
}

@media (min-width: 1200px) {
    .details-product #gallery_01.fixborder .owl-stage-outer {
        position:relative
    }

    .details-product #gallery_01.fixborder .owl-stage-outer:after {
        content: "";
        display: inline-block;
        height: 100%;
        width: 1px;
        position: absolute;
        top: 0;
        right: 0;
        background: #ebebeb
    }
}

.details-product #gallery_01 .owl-nav .owl-prev:before {
    border-radius: 50%;
    margin-bottom: 0
}

.details-product #gallery_01 .owl-nav .owl-next:before {
    border-radius: 50%;
    margin-bottom: 0
}

.details-product #gallery_01 .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 63px;
    border: 1px solid #ebebeb
}

.details-product #gallery_01 .item a img {
    max-width: 99%;
    max-height: 99%
}

.details-product .large-image>a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 315px;
    border: 1px solid #ebebeb;
    text-align: center
}

.details-product .large-image>a img {
    width: auto !important;
    max-height: 100%;
    max-width: 100%;
    display: inline-block
}

.details-product .large-image>a .zoomWrapper {
    width: 100% !important;
    height: 100% !important;
    display: flex;
    align-items: center;
    justify-content: center
}

.details-product .iddanhgia {
    font-weight: 400;
    font-size: 1.07143em;
    cursor: pointer
}

.details-product .status {
    font-size: 1.07143em;
    margin-bottom: 30px;
    font-weight: 400
}

.details-product .inventory {
    display: inline-block;
    line-height: 24px;
    padding: 0 10px;
    color: #fff;
    background: #80bb35
}

.details-product h1.title-head {
    font-size: 1.71429em;
    font-weight: 600;
    margin-top: 0
}

.details-product .reviews {
    margin-bottom: 15px
}

.details-product .reviews .bizweb-product-reviews-badge>div {
    display: none
}

.details-product .reviews .bizweb-product-reviews-badge>div.bizweb-product-reviews-star {
    display: block
}

.details-product .reviews .bizweb-product-reviews-badge .bizweb-product-reviews-star i {
    font-size: 14px
}

.details-product .travel-info {
    margin-bottom: 30px
}

.details-product .travel-info .fa {
    font-size: 1em;
    color: #959595;
    display: inline-block;
    margin-right: 5px
}

.details-product .product-summary.product_description {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ebebeb
}

.details-product .details-pro span.discount {
    color: var(--secondary-color);
}

.details-product .details-pro .product-price {
    font-size: 2.14286em;
    display: inline-block
}

.details-product .details-pro .price-box {
    margin: 10px 0 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #ebebeb
}

.details-product .details-pro .price-box .special-price span {
    color: var(--secondary-color);
}

.details-product .details-pro .price-box .old-price {
    display: block;
    color: #adadad;
    font-size: 1.07143em;
    margin-top: 7px
}

.details-product .details-pro .box-variant .form-group {
    width: 100%
}

.details-product .details-pro .box-variant .form-group .selector-wrapper {
    width: 100%;
    padding-right: 0
}

.details-product .details-pro .box-variant .form-group .selector-wrapper label {
    width: 85px;
    font-weight: 600;
    float: none;
    display: block;
    line-height: 40px
}

.details-product .details-pro .box-variant .form-group .selector-wrapper select {
    width: 321px
}

.details-product .details-pro .custom-btn-number {
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    border: none;
    box-shadow: none;
    width: 110px;
    display: inline-block;
    float: left;
    margin-right: 10px;
    border: 1px solid #ebebeb
}

.details-product .details-pro .custom-btn-number #qty {
    font-size: 1em;
    margin: 0;
    padding: 0 23px;
    border-radius: 0;
    text-align: center;
    padding: 0;
    height: 50px;
	width: 100%;
	display: block;
    border: none !important
}

.details-product .details-pro .custom-btn-number .qtyminus {
    position: absolute;
    left: 1px;
    text-align: center;
    top: 1px;
    width: 40px;
    height: 48px;
    line-height: 47px;
    font-size: 25px;
    cursor: pointer;
    color: #898989;
    background: #fff
}

.details-product .details-pro .custom-btn-number .qtyplus {
    position: absolute;
    right: 1px;
    text-align: center;
    top: 1px;
    width: 40px;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    cursor: pointer;
    color: #898989;
    background: #fff
}

.details-product .details-pro .form-detail-action {
    width: 100%
}

.details-product .details-pro .form-detail-action label {
    font-weight: 600;
    min-width: 81px;
    line-height: 45px;
    display: block;
    margin-bottom: 10px
}

.details-product .details-pro .form-detail-action button.btn {
    color: #fff;
    height: 45px;
    width: 185px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
    float: left;
    background-color: var(--secondary-color);
	justify-content: center;
	display: flex;
	border: 0!important;
}

.details-product .details-pro .form-detail-action button.btn .fa {
    display: inline-block;
    margin-left: 5px
}

.details-product .details-pro .form-detail-action .iwishAddWrapper {
    line-height: 50px;
    float: left;
    text-align: center;
    border: none;
    border-radius: 0;
    margin: 0;
    margin-left: 20px;
    font-size: 14px
}

.details-product .details-pro .form-detail-action .iwishAddWrapper .fa {
    color: #898989
}

.details-product .details-pro .form-detail-action .iwishAddWrapper.iWishAdded {
    color: #80bb35
}

.details-product .details-pro .form-detail-action .iwishAddWrapper.iWishAdded .fa {
    color: #80bb35
}

.details-product .attach {
    border: 1px solid #ebebeb;
    padding: 20px;
    color: #898989
}

.details-product .attach h2 {
    font-weight: 600;
    font-size: 1em;
    margin-top: 0
}

.details-product .attach ul {
    list-style: none;
    padding-left: 0
}

.details-product .attach ul li {
    position: relative;
    padding-left: 25px
}

.details-product .attach ul li:before {
    position: absolute;
    left: 0;
    top: -3px;
    font-family: "FontAwesome";
    content: "\f00c";
    font-size: 16px;
    color: #80bb35
}
@media (max-width: 480px) {
	.product-summary {
		display: none;
	}
}