/*
Theme Name: ParsZigmad (Barge)
Theme URI: barge-web.ir
Author: Faraz Fathi
Author URI: barge-web.ir
Description: theme
Version: 1.0
License: barge-web.ir
License URI: barge-web.ir
Tags: barge-web.ir
Text Domain: barge-web.ir
*/

body {
    background: #FAFAFA;
    margin: unset !important;
    padding: unset;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: 'Vazir', sans-serif;
}

header {
    float: left;
    width: 100%;
    height: 100px;
    background: rgba(255, 255, 255, .72);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    backdrop-filter: blur(24px);
    overflow-x: hidden;
    overflow-y: hidden;
}

* {
    box-sizing: border-box;
    margin: unset;
    padding: unset;
    text-align: right;
    direction: rtl;
    font-optical-sizing: auto;
    font-style: normal;
    font-family: 'Vazir', sans-serif;
}

html {
    padding: unset;
    margin: unset;
}

.header-left {
    float: left;
    position: relative;
    height: 100px;
    width: 0;
}

.middle {
    margin: 0 auto;
    width: 1200px;
}

.header-search-box {
    float: left;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, .05);
    border-radius: 100px;
    width: 250px;
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 10px;
    height: 50px;
}

.header-search-box input {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 100px;
    border: unset;
    padding: 20px;
    background: unset;
    z-index: 2;
}

.header-search-box img {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    background: unset;
    padding: unset;
}

.header-right {
    float: right;
    width: 50%;
    position: absolute;
    height: 100px;
}

.header-user-box {
    float: right;
    background: #fa624a;
    height: 50px;
    margin-top: 25px;
    border-radius: 70px;
    color: #fff;
    padding: 0 20px;
}

a {
    text-decoration: none;
}

.header-user-box a {
    color: #fff;
    display: flex;
    align-items: center;
    height: 100%;
    font-weight: 700;
}

.a-header-slider-main {
    float: right;
    width: 100% !important;
    aspect-ratio: 6/2.2;
    overflow: hidden;
    position: relative;
}

img.slide-background {
    width: 100% !important;
    height: 100% !important;
    float: right;
    object-fit: cover;
    opacity: 1;
}

.a-header-slider-main:before {
    content: "";
    background: linear-gradient(90deg, transparent, rgb(255 255 255 / 40%) 56%);
    width: 100%;
    height: 100%;
    position: absolute;
}

.a-header-slider-main {}

.slide-contents {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50%;
}

.slide-contents>p:first-child {
    font-size: 30px;
    color: #f25f48;
}

.slide-contents>h1 {
    font-size: 56px;
    font-weight: 900;
}

.slide-contents>p:nth-child(3) {
    font-size: 28px;
}

.slide-action-holder {
    background:linear-gradient(45deg, #686cb6, #858ace);
    width: auto;
    float: right;
    padding: 10px 20px 10px 7px;
    border-radius: 100px;
    width: 200px;
    margin-top: 20px;
    position: relative;
}

.slide-action-holder img {
    height: 50px !important;
    float: left;
    transform: scale(.8);
    width: auto !important;
}

.slide-action-holder a {
    width: 100%;
    position: absolute;
    font-size: 24px;
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
}

.header-slider-holder {
    float: left;
    width: 100%;
}

.home-slider-contents {
    float: right;
    width: 100%;
    direction: ltr;
}

.home-slider .owl-nav,
.hp-nav {
    position: absolute;
    left: 3%;
    top: 50%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: #fff;
    z-index: 9;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .1);
}

.home-slider .owl-next {
    display: none;
}

.home-slider .owl-next {}

.home-slider .owl-prev,
.hp-nav button {
    width: 100%;
    height: 100%;
    float: left;
    border-radius: 50%;
    border: 6px solid #686cb6 !important;
    transform: scale(.8);
    position: relative;
}

.home-slider .owl-prev span,
.hp-nav span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 0px;
    width: 100%;
    height: 100%;
}

.home-slider .owl-dots {
    position: absolute;
    bottom: 6%;
    height: 40px;
    background: #fff;
    left: 9%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 100px;
}

.home-slider .owl-dots button {
    float: left;
    height: 100%;
    aspect-ratio: 1/1;
    background: rgba(0, 0, 0, .2) !important;
    border-radius: 50%;
    transform: scale(.5);
    transition: .3s;
}

.home-slider .owl-dots button.active {
    background: #686cb6 !important;
}

.top-contact-box-main {
    float: left;
    width: 100%;
    background: #eff0ff;
    border-radius: 70px;
    border: 2px dashed #686cb6;
    border-image-slice: 5;
    border-width: 2px;
    border-inline-width: 2px;
    padding: 20px;
    margin-top: 50px;
    position: relative;
}

.top-contact-box-main {}

p.top-contact-box-about {
    float: right;
    font-size: 20px;
    font-weight: 800;
}

.top-contact-box-social-media {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0.8);
}

.top-contact-box-social-media>div {
    aspect-ratio: 1/1 !important;
    width: 30px;
    height: unset;
    margin-top: 5px;
    float: right;
    margin-right: 10px;
}

.top-contact-box-social-media>div img {
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
}

.top-contact-box-social-media>div a {
    float: left;
}

.title-box {
    float: left;
    width: 100%;
    margin: 30px 0;
    position: relative;
    z-index: 3;
}

.title-box-details {
    float: right;
    font-size: 38px;
    font-weight: 900;
    width: 100%;
}

