/*
Theme Name: Tarsa Battry Theme V3
Theme URI: http://tarahsite.net
Description: برای آقای قنواتی
Version: 3.1
Author: Amin Ferasat
Author URI: http://tarahsite.net/
*/

@font-face {
    font-family: 'vazir';
    src: url('fonts/Vazir.woff') format('woff'), url('fonts/Vazir.eot') format('eot');
}

@font-face {
    font-family: 'Aviny';
    src: url('fonts/Aviny.woff') format('woff'), url('fonts/Aviny.eot') format('eot');
}

@font-face {
    font-family: 'vazir-b';
    src: url('fonts/Vazir-Bold.ttf') format('ttf'), url('fonts/Vazir-Bold.eot') format('eot');
}

.font-vazir {
    font-family: 'vazir', serif !important;
}

.font-aviny {
    font-family: 'Aviny', serif !important;
}

.font-vazir-b {
    font-family: 'vazir-b', serif !important;
}

/* -bo battry online */
:root,
[data-bs-theme=light] {
    --bs-blue-bo: #007cc6;
    --bs-yellow-bo: #fdcd0c;
}

.bg-blue-bo {
    background-color: var(--bs-blue-bo) !important;
}

.border-blue-bo {
    border-color: var(--bs-blue-bo) !important;
}

.text-blue-bo {
    color: var(--bs-blue-bo) !important;
}

.bg-yellow-bo {
    background-color: var(--bs-yellow-bo) !important;
}

.border-yellow-bo {
    border-color: var(--bs-yellow-bo) !important;
}

.text-yellow-bo {
    color: var(--bs-yellow-bo) !important;
}

html {
    margin-top: 0 !important
}

body {
    direction: rtl;
    margin: 0 auto;
    font-family: 'vazir', serif;
    color: #333;
    background-color: #9e9e9e21;
}

/*----------------*/

.box-tabel {
    width: 100%;
    float: right;
}

tr.header-tabel-p {
    background: #42B4D6;
    color: white;
    text-align: center;
    width: 100%;
}

table.MsoTableGrid.tabel-f-pr {
    width: 100%;
    border: 1px solid #42B4D6;
}

.tabel-f-pr td {
    padding: 11px;
    border: none;
    border-bottom: 1px solid #ddd;
}

td.sub-ta {
    width: 25%;
    background-color: aliceblue;
}

.demo-theme-link {
    display: flex;
}

a.demo-theme-link-a {
    background-color: #42b4d6;
    color: #FFFFFF;
    padding: 10px 20px;
}

.edd-submit.button,
.edd-submit.button.gray,
.edd-submit.button:visited {
    color: #FFF;
    background: #F44336;
    border-color: #ccc;
}

.edd-submit {
    padding: 10px 12px !important;
    border: none !important;
    border-radius: 0 !important;
}

.sefareshhtml {
    background-color: rebeccapurple;
    padding: 6px;
    border-radius: 5px;
    color: white;
}

table#edd_purchase_receipt td,
table#edd_purchase_receipt th,
table#edd_purchase_receipt_products td,
table#edd_purchase_receipt_products th {
    text-align: right !important;
}

.shopping-basket {
    display: inline;
    padding: 7px !important;
    background-color: #9C27B0;
    margin: 10px 0 !important;
    border-radius: 5px;
    transition: all .4s;
}

.shopping-basket a {
    color: white;
}

.shopping-basket:hover {
    background-color: #FF5722;
}

.content-post {
    display: block;
    width: 100%;
    background-color: white;
    margin: 20px 0;
    padding: 10px;
    border-radius: 10px;
    border: 2px solid #e9ecef;
}

.img-post-block {
    min-width: 100%;
    display: block;
    text-align: center;
}

.subject-downlod {
    background: white;
    border-radius: 10px;
    border: 1px solid #eee;
    padding: 4px;
}

/*---------- انیمیشن روی تصاویر -------------------*/
.view {
    width: 300px;
    height: 200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    border: 6px solid #007cc6;
    border-radius: 9px;
    /*background: #4c4c4c url(img/tarah-bg2.png) center;*/
}

.view img {
    width: 300px;
    height: 200px;
}

.view .mask,
.view .content {
    width: 300px;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
    border-radius: 4px;
}

.view h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}

.view p {
    font-family: Georgia, serif;
    font-style: italic;
    font-size: 12px;
    position: relative;
    color: #fff;
    padding: 10px 20px 20px;
    text-align: center;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
    -webkit-box-shadow: 0 0 1px #000;
    -moz-box-shadow: 0 0 1px #000;
    box-shadow: 0 0 1px #000;
}

.view a.info:hover {
    -webkit-box-shadow: 0 0 5px #000;
    -moz-box-shadow: 0 0 5px #000;
    box-shadow: 0 0 5px #000;
}

/* NINTH EXAMPLE*/
.view-ninth .mask-1,
.view-ninth .mask-2 {
    height: 361px;
    width: 361px;
    background: rgba(76, 175, 80, 0.38);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out 0.6s;
    -moz-transition: all 0.3s ease-in-out 0.6s;
    -o-transition: all 0.3s ease-in-out 0.6s;
    transition: all 0.3s ease-in-out 0.6s;
}

.view-ninth .mask-1 {
    left: auto;
    right: 0;
    -webkit-transform: rotate(56.5deg) translateX(-180px);
    -moz-transform: rotate(56.5deg) translateX(-180px);
    -o-transform: rotate(56.5deg) translateX(-180px);
    -ms-transform: rotate(56.5deg) translateX(-180px);
    transform: rotate(56.5deg) translateX(-180px);
    -webkit-transform-origin: 100% 0;
    -moz-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    transform-origin: 100% 0;
}

.view-ninth .mask-2 {
    top: auto;
    bottom: 0;
    -webkit-transform: rotate(56.5deg) translateX(180px);
    -moz-transform: rotate(56.5deg) translateX(180px);
    -o-transform: rotate(56.5deg) translateX(180px);
    -ms-transform: rotate(56.5deg) translateX(180px);
    transform: rotate(56.5deg) translateX(180px);
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0 100%;
}

