
body {
background:#fff;
font-family:iransans, Tahoma, Geneva, sans-serif
}
.jq-toast-wrap {font-family:iransans, Tahoma, Geneva, sans-serif}
a:hover { text-decoration:none }
ol, ul, li { padding: 0; margin: 0; list-style: none;}
.rtltext {
direction: rtl;
line-height: 200%;
}
.clear { clear: both; }
/* ---------------------POPUP-------------------------- */
.cd-main-header {
position: relative;
z-index: 1;
height: 50px;
background: #343642;
}
.cd-main-header::after {
/* clearfix */
content: '';
display: table;
clear: both;
}
.cd-main-header__logo {
float: left;
margin: 4px 0 0 5%;
/* reduce logo size on mobile and make sure it is left aligned with the transform-origin property */
-webkit-transform-origin: 0 50%;
-ms-transform-origin: 0 50%;
transform-origin: 0 50%;
-webkit-transform: scale(0.8);
-ms-transform: scale(0.8);
transform: scale(0.8);
}
.cd-main-header__logo img {
display: block;
}
@media only screen and (min-width: 768px) {
.cd-main-header {
height: 80px;
}
.cd-main-header__logo {
margin: 20px 0 0 5%;
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}
}
.cd-main-nav {
float: right;
margin-right: 5%;
width: 44px;
height: 100%;
background: url("../img/cd-icon-menu.svg") no-repeat center center;
cursor: pointer;
}
.cd-main-nav__list {
position: absolute;
top: 0;
left: 0;
width: 100%;
-webkit-transform: translateY(-100%);
-ms-transform: translateY(-100%);
transform: translateY(-100%);
}
.cd-main-nav__list.cd-main-nav__list--is-visible {
-webkit-transform: translateY(50px);
-ms-transform: translateY(50px);
transform: translateY(50px);
}
.cd-main-nav__item {
display: block;
height: 50px;
line-height: 50px;
padding-left: 5%;
background: #292a34;
border-top: 1px solid #3b3d4b;
color: #FFF;
}
@media only screen and (min-width: 768px) {
.cd-main-nav {
/* reset style */
width: auto;
height: auto;
background: none;
cursor: auto;
}
.cd-main-nav__list {
/* reset style */
position: static;
width: auto;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
line-height: 80px;
}
.cd-main-nav__list.cd-main-nav__list--is-visible {
/* reset style */
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.cd-main-nav__list li {
display: inline-block;
margin-left: 1em;
}
.cd-main-nav__list li:nth-last-child(2) {
margin-left: 2em;
}
.cd-main-nav__item {
display: inline-block;
height: auto;
line-height: normal;
background: transparent;
}
.cd-main-nav__item.cd-main-nav__item--signin, .cd-main-nav__item.cd-main-nav__item--signup {
padding: .6em 1em;
border-radius: 50em;
}
.cd-main-nav__item.cd-main-nav__item--signin {
border: 1px solid rgba(255, 255, 255, 0.6);
}
.cd-main-nav__item.cd-main-nav__item--signup {
background: #2f889a;
}
}
.displaynone {
  display: none;
}
/* -------------------------------- 
x sigin/signup popup 
-------------------------------- */
.cd-signin-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(52, 54, 66, 0.9);
z-index: 99999;
overflow-y: auto;
cursor: pointer;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.3s, visibility 0.3s;
transition: opacity 0.3s, visibility 0.3s;
}
.cd-signin-modal.cd-signin-modal--is-visible {
visibility: visible;
opacity: 1;
}
.cd-signin-modal__container {
position: relative;
width: 90%;
max-width: 600px;
background: #FFF;
margin: 3em auto 4em;
cursor: auto;
border-radius: 0.25em;
-webkit-transform: translateY(-30px);
-ms-transform: translateY(-30px);
transform: translateY(-30px);
-webkit-transition: -webkit-transform 0.3s;
transition: -webkit-transform 0.3s;
transition: transform 0.3s;
transition: transform 0.3s, -webkit-transform 0.3s;
}
.cd-signin-modal--is-visible .cd-signin-modal__container {
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
transform: translateY(0);
}
.cd-signin-modal__switcher:after {
/* clearfix */
content: "";
display: table;
clear: both;
}
.cd-signin-modal__switcher li {
width: 100%;
float: left;
text-align: center;
}
.cd-signin-modal__switcher li:first-child a {
border-radius: .25em 0 0 0;
}
.cd-signin-modal__switcher li:last-child a {
border-radius: 0 .25em 0 0;
}
.cd-signin-modal__switcher a {
display: block;
width: 100%;
height: 50px;
line-height: 50px;
background: #d2d8d8;
color: #809191;
}
.cd-signin-modal__switcher a.cd-selected {
background: #FFF;
color: #505260;
}
@media only screen and (min-width: 600px) {
.cd-signin-modal__container {
margin: 4em auto;
}
.cd-signin-modal__switcher a {
height: 70px;
line-height: 70px;
}
}
.cd-signin-modal__form {
padding: 0em 1.4em 3em;
}
.cd-signin-modal__fieldset {
position: relative;
margin: 0.4em 0;
}
.cd-signin-modal__fieldset:first-child {
margin-top: 0;
}
.cd-signin-modal__fieldset:last-child {
margin-bottom: 0;
}
.cd-signin-modal__label {
font-size: 1.4rem;
}
.cd-signin-modal__label.cd-signin-modal__label--image-replace {
/* replace text with an icon */
display: inline-block;
position: absolute;
left: 15px;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
height: 20px;
width: 20px;
overflow: hidden;
text-indent: 100%;
white-space: nowrap;
color: transparent;
background-repeat: no-repeat;
background-position: 50% 0;
}
.cd-signin-modal__label.cd-signin-modal__label--username {
background-image: url("../img/cd-icon-username.svg");
}
.cd-signin-modal__label.cd-signin-modal__label--email {
background-image: url("../img/cd-icon-email.svg");
}
.cd-signin-modal__label.cd-signin-modal__label--password {
background-image: url("../img/cd-icon-password.svg");
}
.cd-signin-modal__input {
margin: 0;
padding: 0;
border-radius: 0.25em;
}
.cd-signin-modal__input.cd-signin-modal__input--full-width {
width: 100%;
}
.cd-signin-modal__input.cd-signin-modal__input--has-padding {
padding: 5px 20px 5px 70px;
}
.cd-signin-modal__input.cd-signin-modal__input--has-padding--nor {
padding: 5px 20px 5px 20px;
}
.cd-signin-modal__input.cd-signin-modal__input--has-border {
border: 1px solid #d2d8d8;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.cd-signin-modal__input.cd-signin-modal__input--has-border:focus {
border-color: #343642;
-webkit-box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
box-shadow: 0 0 5px rgba(52, 54, 66, 0.1);
outline: none;
}
.cd-signin-modal__input.cd-signin-modal__input--has-error {
border: 1px solid #d76666;
}
.cd-signin-modal__input[type=submit] {
padding: 5px 0;
cursor: pointer;
background: #153E90;
color: #FFF;
font-weight: bold;
border: none;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.cd-signin-modal__input[type=submit]:hover, .cd-signin-modal__input[type=submit]:focus {
background: #3599ae;
outline: none;
}
.cd-signin-modal__hide-password {
display: inline-block;
position: absolute;
left: 0;
top: 0;
padding: 0px 15px;
border-right: 1px solid #d2d8d8;
top: 50%;
bottom: auto;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
font-size: 1.4rem;
color: #343642;
}
.cd-signin-modal__error {
display: inline-block;
position: absolute;
left: -5px;
bottom: -35px;
background: rgba(215, 102, 102, 0.9);
padding: .8em;
z-index: 2;
color: #FFF;
font-size: 1.3rem;
border-radius: 0.25em;
/* prevent click and touch events */
pointer-events: none;
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.2s 0s, visibility 0s 0.2s;
transition: opacity 0.2s 0s, visibility 0s 0.2s;
}
.cd-signin-modal__error::after {
/* triangle */
content: '';
position: absolute;
left: 22px;
bottom: 100%;
height: 0;
width: 0;
border-left: 8px solid transparent;
border-right: 8px solid transparent;
border-bottom: 8px solid rgba(215, 102, 102, 0.9);
}
.cd-signin-modal__error.cd-signin-modal__error--is-visible {
opacity: 1;
visibility: visible;
-webkit-transition: opacity 0.2s 0s, visibility 0s 0s;
transition: opacity 0.2s 0s, visibility 0s 0s;
}
@media only screen and (min-width: 600px) {
.cd-signin-modal__form {
padding: 0em 2em 3em;
}
.cd-signin-modal__fieldset {
margin: 1em 0;
}
.cd-signin-modal__fieldset:first-child {
margin-top: 0;
}
.cd-signin-modal__fieldset:last-child {
margin-bottom: 0;
}
.cd-signin-modal__input.cd-signin-modal__input--has-padding {
padding: 5px 20px 5px 50px;
}
.cd-signin-modal__input.cd-signin-modal__input--has-padding--nor {
padding: 5px 20px 5px 20px;
}
.cd-signin-modal__input[type=submit] {
padding: 16px 0;
}
}
.cd-signin-modal__message {
padding: 1.4em 1.4em 0;
font-size: 1.4rem;
line-height: 1.4;
text-align: center;
}
@media only screen and (min-width: 600px) {
.cd-signin-modal__message {
padding: 2em 2em 0;
}
}
.cd-signin-modal__bottom-message {
position: absolute;
width: 100%;
left: 0;
bottom: -5px;
text-align: center;
font-size: 1.4rem;
}
.cd-signin-modal__bottom-message a {
color: #2F889A;
font-weight: bold;
text-align: right;
}
.cd-signin-modal__close {
/* form X button on top right */
display: block;
position: absolute;
width: 40px;
height: 40px;
right: 0;
top: -40px;
background: url("../img/cd-icon-close.svg") no-repeat center center;
color: transparent;
text-indent: 100%;
white-space: nowrap;
overflow: hidden;
}
@media only screen and (min-width: 1170px) {
.cd-signin-modal__close {
display: none;
}
}
.cd-signin-modal__block {
display: none;
}
.cd-signin-modal__block.cd-signin-modal__block--is-selected {
display: block;
padding-top: 6em;
}
/* demo style */
.cd-nugget-info {
text-align: center;
position: absolute;
width: 100%;
height: 50px;
line-height: 50px;
bottom: 0;
left: 0;
}
.cd-nugget-info a {
position: relative;
display: inline-block;
padding: 0 2em;
background-color: #da5067;
border-radius: 50em;
font-size: 14px;
color: #fff;
-webkit-transition: all 0.2s;
-moz-transition: all 0.2s;
transition: all 0.2s;
}
.cd-nugget-info a:hover {
opacity: .8;
}
.cd-nugget-info span {
vertical-align: middle;
display: inline-block;
}
.cd-nugget-info span svg {
display: block;
}
.cd-nugget-info .cd-nugget-info-arrow {
fill: #fff;
}
.cd-intro {
position: relative;
height: 200px;
line-height: 200px;
text-align: center;
}
.cd-intro h1 {
font-size: 2.2rem;
color: rgba(52, 54, 66, 0.5);
}
@media only screen and (min-width: 600px) {
.cd-intro {
height: 300px;
line-height: 300px;
}
}
@media only screen and (min-width: 1170px) {
.cd-intro h1 {
font-size: 3.2rem;
}
}
.js-signin-modal-trigger {
float: left;
}
.cd-signin-modal__switcher.js-signin-modal-switcher.js-signin-modal-trigger {
width: 100%;
}
input[type="checkbox"].cd-signin-modal__input {
float: right;
margin: 0 0 0 10px;
}
.cd-signin-modal__fieldset--nomarg {
margin: 0em;
float: right;
width: 100%;
}
.cd-signin-modal__fieldset--nomarg label {
margin: 0;
line-height: 100%;
width: 80%;
}
.breadcrumbs {
float: right;
}
.breadcrumbs a {
float: right;
color: #0067A0;
font-weight: bold;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0 5px;
padding: 10px 2px;
}
.breadcrumbs span {
float: right;
color: #0067A0;
font-weight: bold;
font-size: 12px;
margin: 0 5px;
padding: 10px 0px;
}
.breadcrumbs p {
float: right;
color: #B6B6B6;
font-size: 12px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
margin: 0 5px;
padding: 10px 2px;
line-height: 17px;
}
.nothingtoshow {
text-align: center;
font-weight: 900;
padding: 50px;
color: #ccc;
}
.page_title {
text-align: right;
padding: 10px;
border-bottom: 1px solid #E4E4E4;
font-weight: 700;
}
.category_nav {
background: #fff;
border-top: 0.1rem solid rgb(238, 238, 238);
box-shadow: rgba(0, 0, 0, 0.12) 0px 0.6rem 2.5rem 0px;
}
.side_box {
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
margin: 10px auto;
padding: 10px;
background-color: rgb(255, 255, 255);
border: 0.1rem solid rgb(238, 238, 238);
border-radius: 5px;
}
.data_box {
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
margin: 10px 10px 10px 0;
background-color: rgb(255, 255, 255);
border: 0.1rem solid rgb(238, 238, 238);
border-radius: 5px;
min-height:350px
}
.data_box.left_margin {
margin: 10px 0 0 10px;
}
.page_title {
text-align: right;
padding: 10px;
border-bottom: 1px solid #E4E4E4;
font-weight: 700;
}
.page_subtitle {
float: left;
direction: rtl;
font-weight: 100;
font-size: 1rem;
margin: 3px;
}
.listing_items {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
margin-right: -1px;
margin-bottom: -1px;
list-style: none;
padding: 0;
direction: rtl;
width:100%
}
.listing_items > li {
-webkit-box-flex: 1;
-ms-flex: 1 0 25%;
flex: 1 0 25%;
max-width: 25%;
min-height: 345px;
}
.listing_items .product_box {
position: relative;
margin-left: -1px;
margin-top: 0px;
margin-bottom: -1px;
border: 1px solid #ebebeb;
border-top-color: rgb(235, 235, 235);
border-top-style: solid;
border-top-width: 1px;
border-top: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
padding: 0px 12px 10px;
}
.listing_items .product_box .product_box__img::after {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
font-weight: 300;
color: transparent;
text-align: center;
content: attr(alt);
background: #fff url(../images/f8c6572e.svg) no-repeat 50%;
background-size: auto;
background-size: 30% 30%;
width: 100%;
height: 100%;
}
.listing_items .product_box .product_box__img img {
max-width: 100%;
max-height: 100%;
-o-object-fit: contain;
object-fit: contain;
z-index: 1;
border-radius:10px
}
.product_box__img {
height: 150px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: center;
-ms-flex-pack: center;
justify-content: center;
padding-top: 10px;
height: 200px;
position: relative;
}
.product_box_title {
display: block;
overflow: hidden;
font-size: 12px;
font-size: .857rem;
line-height: 30px;
text-align: right;
line-height: 22px;
margin-top: 13px;
height: 43px;
font-size: 1.2rem;
font-weight: 900;
color: #424242;
text-align: center;
}
.nosale {
text-align: center;
font-weight: 900;
font-size: 1.5rem;
color: #ccc;
}
.product_box_price span {
font-size: 1.2rem;
font-weight: 300;
}
.product_box_price__overline {
text-align: center;
text-decoration: line-through;
color: #999;
font-size: 1.5rem;
font-weight: 300;
float: left;
margin: 0 10px;
position: absolute;
bottom: 5px;
right: 5px;

}
.inner-page {
background-color: #fff;
-webkit-box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
box-shadow: 0 12px 12px 0 hsla(0,0%,71%,.11);
border: 1px solid #e4e4e4;
display: block;
width: 100%;
margin: 10px auto;
}
.product__gallery {
padding: 10px;
text-align: center;
}
.product__gallery img {
max-height: 100%;
-o-object-fit: contain;
object-fit: contain;
-o-object-position: center;
object-position: center;
width: 100%;
border-radius: 10px;
}
.cons_wrapper {
width: 100%;
padding: 0px;
float: right;
margin: 0px auto -20px;
}
.contactus_foo_text {
min-height: 200px;
border-radius: 15px ;
padding: 15px;
color: #fff;
line-height: 200%;
position:relative;
background: url(../images/blog-posts-ideas.jpg) center center no-repeat;
z-index:1;
background-size: cover;
direction:rtl
}
.contactus_foo_text::before {
content:" ";
background:#213368;
width:100%;
height:100%;
position:absolute;
z-index:-1;
top:0;
right:0;
opacity: .9;
background: -webkit-linear-gradient(0deg,#213368,#212334);
}
.wa__popup_chat_box  .wa__popup_notice{
    font-size: 11px;
    color: #a5abb7;
    font-weight: 500;
    padding: 0 3px;
	text-align: right;
}
.wa__popup_chat_box_ct .wa__popup_ct_content .wa__popup_notice{
    padding-top: 18px;
    padding-bottom: 15px;
}
.external_link {
padding: 0 10px;
width: 100%;
float: right;
}
.external_link a {
background: #FFD766;
width: 100%;
display: block;
padding: 10px;
border-radius: 10px ;
color: #5E4618;
float: right;
text-align: center;
font-weight: 900;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
direction: rtl;
}
.external_link a span {
float: left;
width: 100%;
text-align: center;
opacity: .5;
font-weight: 100;
margin: 10px auto 0;
}
.contactus_foo_bg {
width: 100%;
height: 250px;
border-radius: 15px 0 0 15px ;
background-size: cover;
}
.contactus_foo_text h2 {
color: #fff;
text-align: right;
font-size: 19px;
}
.calling_support__inproduct {
text-align: left;
margin: 10px;
direction: ltr;
}
.calling_support__inproduct #number {
letter-spacing: 3px;
font-size: 15px;
}
.calling_support__inproduct #code {
font-size: 45px;
}
.product__title h1 {
font-weight: 900;
font-size: 2rem;
}
.product__title ul {
float: right;
}
.product__title ul li {
float: right;
margin: 0 0 0 10px;
font-size: 1rem;
direction: rtl;
}
.product__title ul li .value {
font-weight: 900;
}
.product__title {
width: 100%;
float: right;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
}
.product__short_text {
width: 100%;
direction: rtl;
float: right;
font-size: 1.2rem;
line-height: 200%;
}
.waranty_elemets {
width: 100%;
padding: 0 10px 5px;
}
.product__summary {
margin: 10px;
}
ul.specificationpro {
direction: rtl;
float: right;
width: 100%;
}
ul.specificationpro li {
font-size: 1.2rem;
border-bottom: 1px solid #ccc;
padding: 5px 0;
}
.product__summary .product_box_price {
position: relative;
padding: 20px;
}
.product_box_price_wrapper {
width: 100%;
padding: 20px 0;
position: relative;
float: right;
direction: rtl;
display: flex;
}
.order_btn_real {
background: #5EC37D;
position: relative;
z-index: 999;
border-radius: 5px;
text-align: right;
padding: 8px;
width: 100%;
font-size: 1.5rem;
font-weight: bold;
color: #fff;
border: none;
margin: 3% auto;
display:block
}
.order_btn_real a {
color: #fff;
}
.order_btn_real a i {
float: left;
font-size: 3rem;
position: absolute;
left: 5px;
top: 7px;
line-height: 20px;
color: #fff;
}
.cart__hotkey {
background: #00B751;
color: #fff;
padding: 4px 10px 4px 1px;
border-radius: 25px;
float: left;
margin: 0;
font-size: 1.2rem;
font-weight: 900;
animation: pulse 2s infinite;
}
.cart__hotkey i {
background: #fff;
color: #00B751;
border-radius: 50%;
width: 20px;
height: 20px;
display: block;
float: left;
margin: -1px 6px 0px 1px;
line-height: 22px;
font-size: 1.5rem;
text-align: center;
}
.cart__hotkey:hover {
color: #fff;
}
@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
box-shadow: 0 0 0 10px rgba(255, 255, 255, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
}
}
.checkout_list {
width: 100%;
padding: 10px;
}
.checkout_list_item {
border-bottom: 1px solid #e6e6e6;
border-radius: 0;
-webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
position: relative;
overflow: hidden;
display: flex;
direction: rtl;
margin: 0 auto 0px auto;
}
.checkout_list_item .checkout_list_item__img {
float: right;
margin: 10px;
}
.checkout_list_item a.link {
font-weight: 900;
margin: 10px 0;
color: #3e3e3e;
width: 100%;
display: block;
}
.checkout_list_item .rows {
width: 100%;
direction: rtl;
text-align: right;
padding: 5px 20px;
}
.checkout_list_item span {
width: 100%;
float: right;
font-size: 1rem;
line-height: 200%;
color: #9b9b9b;
}
.quantity_control {
float: right;
position: relative;
margin: 10px 0;
}
.quantity_control .input-group {
display: flex;
float: right;
direction: ltr;
border: 1px solid #eee;
border-radius: 10px;
}
.quantity_control .input-group .form-control {
padding: 0;
width: 50px;
border: none;
box-shadow: none;
}
.quantity_control .input-group .input-group-append {
width: 30px;
text-align: center;
}
.quantity_control .input-group .btn {
background: none;
font-size: 2rem;
padding: 5px 0;
}
.checkout_list_item .price_wrapper {
position: absolute;
bottom: 30px;
left: 10px;
font-weight: 900;
}
.checkout_list_item .price_wrapper small {
color: #828282;
font-weight: 100;
}
.side_box .rows {
width: 100%;
padding: 10px 0;
direction: rtl;
}
.side_box .rows .row {
margin: 0;
font-size: 1.1rem;
border-bottom: 1px solid #eee;
padding: 5px 0;
}
.side_box .rows .row .value {
text-align: left;
float: left;
}
.delete_order {
margin: 0 15px 0 0;
color: #e35050;
font-weight: 700;
font-size: 1.2rem;
}
.delete_ordered_product i {
font-size: 1.8rem;
line-height: 0;
margin: 8px 3px;
float: right;
}
.navigation { float: right; }
.navigation nav ul {
padding: 0px;
margin: 0px;
list-style: none;
}
.navigation nav ul li { display: inline-block; }
.navigation nav ul li a {
color: #fff;
font-weight: 600;
display: inline-block;
text-transform: uppercase;
text-decoration: none;
padding: 15px 20px;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
}
.navigation nav ul li a:hover {
background: rgb(234, 214, 54);
color: #441B0A;
}
@media all and (max-width : 768px) {
.smobitrigger, .mnuclose { display: inline-block; }
.smobitrigger {
color: #0068A0;
font-size: 30px;
line-height: 12px;
position: absolute;
z-index: 999;
padding: 0;
top: 90px;
left: 10px;
}
.smobitrigger:hover, .smobitrigger:focus { color: #0068A0; }
.mnuclose {
font-size: 20px;
padding: 10px 20px;
width: 100%;
background: rgba(0, 0, 0, 0.18);
}
.navigation nav ul {
padding-bottom: 40px;
overflow-y: auto;
}
.navigation nav ul li, .navigation nav ul li a { width: 100%; }
.navigation nav ul li a {
padding-top: 5px;
padding-bottom: 5px;
}
.navigation nav ul li a:hover { background: rgba(0, 0, 0, 0.29); }
.mobimenu {
list-style: none;
padding: 0px;
margin: 0px;
width: 240px;
position: fixed;
height: 100%;
top: 0px;
right: -250px;
background-color: #fff !important;
direction:rtl;
box-shadow: 0 0px 7px #414141;
z-index: 9999999 !important;overflow: scroll;
}
.mobimenu li a span i {
display: none;
visibility: hidden;
}
.mnuopn { right: 0px !important; }
.ovrActv {
position: fixed;
background: rgba(0, 0, 0, 0.79);
width: 100%;
height: 100%;
z-index: 9998;
transition: 0.5s;
-webkit-transition: 0.5s;
-moz-transition: 0.5s;
-ms-transition: 0.5s;
-o-transition: 0.5s;
z-index: 9999 !important;
}
}
.mobimenu li a {
color: #000 !important;
border-bottom: 1px solid #ccc;
padding: 10px ;
display: block;
font-size: 1.2rem;
}
.mnu_logo {
position: absolute;
height: 300px;
width: 210px;
background: url(../images/sidmenu_bg.jpg) top center no-repeat;
background-size: 100%;
bottom: 0;
left: 0;
opacity: .2;
}
.mobimenu p {
text-align: center;
width: 100%;
}
.resp_menu { display:none; visibility:hidden }
.sub-menu {
padding: 0;
}
.sub-menu li .indicator {
float: right;
margin: 8px;
}
.owl-theme .owl-nav, .mobimenu.inrwrpr, .smobitrigger  {
visibility: hidden;
display: none;
}
.prod_explain__title.as_title h1 {
margin: 0 0px;
}
.public_page {
margin: 10px 10px 0 0;
min-height: 250px;
}
.prod_explain__title {
text-align: right;
padding: 0 0 15px;
font-weight: 700;
direction: rtl;
}
.prod_explain__title .prod_explain__date.left {
float: left;
}
.prod_explain__text {
padding: 10px;
line-height: 200% !important;
direction:rtl
}
.prod_explain__text * {
font-family: IRANSans, Tahoma, Geneva, sans-serif !important;
font-size: 1.2rem;
}
.public_sidbar {
background-color: #fff;
-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.03);
border: 1px solid #e4e4e4;
margin: 10px 0px 0 0;
border-radius: 15px;
}
.public_sidbar .title {
background: #1F3775;
padding: 10px;
text-align: right;
color: #fff;
font-weight: 900;
border-radius: 15px;
}
.category_list .category-item a {
padding: 10px;
text-align: right;
color: #000;
width: 100%;
display: block;
margin: 0px auto 10px auto;
border-bottom: 1px solid #eee;
}
.c-footer__social--instagram.public_sidbarc {
width: 100%;
margin: 30px 0 10px;direction: rtl;
}
.blog__list {
border-bottom: 1px solid #e6e6e6;
border-radius: 0;
-webkit-box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
box-shadow: 0 8px 13px -7px rgba(0,0,0,.05);
padding: 10px;
display: flex;
direction: rtl;
background: #fff;
border-radius: 5px;
}
.morebtn {
background: #f1f2f4;
float: left;
padding: 2px 5px;
color: #777777;
font-weight: 900;
}
.blog__list .blog__list__imag {
float: right;
margin: 10px;
min-width: 128px;
height: 128px;
background-size: cover !important;
border-radius: 5px;
max-width: 128px;
}
.blog__list .blog__list__imag img {
width: 100%;
}
.blog__list .blog__list__title {
float: right;
text-align: right;
font-weight: 900;
margin: 10px;
color: #0067A0;
font-size: 2rem;
width:100%
}
.blog__list .blog__list__date {
font-weight: 100;
font-size: 1.2rem;
}
.blog__list__text {
direction: rtl;
font-size: 1.2rem;
text-align: justify;
line-height: 200%;
width:100%;
float:right
}.blog__list__text * {
font-family: IRANSans, Tahoma, Geneva, sans-serif !important;
font-size: 1.2rem !important;
direction: rtl;
font-size: 1.2rem;
text-align: justify;
line-height: 200%;
}
.blog__list .blog__list__title a {
color: #0067A0;
}
.product__action {
padding: 10px;
}
.product__action .addtowish button i {
float: left;
font-size: 2rem;
position: absolute;
right: 5px;
top: 7px;
line-height: 20px;
color: #FB3449;
}
.product__action .addtowish button {
background: #F9E1E3;
position: relative;
z-index: 999;
border-radius: 5px;
text-align: right;
padding: 8px 30px;
font-size: 1.2rem;
font-weight: bold;
color: #FB3449;
border: none;
margin: 3% auto;
border-right: 5px solid #FB3449;
float: right;
}
.addtocompare button {
background: #E8E8E8;
position: relative;
z-index: 999;
border-radius: 5px;
text-align: right;
padding: 8px 30px;
font-size: 1.2rem;
font-weight: bold;
color: #7A7A7A;
border: none;
border-right-color: currentcolor;
border-right-style: none;
border-right-width: medium;
border-right-color: currentcolor;
border-right-style: none;
border-right-width: medium;
margin: 3%;
border-right: 5px solid #7A7A7A;
float: left;
}
.product__action .addtocompare button i {
float: left;
font-size: 2rem;
position: absolute;
right: 5px;
top: 7px;
line-height: 20px;
color: #7A7A7A;
}
.nav-tabs {
background: #F5F6F7;
width: 100%;
float: right;
margin: 0;
padding: 0;
display: block;
}
.nav-tabs > li {
float: right;
margin-bottom: -1px;
}
.nav-tabs > li > a {
border-bottom: 4px solid transparent;
display: inline-block;
position: relative;
z-index: 0;
border-radius: 0 0 0 0;
margin: 0 0px 0 5px;
padding: 1.5em 1em;
font-weight: bold;
font-size: 17px;
color: #153E90;
font-weight: 900;
font-size: 1.3rem;
}
.nav-tabs > li.active a {
border-bottom: 4px solid #153E90;
}
.tab__wrapper .specificationpro {
direction: rtl;
margin: 0;
padding: 0;
font-size: 11px;
margin: 0;
}
.tab__wrapper ul.specificationpro li {
list-style: none;
color: #555555;
font-size: 12px;
line-height: 250%;
clear: both;
position: relative;
display: block;
float: right;
width: 100%;
margin: 2px 0;
border: none;
padding: 0;
}
.tab__wrapper ul.specificationpro li span.title {
background: #F0F1F2;
padding: 5px;
width: 30%;
float: right;
}
.tab__wrapper ul.specificationpro li span.value {
background: #F7F9FA;
padding: 5px;
width: 69%;
float: right;
margin: 0 1% 0 0;
}
.tab__wrapper .tab-pane {
direction: rtl;
padding: 10px;
font-size: 1.2rem;
line-height: 200%;
text-align: justify;
}
.content {
direction: rtl;
}
table.basic, table.basic tr th, table.basic tr td {
border-spacing: 0;
}
table.basic {
width: 100%;
margin: 10px auto;
border: 1px solid #E0E4E8;
border-radius: 5px;
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
table.half {
width: 49.5%;
margin: 10px auto;
border: 1px solid #E0E4E8;
border-radius: 5px;
display: inline-table;
box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;
}
table.basic tr th, table.basic tr td {
padding: 10px;
font-size: 1.2rem;
}
table.basic tr th {
background: #F6F8F8;
border-right: 1px solid #E0E4E8;
}
table.basic tr:first-child th:first-child, table.basic tr:first-child td:first-child {
border-radius: 0 5px 0 0;
}
table.basic tr:first-child th:last-child, table.basic tr:first-child td:last-child {
border-radius: 5px 0 0 0;
}
table.basic tr:last-child th:first-child, table.basic tr:last-child td:first-child {
border-radius: 0 0 5px 0;
}
table.basic tr:last-child th:last-child, table.basic tr:last-child td:last-child {
border-radius: 0 0 0 5px;
}
table.basic.total tr:first-child td, table.basic.order tr:first-child td {
border-top: none;
}
table.basic.total tr:first-child td:first-child {
width: 447px;
border-radius: 0 5px 5px 0;
}
table.basic.total tr:first-child td:last-child {
border-radius: 5px 0 0 5px;
}
table.basic.order tr:first-child td:first-child {
width: 485px;
border-radius: 0 5px 0 0;
}
table.basic.order tr:first-child td:last-child {
border-radius: 5px 0 0 0;
}
table.basic.order tr:last-child td:first-child {
border-radius: 0 0 5px 0;
}
table.basic.order tr:last-child td:last-child {
border-radius: 0 0 0 5px;
}
table.basic tr td {
border-top: 1px solid #E0E4E8;
border-right: 1px solid #E0E4E8;
}
table.basic tr th:first-child, table.basic tr td:first-child {
border-right: none;
}
table.basic tr td img {
vertical-align: middle;
max-height: 55px;
}
table.basic tr td .delete {
display: inline-block;
width: 32px;
height: 32px;
background: url(../images/delete_button.png);background-position: 0 0px;
}
table.basic tr td .delete:hover {
background: url(../images/delete_button.png);background-position: 0 32px;
}
.orderlisttitle {
font-weight: 700;
font-size: 17px;
padding: 10px 15px;
position: relative;
}
.orderlisttitle::before {
position: absolute;
right: 0;
top: 15px;
content: " ";
background: #93D77F;
width: 10px;
height: 10px;
border-radius: 5px;
}
.jquery-modal { background-color: #000;background: -moz-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);background: -webkit-gradient(radial,center center,0px,center center,100%,color-stop(0%,rgba(0,0,0,0.4)),color-stop(100%,rgba(0,0,0,0.9)));background: -webkit-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);background: -o-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);background: -ms-radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);background: radial-gradient(center,ellipse cover,rgba(0,0,0,0.4) 0,rgba(0,0,0,0.9) 100%);filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";filter: alpha(opacity=50);-webkit-transition: all 0.3s ease-out;   -moz-transition: all 0.3s ease-out;-ms-transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}.modal {display: none;width: 400px;background: #fff;padding: ;-webkit-border-radius: 4px;-moz-border-radius: 4px;border-radius: 4px;-webkit-box-shadow: 0 0 10px #000;-moz-box-shadow: 0 0 10px #000;-o-box-shadow: 0 0 10px #000;-ms-box-shadow: 0 0 10px #000;box-shadow: 0 0 10px #000;}.modal-title {direction:rtl;color:#333333; }.modal_inner {
padding: 30px 10px 10px;
font-size: 1.2rem;
}
.table {
margin-bottom: 10px;
direction: rtl;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
font-size: 1.2rem;
}
.modal-text {direction:rtl;color:#999;font:normal 11px 'yekan', yekannum, Tahoma, Geneva, sans-serif; margin-bottom:15px;text-align:justify}
.modal a.close-modal {
position: absolute;
display: block;
width: 30px;
left: 0px;
top: 0px;
color: rgb(185, 185, 185);
text-align: center;
}
.modal a.close-modal i { cursor:pointer; font-size: 23px; color:#29BDBE}
form.dialog-form { margin: 2px 0; position:relative; direction: rtl; }
form.dialog-form h1.title, .modal h1.title {
background:#F1F1F1;
text-align:center;
padding: 15px 0px;
font-size: 18px;
direction:rtl;
color: #02BCAF;
font-weight:bold;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;margin: 0;
}
.modal-inner { direction: rtl; padding: 10px !important; font-size: 11px !important; }
.form-group.half {
float: right;
width: 50%;
margin: 0;
}
.form-group.half label {
width: auto;
}
.form-group.half select {
width: 60%;margin: 1px 5px;
}
.form-group select {
direction: rtl;
background-color: #ffffff;
border: 1px solid #cccccc;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
font-size: 1.2rem;
padding: 6px 12px;width: 100%;
}
.form-control {
font-size: 1.2rem;
}
.form-group {
float: right;
width: 100%;
margin-bottom: 0;
}
.modal_inner .btn-success {
width: 100%;
margin: 10px auto;
background: #419641;
border: none;
font-weight: 900;
font-size: 1.5rem;
}
.offcode_input {
border: none;
border-bottom: 1px solid #ccc;
text-align: center;
font-size: 1.2rem;
}
.offsubmit {
background: #87C540;
font-size: 1.2rem;
color: #fff;
padding: 3px 15px;
font-weight: 900;
border-radius: 5px;
}
.offsubmit:hover {
background: #669134;
color: #fff;
}
.prod_explain_title::after {
content: " ";
background: #1F3775;
width: 150px;
height: 3px;
right: 0;
bottom: -2px;
position: absolute;
}
.prod_explain_title {
font-size: 1.6rem;
font-weight: 900;
float: right;
margin: 10px 10px 30px;
border-bottom: 1px solid #1F3775;
width: 100%;
text-align: right;
padding: 0 0 10px;
color: #1F3775;
position: relative;
}
.inner .Footer_sec {
margin: 20px auto 0;
}
.navbar {
min-height: inherit;
}
.c-footer__social--instagram {
width:200px;
height: 45px;
text-align: center;
border-radius: 9px;
background-image: linear-gradient(266deg,#4e60d3,#913baf 35%,#d52d88 68%,#f26d4f);
box-shadow: 0 2px 4px 0 rgba(0,0,0,.11);
color: #fff;
font-weight: 700;
display: inline-block;
font-size: 12px;
font-size: .857rem;
line-height: 45px;
margin: 40px 0;
}
.c-footer__social--instagram a {
text-decoration: none;
color: #fff;
display: block;
font-size: 13px;
}
.c-footer__social--instagram img {
position: relative;
top: 0;
right: -5px;

}
section.guaranty_sec .guaranty h2 {
    position: relative;
	width: 300px;
	float: right;
}


#nta-wa-gdpr{
    vertical-align: text-top !important;
    padding: 0 !important;
    margin: 0 !important;
}

.nta-wa-gdpr{
    font-size: 11px;
    padding: 5px;
    margin-left: -5px;
    margin-right: -5px;
    border-radius: 4px;
}

.nta-wa-gdpr a{
    text-decoration: underline;
    color: inherit;
}

.pointer-disable{
    pointer-events: none;
}

.nta-woo-products-button:before, .nta-woo-products-button:after{
    content: '';
    display: block;
    clear: both;
}

.wa__button{
    border-bottom: none !important;
}

.wa__btn_w_img:hover{
	text-decoration: none;
}

.wa__button,
.wa__btn_popup,
.wa__button *,
.wa__btn_popup *,
.wa__btn_popup :before,
.wa__button :before,
.wa__button :after,
.wa__btn_popup :after,
.wa__popup_chat_box,
.wa__popup_chat_box *,
.wa__popup_chat_box :before,
.wa__popup_chat_box :after{
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/* VVV--button--VVV */
.wa__button{
    position: relative;
    width: 300px;
    min-height: 64px;
    display: block;
    text-decoration: none;
    color: #fff;
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -webkit-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
    -moz-box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.09);
}
.wa__btn_txt{
    display: inline-block;
    font-size: 12px;
    line-height: 1.33em;
}

.wa__btn_w_icon .wa__btn_txt{
    padding: 16px 20px 15px 71px;
}

.wa__button_text_only .wa__btn_txt,
.wa__r_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt,
.wa__sq_button.wa__btn_w_img.wa__button_text_only .wa__btn_txt{
    padding-top: 25px;
    padding-bottom: 24px;
}



.wa__btn_w_icon .wa__btn_txt .wa__btn_title{
    font-weight: 600;
    padding-left: 2px;
    font-size: 14px;
}

.wa__cs_info{
    margin-bottom: 2px
}

.wa__btn_status{
    color: #F5A623;
    font-size: 9px;
    padding: 2px 0 0;
    font-weight: 700;
}

.wa__cs_info .wa__cs_name,
.wa__cs_info .wa__cs_status{
    display: inline-block;
}

.wa__cs_info .wa__cs_name{
    font-weight: 400;
    font-size: 12px;
    line-height: 1.36em;
}

.wa__stt_online .wa__cs_info .wa__cs_name{
    color: #d5f0d9
}

.wa__stt_offline .wa__cs_info .wa__cs_name{
    color: #76787d;
}

.wa__cs_info .wa__cs_status{
    width: 36px;
    height: 14px;
    margin-left: 3px;
    padding: 1px;
    font-size: 9px;
    line-height: 1.34em;
    border-radius: 5px;
    color: rgba(255,255,255,0.98);
    position: relative;
    top: -1px;
    left: 0px;
    text-align: center;
}

.wa__stt_online .wa__cs_info .wa__cs_status{
    background: #62c971;
}

.wa__stt_offline .wa__cs_info .wa__cs_status{
    background: #b9bbbe;
}


.wa__stt_online{
    background: #2DB742;
    cursor: pointer;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    backface-visibility: hidden;
    will-change: transform;
}
.wa__stt_online .wa__btn_txt{
    position: relative;
    z-index: 4;
}
.wa__r_button.wa__stt_online:before{
    border-radius: 50vh;
}
.wa__sq_button.wa__stt_online:before{
    border-radius: 5px;
}
.wa__stt_online:before{
    content: '';
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    background: rgba(0,0,0,0.2);
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    opacity: 0;
    will-change: opacity;
}
.wa__button.wa__stt_online:focus,
.wa__button.wa__stt_online:active,
.wa__button.wa__stt_online:hover{
    box-shadow: 0px 4px 8px 1px rgba(32,32,37,0.19);
    transform: translate(0,-3px);
    -webkit-transform: translate(0,-3px);
    -moz-transform: translate(0,-3px);
    -ms-transform: translate(0,-3px);
}
.wa__button.wa__stt_online:focus:before,
.wa__button.wa__stt_online:active:before,
.wa__button.wa__stt_online:hover:before{
    opacity: 1;
}
.wa__stt_online.wa__btn_w_icon .wa__btn_icon img{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}

.wa__stt_offline{
    background: #EBEDF0;
    color: #595B60;
    box-shadow: none;
    cursor: initial;
}

.wa__stt_offline.wa__btn_w_icon .wa__btn_txt {
    padding: 8px 20px 6px 71px;
}

.wa__stt_offline.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px
}

.wa__stt_offline.wa__sq_button.wa__btn_w_img .wa__btn_txt {
    padding: 8px 20px 8px 70px;
}

.wa__btn_w_icon .wa__btn_icon{
    position: absolute;
    top: 50%;
    left: 16px;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%);
}

.wa__btn_w_icon .wa__btn_icon img{
    width: 41px;
    height: 69px;
}

.wa__btn_w_img{
    position: relative;
    width: 300px;
    margin: 20px 0 20px;
}

.wa__btn_w_img .wa__cs_img{
    position: absolute;
    top: 50%;
    left: 0px;
    text-align: center;
    transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-moz-transform: translate(0,-50%);
}
.wa__btn_w_img .wa__cs_img_wrap{
    width: 79px;
    height: 79px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 3px solid #ffffff;
    position: relative;
    overflow: hidden;
}
.wa__btn_w_img .wa__cs_img img{
    max-width: 100%;
    height: auto;
    transition: 0.2s ease transform;
    -webkit-transition: 0.2s ease transform;
    -moz-transition: 0.2s ease transform;
}
.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('../img/whatsapp_logo_green.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}

.wa__stt_offline.wa__btn_w_img .wa__cs_img:after{
    content: '';
    background: #ffffff url('../img/whatsapp_logo_gray.svg') center center no-repeat;
    background-size: 21px;
    display: block;
    width: 27px;
    height: 27px;
    position: absolute;
    top: 20px;
    right: -14px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
    -moz-box-shadow: 0px 4px 6px 0px rgba(39,38,38,0.3);
}


.wa__btn_w_img .wa__btn_txt{
    padding:14px 20px 12px 103px;
}

.wa__r_button{
    border-radius: 50vh;
}

.wa__sq_button{
    border-radius: 5px;
}

.wa__sq_button.wa__btn_w_img{
    width: 270px;
    margin-left: 30px;
}

.wa__r_button.wa__btn_w_img .wa__cs_img{
    left: -5px;
}

.wa__sq_button.wa__btn_w_img .wa__cs_img{
    left: -35px;
}

.wa__sq_button.wa__btn_w_img .wa__btn_txt{
    padding: 10px 20px 10px 70px;
    display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa__btn_txt .wa__btn_title{
    font-weight: 600;
}

.wa__r_button.wa__btn_w_img .wa__btn_txt{
    padding: 8px 20px 8px 100px;
	display: table-cell;
	vertical-align: middle;
	height: 66px;
}

.wa__r_button.wa__btn_w_img .wa__cs_info .wa__cs_status{
    margin-left: 3px;
}
/* ^^^--button--^^^ */

/* VVV--popup--VVV */

.wa__popup_chat_box{
    width: 351px;
    border-radius: 5px 5px 8px 8px;
    -webkit-border-radius: 5px 5px 8px 8px;
    -moz-border-radius: 5px 5px 8px 8px;
    position: fixed;
    overflow: hidden;
    box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    -moz-box-shadow: 0px 10px 10px 4px rgba(0,0,0,0.04);
    bottom: 150px;
    right: 5px;
    z-index: 998;
    opacity: 0;
    visibility: hidden;
    -ms-transform: translate(0,50px);
    transform: translate(0,50px);
    -webkit-transform: translate(0,50px);
    -moz-transform: translate(0,50px);
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    will-change: transform,visibility,opacity;
    max-width: calc(100% - 12px);
}
.wa__popup_chat_box:hover,
.wa__popup_chat_box:focus,
.wa__popup_chat_box:active{
    box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -webkit-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
    -moz-box-shadow: 0px 10px 10px 4px rgba(32,32,37,0.23);
}
.wa__popup_chat_box.wa__active{
    -ms-transform: translate(0,0);
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    visibility: visible;
    opacity: 1;
}
.wa__popup_chat_box .wa__popup_heading{
    position: relative;
    padding: 15px 74px 17px 14px;
    color: #d9ebc6;
    background: #2db742;
    text-align: right;
}
.wa__popup_chat_box .wa__popup_heading_sm{
    padding: 12px 15px 17px 74px;
}
.wa__popup_chat_box .wa__popup_heading:before{
    content: '';
    background: url('../images/phone-call.png') center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 25px;
    right: 12px;
}
.wa__popup_chat_box .wa__popup_heading_sm:before{
    top: 19px;
    left: 11px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_title{
    padding-top: 2px;
    padding-bottom: 3px;
	color: #ffffff;
	font-size: 13px;
	line-height: 24px;
	font-weight: 900;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro{
    padding-top: 4px;
    font-size: 12px;
    line-height: 20px;
	direction:rtl
}
.wa__popup_chat_box .wa__popup_heading_sm .wa__popup_intro{
    padding-top: 0px;
}

.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a{
    display: inline-block;
    color: #ffffff;
    text-decoration: none;
}
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:hover,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:focus,
.wa__popup_chat_box .wa__popup_heading .wa__popup_intro a:active{
    text-decoration: underline;
}

.wa__popup_chat_box .wa__popup_content{
    background: #ffffff;
    padding: 13px 20px 21px 19px;
    text-align: center;
}
.wa__popup_chat_box .wa__popup_content_left{
    text-align: left;
}
.wa__popup_chat_box .wa__popup_avatar{
    position: absolute;
    overflow: hidden;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
	right: 12px;
	top: 12px;
	width: 51px;
	height: 50px;
}
.wa__cs_img_wrap {
    width: 100%;
    height: 100%;
}

.wa__popup_chat_box .wa__popup_avatar.nta-default-avt{
    border-radius: unset;
    -webkit-border-radius: unset;
    -moz-border-radius: unset;
}

.wa__popup_chat_box .wa__stt{
    padding: 13px 74px 12px 10px;
    position: relative;
    text-decoration: none;
    display: table;
    width: 100%;
    border-right: 2px solid #2db742;
    background: #f5f7f9;
    border-radius: 2px 4px 2px 4px;
    -webkit-border-radius: 2px 4px 2px 4px;
    -moz-border-radius: 2px 4px 2px 4px;
    direction: rtl;
    text-align: right;
}
.wa__popup_chat_box .wa__stt:after{
    content: '';
    background: url('../img/whatsapp_logo_green.svg') 0 0 no-repeat;
    position: absolute;
    right: 14px;
    top: 26px;
    width: 20px;
    height: 20px;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
}
.wa__popup_chat_box .wa__stt.wa__stt_offline:after{
    background-image: url('../img/whatsapp_logo_gray_sm.svg');
}
.wa__popup_chat_box .wa__stt.wa__stt_online{
    transition: 0.2s ease all;
    -webkit-transition: 0.2s ease all;
    -moz-transition: 0.2s ease all;
}
.wa__popup_chat_box .wa__stt.wa__stt_online:hover,
.wa__popup_chat_box .wa__stt.wa__stt_online:active,
.wa__popup_chat_box .wa__stt.wa__stt_online:focus{
    background: #ffffff;
    box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -webkit-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
    -moz-box-shadow: 0px 7px 15px 1px rgba(55,62,70,0.07);
}
.wa__popup_content_list .wa__popup_content_item{
    margin: 14px 0 0;
    transform: translate(0,20px);
    -webkit-transform: translate(0,20px);
    -moz-transform: translate(0,20px);
    will-change: opacity,transform;
    opacity: 0;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item{
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
    -moz-transition-delay: 2.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(1){
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(2){
    transition-delay: 0.5s;
    -webkit-transition-delay: 0.5s;
    -moz-transition-delay: 0.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(3){
    transition-delay: 0.7s;
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(4){
    transition-delay: 0.9s;
    -webkit-transition-delay: 0.9s;
    -moz-transition-delay: 0.9s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(5){
    transition-delay: 1.1s;
    -webkit-transition-delay: 1.1s;
    -moz-transition-delay: 1.1s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(6){
    transition-delay: 1.3s;
    -webkit-transition-delay: 1.3s;
    -moz-transition-delay: 1.3s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(7){
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;
    -moz-transition-delay: 1.5s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(8){
    transition-delay: 1.7s;
    -webkit-transition-delay: 1.7s;
    -moz-transition-delay: 1.7s;
}
.wa__popup_chat_box.wa__pending .wa__popup_content_list .wa__popup_content_item:nth-child(9){
    transition-delay: 1.9s;
    -webkit-transition-delay: 1.9s;
    -moz-transition-delay: 1.9s;
}
.wa__popup_chat_box.wa__lauch .wa__popup_content_list .wa__popup_content_item{
    opacity: 1;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
}
.wa__popup_content_list .wa__popup_content_item .wa__member_name{
    font-size: 13px;
    color: #363c47;
    line-height: 1.188em !important;
	font-weight:400
}
.wa__popup_content_list .wa__popup_content_item .wa__member_duty{
    font-size: 11px;
    color: #989b9f;
    padding: 2px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__member_status{
    color: #2DB742;
    font-size: 10px;
    padding: 5px 0 0;
    line-height: 1.125em !important;
}
.wa__popup_content_list .wa__popup_content_item .wa__popup_txt{
    display: table-cell;
    vertical-align: middle;
    min-height: 48px;
    height: 48px;
}
.wa__popup_content_list .wa__popup_content_item .wa__stt_offline{
    border-left-color: #c0c5ca;
}
.wa__popup_avt_list{
    font-size: 0;
    margin: 7px 0 24px;
}
.wa__popup_avt_list .wa__popup_avt_item{
    display: inline-block;
    position: relative;
    width: 46px;
}
.wa__popup_avt_list .wa__popup_avt_img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #ffffff;
    left: -7px;
}
.wa__popup_call_btn{
    background: #2db742;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    width: 275px;
    max-width: 100%;
    font-size: 16px;
    padding: 14px 10px;
    border-radius: 24px;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    margin: 25px 0 15px;
    box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -webkit-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
    -moz-box-shadow: 0px 8px 17px 2px rgba(13,15,18,0.2);
}
.wa__popup_call_btn.wa__popup_call_btn_lg:before{
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    background: url('../img/whatsapp_logo_green_sm.svg') 0 0 no-repeat;
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    vertical-align: top;
    top: 0px;
    margin-right: -19px;
    left: -31px;
    transition: 0.2s ease background-image;
    -webkit-transition: 0.2s ease background-image;
    -moz-transition: 0.2s ease background-image;
}
.wa__popup_call_btn.wa__popup_call_btn_lg:hover:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:focus:before,
.wa__popup_call_btn.wa__popup_call_btn_lg:active:before{
    background-image: url('../img/whatsapp_logo.svg')
}

.wa__popup_chat_box_gray{
    border-radius: 2px 2px 8px 8px;
}

.wa__popup_chat_box_gray .wa__popup_heading_gray{
    background: #f8f8f8;
    border-top: 3px solid #2db742;
    color: #868c9a;
    font-weight: 500;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_title{
    color: #595b60;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray:before{
    content: ''; 
    background: url(../img/whatsapp_logo_green.svg) center top no-repeat;
    background-size: 33px;
    display: block;
    width: 55px;
    height: 33px;
    position: absolute;
    top: 20px;
    left: 12px;
}
.wa__popup_chat_box_gray .wa__popup_heading_gray .wa__popup_intro a{
    color: #595b60;
}

.wa__popup_chat_box_ct{
    width: 384px;
    text-align: center;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct{
    text-align: center;
    padding: 18px 0 18px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct:before {
    content: '';
    background: url(../img/whatsapp_logo.svg) center top no-repeat;
    background-size: 30px;
    display: block;
    width: 30px;
    height: 31px;
    position: absolute;
    top: 15px;
    left: 72px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_title{
    padding-left: 22px;
    padding-bottom: 14px;
}

.wa__popup_chat_box_ct .wa__popup_heading_ct .wa__popup_intro{
    margin-top: -5px;
    line-height: 12px;
}

.wa__popup_chat_box_ct .wa__popup_ct_avt_list:after{
    content: '';
    clear: both;
    display: block;
}

.wa__popup_chat_box_ct .wa__popup_ct_content{
    background: #ffffff;
    padding: 0 0 14px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item{
    width: 33%;
    float: left;
    font-size: 10px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item a{
    text-decoration: none;
    color: #989b9f;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__popup_ct_txt{
    padding-top: 8px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_name{
    color: #363c47;
    font-size: 13px;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_duty{
    color: #989b9f;
    padding: 3px 0 0;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_online{
    color: #2db742;
    font-size: 9px;
    line-height: 12px;
    display: inline-block;
    padding: 3px 0 0 16px;
    background: url('../images/phone-call.png') 0 3px no-repeat;
    background-size: 12px auto;
    -webkit-background-size: 12px auto;
    -moz-background-size: 12px auto;
}

.wa__popup_chat_box_ct .wa__popup_ct_content_item .wa__member_stt_offline{
    color: #f5a623;
    font-size: 9px;
    line-height: 12px;
    padding: 2px 0 0;
}


.wa__popup_chat_box_ct .wa__popup_ct_avatar img{
    border-radius: 50%
}

.wa__popup_chat_box_ct .wa__popup_ct_call_btn{
    width: 97px;
    font-size: 11px;
    padding: 9px 10px 11px;
    margin: 15px 0 15px;
}

/* ^^^--popup--^^^ */

/* VVV--popup button--VVV */
.wa__btn_popup{
    position: fixed;
    right: 10px;
    bottom: 85px;
    cursor: pointer;
    z-index: 999;
}
.wa__btn_popup .wa__btn_popup_icon{
    width: 56px;
    height: 56px;
    background: #2db742;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -webkit-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
    -moz-box-shadow: 0px 6px 8px 2px rgba(0,0,0,0.14);
}
.wa__btn_popup .wa__btn_popup_icon:before{
    content: '';
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../images/phone-call.png') center center no-repeat;
    background-size: 30px auto;
    -webkit-background-size: 30px auto;
    -moz-background-size: 30px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
}
.wa__btn_popup .wa__btn_popup_icon:after{
    content: '';
    opacity: 0;
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: transparent url('../images/exit_close_hover.png') center center no-repeat;
    background-size: 14px auto;
    -webkit-background-size: 14px auto;
    -moz-background-size: 14px auto;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
    -ms-transform: scale(0) rotate(-360deg);
    transform: scale(0) rotate(-360deg);
    -webkit-transform: scale(0) rotate(-360deg);
    -moz-transform: scale(0) rotate(-360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:before{
    opacity: 0;
    -ms-transform: scale(0) rotate(360deg);
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -moz-transform: scale(0) rotate(360deg);
}
.wa__btn_popup.wa__active .wa__btn_popup_icon:after{
    opacity: 1;
    -ms-transform: scale(1) rotate(0deg);
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -moz-transform: scale(1) rotate(0deg);
}
.wa__btn_popup .wa__btn_popup_txt{
    position: absolute;
    width: 156px;
    right: 100%;
    background-color: #f5f7f9;
    font-size: 12px;
    color: #43474e;
    /*top: 15px;*/
    top: 7px;
    /* top: 50%;
    transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -webkit-transform: translate(0,-50%); */
    padding: 7px;
    margin-right: 7px;
    letter-spacing: -0.03em;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    transition: 0.4s ease all;
    -webkit-transition: 0.4s ease all;
    -moz-transition: 0.4s ease all;
	text-align:right
}
.wa__btn_popup.wa__active .wa__btn_popup_txt{
    -ms-transform: translate(0,15px);
    transform: translate(0,15px);
    -webkit-transform: translate(0,15px);
    -moz-transform: translate(0,15px);
    opacity: 0;
    visibility: hidden;
}
/* ^^^--popup button--^^^ */




.topbar {
    font-size: 13px;
    font-weight: 700;
    color: #FFF;
    padding: 10px 0;
    background-image: linear-gradient(180deg,#FFCD3D 0%,#FFA910 100%);
    direction: rtl;
    text-align: right;
}
button.close{padding:0;cursor:pointer;background:rgba(0,0,0,0);border:0;-webkit-appearance:none}
.close{float:left;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #FFF;opacity:.2;filter:alpha(opacity=20)}
.inner .product_box_price__overline { position:relative }