.title-box-details div {
    width: 50px;
    aspect-ratio: 1/1;
    background: url(/wp-content/themes/pz-theme/assets/icons/org.svg) no-repeat center /90%;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.title-box-action {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 28px;
    padding-left: 50px;
}

.title-box-action div {
    position: absolute;
    left: 0;
    width: 50px;
    aspect-ratio: 1/1;
    background: red;
    top: 50%;
    transform: translateY(-50%);
}

.title-box-details>p {
    padding-right: 54px;
}

.title-box-action a {
    color: #686cb6;
    font-weight: 500;
}

.product-slide {
    width: 300px;
    border: 1px solid rgba(0, 0, 0, .2);
    aspect-ratio: 1/1.7;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    float: left;
}

.product-slide img {
    float: left;
    width: 100%;
    height: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    object-fit: contain;
    position: relative;
    z-index: 2;
}

.product-slide>h2 a {
    float: left;
    width: 100%;
    background: padding-box;
    padding: 10px;
    font-size: 20px;
    color: #000;
}

.product-slide-bottom {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.product-slide-bottom>p {
    font-size: 22px;
    font-weight: 900;
    margin-right: 10px;
    float: right;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
    direction: rtl;
    right: 0;
}

.product-slide-bottom a {
    float: left;
    margin-left: 10px;
    background:linear-gradient(45deg, #686cb6, #858ace);
    color: #fff;
    border-radius: 10px;
    padding: 6px;
    font-size: 20px;
    padding-right: 10px;
}

.product-slide-bottom a p {
    float: right;
    font-size: 20px;
    text-align: right;
    font-weight: 700;
}

.product-slide-bottom a div {
    float: left;
    width: 30px;
    aspect-ratio: 1/1;
    background: blue;
    margin-right: 10px;
}

.product-slide-image-color {
    background: white;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    transform: scale(0.7);
    filter: blur(121px);
}

.product-slide-image-box {
    float: left;
    width: 100%;
    aspect-ratio: 1/1;
    position: relative;
    overflow: hidden;
}

.home-products-slider {
    float: left;
    width: 100%;
}

.main-home-products-slider-holder {
    float: left;
    width: 100%;
}

.pdroduct-slide {
    width: 300px;
    float: right;
    height: 500px;
    background: red;
}

.home-products-slider * {
    direction: rtl;
}

.owl-stage {
    overflow: visible !important;
}

.home-products .owl-stage-outer {
    overflow: visible !important;
}

section.home-products {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

section.home-products:before,
section.emp-home:before,
section.customers-home:before {
    content: "";
    background: linear-gradient(90deg, #fafafa 41%, transparent);
    height: 100%;
    width: 20%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

button.next-hp {
    background: unset;
}

.hp-nav * {
    cursor: pointer !important;
}

.home-products .owl-nav {
    display: none;
}

.hr {
    color: rgba(0, 0, 0, .2) !important;
    opacity: .3;
    margin: 20px 0 0 0;
    float: left;
    width: 100%;
}

section.brand {
    float: left;
    width: 100%;
}

.brand-right {
    float: right;
    width: 59%;
}

.adv-main {
    float: left;
    width: 100%;
}

.adv-main>div>div {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 10px 15px;
    width: 100%;
    float: right;
    margin-bottom: 3%;
}

.adv-main>div:nth-child(even) {
    margin-right: 2%;
}

.adv-main>div>div>div {
    float: left;
    width: 100%;
    position: relative;
    padding: 4px 0 0 0;
}

.adv-main>div>div>div p {
    float: right;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    font-size: 22px;
}

.adv-main>div>div img {
    height: 40px;
    float: left;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.adv-main>div>p {
    font-size: 16px;
    text-align: justify;
}

.brand-left {
    float: left;
    width: 39%;
    margin-top: 20px;
}

.lbox {
    background: #fff;
    border: 2px dashed #8ED80A;
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 20px;
    float: left;
    width: 100%;
}

.lbox.couns-box {
    background:linear-gradient(45deg, #686cb6, #858ace);
    border: unset;
}

.cb-head {
    float: left;
    width: 100%;
    position: relative;
}

.cb-head img {
    float: left;
    height: 45px;
    aspect-ratio: 1/1;
    object-fit: contain;
}

.cb-head p {
    float: right;
    font-size: 26px;
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.lbox .nf-form-title {
    display: none;
}

.lbox .nf-form-cont input {
    display: block !important;
}

.lbox .nf-field-label {
    display: none;
}

.ninja-forms-field.nf-element[type=submit] {
    display: none !important;
}

.lbox .nf-form-cont {
    overflow: hidden;
    height: auto;
    height: 50px;
    padding: unset !important;
    margin: unset !important;
    float: left;
    width: 100%;
}

.lbox .nf-form-cont input {
    width: 100%;
    background: rgba(255, 255, 255, .2) !important;
    border: 1px solid #fff !important;
    border-bottom: 1px solid #fff !important;
    height: 50px !important;
    border-radius: 10px !important;
    text-align: center;
    color: #fff !important;
}

.lbox>p {
    font-size: 20px;
    margin: 15px 0px;
    text-align: justify;
    float: left;
    width: 100%;
}

.lbox>button,
.lb-act {
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    border: 1px solid;
    background: unset;
    cursor: pointer;
    width: 100% !important;
    float: left;
}

.lbox .nf-form-content {
    padding: unset;
}

.lbox .nf-form-cont input:focus {
    background: rgba(255, 255, 255, .2) !important;
    color: #fff !important;
}

.lbox.couns-box>* {
    color: #fff;
}

.lbox.couns-box>button {
    background: #fff;
    border-style: dashed;
    margin-top: 20px;
    color: #686cb6;
}

.lbox a {
    color: #6ba401;
}

.lbox.email-box {
    border-color: #000;
}

.lbox.email-box .lb-act {
    background: rgba(0, 0, 0, .05);
    border-style: dashed;
    border-color: #000;
    color: #000;
    border-width: 2px;
}

.lbox.call-box .lb-act {
    color: #fff;
    background: #fa624a;
    border: unset;
    direction: ltr;
}

.customer-slide {
    float: right;
    width: 440px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 16px;
    position: relative;
    min-height: 140px;
}

.customer-slide img {
    float: left;
    width: 100px !important;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.cs-deta {
    float: right;
    width: calc( 100% - 160px);
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.cs-deta p:first-child {
    font-weight: 900;
    font-size: 20px;
}

.cs-deta p:nth-child(2) {
    font-size: 14px;
    text-align: justify;
}

.cs-deta p:nth-child(3) {
    font-weight: 600;
    color: #686cb6;
}

.customers-slider-main,
.emp-slider-main {
    float: left;
    width: 100%;
    position: relative;
}

.customers-slider-holder,
.emp-slider-holder {
    float: left;
    width: 100%;
}

.customers-slider-holder *,
.emp-slider-holder * {
    direction: rtl;
}

.customers-home .owl-carousel .owl-stage-outer,
.emp-home .owl-carousel .owl-stage-outer {
    overflow: visible;
}

section.customers-home,
.emp-home {
    float: left;
    width: 100%;
    overflow: hidden;
    position: relative;
}

section.customers-home {
    margin-bottom: 30px;
}

.customers-home .hp-nav,
.emp-home .hp-nav {}

.adv .adv-main>div {
    margin-right: unset;
    width: 100% !important;
}

.adv .adv-main>div>p {
    font-size: 22px;
    font-weight: 900;
}

.adv .adv-main>div>img {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    left: 20px;
}

.adv .adv-main>div {
    position: relative;
    padding: 23.5px 20px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    margin-bottom: 20px;
}

footer {
    float: left;
    width: 100%;
    margin-top: 40px;
    background: #202020;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 5px solid #8d93ff;
}

.footer-branding {
    float: right;
    width: 34%;
}

.footer-branding h1 a {
    float: left;
    width: 100%;
    color: #ffff;
    font-size: 38px;
    font-weight: 900;
}

.footer-branding>p {
    color: #fff;
    opacity: .8;
    float: left;
    width: 100%;
    font-size: 22px;
}

footer .top-contact-box-social-media {
    float: right;
    position: relative;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    margin: unset;
    transform: unset;
    margin-top: 20px;
    filter: brightness(1.1);
}

footer nav {
    float: left;
    width: 64%;
}

nav ul {
    float: right;
    width: 50%;
    padding-left: 20px;
}

nav ul p {
    font-size: 26px;
    font-weight: 900;
    color: #8d93ff;
}

nav ul li {
    float: right;
    width: 100%;
    font-size: 22px;
    margin: 10px 0 0;
    list-style: circle;
    color: #fff;
    list-style-position: inside;
}

nav ul li a {
    color: #000000;
    font-weight: 100;
}

nav ul p:before {
    content: "";
    width: 15px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    float: right;
    margin-right: -28px;
    margin-top: 15px;
}

.header-bag-icon {
    float: right;
    width: 60px;
    aspect-ratio: 1/1;
    margin: 15px 20px 0;
    position: relative;
    cursor: pointer;
}

.header-bag-icon p {
    background: #686cb6;
    position: absolute;
    top: 0;
    right: 0;
    aspect-ratio: 1/1;
    width: 30px;
    text-align: center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    padding-top: 1px;
    color: #fff;
}

.bag-icon-data {
    position: absolute;
    width: 74%;
    aspect-ratio: 1/1;
    left: 0;
    bottom: 0px;
    background-size: 100% !important;
}

body:before {
    content: "";
    float: left;
    width: 100%;
    height: 100px;
}

.product-images {
    width: 49%;
    float: right;
    margin-top: 20px;
}

.main-slider {
    width: 100%;
    aspect-ratio: 1/1;
}

.main-slider-holder {
    width: 100%;
    aspect-ratio: 1/1;
    border: 1px solid rgba(0, 0, 0, .2);
    overflow: hidden;
    border-radius: 10px;
    background: #fff;
    position: relative;
}

.product-slide-holder {
    float: right;
    width: 100%;
    aspect-ratio: 1/1;
}

.product-slide-holder img {
    float: left;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.main-slider-items {
    float: right;
    width: 100%;
    margin-top: 20px;
}

.main-slider-items img {
    float: right;
    width: 32%;
    aspect-ratio: 1/1;
    border: 1px solid rgba(0, 0, 0, .2);
    transition: .3s;
    border-radius: 10px;
    margin-bottom: 20px;
    opacity: .7;
    cursor: pointer;
    background: #fff;
    object-fit: contain;
    margin-left: 2% !important;
}

.product-details {
    float: left;
    width: 49%;
}

.pdb {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 20px;
    float: right;
    width: 100%;
}

.pdb-head {
    float: left;
    width: 100%;
    background: rgba(0, 0, 0, .05);
    border-radius: 10px;
    padding: 6px 7px;
    position: relative;
    margin-bottom: 20px;
}

.pdb-head:after {
    content: "";
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    aspect-ratio: 1/1;
    background: #686cb6;
    border-radius: 50%;
}

.pdb.pd-head h1 a {
    width: 100%;
    font-size: 28px;
    color: #686cb6;
    font-weight: 500;
    text-align: center;
}

.pd-bc {
    float: right;
    width: 100%;
}

.pdb.pd-head h1 {
    float: right;
    width: 100%;
}

.pdb.pd-head h1 a {
    float: right;
    width: 100%;
    text-align: right;
}

nav.woocommerce-breadcrumb {
    float: right;
    width: 100%;
    margin-bottom: 0 !important;
}

.pdb.pd-content {
    text-align: justify;
}

.pd-prices {
    float: right;
}

p.r-price {
    font-size: 20px;
    text-decoration: line-through;
    opacity: .5;
}

p.sale-price {
    font-size: 28px;
    font-weight: 900;
}

.add-to-cart-holder {
    float: left;
    width: 35%;
}

form.cart button[type=submit] {
    display: block;
}

form.cart input[type=number] {
    width: calc( 100% - 100px ) !important;
    float: left;
    padding: 5px;
    font-size: 18px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    font-family: cursive;
    margin-bottom: 10px !important;
    font-family: sans-serif;
    height: 40px !important;
    margin: 0 10px;
}

main button.add-to-cart,
form.cart button[type=submit] {
    float: left !important;
    width: 100%;
    border-radius: 10px;
    border: unset;
    padding: 10px;
    text-align: center;
    cursor: pointer;
    background:linear-gradient(45deg, #686cb6, #858ace);
    color: #fff;
    margin-top: 10px !important;
    font-size: 16px;
}

.main-slider-items img:nth-child(2n) {
    margin-left: auto;
}

.main-slider-items img:nth-child(3n) {margin-left: unset !important;}

img {}

.main-slider-items img.active {
    opacity: 1;
    border-color: #a32d67;
}

.main-slider-items img:hover {
    opacity: 1;
}

main .owl-nav {
    float: left;
    width: 100%;
    height: 0px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

main .owl-nav button {
    background: unset;
    width: 70px;
    aspect-ratio: 1/1;
    text-align: center;
    font-size: 40px !important;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, .2) !important;
    background: rgba(255, 255, 255, .4) !important;
    backdrop-filter: blur(61px);
    height: unset !important;
    overflow: hidden;
    position: absolute;
    right: 20px;
    transform: translateY(-50%);
}

main .owl-nav button.owl-next {
    right: unset;
    left: 20px;
}

main .owl-dots {
    display: none;
}

form.cart button[type=submit]:after {
    font-size: 16px;
    padding: 5px 0 !important;
    float: left;
    width: 100%;
}

div.cart {
    width: 500px;
    margin: 0px auto;
}

.woocommerce-notices-wrapper {
    display: none;
}

.woocommerce table.shop_table {
    float: left;
    width: 100%;
    background: unset;
    border: unset;
    margin-bottom: 0px;
}

form.woocommerce-cart-form {
    float: left;
    width: 100%;
    margin: unset;
}

.main-cart {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.cart thead {
    display: none;
}

.cart tbody tr {
    float: right;
    width: 100%;
    position: relative;
    background: #fff;
    float: right;
    margin-bottom: 20px;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    overflow: hidden;
}

td.product-remove {
    position: absolute;
    z-index: 2;
    background: #ff4b4b;
    color: #fff !important;
    border-radius: 50%;
    aspect-ratio: 1/1;
    width: 30px;
    overflow: hidden;
    top: 10px;
    right: 10px;
}

td.product-thumbnail {
    float: right;
    width: 20%;
    aspect-ratio: 1/1;
    position: relative;
    background: #fff;
}

td.product-thumbnail img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain;
}

.cart td.product-name {
    float: left;
    width: 80%;
    font-size: 20px;
    font-weight: 900;
    color: #000 !important;
}

td.product-name a {
    color: #000;
}

td.product-price {
    float: right;
    width: 29%;
}

td.product-quantity {
    width: 25% !important;
    float: right;
}

td.product-subtotal {
    float: right;
    width: 25%;
    direction: rtl;
    transition: right;
}

td.product-quantity input {
    width: 100% !important;
    text-align: center;
    height: 30px;
    border-radius: 10px;
    border: unset;
    background: rgba(0, 0, 0, .05);
}

td.product-remove a {
    color: #FFF !important;
}

.woocommerce a.remove {
    color: #fff !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.coupon {
    float: left;
    width: 100%;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    overflow: hidden;
    border-radius: 10px;
    margin-bottom: 20px;
    height: 50px;
    overflow: hidden !important;
}

.woocommerce-page table.cart td.actions {
    width: 100% !important;
    padding: unset;
    margin: unset;
    float: right;
    background: unset !important;
}

input#coupon_code {
    width: 70%;
    height: 50px;
    border: unset;
    box-sizing: border-box;
    float: right;
    border: unset !important;
}

.coupon button.button[type=submit] {
    width: 29%;
    height: 50px;
    float: left;
    background: #686cb6;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    height: 50px !important;
}

.cart tbody tr:last-child {
    background: unset;
    border: unset;
}

button.button[name=update_cart] {
    width: 100%;
    text-align: center;
    height: 50px;
    border-radius: 10px;
    background: #686cb6 !important;
    color: #fff !important;
}

.cart_totals>h2 {
    display: none;
}

.cart_totals {
    width: 100% !important;
}

table.shop_table.shop_table_responsive {}

.cart_totals table.shop_table.shop_table_responsive td {
    float: left;
    width: 50%;
    text-align: left;
}

.cart_totals table.shop_table.shop_table_responsive th {
    float: right;
    width: 50%;
}

tr.woocommerce-shipping-totals.shipping {
    display: none;
}

tr.cart-subtotal {
    background: unset !important;
    border: unset !important;
    padding: unset !important;
}

tr.cart-subtotal {
    margin-bottom: 0px !important;
}

.wc-proceed-to-checkout {
    float: left;
    width: 100%;
    margin: 0 !important;
}

.wc-proceed-to-checkout a {
    float: left;
    width: 100%;
    border-radius: 10px !important;
    background: #686cb6 !important;
    margin: unset !important;
}

form.checkout>div.col-md-7 {
    float: left;
    width: 49%;
}

form.checkout>div.col-md-5 {
    float: right;
    width: 49%;
}

form.checkout.woocommerce-checkout.row {}

.input-text {
    height: 40px;
    padding: 10px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    resize: vertical;
}

p#billing_country_field {
    display: none;
}

.select2-container .select2-selection--single {
    height: 40px;
    padding: 5px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    transform: translateY(-50%);
    right: 6px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

form[name=checkout] label {
    padding-right: 5px;
}

.woocommerce form .form-row .required {
    color: #a82f6b;
    box-sizing: border-box;
    top: 3px;
    position: relative;
}

.checkout {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.woocommerce-info {
    border-top-color: #686cb6;
    font-weight: 700;
    margin-bottom: 20px;
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.woocommerce-info::before {
    color: #686cb6;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.woocommerce-info a {
    color: #686cb6;
}

.woocommerce-billing-fields>h3,
#order_review_heading {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    position: relative;
    border-bottom: unset;
}

.woocommerce-billing-fields>h3:after,
#order_review_heading:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(calc( -50% - 10px));
    background: #686cb6;
    width: 10px;
    aspect-ratio: 1/1;
    border-radius: 50%;
}

div#order_review {
    float: left;
    width: 100%;
}

#order_review_heading {
    border-bottom: unset;
}

div#order_review {
    background: #fff !important;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    overflow: hidden;
}

.woocommerce table.shop_table td:last-child {
    color: #686cb6;
}

.checkout .woocommerce table.shop_table {
    background: #fff;
}

div#payment {
    float: right;
    background: #fff !important;
}

.payment_box.payment_method_WC_ZPal {
    background: rgba(0, 0, 0, .04) !important;
}

::before {}

#payment div.payment_box::before {
    border: 1em solid rgba(0, 00, 0, .04) !important;
    border-left-color: transparent !important;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
}

button#place_order {
    width: 100%;
    text-align: center;
    margin-top: 10px;
    border-radius: 10px !important;
    min-height: 50px;
}

p.woocommerce-store-notice.demo_store {
    display: none !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout {}

ul.woocommerce-error {}

.woocommerce-error::before {
    top: 50%;
    transform: translateY(-50%);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/* Ø¨Ø±Ø§ÛŒ Firefox */

input[type=number] {
    -moz-appearance: textfield;
}

a.button.wc-backward.wp-element-button {
    width: 100%;
    text-align: center;
    height: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: unset;
    color: #fff;
}

p.return-to-shop {
    height: 50px;
    float: left;
    width: 100%;
    position: relative;
    padding: unset;
    background: #8cd709;
    border-radius: 10px;
}

.main-shop>div {
    width: 24%;
    float: right;
    margin-left: 1.3%;
    margin-bottom: 1.6%;
}

.main-shop>div>div {
    width: 100%;
}

.main-shop>div:nth-child(4n) {
    margin-left: unset;
}

form.checkout_coupon.woocommerce-form-coupon {
    margin-top: -20px !important;
    float: left;
    width: 100%;
    padding: unset;
    position: relative;
    height: 50px;
    background: #fff;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    border-top: unset;
}

form.checkout_coupon.woocommerce-form-coupon>p:nth-child(1) {
    display: none;
}

form.checkout_coupon.woocommerce-form-coupon>p:nth-child(2) {
    width: 100%;
    float: left;
}

.checkout_coupon input#coupon_code {
    width: 100%;
    margin: unset;
    height: 100%;
}

form.checkout_coupon.woocommerce-form-coupon>p:nth-child(3) {
    position: absolute;
    left: 0;
    top: 0;
    width: auto;
    height: 100%;
    padding: unset;
}

form.checkout_coupon.woocommerce-form-coupon>p:nth-child(3) button {
    height: 100%;
    margin: unset;
    background: #686cb6;
    color: #fff;
}

.shop .header-search-box {
    min-width: 400px;
    background: unset;
}

.product-slide {
    transition: 1s;
}

.product-slide img {
    transition: 1s;
}

.product-slide:hover,
.product-slide:hover img {
    border-color: #8cd709;
}

.top-contact-box-social-media>div:first-child {
    margin-right: unset;
}

.adv-main>div {
    float: right;
    width: 49%;
}

main#main {
    margin-top: 20px;
}

.shop {
    padding: 0 20px;
}

section.home-slider {
    float: left;
    width: 100%;
    direction: ltr;
}

a.header-logo-shop {
    float: right;
    width: 50px;
    aspect-ratio: 1 / 1;
    margin: 21.8px 0 0 20px;
    position: relative;
    cursor: pointer;
    background: url(/wp-content/themes/pz-theme/assets/icons/shop.logo.svg) no-repeat center/100%;
    height: 60px;
}

nav.header-nav {
    float: left;
    width: 100%;
    height: 54px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

nav.header-nav ul {
    float: left;
    width: 100%;
    height: 50px;
    padding: unset;
    position: relative;
}

nav.header-nav ul li {
    float: right;
    width: auto;
    list-style: none;
    margin-left: 20px;
    padding-left: 20px;
    height: 100%;
    border-left: 1px solid #fff;
    padding-top: unset !important;
    margin-top: unset;
    position: relative;
}

nav.header-nav ul li a,
nav.header-nav ul li button {
    top: 8px;
    transform: translateY(-50%);
    position: relative;
}

nav.header-nav .middle>ul>li:first-child {
    padding-right: 10px;
    border-right: 1px solid #fff;
}

section.top-contact-box {}

footer nav ul li a {
    color: #fff;
}

.deps-main {
    float: left;
    width: 100%;
}

.deps-main>div {
    width: 49%;
    float: right;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 20px;
    height: 260px;
    margin-bottom: 20px;
    position: relative;
}

.deps-main>div>div {
    float: left;
    width: 100%;
    position: relative;
    margin-bottom: 10px;
}

.deps-main>div>div>a {
    float: right;
    font-size: 22px;
    font-weight: 900;
    color: #686cb6;
}

.deps-main>div:nth-child(odd) {
    margin-left: 2%;
}

.deps-main>div>div img {
    width: 32px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.deps-main>div>p {
    font-size: 18px;
    text-align: justify;
    float: right;
    width: 100%;
    float: left;
}

.deps-main>div>a {
    width: calc( 100% - 40px);
    text-align: center;
    float: left;
    padding: 9px;
    background: #eff0ff;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #686cb6;
    font-weight: 900;
    border: 2px dashed #686cb6;
}

.why {
    display: none;
}

.adv .adv-main>div>p:nth-child(3) {
    font-weight: 300;
    font-size: 18px;
    float: right;
    width: calc( 100% - 50px);
}

.secs-main {
    float: left;
    width: 100%;
}

.secs-main>div {
    width: 32.3%;
    float: right;
    background: #fff;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    position: relative;
    aspect-ratio: 1/.7;
}

.secs-main>div {
    margin-left: 1.5%;
}

.secs-main>div:last-child {
    margin-left: unset;
}

.secs-main>div img {
    position: relative;
    width: 100%;
    height: 50%;
    object-fit: contain;
    transform: scale(.7);
}

.secs-main>div a {
    position: relative;
    font-size: 22px;
    font-weight: 900;
    color: #000;
    width: 100% !important;
    text-align: center;
    float: left;
    margin-top: -10px;
}

.secs-main>div a p {
    text-align: center;
}

.secs-main>div a:last-child {
    position: absolute;
    left: 20px;
    padding: 7px;
    background: #fff3ec;
    border-radius: 10px;
    bottom: 20px;
    width: calc( 100% - 40px) !important;
    border: 1px solid #fa624a;
    color: #fa624a;
}

.lbox.call-box {
    border-color: #fa624a;
}

.secs .title-box-action a {
    color: #fa624a;
}

.secs .title-box-action div {
    background: url("https://parszigmad.com/wp-content/themes/pz-theme//assets/icons/left-o.svg") no-repeat center/90%;
}

section.customers-home .middle {}

.customers-home .hp-nav,
.emp-home .hp-nav {
    top: 75%;
}

.emp-home .hp-nav {
    top: 60%;
}

nav.header-nav ul li:last-child {
    float: left;
    margin-left: unset;
    padding-left: unset;
}

nav.header-nav ul li:last-child {
    float: left;
    position: relative;
}

nav.header-nav ul li:before {
    content: "";
    float: right;
    width: 6px;
    aspect-ratio: 1/1;
    background: #686cb6;
    position: relative;
    top: 53%;
    transform: translateY(-50%);
    border-radius: 50%;
    margin-left: 10px;
}

nav.header-nav ul li:last-child:before {
    float: left;
    margin-right: 10px;
    margin-left: unset;
    display: none;
}

.pdb.pd-head {
    padding: 7px;
    padding-right: 20px;
    position: relative;
}

.product-details {
    margin-top: 20px;
}

.pd-content img {
    width: 100%;
    margin: 10px 0;
    border-radius: 10px;
}

.brand {
    float: left;
    width: 100%;
    position: relative;
}

.stick .brand-left {
    position: sticky;
    top: 120px;
}

.pdb.pd-head:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 10px;
    aspect-ratio: 1/1;
    background: #686cb6;
    border-radius: 50%;
}

.page .pa-emp .title-box {
    margin-top: 0px !important;
    padding-top: 0px;
}

.cu {
    float: right;
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    background: #fff;
    margin-bottom: 20px;
    padding: 20px;
}

.cu.cum {
    margin-top: 20px;
}

.cu-head {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.cu-head p {
    font-size: 22px;
    font-weight: 900;
}

.cu-head div {
    position: absolute;
    left: 0;
    top: 50%;
    background: red;
    width: 40px;
    aspect-ratio: 1/1;
    transform: translateY(-50%);
}

.cu-main p,
.cu-main a {
    font-size: 19px;
}

.cu.cut,
.cu.cue {
    width: 49%;
}

.cu.cut .cu-head,
.cu.cue .cu-head {
    margin-bottom: unset;
    height: auto;
}

.cu.cut {
    margin-left: 2%;
}

.cu.cut p,
.cu.cue p {
    margin-top: 4px;
    float: left;
}

.cu.cut div,
.cu.cue div {
    left: unset;
    right: 0;
}

.main-contact-us form {
    float: left;
    width: 100%;
}

.main-contact-us form .row {
    float: left;
    width: 100%;
}

.main-contact-us form .row {}

.main-contact-us form .row p>label {
    float: left;
}

.main-contact-us form .row>div {
    width: 49%;
    float: right;
    margin-bottom: 10px !important;
}

.main-contact-us form .row>div input {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    font-size: 16px;
}

.main-contact-us form .row>div:nth-child(1) {
    margin-left: 2%;
}

.main-contact-us form .row>div p label {
    text-align: right;
    float: right;
    width: 100%;
    margin-bottom: 5px;
}

.main-contact-us form>p label {
    float: right;
    width: 100%;
    margin-bottom: 5px;
}

.main-contact-us form>p textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
    padding: 20px;
    resize: vertical;
}

span.wpcf7-not-valid-tip {
    font-size: 12px;
}

.wpcf7-submit {
    float: left;
    width: 100%;
    text-align: center !important;
    height: auto !important;
    border-radius: 10px;
    background: #686cb6;
    border: unset;
    color: #fff;
    font-size: 22px;
    padding: 10px;
    font-weight: 900;
    cursor: pointer;
    margin-top: 15px;
}

.cum .cu-head div {
    background: url(/wp-content/themes/pz-theme/assets/icons/main-c.svg) no-repeat center/100%;
}

.cua .cu-head div {
    background: url(/wp-content/themes/pz-theme/assets/icons/c-loc.svg) no-repeat center/100%;
}

.cut .cu-head div {
    background: url(/wp-content/themes/pz-theme/assets/icons/c-tel.svg) no-repeat center/100%;
}

.cue .cu-head div {
    background: url(/wp-content/themes/pz-theme/assets/icons/c-mail.svg) no-repeat center/100%;
}

.cu.cut p a,
.cu.cue p a {
    color: #000;
    direction: ltr !important;
    text-align: left;
    float: left;
}

.title-box-logo.title-box-main-contact {
    background: url(/wp-content/themes/pz-theme/assets/icons/c-let.svg) no-repeat center /90%;
}

.main-contact-us .title-box {
    margin-top: 0;
}

.pdb.pd-content>* {
    margin-bottom: 10px;
}

article.post {
    float: right;
    width: 100%;
    background: #fff;
    padding: 20px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.main-post-texts {
    float: right;
    width: 70%;
    position: relative;
    top: 50%;
}

.post-th-hold {
    float: left;
    width: 28%;
    aspect-ratio: 1/1;
}

.post-th-hold img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.post h2.entry-title {
    font-size: 22px;
    color: red;
}

.post h2.entry-title a {
    color: #686cb6;
}

.post .entry-content * {
    font-size: 13px !important;
    text-align: justify;
}

.main-post-texts>a:last-child {
    padding: 6px 20px;
    float: right;
    background: #686cb6;
    border-radius: 10px;
    color: #fff;
    margin-top: 10px;
}

.brand-left {}

.blof-nav {
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background: #fff;
    list-style: none;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.bn-head {
    float: left;
    width: 100%;
    padding: 20px;
    font-size: 20px;
    font-weight: 900;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
}

.bn-head:after {
    position: absolute;
    left: 20px;
    background: #686cb6;
    aspect-ratio: 1/1;
    width: 10px;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    content: "";
}

.blof-nav ul {
    list-style: none;
}

.blof-nav ul li {
    padding: 20px;
    float: right;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.blof-nav ul li:last-child {
    border-bottom: unset;
}

.blof-nav ul li a {
    color: #000;
}

.single-thumb {
    float: left;
    width: 100%;
}

.single-thumb img {
    float: left;
    width: 100%;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, .2);
    margin-bottom: 20px;
}

.sing article.post {
    background: unset !important;
    padding: unset;
    border: unset;
}

ul {}

button.servs-b {
    font-size: 20px;
    font-weight: 300;
    background: unset;
    border: unset;
    top: 50% !important;
    transform: translateY(-50%) !important;
    background: #ffffff;
    padding: 2px 20px;
    border-radius: 10px;
    padding-right: 0;
    font-weight: 200;
}

nav.header-nav ul ul {
    position: absolute;
    background: #fff;
    z-index: 9;
    width: 310px;
    left: 0;
    top: 70px;
    float: left;
    height: auto;
    border-radius: 10px;
    border: 1px solid #8cd709;
    overflow: hidden;
    transition: .5s opacity;
    opacity: 0;
    z-index: -1;
    transition-timing-function: linear;
}

nav.header-nav ul ul li {
    float: left;
    width: 100%;
    position: relative;
    top: unset;
    height: 50px;
    margin: unset;
    padding: 15px 20px !important;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    height: auto;
}

nav.header-nav ul ul li:before {

    display: none;
    top: 50%;
    position: absolute;
    left: 20px;
    right: unset;
    margin: unset;
}

nav ul ul li a {
    top: 0 !important;
    position: relative;
    margin: unset !important;
    transform: unset !important;
}

nav.header-nav ul ul li:last-child:before {
    display: block;
    left: 20px !important;
    margin: unset !important;
    transform: unset !important;
    padding: unset;
    float: unset;
}

nav.header-nav ul ul li:last-child {
    border-bottom: unset;
}

nav.header-nav ul ul.active {
    opacity: 1;
    z-index: 5;
}
td.product-thumbnail {
    display: block !important;
}

::before {}

.woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
    display: none;
}

.cart 
 td.product-name a {
    text-align: right !important;
    direction: rtl !important;
    width: 100%;
    float: right;
}
.srvs-ul {
    position: absolute;
    background: white;
    top: 170px;
    float: right;
    width: 300px;
    height: auto;
    z-index: 9;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.2);
    transition: 1s;
    opacity: 0;
    top: -100%;
}

.srvs-ul li {
    float: left;
    width: 100%;
    padding: 20px 20px;
    list-style: none;
    border-bottom: 1px solid rgba(0,0,0,.1);
    position: relative;
}

.srvs-ul li a {
    color: #000;
}

.srvs-ul li:after {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    border-radius: 50%;
    background: #686cb6;
    content: "";
    aspect-ratio: 1/1;
}

.srvs-ul.active {
    opacity: 1;
    top: 170px;
}
.header-center {
    position: absolute;
    left: 50%;
    width: 100px;
    transform: translate(-50%,-50%);
    top: 50%;
    height: 100%;
    filter: saturate(0);
}

.header-center img {
    width: 100%;
    object-fit: contain;
    height: 100%;
    transform: scale(1.2);
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background: #686cb6;
}
.product-details li {
    list-style: none;
}
p.stock.in-stock {
    display: none;
}

button.cart-count {
    float: left;
    width: 40px;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.1);
    cursor: pointer;
    color: #686cb6;
    height: 40px;
    float: left;
    font-size: 32px;
    font-family: sans-serif;
}

button.cart-count:first-child {
    margin-right: 4%;
    margin-bottom: 4%;
}
tr.fee {background: unset !important;border: unset !important;}
tr.cart-custom-message th,tr.cart-custom-message td {
    background: unset !important;
    border: unset !important;
    float: left !important;
    width: 100% !important;
    text-align: right !important;
    margin: 0 !important;
    padding-bottom: unset !important;
    color: #000 !important;
}

tr.cart-custom-message {
    background: unset !important;
    border: unset !important;
}
.nf-response-msg p:after {
    content: "درخواست با موفقیت ثبت شد";
    float: left;
    width: 100%;
    text-align: center;
    font-size: 18px;
}

.nf-response-msg p {
    font-size: 0pc;
}
.all-cms {
    float: right;
    width: 49%;
}

form#commentform > p {
    float: right;
    width: 100%;
}

form#commentform > p label {
    width: 100%;
    float: left;
}

form#commentform > p input, form#commentform > p textarea {
    width: 100%;
    height: 40px;
    border-radius: 10px;
    border: 1px solid rgba(0,0,0,.2);
    margin-bottom: 10px;
    resize: vertical;
}

form#commentform > p textarea {
    height: 100px;
}

form#commentform input#submit {
    width: 100%;
    text-align: center;
    font-size: 17px;
    height: 40px;
    background: #686cb6;
    color: #fff;
}

input#submit {}

.pdb.comments ol {
    float: left;
    width: 100%;
    list-style: none;
}

.pdb.comments {
    padding: unset;
    background: unset;
    border: unset;
}

.pdb.comments ol li {
    float: left;
    width: 100%;
    padding: 20px;
    background: #fff;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
    margin-bottom: 15px;
}

.pdb.comments ol li ul {
    list-style: none;
}

.pdb.comments ol li li {
    background: rgb(104 108 182 / 8%);
    margin-bottom: unset;
    margin-top: 15px;
}

.pdb.comments ol li li > p:nth-child(1) {
    color: #686cb6;
}
.cu.cuaa > div > div {
    background: url(https://parszigmad.com/wp-content/uploads/2024/10/eitaa-icon-502x512-etxo6dkg.png) no-repeat center/100%;
}

.cu.cuaa > div {
    margin-bottom: unset;
}

.cu.cuaa p {
    direction: ltr;
    text-align: right;
}
/* 122 */

@media screen and (max-width: 1201px) {
    .middle {
        width: 100%;
        overflow-x: hidden;
    }
    .middle.stick {}
    .header-nav .middle {
        overflow-x: visible;
    }
    nav.header-nav ul ul li:last-child {
        margin-left: unset;
    }
    .brand {
        padding: 0 20px;
    }
    .srvs-ul {right: 20px;}
    .owl-nav,
    .hp-nav {
        display: none;
    }
    nav.header-nav ul li:last-child {
        margin-left: 20px;
    }
    .deps-main>div>p {
        font-size: 16px;
    }
    section.secs {
        padding: 0 20px;
    }
    header {
        padding: 0 20px;
    }
    .deps {
        padding: 0 20px;
    }
    nav.header-nav .middle>ul>li:first-child {
        border-right: unset;
        margin-right: 12px;
    }
    .customers-home .hp-nav,
    .emp-home .hp-nav {
        left: 20px !important;
    }
    .home-slider-contents {}
    .a-header-slider-main {
        aspect-ratio: 6/3;
    }
    section.top-contact-box {
        float: left;
        width: 100%;
        padding: 0 20px;
    }
    section.home-products {
        padding: 0 20px;
    }
    section.brand {
        padding: 0 20px;
    }
    footer {
        padding-right: 20px;
        padding-left: 20px;
    }
    main#main {
        padding: 0 20px;
    }
    .shop {
        float: left;
        width: 100%;
    }
    .slide-contents {
        right: 20px;
    }
}

@media screen and (max-width: 1150px) {
    .footer-branding {
        width: 100%;
    }
    .main-shop>div {
        width: 32.4%;
    }
    .main-shop>div:nth-child(4n) {
        margin-left: 1.3%;
    }
    .main-shop>div:nth-child(3n) {
        margin-left: unset;
    }
    footer nav {
        width: 97%;
    }
}

@media screen and (max-width: 1000px) {
    .brand-right {
        width: 100%;
    }
	.all-cms {
    width: 100%;
}
    .brand-left {
        width: 100%;
    }
    .slide-contents>p:nth-child(3) {
        font-size: 20px;
    }
    .secs-main>div {
        aspect-ratio: 1/.95;
    }
    .deps-main>div>p {
        font-size: 15px;
    }
    .secs-main>div a:last-child {
        padding: 5px;
        font-size: 20px;
    }
    .slide-contents>h1 {
        font-size: 48px;
    }
    .slide-contents>p:first-child {
        font-size: 22px;
    }
    .slide-action-holder a {
        font-size: 20px;
    }
    .slide-action-holder img {
        height: 30px !important;
    }
    .product-images {
        width: 100%;
    }
    .product-details {
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    nav.header-nav .middle>ul>li:nth-child(4),
    nav.header-nav .middle>ul>li:nth-child(5) {
        display: none;
    }
}

@media screen and (max-width: 800px) {
    header {
        height: 70px;
    }
    .srvs-ul.active {
    top: 140px;
}
    button.servs-b {font-size: 18px;float: right;}
    .main-post-texts {
        width: 100%;
    }
    .cu.cut,
    .cu.cue {
        width: 100%;
        margin-left: unset;
    }
    .post-th-hold {
        width: 100%;
        margin-bottom: 20px;
        aspect-ratio: unset;
    }
    .deps-main>div>p {
        font-size: 13px !important;
    }
    nav.header-nav {
        height: 50px;
    }
    .deps-main>div>div>a {
        font-size: 20px;
    }
    nav.header-nav .middle>ul>li {
        height: 40px !important;
    }
    nav.header-nav ul li a {
        font-size: 18px;
        top: 1px;
    }
    .home-slider .owl-dots {
        transform: scale(.7);
    }
    .home-slider .owl-nav,
    .hp-nav {
        width: 60px;
        height: 60px;
    }
    a.header-logo-shop {
        width: 35px;
        margin-top: 4px;
    }
    .header-bag-icon {
        margin: 12px 3px 0 10px;
    }
    .header-left {
        height: 70px;
    }
    .header-user-box {
        background: url(/wp-content/themes/pz-theme/assets/icons/user-d.png) no-repeat center/100%;
        height: 40px;
    }
    .header-right {
        height: 70px;
    }
    .top-contact-box-social-media>div:nth-child(1) {
        float: left;
    }
    .top-contact-box-social-media>div:nth-child(2) {
        margin-right: -2px;
    }
    .product-slide>h2 a {
        font-size: 16px;
    }
    body:before {
        height: 70px;
    }
    .header-search-box {
        height: 40px;
        top: 50%;
        transform: translateY(-50%);
    }
    .header-bag-icon {
        width: 40px;
        margin-top: 11px;
    }
    .header-user-box {
        font-size: 0;
        height: 35px;
        margin-top: 19px;
    }
    .header-bag-icon p {
        font-size: 15px;
        width: 26px;
        right: -5px;
        top: -5px;
    }
    .slide-contents>h1 {
        font-size: 42px;
    }
    .slide-contents>p:first-child {
        font-size: 18px;
    }
    .slide-contents>p:nth-child(3) {
        font-size: 16px;
    }
    .slide-action-holder a {
        font-size: 18px;
    }
    p.top-contact-box-about {
        font-size: 18px;
        width: 100%;
        float: right;
        text-align: right;
        margin-bottom: 10px;
    }
    .top-contact-box-social-media {
        position: relative;
        float: left;
        transform: unset;
        width: 100%;
        left: unset;
    }
    .top-contact-box-main {
        border-radius: 10px;
        padding: 17px 20px 12px;
    }
    .title-box-details>p {
        font-size: 26px;
    }
    .title-box-action {
        font-size: 22px;
    }
    .title-box-left-arrow {
        width: 30px !important;
    }
    .product-slide {
        width: 250px;
    }
    .product-slide>h2 a {
        font-size: 15px;
    }
    .product-slide-bottom>p {
        font-size: 18px;
    }
    .product-slide-bottom a {
        font-size: 17px !important;
    }
    .product-slide-bottom a p {
        font-size: 17px;
    }
    .product-slide-bottom a div {
        width: 24px;
    }
    .middle>.checkout {
        padding: 0 20px;
    }
    form.checkout>div.col-md-5 {
        width: 100%;
    }
    .col-12.col-md-7.col-lg-6 {
        width: 100%;
    }
    .main-shop>div {
        width: 49%;
        margin-left: 2%;
    }
    .main-shop>div:nth-child(3n) {
        margin-left: 2%;
    }
    .main-shop>div:nth-child(2n) {
        margin-left: unset;
    }
    .shop .header-search-box {
        width: 250px;
        min-width: unset;
        min-width: 50% !important;
        max-width: unset;
    }
    footer nav ul {
        width: 100%;
        margin-top: 20px;
    }
    .content-area {
        width: 100% !important;
        padding: 0;
    }
}

@media screen and (max-width: 700px) {
    .slide-contents>p:first-child {
        font-size: 16px;
    }
    button.servs-b {
        padding: 0px 20px;
    }
    nav.header-nav ul ul {
        width: 320px;
    }
    header .header-search-box input {
        display: none;
    }
    .header-search-box {
        width: 40px;
        background: unset;
        border: unset;
    }
    header .header-search-box img {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
    }
    .secs-main>div {
        width: 100%;
        height: auto;
        aspect-ratio: unset;
        margin-bottom: 20px;
    }
    .secs-main>div img {
        float: left;
        width: 70px;
        margin-left: 5px;
    }
    .secs-main>div a {
        width: auto !important;
        float: right;
        margin-right: 20px;
        margin-top: 19px;
    }
    .secs-main>div a:last-child {
        position: relative;
        margin-right: 20px !important;
        left: unset;
        bottom: unset;
        margin-top: 4px;
        margin-bottom: 20px;
    }
    .slide-contents>h1 {
        font-size: 32px;
    }
    .deps-main>div>div>a {
        font-size: 16px;
    }
    .deps-main>div>div img {
        width: 25px;
    }
    .a-header-slider-main:before {
        width: 100%;
    }
    .slide-contents>p:nth-child(3) {
        font-size: 12px;
    }
    .slide-action-holder {
        margin-top: 10px;
    }
    .slide-action-holder a {
        font-size: 14px;
    }
    .cart {
        width: 98% !important;
        margin-left: 1% !important;
    }
}

@media screen and (max-width: 600px) {
    .slide-action-holder {
        padding: 5px 20px 5px 7px;
        width: 150px;
    }
    nav ul li a {
        font-size: 18px;
    }
    .deps-main>div {
        width: 100%;
        margin-right: unset;
        height: auto;
        padding-bottom: 80px;
    }
    .deps-main>div>p {
        font-size: 16px !important;
    }
    p.top-contact-box-about {
        font-size: 16px;
    }
    .top-contact-box-main {
        padding: 15px 20px 10px;
    }
    .title-box-action a {
        font-size: 14px;
        margin-top: 0px;
        float: left;
    }
    .title-box-action {
        padding-left: 30px;
    }
    .title-box-details>p {
        font-size: 22px;
    }
    .title-box-logo.title-box-shop {
        width: 35px;
    }
    .title-box-details>p {
        padding-right: 50px;
    }
    .product-slide {
        width: 220px;
    }
    .product-slide>h2 a {
        font-size: 12px;
    }
    .product-slide-bottom>p {
        font-size: 14px;
    }
    .product-slide-bottom a {
        font-size: 14px !important;
    }
    .product-slide-bottom a p {
        font-size: 14px;
    }
    .hp-nav {
        width: 60px;
        height: 60px;
    }
    .adv-main>div>div {
        width: 100%;
    }
    .adv-main>div {
        width: 100%;
    }
    .adv-main>div:nth-child(even) {
        margin-right: unset;
    }
}

@media screen and (max-width: 500px) {
    nav.header-nav ul ul {
        left: 10px;
    }
    a.header-logo-shop {
    display: none;
}
    .cu.cut p a,
    .cu.cue p a {
        font-size: 18px;
    }
    nav.header-nav .middle ul>li:before {
        display: none;
    }
    button.servs-b {
        padding: 0 10px;
    }
    header {
        padding: 0 10px;
    }
    .slide-contents>p:first-child {
        font-size: 14px;
    }
    .slide-contents {
        width: 80%;
        top: 43%;
    }
    nav.header-nav ul li:first-child a {}
    .secs-main>div img {
        width: 55px;
        margin-top: 9px;
        margin-left: 11px;
    }
    .secs-main>div a {
        font-size: 18px;
        margin-top: 23px;
    }
    .secs-main>div a:last-child {
        font-size: 16px;
    }
    .home-slider .owl-dots {
        transform: scale(.5);
    }
    .shop {
        padding: 0 10px;
    }
    nav.header-nav .middle>ul>li {
        width: 25%;
        text-align: center;
        margin-left: unset;
        margin-right: unset !important;
    }
    nav.header-nav ul li a {
        font-size: 16px !important;
    }
    .title-box-left-arrow {
        width: 26px !important;
    }
    section.top-contact-box {
        display: none;
    }
    .slide-contents>h1 {
        font-size: 28px;
    }
    .shop .header-search-box {
        border: 1px solid rgba(0, 0, 0, .1);
    }
    .content-area .customer-slide img {
        float: left;
        width: 100px !important;
        aspect-ratio: 1 / 1;
        object-fit: cover;
        border-radius: 50%;
        position: absolute;
        left: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
    .content-area .cs-deta {
        float: right;
        width: calc(100% - 160px);
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 0;
    }
    .content-area .emp.customer-slide {
        float: right;
        width: 100%;
        background: #fff;
        border: 1px solid rgba(0, 0, 0, .2);
        border-radius: 10px;
        padding: 16px;
        position: relative;
        min-height: 140px;
    }
    .content-area .cs-deta p:nth-child(2) {
        text-align: right;
    }
    .slide-contents>p:nth-child(3) {
        font-size: 14px;
    }
    .slide-action-holder p {}
    .slide-action-holder a {
        font-size: 11px;
    }
    .slide-action-holder {
        margin-top: 5px;
        padding: 0px 13px 0px 5px;
        width: 121px;
    }
    p.top-contact-box-about {
        font-size: 13px;
    }
    .adv-main>div>div>div p {
        font-size: 18px;
    }
    .adv-main>div>div img {
        width: 30px;
        aspect-ratio: 1/1;
    }
    .adv-main>div>div>p {
        font-size: 12px !important;
        float: right;
    }
    .title-box-details>p {
        font-size: 20px;
        padding-right: 50px;
    }
    .title-box-logo {
        width: 40px !important;
    }
    .adv .adv-main>div>p {
        font-size: 15px;
    }
    .adv .adv-main>div {
        padding: 10px 15px;
    }
    .adv .adv-main>div>img {
        left: 10px;
        width: 30px;
    }
    .cb-head p {
        font-size: 18px;
    }
    .cb-head img {
        width: 30px;
    }
    .lbox>p {
        font-size: 14px;
        margin: 0px 0 10px;
    }
    .customer-slide {
        width: 290px;
        height: auto;
        min-height: 220px;
        padding-top: 10px;
    }
    .customer-slide .owl-carousel .owl-item img {
        width: 80px !important;
        float: left;
        position: relative;
        transform: unset;
        left: 50%;
        transform: translateX(-50%);
    }
    .cs-deta p:first-child {
        font-size: 15px;
    }
    .cs-deta p:nth-child(2) {
        font-size: 12px;
    }
    .cs-deta p:nth-child(3) {
        font-size: 14px;
    }
    .cs-deta {
        width: 100%;
        float: left;
        margin: unset;
        padding: unset;
        text-align: center;
        right: unset;
        top: unset;
        position: relative;
        transform: unset;
        margin-top: 10px;
    }
    .cs-deta * {
        text-align: center;
    }
    .cs-deta p:nth-child(2) {
        text-align: center;
    }
    .customer-slide img {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        top: unset;
    }
    .lbox.email-box .lb-act {
        font-size: 15px;
    }
    .a-header-slider-main {
        aspect-ratio: 6/4;
        float: right;
    }
    .pd-prices {
        width: 100%;
        text-align: center;
    }
    .pd-prices * {
        text-align: center;
    }
    .add-to-cart-holder {
        float: left;
        width: 100%;
        margin-top: 10px;
    }
    .main-shop>div {}
    .main-shop .product-slide>h2 a {
        font-size: 12px;
    }
    .main-shop .product-slide-bottom>p {
        font-size: 16px;
    }
    .shop .header-search-box {
        width: 200px;
    }
}


/* 1333 */

.owl-carousel.header-slider-holder.owl-loaded.owl-drag {
    direction: ltr;
}

.home-slider .owl-stage-outer {
    direction: ltr;
}

.content-area {
    width: 100%;
    margin: 0 auto;
}

.content-area * {
    text-align: justify;
}

.content-area .product-details {
    width: 100%;
}

.lics {
    float: left;
    width: 100%;
}

.lics a {
    float: left;
    width: 32%;
    margin-bottom: 20px;
    margin-right: 2%;
}

.lics a img {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 10px;
}

.lics a:nth-child(2) {
    margin-right: 2%;
}

.lics a:nth-child(3) {
    margin-right: unset;
}

.content-area .emp.customer-slide {
    width: 100%;
    margin-bottom: 20px;
}

@media screen and (max-width: 500px) {
    .shop .product-slide {
        aspect-ratio: 1/1.6;
    }
    .main-shop .product-slide>h2 a {
        font-size: 11px;
    }
    .main-shop .product-slide-bottom>p {
        font-size: 13px;
    }
    .product-slide-bottom a p {
        font-size: 12px;
    }
    .product-slide-bottom a div {
        width: 18px;
    } 
} 
.fres {
    width: 100%;
    background: #fff;
    padding: 20px;
    font-size: 18px;
    text-align: center;
    margin-top: 20px;
    float: left;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 10px;
}

.fres * {
    list-style: none;
}