.view-ninth .content {
    background: rgba(0, 0, 0, 0.9);
    height: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    width: 361px;
    overflow: hidden;
    -webkit-transform: rotate(-33.5deg) translate(-112px, 166px);
    -moz-transform: rotate(-33.5deg) translate(-112px, 166px);
    -o-transform: rotate(-33.5deg) translate(-112px, 166px);
    -ms-transform: rotate(-33.5deg) translate(-112px, 166px);
    transform: rotate(-33.5deg) translate(-112px, 166px);
    -webkit-transform-origin: 0% 100%;
    -moz-transform-origin: 0% 100%;
    -o-transform-origin: 0% 100%;
    -ms-transform-origin: 0% 100%;
    transform-origin: 0% 100%;
    -webkit-transition: all 0.4s ease-in-out 0.3s;
    -moz-transition: all 0.4s ease-in-out 0.3s;
    -o-transition: all 0.4s ease-in-out 0.3s;
    transition: all 0.4s ease-in-out 0.3s;
}

.view-ninth h2 {
    background: transparent;
    margin-top: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.view-ninth a.info {
    display: none;
}

.view-ninth:hover .content {
    height: 120px;
    width: 300px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    filter: alpha(opacity=90);
    opacity: 0.9;
    top: 40px;
    -webkit-transform: rotate(0deg) translate(0, 0);
    -moz-transform: rotate(0deg) translate(0, 0);
    -o-transform: rotate(0deg) translate(0, 0);
    -ms-transform: rotate(0deg) translate(0, 0);
    transform: rotate(0deg) translate(0, 0);
}

.view-ninth:hover .mask-1,
.view-ninth:hover .mask-2 {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}

.view-ninth:hover .mask-1 {
    -webkit-transform: rotate(56.5deg) translateX(1px);
    -moz-transform: rotate(56.5deg) translateX(1px);
    -o-transform: rotate(56.5deg) translateX(1px);
    -ms-transform: rotate(56.5deg) translateX(1px);
    transform: rotate(56.5deg) translateX(1px);
}

.view-ninth:hover .mask-2 {
    -webkit-transform: rotate(56.5deg) translateX(-1px);
    -moz-transform: rotate(56.5deg) translateX(-1px);
    -o-transform: rotate(56.5deg) translateX(-1px);
    -ms-transform: rotate(56.5deg) translateX(-1px);
    transform: rotate(56.5deg) translateX(-1px);
}

.view-ninth h3 {
    background: transparent;
    margin-top: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.view h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.8);
    margin: 20px 0 0 0;
}


/*---------- انیمیشن روی تصاویر -------------------*/

/*---------- انیمیشن روی آیکون ها -------------------*/


.hi-icon-wrap {
    text-align: center;
    margin: 0 auto;
    padding: 2em 0 3em;
}

.hi-icon {
    display: inline-block;
    font-size: 0px;
    cursor: pointer;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #fff;
}

.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.hi-icon:before {

    speak: none;
    font-size: 48px;
    line-height: 90px;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: block;
    -webkit-font-smoothing: antialiased;
}

.hi-icon-mobile:before {
    content: "\e009";
}

.hi-icon-screen:before {
    content: "\e00a";
}

.hi-icon-earth:before {
    content: "\e002";
}

.hi-icon-support:before {
    content: "\e000";
}

.hi-icon-locked:before {
    content: "\e001";
}

.hi-icon-cog:before {
    content: "\e003";
}

.hi-icon-clock:before {
    content: "\e004";
}

.hi-icon-videos:before {
    content: "\e005";
}

.hi-icon-list:before {
    content: "\e006";
}

.hi-icon-refresh:before {
    content: "\e007";
}

.hi-icon-images:before {
    content: "\e008";
}

.hi-icon-pencil:before {
    content: "\e00b";
}

.hi-icon-link:before {
    content: "\e00c";
}

.hi-icon-mail:before {
    content: "\e00d";
}

.hi-icon-location:before {
    content: "\e00e";
}

.hi-icon-archive:before {
    content: "\e00f";
}

.hi-icon-chat:before {
    content: "\e010";
}

.hi-icon-bookmark:before {
    content: "\e011";
}

.hi-icon-user:before {
    content: "\e012";
}

.hi-icon-contract:before {
    content: "\e013";
}

.hi-icon-star:before {
    content: "\e014";
}

/* Effect 1 */
.hi-icon-effect-1 .hi-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-1 .hi-icon:after {
    top: -7px;
    left: -7px;
    padding: 7px;
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0;
}

/* Effect 1a */
.hi-icon-effect-1a .hi-icon:hover {
    background: rgba(255, 255, 255, 1);
    color: #41ab6b;
}

.hi-icon-effect-1a .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 1b */
.hi-icon-effect-1b .hi-icon:hover {
    background: rgba(255, 255, 255, 1);
    color: #41ab6b;
}

.hi-icon-effect-1b .hi-icon:after {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.hi-icon-effect-1b .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 2 */
.hi-icon-effect-2 .hi-icon {
    color: #eea303;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.hi-icon-effect-2 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

/* Effect 2a */
.hi-icon-effect-2a .hi-icon:hover {
    color: #eea303;
}

.hi-icon-effect-2a .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

/* Effect 2b */
.hi-icon-effect-2b .hi-icon:hover:after {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.4s, opacity 0.2s;
    -moz-transition: -moz-transform 0.4s, opacity 0.2s;
    transition: transform 0.4s, opacity 0.2s;
}

.hi-icon-effect-2b .hi-icon:hover {
    color: #fff;
}

/* Effect 3 */
.hi-icon-effect-3 .hi-icon {
    box-shadow: 0 0 0 4px #fff;
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}

.hi-icon-effect-3 .hi-icon:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}

/* Effect 3a */
.hi-icon-effect-3a .hi-icon {
    color: #f06060;
}

.hi-icon-effect-3a .hi-icon:hover {
    color: #fff;
}

.hi-icon-effect-3a .hi-icon:hover:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

/* Effect 3b */
.hi-icon-effect-3b .hi-icon {
    color: #fff;
}

.hi-icon-effect-3b .hi-icon:hover {
    color: #f06060;
}

.hi-icon-effect-3b .hi-icon:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}

.hi-icon-effect-3b .hi-icon:hover:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 4 */
.hi-icon-effect-4 .hi-icon {
    width: 260px;
    height: 260px;
    box-shadow: 0 0 0 6px rgba(255, 255, 255, 1);
}

