/*
Theme Name: lentor
Theme URI: https://lentor.ir/
Author: Amir Soltaniyan
Author URI: http://tieweb.ir/
Description: Created for lentor website.
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: lentor
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

lentor is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  line-height: 23px;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: SDF;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #1d1d1d;
  transition: 0.2s;
}

a:visited {
  color: #333;
}

a:hover,
a:focus,
a:active {
  color: black;
}

a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  left: 100%;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 1em 0;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: right;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: left;
  text-align: left;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1em 1em 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/* new styles */

body {
  font-family: SDF !important;
  direction: rtl;
}
@font-face {
  font-family: IRANSans;
  font-style: SDF;
  font-weight: bold;
  src: url("./fonts/IRANSansWeb_Bold.eot");
  src: url("./fonts/IRANSansWeb_Bold.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */ url("./fonts/IRANSansWeb_Bold.woff2") format("woff2"),
    /* Chrome36+, Opera24+*/ url("./fonts/IRANSansWeb_Bold.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("./fonts/IRANSansWeb_Bold.ttf")
      format("truetype");
}
@font-face {
  font-family: SDF;
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/IRANSansWeb_Medium.eot");
  src: url("./fonts/IRANSansWeb_Medium.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */ url("./fonts/IRANSansWeb_Medium.woff2") format("woff2"),
    /* Chrome36+, Opera24+*/ url("./fonts/IRANSansWeb_Medium.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("./fonts/IRANSansWeb_Medium.ttf")
      format("truetype");
}
@font-face {
  font-family: SDF;
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/IRANSansWeb_Light.eot");
  src: url("./fonts/IRANSansWeb_Light.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */ url("./fonts/IRANSansWeb_Light.woff2") format("woff2"),
    /* Chrome36+, Opera24+*/ url("./fonts/IRANSansWeb_Light.woff")
      format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("./fonts/IRANSansWeb_Light.ttf")
      format("truetype");
}

@font-face {
  font-family: SDF;
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/IRANSansWeb.eot");
  src: url("./fonts/IRANSansWeb.eot?#iefix") format("embedded-opentype"),
    /* IE6-8 */ url("./fonts/IRANSansWeb.woff2") format("woff2"),
    /* Chrome36+, Opera24+*/ url("./fonts/IRANSansWeb.woff") format("woff"),
    /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url("./fonts/IRANSansWeb.ttf")
      format("truetype");
}

#wraper header .logo {
  text-align: center;
  padding: 3px 0 3px;
}
#wraper header,
#wraper header .logo {
  /*border-bottom: 1px solid #dcdcdc;*/
  border-bottom: none;
  position: relative;
  background: #fff;
}
#wraper header .logo {
  border-bottom: 1px solid #dcdcdc;
}

footer .bottom p {
  color: #767575;
  font-size: 10px;
}
footer .bottom {
  background: #231f20;
  text-align: center;

  padding: 10px;
}
#wraper header nav {
  position: relative;
  padding: 18px 0;
}
#wraper header nav ul {
  margin-bottom: 0;
  display: table;
  width: 100%;
  padding: 0;
}
#wraper header nav ul li {
  display: table-cell;
  width: 25%;
  position: relative;
}

#wraper header nav ul li a.user {
  -webkit-background-size: 549px 523px;
  -moz-background-size: 549px 523px;
  background-size: 549px 523px;
  background-image: url(image/sprite_retina_gulp.png);
  background-position: -409px -219px;
  width: 27px;
  height: 27px;
}

#wraper header nav ul li a.search {
  -webkit-background-size: 549px 523px;
  -moz-background-size: 549px 523px;
  background-size: 549px 523px;
  background-image: url(image/sprite_retina_gulp.png);
  background-position: -409px -289px;
  width: 26px;
  height: 27px;
}
#wraper header nav ul li a.cart {
  -webkit-background-size: 549px 523px;
  -moz-background-size: 549px 523px;
  background-size: 549px 523px;
  background-image: url(image/sprite_retina_gulp.png);
  background-position: -409px -114px;
  width: 28px;
  height: 27px;
}
#wraper header nav ul li a.menu {
  -webkit-background-size: 549px 523px;
  -moz-background-size: 549px 523px;
  background-size: 549px 523px;
  background-image: url(image/sprite_retina_gulp.png);
  background-position: 0 -395px;
  width: 27px;
  height: 27px;
}
#menu-main ul.sub-menu {
  border-top: 1px solid #8a8a8a;
  padding-right: 10px;
  margin-top: 15px;
  margin-left: 0;
}
ul.sub-menu li:nth-last-child(1) {
  border-bottom: none !important;
}
#menu-main ul.sub-menu li {
  margin-right: 10px;
  padding-right: 10px !important;
}

#wraper header nav ul li a {
  display: block;
  margin: 0 auto;
  position: relative;
}

#content.product_page .product_info_top {
  padding: 12px 0;
  position: relative;
  text-align: center;
}
#content.product_page .product_info_top .left_block {
  display: table-cell;
  width: 125px;
  padding-left: 9px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 20px;
}
#content.product_page .product_info_top .left_block .brands_rate {
  position: relative;
  padding-bottom: 7px;
}
#content.product_page .product_info_top .left_block .image {
  border: 1px solid #dcdcdc;
  border-radius: 4px;
  text-align: center;
  padding: 0 10px;
  height: 114px;
  position: relative;
  margin-bottom: 10px;
}
#content.product_page .product_info_top .right_block {
  display: table-cell;
  padding-right: 10px;
}
#content.product_page .product_info_top .bottom_block {
  padding-bottom: 10px;
  text-align: right;
  padding-right: 9px;
  padding-left: 9px;
  align-items: center;
  display: flex;
}
#content.product_page .product_info_top .bottom_block .garanty {
  width: 100px;
  display: inline-block;
  text-align: center;
  position: relative;
  vertical-align: top;
  margin-bottom: 0px;
  height: 32px;
}
#content .quantity {
  width: 62px;
  overflow: hidden;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #abaaaa;
  height: 38px;
  line-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 38px;
  vertical-align: top;
  position: relative;
  margin-right: 13px;
}

#content.product_page .product_info_top .bottom_block .quantity {
  width: 62px;
  display: inline-block;
  border-radius: 5px;
  border: 1px solid #abaaaa;
  height: 38px;
  line-height: 38px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 38px;
  vertical-align: top;
  position: relative;
  /*  margin-right: 10px;
    margin-bottom: 15px; */
}

