/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */

/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */
#footer {
    background-image: linear-gradient(180deg, #FFFFFF 0%, #b8b8b8 100%) !important;
}

ul#avia-menu span, h1.product_title.entry-title, h2.woocommerce-loop-product__title, h3.av-special-heading-tag, .seo-title h1,
ul.sp-contact-info a, input#dgwt-wcas-search-input-1, .seo-title h1, .columnone h3, .products li.product-category h2{
    font-family: 'yekan' !important;
}
.internal-title h1 , .sidebar h3.widgettitle , .pazel figcaption h3{
	font-family: 'yekan' !important;
}
.responsive.html_mobile_menu_tablet.html_cart_at_menu #top .main_menu .menu > li:last-child {
    margin-left: -13px;
}
/* #top #header .av-main-nav > li > a {
    padding-left: 14px;
    padding-right: 0;
}
.menu-item-home a:first-child {
    display: none;
} */
.sub-menu span.mega_menu_title {
    display: none !important;
}
nav:not(.sub_menu) .menu > li:first-child {
    display: flex;
    flex-direction: row-reverse;
}
ul#avia-menu  li:first-child  a.av-icon-char {
    font-size: 22px !important;
    line-height: 48px !important;
    padding-left: 0px;
    padding-right: 0px !important;
    display: inline-block;
}
div#header_main_alternate {
    box-shadow: 0px 5px 5px #e9e9e9;
}
#slider-row .ls-slide-backgrounds {
    border-radius:  13px !important; 
} 
div#top-banner {
    margin-bottom: 10px;
}
.header_color .sub_menu>ul>li>a {
    margin-left: 7px;
    margin-right: 7px;
    color: #535353;
    font-size: 13px;
    font-family: 'yekan' !important;
    font-weight: 500;
}
.design-title2 h3 {
    margin-right: 15px !important;
}
.seo-title h1.av-special-heading-tag {
    font-size: 1.4em;
}
.main_color .special-heading-inner-border {
    border-color: #c5c5c4;
}
 .yekan  h3 {
    font-family: 'yekan' !important;
    font-size: 1.5em !important;
}

/*************** استایل هدر ***********************/

#top #header .avia_mega_div > .sub-menu {
    padding: 5px 10px 0px;
}
#top #header .avia_mega_div > .sub-menu.avia_mega_hr {
    padding-top: 13px;
} 
#top #header .avia_mega_div > .sub-menu > li {
    width: 16.6% !important;
    padding-right: 5px;
}
.menu li.menu-item a span.avia-menu-text {
    font-weight: 400 !important;
}
div#header_meta {
    background-color: #f3f3f3;
}
div#header_meta  p#top-box {
    margin-top: 0;
    margin-bottom: 0;
}
.red {
    color: #e21313;
    font-weight: 500;
}
form.dgwt-wcas-search-form {
    position: absolute;
    width: 480px;
    left: 154%;
    margin-top: 25px !important;
}
 svg.dgwt-wcas-ico-magnifier {
    left: -86% !important;
    bottom: 21px;
}  
form.dgwt-wcas-search-form input#dgwt-wcas-search-input-1 {
    border-radius: 7px !important;
    font-size: 11px;
    background: #F0F0F1 !important;
    padding: 15px !important;
    height: 45px;
}
form.dgwt-wcas-search-form svg path {
    font-weight: bold;
}
svg.dgwt-wcas-ico-magnifier {
    z-index: 1;
}
.dgwt-wcas-preloader {
    z-index: 0;
    border-radius: 5px;
    height: 57%;
    top: 3px;
}
li#menu-item-search {
    display: none;
}
.dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    max-height: 17px !important;
    opacity: 1 !important;
	right: 5px !important;
}

#header #menu-item-shop .widget_shopping_cart_content {
    position: relative;
    left: 220px;
    top: -28px;
}
#header #menu-item-shop .avia-arrow {
    top: -33px;
}
p.woocommerce-mini-cart__buttons.buttons {
    background: lightgrey !important;
}
p.woocommerce-mini-cart__buttons a:hover {
    background-color: #ffe900 !important;
    border-radius: 5px;
}
.cart_dropdown_first .cart_dropdown_link {
    font-size: 24px !important;
}
#top #header .mega_menu_title a , span.mega_menu_title, #header .mega_menu_title {
    font-size: 12px !important;
    font-weight: normal !important;
}
ul.menu-item-shop a.cart_dropdown_link [data-av_iconfont='entypo-fontello']:before{
	font-family: 'onlinewebfonts' !important;
	content: '\e031' !important;
}
a.cart_dropdown_link  span:first-child:before {
    font-family: 'onlinewebfonts' !important;
    content: '\e031' !important;
}
ul.top-contact-info {
    margin-bottom: 0;
 }
