| Server IP : 104.26.5.103 / Your IP : 216.73.216.4 Web Server : nginx/1.27.1 System : Linux in-5 5.15.0-143-generic #153-Ubuntu SMP Fri Jun 13 19:10:45 UTC 2025 x86_64 User : arabianexpress ( 1872) PHP Version : 8.0.30 Disable Function : exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /storage/v9321/leapdubai/public_html/wp-content/themes/printx/assets/scss/layout/ |
Upload File : |
@use '../utils' as *;
/*----------------------------------------*/
/* 20. product css start
/*----------------------------------------*/
.tp-product-2 {
&__space {
padding-bottom: 50px;
}
&__item {
padding: 12px;
padding-bottom: 0;
margin-bottom: 30px;
position: relative;
&::after {
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.03);
position: absolute;
content: '';
top: 0;
left: 0;
width: 100%;
height: 92%;
z-index: -1;
transition: all 0.4s ease;
}
&:hover {
&::after {
height: calc(100% + 15px);
}
& .tp-product-2__button-box {
opacity: 1;
visibility: visible;
}
&>.tp-product-2__thumb {
&>img {
transform: scale(1.2) rotate(-1deg);
}
}
}
}
&__thumb {
overflow: hidden;
& img {
width: 100%;
transition: .6s;
border-radius: 7px!important;
}
}
&__star {
margin-bottom: 8px;
& i {
color: #FAB311;
padding-right: 2px;
&.color {
color: #D2D3DA;
;
}
}
}
&__content {
padding: 30px 10px;
padding-bottom: 25px;
border-radius: 6px;
overflow: hidden;
}
&__title-sm {
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-transform: capitalize;
margin-bottom: 10px;
transition: .3s;
&:hover {
color: var(--tp-theme-2);
}
}
&__price {
& span {
font-weight: 500;
font-size: 15px;
color: #ED1D24;
font-family: var(--tp-ff-heading);
margin-right: 12px;
}
& del {
font-size: 15px;
color: #9695A0;
font-family: var(--tp-ff-heading);
}
}
&__button-box {
transition: all 0.3s linear;
opacity: 0;
visibility: hidden;
}
&__icon {
& a,
& .woosw-btn {
width: 38px;
height: 37px;
border: 1px solid #EDEDED;
border-radius: 5px;
display: inline-block;
line-height: 29px;
text-align: center;
margin-left: 5px;
transition: .3s;
color: #72747C;
&:hover {
border: 1px solid var(--tp-common-purple);
}
}
& .woosw-btn {
&:hover {
&::before {
color: #72747C!important;
}
}
}
}
&__thumb-text {
position: absolute;
top: 13px;
left: 8px;
& span {
border-radius: 5px;
background: #FF111F;
position: absolute;
top: 5px;
left: 5px;
color: var(--tp-common-white);
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
padding: 3px 15px;
display: inline-block;
}
}
&__active {
padding: 30px 20px;
margin: -30px -20px;
}
&__arrow-box {
position: absolute;
right: -4.5%;
top: 49%;
transform: translateY(-50%);
@media #{$xxl} {
right: -3.5%;
}
@media #{$xl} {
display: none;
}
& .slider-next {
& button {
height: 45px;
display: flex;
align-items: center;
justify-content: center;
width: 45px;
border-radius: 50%;
border: 1px solid #DFE2E9;
& svg {
margin-left: 2px;
}
}
}
}
}
.tp-fea-product {
&__thumb {
text-align: center;
overflow: hidden;
border-radius: 15px;
& img {
border-radius: 15px;
width: 100%;
transition: .5s;
}
}
&__thumb-text {
border-radius: 40px;
background: #FF111F;
position: absolute;
top: 10px;
left: 10px;
display: inline-block;
& span {
color: var(--tp-common-white);
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
padding: 3px 15px;
display: inline-block;
}
}
&__content {
padding: 20px 15px;
padding-bottom: 0px;
& .price {
& span {
&.woocommerce-Price-amount {
color: #ED1D24;
}
}
}
}
&__item {
padding: 13px 0;
padding-bottom: 18px;
transition: .3s;
border-radius: 15px;
position: relative;
z-index: 1;
& .tp-product-on-sale {
& span {
border-radius: 40px;
background: #FF111F;
position: absolute;
top: 10px;
left: 10px;
color: var(--tp-common-white);
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
padding: 3px 15px;
display: inline-block;
}
}
&:hover {
background-color: var(--tp-common-white);
& .tp-fea-product__icon-box {
opacity: 1;
visibility: visible;
top: 50%;
transform: translateY(-50%);
}
& .tp-fea-product__link-box {
opacity: 1;
visibility: visible;
margin-top: -17px;
}
& .tp-fea-product__price {
opacity: 0;
visibility: hidden;
}
& .tp-fea-product__thumb {
& img {
transform: scale(1.2) rotate(-1deg);
}
}
}
}
&__icon-box {
position: absolute;
top: 20%;
left: 0;
right: 0;
transition: .5s;
opacity: 0;
visibility: hidden;
& a,
& button {
border-radius: 5px;
border: 0px solid var(--red-primary-color, #D72323);
background: var(--tp-common-white);
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
display: inline-block;
transition: .3s;
margin: 0 2px;
& svg {
transition: .3s;
color: var(--tp-common-black);
width: 20px;
}
&:hover {
& svg {
color: var(--tp-common-white);
}
background-color: var(--tp-common-purple-2);
}
}
}
&__link-box {
transition: .3s;
width: 100%;
opacity: 0;
visibility: hidden;
& .cart-button,
& .added_to_cart {
display: block;
width: 100%;
height: 40px;
font-weight: 500;
font-size: 14px;
color: #fff;
text-align: center;
line-height: 40px;
border-radius: 20px;
background: #735CFC;
font-family: var(--tp-ff-heading);
position: relative;
&:hover{
background-color: #FF8717;
color: var(--tp-common-white);
}
& span {
margin-right: 4px;
display: inline-block;
transform: translateY(-2px);
}
}
& a {
& span {
margin-right: 4px;
display: inline-block;
transform: translateY(-2px);
}
}
}
&__price {
transition: .3s;
& span {
font-weight: 500;
font-size: 15px;
color: #ED1D24;
font-family: var(--tp-ff-heading);
margin-right: 12px;
}
& del {
font-size: 15px;
color: #9695A0;
font-family: var(--tp-ff-heading);
}
}
&__star {
margin-bottom: 8px;
& i {
color: #FAB311;
padding-right: 2px;
&.color {
color: #D2D3DA;
;
}
}
}
&__title-sm {
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-transform: capitalize;
margin-bottom: 10px;
transition: .3s;
&:hover {
color: var(--tp-theme-2);
}
}
&__tab {
& nav {
& button {
color: var(--tp-common-black);
font-family: var(--tp-ff-heading);
font-size: 15px;
font-weight: 400;
text-transform: uppercase;
height: 40px;
line-height: 40px;
padding: 0 14px;
background-color: var(--tp-common-white);
border-radius: 30px;
transition: .3s;
margin: 0 25px;
@media #{$xl,$lg} {
font-size: 14px;
}
@media #{$md} {
font-size: 13px;
margin: 0 10px;
}
@media #{$xs} {
font-size: 13px;
margin: 0 7px;
margin-bottom: 20px;
}
&.active {
color: var(--tp-common-white);
background-color: var(--tp-common-purple-2);
}
&:hover {
color: var(--tp-common-white);
background-color: var(--tp-common-purple-2);
}
}
}
}
&__shape-1 {
position: absolute;
top: 9%;
left: 3%;
animation: moving 9s linear infinite;
@media #{$lg} {
top: 3%;
left: 3%;
}
}
&__shape-2 {
position: absolute;
bottom: 0%;
left: -2%;
animation: tptranslateX2 4s infinite alternate;
@media #{$xxl,$xl,$lg,$md,$xs} {
display: none;
}
}
&__item-2 {
&:hover {
& .tp-fea-product__price {
opacity: 1;
visibility: visible;
}
}
}
}
.tp-best-product-4 {
&__white-bg {
position: relative;
&::after {
position: absolute;
bottom: 0;
left: 0;
background-color: var(--tp-common-white);
height: 325px;
width: 100%;
content: '';
}
}
&__plr {
background-color: var(--tp-common-white);
margin: 0 225px;
padding-top: 85px;
padding-bottom: 115px;
@media #{$xxxl} {
margin: 0 75px;
}
@media #{$xxl} {
margin: 0 25px;
}
@media #{$xl,$lg,$md,$xs} {
margin: 0px;
}
}
&__section-box {
@media #{$md,$xs} {
padding-bottom: 30px;
}
}
&__top-mb {
margin-bottom: 45px;
}
&__text {
& p {
color: #787981;
font-size: 17px;
font-weight: 400;
line-height: 30px;
margin-bottom: 0;
@media #{$xl,$lg} {
font-size: 15px;
}
@media #{$md,$xs} {
font-size: 14px;
}
}
}
&__left-box {
background: linear-gradient(to bottom right, #FF4D8D 15.64%, #507EFB 84.55%);
padding: 45px 40px;
padding-bottom: 65px;
@media #{$xl} {
padding: 45px 20px;
}
@media #{$lg} {
padding: 45px 20px;
}
@media #{$md} {
margin-bottom: 50px;
padding: 45px 40px;
}
@media #{$xs} {
margin-bottom: 50px;
padding: 45px 20px;
}
}
&__title {
color: var(--tp-common-white);
font-family: 'Jost', sans-serif;
font-size: 20px;
font-style: normal;
font-weight: 500;
padding-bottom: 35px;
text-transform: capitalize;
@media #{$lg} {
font-size: 18px;
}
}
&__tab {
& nav {
& button {
width: 100%;
text-align: start;
padding: 0;
&.active {
& span {
border-bottom: 2px solid #fff;
}
}
&:not(:last-child) {
margin-bottom: 39px;
}
& span {
color: var(--tp-common-white);
font-size: 17px;
font-weight: 500;
text-transform: capitalize;
display: block;
position: relative;
@media #{$xl,$lg} {
font-size: 15px;
}
@media #{$md,$xs} {
font-size: 16px;
}
& i {
color: var(--tp-common-white);
position: absolute;
top: 3px;
right: 0;
}
}
}
}
}
&__content {
padding: 20px 15px;
padding-bottom: 0px;
}
&__icon-box {
position: absolute;
top: 20px;
right: -50px;
transition: .5s;
display: flex;
flex-direction: column;
opacity: 0;
visibility: hidden;
& a,
& button {
border-radius: 5px;
border: 0px solid var(--red-primary-color, #D72323);
background: var(--tp-common-white);
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
display: inline-block;
transition: .3s;
margin: 2px 0px;
& svg {
color: var(--tp-common-black);
transition: .3s;
}
&:hover {
background-color: var(--tp-common-purple-2);
& svg {
color: var(--tp-common-white);
}
}
}
}
&__item {
padding-bottom: 18px;
transition: .3s;
border-radius: 15px;
position: relative;
z-index: 11;
&:hover {
background-color: var(--tp-common-white);
& .tp-best-product-4__icon-box {
right: 15px;
opacity: 1;
visibility: visible;
}
& .tp-best-product-4__link-box {
opacity: 1;
visibility: visible;
}
& .tp-best-product-4__thumb {
& img {
transform: scale(1.2) rotate(-1deg);
}
}
}
}
&__link-box {
transition: .3s;
width: 100%;
opacity: 0;
visibility: hidden;
& .cart-button,
& .added_to_cart {
display: block;
width: 100%;
height: 40px;
font-weight: 500;
font-size: 14px;
color: #fff;
text-align: center;
line-height: 40px;
border-radius: 20px;
background: #735CFC;
font-family: var(--tp-ff-heading);
&:hover{
background-color: #FF8717;
color: var(--tp-common-white);
}
& span {
margin-right: 4px;
display: inline-block;
transform: translateY(-2px);
}
}
}
&__price {
margin-bottom: 20px;
& span {
font-weight: 500;
font-size: 15px;
font-family: var(--tp-ff-heading);
margin-right: 12px;
color: #9695A0;
}
& del {
font-size: 15px;
color: #ED1D24;
font-family: var(--tp-ff-heading);
}
}
&__title-sm {
font-weight: 500;
font-size: 16px;
line-height: 23px;
text-transform: capitalize;
margin-bottom: 5px;
transition: .3s;
&:hover {
color: var(--tp-theme-2);
}
@media #{$lg} {
font-size: 14px;
}
}
&__thumb {
overflow: hidden;
& img {
width: 100%;
transition: .5s;
}
}
}
.tp-product-4 {
&__item {
border-radius: 13px;
padding: 35px 28px;
background-repeat: no-repeat;
background-size: cover;
background-position: center;
border-radius: 13px;
@media #{$xl} {
padding: 35px 25px;
padding-top: 25px;
}
}
&__content {
& span {
color: #787981;
font-size: 15px;
font-weight: 400;
text-transform: capitalize;
display: block;
margin-bottom: 55px;
}
}
&__title {
color: var(--tp-common-black);
font-size: 24px;
font-weight: 500;
text-transform: capitalize;
padding-bottom: 5px;
transition: .3s;
&:hover {
color: var(--tp-theme-2);
}
@media #{$xl} {
font-size: 20px;
}
@media #{$lg} {
font-size: 22px;
}
@media #{$md} {
font-size: 22px;
}
@media #{$xs} {
font-size: 18px;
}
@media #{$sm} {
font-size: 22px;
}
}
&__thumb {
@media #{$xl} {
text-align: end;
width: 50%;
}
@media #{$md} {
text-align: end;
width: 40%;
}
@media #{$xs} {
text-align: end;
width: 40%;
}
& img {
@media #{$xl} {
max-width: 65%;
}
@media #{$md} {
max-width: 85%;
}
@media #{$xs} {
max-width: 85%;
}
}
}
}
.tp-product-5 {
&__content {
& span {
color: var(--tp-grey-4);
font-size: 16px;
font-weight: 500;
text-transform: capitalize;
@media #{$lg,$md,$xs} {
font-size: 13px;
}
}
}
&__title {
color: var(--tp-common-black);
font-size: 21px;
font-weight: 500;
text-transform: capitalize;
margin-bottom: 10px;
@media #{$xl} {
font-size: 19px;
}
@media #{$lg} {
font-size: 17px;
}
@media #{$md,$xs} {
font-size: 19px;
}
transition: .3s;
&:hover {
color: var(--tp-common-purple);
}
}
&__thumb {
margin-bottom: 15px;
}
}
.tp-trend-product-5 {
&__section-title {
@media #{$xs} {
padding-bottom: 40px;
}
}
&__content {
padding: 10px 16px;
padding-top: 0;
border: 1px solid #EEEEEE;
border-top: none;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
transition: .5s;
& ul {
& li {
display: inline-block;
height: 45px;
line-height: 45px;
width: 100%;
&:not(:last-child) {
border-bottom: 1px solid #EFEFEF;
}
}
}
}
&__icon-box {
position: absolute;
top: 20px;
right: -45px;
transition: .5s;
display: flex;
flex-direction: column;
opacity: 0;
visibility: hidden;
& a,
& button {
border-radius: 5px;
border: 0px solid var(--red-primary-color, #D72323);
background: var(--tp-common-white);
width: 40px;
height: 40px;
line-height: 36px;
text-align: center;
display: inline-block;
transition: .3s;
margin: 2px 0px;
& svg {
color: var(--tp-common-black);
transition: .3s;
}
&:hover {
background-color: var(--tp-common-purple-2);
& svg {
color: var(--tp-common-white);
}
}
}
}
&__item {
border-radius: 10px;
position: relative;
transition: .5s;
}
&__item-box {
border: 1px solid transparent;
border-radius: 10px;
transition: .5s;
&:hover {
border: 1px solid #EEEEEE;
& .tp-trend-product-5__thumb {
& img {
transform: scale(1.2);
}
}
& .tp-trend-product-5__content {
border: 1px solid transparent;
border-top: none;
}
& .tp-trend-product-5__icon-box {
right: 15px;
opacity: 1;
visibility: visible;
}
& .tp-trend-product-5__link-box {
opacity: 1;
visibility: visible;
}
}
}
&__link-box {
transition: .5s;
width: 100%;
opacity: 0;
visibility: hidden;
padding: 10px 15px;
padding-bottom: 15px;
padding-top: 0;
z-index: 1;
& a {
display: block;
width: 100%;
height: 40px;
font-weight: 500;
font-size: 14px;
color: #fff;
text-align: center;
line-height: 40px;
border-radius: 20px;
background: #735CFC;
font-family: var(--tp-ff-heading);
&:hover{
background-color: #FF8717;
color: var(--tp-common-white);
}
& span {
margin-right: 4px;
display: inline-block;
transform: translateY(-2px);
}
}
}
&__price {
& span {
font-weight: 500;
font-size: 15px;
font-family: var(--tp-ff-heading);
margin-right: 12px;
color: #9695A0;
}
& del {
font-size: 15px;
color: #ED1D24;
font-family: var(--tp-ff-heading);
}
}
&__title-sm {
font-weight: 500;
font-size: 16px;
margin-bottom: 0;
text-transform: capitalize;
line-height: 45px;
transition: .3s;
&:hover {
color: var(--tp-theme-2);
}
@media #{$lg} {
font-size: 14px;
}
}
&__thumb {
overflow: hidden;
& img {
width: 100%;
transition: .5s;
}
}
&__button-box {
margin-left: -5px;
@media #{$lg,$md,$xs} {
margin-left: 0;
}
& nav {
& button {
color: #949392;
font-family: "Poppins", sans-serif;
font-size: 15px;
font-weight: 600;
text-transform: uppercase;
position: relative;
padding: 0;
border-bottom: 1px solid transparent;
transition: .3s;
@media #{$xl} {
font-size: 14px;
}
@media #{$md} {
font-size: 14px;
}
@media #{$xs} {
font-size: 14px;
}
@media #{$xs} {
font-size: 14px;
margin-bottom: 20px;
}
@media #{$sm} {
font-size: 15px;
}
&:not(:last-child) {
margin-right: 62px;
@media #{$lg} {
margin-right: 35px;
}
@media #{$md} {
margin-right: 25px;
}
@media #{$xs} {
margin-right: 35px;
}
@media #{$sm} {
margin-right: 55px;
}
}
&:hover {
color: #121416;
border-bottom: 1px solid var(--tp-common-purple-2);
}
&.active {
color: #121416;
border-bottom: 1px solid var(--tp-common-purple-2);
}
}
}
}
&__top-mb {
margin-bottom: 50px;
}
&__thumb-text {
border-radius: 3px;
background: #FF111F;
position: absolute;
top: 10px;
left: 10px;
display: inline-block;
& span {
color: var(--tp-common-white);
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
padding: 4px 20px;
display: inline-block;
@media #{$xl,$lg} {
font-size: 10px;
font-weight: 500;
padding: 5px 15px;
}
}
}
&__star {
& span {
color: #5F6C76;
font-size: 14px;
font-weight: 400;
text-transform: capitalize;
display: inline-block;
padding-right: 10px;
}
& i {
color: #FFA800;
}
}
}
.tp-new-product-5 {
&__shape-1 {
position: absolute;
top: 0;
right: -2%;
animation: tptranslateX2 4s infinite alternate;
}
&__shape-2 {
position: absolute;
top: -1%;
left: 0;
animation: tpupdown 0.8s infinite alternate;
}
&__content {
padding: 30px;
transition: .3s;
padding-top: 20px;
}
&__social-box {
position: absolute;
top: 15px;
right: -45px;
transition: .5s;
display: flex;
flex-direction: column;
opacity: 0;
visibility: hidden;
& a,
& button {
border-radius: 5px;
border: 0px solid var(--red-primary-color, #D72323);
background: var(--tp-common-white);
width: 40px;
height: 40px;
border-radius: 50%;
box-shadow: 0px 8px 4px 0px rgba(0, 0, 0, 0.05);
line-height: 36px;
text-align: center;
display: inline-block;
transition: .3s;
margin: 4px 0px;
& svg {
color: var(--tp-common-black);
transition: .3s;
}
&:hover {
background-color: var(--tp-common-purple-2);
& svg {
color: var(--tp-common-white);
}
}
}
}
&__item {
border-radius: 10px;
position: relative;
transition: .3s;
z-index: 1;
&::after {
content: '';
width: 100%;
height: 50%;
background-color: var(--tp-common-white);
top: 0;
left: 0;
position: absolute;
transition: .5s;
z-index: -1;
}
&:hover {
&::after {
height: 100%;
}
& .tp-new-product-5__social-box {
opacity: 1;
visibility: visible;
right: 15px;
}
& .tp-new-product-5__link-box {
opacity: 1;
visibility: visible;
& a,
& button {
display: block;
width: 100%;
height: 40px;
font-weight: 500;
font-size: 14px;
color: #fff;
text-align: center;
line-height: 40px;
border-radius: 20px;
background: #735CFC;
font-family: var(--tp-ff-heading);
&:hover{
background-color: #FF8717;
color: var(--tp-common-white);
}
& span {
margin-right: 4px;
display: inline-block;
transform: translateY(-2px);
}
}
}
& .tp-new-product-5__thumb {
& img {
transform: scale(1.2);
}
}
}
}
&__thumb {
overflow: hidden;
& img {
transition: .5s;
}
}
&__link-box {
transition: .3s;
width: 100%;
opacity: 0;
visibility: hidden;
margin-top: 25px;
z-index: 1;
}
&__price {
& span {
font-weight: 500;
font-size: 15px;
font-family: var(--tp-ff-heading);
margin-right: 12px;
color: #9695A0;
}
& del {
font-size: 15px;
color: #ED1D24;
font-family: var(--tp-ff-heading);
}
}
&__title-sm {
font-weight: 500;
font-size: 16px;
margin-bottom: 0;
text-transform: capitalize;
line-height: 45px;
transition: .3s;
&:hover {
color: var(--tp-theme-2);
}
@media #{$lg} {
font-size: 14px;
}
}
&__thumb {
overflow: hidden;
& img {
width: 100%;
transition: .5s;
}
}
&__thumb-text {
border-radius: 15px;
background: #FF111F;
position: absolute;
top: 10px;
left: 10px;
display: inline-block;
& span {
color: var(--tp-common-white);
font-size: 12px;
font-weight: 500;
text-transform: uppercase;
padding: 4px 20px;
display: inline-block;
}
}
&__star {
display: block;
& i {
font-size: 14px;
display: inline-block;
color: #FFA800;
}
}
&__active {
margin: 0 -105px;
@media #{$xs} {
margin: 0px;
}
}
&__active-2 {
margin-right: -550px;
@media #{$xs} {
margin-right: 0;
}
}
}
/*** shop details here ****/
.tp-product {
&__text {
& span {
font-weight: 400;
}
}
&__filter {
& .nice-select {
position: relative;
background: var(--tp-common-white);
border-radius: 0;
padding: 0px 30px;
padding-right: 80px;
width: 100%;
height: 60px;
line-height: 60px;
border: 1px solid #e6e9e9;
font-size: 14px;
color: var(--tp-common-black);
&.open {
&::after {
transform: translateY(-45%) rotate(-180deg);
}
}
& .option.selected {
font-weight: 400;
color: var(--tp-common-black);
}
&::after {
border: none;
background-color: transparent;
transform: translateY(-50%);
margin-top: 0;
right: 30px;
content: "\f107";
font-family: "Font Awesome 5 Pro";
transform-origin: center;
color: #77829D;
height: auto;
width: auto;
font-size: 20px;
font-weight: 400;
}
& ul {
padding: 25px;
width: 100%;
box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
border-radius: 0;
& li {
color: #77829D;
margin-bottom: 15px;
font-weight: 400;
font-size: 16px;
padding: 0;
&:last-child {
margin-bottom: 0;
}
}
}
& .option {
line-height: 1;
min-height: 0;
}
&.open {
& ul {
opacity: 1;
visibility: visible;
}
}
}
}
&__input {
position: relative;
& input {
padding: 0px 30px;
padding-right: 80px;
width: 100%;
height: 60px;
line-height: 60px;
transition: .3s;
border: 1px solid #e6e9e9;
&:focus {
border: 1px solid var(--tp-common-purple-2);
}
}
}
&__search {
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
}
}
.tp-shop-details {
&__wrapper {
margin-bottom: 120px;
@media #{$md,$xs} {
margin-bottom: 60px;
}
}
&__tab-big-img {
& img {
@media #{$md} {
width: 100%;
}
}
}
&__tab-big-img {
border: 1px solid #EDE7E7;
margin-right: 30px;
text-align: center;
padding-top: 20px;
padding-bottom: 90px;
@media #{$md,$xs} {
margin-right: 0;
}
}
&__tab-btn-box {
& button {
display: inline-block;
margin-right: 20px;
border: 1px solid transparent;
@media #{$xs} {
margin-bottom: 20px;
}
& img {
background-color: #F8F8F9;
}
&.active {
border: 1px solid #EDE7E7;
}
}
}
&__ratting {
margin-bottom: 15px;
& span {
color: var(--tp-theme-1);
& svg {
color: #FFB41B;
}
}
}
&__price {
& ins {
color: var(--tp-common-black);
font-size: 24px;
font-weight: 700;
}
}
}
.tp-shop-details {
&__quantity-wrap {
@media #{$xs} {
flex-wrap: wrap;
}
}
&__quantity {
background-color: #F7F7F7;
width: 205px;
height: 67px;
position: relative;
margin-right: 15px;
@media #{$xs} {
margin-bottom: 20px;
}
& input {
border: 0;
background-color: transparent;
text-align: center;
color: var(--tp-common-black);
}
& .tp-cart-minus {
position: absolute;
top: 0;
left: 0;
height: 64px;
width: 64px;
line-height: 64px;
text-align: center;
color: var(--tp-common-black);
cursor: pointer;
}
& .tp-cart-plus {
position: absolute;
top: 0;
right: 0;
height: 64px;
width: 64px;
line-height: 64px;
text-align: center;
color: var(--tp-common-black);
cursor: pointer;
}
}
&__btn {
line-height: 0;
@media #{$xs} {
margin-bottom: 30px;
}
}
&__right-warp {
margin-top: 25px;
& .tp-product-details-action-title {
color: #232323;
font-family: var(--tp-ff-heading);
font-size: 22px;
font-weight: 600;
margin-bottom: 20px;
}
@media #{$md} {
margin-bottom: 50px;
}
}
&__title-sm {
font-weight: 700;
font-size: 28px;
color: #060728;
padding-bottom: 15px;
@media #{$xl} {
font-size: 32px;
}
@media #{$lg} {
font-size: 29px;
}
@media #{$md} {
font-size: 29px;
& br {
display: none;
}
}
@media #{$xs} {
font-size: 30px;
& br {
display: none;
}
}
}
&__text {
margin-bottom: 50px;
}
&__text-2 {
& p {
padding-bottom: 15px;
padding-right: 40px;
}
}
&__price {
margin-bottom: 20px;
& p {
&.price {
margin-bottom: 0;
}
}
& ins {
font-weight: 700;
font-size: 18px;
color: #060728;
text-decoration: none;
}
& .amount {
font-weight: 700;
font-size: 18px;
color: #060728;
text-decoration: none;
}
& del {
& .amount {
color: rgba(0, 0, 0, 0.50);
font-size: 14px;
font-weight: 400;
display: inline-block;
margin-right: 10px;
text-decoration: line-through;
}
}
& .red-color {
border-radius: 1px;
background: #EA1B25;
font-size: 14px;
color: var(--tp-common-white);
width: 51px;
line-height: 20px;
height: 20px;
display: inline-block;
text-align: center;
}
}
&__product-info {
margin-top: 30px;
& ul {
& li {
color: rgba(20, 33, 43, 0.80);
font-size: 15px;
font-weight: 400;
margin-bottom: 23px;
list-style-type: none;
@media #{$xl} {
font-size: 17px;
}
@media #{$lg} {
font-size: 15px;
}
@media #{$xs} {
font-size: 16px;
}
&:last-child {
margin-bottom: 0;
}
&>span {
color: #232323;
font-family: var(--tp-ff-heading);
font-size: 16px;
font-weight: 600;
}
& p {
display: inline-block;
margin-bottom: 0;
}
& a {
&:hover {
color: var(--tp-common-purple-2);
}
}
}
}
}
&__social {
& span {
color: #121416;
font-family: var(--tp-ff-heading);
font-size: 16px;
font-weight: 600;
line-height: 30px;
display: inline-block;
margin-right: 10px;
}
& a {
display: inline-block;
font-size: 16px;
color: #071C1F;
transition: .3s;
margin-right: 11px;
&:hover {
color: var(--tp-common-purple-2);
}
}
}
&__size {
display: inline-block;
margin-left: 25px;
&>span {
display: inline-block;
border: 1px solid #E8E8E8;
padding: 4px 13px;
color: #8D8884;
font-family: (--tp-ff-heading);
font-size: 12px;
font-weight: 500;
letter-spacing: 0.6px;
text-transform: uppercase;
transition: .3s;
margin-right: 7px;
@media #{$md,$xs} {
padding: 4px 8px;
}
&:hover {
background-color: var(--tp-common-purple-2);
border: 1px solid var(--tp-common-purple-2);
color: var(--tp-common-white);
}
&.active {
background-color: var(--tp-common-purple-2);
border: 1px solid var(--tp-common-purple-2);
color: var(--tp-common-white);
}
}
}
&__variation-list {
display: inline-block;
margin-left: 17px;
& button {
transform: translateY(3px);
& span {
width: 14.27px;
height: 14px;
background-color: var(--tp-common-purple-2);
display: inline-block;
border-radius: 50%;
margin-right: 12px;
&.red {
background-color: red;
}
&.blue {
background-color: blue;
}
&.purple {
background-color: purple;
}
}
}
}
}
.tp-product-img {
@media #{$md,$xs} {
margin-bottom: 50px;
}
& img {
@media #{$xs} {
max-width: 100%;
}
}
}
.tp-product-quantity {
& .cart-minus,
& .cart-plus {
cursor: pointer;
color: #8D8884;
&:hover {
color: var(--tp-theme-primary);
}
}
& input {
height: 30px;
width: 32px;
font-size: 14px;
border: none;
font-weight: 700;
text-align: center;
}
}
.product-rating {
margin-right: 20px;
& a {
font-size: 16px;
color: #FFDC60;
}
}
.product-dinfo {
display: flex;
}
.product-dprice {
& del {
font-size: 20px;
color: #B9B9B9;
}
}
.pro-details-nav {
background: #F9FAFB;
display: inline-block;
padding: 7px 7px;
}
.pro-details-nav-btn {
border: none;
& li {
font-weight: 500;
font-size: 18px;
color: var(--tp-text-body);
position: relative;
& button {
& span {
position: relative;
z-index: 9;
}
&::before {
content: "";
height: 100%;
width: 102%;
top: 0;
left: -1px;
background: #fff;
position: absolute;
z-index: 3;
opacity: 0;
visibility: hidden;
}
&.active::before {
opacity: 1;
visibility: visible;
}
}
&::after {
position: absolute;
content: "";
height: 40px;
width: 1px;
background: #DFE3E9;
top: 50%;
transform: translateY(-50%);
@media #{$xs} {
display: none;
}
}
&:last-child {
&::after {
display: none;
}
}
@media #{$xs} {
font-size: 16px;
}
& .nav-links {
padding: 20px 45px;
border-radius: 5px;
@media #{$md} {
padding: 10px 20px;
}
@media #{$xs} {
padding: 5px 15px;
}
&.active {
background: var(--tp-common-white);
color: var(--tp-common-black);
}
}
}
}
.tab-para {
& p {
font-size: 16px;
line-height: 30px;
@media #{$xs} {
font-size: 14px;
}
}
}
.comments-box {
margin-bottom: 50px;
}
.user-rating {
& ul {
& li {
display: inline-block;
color: #FFDC60;
}
}
}
.comments-text {
& span,
p {
font-size: 14px;
color: #777777;
line-height: 26px;
}
}
.comment-title {
& p {
color: #777777;
font-size: 16px;
}
}
.comment-rating {
& span {
font-weight: 500;
margin-right: 5px;
}
& ul {
& li {
display: inline-block;
color: #FFDC60;
}
}
}
.comment-input {
& textarea {
width: 100%;
height: 120px;
margin-bottom: 20px;
border: 1px solid #e7e7e7;
padding: 20px;
resize: none;
&:focus {
outline: 0;
border: 1px solid var(--tp-common-purple-2);
}
}
& input {
width: 100%;
height: 50px;
resize: none;
outline: 0;
border: 1px solid #e7e7e7;
padding: 8px 20px;
margin-bottom: 30px;
&:focus {
border: 1px solid var(--tp-common-purple-2);
}
}
}
.comments-avatar {
flex: 0 0 auto;
}
.table .add-info {
font-size: 18px;
font-weight: 500;
}
.table {
& td {
padding: 18px;
}
}
.shop-left-right {
@media #{$xxl,$xl,$lg,$md,$xs} {
margin-left: 0;
margin-right: 0;
}
}
.tp-comments-title {
font-size: 24px;
color: var(--tp-common-black);
font-weight: 700;
text-transform: capitalize;
@media #{$xs} {
font-size: 18px;
}
}
.avatar-name {
& b {
color: var(--tp-common-black);
font-weight: 700;
text-transform: uppercase;
font-size: 18px;
}
}
.shop-faq {
& .accordion-header {
& button {
font-size: 18px;
padding: 20px 55px 20px 30px;
@media #{$xs} {
font-size: 14px;
}
}
}
& .accordion-content {
& p {
& br {
display: none;
}
}
}
& .accordion-content {
& p {
padding: 0 75px 20px 30px;
}
}
}
.product-button {
& a {
@media #{$md} {
margin-bottom: 10px;
}
}
}
.latest-comments {
& ul {
& li {
list-style-type: none;
}
}
}
.comment-title {
font-size: 24px;
color: var(--tp-common-black);
font-weight: 700;
text-transform: capitalize;
}
.tp-product-slider-title {
color: var(--tp-common-black);
font-size: 30px;
font-weight: 500;
}
.product {
&-details {
&-list-box {
&>span {
color: var(--tp-common-black-3);
font-size: 22px;
font-weight: 700;
display: block;
margin-bottom: 30px;
}
& ul {
display: inline-block;
& li {
color: #445658;
font-size: 16px;
font-weight: 400;
width: 50%;
float: left;
padding-left: 30px;
position: relative;
padding-bottom: 22px;
@media #{$md,$xs} {
width: 100%;
}
& svg {
color: var(--tp-common-purple-2);
position: absolute;
top: 3px;
left: 0;
}
}
}
}
}
}
.tp-shop-widget {
&-title {
color: var(--tp-common-black-3);
font-family: var(--tp-ff-heading);
font-size: 18px;
font-weight: 500;
text-transform: capitalize;
padding-bottom: 5px;
margin-bottom: 20px;
}
&-filter {
position: relative;
& .ui-widget.ui-widget-content {
height: 3px;
background-color: #EDEDED;
border: 0;
}
& .ui-slider-horizontal .ui-slider-range {
background-color: var(--tp-common-purple-2);
position: absolute;
}
& .ui-slider .ui-slider-handle {
top: -4px;
width: 9px;
height: 10px;
border: 0;
padding: 0;
margin: 0;
background-color: var(--tp-common-purple-2);
position: absolute;
border-radius: 50%;
}
&-info {
& .input-range {
& input {
width: auto;
height: auto;
background-color: transparent;
color: var(--tp-common-black);
padding: 0;
border: 0;
font-weight: 500;
font-size: 14px;
}
}
& .tp-shop-widget-filter-btn {
font-weight: 400;
font-size: 14px;
color: var(--tp-common-black);
background-color: #F5F5F5;
padding: 2px 21px;
&:hover {
color: var(--tp-common-white);
background-color: var(--tp-common-black);
}
}
}
}
&-tag {
& span {
color: #77787B;
font-size: 14px;
font-weight: 500;
text-transform: capitalize;
display: inline-block;
padding: 0 15px;
height: 36px;
line-height: 36px;
background-color: #F6F6F6;
border-radius: 30px;
margin-bottom: 15px;
margin-right: 3px;
transition: .3s;
&:hover {
background-color: var(--tp-common-purple-2);
color: var(--tp-common-white);
}
}
}
&-categories {
height: 288px;
overflow-y: scroll;
overflow-y: scroll;
overscroll-behavior-y: contain;
scrollbar-width: thin;
padding-right: 10px;
&-item {
& label {
color: #363944;
font-size: 16px;
font-style: normal;
font-weight: 500;
text-transform: capitalize;
padding-left: 25px;
position: relative;
cursor: pointer;
& i{
color: #FFA800;
&.inactive{
color: #E1E2E7;
}
}
&::after{
position: absolute;
content: "";
top: 4px;
left: 0;
width: 15px;
height: 15px;
line-height: 12px;
text-align: center;
border: 2px solid #DADADA;
z-index: -1;
-webkit-transition: all 0.2s 0s ease-out;
-moz-transition: all 0.2s 0s ease-out;
-ms-transition: all 0.2s 0s ease-out;
-o-transition: all 0.2s 0s ease-out;
transition: all 0.2s 0s ease-out;
}
&::before{
position: absolute;
content: "\f00c";
font-family: "Font awesome 6 Pro";
top: 5px;
left: 4px;
font-size: 9px;
opacity: 0;
line-height: 12px;
text-align: center;
visibility: hidden;
color: var(--tp-common-white);
transition: all 0.2s 0s ease-out;
}
}
& input {
display: none;
}
}
& ul {
& li {
list-style: none;
width: 100%;
&:not(:last-child) {
margin-bottom: 30px;
}
& a {
@include flexbox();
align-items: center;
justify-content: space-between;
width: 100%;
&:hover {
color: var(--tp-common-purple-2);
&::after {
background-color: var(--tp-common-purple-2);
}
}
}
}
}
}
&-checkbox-circle {
position: relative;
&-list {
&>ul {
display: inline-block;
&>li {
display: inline-block;
position: relative;
&:not(:last-child) {
margin-right: 24px;
}
}
}
}
&>.tp-shop-widget-checkbox-circle-self {
position: absolute;
content: '';
top: 4px;
left: 0;
width: 22px;
height: 22px;
line-height: 22px;
text-align: center;
z-index: 1;
border-radius: 3px;
&:hover {
cursor: pointer;
}
&::after {
content: '';
top: 0;
left: 0;
height: 100%;
width: 100%;
transform: scale(1.4);
border: 1px solid #E5E5E5;
position: absolute;
border-radius: 3px;
}
}
&>input {
.single-widget-category input:checked+label::after {
opacity: 1;
visibility: visible;
}
}
}
&-product {
&-item {
&:not(:last-child) {
margin-bottom: 20px;
}
}
&-rating {
@include flexbox();
align-items: center;
margin-right: 4px;
& span {
font-size: 12px;
color: #FFB21D;
margin-right: 1px;
}
&-number {
& span {
font-weight: 500;
font-size: 12px;
color: #818487;
}
}
}
&-thumb {
flex: 0 0 auto;
& img {
width: 70px;
height: 70px;
object-fit: cover;
margin-right: 14px;
}
}
&-title {
font-weight: 500;
font-size: 16px;
margin-bottom: 0;
}
&-price {
font-size: 14px;
color: #55585B;
}
}
&-brand {
margin-right: 40px;
&-item {
width: 50%;
flex: 0 0 50%;
margin-bottom: 30px;
}
}
}
.tp-shop-widget-checkbox .filter-items li {
margin-bottom: 30px;
&:last-child{
margin-bottom: 0;
}
}
.tp-shop-widget-categories-item input:checked ~ label::before{
opacity: 1;
visibility: visible;
}
.tp-shop-widget-categories-item input:checked ~ label::after {
background-color: var(--tp-common-purple);
border-color: var(--tp-common-purple);
}
.tp-product-details-tab-nav {
& button {
color: #72747C;
&.active {
color: #09052F;
}
}
}
.tp-woo-header {
& .quantity {
& span {
padding: 0;
}
}
}