.hi-icon-effect-4a .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.hi-icon-effect-4 .hi-icon:before {
    line-height: 92px;
}

.hi-icon-effect-4 .hi-icon:after {
    top: -6px;
    left: -6px;
    padding: 0;
    z-index: 10;
    border: 6px dashed #fff;
}

.hi-icon-effect-4 .hi-icon:hover {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    color: #fff;
}

/* Effect 4b */
.hi-icon-effect-4b .hi-icon:hover {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.hi-icon-effect-4b .hi-icon:hover:after {
    -webkit-animation: spinAround 9s linear infinite;
    -moz-animation: spinAround 9s linear infinite;
    animation: spinAround 9s linear infinite;
}

@-webkit-keyframes spinAround {
    from {
        -webkit-transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinAround {
    from {
        -moz-transform: rotate(0deg)
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes spinAround {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg);
    }
}

/* Effect 5 */
.hi-icon-effect-5 .hi-icon {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
    overflow: hidden;
    -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
    transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.hi-icon-effect-5 .hi-icon:after {
    display: none;
}

.hi-icon-effect-5 .hi-icon:hover {
    background: rgba(255, 255, 255, 1);
    color: #702fa8;
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.3);
}

.hi-icon-effect-5a .hi-icon:hover:before {
    -webkit-animation: toRightFromLeft 0.3s forwards;
    -moz-animation: toRightFromLeft 0.3s forwards;
    animation: toRightFromLeft 0.3s forwards;
}

@-webkit-keyframes toRightFromLeft {
    49% {
        -webkit-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toRightFromLeft {
    49% {
        -moz-transform: translate(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toRightFromLeft {
    49% {
        transform: translate(100%);
    }

    50% {
        opacity: 0;
        transform: translate(-100%);
    }

    51% {
        opacity: 1;
    }
}

.hi-icon-effect-5b .hi-icon:hover:before {
    -webkit-animation: toLeftFromRight 0.3s forwards;
    -moz-animation: toLeftFromRight 0.3s forwards;
    animation: toLeftFromRight 0.3s forwards;
}

@-webkit-keyframes toLeftFromRight {
    49% {
        -webkit-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toLeftFromRight {
    49% {
        -moz-transform: translate(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toLeftFromRight {
    49% {
        transform: translate(-100%);
    }

    50% {
        opacity: 0;
        transform: translate(100%);
    }

    51% {
        opacity: 1;
    }
}

.hi-icon-effect-5c .hi-icon:hover:before {
    -webkit-animation: toTopFromBottom 0.3s forwards;
    -moz-animation: toTopFromBottom 0.3s forwards;
    animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
    49% {
        -webkit-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toTopFromBottom {
    49% {
        -moz-transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toTopFromBottom {
    49% {
        transform: translateY(-100%);
    }

    50% {
        opacity: 0;
        transform: translateY(100%);
    }

    51% {
        opacity: 1;
    }
}

.hi-icon-effect-5d .hi-icon:hover:before {
    -webkit-animation: toBottomFromTop 0.3s forwards;
    -moz-animation: toBottomFromTop 0.3s forwards;
    animation: toBottomFromTop 0.3s forwards;
}

@-webkit-keyframes toBottomFromTop {
    49% {
        -webkit-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -webkit-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@-moz-keyframes toBottomFromTop {
    49% {
        -moz-transform: translateY(100%);
    }

    50% {
        opacity: 0;
        -moz-transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

@keyframes toBottomFromTop {
    49% {
        transform: translateY(100%);
    }

    50% {
        opacity: 0;
        transform: translateY(-100%);
    }

    51% {
        opacity: 1;
    }
}

/* Effect 6 */
.hi-icon-effect-6 .hi-icon {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-6 .hi-icon:hover {
    background: rgba(255, 255, 255, 1);
    color: #64bb5d;
}

.hi-icon-effect-6 .hi-icon:hover:before {
    -webkit-animation: spinAround 2s linear infinite;
    -moz-animation: spinAround 2s linear infinite;
    animation: spinAround 2s linear infinite;
}

/* Effect 7 */
.hi-icon-effect-7 .hi-icon {
    box-shadow: 0 0 0 4px rgba(255, 255, 255, 1);
    -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s;
}

.hi-icon-effect-7 .hi-icon:hover {
    color: #fff;
}

.hi-icon-effect-7 .hi-icon:after {
    top: -8px;
    left: -8px;
    padding: 8px;
    z-index: -1;
    opacity: 0;
}

/* Effect 7a */
.hi-icon-effect-7a .hi-icon:after {
    box-shadow: 0 0 0 rgba(255, 255, 255, 1);
    -webkit-transition: opacity 0.2s, box-shadow 0.2s;
    -moz-transition: opacity 0.2s, box-shadow 0.2s;
    transition: opacity 0.2s, box-shadow 0.2s;
}

.hi-icon-effect-7a .hi-icon:hover:after {
    opacity: 1;
    box-shadow: 3px 3px 0 rgba(255, 255, 255, 1);
}

.hi-icon-effect-7a .hi-icon:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.hi-icon-effect-7a .hi-icon:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 7b */
.hi-icon-effect-7b .hi-icon:after {
    box-shadow: 3px 3px rgba(255, 255, 255, 1);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    -moz-transition: opacity 0.2s, -moz-transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
}

.hi-icon-effect-7b .hi-icon:hover:after {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.hi-icon-effect-7b .hi-icon:before {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0.7;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

.hi-icon-effect-7b .hi-icon:hover:before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

/* Effect 8 */
.hi-icon-effect-8 .hi-icon {
    background: rgba(255, 255, 255, 0.1);
    -webkit-transition: -webkit-transform ease-out 0.1s, background 0.2s;
    -moz-transition: -moz-transform ease-out 0.1s, background 0.2s;
    transition: transform ease-out 0.1s, background 0.2s;
}

.hi-icon-effect-8 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1);
    opacity: 0;
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
}

.hi-icon-effect-8 .hi-icon:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.hi-icon-effect-8 .hi-icon:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

@-webkit-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -webkit-transform: scale(1.5);
        opacity: 0;
    }
}

@-moz-keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        -moz-transform: scale(1.5);
        opacity: 0;
    }
}

@keyframes sonarEffect {
    0% {
        opacity: 0.3;
    }

    40% {
        opacity: 0.5;
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
    }

    100% {
        box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 10px 10px #3851bc, 0 0 0 10px rgba(255, 255, 255, 0.5);
        transform: scale(1.5);
        opacity: 0;
    }
}

/* Effect 9 */
.hi-icon-effect-9 .hi-icon {
    -webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
}

.hi-icon-effect-9 .hi-icon:after {
    top: 0;
    left: 0;
    padding: 0;
    box-shadow: 0 0 0 3px #fff;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    transition: transform 0.2s, opacity 0.2s;
}

/* Effect 9a */
.hi-icon-effect-9a .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
    opacity: 0.5;
}

.hi-icon-effect-9a .hi-icon:hover {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 1);
    color: #fff;
}

/* Effect 9b */
.hi-icon-effect-9b .hi-icon:hover:after {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
}

.hi-icon-effect-9b .hi-icon:hover {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
    color: #fff;
}


/*---------- انیمیشن روی آیکون ها -------------------*/

/*---------------*/
#home-page-1 {
    margin: 0 auto;
}

#bbpress-forums li.bbp-header {
    background: #42B4D6 !important;
}

#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
    background: rgba(66, 180, 214, 0.35) !important;
    border-top: 1px solid #42B4D6 !important;
}

#bbpress-forums ul.bbp-forums {
    border: 1px solid #42B4D6 !important;
}

li.bbp-forum-info,
li.bbp-topic-title {
    float: right !important;
    text-align: right !important;
    width: 55%;
}

a.bbp-forum-title {
    font-size: 19px;
}

a {
    text-decoration: none;
    transition: all 2s;
    color: #007cc6;
}

a:hover {
    transition: all .2s;
    color: #fdcd0c;
    text-decoration: none;
}

.menu {
    display: block;
    float: right
}

nav > ul > li {
    display: block;
    float: right
}

.menu-pro > ul > li {
    height: 100%;
    padding: 35px 13px;
    transition: .5s all
}

.menu-pro > ul > li:hover {
    background-color: #FCB215
}

.menu-pro > ul > li a {
    font-family: 'vazir', serif;
    color: #060707
}

.menu-pro > ul > li:hover a {
    color: #f0f8ff
}


section#service {
    text-align: center;
    margin: 0px auto;
    padding: 0px 0;
}

section#service .head-serv {
    font-size: 20px;
    font-weight: 600;
    padding: 18px 0px 0px 0px;
}

.serv-img {
    display: block;
    width: 100%
}

section#profilo {
    margin-top: 20px;
}

img.img-post-h.wp-post-image {
    width: 61px;
    border-radius: 5px;
}

.subject-profilo-a {
    font-size: 1rem;
}

#footer .subject-profilo-a {
    font-size: 12px;
    color: #3f393b;
    display: block;
    padding: 4px 0px;
    line-height: 15.5px;
}

#footer span {
    color: white;

}

.subject-profilo h2 a {
    font-size: 19px
}

.head-home {
    font-size: 20px;
    padding: 0 5px;
    display: inline;
}

#taarafe {
    margin-top: 20px;
}

.box-taarafe {
    background-color: #fff;
    height: 215px;
    text-align: right;
    padding: 10px
}

.head-taarafe {
    font-size: 21px;
    position: relative;
    height: 60px
}

.head-taarafe span {
    font-size: 15px;
    position: absolute;
    left: 0;
    text-decoration: underline;
    color: #42b4d6
}

.head-taarafe strong {
    display: block;
    position: absolute;
    top: 20px
}

.item-t {
    height: 30px
}

.sefaresh-b {
    width: 100%;
    background-color: #ff553e;
    /*background-image: url(img/tarah-bg8.png);*/
    border: none;
    color: #fff;
    height: 40px;
    border-radius: 3px
}

.item-t img {
    width: 16px;
    margin: 4px
}

.end-i {
    margin-top: 6px;
    display: block
}

.blog-post-h {
    display: block;
    float: right;
    width: 94%;
    height: 70px;
    margin-right: 7px;
    margin-top: 4px;
    border-radius: 5px;
    background-color: #f2f2f2;
    /*background-image: url(img/brickwall.png);**/
}

.h-border-fi {
    border: 1px solid #018c9a;
    border-bottom: 3px solid #018c9a;
}

.h-border-red {
    border: 1px solid #9e0c00;
    border-bottom: 3px solid #9e0c00;
}

.h-border-yellow {
    border: 1px solid #ce9d04;
    border-bottom: 3px solid #ce9d04;
}

.h-border-grean {
    border: 1px solid #0b944e;
    border-bottom: 3px solid #0b944e;
}

.blog-post-h-t {
    display: block;
    float: right;
    width: 94%;
    margin-right: 7px;
    margin-top: 4px;
    border-radius: 5px;
    border: 1px solid #9e0c00;
    border-bottom: 3px solid #9e0c00;
    background-image: url(img/brickwall.png);
}

.blog-post-h h2 {
    margin: 0;
    padding: 0;
    line-height: .5
}

#blog-h .subject-profilo-a {
    font-size: 12px;
    color: #404040
}

.padd3 {
    padding: 3px;
}

h5.head-blog-cat {
    text-align: center;
    font-size: 20px;
    height: 40px;
    padding: 8px 0;
    color: #607d8b;
    border-radius: 0px
}

.text-abute-f {
    display: block;
    float: right;
    text-align: center;
    color: #263238;
}

section#blog-h {
}

.navar-abi {
    width: 100%;
    height: 10px;
    display: block;
    background-color: #607d8b;
    /* background-image: url(img/tarah-bg8.png); */
    margin-top: 26px
}

.posts-h {
    height: auto;
    float: right;
    display: block;
    width: 100%;
    padding-bottom: 7px;
}

a.subject-speed-a {
    font-size: 20px;
    color: #e22328
}

.fl-r {
    float: right
}

#index-p header {
    border-bottom: 2px solid #42B4D6;
    background-color: #fff
}

.masir {
    /*padding: 30px 0*/
}

body#index-p .posts {
    padding-bottom: 30px
}

#index-p .post {
    background-color: rgba(255, 255, 255, 0.59);
    display: block;
    margin: 5px 0;
    padding: 5px 0;
    float: right;
    width: 100%;
}

#index-p .post h2 {
    margin: 0;
    padding: 3px
}