#content.product_page .product_info_top .bottom_block a.basket_btn {
  min-width: 56px;
  margin-right: 10px;
  background: -webkit-linear-gradient(top, #e41b23, #c4171d);
  background: -moz-linear-gradient(top, #e41b23, #c4171d);
  background: -o-linear-gradient(top, #e41b23, #c4171d);
  background: -ms-linear-gradient(top, #e41b23, #c4171d);
  background: linear-gradient(to bottom, #e41b23, #c4171d);
  height: 38px;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
}
#content.product_page .product_info_top .bottom_block .garanty img,
.discount_box img {
  display: block;
  width: 100%;
}
#content.product_page .product_info_top .left_block .image img {
  max-width: 99%;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 99%;
  border-radius: 5px;
}
#content.product_page .product_info_top .right_block .title_wrap {
  min-height: 40px;
}
#content.product_page .product_info_top .right_block .product_onecol {
  text-align: right;
  margin-top: -8px;
}

#content.product_page .product_info_top .right_block .shipping {
  padding-right: 25px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  max-width: 215px;
  width: 50%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: right;
}
#content.product_page .product_info_top .right_block .product_onecol .pfand,
#content.product_page .product_info_top .right_block .product_onecol .shipping {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
}
#content.product_page .product_info_top .right_block .shipping.orange:before,
#content.product_page .product_info_top .right_block .shipping:before {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  right: 0;
  -webkit-background-size: 549px 523px;
  -moz-background-size: 549px 523px;
  background-size: 549px 523px;
  background-image: url(image/sprite_retina_gulp.png);
  background-position: -50px -482px;
  width: 17px;
  height: 19px;
}
.shipping.nothave:before {
  background-position: -25px -482px !important;
}

#content.product_page .product_info_top .right_block .sale {
  clear: both;
  overflow: hidden;
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
  color: #e83f33;
  letter-spacing: -0.09rem;
}
#content.product_page .filters_product .item .name_filter,
#content.product_page .filters_product .item .name_filterno {
  transition: 0.1s;
  padding: 10px 12px;
  background-color: #fff;
 /* background: -webkit-linear-gradient(top, #e0e0e0, #b4b4b4);
  background: -moz-linear-gradient(top, #e0e0e0, #b4b4b4);
  background: -o-linear-gradient(top, #e0e0e0, #b4b4b4);
  background: -ms-linear-gradient(top, #e0e0e0, #b4b4b4);
  background: linear-gradient(to bottom, #e0e0e0, #b4b4b4); */
  font-size: 15px;
  font-weight: 700;
  border-radius: 5px;
  position: relative;
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  -ms-transition-delay: 0.4s;
  transition-delay: 0.4s;
}
#content.product_page .filters_product .item .name_filterno {
  border-radius: 5px 5px 0 0;
}
#content.product_page .filters_product .item .box table.shop_attributes {
  margin-bottom: 0 !important;
}
#content.product_page .filters_product .item .box {
  padding: 10px;
  background: #fff;
  border: 1px solid #eeeeee;
  display: none;
}
#content.product_page .chosen_car_none {
  padding: 12px;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  text-align: center;
  color: #000;
}
#content.product_page .filters_product,
#content.product_page .item-description {
  padding: 12px;
}
#content.product_page .filters_product > .item {
  margin-bottom: 6px;
  filter: drop-shadow(-1px 1px 2px #2d2d2d40);
}
#content.product_page
  .filters_product
  .item
  .box
  ul.list_product_inline
  li
  a.basket_btn:before,
#content.product_page .product_info_top .bottom_block a.basket_btn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-background-size: 549px 523px;
  -moz-background-size: 549px 523px;
  background-size: 549px 523px;
  background-image: url(image/sprite_retina_gulp.png);
  background-position: -447px -215px;
  width: 22px;
  height: 23px;
  margin-top: -11.5px;
  margin-right: -11px;
}
.top_title {
  text-align: right;
  text-transform: uppercase;
  font-size: 15px;
  padding: 10px 35px 10px 35px;
  background: #eee;
  font-weight: 700;
  position: relative;
  z-index: 100;
  min-height: 38px;
}
.top_title a.back_page,
.top_title span.back_page {
  width: 35px;
  height: 100%;
  left: 20px;
  top: 0;
  display: block;
  min-height: 18px;
  position: absolute;
}
.top_title a.back_page:before,
.top_title span.back_page:before,
#wraper #profile_wishlist_meatballs .popup .popup_body a.share.link:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 20px;
  -webkit-background-size: 549px 523px;
  -moz-background-size: 549px 523px;
  background-size: 549px 523px;
  background-image: url(image/sprite_retina_gulp.png);
  background-position: -21px -509px;
  width: 13px;
  height: 13px;
}
.top_title a.back_page:before,
.top_title span.back_page:before {
  display: block;
  right: 12px;
  top: 50%;
  margin-top: -7px;
  background-position: -300px -482px;
  width: 14px;
  height: 14px;
}
#content .quantity input {
  border: 0;
  text-align: center;
  background: 100% 0;
  width: 100%;
  padding: 0 15px;
  font-size: 15px;
  height: 35px;
}

#content.product_page .product_info_top .right_block .title_wrap .title {
  font-size: 15px;
  font-weight: 700;
  text-align: right;
  word-break: keep-all;
}
#content.product_page .product_info_top .left_block .stars {
  display: inline-block;
  position: relative;
  width: 115px;
  height: 30px;
  vertical-align: middle;
}
#content.product_page .product_info_top .left_block .brands_rate .brand_img {
  display: inline-block;
  width: 45px;
  vertical-align: middle;
  height: 18px;
  text-align: center;
}
#content.product_page
  .filters_product
  .item
  .box
  ul.list_product_inline
  li
  .brands_rate
  .brand_img
  img,
#content.product_page .product_info_top .left_block .brands_rate .brand_img img,
#wraper
  #cart_filled_popup
  .popup_body
  .dont_forget_to_buy
  ul.list_product_inline
  li
  .brands_rate
  .brand_img
  img {
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
}
#content.product_page .product_info_top .right_block .price {
  display: inline-block;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 26px;
  font-weight: 700;
  text-align: right;
}
#content.product_page .product_info_top .right_block .price .price-one,
#content.product_page .product_info_top .right_block .price .vat {
  font-size: 10px;
  color: #828080;
  text-align: right;
  font-weight: 400;
  padding-right: 2px;
}
#content.product_page .product_info_top .right_block .old_price {
  display: inline-block;
  min-width: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  color: #828080;
  text-decoration: none;
  padding-bottom: 2px;
  text-align: right;
  margin-left: 5px;
  padding-top: 8px;
}
#content.product_page .product_info_top .right_block .old_price span {
  text-decoration: line-through;
  font-size: 18px;
  color: #000;
}
.top_title,
body .fancybox-wrap.tyres_crop_photo:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main_menu .box .top .logo img,
#wraper header .logo img {
  height: 50px;
}