ul.top-contact-info li span {
    display: inline-block !important;
}
ul.top-contact-info li {
    padding: 5px 10px;
    border-radius: 5px;
    display: inline !important;
    transition: .3s linear;
    border: 1px solid #dbdada;
}
ul.top-contact-info li:first-child:hover {
    background-image: linear-gradient(360deg, #ebebeb , #fffdfd);
}
ul.top-contact-info li:nth-child(2) {
    border-color: transparent;
    color: gray;
}
.html_visible_cart .cart_dropdown {
    left: 50px;
    margin-top: -46px;
}
ul.top-contact-info li:hover a{
	text-decoration: none !important;
}
ul.top-contact-info li:hover span{
	text-decoration: none !important;
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

ul.top-contact-info li:hover span.av_font_icon span {
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}
ul#menu-item-shop {
    top: 79px !important;
    right: 22% !important;
    position: relative !important;
}
span.av-cart-counter {
    background-color: #e21313!important;
}
.products li.product-category h2 {
    font-size: 12px;
    line-height: 30px;
    padding: 6px;
    text-align: center;
    background: #202020;
    color: #fff;
    font-weight: 500 !important;
}
.banner-gallery {
    padding-top: 5px !important;
	padding-right: 3px !important;
}
.banner-gallery figure {
    margin-bottom: 0;
    box-shadow: 0 0 5px #cecece;
    border-radius: 10px;
}
.banner-gallery figcaption h3.av-masonry-entry-title {
    color: #000 !important;
    position: absolute;
    text-shadow: 0px 2px 4px #fff;
    top: 25px !important;
    font-size: 1.6em !important;
    padding: 7px 5px 7px;
    font-weight: bold !important;
    border-radius: 5px;
    font-family: yekan !important;
}
.banner-gallery figcaption .av-masonry-entry-content:hover {
    background: #6464648a;
}

.banner-gallery figcaption .av-masonry-entry-content {
    border-radius: 27px;
    background: #ffad018a;
    padding: 2px 19px;
    top: 60px;
    width: 150px !important;
    font-weight: bold;
    color: #00164c !important;
    font-size: 13px !important;
    transition: background-color 0.8s ease;
}
.banner-gallery2 figcaption h3.av-masonry-entry-title, .banner-gallery2 figcaption .av-masonry-entry-content {
    text-align: right;
    margin-top: -24px;
    position: relative;
    width: 170px;
}

div#top-left-banner img {
    border-radius: 10px;
}


/***************استایل صفحه محصول ****************/
.summary.entry-summary {
    border: 1px solid #eaeaea;
	background-color: #f8f8f8;
    padding: 20px;
}
.summary p.price {
    display: inline-block !important;
}
.summary .price span {
    font-size: 13px !important;
    color: #242424;
}
.summary .price > span:first-child {
    margin-left: 5px;
}
.summary .price > span:nth-child(2) {
    margin-right: 5px;
}
body#top:not(.home) span.price span {
    font-size: .9em !important;
    line-height: 3em !important;
}
.summary.entry-summary h1 {
    border-bottom: 1px solid #e4e4e4;
    position: relative;
}
div#tab-description {
    background: #fff;
}
ul.tabs.wc-tabs li.active {
    background: #fff !important;
}
.summary.entry-summary h1:before {
    content: '::';
    padding-left: 8px;
    color: #152d6a!important;
}
.single-product-main-image.alpha figure a , .summary.entry-summary  {
    border-radius: 8px;
}
div#tab-reviews {
    border-radius: 8px 0 8px 8px;
}
h1.product_title.entry-title {
    font-size: 1.2em;
    line-height: 2em;
    padding-bottom: 5px;
}
span.button-mini-delimiter {
    display: none;
}
#top .avia_cart_buttons .button {
   background: #00164c;
	color: whitesmoke !important;
    width: 140px !important;
    margin: 0 auto !important;
    float: none;
    padding: 10px;
    border-radius: 5px;
}
#top .inner_product_header {
    padding: 10px 15px 0px !important;
    min-height: 81px !important;
}
p.stock {
    color: green !important;
}
span.sku_wrapper {
    display: block !important;
}
.product .single-product-main-image.alpha {
	width: 33%;
    float: right;
    margin-right: 0;
    margin-left: 20px;
	padding-bottom: 0px !important;
}
.single-product-summary {
    overflow: inherit !important;
}
.template-shop div.product div.summary {
    width: 65%;
    float: left;
}
.woocommerce-tabs.wc-tabs-wrapper {
    margin-bottom: 60px !important;
    padding-top: 30px !important;
}
aside.sidebar.sidebar_sidebar_right.alpha.units {
    display: none !important;
}
.product_meta span.yith-wcbr-brands-logo {
    width: 25%;
}
section.related.products h2 {
    font-family: 'yekan' !important;
    font-size: 1.2em !important;
}