#index-p .post .subject {
    margin: 0;
    height: auto;
    padding: 1px 0
}

#index-p .post .subject-profilo-a {
    font-size: 15px;
    color: #00c1a8
}

.padd10 {
    padding: 10px
}

img.img-post-single.wp-post-image {
    margin: 0 auto;
    border: 3px solid #607d8b;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
}

img.aligncenter {
    max-width: 100%;
    margin: 0 auto;
    display: block;
}

img.alignright {
}

body#single .posts {
    padding-bottom: 30px
}

body#single .post {
    height: auto;
    float: right;
    width: 100%
}

#single .subject-profilo-a {
    color: #353534;
    font-weight: 700
}

#single .info-box {
    display: inline-block;
    margin-left: 26px;
    font-size: xx-small;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-right: 5px solid rgba(66, 180, 214, 0.74);
    background-color: rgba(66, 180, 214, 0.17)
}

a.top-menu-l {
    font-size: 14px
}

ul.top-menu h2 {
    margin: 0 3px;
    font-size: 17px
}

.dis-none {
    display: none
}

.bread-l {
    font-size: 10px;
    margin: 0;
    display: inline;
    padding: 5px 10px;
    color: #607D8B;
}

.img-d {
    width: 69%;
    margin: 0 auto
}

.navar-abi-f {
    background-color: #007cc6;
    text-align: center;
    font-size: 12px;
    height: 43px
}

