@charset "UTF-8";
  .head_taxonomy {
position: relative;
font-family: var(--primary-Font);
}
.head_taxonomy .title {
font-size: 24px;
font-weight: 700;
letter-spacing: 1px;
margin: 0;
color: #000;
text-transform: uppercase;
}
.head_taxonomy .order {
flex: 1 0 auto;
display: flex;
align-items: center;
justify-content: flex-end;
}
@media (max-width: 767px) {
.head_taxonomy .order {
flex: 0 0 100%;
max-width: 100%;
justify-content: center;
}
}
.head_taxonomy .order span {
font-size: 14px;
font-weight: 400;
margin: 0;
display: block;
white-space: nowrap;
margin-right: 10px;
}
@media (max-width: 767px) {
.head_taxonomy .order span {
display: none;
}
}
.head_taxonomy .order .woocommerce-ordering {
margin-bottom: 0 !important;
float: none !important;
}
.head_taxonomy .order .woocommerce-ordering select {
padding: 6px 12px;
border: 1px solid #ccc;
line-height: 20px;
font-size: 13px;
width: 160px;
border-radius: 4px;
}
@media (max-width: 390px) {
.head_taxonomy .order .woocommerce-ordering select {
width: 100%;
}
}
.head_product {
position: relative;
font-family: var(--primary-Font);
}
.head_product .title {
font-size: 24px;
font-weight: 500;
color: #000;
margin-bottom: 0;
position: relative;
}
@media (max-width: 991px) {
.head_product .title {
font-size: 22px;
}
}
@media (max-width: 575px) {
.head_product .title {
font-size: 20px;
}
}
.head_box {
position: relative;
display: flex;
align-items: center;
font-family: var(--primary-Font);
gap: 12px;
}
.head_box .title {
font-size: 21px;
font-weight: 500;
margin-bottom: 0;
color: var(--second-Color);
}
.head_box .count {
height: 28px;
width: 28px;
border-radius: 100%;
display: flex;
align-items: center;
justify-content: center;
background: var(--second-Color);
color: #fff;
font-size: 17px;
padding-top: 1px;
font-weight: 500;
}
.head_panel {
position: relative;
font-family: var(--primary-Font);
}
.head_panel .title {
font-size: 26px;
font-weight: 600;
color: #000;
margin-bottom: 0;
position: relative;
text-transform: uppercase;
} .gv_product_catalog {
position: relative;
overflow: hidden;
padding: 32px 0 48px;
}
@media (max-width: 991px) {
.gv_product_catalog main > .row .col-left {
padding-bottom: 20px;
}
}
.gv_product_catalog .head_taxonomy {
padding-bottom: 24px;
}
.gv_product_catalog .catalog-wrap {
position: relative;
}
.gv_product_catalog .catalog-wrap > .row {
align-items: stretch;
}
@media (max-width: 575px) {
.gv_product_catalog .catalog-wrap > .row {
margin: 0 -6px;
}
}
.gv_product_catalog .catalog-wrap > .row > [class*=col-] {
min-height: 100%;
padding-bottom: 24px;
}
@media (max-width: 575px) {
.gv_product_catalog .catalog-wrap > .row > [class*=col-] {
padding-left: 6px;
padding-right: 6px;
padding-bottom: 20px;
}
}
.gv_product_catalog .catalog-wrap { }
.gv_product_catalog .catalog-wrap .ajax-loading {
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
background: rgba(249, 249, 249, 0.8);
z-index: 99;
}
.gv_product_catalog .catalog-wrap .ajax-loading .loading {
border: 4px solid #f3f3f3; border-top: 4px solid var(--primary-Color); border-radius: 50%;
width: 40px;
height: 40px;
z-index: 99;
animation: spin 1s linear infinite;
margin: 20px auto; }
.gv_product_catalog .catalog-box {
background: #f9f9f9;
padding: 24px;
border-radius: 6px;
margin-top: 32px;
}
.gv_product_catalog .catalog-box article {
position: relative;
}
.gv_product_catalog .catalog-box article .entry-content {
margin-bottom: 20px;
height: 240px;
padding-bottom: 8px;
overflow: hidden;
position: relative;
}
.gv_product_catalog .catalog-box article .entry-content::after {
content: "";
height: 40px;
width: 100%;
position: absolute;
bottom: 0px;
background: linear-gradient(rgba(249, 249, 249, 0) 0%, rgba(249, 249, 249, 0.4) 40%, rgb(249, 249, 249) 90%);
}
.gv_product_catalog .catalog-box article .more {
display: flex;
justify-content: center;
}
.gv_product_catalog .catalog-box article .more button {
padding: 6px 12px;
line-height: 20px;
background: red;
border-radius: 6px;
font-size: 14px;
color: #fff;
border: 0;
cursor: pointer;
display: inline-block;
}
.gv_product_catalog .catalog-box article.show .entry-content {
height: auto;
}
.gv_product_catalog .filter-box {
display: block;
}
@media (min-width: 992px) {
.gv_product_catalog .filter-box {
display: none;
}
}
.gv_product_catalog .filter-box button {
width: 100%;
max-width: 320px;
display: flex;
align-items: center;
justify-content: space-between;
padding: 12px 16px;
line-height: 20px;
font-size: 15px;
font-weight: 500;
border: 0;
outline: none;
border-radius: 4px;
color: #fff;
background: var(--primary-Color);
}
@media (max-width: 575px) {
.gv_product_catalog .filter-box button {
max-width: 450px;
}
}
.gv_product_catalog .filter-box button svg {
height: 20px;
width: 20px;
fill: #fff;
}
@media (max-width: 991px) {
.gv_product_catalog .sidebar-box {
position: fixed;
height: 100vh;
width: 100%;
max-width: 340px;
overflow-y: scroll;
z-index: -999;
left: 0;
top: 0;
transform: translateX(-102%);
background: #fff;
border-right: 1px solid var(--primary-Color);
padding: 24px 16px;
transition: all 0.3s ease 0s;
}
}
@media (max-width: 991px) {
.gv_product_catalog .sidebar-box.on-show {
transform: translateX(0);
z-index: 99999;
}
} .gv_product_detail {
position: relative;
overflow: hidden;
padding: 40px 0 48px;
} .woocommerce {
width: 100%;
}
.woocommerce .details__content address {
padding: 20px;
}
.woocommerce div.product .product_title {
font-size: 25px;
color: #000;
margin-bottom: 13px;
font-weight: bold;
line-height: 1.3;
}
.woocommerce div.product p {
font-size: 14px;
line-height: 1.45;
}
.woocommerce div.product p.price, .woocommerce div.product span.price {
line-height: 1 !important;
color: #d71a00 !important;
font-size: 22px !important;
font-weight: 800 !important;
}
.woocommerce div.product form.cart {
margin-bottom: 10px;
}
.woocommerce div.product form.cart div.quantity .qty {
height: 40px;
width: 80px;
padding: 0 5px 0 10px;
background-color: #fff;
background-image: none;
border: 1px solid #ddd;
border-radius: 0;
}
.woocommerce div.product form.cart button.button.alt {
line-height: 20px;
padding: 10px 23px;
border: 0;
background: #0072bc;
font-size: 16px;
text-transform: uppercase;
color: #FFF;
outline: none;
border-radius: 0;
}
.woocommerce div.product .quick-link {
display: block;
margin-bottom: 2em;
}
.woocommerce div.product .quick-link a {
display: inline-block;
padding: 10px 23px;
line-height: 20px;
font-size: 15px;
text-transform: uppercase;
color: #fff;
background: #5EAB46;
}
.woocommerce div.product .product_meta {
padding-bottom: 25px;
display: block;
}
.woocommerce div.product .product_meta .sku_wrapper {
margin-bottom: 10px;
display: block;
}
.woocommerce div.product .product_meta .sku_wrapper span.sku {
font-weight: bold;
}
.woocommerce form .form-row-first {
float: none;
width: 100%;
}
.woocommerce form .form-row {
padding: 0;
flex-wrap: wrap;
}
.woocommerce form .form-row label {
display: block;
width: 100%;
}
.woocommerce form .form-row textarea {
line-height: 20px;
padding: 9px 15px;
border: 1px solid #dfdfdf;
width: 100%;
height: 150px !important;
}
.woocommerce form .form-row input[type=text],
.woocommerce form .form-row input[type=email],
.woocommerce form .form-row input[type=tel],
.woocommerce form .form-row input[type=password] {
line-height: 20px;
padding: 9px 15px;
border: 1px solid #dfdfdf;
width: 100%;
}
.woocommerce form .form-row span.password-input {
width: 100%;
}
.woocommerce form .form-row span.password-input input[type=password] {
line-height: 20px;
padding: 9px 15px;
border: 1px solid #dfdfdf;
width: 100%;
}
.woocommerce form .form-row button.button {
background: #0b6bbf;
font-weight: 400;
padding: 10px 19px;
color: #FFF;
}
.woocommerce form .form-row span.woocommerce-input-wrapper {
width: 100%;
display: block;
}
.woocommerce form .form-row span.selection span.select2-selection--single {
height: 40px;
margin: 0;
border-radius: 0;
}
.woocommerce form .form-row span.selection span.select2-selection--single .select2-selection__arrow {
height: 40px;
position: absolute;
top: 1px;
right: 8px;
width: 20px;
}
.woocommerce form .form-row span.selection span.select2-selection--single .select2-selection__rendered {
line-height: 40px;
padding-left: 15px;
}
.woocommerce form p {
margin-top: 20px;
}
.woocommerce form p button.button {
background: black;
font-weight: 400;
padding: 10px 19px;
color: #FFF;
}
.woocommerce form p button.button:hover {
background: darkorange;
}
.woocommerce form.checkout .form-row-first {
float: none;
width: 100%;
}
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
margin: 0.5em 0;
padding: 20px 30px;
}
.woocommerce form.login .form-row-first,
.woocommerce form.checkout_coupon .form-row-first {
float: left;
width: 47%;
}
.woocommerce form.login .form-row-last,
.woocommerce form.checkout_coupon .form-row-last {
float: right;
width: 47%;
}
.woocommerce .cart_totals > h2 {
font-size: 22px;
font-weight: 500;
margin-bottom: 16px;
} .product-sumary {
position: relative;
flex-wrap: wrap;
margin-bottom: 48px;
}
@media (max-width: 991px) {
.product-sumary {
margin-bottom: 36px;
}
}
.product-sumary .pdx-left {
flex: 0 0 50%;
max-width: 50%;
position: relative;
}
@media (max-width: 991px) {
.product-sumary .pdx-left {
flex: 0 0 100%;
max-width: 100%;
padding-bottom: 24px;
}
}
.product-sumary .pdx-right {
flex: 0 0 50%;
max-width: 50%;
padding-left: 32px;
}
@media (max-width: 991px) {
.product-sumary .pdx-right {
flex: 0 0 100%;
max-width: 100%;
padding-left: 0;
}
}
.product-sumary > [class*=col-] {
padding-left: 0;
padding-right: 0;
}
.product-sumary .gx-image {
position: relative;
}
.product-sumary .gx-image .slick-slider {
padding-bottom: 0;
}
.product-sumary .gx-image .prv-gallery {
margin-bottom: 16px;
border-radius: 12px;
overflow: hidden;
}
.product-sumary .gx-image .prv-gallery .item-gallery {
position: relative;
}
.product-sumary .gx-image .prv-gallery .item-gallery a {
display: block;
position: relative;
}
.product-sumary .gx-image .prv-gallery .item-gallery a picture {
position: relative;
padding-bottom: 100%;
display: block;
background-position: center;
width: 100%;
border-radius: 12px;
overflow: hidden;
}
.product-sumary .gx-image .prv-gallery .item-gallery a picture img {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
}
.product-sumary .gx-image .prv-gallery .item-gallery a svg {
position: absolute;
bottom: 12px;
right: 12px;
fill: #000;
z-index: 3;
}
.product-sumary .gx-image .nav-gallery {
position: relative;
padding-left: 30px;
padding-right: 30px;
}
.product-sumary .gx-image .nav-gallery .item-thumb {
position: relative;
padding: 0px 8px;
}
.product-sumary .gx-image .nav-gallery .item-thumb span {
position: relative;
padding-bottom: 100%;
display: block;
background-position: center;
width: 100%;
overflow: hidden;
border-radius: 8px;
}
.product-sumary .gx-image .nav-gallery .item-thumb span img {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
height: 100%;
width: 100%;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
}
.product-sumary .gx-image .nav-gallery .item-thumb.slick-current {
border-color: #333;
}
.product-sumary .gx-image .nav-gallery .slick-arrow {
position: absolute;
top: 50%;
transform: translateY(-50%);
height: 30px;
width: 30px;
background: var(--second-Color);
outline: none;
display: flex;
align-items: center;
justify-content: center;
padding: 0;
border: 0;
opacity: 1;
visibility: visible;
border-radius: 100%;
}
.product-sumary .gx-image .nav-gallery .slick-arrow::before {
display: none;
}
.product-sumary .gx-image .nav-gallery .slick-arrow i {
width: 6px;
height: 12px;
background-position: center;
background-repeat: no-repeat;
background-size: contain;
display: block;
filter: brightness(0) invert(1);
}
.product-sumary .gx-image .nav-gallery .slick-arrow.slick-prev {
left: 0px;
}
@media (max-width: 767px) {
.product-sumary .gx-image .nav-gallery .slick-arrow.slick-prev {
left: 0px;
}
}
.product-sumary .gx-image .nav-gallery .slick-arrow.slick-prev i {
margin-right: 2px;
background-image: url(//resin-lamp.com/wp-content/themes/gv-shopping/images/svg/ick-prev.svg);
}
.product-sumary .gx-image .nav-gallery .slick-arrow.slick-next {
right: 0px;
}
@media (max-width: 767px) {
.product-sumary .gx-image .nav-gallery .slick-arrow.slick-next {
right: 0px;
}
}
.product-sumary .gx-image .nav-gallery .slick-arrow.slick-next i {
margin-left: 2px;
background-image: url(//resin-lamp.com/wp-content/themes/gv-shopping/images/svg/ick-next.svg);
}
.product-sumary .gx-image .share {
margin-top: 20px;
display: flex;
align-items: center;
gap: 10px;
}
.product-sumary .gx-image .share span {
font-weight: 600;
}
.product-sumary .gx-image .share a {
display: block;
overflow: hidden;
position: relative;
}
.product-sumary .gx-image .share a img {
width: 30px;
height: 30px;
}
.product-sumary .gx-info {
position: relative;
margin-bottom: 30px;
}
.product-sumary .gx-info .sale {
display: block;
margin-bottom: 12px;
}
.product-sumary .gx-info .sale span {
display: inline-block;
background: #ffeded;
color: #ef1b0c;
padding: 6px 12px 5px;
font-size: 14px;
font-weight: 500;
border-radius: 4px;
}
.product-sumary .gx-info .sale span svg {
fill: #ef1b0c;
margin-top: -2px;
}
.product-sumary .gx-info .cate {
font-size: 14px;
font-weight: 400;
margin-bottom: 16px;
}
.product-sumary .gx-info .cate a {
color: #333;
}
.product-sumary .gx-info .cate a:hover {
color: var(--hover-Color);
}
.product-sumary .gx-info .head_product {
padding-bottom: 10px;
}
.product-sumary .gx-info .rating {
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 12px;
}
.product-sumary .gx-info .rating .rx-star {
position: relative;
display: inline-block;
}
.product-sumary .gx-info .rating .rx-star::before {
content: "\e66a\e66a\e66a\e66a\e66a";
font-family: "Rivolicons-Free";
font-size: 15px;
display: block;
color: rgba(153, 153, 153, 0.6);
line-height: 1;
}
.product-sumary .gx-info .rating .rx-star .rt-star {
position: absolute;
top: 0;
left: 0;
z-index: 1;
overflow: hidden;
height: 100%;
}
.product-sumary .gx-info .rating .rx-star .rt-star::before {
content: "\e66a\e66a\e66a\e66a\e66a";
font-family: "Rivolicons-Free";
font-size: 15px;
display: block;
color: #fbb635;
line-height: 1;
}
.product-sumary .gx-info .price-group {
margin-bottom: 16px;
padding-bottom: 16px;
border-bottom: 1px solid #ccc;
}
.product-sumary .gx-info .price-group .price-box {
display: flex;
align-items: center;
gap: 10px;
}
.product-sumary .gx-info .price-group .price-box .odx-price {
font-size: 20px;
font-weight: 300;
margin-top: 7px;
display: inline-block;
text-decoration: line-through;
color: #888;
}
.product-sumary .gx-info .price-group .price-box .rgx-price {
display: inline-block;
font-size: 30px;
font-weight: 500;
color: var(--second-Color);
line-height: 1.1;
}
.product-sumary .gx-info .price-group .price-box .dsc-percent {
background: #1cae4b;
border-radius: 28px;
font-size: 15px;
font-weight: 400;
color: #fff;
padding: 4px 12px;
display: inline-block;
}
.product-sumary .gx-info .action {
position: relative;
display: block;
padding-bottom: 20px;
border-bottom: 1px solid #dfdfdf;
}
.product-sumary .gx-info .action .stock {
display: none;
}
.product-sumary .gx-info .action form.variations_form {
position: relative;
display: block;
align-items: unset;
}
.product-sumary .gx-info .action form.variations_form table.variations {
width: 100%;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody {
display: flex;
flex-wrap: wrap;
flex-direction: column;
gap: 16px;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr {
display: flex;
flex-direction: column;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr td.label {
width: 100%;
margin-bottom: 10px;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr td.label > label {
font-size: 16px;
font-weight: 500;
display: inline-block;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr td.value {
width: 100%;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr td.value select {
display: block;
width: 100%;
padding: 8px 12px;
border-radius: 4px;
border: 1px solid #ddd;
outline: none;
line-height: 20px;
font-size: 14px;
font-weight: 400;
color: #333;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr td.value a.reset_variations {
display: inline-block;
margin-top: 10px;
background: #EE1C25;
font-size: 12px;
padding: 3px 12px;
border-radius: 3px;
line-height: 20px;
color: #fff;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr td.value .variable-items-wrapper {
list-style: none;
padding: 0;
margin: 0;
gap: 10px;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr td.value .variable-items-wrapper > li {
font-family: var(--primary-Font) !important;
font-size: 15px !important;
font-weight: 500 !important;
padding: 0 16px;
text-align: center;
margin: 0 !important;
min-width: 130px !important;
box-shadow: none !important;
border: 1px solid #d9d9d9 !important;
border-radius: 4px;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr td.value .variable-items-wrapper > li.selected {
box-shadow: none;
background-color: var(--primary-Color);
color: #fff;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr td.value .variable-items-wrapper [data-wvstooltip]::before {
background: rgba(70, 173, 82, 0.87) !important;
font-size: 13px !important;
}
.product-sumary .gx-info .action form.variations_form table.variations tbody tr td.value .variable-items-wrapper [data-wvstooltip]::after {
border-top-color: rgba(70, 173, 82, 0.87) !important;
}
.product-sumary .gx-info .action form.variations_form .single_variation_wrap {
position: relative;
padding-top: 16px;
}
.product-sumary .gx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price {
display: flex;
align-items: center;
}
.product-sumary .gx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price span.amount {
font-size: 26px;
font-weight: 600;
color: var(--second-Color);
}
.product-sumary .gx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price del {
margin-left: 10px;
order: 2;
}
.product-sumary .gx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price del span.amount {
font-size: 18px;
font-weight: 400;
color: #888;
margin-top: 4px;
display: inline-block;
}
.product-sumary .gx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price ins {
text-decoration: unset;
}
.product-sumary .gx-info .action form.variations_form .single_variation_wrap .single_variation .woocommerce-variation-price .price ins span.amount {
font-size: 26px;
font-weight: 600;
color: var(--second-Color);
line-height: 1.1;
}
.product-sumary .gx-info .action form.variations_form .single_variation_wrap .variations_button {
position: relative;
padding-top: 12px;
display: flex;
align-items: center;
}
.product-sumary .gx-info .action .quantity {
display: flex;
align-items: center;
position: relative;
width: 100%;
gap: 10px;
}
.product-sumary .gx-info .action .quantity label {
display: block;
margin: 0;
padding: 0;
font-size: 15px;
font-weight: 500;
}
.product-sumary .gx-info .action .quantity .quantity-box {
display: flex;
background: transparent;
border-radius: 8px;
border: 1px solid #dcdcdc;
padding: 0 2px;
position: relative;
}
.product-sumary .gx-info .action .quantity .quantity-box span {
height: 40px;
width: 36px;
font-weight: bold;
display: inline-flex;
align-items: center;
justify-content: center;
color: #000;
font-size: 20px;
border: 0;
cursor: pointer;
transition: all 0.3s ease 0s;
}
.product-sumary .gx-info .action .quantity .quantity-box span:hover {
color: var(--primary-Color);
}
.product-sumary .gx-info .action .quantity .quantity-box input {
outline: none;
width: 60px;
height: 40px;
line-height: 40px;
border: 0;
background: transparent;
font-size: 15px;
font-weight: 400;
text-align: center;
margin: 0 2px;
}
.product-sumary .gx-info .action .quantity .quantity-box input::-webkit-outer-spin-button, .product-sumary .gx-info .action .quantity .quantity-box input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
.product-sumary .gx-info .action .quantity .quantity-box input[type=number] {
-moz-appearance: textfield;
}
.product-sumary .gx-info .action .single_add_to_cart_button {
width: 100%;
max-width: 305px;
padding: 10px 16px;
text-align: center;
line-height: 22px;
background-color: #EE1C25 !important;
color: #fff;
outline: none;
text-align: center;
font-size: 15px;
font-weight: 500;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
gap: 16px;
}
.product-sumary .gx-info .action .single_add_to_cart_button svg {
height: 15px;
width: 15px;
fill: #fff;
}
.product-sumary .gx-info .action .single_add_to_cart_button.disable {
cursor: not-allowed;
opacity: 0.7;
}
.product-sumary .gx-info .action .simple_button {
display: flex;
align-items: center;
}
.product-sumary .gx-detail {
position: relative;
}
.product-sumary .gx-detail .detail-item {
position: relative;
border-bottom: 1px solid #cdcdcd;
}
.product-sumary .gx-detail .detail-item .dtx-name {
position: relative;
padding: 16px 0;
cursor: pointer;
padding-right: 16px;
}
.product-sumary .gx-detail .detail-item .dtx-name h4 {
font-size: 21px;
font-weight: 500;
margin-bottom: 0;
}
.product-sumary .gx-detail .detail-item .dtx-name > span {
position: absolute;
top: 17px;
right: 0;
display: flex;
align-items: center;
justify-content: center;
height: 16px;
height: 16px;
}
.product-sumary .gx-detail .detail-item .dtx-name > span::after, .product-sumary .gx-detail .detail-item .dtx-name > span::before {
content: "";
font-size: 32px;
color: #000;
line-height: 1;
display: inline-block;
}
.product-sumary .gx-detail .detail-item .dtx-name > span::before {
content: "+";
display: block;
}
.product-sumary .gx-detail .detail-item .dtx-name > span::after {
content: "-";
display: none;
}
.product-sumary .gx-detail .detail-item .dtx-content .detail-wrap {
transition: all 0.3s ease 0s;
height: 240px;
overflow: hidden;
padding-bottom: 32px;
position: relative;
}
.product-sumary .gx-detail .detail-item .dtx-content .detail-wrap .more-c {
position: absolute;
bottom: 0;
z-index: 3;
left: 0;
right: 0;
padding: 10px 0;
}
.product-sumary .gx-detail .detail-item .dtx-content .detail-wrap .more-c > button {
outline: none;
padding: 0;
margin: 0;
background: transparent;
border: 0;
font-weight: 600;
position: relative;
z-index: 4;
font-size: 15px;
color: var(--second-Color);
cursor: pointer;
}
.product-sumary .gx-detail .detail-item .dtx-content .detail-wrap .more-c::after {
height: 200%;
width: 100%;
background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6) 50%, rgba(255, 255, 255, 0.98) 70%);
content: "";
position: absolute;
z-index: 1;
bottom: 0;
left: 0;
}
.product-sumary .gx-detail .detail-item .dtx-content .detail-wrap.show {
height: auto;
}
.product-sumary .gx-detail .detail-item .dtx-content .detail-wrap.show .more-c::after {
display: none;
}
.product-sumary .gx-detail .detail-item .dtx-content .shipping {
margin-bottom: 16px;
}
.product-sumary .gx-detail .detail-item .dtx-content .asw-item {
position: relative;
border-bottom: 1px solid #dedede;
}
.product-sumary .gx-detail .detail-item .dtx-content .asw-item .asw-name {
position: relative;
padding: 14px 0;
cursor: pointer;
padding-right: 16px;
}
.product-sumary .gx-detail .detail-item .dtx-content .asw-item .asw-name h5 {
font-size: 17px;
font-weight: 300;
margin-bottom: 0;
}
.product-sumary .gx-detail .detail-item .dtx-content .asw-item .asw-name h5 svg {
height: 20px;
width: 20px;
margin-right: 6px;
margin-top: -3px;
}
.product-sumary .gx-detail .detail-item .dtx-content .asw-item .asw-name > span {
position: absolute;
top: 16px;
right: 0;
display: flex;
align-items: center;
justify-content: center;
height: 16px;
height: 16px;
transition: all 0.3s ease 0s;
}
.product-sumary .gx-detail .detail-item .dtx-content .asw-item .asw-name > span svg {
height: 16px;
width: 16px;
fill: #000;
}
.product-sumary .gx-detail .detail-item .dtx-content .asw-item .asw-content {
padding: 16px;
}
.product-sumary .gx-detail .detail-item .dtx-content .asw-item.active .asw-name > span {
transform: rotate(180deg);
}
.product-sumary .gx-detail .detail-item .dtx-content .asw-item:last-child {
border-bottom: 0;
}
.product-sumary .gx-detail .detail-item.active .dtx-name > span::before {
display: none;
}
.product-sumary .gx-detail .detail-item.active .dtx-name > span::after {
display: block;
}
.product-sumary .gx-detail .write {
margin-top: 16px;
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
}
.product-sumary .gx-detail .write label {
font-size: 18px;
font-weight: 500;
margin: 0;
display: block;
}
.product-sumary .gx-detail .write > button {
border: 1px solid var(--second-Color);
padding: 8px 12px;
font-size: 16px;
color: var(--second-Color);
line-height: 20px;
background: transparent;
cursor: pointer;
outline: none;
border-radius: 30px;
}
.product-sumary .gx-detail .write .modal .form input.wpcf7-submit {
background: var(--second-Color) !important;
width: 100%;
padding: 12px 12px;
}
.product-sumary .review {
position: relative;
margin-top: 32px;
}
.product-sumary .review .head_box {
margin-bottom: 12px;
}
.product-sumary .review .review-box > .desc {
font-size: 15px;
font-weight: 500;
margin-bottom: 20px;
}
.product-sumary .review .review-box > .desc span {
color: var(--second-Color);
font-style: italic;
}
.product-sumary .review .review-box .review_list {
list-style: none;
padding: 0;
margin: 0;
}
.product-sumary .review .review-box .review_list > li {
margin-bottom: 20px;
display: block;
}
.product-sumary .review .review-box .review_list > li > .comment_item {
display: flex;
}
.product-sumary .review .review-box .review_list > li > .comment_item .avatar {
min-width: 60px;
max-width: 60px;
}
.product-sumary .review .review-box .review_list > li > .comment_item .avatar img {
width: 60px;
height: 60px;
border-radius: 6px;
}
.product-sumary .review .review-box .review_list > li > .comment_item .info {
flex: 1;
max-width: 100%;
padding-left: 15px;
}
.product-sumary .review .review-box .review_list > li > .comment_item .info h4 {
font-size: 16px;
font-weight: bold;
margin-bottom: 2px;
}
.product-sumary .review .review-box .review_list > li > .comment_item .info .date {
font-style: italic;
font-size: 13px;
margin-bottom: 8px;
}
.product-sumary .review .review-box .review_list > li > .comment_item .info .desc {
background: #f0f0f0;
padding: 10px 14px;
border-radius: 6px;
}
.product-sumary .review .review-box .review_list > li > .comment_item .info .desc > span i {
color: rgb(212, 182, 13);
}
.product-sumary .review .review-box .review_list > li > .comment_item .info .desc > p {
margin-bottom: 0px;
font-size: 14px;
font-style: italic;
}
.product-sumary .review .review-box .review_list > li > .comment_item::after {
clear: both;
display: table;
content: "";
}
.product-sumary .review .review-box .review_list > li > ol.sub {
list-style: none;
padding: 0;
margin: 0;
padding-left: 30px;
}
.product-sumary .review .review-box .review_list > li > ol.sub > li {
margin-bottom: 16px;
}
.product-sumary .review .review-box .review_list > li > ol.sub > li:last-child {
margin-bottom: 0;
}
.product-sumary .review .review-box .review_list > li > ol.sub > li > .comment_item {
display: flex;
}
.product-sumary .review .review-box .review_list > li > ol.sub > li > .comment_item .avatar {
min-width: 60px;
max-width: 60px;
}
.product-sumary .review .review-box .review_list > li > ol.sub > li > .comment_item .avatar img {
width: 60px;
height: 60px;
border-radius: 6px;
}
.product-sumary .review .review-box .review_list > li > ol.sub > li > .comment_item .info {
flex: 1;
max-width: 100%;
padding-left: 15px;
}
.product-sumary .review .review-box .review_list > li > ol.sub > li > .comment_item .info h4 {
font-size: 16px;
font-weight: bold;
margin-bottom: 2px;
}
.product-sumary .review .review-box .review_list > li > ol.sub > li > .comment_item .info .date {
font-style: italic;
font-size: 13px;
margin-bottom: 8px;
}
.product-sumary .review .review-box .review_list > li > ol.sub > li > .comment_item .info .desc {
background: #f0f0f0;
padding: 10px 14px;
border-radius: 6px;
}
.product-sumary .review .review-box .review_list > li > ol.sub > li > .comment_item .info .desc > span i {
color: rgb(212, 182, 13);
}
.product-sumary .review .review-box .review_list > li > ol.sub > li > .comment_item .info .desc > p {
margin-bottom: 0px;
font-size: 14px;
font-style: italic;
}
.product-sumary .review .review-box .review_list > li > ol.sub > li > .comment_item::after {
clear: both;
display: table;
content: "";
}
.product-sumary .review .review-form .comment-respond .comment-reply-title {
font-size: 16px;
display: block;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 15px;
}
.product-sumary .review .review-form .comment-form .comment-notes {
font-style: italic;
margin-bottom: 10px;
}
.product-sumary .review .review-form .comment-form .comment-form-rating label {
font-weight: 600;
font-size: 15px;
margin-bottom: 6px;
display: block;
}
.product-sumary .review .review-form .comment-form .comment-form-rating p {
margin-bottom: 10px;
}
.product-sumary .review .review-form .comment-form .row > [class*=col-] {
padding-top: 8px;
padding-bottom: 8px;
}
.product-sumary .review .review-form .comment-form .row-form {
padding-top: 8px;
padding-bottom: 8px;
}
.product-sumary .review .review-form .comment-form .row-form p {
margin: 0 !important;
margin-bottom: 0px;
}
.product-sumary .review .review-form .comment-form .row-form p label {
font-weight: 600;
font-size: 15px;
margin-bottom: 6px;
display: block;
}
.product-sumary .review .review-form .comment-form .row-form p input[type=text] {
border: 1px solid var(--primary-Color);
border-radius: 6px;
padding: 10px 15px;
color: #000;
width: 100%;
line-height: 20px;
outline: none;
}
.product-sumary .review .review-form .comment-form .row-form p input[type=email] {
border: 1px solid var(--primary-Color);
border-radius: 6px;
padding: 10px 15px;
color: #000;
width: 100%;
line-height: 20px;
outline: none;
}
.product-sumary .review .review-form .comment-form .row-form p textarea {
border: 1px solid var(--primary-Color);
border-radius: 6px;
padding: 10px 15px;
color: #000;
width: 100%;
line-height: 20px;
height: 140px;
outline: none;
}
.product-sumary .review .review-form .comment-form .form-submit input[type=submit] {
background: var(--primary-Color) !important;
border-radius: 6px !important;
padding: 11px 24px !important;
line-height: 20px !important;
font-size: 15px !important;
font-weight: 500 !important;
border: 0 !important;
outline: none !important;
text-transform: uppercase !important;
color: #fff !important;
}
.product-sumary .review .review-form .comment-form .comment-form-cookies-consent {
margin-bottom: 10px;
}
.product-sumary .review .review-form .comment-form .comment-form-cookies-consent label {
font-style: italic;
}
.product-sumary .review.gvx-normal {
display: block;
}
@media (max-width: 991px) {
.product-sumary .review.gvx-normal {
display: none;
}
}
.product-sumary .review.gvx-mobile {
display: none;
}
@media (max-width: 991px) {
.product-sumary .review.gvx-mobile {
display: block;
}
} .product-detail {
position: relative;
padding-bottom: 48px;
}
@media (max-width: 767px) {
.product-detail {
padding-bottom: 36px;
}
}
.product-detail .tab_product {
display: flex;
align-items: center;
list-style: none;
padding: 0 0 0px;
gap: 10px;
margin-bottom: 4px;
}
.product-detail .tab_product > li {
display: inline-block;
}
.product-detail .tab_product > li > a,
.product-detail .tab_product > li span {
width: 100%;
max-width: 210px;
display: block;
padding: 11px 24px;
position: relative;
cursor: pointer;
font-weight: 500;
background: #0F88D9;
border: 0;
border-radius: 6px 6px 0 0;
line-height: 20px;
font-size: 16px;
color: #fff;
}
@media (max-width: 767px) {
.product-detail .tab_product > li > a,
.product-detail .tab_product > li span {
font-size: 14px;
padding: 11px 20px;
max-width: 200px;
}
}
.product-detail .tab_product > li > a:hover,
.product-detail .tab_product > li span:hover {
background: var(--primary-Color);
}
.product-detail .tab_product > li.active span {
background: var(--primary-Color);
color: #fff;
border-color: var(--primary-Color);
}
.product-detail .tab_content {
position: relative;
}
.product-detail .tab_content .tab_pane {
padding: 24px 24px;
border-radius: 0 0 10px 10px;
border: 1px solid #c9c9c9;
}
@media (max-width: 767px) {
.product-detail .tab_content .tab_pane {
padding: 16px;
}
}
.product-detail .tab_content .tab_pane article .entry-content *:last-child {
margin-bottom: 0;
}
.product-detail .tab_content .tab_pane .review {
padding: 0px;
position: relative;
width: 100%;
max-width: 880px;
margin: 0 auto;
}
.product-detail .tab_content .tab_pane .review > .desc {
font-size: 15px;
margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-box {
margin-bottom: 16px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list {
list-style: none;
padding: 0;
margin: 0;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li {
margin-bottom: 16px;
display: block;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .avatar {
float: left;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .avatar img {
width: 40px;
height: 40px;
border-radius: 100%;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .info {
margin-left: 60px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .info h4 {
font-size: 16px;
font-weight: bold;
margin-bottom: 2px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .info .date {
font-style: italic;
font-size: 13px;
margin-bottom: 8px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .info .desc {
border: 1px solid #ccc;
padding: 9px 12px;
border-radius: 4px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .info .desc > span i {
color: yellow;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item .info .desc > p {
margin-bottom: 0px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > .comment_item::after {
clear: both;
display: table;
content: "";
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub {
list-style: none;
padding: 0;
margin: 0;
padding-left: 30px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li {
margin-bottom: 16px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li:last-child {
margin-bottom: 0;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li > .comment_item .avatar {
float: left;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li > .comment_item .avatar img {
width: 40px;
height: 40px;
border-radius: 100%;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li > .comment_item .info {
margin-left: 60px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li > .comment_item .info h4 {
font-size: 16px;
font-weight: bold;
margin-bottom: 2px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li > .comment_item .info .date {
font-style: italic;
font-size: 13px;
margin-bottom: 8px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li > .comment_item .info .desc {
border: 1px solid #ccc;
padding: 15px;
border-radius: 4px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li > .comment_item .info .desc > span i {
color: yellow;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li > .comment_item .info .desc > p {
margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-box .review_list > li > ol.sub > li > .comment_item::after {
clear: both;
display: table;
content: "";
}
.product-detail .tab_content .tab_pane .review .review-form .comment-respond .comment-reply-title {
font-size: 16px;
display: block;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 15px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-notes {
font-style: italic;
margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-form-rating label {
font-weight: 600;
font-size: 15px;
margin-bottom: 6px;
display: block;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-form-rating p {
margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p {
margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p label {
font-weight: 600;
font-size: 15px;
margin-bottom: 6px;
display: block;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p input[type=text] {
border: 1px solid var(--second-Color);
border-radius: 6px;
padding: 10px 15px;
color: #000;
width: 100%;
line-height: 20px;
outline: none;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p input[type=email] {
border: 1px solid var(--second-Color);
border-radius: 6px;
padding: 10px 15px;
color: #000;
width: 100%;
line-height: 20px;
outline: none;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .row-form p textarea {
border: 1px solid var(--second-Color);
border-radius: 6px;
padding: 10px 15px;
color: #000;
width: 100%;
line-height: 20px;
height: 140px;
outline: none;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .form-submit input[type=submit] {
background: var(--primary-Color) !important;
border-radius: 0px !important;
padding: 12px 24px !important;
line-height: 20px !important;
font-size: 15px !important;
font-weight: 500 !important;
border: 0 !important;
outline: none !important;
text-transform: uppercase !important;
color: #fff !important;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-form-cookies-consent {
margin-bottom: 10px;
}
.product-detail .tab_content .tab_pane .review .review-form .comment-form .comment-form-cookies-consent label {
font-style: italic;
} .product-related {
position: relative;
}
.product-related .head_panel {
text-align: center;
padding-bottom: 24px;
}
.product-related .owl-carousel .owl-nav > [class*=owl-] {
height: 34px;
width: 34px;
position: absolute;
margin: 0;
top: 31%;
cursor: pointer;
opacity: 1;
visibility: visible;
background: var(--primary-Color) !important;
}
.product-related .owl-carousel .owl-nav > [class*=owl-] i {
font-size: 14px;
line-height: normal;
color: #fff;
}
.product-related .owl-carousel .owl-nav .owl-prev {
left: -17px;
}
@media (max-width: 575px) {
.product-related .owl-carousel .owl-nav .owl-prev {
left: -10px;
}
}
.product-related .owl-carousel .owl-nav .owl-next {
right: -17px;
}
@media (max-width: 575px) {
.product-related .owl-carousel .owl-nav .owl-next {
right: -10px;
}
}
.product-related .owl-carousel .owl-nav.disabled {
display: block !important;
}
@media (max-width: 767px) {
.product-related .owl-carousel .owl-nav.disabled {
display: none !important;
}
}
.product-related .owl-carousel .owl-dots {
position: relative;
bottom: initial;
left: initial;
width: 100%;
margin-top: 24px;
transform: translateX(0);
}
.product-related .owl-carousel .owl-dots .owl-dot span {
background: #ddd;
border-color: #ddd;
opacity: 1;
height: 10px;
width: 10px;
}
.product-related .owl-carousel .owl-dots .owl-dot.active span {
border-color: var(--second-Color);
background: var(--second-Color);
} .product-rating .head_panel {
margin-bottom: 12px;
}
.product-rating .review {
position: relative;
}
.product-rating .review .review-box > .desc {
font-size: 16px;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 20px;
}
.product-rating .review .review-box > .desc span {
color: var(--second-Color);
font-style: italic;
}
.product-rating .review .review-box .review_list {
list-style: none;
padding: 0;
margin: 0;
}
.product-rating .review .review-box .review_list > li {
margin-bottom: 20px;
display: block;
}
.product-rating .review .review-box .review_list > li > .comment_item {
display: flex;
}
.product-rating .review .review-box .review_list > li > .comment_item .avatar {
min-width: 60px;
max-width: 60px;
}
.product-rating .review .review-box .review_list > li > .comment_item .avatar img {
width: 60px;
height: 60px;
border-radius: 6px;
}
.product-rating .review .review-box .review_list > li > .comment_item .info {
flex: 1;
max-width: 100%;
padding-left: 15px;
}
.product-rating .review .review-box .review_list > li > .comment_item .info h4 {
font-size: 16px;
font-weight: bold;
margin-bottom: 2px;
}
.product-rating .review .review-box .review_list > li > .comment_item .info .date {
font-style: italic;
font-size: 13px;
margin-bottom: 8px;
}
.product-rating .review .review-box .review_list > li > .comment_item .info .desc {
background: #f0f0f0;
padding: 10px 14px;
border-radius: 6px;
}
.product-rating .review .review-box .review_list > li > .comment_item .info .desc > span i {
color: rgb(212, 182, 13);
}
.product-rating .review .review-box .review_list > li > .comment_item .info .desc > p {
margin-bottom: 0px;
font-size: 14px;
font-style: italic;
}
.product-rating .review .review-box .review_list > li > .comment_item::after {
clear: both;
display: table;
content: "";
}
.product-rating .review .review-box .review_list > li > ol.sub {
list-style: none;
padding: 0;
margin: 0;
padding-left: 30px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li {
margin-bottom: 16px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li:last-child {
margin-bottom: 0;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item {
display: flex;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .avatar {
min-width: 60px;
max-width: 60px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .avatar img {
width: 60px;
height: 60px;
border-radius: 6px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .info {
flex: 1;
max-width: 100%;
padding-left: 15px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .info h4 {
font-size: 16px;
font-weight: bold;
margin-bottom: 2px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .info .date {
font-style: italic;
font-size: 13px;
margin-bottom: 8px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .info .desc {
background: #f0f0f0;
padding: 10px 14px;
border-radius: 6px;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .info .desc > span i {
color: rgb(212, 182, 13);
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item .info .desc > p {
margin-bottom: 0px;
font-size: 14px;
font-style: italic;
}
.product-rating .review .review-box .review_list > li > ol.sub > li > .comment_item::after {
clear: both;
display: table;
content: "";
}
.product-rating .review .review-form .comment-respond .comment-reply-title {
font-size: 16px;
display: block;
font-weight: 600;
text-transform: uppercase;
margin-bottom: 15px;
}
.product-rating .review .review-form .comment-form .comment-notes {
font-style: italic;
margin-bottom: 10px;
}
.product-rating .review .review-form .comment-form .comment-form-rating label {
font-weight: 600;
font-size: 15px;
margin-bottom: 6px;
display: block;
}
.product-rating .review .review-form .comment-form .comment-form-rating p {
margin-bottom: 10px;
}
.product-rating .review .review-form .comment-form .row > [class*=col-] {
padding-top: 8px;
padding-bottom: 8px;
}
.product-rating .review .review-form .comment-form .row-form {
padding-top: 8px;
padding-bottom: 8px;
}
.product-rating .review .review-form .comment-form .row-form p {
margin: 0 !important;
margin-bottom: 0px;
}
.product-rating .review .review-form .comment-form .row-form p label {
font-weight: 600;
font-size: 15px;
margin-bottom: 6px;
display: block;
}
.product-rating .review .review-form .comment-form .row-form p input[type=text] {
border: 1px solid var(--primary-Color);
border-radius: 6px;
padding: 10px 15px;
color: #000;
width: 100%;
line-height: 20px;
outline: none;
}
.product-rating .review .review-form .comment-form .row-form p input[type=email] {
border: 1px solid var(--primary-Color);
border-radius: 6px;
padding: 10px 15px;
color: #000;
width: 100%;
line-height: 20px;
outline: none;
}
.product-rating .review .review-form .comment-form .row-form p textarea {
border: 1px solid var(--primary-Color);
border-radius: 6px;
padding: 10px 15px;
color: #000;
width: 100%;
line-height: 20px;
height: 140px;
outline: none;
}
.product-rating .review .review-form .comment-form .form-submit input[type=submit] {
background: var(--primary-Color) !important;
border-radius: 6px !important;
padding: 11px 24px !important;
line-height: 20px !important;
font-size: 15px !important;
font-weight: 500 !important;
border: 0 !important;
outline: none !important;
text-transform: uppercase !important;
color: #fff !important;
}
.product-rating .review .review-form .comment-form .comment-form-cookies-consent {
margin-bottom: 10px;
}
.product-rating .review .review-form .comment-form .comment-form-cookies-consent label {
font-style: italic;
} .product_inner {
position: relative;
height: 100%;
background: transparent;
overflow: hidden;
transition: all 0.6s ease 0s;
z-index: 2;
}
.product_inner .image {
position: relative;
overflow: hidden;
}
.product_inner .image > a {
position: relative;
display: block;
overflow: hidden;
}
.product_inner .image > a picture {
display: block;
padding-bottom: 100%;
position: relative;
width: 100%;
overflow: hidden;
border-radius: 10px;
background-position: center;
}
.product_inner .image > a picture img {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
-o-object-fit: cover;
object-fit: cover;
-o-object-position: 50% 50%;
object-position: 50% 50%;
height: 100%;
width: 100%;
}
.product_inner .info {
padding: 12px 0 0;
position: relative;
}
.product_inner .info h4 {
display: block;
font-weight: 500;
margin-bottom: 0px;
font-size: 16px;
letter-spacing: 0;
}
.product_inner .info h4 a {
color: #000;
}
.product_inner .info h4 a:hover {
color: var(--hover-Color);
}
.product_inner .info .rating {
display: flex;
gap: 5px;
align-items: center;
margin-top: 8px;
}
.product_inner .info .rating .rt-star {
position: relative;
display: inline-block;
overflow: hidden;
}
.product_inner .info .rating .rt-star::before {
content: "★★★★★";
position: relative;
font-size: 18px;
display: block;
color: #898989;
line-height: 1;
white-space: nowrap;
}
.product_inner .info .rating .rt-star .rt-star-o {
position: absolute;
z-index: 2;
top: 0;
left: 0;
height: 100%;
overflow: hidden;
white-space: nowrap;
}
.product_inner .info .rating .rt-star .rt-star-o::before {
content: "★★★★★";
position: relative;
font-size: 18px;
display: block;
color: var(--second-Color);
line-height: 1;
white-space: nowrap;
}
.product_inner .info .rating .count {
font-size: 15px;
margin-bottom: -3px;
line-height: 1;
color: var(--second-Color);
}
.product_inner .info .price {
margin-top: 10px;
position: relative;
display: flex;
align-items: center;
flex-wrap: wrap;
gap: 4px;
}
.product_inner .info .price .prx-old {
font-size: 14px;
font-weight: 500;
color: #878787;
text-decoration: line-through;
}
.product_inner .info .price .prx-reg {
font-size: 20px;
font-weight: 500;
color: var(--second-Color);
}
.product_inner .info .discount {
display: block;
margin-top: 8px;
}
.product_inner .info .discount > span {
display: inline-block;
font-size: 17px;
font-weight: 600;
background: #1cae4b;
color: #fff;
padding: 6px 16px;
border-radius: 23px;
line-height: 20px;
}
@keyframes spin {
0% {
transform: rotate(0deg);
}
100% {
transform: rotate(360deg);
}
}