#main_menu,
#wraper #filter_popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 100000;
  display: none;
}
#main_menu .box {
  background: #fff;
  width: 90%;
  height: 100%;
  z-index: 1000;
  position: relative;
  right: 0;
  top: 0;
  overflow: hidden;
}
#main_menu .scroll_box {
  height: 100%;
}
#main_menu .box .top {
  padding: 18px 0;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  background: #fff;
}
#main_menu .bottom {
  height: auto;
  padding: 25px 30px 50px 0;
}
#main_menu .bottom .name.signin {
  width: 115px;
  display: table-cell;
  vertical-align: middle;
}
#main_menu .bottom .name {
  font-size: 15px;
  font-weight: 700;
  position: relative;
  padding-right: 35px;
  margin-bottom: 20px;
}
#main_menu .bottom ul.mobile_menu li {
  padding: 15px 0;
  font-size: 18px;
  border-bottom: 1px solid #757575;
  position: relative;
}
#main_menu .bottom ul.mobile_menu li a,
#main_menu .bottom ul.mobile_menu li span.link {
  color: #231f20;
  display: block;
  position: relative;
  padding-left: 35px;
}
#main_menu .menu-item i._before {
  margin-left: 10px;
}
#main_menu .bottom .buttons a.gplay:after,
#main_menu
  .bottom
  ul.mobile_menu
  li
  ul.contactus
  li
  .buttons
  a.online_chat:after,
#main_menu .bottom ul.mobile_menu li.reifen::before {
  -webkit-background-size: 549px 523px;
  -moz-background-size: 549px 523px;
  background-size: 549px 523px;
  background-image: url(image/sprite_retina_gulp.png);
  background-position: -131px -395px;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  right: 5px;
}
.popup-content__text p a:hover,
a,
ins,
ul.header > li > a {
  text-decoration: none;
}
#content.catalog_page .top_sort_filter .filters_link div.sort select option,
#main_menu .bottom .name.signin a {
  color: #000;
}
#main_menu .box .top .logo {
  text-align: center;
}

#main_menu .bottom .name:before {
  right: 0;
  -webkit-background-size: 549px 523px;
  -moz-background-size: 549px 523px;
  background-size: 549px 523px;
  background-image: url(image/sprite_retina_gulp.png);
  background-position: -409px -219px;
  width: 27px;
  height: 27px;
  margin-top: -13.5px;
}
#main_menu .bottom {
  height: auto;
  padding: 25px 30px 50px 0;
}
#main_menu .bottom a.new_customer {
  color: #18489a;
  font-size: 12px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}

.overlay#menu_filter {
  z-index: 10002;
}
.category_list .item.link,
.close_cart_popup,
.link,
.list_filter .item .name,
.name_car_box,
.overlay {
  cursor: pointer;
}

.overlay {
  background: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 998;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
  display: none;
  top: 0;
}

#content.product_page .filters_product .item .box ul.details li span {
  padding: 12px;
  vertical-align: top;
  font-size: 12px;
  display: inline-block;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#content.product_page .filters_product .item .box ul.details li {
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -o-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #dcdcdc;
}
#content.product_page .filters_product .item .box ul.details li:first-child {
  border: none;
}
#content.product_page .filters_product .item .box ul.details li:nth-child(2n) {
  background: #fff;
}

#content.product_page .filters_product .item .name_filter.active:before {
  content: "-";
  position: absolute;
  left: 18px;
  top: 5px;
}
#content.product_page .filters_product .item .name_filter:before {
  content: "+";
  position: absolute;
  left: 15px;
  top: 7px;
  font-size: 20px;
}
#content.product_page .filters_product .item .name_filter.active {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  -o-transition-delay: 0s;
  -ms-transition-delay: 0s;
  transition-delay: 0s;
}
ul#menu-main {
  margin: 0;
}
#main_menu .bottom ul.mobile_menu li:before {
  content: "";
  display: block;
  position: absolute;
  top: 25px;
}

#content.product_page .chosen_car_none a {
  display: block;
  padding-right: 20px;
}
#content .bottom_block .details {
  min-width: 112px;
  display: inline-block;
  text-align: center;
  background: #e7e7e7;
  background: -webkit-linear-gradient(
    top,
    #e7e7e7 0%,
    #d6d6d6 51%,
    #c5c5c5 100%
  );
  background: -moz-linear-gradient(top, #e7e7e7 0%, #d6d6d6 51%, #c5c5c5 100%);
  background: -o-linear-gradient(top, #e7e7e7 0%, #d6d6d6 51%, #c5c5c5 100%);
  background: -ms-linear-gradient(top, #e7e7e7 0%, #d6d6d6 51%, #c5c5c5 100%);
  background: linear-gradient(to bottom, #e7e7e7 0%, #d6d6d6 51%, #c5c5c5 100%);
  border-radius: 5px;
  padding-left: 5px;
  position: relative;
  vertical-align: top;
  height: 38px;
}
#content .bottom_block .details a {
  color: #000;
  text-transform: uppercase;
  display: table-cell;
  vertical-align: middle;
  width: 112px;
  height: 38px;
  line-height: 12px;
  font-size: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  padding-right: 8px;
  padding-left: 8px;
}
#content .product .artikle {
  text-align: right;
}

#wraper .search_block {
  position: absolute;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #dcdcdc;
  z-index: 1001;
}
#wraper .search_box {
  border-top: 1px solid #dcdcdc;
  z-index: 100;
  width: 100%;
  display: none;
}
#wraper .search_box .search_input {
  margin: 12px;
  border: 1px solid #17489a;
  border-radius: 2px;
  height: 42px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  background: 100% 0;
}
#wraper .search_box .search_input input {
  background: 100% 0;
  border: none;
  font-size: 12px;
  width: 80%;
  height: 38px;
  padding-right: 15px;
}
#wraper .search_box .search_input .search_button {
  content: "";
  display: block;
  position: absolute;
  left: -1px;
  width: 44px;
  height: 42px;
  background-color: #174798;
  top: -1px;
  border-radius: 2px 0 0 2px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  #wraper .search_box .search_input .search_button:after {
    background-image: url(../img/sprite_retina_gulp.png?1581347603141);
    -webkit-background-size: 549px 523px;
    -moz-background-size: 549px 523px;
    background-size: 549px 523px;
  }
  #wraper .search_box .search_input a.close_search {
    background-image: url(../img/sprite_retina_gulp.png?1581347603141);
    -webkit-background-size: 549px 523px;
    -moz-background-size: 549px 523px;
    background-size: 549px 523px;
  }
}

#wraper .search_box .search_input .search_button:after {
  content: "";
  display: block;
  position: absolute;
  left: 12px;
  top: 11px;
  -webkit-background-size: 549px 523px;
  -moz-background-size: 549px 523px;
  background-size: 549px 523px;
  background-image: url(image/sprite_retina_gulp.png);
  background-position: -509px -194px;
  width: 19px;
  height: 19px;
  z-index: 10;
}
#wraper .search_box .search_input a.close_search {
  display: none;
  background-position: -393px -455px;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 51px;
  top: 50%;
  margin-top: -7.5px;
}
#wraper header.version_2 {
  z-index: 999;
}