.navar-abi-f h2 {
    font-size: 12px;
    display: inline-block
}

input#submit:hover {
    background-color: #00758d;
}

input#submit {
    width: 100%;
    height: 50px;
    border-radius: 6px;
    border: none;
    background-color: #607d8b;
    color: aliceblue;
}

.block {
    float: right;
    padding: 6px;
    text-align: center;
    display: block;
    width: 100%
}

#index-p img.img-post-h.wp-post-image {
    max-width: 100%;
    width: auto;
}

.hrefImg {
    text-align: center !important;
}
.hrefImg .card-img-top {
    max-width: 100% !important;
    width: auto;
}

.tagcloud {
    font-size: 8px;
}

#single .tags {
    float: right;
    margin: 15px;
    border-right: 6px solid #42B4D6;
    height: 23px;
    padding: 5px
}

#single .tags h3 {
    float: right;
    margin: 0;
    font-size: 13px
}

#single .tags a {
    padding-left: 3px
}

#single .tags strong {
    float: right;
    font-size: 10px
}

.comment-list li {
    list-style: none
}

.comment-body {
    background: #fff;
    padding: 13px;
    margin: 10px;
    border-radius: 4px
}

.logo-barand {
    margin: 0;
    padding: 8px;
    position: relative
}

.info-box a {
    font-size: xx-small;
}

.menu-h2 {
    margin: 0;
    padding: 0
}

.menu-h {
    margin: 0;
    padding: 0;
    line-height: 20px;
    font-size: 14px
}

.top-nav i {
    font-size: 20px;
    transition: .8s all
}

a.dropdown-toggle {
    text-align: center;
    transition: .8s all
}

.logo-img {
    height: 50px;
}


.logo-barand:hover img {
    opacity: .2
}

li.menu1 i {
    /*color: #009398;*/
}

li.menu1 h3 {
    /*color: #009398;*/
}

li.menu2 i {
    /*color: #009398;*/
}

li.menu2 h3 {
    /*color: #009398;*/
}

li.menu3 i {
    /*color: #009398;*/
}

li.menu3 h3 {
    /*color: #009398;*/
}

li.menu3 a.dropdown-toggle {
    /*color: #009398*;/
}

li.menu4 i {
    /*color: #009398;*/
}

li.menu4 h3 {
    /* color: #009398;*/
}

li.menu5 i {
    /*color: #009398;*/
}

li.menu5 h3 {
    /* color: #009398;*/
}

li.menu5 a.dropdown-toggle {
    /* color: #009398;*/
}

li.menu6 i {
    /*color: #009398;*/
}

li.menu6 h3 {
    /*color: #009398;*/
}

li.menu6 a.dropdown-toggle {
    /*color: #009398;*/
}

.top-nav i {
    color: white;
}

.top-nav li:hover i {
    color: yellow;
}

/*-- افکت منوی بالا ---*/
li.menu3:hover {
}

#comments_wrapper {
    display: block;
    width: 100%;
    float: right
}

.viewport {
    margin: 30px auto;
    max-width: 960px
}

.triggers {
    margin-bottom: 20px;
    position: relative
}

.triggers .trigger {
    margin-left: 30px
}

.triggers > .target_anchor {
    margin-left: 30px
}

.triggers > .trigger:first-child,
.triggers > .target_anchor:first-child {
    margin-left: 0
}

.examples {
    margin-top: 40px;
    overflow: auto
}

.examples .instance {
    float: left;
    margin: 20px;
    position: relative;
    overflow: visible
}

.examples .instance .swlFlyout {
    position: relative;
    float: left;
    display: block;
    z-index: 1
}

.swlFlyout {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 7001;
    display: none;
    padding: 0;
    margin: 0;
    min-width: 200px;
    max-width: 450px;
    border: 1px solid #aaa;
    background-color: #fff;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2)
}

.swlFlyout > .arrow,
.swlFlyout > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.swlFlyout > .arrow {
    border-width: 11px
}

.swlFlyout > .arrow:after {
    content: "";
    border-width: 10px
}

.swlFlyout.top {
    margin-bottom: 10px
}

.swlFlyout.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #aaa;
    border-bottom-width: 0
}

.swlFlyout.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #fff;
    border-bottom-width: 0
}

.swlFlyout.right {
    margin-left: 10px
}

.swlFlyout.right > .arrow {
    left: -11px;
    top: 50%;
    margin-top: -11px;
    border-right-color: #aaa;
    border-left-width: 0
}

.swlFlyout.right > .arrow:after {
    left: 1px;
    margin-top: -10px;
    border-right-color: #fff;
    border-left-width: 0
}

.swlFlyout.bottom {
    margin-top: 10px
}

.swlFlyout.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-bottom-color: #aaa;
    border-top-width: 0
}

.swlFlyout.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    border-bottom-color: #fff;
    border-top-width: 0
}

