/**
 * main-slider
 */
.bahman-main-slider {
    width: 100%;
    display: block;
    overflow: hidden;
    box-sizing: border-box;
}

.bahman-main-slider .bahman-slider-item {
    float: left;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
}

.bahman-main-slider .bahman-slider-item .bahman-slider-time-bar {
    position: absolute;
    right: 0;
    animation: bahman-slider-time-bar ease-in-out infinite;
}

@keyframes bahman-slider-time-bar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}

/**
 * element classic posts
 */
.bahman-classic-posts {
    width: 100%;
}

.bahman-classic-posts .bahman-post-item {
    overflow: hidden;
    transition-duration: 0.2s;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.bahman-classic-posts .bahman-post-item .bahman-classic-posts-thumbnail {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bahman-classic-posts .bahman-post-item .bahman-classic-posts-thumbnail img {
    width: 100%;
    height: auto;
    transition-duration: 0.2s;
}

.bahman-classic-posts .bahman-post-item .bahman-classic-posts-category {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 25px;
    padding: 0 10px;
    border-radius: 55px;
    font-size: 11px;
}

.bahman-classic-posts .bahman-post-item .bahman-classic-posts-type-icon {
    position: absolute;
    font-size: 13px;
	top: 10px;
    left: 10px;
    background-color: rgba(0, 0, 0, 0.4);
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 3px;
    color: #fff;
    line-height: 30px;
}

.bahman-classic-posts .bahman-post-item .bahman-classic-posts-type-icon i {
    line-height: 30px;
    text-align: center;
}

.bahman-classic-posts .bahman-post-item .bahman-classic-posts-view {
    position: absolute;
    background-color: rgba(0, 0, 0, 0.55);
    width: 100%;
    line-height: 30px;
    font-size: 12px;
    padding: 0 10px;
    box-sizing: border-box;
    bottom: -25px;
    left: 0;
    color: #fff;
    visibility: hidden;
    transition-duration: 0.3s;
}

.bahman-classic-posts .bahman-post-item:hover .bahman-classic-posts-view {
    bottom: 0;
    visibility: visible;
}

.bahman-classic-posts .bahman-post-item .bahman-classic-posts-meta {
}

.bahman-classic-posts .bahman-post-item .bahman-classic-posts-meta span:before {
    content: " | ";
}

.bahman-classic-posts .bahman-post-item .bahman-classic-posts-meta span:first-child:before {
    content: "";
}


.bahman-classic-posts .bahman-post-item .bahman-classic-posts-title a {
    display: block;
}

.bahman-classic-posts .bahman-post-item .bahman-classic-posts-excerpt {
    float: left;
    width: 100%;
    display: block;
	
}

.bahman-classic-posts .bahman-post-item .bahman-classic-posts-bottom-space {
    width: 100%;
    display: block;
    float: left;
    opacity: 0;
    visibility: hidden;
}

.bahman-classic-posts .bahman-post-item .bahman-classic-posts-read-more-button {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: background-image 0.2s;
}

.bahman-classic-posts.owl-carousel .owl-dots {
    position: unset;
    margin: 36px 0;
}

/**
 * element list posts
 */
.bahman-list-posts {
    width: 100%;
}

.bahman-list-posts .bahman-post-item {
    overflow: hidden;
    transition-duration: 0.2s;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 2fr;
}

.bahman-list-posts .bahman-post-item .bahman-list-posts-thumbnail {
    position: relative;
    overflow: hidden;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bahman-list-posts .bahman-post-item .bahman-list-posts-content {
    padding: 15px 20px;
    box-sizing: border-box;
}

.bahman-list-posts .bahman-post-item .bahman-list-posts-title a {
    float: left;
    width: 100%;
}

.bahman-list-posts .bahman-post-item .bahman-list-posts-excerpt {
    float: left;
    width: 100%;
    display: block;
}

.bahman-list-posts .bahman-post-item .bahman-list-posts-meta {
    border-top: 1px solid #DFE6E9DB;
    padding-top: 5px;
    line-height: 40px;
}

.bahman-list-posts .bahman-post-item .bahman-list-posts-meta span {
    margin-left: 10px;
}

/**
 * element card posts
 */
.bahman-cards-posts {
    width: 100%;
}

.bahman-cards-posts .bahman-post-item {
    overflow: hidden;
    transition-duration: 0.2s;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    min-height: 150px;
    background-size: cover;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
}

.bahman-cards-posts .bahman-post-item .bahman-cards-posts-category {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0 10px;
    border-radius: 4px;
    line-height: 25px;
    font-size: 12px;
}

.bahman-cards-posts .bahman-post-item .bahman-cards-posts-type-icon {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 100%;
    font-size: 13px;
    background-color: rgba(255, 255, 255, .7);
    color: #485460;
}

.bahman-cards-posts .bahman-post-item .bahman-cards-posts-type-icon i {
    line-height: 30px;
}

.bahman-cards-posts .bahman-post-item .bahman-cards-posts-background-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transition-duration: 0.2s;
}

.bahman-cards-posts .bahman-post-item .bahman-cards-posts-content {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    box-sizing: border-box;
}

.bahman-cards-posts .bahman-post-item .bahman-cards-posts-meta span {
    margin-right: 15px;
}

/**
 * element modern posts
 */
.bahman-modern-posts {
    width: 100%;
}

.bahman-modern-posts .bahman-post-item {
	margin-top: 40px;
    transition-duration: 0.2s;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.bahman-modern-posts .bahman-post-item .bahman-modern-posts-thumbnail {
    position: relative;
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
    display: block;
    top: -40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bahman-modern-posts .bahman-post-item .bahman-modern-posts-thumbnail img {
    width: 100%;
    height: auto;
    transition-duration: 0.2s;
}

.bahman-modern-posts .bahman-post-item .bahman-modern-posts-content {
    margin-top: -40px;
}

.bahman-modern-posts .bahman-post-item .bahman-modern-posts-title {
    float: left;
    width: 100%;
    display: block;
}

.bahman-modern-posts .bahman-post-item .bahman-modern-posts-title a {
    float: left;
    width: 100%;
    display: block;
}

.bahman-modern-posts .bahman-post-item .bahman-modern-posts-excerpt {
    float: left;
    width: 100%;
    display: block;
}

.bahman-modern-posts .bahman-post-item .bahman-modern-posts-read-more-button {
    width: 90%;
    display: block;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 15px;
    right: 5%;
    left: 5%;
    transition: background-image 0.2s;
}

.bahman-modern-posts .bahman-post-item .bahman-modern-posts-bottom-space {
    width: 100%;
    display: block;
    float: left;
    opacity: 0;
    visibility: hidden;
    padding-bottom: 15px;
}

/**
 * element modern posts
 */
.bahman-tv-posts {
    width: 100%;
}

.bahman-tv-posts .bahman-tv-posts-top-area {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-column-gap: 20px;
}

.bahman-tv-posts .bahman-tv-posts-second-area {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-row-gap: 20px;
}

.bahman-tv-posts .bahman-post-item {
    transition-duration: 0.2s;
    position: relative;
    box-sizing: border-box;
    width: 100%;
	 margin-top: 30px;
}

.bahman-tv-posts .bahman-post-item .bahman-tv-posts-thumbnail {
    position: relative;
    overflow: hidden;
    width: calc(100% - 44px);
    margin: 0 auto;
    display: block;
    top: -30px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.bahman-tv-posts .bahman-post-item .bahman-tv-posts-thumbnail img {
    width: 100%;
    height: auto;
}

.bahman-tv-posts .bahman-post-item .bahman-tv-posts-thumbnail .bahman-tv-posts-thumbnail-icon {
    position: absolute;
    font-size: 70px;
    top: calc(50% - 35px);
    left: calc(50% - 35px);
    color: rgba(255, 255, 255, 0.7);
    z-index: 500;
    transition-duration: 0.2s;
}

.bahman-tv-posts .bahman-post-item:hover .bahman-tv-posts-thumbnail .bahman-tv-posts-thumbnail-icon {
    color: rgba(255, 255, 255, 0.85);
}

.bahman-tv-posts .bahman-post-item .bahman-tv-posts-thumbnail .bahman-tv-posts-thumbnail-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.55;
    left: 0;
    bottom: 0;
    z-index: 499;
    transition-duration: 0.2s;
}

.bahman-tv-posts .bahman-tv-posts-second-area .bahman-post-item .bahman-tv-posts-thumbnail .bahman-tv-posts-thumbnail-cover {
    background-image: linear-gradient(45deg, #F97794, #623AA2);
}

.bahman-tv-posts .bahman-post-item .bahman-tv-posts-content {
    margin-top: -30px;
}

.bahman-tv-posts .bahman-post-item .bahman-tv-posts-content h3 {
    float: left;
    width: 100%;
}

.bahman-tv-posts .bahman-post-item .bahman-tv-posts-content .bahman-tv-posts-read-more-button {
    width: 100%;
    display: block;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
}

.bahman-tv-posts .bahman-tv-posts-bottom-area {
    display: block;
    width: 100%;
    margin-top: 30px;
}

.bahman-tv-posts .bahman-tv-posts-bottom-area article {
    padding: 10px;
}

@media screen and (max-width: 767px){
	.bahman-tv-posts .bahman-tv-posts-top-area {
		grid-template-columns: 1fr;
		grid-row-gap: 20px;
	}
}

/**
 * element main search form
 */
.bahman-main-search-wrapper {
    width: 100%;
    max-width: 100%;
    position: relative
}
.bahman-main-search-input-group {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    overflow: hidden;
    max-width: 100%;
    border: 0 solid transparent;
    border-radius: 5px;
    background-color: #eceeef;
    align-items: center
}

.bahman-main-search-wrapper .bahman-main-search-input-group>input {
    width: 400px;
    background-color: transparent;
    border: none;
    max-width: 100%
}

button.bahman-main-search-button {
    background: #55555e;
    color: #fff;
    border: 1px solid transparent;
    width: 50px;
    padding: 0;
    min-width: max-content;
    -webkit-transition: color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out;
    -o-transition: color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out;
    transition: color .3s ease-in-out,background .3s ease-in-out,border-color .3s ease-in-out
}

.bahman-main-search-button>svg {
    width: 15px;
    height: auto
}

.bahman-main-search-layout-2 .bahman-main-search-button {
    position: absolute;
    right: 0;
    margin-right: 15px;
    width: auto !important;
    padding: 0 !important;
    background-color: transparent !important;
}

.bahman-main-search-layout-2 .bahman-main-search-input-group>input {
    padding-right: 50px
}

.bahman-main-search-layout-3 .bahman-main-search-input-group>input {
    width: 50px;
    margin-right: -50px;
    -webkit-transition: width .4s linear;
    -o-transition: width .4s linear;
    transition: width .4s linear
}

.bahman-main-search-layout-3 .bahman-main-search-input-group:focus-within>input,
.bahman-main-search-layout-3 .bahman-main-search-input-group:hover>input {
    width: 400px;
    max-width: 100%
}

.bahman-main-search-layout-3 .bahman-main-search-button {
    position: relative;
    padding: 0;
    border-radius: 50px;
    z-index: 2
}

.bahman-main-search-layout-4 .bahman-main-search-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999;
    background-color: #000000d6;
    padding: 30px;
    height: 100vh
}

.bahman-main-search-layout-4 .bahman-main-search-input-group {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0;
    -webkit-transform: translate(-51%,-51%);
    -ms-transform: translate(-51%,-51%);
    transform: translate(-51%,-51%);
    border-bottom: 1px solid #fff;
    background-color: transparent
}

.bahman-main-search-layout-4 .bahman-main-search-input-group>input,.bahman-main-search-layout-5 .bahman-main-search-input-group>input {
    color: #fff;
    padding: 0;
    font-size: 25px
}

.bahman-main-search-layout-4 .bahman-main-search-input-group>input::-webkit-input-placeholder {
    color: #fff
}

.bahman-main-search-layout-4 .bahman-main-search-input-group>input::-moz-placeholder {
    color: #fff
}

.bahman-main-search-layout-4 .bahman-main-search-input-group>input:-ms-input-placeholder {
    color: #fff
}

.bahman-main-search-layout-4 .bahman-main-search-input-group>input::-ms-input-placeholder {
    color: #fff
}

.bahman-main-search-layout-4 .bahman-main-search-input-group>input::placeholder {
    color: #fff
}

.bahman-main-search-layout-5 .bahman-main-search-inner {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50vh;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 9999;
    background-color: #000000d6;
    padding: 30px
}

.bahman-main-search-layout-5 .bahman-main-search-input-group {
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 0;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    border-bottom: 1px solid #fff;
    background-color: transparent
}

.bahman-main-search-layout-5 .bahman-main-search-input-group>input::-webkit-input-placeholder {
    color: #fff
}

.bahman-main-search-layout-5 .bahman-main-search-input-group>input::-moz-placeholder {
    color: #fff
}

.bahman-main-search-layout-5 .bahman-main-search-input-group>input:-ms-input-placeholder {
    color: #fff
}

.bahman-main-search-layout-5 .bahman-main-search-input-group>input::-ms-input-placeholder {
    color: #fff
}

.bahman-main-search-layout-5 .bahman-main-search-input-group>input::placeholder {
    color: #fff
}

button.bahman-main-search-button-close {
    position: absolute;
    width: 50px;
    height: 50px;
    top: 30px;
    right: 30px;
    border: none;
    background: 0 0
}

.admin-bar .bahman-main-search-button-close {
    top: 60px
}

.bahman-main-search-button-close:after,.bahman-main-search-button-close:before {
    content: '';
    width: 55%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 48%;
    left: 22%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.bahman-main-search-button-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

/**
 * element classic products
 */
.bahman-classic-products .bahman-product-item {
    position: relative;
    box-sizing: border-box;
    transition-duration: 0.2s;
    width: 100%;
    overflow: hidden;
}

.bahman-classic-products .bahman-product-item .bahman-classic-products-thumbnail {
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bahman-classic-products .bahman-product-item .bahman-classic-products-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.bahman-classic-products .bahman-product-item .bahman-classic-products-content .bahman-classic-products-title,
.bahman-classic-products .bahman-product-item .bahman-classic-products-content .bahman-classic-products-excerpt {
    width: 100%;
    display: block;
    float: left;
}

.bahman-classic-products .bahman-product-item .bahman-classic-products-price {
    float: left;
    display: block;
    width: 100%;
}

.bahman-classic-products .bahman-product-item .bahman-classic-products-price ins {
    text-decoration: none;
}

.bahman-classic-products .bahman-product-item .bahman-classic-products-price del {
	
}

.bahman-classic-products .bahman-product-item .bahman-classic-products-rating .star-rating {
    margin-right: auto;
    margin-left: auto;
    float: none;
}

.bahman-classic-products .bahman-product-item .bahman-classic-products-rating .star-rating-empty:before {
    font-family: "FontAwesome";
    content: "\f005\f005\f005\f005\f005";
    display: block;
}

.bahman-classic-products .bahman-product-item .bahman-classic-products-meta span i {
    font-size: 1.25em;
}

.bahman-classic-products .bahman-product-item .bahman-classic-products-meta span:nth-child(1) {
    float: left;
}

.bahman-classic-products .bahman-product-item .bahman-classic-products-meta span:nth-child(2) {
    float: right;
}

.bahman-classic-products .bahman-product-item .bahman-products-bottom-empty-area {
    visibility: hidden;
    width: 100%;
    display: block;
}

.bahman-classic-products .bahman-product-item .bahman-classic-products-read-more-button {
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
    text-align: center;
    transition: background-image 0.2s;
    left: 0;
    box-sizing: border-box;
}

/**
 * element modern1 products
 */
.bahman-modern1-products article {
    margin-top: 40px;
}

.bahman-modern1-products .bahman-product-item {
    position: relative;
    box-sizing: border-box;
    transition-duration: 0.2s;
    width: 100%;
}

.bahman-modern1-products .bahman-product-item .bahman-modern1-products-thumbnail {
    width: 90%;
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: -40px;
}

.bahman-modern1-products .bahman-product-item .bahman-modern1-products-content {
    margin-top: -40px;
}

.bahman-modern1-products .bahman-product-item .bahman-modern1-products-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.bahman-modern1-products .bahman-product-item .bahman-modern1-products-content .bahman-modern1-products-title, .bahman-modern1-products .megawp-product-item .megawp-modern1-products-content .megawp-modern1-products-excerpt {
    width: 100%;
    display: block;
    float: left;
}

.bahman-modern1-products .bahman-product-item .bahman-modern1-products-price {
    float: left;
    display: block;
    width: 100%;
}

.bahman-modern1-products .bahman-product-item .bahman-modern1-products-price ins {
    text-decoration: none;
}

.bahman-modern1-products .bahman-product-item .bahman-modern1-products-price del {
}

.bahman-modern1-products .bahman-product-item .bahman-modern1-products-rating .star-rating {
    margin-right: auto;
    margin-left: auto;
	float: none;
}

.bahman-modern1-products .bahman-product-item .bahman-modern1-products-rating .star-rating-empty:before {
    font-family: "FontAwesome";
    content: "\f005\f005\f005\f005\f005";
    display: block;
}

.bahman-modern1-products .bahman-product-item .bahman-modern1-products-content .bahman-modern1-products-meta span i {
    font-size: 1.25em;
}

.bahman-modern1-products .bahman-product-item .bahman-modern1-products-content .bahman-modern1-products-meta span:nth-child(1) {
    float: left;
}

.bahman-modern1-products .bahman-product-item .bahman-modern1-products-content .bahman-modern1-products-meta span:nth-child(2) {
    float: right;
}

.bahman-modern1-products .bahman-product-item .bahman-products-bottom-empty-area {
    visibility: hidden;
    width: 100%;
    display: block;
    margin-bottom: 15px;
    float: left;
}

.bahman-modern1-products .bahman-product-item .bahman-modern1-products-read-more-button {
    width: 90%;
    display: block;
    text-align: center;
    padding: 0 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 15px;
    right: 5%;
    left: 5%;
    transition: background-image 0.2s;
}

/**
 * element modern2 products
 */
.bahman-modern2-products .bahman-product-item {
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    transition-duration: 0.2s;
    width: 100%;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-thumbnail {
    width: 100%;
    display: block;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-thumbnail img {
    width: 100%;
    max-width: 100%;
    height: auto;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-content .bahman-modern2-products-title,
.bahman-modern2-products .bahman-product-item .bahman-modern2-products-content .bahman-modern2-products-excerpt {
    width: 100%;
    display: block;
    float: left;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-content .bahman-modern2-products-meta span i {
    font-size: 1.25em;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-content .bahman-modern2-products-meta span:nth-child(1) {
    float: left;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-content .bahman-modern2-products-meta span:nth-child(2) {
    float: right;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-bottom-area {
    width: 100%;
    border-top: 1px dashed #dfe6e9;
    box-sizing: border-box;
    padding: 10px 15px;
    display: table;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-bottom-area .bahman-modern2-products-price-area {
    display: table-cell;
    vertical-align: middle;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-bottom-area .bahman-modern2-products-price {
    box-sizing: border-box;
    font-size: 12px;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-bottom-area .bahman-modern2-products-price ins {
    text-decoration: none;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-bottom-area .bahman-modern2-products-price del {
    font-size: 11px;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-bottom-area .bahman-modern2-products-rating {
    display: block;
    margin-top: 5px;
    box-sizing: border-box;
    height: 17px;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-bottom-area .star-rating-empty:before {
    font-family: 'FontAwesome';
    content: "\f005\f005\f005\f005\f005";
    line-height: 14px;
    font-size: 14px;
    float: right;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-bottom-area .bahman-modern2-products-rating .star-rating {
    font-size: 14px;
    float: right;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-bottom-area a.bahman-modern2-products-read-more-button {
    float: left;
    line-height: 21px;
    font-size: 11px;
    padding: 6px 10px;
    margin: 7px 0;
    text-align: center;
    transition: background-image 0.2s;
}

.bahman-modern2-products .bahman-product-item .bahman-modern2-products-bottom-area a.bahman-modern2-products-read-more-button i {
    float: left;
    line-height: 21px;
    margin-right: 5px;
}