/*************** استایل اسلایدر محصولات ****************/
.woocommerce .ywcps-wrapper .owl-item li.product {
    padding-left: 0px !important; 
    padding-right: 0px !important; 
    width: 100% !important; 
}
.ywcps-wrapper h2.woocommerce-loop-product__title {
    font-size: 14px !important;
    line-height: 1.7em;
    color: #535353;
    padding-top: 0;
    margin-bottom: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
span.onsale {
	display: none;
}
.ywcps-wrapper span.price span {
    font-size: 11px !important;
    line-height: 30px !important;
}
.ywcps-wrapper span.price {
	text-align: center !important;
}
.ywcps-wrapper .inner_product_header_cell {
    text-align: center;
}
.ywcps-wrapper .avia_cart_buttons {
    background: white !important;
    border: none !important;
	opacity: 1;
}
.ywcps-wrapper .avia_cart_buttons a span {
    display: none !important;
}
.ywcps-wrapper ul.ywcps-products {
    padding-bottom: 0 !important;
    margin-bottom: 0;
}
li.product:hover.inner_product {
    border-radius: 10px !important;
    box-shadow: 0 0 5px #d2d0d0;
    padding: 10px;
    background-color: #f7f7f7;
}
.inner_product {
    border: none !important;
    background: transparent;
}
.inner_product_header {
    background-color: #fff !important;
}
.avia_cart_buttons {
    padding: 10px 2px !important;
    background-color: #fff !important;
    border-color: transparent !important;
}
#top .ywcps-wrapper .inner_product_header {
    padding: 10px 3px !important;
    border-color: transparent;
}
.ywcps-wrapper .avia-arrow {
    display: none;
}
.ywcps-wrapper .inner_product_header_cell .price strong {
    font-size: 12px;
    line-height: 30px;
}
.woocommerce.ywcps-product-slider h3 {
    display: none;
}
.inner_product_header_cell strong {
    font-size: .9em !important;
    color: #e24c1f;
	line-height: 2.6em;
}
.ywcps-wrapper ins {
    color: #000!important;
}
.ywcps-wrapper a.button.product_type_simple {
    width: 100% !important;
}
.ywcps-wrapper span.button-mini-delimiter {
    display: none;
}
span.price del bdi {
    color: #747474;
}
/***********************************/
[class^="fa-"], [class*=" fa-"], [class^="fa-"]:before, [class*=" fa-"]:before {
    font-family: 'FontAwesome';
    font-style: inherit;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    text-rendering: auto;
    speak: none;
    font-weight: normal;
    vertical-align: middle;
}
.banner-gallery figure:hover:after {
	display: none;
}