.swlFlyout.left {
    margin-right: 10px
}

.swlFlyout.left > .arrow {
    right: -11px;
    top: 50%;
    margin-top: -11px;
    border-left-color: #aaa;
    border-right-width: 0
}

.swlFlyout.left > .arrow:after {
    right: 1px;
    margin-top: -10px;
    border-left-color: #fff;
    border-right-width: 0
}

.swlFlyout_title {
    padding: 8px 12px;
    margin: 0;
    font-weight: 700;
    background-color: #f0f0f0;
    border-bottom: 1px solid #e0e0e0
}

.swlFlyout_content {
    padding: 10px 12px;
    margin: 0
}

.form-e {
    direction: ltr;
    margin: 2px
}

label.lab-en {
    display: inline;
    position: absolute;
    padding: 7px;
    background: #42B4D6;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

div.wpcf7-mail-sent-ok {
    border: 2px solid #42B4D6;
    background-color: rgba(23, 179, 150, 0.22);
    border-radius: 6px
}

input.wpcf7-form-control.wpcf7-submit.btn.btn-info {
    width: 100%
}

.banner {
    margin-top: 10px
}

.dis-0 {
    font-size: 0
}

img.img-slid {
    width: 100%
}

.pagination a {
    background: #eee;
    border: 1px solid #dfdfdf;
    color: #666;
    padding: 8px 15px;
    margin-left: 10px
}

.pagination a:hover {
    background: #F5F5F5;
    color: #666
}

.pagination span {
    background: #3F9BBF;
    border: 1px solid #3f86af;
    color: #fff;
    padding: 8px 15px;
    margin-left: 10px
}


.blog-post-h span {
    display: block
}

.them {
    float: right;
    width: 100%;
}

.navbar-default {
    /*background-image: url(img/tarah-bg2.png);*/
    background-color: #323232;
    border-top: #6c4299 5px solid;
}

#srchtop {
    padding: 7px 0;
}

.padding0 {
    padding: 0 !important;
}

.profilo {
    background-color: rgb(107, 66, 154);
    /*background-image: url(img/tarah-bg8.png);*/
    padding: 0px 0px 10px 0px;
    text-align: center
}

.head-home span {
    border-left: 3px solid #a94b9c;
    padding: 0 10px;
    color: yellow;
}

.taarafe {
    text-align: center;
    padding: 5px 0
}

.navar {
    width: 100%;
    height: auto;
    /*background-image: url(img/tarah-bg2.png);*/
    background-color: #323232;
    float: right;
    text-align: right;
    padding: 20px 0;
}

.img-profilo-link {
}

.margintop {
    margin-top: 24px;
}

.desk {
    display: inline;
    padding-right: 10px;
}

.desk .fa {
    color: yellow;
}

.desk .fa:hover {
    zoom: 1.5;
}

.style_prevu_kit {
    display: inline-block;
    border: 0;
    width: 39px;
    height: 39px;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);

}

.head-home .style_prevu_kit:hover {
    box-shadow: 0px 0px 150px #000000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
}

.fa-money {
    padding: 0 3px;
}

img.service-img {
    width: 259px;
}

.paddup15 {
    padding: 15px 0px 0px 0px;
}

.blog-hbgb {
    /* background-image: url(img/blog-bgb.png); */
    background-color: #038d9a;
}

.blog-hbgr {
    background-color: #bb3d2c;
    /* background-image: url(img/blog-bgr.png); */
}


.blog-hbgy {
    /* background-image: url(img/blog-bgy.png); */
    background-color: #d09c04;
}

.blog-hbgg {
    /* background-image: url(img/blog-bgg.png); */
    background-color: #058e4a;
}

.blog-bgr {
    background-color: #fc5860;
}

.blog-bgb {
    background-color: #0bb7c8;
}

.blog-bgy {
    background-color: #fdc92b;
}

.blog-bgg {
    background-color: #03c462;
}

.center {
    text-align: center !important;
}

footer#footer {
    /*background-image: url(img/tarah-bg2.png);*/
    background-color: #ffffff;
}

#footer span {
    color: white;
}

#footer img.logo-img {
    width: 100%;
}

#footer small {
    color: white;
}

.masir-navar {
    width: 100%;
    display: block;
    float: right;
    background-color: rgb(250, 250, 250);
    margin: 15px 0px;
    border-radius: 6px;
    border: 1px solid #eee;
}

.crumbs {
    width: 100%;
    display: block;
    float: right;
    padding: 10px 0;
}

.crumbs ul {
    padding-right: 5px;
    margin: 0px;
}

.crumbs ul li {
    display: inline;
    float: right;
}

.crumbs ul li a {
    display: inline;
    padding: 5px 11px;
    border-left: 2px solid rgb(169, 76, 156);
    color: #607D8B;
    font-size: 10px;
}

.shop-cart-single {
    float: left;
    width: 100%;
    text-align: left;
    padding: 8px;
}

a.shop-cart-single {
    color: #a94b9c;
}

.shop-cart-single i {
    color: yellow;
}


.header-cart0 {

    height: 60px;
    width: 60px;
    float: left;
    padding: 25px;
    color: red;
}


a.cart-shop {
    padding: 4px !important;
    position: relative;
    float: left;
}

.cart-shop .fa {
    font-size: 38px;
    color: white;
    z-index: 1;
}

.header-cart {
    position: relative;
    width: 60px;
    height: 60px;
    display: block;
    text-align: center;

}

.adadkala {
    position: absolute;
    z-index: 99999;
    right: 19px;
    top: 14px;
    background: white;
    padding: 3px;
    border-radius: 50%;
    color: #ff4f19;
}

.soton2 {
    background-color: rgba(237, 237, 237, 0.65);
    width: 100%;
    float: right;
}

.soton2 span {
    width: 100%;
    display: block;
}

.soton2 .svg-s2 {
    margin: 0 auto;
    text-align: center;
    left: 0;
}

.svg-s2 {
    width: 70%;
}

span.shoaar {
    color: white;
}

/* -- فعلا برای زان کم
.dashbord {

}
.dashbord i{
    display: inline;
}
.dashbord a{
    display: inline !important;
}*/

.size-icon-menu {
    font-size: 31px !important;
}

.menu-user i {
    color: white;
}

.menu-user:hover i {
    color: yellow;
}