.woocommerce-MyAccount-navigation
  ul
  li.woocommerce-MyAccount-navigation-link
  a {
  text-decoration: none;
  padding: ms(-1) 0;
  display: block;
}
.woocommerce-MyAccount-navigation ul {
  margin-left: 0;
}

.woocommerce-MyAccount-navigation ul li {
  list-style: none;
  border-bottom: 1px solid #a9a9a9;
  position: relative;
  padding: 10px;
  border-radius: 30%;
  text-align: center;
}
#main {
  margin: initial 10px;
}

/*comments */
#comments {
  border-radius: 3px;
  height: auto;
  margin-bottom: 15px;
  padding: 8px 1%;
  width: 98%;
}
#commentform {
  height: auto;
  margin: 30px auto 0;
  width: 95%;
}
/*  reza kianoosh in ronakweb.com - rkianoosh.ir  */
.right-commentss {
  float: right;
  height: auto;
  margin: 0 auto;
  width: 80%;
}
.comment-form-comment,
textarea#comment {
  float: right;
  height: auto;
  margin: 0 auto;
  width: 100%;
}
#comments input#author,
#comments input#email,
#comments input#url {
  background: #f3f3f3;
  float: right;
  font-size: 12px;
  height: 30px;
  margin: 7px 0;
  text-indent: 15px;
  width: 100%;
  border-radius: 3px;
  font-family: "SDF";
}
/*  reza kianoosh in ronakweb.com - rkianoosh.ir  */
.comment-form-comment textarea#comment {
  background-color: #fff;
  font-family: "SDF";
  font-size: 12px;
  height: 105px;
  padding: 5px 1%;
  position: relative;
  text-align: justify !important;
  width: 98%;
  border-radius: 3px;
}
#comments input#author,
#comments input#email,
#comments input#url,
#comments textarea#comment {
  padding: 10px;
  font-family: SDF;
  background-color: #fff;
  border: 1px solid #e7e7e7;
  color: #888;
  margin: 0 0 7px;
  transition: border 0.5s ease 0s;
}
.form-submit #submit {
  background: #dedede !important;
  border: 1px solid #e7e7e7;
  padding: 15px !important;
  clear: both;
  color: #505050;
  cursor: pointer;
  display: block;
  font-family: SDF;
  font-size: 14px;
  height: auto;
  margin: 0 auto !important;
  transition: all 0.5s ease 0s;
  width: 100%;
}
/*  reza kianoosh in ronakweb.com - rkianoosh.ir  */
.form-submit #submit:hover {
  color: #000;
  transition: all 0.5s ease 0s;
}
.bypostauthor {
border: 2px solid #00aeef !important
}
.comment-content {
  float: left;
  font-size: 12px;
  height: auto;
  margin: 5px 2.5% !important;
  position: relative;
  text-align: justify;
  width: 95%;
  font-family: "SDF";
}
.comment-author {
  font-size: 12px;
  font-weight: normal;
  height: 30px;
  width: 35%;
}
.commentlist li {
  background: #fafafa;
  font-size: 12px;
  height: auto;
  margin: 10px auto;
  width: 95%;
}
#reply-title {
  font-family: "SDF";
  font-size: 13px;
  margin: 10px 20px;
}
.comment-date {
  float: left;
  line-height: 30px;
  margin-left: 10px;
  font-family: "SDF";
  font-size: 11px;
}
/*  reza kianoosh in ronakweb.com - rkianoosh.ir  */
.br-com {
  height: 4px !important;
  width: 100%;
}
.avatar {
  border: 1px solid #fff;
  float: right;
  margin: 0 0.8% 0 0;
  padding: 3px;
}
.comment-author {
  margin: 5px 0;
  width: 95%;
}
.fn {
  line-height: 30px;
  margin-right: 10px;
}
.fn a {
  color: #505050;
}
.comment-replay a {
  background-color: #03c8fa;
  color: #fff;
  display: block;
  float: left;
  height: 22px;
  line-height: 21px;
  margin: 0;
  text-align: center;
  width: 65px;
}
/*  reza kianoosh in ronakweb.com - rkianoosh.ir  */
.comment-replay a:hover {
  background: #e54c3c;
}
#commentnotes {
  font-size: 10px;
}
.comment .depth-2,
.comment .depth-3,
.comment .depth-4,
.comment .depth-5 {
  background: #f1f3f3 none repeat scroll 0 0;
  border: 1px solid #fff;
  margin-top: 20px;
}
.comment-title {
  font-size: 14px;
  padding: 5px 15px;
  display: block;
}

/* end comments*/
.product_category_c a {
  display: inline-block;
  margin: 5px 10px;
  font-size: 13px;
}

.change_qty {
  filter: drop-shadow(0px 2px 2px #3d3d3d63);
  -webkit-filter: drop-shadow(0px 2px 2px #3d3d3d63);
  color: #3c3c3c;
  /* background: linear-gradient(to bottom,#058620,#035d02); */
  background: #e3e3e3;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 3px;
}
.change_qty.minus {
  right: auto;
  left: 0;
  /* background: linear-gradient(to bottom,#e41b23,#c4171d); */
}
.change_qty:visited {
  color: #3c3c3c;
}
.quantity.number.qty form {
  background-color: #e3e3e3;
}
.quantity input[type="number"]::-webkit-inner-spin-button {
  display: none;
}
#main {
  padding: 0;
}
.post-navigation .nav-links .arrow {
  text-align: center;
  padding-top: 25px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  background-blend-mode: overlay;
  background-size: cover;
  width: 70px;
  background-color: #2d2d2d;
  height: 70px;
  border-radius: 100%;
  transition: 0.2s;
}
.post-navigation .nav-links .arrow:hover {
  background-color: #0a0a0afc;
}
.post-navigation .nav-links .nav-previous,
.post-navigation .nav-links .nav-next {
  width: auto;
}

/* light box */
.mylb .row > .column {
  padding: 0 8px;
}

.mylb .row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */
.mylb .column {
  float: right;
  width: 25%;
  display: flex;
  justify-content: center;
  height: 25%;
}
.mylb .column img {
  object-fit: contain;
}

/* The Modal (background) */
.mylb.modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 50px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow: hidden;
  background-color: black;
}

/* Modal Content */
.mylb .modal-content {
  position: relative;
  margin: auto;
  padding: 0;
  width: auto;
  height: 75%;
  max-width: 1200px;
}

/* The Close Button */
.mylb .close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.mylb .close:hover,
.mylb .close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  justify-content: center;
  width: auto;
  overflow: hidden;
  height: 100%;
  display: none;
}