.banner .av-masonry-image-container img {
    width: 100% !important;
    height: 100% !important;
}
.banner a figure  {
    border-radius: 10px; 
	margin-bottom: 0;
	overflow:hidden;
	position:relative 
}
.banner a figure:before  {
	content: '';
	display: block;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;  
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%);
    transform: skewX(-25deg);
}
.banner a figure:hover:before {
    -webkit-animation: shine 1.2s;
    animation: shine 1.2s;
}
@keyframes shine{
	100%{left:125%}
}
@-webkit-keyframes shine{
	100%{left:125%}
}
.banner img {
    margin: 0 !important;
} 
div#shegeft-row #sale {
    width: 248px;
    margin-top: 15px;
}
#shegeft-row ul.ywcps-products {
	padding-top: 0;
    padding-bottom: 0;
}
#shegeft-row h3.av-special-heading-tag {
    font-family: 'dastnevis' !important;
    font-weight: bold !important;
    font-size: 2em;
}
.avia_cart_buttons {
    opacity: .8;
}
a.button.show_details_button, span.image-overlay-inside, .weblog .slide-meta {
    display: none !important;
} 
.weblog {
    margin-top: 2%;
}
.weblog article.post-entry {
    display: inline-flex;
    background: #ffffff;
    margin-bottom: 20px;
    width: 48.5%;
    flex-direction: row !important;
    clear: none;
    border-radius: 5px;
    box-shadow: 0 0 2px #c1c1c1;
}
.weblog article.post-entry:nth-child(even) {
    margin-left: 3%;
}
.weblog .entry-content p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px !important;
    line-height: 2em;
    margin-top: 0;
}
.weblog .entry-content-wrapper {
    padding-left: 10px !important;
	padding-top: 10px !important;
}
.weblog .post_delimiter , .weblog span.post-meta-infos{
    display: none;
}
.weblog header h2.post-title.entry-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px !important;
    text-align: right !important;
    padding: 0 !important;
    line-height: 3em;
}
.weblog .big-preview, .weblog .big-preview a {
    padding: 0 !important;
    width: 179px;
}
.weblog .read-more-link {
    font-size: 12px;
}
.weblog .read-more-link a {
    color: gray;
}
.weblog header.entry-content-header h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.weblog .single-big img {
    width: 100% !important;
}
.post-entry .big-preview {
    width: 55%;
    margin: 0 auto;
}
#weblog figcaption {
    background-image: linear-gradient(2deg, #d5d5d5, transparent);
    text-align: center;
    padding: 12px;
}
#weblog h3 {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    font-family: 'asreasia-san' !important;
    font-size: 1em !important;
    line-height: 1.8em;
}
#weblog span.av-masonry-date {
	display: none;
}
.slide-entry-excerpt.entry-content {
    font-size: 12px;
}
.service-icon h4.av_iconlist_title {
    font-size: 1em;
    line-height: 2em;
}
.service-icon .iconlist_icon {
    margin-left: 10px;
}
.service-icon .iconlist_icon {
    margin-left: 10px;
    transform: scale(.7) !important;
}
.box {
    background: #fff;
    padding: 2% !important;
    border-radius: 10px !important;
    box-shadow: 0 0 5px #d1d1d1;
}
.design-title1 {
    border-bottom: 1px solid #DFDFDF !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px;
}
.design-title1 h3 {
    color: #535353 !important;
    display: inline-block;
    font-size: 1.3em !important;
        border-bottom: 1px solid #ffad01;
    padding-bottom: 5px !important;
    line-height: 1.6em;
    padding-right: 30px !important;
}
.design-title1 h3:before {
    content: '\f291';
    font-family: 'fontawesome5free-solid';
    position: absolute;
    right: 0;
    color: #ababab;
    font-size: 1.2em;
}
.design-title2 h3:after {
    content: '';
    width: 50px;
    height: 3px;
    background-color: #ffad01;
    position: absolute;
    border-radius: 10px;
    margin-right: 15px;
    top: 11px;
}
.design-title1 h3 , .design-title2 h3 {
    font-size: 1.3em;
	position: relative;
}
.rtl.rtl_columns .weblog div .av_one_fourth {
    margin-right: 3%;
}
.weblog .av_one_fourth:nth-child(1) {
    margin-right: 0 !important;
}
.weblog div .av_one_fourth {
    width: 22.7%;
}
.internal-title h1 {
    padding: 0 10px 5px !important;
   border-bottom: 2px inset #00164c;
    display: inline-block;
    font-size: 1.3em;
}
.contact-icon h4.av_iconlist_title {
    font-size: 1em;
}
.contact-icon .iconlist_icon {
    transform: scale(.8) !important;
}
.contact-icon .avia-icon-list li {
    padding: 0 0 15px 0;
}
.internal-title .special-heading-border {
    height: 1.8em;
}
.pazel span.av-masonry-date {
    display: none;
}
.pazel figcaption {
	text-align: center;
	transition: .5s ease;
}
.pazel figure {
    box-shadow: 0 0 4px #dddddd !important;
	margin-right: 1px;
    margin-top: 1px !important;
}
.pazel figure:hover figcaption {
    background: #e7e7e7 !important;
}
span.post-meta-infos time.date-container {
    display: none;
}
.comment_container h3.miniheading {
    font-size: 1em;
}
div#axabout img {
    left: 30px;
}
body#top:not(.home) .inner_product_header {
    text-align: center;
}
body#top:not(.home) h2.woocommerce-loop-product__title {
    margin-bottom: 10px !important;
}
body#top:not(.home) .inner_product_header {
    min-height: 77px !important;
}
.price {
	color: #000 !important;
}
article.iconbox {
    text-align: right !important;
}
.iconbox_icon {
    font-size: 35px !important;
}