.user-size {
}

img.img-post-index.wp-post-image {
    width: 100%;
    height: auto;
}

.widget-search {
    width: 100%;
    float: right;
}

.btn-search {
    width: 100%;
    padding: 10px;
    border: none;
    background-color: rgba(169, 76, 156, 0.78);
    border-radius: 5px;
}

.head-widget {
    margin: 4px 0;
    padding: 15px;
    width: 100%;
    text-align: center;
    float: right;
    display: block;
    background-color: #007cc6;
    color: white;
    border-radius: 7px;
}

.sidebar ul {
    width: 100%;
    float: right;
    padding-right: 0px;
    list-style: none;
    border-right: 3px solid #6b429a;

}

.line.number1 {
    direction: ltr;
}

.left_f {
    float: left;
}

.sidebar ul li {
    display: block;
    float: right;
    width: 100%;
    border-right: 3px solid #b76eac;
    margin: 1px 0px;
    transition: all 0.7s;
}

.sidebar ul li a {
    padding-right: 2px;
}

.sidebar ul li:hover {
    border-right: 5px solid #6b429a;
}

pre {
    direction: ltr;
}

#gallery-1 .gallery-item {
    float: none;
}

.wp-caption {
    max-width: 100% !important;
    height: auto;
    text-align: center;
    background-color: #FF9800;
    border: 2px solid #FF5722;
    border-radius: 5px;
}

.gallery-caption {
    background-color: #ff9800;
}

ul.dropdown-menu .sefaresh a {
    color: white;
    padding: 3px 2px;
}

.sidebar {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
}

.sidebar .textwidget {
    width: 100%;
    float: right;
}

.menu-logout li {
    height: 31px;
    padding: 4px;
    margin: 2px 0px;
}

.menu-logout li:hover {
    border-right: 3px solid #6b429a;
    background-color: rgba(108, 66, 153, 0.71);
    color: #ff4f19;
}

.edd_download_purchase_form {
    text-align: center;
    /*background-color: #FF5722;*/
    padding: 7px;
    color: #323232;
    border-radius: 6px;
}

.edd-add-to-cart {
    width: 251px;
}

.edd-submit.button.green {
    color: #fff;
    background: #00758d;
    border-color: #4cae4c;
}

.bannersidbar {
    width: 100%;
    float: right;
    padding: 5px;
}

h3.h3seo {
    display: inline;
    font-size: 15px;
}

.bannerseo {
    background: #FF9800;
    text-align: center;
    transition: all 0.5s;
    padding: 21px 3px;
}

.bannerseo:hover {
    background: #9C27B0;
    text-align: center;
}

.bannerseo:hover a {
    color: #FF9800;
}

.bannerseo:hover .fa {
    color: #FF9800;
}

.bannerseo .fa {
    color: #9C27B0;
    font-size: 20px;
}

.bannerseo .fa:hover {
    color: #FF9800;
    font-size: 20px;
}

.bannerseo a {
    color: #9C27B0;
    font-weight: bold;
}

.bannerseo a:hover {
    color: #FF9800;
    font-weight: bold;
}

.ltrclass {
    direction: ltr;
    text-align: left;
}

a.edd-add-to-cart.edd-submit.edd-has-js {
    color: white;
}


.blog-post-h h3 {
    margin: 0;
    padding: 0;
    line-height: .5;
}

.telegram-box {
    width: 100%;
    background: #2196F3;
}

.link-telegram {
    width: 70%;
}

.link-telegram a {
    color: white;
    width: 100%;
    display: block;
    padding: 10px;
}


textarea#comment {
    display: block;
    width: 100%;
    float: right;
    border: 2px solid #607d8b;
    border-radius: 6px;
}

p.comment-form-comment {
    display: block;
    width: 100%;
    float: right;
}

input#author {
    display: block;
    width: 100%;
    float: right;
    border: 2px solid #607d8b;
    border-radius: 6px;
    height: 40px;
}

input#url {
    display: block;
    width: 100%;
    float: right;
    border: 2px solid #607d8b;
    border-radius: 6px;
    height: 40px;
}

input#email {
    display: block;
    width: 100%;
    float: right;
    border: 2px solid #607d8b;
    border-radius: 6px;
    height: 40px;
}

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

p {
    margin-top: 0;
    margin-bottom: 1rem;
    text-align: justify;
    line-height: 2.2;
}

/*------ EDD  --------*/
h3.edd_download_title {
    font-size: 19px;
    display: block;
    margin-top: 6px;
}

.video-priview {
    max-width: 100%;
    height: auto;
}

.video-post {
    width: 100%;
    display: block;
    text-align: center;
    background: black;
    height: 100%;
    margin: 0 auto;
    border-radius: 10px;
}

.posts {
    display: flex;
}

.boxinfotop {
    background-color: white;
    padding: 7px;
    width: 155px;
    border-radius: 10px;
    display: none;
}

.boxinfotop span {
    font-size: 15px;
    color: var(--bs-blue-bo);
    padding: 0 5px;
    border-radius: 9px;
}

.boxinfotop i {
    width: 30px;
    height: 30px;
    background-color: #007cc6;
    padding: 8px;
    border-radius: 50%;
    color: white;
}

.boxTelMenu {
    background-color: white;
    width: 155px;
    border-radius: 10px;
    display: block;
}

.boxTelMenu span {
    font-size: 15px;
    color: var(--bs-blue-bo);
    padding: 0 5px;
    border-radius: 9px;
}

.boxTelMenu svg {
    width: 30px;
    height: 30px;
}

.recentposthometitle {
    font-size: 14px;
    color: black;
}

ul.detail-sub {
    padding: 5px;
    list-style: none;
    border: 1px solid #607d8b;
    border-radius: 4px;
    margin-top: 6px;
}

ul.detail-sub li {
    padding: 5px;
    border-bottom: solid 1px #607d8b6e;
}

ul.detail-sub li {
    padding: 6px 5px;
    border-bottom: solid 1px #607d8b6e;
}

.bottomli {
    border: none !important;
}

.designer {
    font-size: 10px;
    color: white;
    padding: 5px;
}

.price {
    padding: 15px 0px;
    color: white;
}

.title-a {
    color: white;
}


.carousel-item img {
    border-radius: 9px;
}