/* Next & previous buttons */
.mylb .prev,
.mylb .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.mylb .prev {
  left: 0;
  border-radius: 3px 0 0 3px;
}
.mylb .modal-content .mySlides img {
  object-fit: contain;
}

/* On hover, add a black background color with a little bit see-through */
.mylb .prev:hover,
.mylb .next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.mylb .numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.mylb .caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.mylb img.demo {
  opacity: 0.6;
}

.mylb .active,
.mylb .demo:hover {
  opacity: 1;
}

.mylb img.hover-shadow {
  transition: 0.3s;
}

.mylb .hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* end light box */

#content.product_page .wcgallery a {
  display: inline-block;
}
.wcgallery {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: center;
}
.wcgallery img {
  border-radius: 10px;
}
.wcgallery a {
  margin: 5px;
}

.car_item {
  height: 220px;
  background: #f5f5f5;
  border-radius: 5px;
  padding: 0 20px;
  margin: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  text-shadow: none;
  filter: drop-shadow(-1px 1px 2px #2d2d2d40);
}
.car_item .detail {
  opacity: 0;
  float: right;
  width: 100%;
  text-align: justify;
  display: inline-block;
  flex-wrap: wrap;
  height: 0;
  transition:.3s;
}
.car_item:hover .detail{
opacity: 1;
height: auto;
}

.car_item .detail.nothumb {
  height: auto;
  width: 100%;
  opacity: 1;
}
.car_item a.car_title {
  font-size: 20px;
  font-weight: 500;
  text-align: right;
  display:block !important;
  margin-bottom: 10px;
  margin-top: 15px;
  height: 50px;
}
.car_item .detail p {
  margin-right: 5px;
  font-size: 12px;
}
.car_item .thumb {
  opacity: 1;
  height: auto;
  overflow: hidden;
  padding: 5px 5px 0 5px;
  display: inline-block;
  width: 100%;
  margin: auto;
  transition:.3s;
}
.car_item:hover .thumb{
  opacity: 0;
  height: 0;
}
.car_item .thumb img {
  border-radius: 10px;
  margin: auto;
}

.post_single_a {
  background: #fff;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: nowrap;
  text-shadow: none;
  filter: drop-shadow(-1px 1px 2px #2d2d2d40);
}
.post_single_a .detail,
.post_single_a .thumb {
  margin-bottom: 50px !important;
}
.post_single_a .detail {
  font-size: 14px;
  float: right;
  width: 65%;
  text-align: right;
  display: inline-block;
  flex-wrap: wrap;
}
.post_single_a .detail h3,
.post_single_a .detail h2 {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 10px;
}
.post_single_a .detail.nothumb {
  width: 100%;
}
.post_single_a .detail p {
  margin-right: 5px;
  font-size: 12px;
}
.post_single_a .thumb {
  overflow: hidden;
  padding: 5px 5px 0 5px;
  display: inline-block;
  width: 20%;
  min-width: 100px;
  max-width: 200px;
  margin: 0 auto;
}
.post_single_a .thumb img {
  border-radius: 10px;
}
a.read_more_button::after {
  content: "\203A";
  /* font-size: 25px; */
  top: 9px;
  display: inline;
  position: absolute;
  left: 7px;
  font-size: 16px;
}

a.read_more_button {
  font-size: 14px;
  padding-left: 20px;
  margin-right: 10px;
  background: -moz-linear-gradient(top, #d0d0d0, #d6d6d6);
  background: -o-linear-gradient(top, #d0d0d0, #d6d6d6);
  background: -ms-linear-gradient(top, #d0d0d0, #d6d6d6);
  background: linear-gradient(to bottom, #d0d0d0, #d6d6d6);
  height: 38px;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.6);
  border: 0;
  background-color: #ebe9eb;
  overflow: visible;
  padding: 0.618em 1em;
  font-weight: 700;
  border-radius: 3px;
  right: auto;
  color: #515151;
}
.post_single_a {
  display: flex;
  position: relative;
}
.read_more_container {
  display: inline-block;
  position: absolute;
  bottom: 10px;
  left: 15px;
}

#primary,
.content-area {
  overflow: hidden;
}
.top_title {
  /*position: absolute; */
  width: 100%;
  right: 0;
}
.top_title .breadcrumbs {
  padding: 0 10px 0 20px;
  font-size: 13px;
  font-weight: 500;
}
.breadcrumbs span.current-item {
  display: none;
}
.entry-meta {
  margin-bottom: 10px;
}
.entry-meta,
.entry-footer {
  margin: 1em 2em;
}
.brand_img {
  float: right;
  max-height: 40px;
  width: 150px;
}
.brand_box {
  display: block;
  width: 100%;
  height: 40px;
}

#wraper {
  align-items: center;
  display: flex;
  justify-content: center;
}
#wraper .main_row {
  max-width: 100%;
  overflow: hidden;
}
.content_with_sidebar {
  display: flex;
  flex-direction: row-reverse;
  padding-top: 10px;
}
.content_with_sidebar aside {
  border-right: 1px solid #dcdcdc;
  padding: 10px;
  width: 25%;
  margin-top: 50px;
}
.content_with_sidebar .posts_with_sidebar {
  width: 75%;
}
@media screen and (min-width: 960px) {

#wraper .main_row {
    width: 100%;
  } }
@media screen and (max-width: 960px) {
  header.version_2 {
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  }
  .content_with_sidebar{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

  .content_with_sidebar aside {
    width: 100%;
    order: 2;
    width: 100%;
  }
  .content_with_sidebar .posts_with_sidebar {
    width: 100%;
    order:1;
    margin-left: 0;
  }
  .alefcustomsearch .titleimage{
    margin: 50px auto;
    display: block;
  }
}
footer#main_footer {
  position: absolute;
  width: 100%;
  margin: 0;
  right: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation {
  border-left: 1px solid #dcdcdc;
}
p.woocommerce-result-count {
  border: 1px solid #ddd;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 300;
}
form.woocommerce-ordering select {
  border: 1px solid #ddd;
  margin-left: 10px;
  border-radius: 10px;
  padding: 5px 10px;
  font-size: 12px;
  font-weight: 300;
}
.title,
.artikle,
.brand_box,
.product_onecol {
  margin: 5px 0;
}
@keyframes headermove {
  0% {
    margin-top: -50px;
  }

  100% {
    margin-top: 0;
  }
}

header.version_2.sticky {
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.3);
  right: 0;
  position: fixed !important;
  width: 100%;
  animation: headermove 0.6s linear;
}
#primary.sticky_content {
  margin-top: 146px;
}
.change_qty {
  width: 15px;
  text-align: center;
}
header.page-header {
  margin-top: 20px;
}
.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
  margin: 0 0 1em;
}
.breadcrumbs span:nth-last-child(2) {
  display: none;
}
.woocommerce-pagination {
  height: 35px;
}
footer.entry-footer span {
  display: block;
}
footer.entry-footer {
  font-size: 14px;
  font-weight: 400;
}
.accordion-container .catul {
  margin: 0px;
}
.accordion-container .catul li {
  margin: 5px;
}
.single-product section.product_info_top.product {
  padding: 12px 10px;
}
ol.wp-paginate {
  display: flex;
  justify-content: center;
}
.wpcf7-submit{
    font-family: SDF;
    padding: 10px 20px;
    font-weight: 600;
}
#cart_block span {
    font-weight: 200;
    width: 18px;
    font-size: 12px;
    text-align: center;
    top: -15px;
    position: absolute;
    margin-right: 3px;
    background: #ed1c24;
    color: #fff;
    padding: 0 2px;
    border-radius: 5px;
}
.scroll_box .close{
    color: #212121ba;
    position: absolute;
    z-index: 100;
    top: 0px;
    left: 15px;
	cursor: pointer;
    font-size: 35px;
    font-weight: 300;}