/* -------- استایل برگه فروشگاه ---------*/
section#woocommerce_product_categories-2 , section#woocommerce_price_filter-2, section#woocommerce_products-2 {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 5px #d2d0d0;
	margin-bottom: 10px;
	margin-right: 2px;
}
section#woocommerce_products-2 span.product-title {
    font-size: 12px !important;
    font-weight: 500;
}
section#woocommerce_products-2 del, section#woocommerce_products-2 bdi {
    font-size: 11px !important;
}
section#woocommerce_price_filter-2 {
	margin-top: 10px;
}
.content .entry-content-wrapper {
    padding-right: 0px; 
}
.sidebar .inner_sidebar {
    margin-left: 30px;
}
body#top:not(.home) h2.woocommerce-loop-product__title {
    line-height: 24px !important;
}
body#top:not(.home) .inner_product_header {
    height: 110px !important;
}
/* -------- End ---------*/

.avia_transform a:hover .image-overlay {
    opacity: 0 !important;
}
.post-entry h1.post-title {
    font-family: 'yekan' !important;
    font-size: 1.2em !important;
    line-height: 1em;
    display: inline-block;
    background-color: #f4f4f4 !important;
    border-bottom: 2px solid #ffffff;
    margin-bottom: 20px !important;
}
.page-thumb , .post-entry span.post-meta-infos{
    display: none;
}
#footer {
    background-size: contain;
    top: 20px;
    margin-bottom: 20px; 
}
div#footer:before {
    content: '';
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    top: -20px;
    background-color: #d7d7d778;
    visibility: visible;
}
#footer .first {
    width: 100%;
    display: inline-flex;
    justify-content: space-evenly;
    top: -62px;
    background-image: linear-gradient(180deg, #e7e7e7, #f5f5f5, #fff, #fff);
    border-radius: 5px;
    box-shadow: 0 3px 5px #6c6c6c;
}
#footer .first dt.gallery-icon {
    margin-left: 15px;
}
#footer .first dt.gallery-icon img {
    width: 43px;
    filter: hue-rotate(196deg);
}
#footer .first  .gallery-caption {
    display: block;
    color: #2e2e2e;
    font-weight: bold;
    font-style: normal;
    font-family: 'dastnevis';
    font-size: 14px;
    margin-top: 10px !important;
    text-align: right;
}
#footer .first img {
    border: none;
}
#footer .first .gallery .gallery-item {
    width: 240px;
    height: auto;
}
div#footer .flex_column:not(.first) {
    margin-top: -62px;
    width: 29.3%;
}
#footer .flex_column:nth-child(2) {
    margin-right: 0;
}

#footer h3.widgettitle {
    font-size: 11px;
    border-bottom: 1px solid rgb(204, 204, 204) !important;
    padding-bottom: 10px;
    box-shadow: 0px 1px 0px #fff;
}
#footer section#text-3 p {
    margin-right: 2px;
}
footer#socket .container {
    padding-top: 5px;
    padding-bottom: 5px;
}
#footer ul.product_list_widget img {
    border-radius: 5px;
    padding: 0;
}
#footer section#text-4 img {
    width: 23px !important;
}
#footer section#text-4 p {
    line-height: 26px;
}
#footer p#footer-socials img {
    margin-left: 10px;
}
.template-blog article  header.entry-content-header {
    text-align: center;
}
article h1.post-title.entry-title , ul.av-share-box-list li{
    background: #fff;
}
li.product-category a {
    border-radius: 10px !important;
}
#top .products .product-category {
    border-radius: 10px !important;
}
input {
    font-size: 12px !important;
}

@media only screen and (min-width: 990px) and (max-width: 1200px) {
	
	form.dgwt-wcas-search-form {
  	  width: 150%;
  	  left: 140%;
}
}
	