h1.brand {
    color: #007cc6;
    font-size: 1rem; /* اندازه برای موبایل */
}

.margin-top-2 {
    margin-top: 2rem;
}

.navbar-brand {

}

.woocommerce div.product .product_title {
    font-size: 1.5rem !important;
}

/* برای صفحه نمایش‌های بزرگتر از 768px (md breakpoint در بوت‌استرپ) */
@media (min-width: 768px) {
    h1.brand {
        font-size: 1.6rem; /* اندازه برای دسکتاپ */
    }

    .margin-top-2 {
        margin-top: 3rem;
    }

    .navbar-brand, .boxTelMenu {
        display: none;
    }

    .boxinfotop {
        display: block;
    }
    .woocommerce div.product .product_title {
        font-size: 2rem !important;
    }

}


.price {
    padding: 15px 0px;
    color: #007cc6;
    text-align: center !important;
    background: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.price-subject {
    display: block;
    width: 100%;
    padding: 14px 21px;
    text-align: center;
}

.price-subject h3 {
    background: white;
    margin: 0px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    font-size: 0.8rem;
    padding: 8px 0px 6px 0px;
    border-bottom: 1px solid #eee;
}

.volt {
    background-color: #eeeeeed6;
    margin: 2px 0;
}

#call_wa {
    position: fixed;
    z-index: 2000000002;
    right: 20px;
    bottom: 10px;
    width: 100px;
    height: 120px;
    background: red;
    text-align: center;
    border-radius: 10px;
}

#call_wa img {
    border-radius: 10px;
}

.list-group-item-btm-border {
    position: relative;
    display: block;
    padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
    color: var(--bs-list-group-color);
    text-decoration: none;
    background-color: var(--bs-list-group-bg);
    border-bottom: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color);
}

.title-underline::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(to right, transparent, #0d6efd, transparent);
    border-radius: 2px;
}

.w-100px{
    width: 100px !important;
}

.mt--4 {
    position: relative;
    top: -4rem;
    z-index: 10;
}
.mt--3 {
    position: relative;
    top: -3rem;
    z-index: 10;
}
.woocommerce div.product .woocommerce-tabs .panel{
    background-color: white;
    padding: 5px !important;
    border-radius: 8px;
}
.woocommerce div.product .product_title {
    background-color: rgb(250, 250, 250);
    padding: 5px !important;
    border-radius: 8px;
}
.woocommerce .woocommerce-breadcrumb {
    margin: 1em 0 !important;
}

.slider-window .product-price {
    display: block;
    text-align: center;
}

.slider-window .product-price del{
    display: block;
}

.slider-window .product-price ins{
    display: block;
}

.woocommerce .woocommerce-ordering select{
    vertical-align: top;
}

.quantity .qty {
    height: 42px;   /* ✅ همان ارتفاع برای هماهنگ شدن */
    width: 90px;
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1.5px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);

    color: rgba(54, 54, 54, 0.8);
    outline: none;
    transition: 0.25s ease;
}

.woocommerce .woocommerce-ordering select {
    height: 42px;   /* ✅ همان ارتفاع برای هماهنگ شدن */
    padding: 10px 14px;
    font-size: 16px;
    border-radius: 12px;

    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    border: 1.5px solid rgba(255, 255, 255, 0.35);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);

    color: rgba(54, 54, 54, 0.8);
    outline: none;
    transition: 0.25s ease;
}

/* Hover */
.quantity .qty:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.55);
}

/* Hover */
.woocommerce .woocommerce-ordering select:hover {
    background: rgba(255, 255, 255, 0.25);
    border-color: rgba(255, 255, 255, 0.55);
}

/* Focus */
.quantity .qty:focus {
    background: rgba(255, 255, 255, 0.30);
    border-color: #4fc3f7;
    box-shadow: 0 0 10px rgba(79, 195, 247, 0.7);
}
/* Focus */
.woocommerce .woocommerce-ordering select:focus {
    background: rgba(255, 255, 255, 0.30);
    border-color: #4fc3f7;
    box-shadow: 0 0 10px rgba(79, 195, 247, 0.7);
}


.button.single_add_to_cart_button {
    border-radius: 12px !important;
    background: #0284C7 !important;
    color: #fff !important;
    height: 42px;   /* ✅ همان ارتفاع برای هماهنگ شدن */
    display: inline-block;
    padding: 14px 28px;
    font-size: 17px;
    font-weight: 600;

    border: 1.8px solid rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    cursor: pointer;
    transition: 0.25s ease;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.25);
}

/* ✅ حالت Hover */
.button.single_add_to_cart_button:hover {
    background: #0369A1;
    box-shadow: 0 6px 18px rgba(3, 105, 161, 0.35);
    transform: translateY(-2px);
}

/* ✅ حالت Focus (برای موبایل و دسترسی‌پذیری) */
.button.single_add_to_cart_button:focus {
    outline: none;
    box-shadow: 0 0 12px rgba(31, 36, 135, 0.9) !important;
}

.buy-btn:active {
    background: #075985;
}

/* ✅ حالت Disabled */
.button.single_add_to_cart_button:disabled,
.button.single_add_to_cart_button[disabled] {
    background: rgba(189, 189, 189, 0.3) !important; /* رنگ غیرفعال که گفتی */
    color: #fff;
    border-color: rgba(255, 255, 255, 0.25) !important;
    cursor: not-allowed;
    box-shadow: none;
}
.woocommerce span.onsale {
    background-color: #ff5b5b !important;

}
.woocommerce .products .star-rating {
    margin: 0 auto !important;
}
.product-slide del{
    font-size: 0.7rem !important;
}
.product-discount-badge {
    display: inline-block;
    margin: 0 0.5rem;
    padding: 0.15rem 0.6rem;
    border-radius: 999px;
    background-color: #ff5b5b;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 600;
    white-space: nowrap;
}

.woocommerce ul.products li.product .button {
    border-radius: 12px !important;
    background: #0284C7 !important;
    color: #fff !important;
    height: 42px;
    display: inline-block;
    padding: 14px 28px;
    font-size: 17px;
    font-weight: 600;
    border: 1.8px solid rgba(255, 255, 255, 0.35) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    cursor: pointer;
    transition: 0.25s ease;
    box-shadow: 0 4px 14px rgba(2, 132, 199, 0.25);
}