a.read_more.button.read_more_button.product_type_simple {
    font-weight: 300;
    margin-right: 10px;
}


/*alef*/


aside .featured_sidebar .banner {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  vertical-align: middle;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

aside .featured_sidebar .banner .icon_container {
  margin: auto;
  width: 60px;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

aside .featured_sidebar .banner .icon_container .icon {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  max-width: 100%;
  background: #ffffff;
  -webkit-box-shadow: 8px 8px 16px #d9d9d9, -8px -8px 16px #ffffff;
          box-shadow: 8px 8px 16px #d9d9d9, -8px -8px 16px #ffffff;
  border-radius: 100%;
  padding: 20px;
  overflow: hidden;
  -webkit-transition: .2s;
  transition: .2s;
}

aside .featured_sidebar .banner .icon_container .icon svg {
  width: 60px;
  height: 60px;
}

aside .featured_sidebar .banner .icon_container .icon svg .delivery {
  fill: #6b6b6b;
  -webkit-transition: .2s;
  transition: .2s;
}

aside .featured_sidebar .banner .icon_container .icon:hover {
  background: linear-gradient(145deg, #e6e6e6, #ffffff);
  -webkit-box-shadow: 6px 6px 11px #d9d9d9, -6px -6px 11px #ffffff;
          box-shadow: 6px 6px 11px #d9d9d9, -6px -6px 11px #ffffff;
}

aside .featured_sidebar .banner .icon_container .icon:hover svg .delivery {
  fill: #1d1d1d;
}

aside .featured_sidebar .banner .content {
  text-align: center;
  margin: auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  min-width: 60%;
  padding: 5px 2.5%;
}

aside .featured_sidebar .banner .content h4 {
  font-size: 17px;
  color: #1d1d1d;
  margin: 10px 0;
  position: relative;
  font-weight: 600;
}

aside .featured_sidebar .banner .content h4::after {
  content: "";
  background-color: #006df0;
  position: absolute;
  bottom: -10px;
  right: 0;
  border-radius: 20em;
  height: 4px;
  width: 0%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

aside .featured_sidebar .banner .content h4:hover::after {
  width: 100%;
}

aside .featured_sidebar .banner .content span {
  font-weight: 300;
  color: #6b6b6b;
  font-size: 12px;
}
aside .featured_sidebar_contact .contact_item_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap-reverse;
      flex-wrap: wrap-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0;
}

aside .featured_sidebar_contact .contact_item_container:hover .icon,.icon30:hover {
  background: linear-gradient(145deg, #e6e6e6, #ffffff);
  -webkit-box-shadow: 6px 6px 11px #d9d9d9, -6px -6px 11px #ffffff;
          box-shadow: 6px 6px 11px #d9d9d9, -6px -6px 11px #ffffff;
}

aside .featured_sidebar_contact .contact_item_container:hover .icon svg .delivery,.icon30:hover svg .delivery {
  fill: #1d1d1d;
}

aside .featured_sidebar_contact .contact_item_container .icon,.icon30 {
  -webkit-transition: .2s;
  transition: .2s;
  height: 30px;
  margin: auto;
  padding: 5px;
  width: 30px;
  background: #ffffff;
  -webkit-box-shadow: 8px 8px 16px #d9d9d9, -8px -8px 16px #ffffff;
          box-shadow: 8px 8px 16px #d9d9d9, -8px -8px 16px #ffffff;
  border-radius: 100%;
}

aside .featured_sidebar_contact .contact_item_container .icon .delivery {
  fill: #6b6b6b;
  -webkit-transition: .2s;
  transition: .2s;
}

aside .featured_sidebar_contact .contact_item_container .icon svg ,.icon30 svg{
  max-height: 100%;
  max-width: 100%;
}

aside .featured_sidebar_contact .contact_item_container .text {
  width: 80%;
  margin-top: auto;
  margin-bottom: auto;
}
/*# sourceMappingURL=style2.css.map */

.slick-crousol .slick-track {
  padding: 40px 0;
}

.slick-crousol .slick-slide {
  max-height: 200px;
  padding: 5px 10px;
}

.slick-crousol .slick-slide:focus {
  outline: none;
}

.slick-crousol .slick-slide img {
  max-width: 100%;
  max-height: 100%;
  padding: 5px;
  transition:.2s;
  border-radius: 11px;
  background: #ffffff;
  -webkit-box-shadow: 20px 20px 60px #d9d9d9, 
             -20px -20px 60px #ffffff;
          box-shadow: 20px 20px 60px #d9d9d9, 
             -20px -20px 60px #ffffff;
}
.slick-crousol .slick-slide:hover img {
background: linear-gradient(145deg, #e6e6e6, #ffffff);
box-shadow:  20px 20px 60px #d9d9d9, 
             -20px -20px 60px #ffffff;
}
/*# sourceMappingURL=main.css.map */


.Banner-my {
  width: 48%;
  display: inline-block;
  text-align: center;
  color: #000;
  line-height: 25px;
  padding:10px 5px;
  border-radius: 10px;
  background: linear-gradient(145deg, #ffffff, #e6e6e6);
  box-shadow:  13px 13px 26px #d9d9d9, 
               -13px -13px 26px #ffffff;
  margin: 30px auto;
  transition: .2s;
}
.Banner-my:hover{
background: linear-gradient(145deg, #e6e6e6, #ffffff);
box-shadow:  13px 13px 26px #d9d9d9, 
             -13px -13px 26px #ffffff;
}
.Banner-my>img {
  width: 100%}
.Banner-GEN img {
  width: 91px;
  margin: 2%}
.Banner-my h3 {
  font-size: 22px;
  font-weight: 700;
}
.Banner-GEN span {
    background: #ed1c24;
    color: #fff;
    border-radius: 5px;
    padding: 2px 10px;
    font-size: 13px;
	transition:1s;
}
.Banner-my:hover .Banner-GEN span {
    background: #5555ff;
}
.Banner-GEN {
	display:inline-block;
  margin-top: 10px}
.Banner-title {
  font-size: 15px;
}
h1.entry-title::before,h1.page-title::before {
    content: ' ';
    height: 50px;
    position: absolute;
    right: 10px;
    top: 10px;
    border-radius: 100%;
    width: 38px;
    background-size: cover;
    background-position: 54px 0;
    background-image: url(https://lentor.ir/wp-content/uploads/2020/02/%D9%84%D9%86%D8%AA%D9%88%D8%B1-%D8%B3%D8%A7%DB%8C%D8%AA.svg);
}
h1.entry-title,h1.page-title{
  margin-top: 0;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
padding-right: 60px;
    padding-bottom: 10px;
}

.taglist{
  font-size: 13px;
    font-weight: 200;
    text-align: right;
    margin-top: 20px;
}
.taglist span {
  position: relative;
}
.taglist span::before {
  transition: .2s;
  content: ' ';
  height: 1px;
  width: 0;
  background: #585a58;
  position: absolute;
  bottom: -4px;
}
.taglist span:hover::before {
  width: 100%;
}
.taglist .icon30{
  display: inline-block;
    vertical-align: middle;
}
#content.product_page .chosen_car_none .car_item a {
  display: inline-block;
}
.blog-crousol:not(.crousoli) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.product-crousol img {
  max-width: 100%;
}

.product-crousol .item {
  width: 25%;
  min-width: 250px;
  padding: 1em;
}

.product-crousol .item .single {
  padding: 1em;
  border-radius: 50px;
  background: #ffffff;
  -webkit-box-shadow: 20px 20px 60px #d9d9d9, 
 -20px -20px 60px #ffffff;
          box-shadow: 20px 20px 60px #d9d9d9, 
 -20px -20px 60px #ffffff;
}

.product-crousol .item .single .title {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: 10px 0;
  font-size: 20px;
}

.product-crousol .item .single > img {
  border-radius: 1em;
  width: 100%;
  max-height: 300px;
}

.product-crousol .item .single .meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-crousol .item .single .meta a {
  max-width: 60%;
  margin:auto;
  width: 130px;
  max-height: 100%;
  padding-left: 5px;
}
.product-crousol .item .single .meta .brand {
  max-width: 100%;
  max-height: 100%;
  margin:auto;
}
 

.product-crousol .item .single .meta .partnumber {
  max-width: 40%;
  background-color: #ffffff;
  font-size: 12px;
  padding-right: 5px;
}

.product-crousol .item .single .meta .partnumber .bold {
  font-weight: 500;
}

.product-crousol .item .single .basket {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-crousol .item .single .basket .addtocart, .product-crousol .item .single .basket .moredetails {
float:left;
	border-bottom: none;
}

.product-crousol .item .single .basket .addtocart img, .product-crousol .item .single .basket .moredetails img {
  float: left;
  width: 30px;
  height: auto;
}

.product-crousol .item .single .basket .price {
  width: 80%;
	text-align:right;
  font-size: 22px;
  display: block;
  font-weight: 700;
}

.product-crousol.crousoli .item {
  width: auto;
  min-width: auto;
}
/*# sourceMappingURL=main.css.map */

/*search alefseen */


.alefcustomsearch {
  padding: 10px;
  font-size: 14px;
  border-radius: 50px;
  background: linear-gradient(315deg, #ffffff, #e6e6e6);
  position: relative;
}

.alefcustomsearch .titleimage {
  margin-top: -50px;
  max-width: 100%;
  margin-bottom: -50px;
}

.alefcustomsearch .customselect {
  position: relative;
  width: 100%;
  max-width: 500px;
  min-width: 200px;
  margin: 0 auto;
  /* For IE <= 11 */
}

.alefcustomsearch .customselect > label {
  padding: 5px;
  margin: 10px auto;
}

.alefcustomsearch .customselect select {
  background-color: transparent;
  width: 100%;
  height: 50px;
  font-size: 100%;
  font-weight: bold;
  cursor: pointer;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #ed1c24;
  padding: 10px;
  padding-right: 38px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  /* Adding transition effect */
  -webkit-transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
  transition: color 0.3s ease, background-color 0.3s ease, border-bottom-color 0.3s ease;
}

.alefcustomsearch .customselect select::-ms-expand {
  display: none;
}

.alefcustomsearch .customselect select:hover,
.alefcustomsearch .customselect select:focus {
  color: #c0392b;
  border-bottom-color: #DCDCDC;
}

.alefcustomsearch .customselect:nth-child(even) select {
  border-bottom: 2px solid #00aeef;
}

.alefcustomsearch .customselect:nth-child(even) select:focus, .alefcustomsearch .customselect:nth-child(even) select:hover {
  color: #00aeef;
}

.alefcustomsearch #cs_submit button,
.alefcustomsearch #cs_submit2 button {
  width: 100%;
  padding: 10px;
  opacity: 80%;
  background: linear-gradient(-45deg, #cf5d69, #5859df);
  border-radius: 100px;
  border: none;
  margin: 25px 0 10px;
  color: #fff;
  text-shadow: 1px 1px 2px #252525;
  -webkit-transition: .5s;
  transition: .5s;
  background-size: 100%;
}

.alefcustomsearch #cs_submit:hover button,
.alefcustomsearch #cs_submit2:hover button {
  background-size: 200%;
  opacity: 100%;
}
/*# sourceMappingURL=style3.css.map */

#wraper {
  background-color: #eeeeee;
}
#content .content_with_sidebar .posts_with_sidebar .entry-content{
  background: #fff;
  text-align: justify;
  padding: 2.5em;
  border-radius: 20px;
}
#content .content_with_sidebar .posts_with_sidebar .entry-header, #content .content_with_sidebar .posts_with_sidebar .page-header {
  margin: 0 10px;
  border-radius: 10px;
  filter: drop-shadow(-1px 1px 2px #2d2d2d40);
}
.product_page .product_top_bar
{background: #fff;
border-radius: 20px;
padding: 20px;
box-shadow: 4px 5px 10px #ddd;
margin: 0 15px;}
.alefcustomsearch.toppage{
  margin-top:50px;
}
.featured_sidebar_mobile{
  display: none;
}
@media screen and (max-width:960px){
  .featured_sidebar.desktop{
    display: none;
  }
  .featured_sidebar_mobile{
    display: block;
  }
  body.home aside .alefcustomsearch {
    display: none;
}
.Banner-my{
  width: 45%;
    display: inline-block;
}
  .product_page .product_top_bar{
    margin: 0;
    padding:10px;
  }
  #content .content_with_sidebar .posts_with_sidebar .entry-content {
    padding: 20px 15px;
    margin: 1em 0 0 0;
}
.post_single_a {
  margin: 10px 0;
}  
.alefcustomsearch.toppage .titleimage{
  display: block;
    margin-top: -50px;
    max-width: 100%;
    margin: -50px auto;
    margin-bottom: -50px;
}
}
@media screen and (min-width:961px){
  .alefcustomsearch.toppage{
    display: none;
  }
}
.filters_product .accordion-container.description_alef{
font-size: 14px;
    font-weight: 200;
    padding: 10px;
    text-align: justify;}
    .filters_product .accordion-container.cat_alef{
      font-size: 14px;
    }
    .filters_product .accordion-container.cat_alef ul li{
    display: inline-block;
    }

    .alefseen_thumb_featured{
      position: relative;
      height: 200px;
      overflow: hidden;
      vertical-align: middle;
      display: flex;
      margin: 10px;
    border-radius: 10px;
    }
    .alefseen_thumb_featured .back_image{
      height: auto;
      margin: auto;
      position: absolute;
      filter: blur(10px) brightness(0.8);
      width: 100%;
      z-index: 5;
      top: -50%;
    }
    .alefseen_thumb_featured .front_image{
      height: 90%;
      width: auto;
      margin: auto;
      z-index: 6;
      border-radius: 100%;
    }
    #content.product_page .chosen_car_none .car_item a::after {
      content: '';
      background: url(/wp-content/uploads/2020/07/click-1.png);
      width: 20px;
      height: 20px;
      display: inline-block;
      position: absolute;
      right: 10px;
      top: 20px;
      transform-origin: center;
      transform: rotate(-25deg);
      opacity: .4;
      transition: .3s;
  }
  #content.product_page .chosen_car_none .car_item a:hover::after {
    opacity: .9;
  }
  .slick-arrow{
    z-index: 100;
  }
  .slick-arrow:before {
    color: #222;
  }
  .featured_sidebar_contact {
    font-size: 17px;
  }
.featured_sidebar_mobile .featured_sidebar {
  display: inline-block;
  width: 32%;
  margin: 10px auto;
}
.featured_sidebar_mobile .featured_sidebar .content span {
  display: none;
}
.woocommerce a.button.added::after{
  margin: 5px;
  color: #fff;
}
#content.product_page .product_info_top .bottom_block a.basket_btn.added:before,
#content.product_page .product_info_top .bottom_block a.basket_btn.loading:before{
display: none;
}
.added_to_cart.wc-forward{
  background: #d1181f;
  padding: 7px;
  border-radius: 5px;
  margin: 0 5px;
  color: #fff;
}
#mode-mini-cart{
  position: absolute;
  width: 500px;
  background: #fcfcfc;
  padding: 10px;
  border-radius: 5px;
  margin: 10px 5%;
  max-width: 90%;
  top: 70px;
  left: 0;
  max-height: 300px;
  overflow-y: scroll;
}
#mode-mini-cart .woocommerce-mini-cart.cart_list.product_list_widget{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
} 
#mode-mini-cart .woocommerce-mini-cart.cart_list.product_list_widget .woocommerce-mini-cart-item.mini_cart_item{
  display: flex;
  margin: 5px;
  min-width: 130px;
  flex-direction: column;
  width: 30%;
}
#mode-mini-cart .woocommerce-mini-cart.cart_list.product_list_widget .woocommerce-mini-cart-item.mini_cart_item .remove_from_cart_button {
  order: 2;
    position: absolute;
    bottom: 5px;
}
#mode-mini-cart .woocommerce-mini-cart.cart_list.product_list_widget .woocommerce-mini-cart-item.mini_cart_item a:not(.remove){
  width: 110px;
  font-size: 12px;
  border-radius: 100%;
  order: 1;
  padding: 13px;
  position: relative;
  text-align: center;
  background-color: #fff9;
  font-weight: 400;
  height: 100px;
  overflow: hidden;
  margin: auto;
}
#mode-mini-cart .woocommerce-mini-cart.cart_list.product_list_widget .woocommerce-mini-cart-item.mini_cart_item a:not(.remove) img{
  right: 0;
  position: absolute;
  top: 0;
  margin: 0;
  width: 110px;
  opacity: .5;
  filter: blur(5px);
  height: 110px;
  transition: .3s;
  background-color: #fff;
}
#mode-mini-cart .woocommerce-mini-cart.cart_list.product_list_widget .woocommerce-mini-cart-item.mini_cart_item:hover a:not(.remove) img{
filter: none;
opacity: 1;
}
#mode-mini-cart .woocommerce-mini-cart.cart_list.product_list_widget .woocommerce-mini-cart-item.mini_cart_item .quantity{
order: 3;
    display: inline-block;
    font-size: 12px;
    margin: 5px auto;
    padding-right: 20px;
}
#mode-mini-cart .woocommerce-mini-cart__total.total{
margin: 10px auto;
padding: 10px;
border-radius: 10px;
background: #f0474d;
text-align: center;
color: #fff;
}
#mode-mini-cart .woocommerce-mini-cart__buttons{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
#mode-mini-cart .woocommerce-mini-cart__buttons .wc-forward{
  margin: 5px;
  background: transparent;
}
#mode-mini-cart  .woocommerce-mini-cart__buttons .wc-forward.checkout{
  background: #00aeef;
  color: #fff;
  border-radius: 10px;
  font-weight: 300;
  padding: .618em 1em;
}
#mode-mini-cart .woocommerce-mini-cart__empty-message{
  text-align: center;
  font-size: 14px;
  margin: auto;
  font-weight: 200;
}
.minicartcontainer.nominicart #mode-mini-cart {
height: 0;
opacity: 0;
transition: .3s;
}
.minicartcontainer.activeminicart #mode-mini-cart {
  height: auto;
  opacity: 1;
}
.wp-paginate a {
  background: #fff !important;
  border: 1px solid #ccc !important;
  color: black !important;
  padding: .5em !important;
  margin-right: 0 !important;
}
.wp-paginate a:hover {
background: #ebe9eb !important;
color: #8a7e88 !important;
}
.wp-paginate .current {
  background: #ebe9eb !important;
  color: #8a7e88 !important;
}
.alefseen_thumb_featured .entry-meta.hovered{
  position: absolute;
  bottom: 20px;
  right: 10px;
  font-weight: 200;
  z-index: 7;
  font-size: 13px;
  background: #fffc;
  padding: 5px 10px;
  border-radius: 10px;
}
.item .box .woocommerce table.shop_attributes {
  border-top: none;
}
.entry-content .woocommerce ul.products{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.entry-content .woocommerce ul.products div.content-area{
  width: 45%;
  min-width: 380px;
}
.woocommerce ul.products::after, .woocommerce ul.products::before {
  display: none !important;
}
.woocommerce table.shop_attributes{
  border-top: none !important;
}
.noscroolable{
  overflow: hidden;
}
.slick-crousol-car.single {
  margin: 0 -10px;
}