@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
.mobile {
    display: none;
}
	div#article-row {
    margin-bottom: -28px !important;
}
	
	.baner1 {
    margin-top: -10px;
    margin-bottom: -45px;
}
	.daste {
    margin-top: -13px;
    margin-bottom: -22px;
}
	.pfrosh {
    margin-top: -10px !important;
}

	
}



@media only screen and (min-width: 768px) and (max-width: 989px) {
  /* Add your Desktop Styles here */
  
.hide-in-tablet {
	display: none !important;
}    
/* --------- استایل هدر ------------ */

.container.av-logo-container {
    height: 130px !important;
}
.avia-menu.av-main-nav-wrap {
    float: left;	
}
.logoLeftText.textLogo {
    left: 133px;
    position: relative;
}
.main_menu li#menu-item-search {
    display: none !important;
}
nav.main_menu:after, nav.main_menu:before {
	display: none;
}
ul#menu-item-shop {
    top: -6px !important;
    right: 33% !important;
}
form.dgwt-wcas-search-form {
    position: absolute;
    width: 156%;
    left: -135px;
    margin-top: 80px !important;
}
.html_visible_cart .cart_dropdown {
    left: 122px !important;
    top: 34% !important;
}
nav.main_menu {
    width: 7%;
    right: 93% !important;
}
.responsive .logo img {
    top: 32px;
}
ul.menu > li:first-child {
    background: transparent; 
    width: inherit; 
	padding-left: 0;
}
ul.top-contact-info li:first-child span.av_font_icon span {
    font-size: 1.5em !important;
}
.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    right: 0px;
}
/* ------- End -------- */

.weblog article.post-entry {
    width: 100%;
}
.weblog article.post-entry:nth-child(even) {
    margin-left: 0%;
}
.sidebar .inner_sidebar {
    margin-left: 10px;
}
section#woocommerce_price_filter-2 {
    margin-top: 0px; 
}
section#woocommerce_product_categories-2, section#woocommerce_price_filter-2, section#woocommerce_products-2 {
    padding: 5px;
}
body:not(.home) ul.products li.product {
    width: 49%;
}
.inner_sidebar h3.widgettitle {
    font-size: 11px;
    padding-top: 10px;
}
.banner-gallery figcaption h3.av-masonry-entry-title {
    font-size: 16px !important;
    padding: 4px 4px 5px;
}
.banner-gallery figcaption .av-masonry-entry-content {
	top: 54px;
   /* width: 30%; */
}

#top .iconbox_right_content .iconbox_icon {
    margin-right: 0px;
}
div#top-left-banner .avia-image-container {
    margin-right: 9px !important;
}
#banner-gallery-col {
	margin-top: 3% !important;
}
.product .single-product-main-image.alpha {
    margin-left: 10px !important;	
}
.woocommerce-tabs.wc-tabs-wrapper {
    padding-top: 10px !important;
}
h1.product_title.entry-title {
    font-size: 1em;
    line-height: 1.5em;
}
div#right-image img {
    transform: scale(1.7) !important;
    margin-bottom: 57px;
}
#intro-text {
	padding-top: 20px;
	padding-bottom: 20px;
}
div#article-row {
    padding-top: 2%;
}
.weblog header.entry-content-header h3 {
    font-size: 11px !important;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.weblog .slide-content {
    width: 100%;
}
.weblog .slide-entry-excerpt {
    font-size: 11px !important;
}
.weblog article.slide-entry:hover .slide-content {
    bottom: -36px !important;
}
#top .ywcps-wrapper .inner_product_header {
    border: none !important;
}
div#discount-col {
    padding: 0% 2% 2% 2% !important;
    border-radius: 10px;
}
.banner-row {
    margin-top: -1%;
    margin-bottom: -2%;
}
.design-title1 h3:after {
    margin-right: 8px;
}
#footer #text-2 p {
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}
#footer h3.widgettitle {
    font-size: 1.3em;
}
#footer .first .widget {
    margin: 15px 0;
}
#footer .first .gallery .gallery-item {
    width: 146px;
    height: auto;
    display: grid;
    justify-content: space-around;
}
#footer .first  .gallery-caption {
    margin-top: 0px !important;
    text-align: center;
	font-size: 13px;
}
#about2 {
    top: 49%;
    right: -10%;
}
.full-width {
	width: 100% !important;
	display: block;
	text-align: center !important;
}
.ywcps-wrapper .inner_product_header {
    height: 106px;
}

}

/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
  
/* --------- استایل هدر ------------ */
	
#header a.cart_dropdown_link span {
    color: #000;
}
.responsive #top .cart_dropdown {
    top: 7% !important;
    left: 70px;
    z-index: 999 !important;
    margin-top: 0px;
}
ul#av-burger-menu-ul li span {
    font-size: 12px !important;
    font-family: 'asreasia-san' !important;
}
ul#av-burger-menu-ul li:first-child a.av-icon-char {
	display: none !important;
}
.avia-menu.av-main-nav-wrap {
    float: left;
    left: -26px;
}
.logoLeftText.textLogo, .logoRightText.textLogo {
    display: block;
}
span.av-cart-counter {
    margin: -23px 0px 0 2px !important;
}
nav.main_menu:after, nav.main_menu:before {
	display: none;
}
ul#menu-item-shop {
    top: -13px !important;
    right: 76% !important;
    z-index: 1000 !important;
    position: absolute !important;
}
a.cart_dropdown_link {
    padding-left: 0 !important;
}
.dropdown_widget.dropdown_widget_cart {
    top: 57px !important;
}
svg.dgwt-wcas-ico-magnifier {
    left: -73% !important;
}
ul.top-contact-info {
    position: relative !important;
    left: 44%;
    right: unset !important;
    transform: scale(.9);
    top: -14px;
    margin-right: 0;
    display: inline-block;
}
ul.top-contact-info li:nth-child(2) {
    display: none !important;
}
ul.top-contact-info li:first-child span.av_font_icon span {
    font-size: 1.5em !important;
}
.dgwt-wcas-preloader {
    width: 30px;
}
form.dgwt-wcas-search-form input#dgwt-wcas-search-input-1 {
    border-radius: 5px !important;
    font-size: 11px;
}
.logoLeftText.textLogo {
    margin-left: -17px;
}
form.dgwt-wcas-search-form {
    position: absolute;
    width: 148px;
    left: 17px !important;
    margin-top: 63px !important;
}
form.dgwt-wcas-search-form input#dgwt-wcas-search-input-1 {
    padding: 10px !important;
    height: 40px;
}
strong.logo {
    width: 53% !important;
    position: relative !important;
    margin-top: -38px !important;
    right: 0px !important;
}
.responsive #top .logo {
    height: 65px !important;
}
nav.main_menu {
    width: 7%;
    right: 92% !important;
    top: -11px !important;
}
#header #menu-item-shop .widget_shopping_cart_content {
    left: 30px !important;
	top: inherit !important;
}
.inner-container {
    height: 0px !important;
}
.rtl .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    right: -18px;
}
.internal-title h1 {
    font-size: 1.2em;
}
#weblog figcaption {
    padding: 13px 5px;
}
#weblog figcaption h3 {
    font-size: 11px !important;
}
/* ------- End -------- */
.ywcps-wrapper .inner_product_header {
    height: 106px;
}
.responsive #top .main_color .tabcontainer {
    border-color: transparent;
}
div#slider-row {
    margin-bottom: -13%;
}
.ywcps-wrapper {
    margin-top: -7px;
}
#top-left-banner .avia-image-container.avia-align-left {
    float: none !important;
}
#footer .first .gallery .gallery-item {
    width: 24.6%;
    height: auto;
    display: grid;
    justify-content: space-around;
}
#footer .first dt.gallery-icon  img {
    width: 30px;
}
#footer .first  .gallery-caption {
    margin-top: -6px !important;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
}
#footer .first {
    padding-top: 5px;
	top: -52px;
}
#footer .flex_column:nth-child(2) {
    margin-top: -80px !important;
}
.iconbox_content {
    width: 45%;
    margin: 0 auto;
}
.banner .isotope {
    margin-top: 3%;
}
.left-align img {
    display: none;
}
#top #wrap_all ins:before {
	display: none;
}
.ywcps-wrapper .avia_cart_buttons {
    padding: 0 !important;
}
#top .avia_cart_buttons .button {
    font-size: 10px;
    width: 114px !important;
    padding: 8px;
}
.banner-row {
    margin-top: -6%;
    margin-bottom: -5%;
}


.ywcps-wrapper span.price span {
    font-size: 10px !important;
}
#discount-col .avia_cart_buttons .button {
	margin-bottom: 10px !important;
}
/* #discount-col section.avia_codeblock_section {
    margin-bottom: -5% !important;
} */
.product .single-product-main-image.alpha {
    width: 100%;
}
.template-shop div.product div.summary {
    width: 100%;
    margin-top: -20px;
    margin-bottom: -15px;
}	
.avia-image-container.avia-align-right {
    float: none;
    margin-left: 0;
}
.design-title1 h3:after {
    width: 4px;
    margin-right: 8px !important;
}
.design-title1 h3, .design-title2 h3 {
    font-size: 1.2em !important;
}
#shegeft-row .flex_column {
    margin: 0 !important;
}
.home ul.ywcps-products .owl-item.active {
    margin-left: 6px !important;
	width: 149px !important;
}
.home .woocommerce .ywcps-wrapper ul.products {
    padding-bottom: 0 !important;
    margin-bottom: 0% !important;
}
.woocommerce .ywcps-wrapper .owl-item li.product {
    margin-bottom: 5px !important;
}
#article-row {
    padding-top: 5%;
    padding-bottom: 5%;
}
.weblog .big-preview, .weblog .big-preview a {
    width: 100px;
}
.weblog header h2.post-title.entry-title {
    font-size: 12px !important;
    line-height: 2em;
}
.weblog .entry-content p {
    font-size: 11px !important;
    line-height: 1.7em;
    margin-top: 5px;
}
.weblog .read-more-link {
    font-size: 11px;
    margin-top: -7px;
}
.weblog .entry-content-wrapper {
    overflow: hidden !important;
}
.weblog article.post-entry:nth-child(even) {
    margin-left: unset;
}
.weblog .single-big img {
    height: 105px !important;
}
.banner-gallery figcaption h3.av-masonry-entry-title {
    top: 8px !important;
    font-size: 14px !important;
    padding: 4px 4px 5px;
}
.banner-gallery figcaption .av-masonry-entry-content {
    top: 41px;
    font-size: 11px !important;
}
	.banner-gallery figcaption .av-masonry-entry-content {
    width: 132px !important;
}
#discount-col {
	padding: 2% !important;
	border-radius: 10px;
}
#top div div.product .woocommerce-tabs ul.tabs li a {
    padding: 9px 15px 10px 15px !important;
}
	.pfrosh {
    margin-top: 35px !important;
    margin-bottom: -20px !important;
}
	
.weblog {
    margin-top: 4%;
}
.weblog header.entry-content-header h3 {
    font-size: 12px !important;
	text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.weblog article , .weblog .slide-content{
    width: 100% !important;
}
.weblog article {
    margin-bottom: 20px !important;
}
.weblog .slide-entry-excerpt {
    font-size: 11px !important;
}
.weblog article.slide-entry:hover .slide-content {
    bottom: -36px !important;
}
.weblog .slide-content {
    bottom: -10px !important;
}
.weblog .slide-entry-excerpt{
	display: none;
}
.weblog .slide-entry-wrap {
    margin-bottom: 0 !important;
}
#about2 {
    top: -8% !important;
    right: -21% !important;
}
#about2  img {
    transform: scale(.6) !important;
}
h1.product_title.entry-title {
    font-size: 1em;
    line-height: 1.5em;
}
table.shop_table td.product-name, table.shop_table td.product-price {
    font-size: 11px;
}
.cart-collaterals .cart_totals h2 {
    font-size: 12px !important;
}
#footer .widget {
    margin: 0px !important;
}
#footer #text-2 {
    margin-top: 25px !important;
}
.banner a  {
    max-height: 300px;
}



/***** Mobile ****/
	.logoo .av-masonry-entry-content.entry-content {
    text-align: center;
    font-size: 11px;
}
	
.mobile a.number-footer {
    background: #ffffff !important;
    color: #002557;
    font-weight: bold;
}
.mobile a {
    float: left;
    width: 50%;
    text-align: left;
    background: #002557;
    opacity: 0.9;
    padding: 13px;
    font-size: 16px;
    color: #ffffff;
    font-family: asreasia-san;
}
.mobile {
    position: fixed;
    bottom: 0;
    z-index: 999;
width: 100%;
}
a.text-footer {
    text-align: right;
}
/* #header_meta { display:none; } */
footer#socket {
    top: -45px!important;
}
#socket .container {
    padding: 10px 0 !important;
}	
div#footer {
    padding-bottom: 22px;
}
/****/	

}