/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 16, 2020, 9:50:01 AM
    Author     : habib aliabadi
*/

button.btn_box {
    border: 1px solid #c6c6c6;
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 32px;
    padding-right: 32px;
}

button.btn_box i {
    color: #c6c6c6;
    font-size: 20px;
}

button.btn_account {
    border: 1px solid #4ecde0;
    background-color: white;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 30px;
    padding-right: 30px;
}

button.btn_account i {
    font-size: 20px;
}

button.btn_box:hover span, i {
    color: #4ecde0;
}
button.btn_account span {
    margin-right: 10px;
}
button.btn_account span {
    color: #4ecde0;
}
button.btn_box span {
    margin-right: 10px;
    color: #c6c6c6;
}
/**********************************************************************************/
/**********************************************************************************/
/**********************************************************************************/
.top_menu ul {
    padding: 0;
}
.top_menu ul li:hover {
    color: #ff5f2e;
    cursor: pointer;
}
.top_menu ul li {
    list-style: none;
    display: inline-block;
    font-size: 14px;
    margin-left: 11px;
    color: #888888;
    transition: 0.5s;
}
.top_menu ul li:after {
    content: '|';
    margin-right: 28px;
    color: #e9e9e9;
}
li.active_menu {
    color: #ff5f2e !important;
}


.header {
    background-color: #ffffff;
    background-image: url(../images/top_header.png);
    background-repeat: repeat-x;
    padding-top: 35px;
}

select#sel1 {
    border-radius: 0;
    color: #ff5f2e;
}

.category_item {
    /*width: 20%;*/
}

.search_area {
    /*width: 50%;*/
}
.search_box {
    border-left: 1px solid #c8c8c8;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-right: 0;
    width: 100%;
    padding: 6px;
    color: #c8c8c8;
    padding-right: 15px;
}
.search_box::placeholder {
    color: #d9d9d9;
}

.search_area i {
    margin-top: 10px;
    position: absolute;
    margin-right: -22px;
    color: #ff5f2e;
}
button.btn_search {
    border-left: 1px solid #c8c8c8;
    background-color: #f8f8f8;
    padding-top: 9px;
    padding-bottom: 8px;
    padding-left: 20px;
    padding-right: 30px;
    border-top: 1px solid #c8c8c8;
    border-bottom: 1px solid #c8c8c8;
    border-right: 0;
    font-size: 13px;
    position: relative;
}
button.btn_search i {
    color: #9c9c9c;
    font-size: 14px;
    position: absolute;
    margin-top: 3px;
    right: 11px;
}
.category_item {
    width: 15%;
}
.search_area {
    width: 60%;
}
.search_button
{
    width:30%;
}
.logo_area
{
    margin-left:50px;
}

.logo_area img
{
    width: fit-content;
    height: fit-content;
    margin-top: 40px;
}
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
.main_menu {
    background-color: #ff5f2e;
    width: 100%;
    text-align: right;
    padding: 10px;
}
.main_menu ul {
    padding: 0;
    margin: 0;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.main_menu ul li {
    list-style: none;
    display: inline-block;
    margin-left: 30px;
    color: #fafafa;
    transition: 0.5s;
}
.main_menu ul li:after {
    content: '|';
    margin-right: 30px;
    color: #e15429;
}
.main_menu ul li:hover {
    color: #726868;
    cursor: pointer;
}

.news_area {
    text-align: right;
    padding: 20px;
    background-color: #ececec;
    width: 100%;
}
.news_area b, p {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #909090;
}
.left_side {
    width: 25%;
    text-align: right;
    margin-left: 10px;
    border-bottom: 3px solid #f26b6b;
    height: fit-content;
}
.left_side_header {
    margin-top: 27px;
    border-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 4px solid #f26b6b;
}
.img_item {
    width: 25%;
    margin-top: 7px;
    margin-right: 5px;
}
.item_left_side:hover {
    background-color: #e6e6e6;
}
.item_left_side {
    overflow: auto;
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
    transition: 0.5s;
    display: flex;
    flex-direction: row;
    background-color: white;
}
.content_item {
    width: 63%;
    padding: 5px;
    color: #9f9f9f;
    font-size: 13px;
}
.content_item p {
    display: block;
}
.box_frame {
    border: 2px solid #ebebeb;
}
p.title_side {
    color: #FF5722;
    font-size: 13px;
    margin-right: 10px;
}
a.link_side {
    font-size: 13px;
    color: #90A4AE !important;
    float: left;
    margin-left: 15px;
    display: inline-block;
}
.img_item img
{
    width: 100%;
}
.rightside
{
    width:75%;
}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container
{
    margin-right: 0;
    margin-left: 0 !important; 
}
.mCSB_scrollTools .mCSB_draggerContainer
{
    left: -12px !important;
}

.slider_box {
    background-color: white;
    border: 1px solid #b6b6b6;
    margin-top: 1px;
    margin-left: 5px;
    margin-right: 10px;
    margin-bottom: 20px;
}

/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/
/*********************************************************************/

.news_box {
    width: 25%;
    text-align: right;
    margin-left: 10px;
    border-bottom: 3px solid #f26b6b;
    height: fit-content;
}
.news_box_header {
    border-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    border-bottom: 4px solid #f26b6b;
}
.news_img_item {
    width: 25%;
    margin-top: 7px;
    margin-right: 5px;
}
.news_item_left_side:hover {
    background-color: #e6e6e6;
}
.news_item_left_side {
    overflow: auto;
    border-bottom: 1px solid #cecece;
    padding-bottom: 5px;
    transition: 0.5s;
    display: flex;
    flex-direction: row;
    background-color: white;
}
.news_content_item {
    width: 63%;
    padding: 6px;
    color: #9f9f9f;
    font-size: 13px;
}
.news_content_item p {
    display: block;
}

.special_slider_box
{
    width: 75%;
    background-color: white;
    margin-left: 10px;
    margin-right: 10px;
    height: fit-content;
    margin-top: 37px;
    padding: 10px;
    box-shadow: 4px 4px 6px #cecece;
}
ul.special_tab li {
    margin-left: 10px;
    margin-right: 0px;
    padding: 10px;
    color: #bababa;
    position: relative;
    cursor: pointer;
}

ul.special_tab {
    display: flex;
    flex-direction: row;
    list-style: none;
    border-bottom: 2px dashed #d9d9d9;
    padding: 0;
}

li.active_tab:after {
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fe5353;
    content: '';
    top: 44px;
    position: absolute;
    left: 50px;
}
li.active_tab {
    background-color: #fe5353;
    color: white !important;
}
/*ul.special_tab li:after {
    content: '|';
    margin-right: 70px;
    color: #e9e9e9;
}*/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
/****************************************************************************/
.special_description {
    width: 40%;
    padding-right: 20px;
}
.special_image {
    width: 35%;
    /* margin-top: 40px; */
    text-align: center;
}
.special_details {
    width: 25%;
    padding-left: 20px;
}
span.special_product_title_label {
    color: #d9d9d9;
    font-size: 17px;
}
span.special_product_title {
    color: #595959;
    font-weight: bold;
}
ul.special_product_property {
    margin-top: 20px;
    list-style: none;
    padding: 0;
    font-size: 12px;
}
ul.special_product_property li {
    margin-top: 15px;
}
ul.special_product_property li i {
    color: #37b56f;
}


.special_image img {
    width: 290px;
}


button.btn-showproduct {
    background-color: #7f7f7f;
    border: 0;
    color: white;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
button.btn-addcart {
    background-color: #fe5353;
    border: 0;
    color: white;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
}
.special_real_price_box
{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cecece;
    padding-bottom: 7px;
    margin-bottom: 10px;
}
span.special_real_price_label {
    color: #7f7f7f;
}
span.special_real_price {
    color: #4cb26d;
    font-size: 25px;
}
.special_discount_price_box
{
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
span.special_discount_price_label {
    color: #767676;
}
span.special_discount_price {
    color: #ff4848;
    font-size: 25px;
}
.special_timer {
    display: flex;
    flex-direction: column;
    align-items: start;
}
.timer_counter
{
    color: #ff4848;
    font-size: 45px;
    margin-top: 30px;
}
span.timer_label {
    font-size: 13px;
    color: #bbbbbb;
    margin-top: 3px;
    padding-right: 17px;
}
span.minute_label {
    margin-right: 57px;
}
span.hour_label {
    margin-right: 45px;
}

.particular_item {
    width: 25%;
    display: flex;
    height: 105px;
    padding: 7px;
    background-color: white;
    box-shadow: 4px 4px 6px #cecece;
}

.particular_icon i {
    font-size: 60px;
    color: white;
}

.particular_icon {
    width: 40%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px dashed #dddddd;
    border-bottom: 2px dashed #dddddd;
    border-right: 2px dashed #dddddd;
}
.particular_title {
    width: 60%;
    border-left: 2px dashed #e7e7e7;
    border-bottom: 2px dashed #e7e7e7;
    border-top: 2px dashed #e7e7e7;
    margin-right: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 23px;
    color: #6a6a6a;
    font-family: 'Yekan';
}
.particular_icon_style1
{
    background-color: #d19fdf;
}
.particular_icon_style2
{
    background-color: #afd2d2;
}
.particular_icon_style3
{
    background-color: #f9786a;
}
.particular_icon_style4
{
    background-color: #75cb91;
}
/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
.vertical_slider {
    width: calc(100% - 20px);
    background-color: white;
    height: fit-content;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    display: flex;
    flex-direction: row;
    border-left: 3px solid #5ec568;
    box-shadow: 4px 5px 6px #cac9c9;
}
.vertical_slider_tab_box {
    width: 4%;
}
.vertical_slider_content_box {
    width: 96%;
}

ul.vertical_slider_tab {
    list-style: none;
    padding: 0;
    position: relative;
    margin: 0;
}
ul.vertical_slider_tab li {
    background-color: #c1c1c1;
    width: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
}
ul.vertical_slider_tab li i {
    color: white;
    font-size: 40px;
}
ul.vertical_slider_tab li:after {
    content: '';
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    position: absolute;
    border-right: 20px solid #c1c1c1;
    right: 35px;
    margin-top: 7px;
}
ul.vertical_slider_tab li:hover {
    background-color: #44c471;
    cursor: pointer;
}
ul.vertical_slider_tab li:hover:after {
    border-right: 20px solid #44c471;
    cursor: pointer;
}
span.vertical_slider_title {
    position: absolute;
    top: -35px;
    color: #a0a0a0;
    right: 15px;
    font-family: 'Yekan';
}
li.vertical_slider_active {
    background-color: #44c471 !important;
}
li.vertical_slider_active:after {
    border-right: 20px solid #44c471 !important;
}
i.fa.fa-mobile {
    font-size: 35px;
}
i.fa.fa-tablet {
    font-size: 25px;
}
i.fa.fa-android {
    font-size: 25px;
}
i.fa.fa-laptop {
    font-size: 25px;
}
i.fa.fa-camera {
    font-size: 17px;
}


.vslider_img img {
    width: 120px;
    margin-top: 10px;
}
.vslider_content {
    margin-top: 10px;
}
li.lslide {
    width: 300px !important;
}
span.vsllider_item_title {
    color: #999999;
}
.content-slider li:first-child {
    border-right: 1px solid #ededed;
}
.content-slider li {
    background-color: white !important; 
    text-align: center;
    color: #FFF;
    border-left: 1px solid #ededed;
}
.vslider_content {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}
span.rate_box i {
    color: #ffdb5d;
}
span.price_box {
    color: #fe5353;
}
.button_box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    border-top: 1px solid #dddddd;
    padding-top: 15px;
    margin-left: 10px;
    margin-right: 10px;
}
a.compare_button i {
    background-color: #9a9a9a;
    border-radius: 50%;
    color: white;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 8px;
}
a.compare_button span {
    color: #757575;
    font-size: 13px;
}
a.cart_button i {
    background-color: #f1595c;
    color: white;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 50%;
}
a.cart_button span {
    color: #757575;
    font-size: 13px;
}
a.lSPrev i {
    color: #4d4d4d;
    font-size: 40px;
}
a.lSNext i {
    color: #4d4d4d;
    font-size: 40px;
}

.lSAction > a
{
    background: none !important;
}
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
/***********************************************************************/
.main_banner_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}
.banner_item {
    width: 28%;
    border: 1px solid #dadada;
    padding: 7px;
    margin-left: 10px;
    background-color: #f6f6f6;
}
.banner_item img {
    width: 100%;
    height: 100%;
}
.follow_product_box {
    width: 28%;
    background-color: white;
    padding: 20px;
    box-shadow: 5px 4px 7px #b2b2b2;
}
.follow_product_content {
    border: 1px solid #bcbcbc;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.follow_product_content input {
    padding: 5px;
    border: 0;
    width: 100%;
    font-size: 14px;
    font-family: 'Yekan';
}
.follow_product_content i {
    margin-left: 14px;
    border-right: 1px solid #d1d1d1;
    color: #cc7dd8;
    padding-right: 9px;
}

/**************************************************************/
/**************************************************************/
/**************************************************************/
/**************************************************************/
.footer_slider_box {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: #373737;
    padding: 10px;
    position: relative;
    justify-content: center;
    border-bottom: 2px solid #4b4b4b;
}
.footer_slider_box .demo
{
    width: calc(100% - 55px) !important;
}
#content-slider4
{
    height: 60px !important;    
}

#content-slider4 li
{
    width:fit-content !important;
    background-color: transparent !important;
    border: 0;
}

#content-slider4 li img {
    width: 55px;
    height: 100%;
}
.mylSAction {
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 20px);
    padding-top: 20px;
}

.mylSAction a:hover {
    opacity: 0.7;
}

.mylSAction a {
    cursor: pointer;
}
.footer {
    width: 100%;
    background-color: #424242;
    padding-top: 40px;
    padding-right: 30px;
    /* margin-bottom: 100px; */
    padding-bottom: 60px;
    border-bottom: 2px solid #525252;
}

.link_box {
    width: 25%;
}
.link_box_title i {
    width: fit-content;
    color: #c0c0c0;
    font-size: 25px;
}
.link_box_title label {
    color: #8e8e8e;
    font-family: 'Yekan';
    font-size: 18px;
    margin-right: 10px;
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 6px;
    width: calc(100% - 80px);
}
.link_box_title ul {
    list-style: disc;
    margin-top: 10px;
    font-size: 13px;
    color: #303030;
}
.link_box_title ul li
{
    margin-top: 10px;
}
.link_box_title ul li span
{
    color: #8e8e8e;
}

.question_box {
    width: 25%;
}

.question_box_title i {
    width: fit-content;
    color: #c0c0c0;
    font-size: 25px;
}
.question_box_title label {
    color: #8e8e8e;
    font-family: 'Yekan';
    font-size: 18px;
    margin-right: 10px;
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 6px;
    width: calc(100% - 80px);
}
.question_box_title ul {
    list-style: disc;
    margin-top: 10px;
    font-size: 13px;
    color: #303030;
}
.question_box_title ul li
{
    margin-top: 10px;
}
.question_box_title ul li span
{
    color: #8e8e8e;
}

.newsfooter_box {
    width: 25%;
}

.newsfooter_box_title i {
    width: fit-content;
    color: #c0c0c0;
    font-size: 25px;
}
.newsfooter_box_title label {
    color: #8e8e8e;
    font-family: 'Yekan';
    font-size: 18px;
    margin-right: 10px;
    border-bottom: 1px solid #2f2f2f;
    padding-bottom: 6px;
    width: calc(100% - 80px);
}
.newsfooter_box_title ul {
    list-style: disc;
    margin-top: 10px;
    font-size: 13px;
    color: #303030;
}
.newsfooter_box_title ul li
{
    margin-top: 10px;
}
.newsfooter_box_title ul li span
{
    color: #8e8e8e;
}
/******************************************************/
/******************************************************/
/******************************************************/
/******************************************************/
.copyright {
    display: flex;
    flex-direction: row;
    width: 100%;
    background-color: #373737;
    padding-top: 30px;
    padding-bottom: 40px;
}
.footer_logo_box {
    padding-right: 20px;
}
.footer_content_box {
    padding-right: 30px;
    display: flex;
    flex-direction: column;
    font-size: 12px;
    line-height: 25px;
}
.rssfooter_box {
    width: 25%;
    margin-left: 20px;
    position: relative;
}
.rssfooter_box_title label {
    width: calc(100% - 50px);
    color: #9e9e9e;
    padding-right: 15px;
    font-family: 'Yekan';
}

.rssfooter_box_title {
    border-bottom: 2px solid #dea018;
}
.rssfooter_box_title i {
    color: #dea018;
    font-size: 22px;
}
.rssfooter_box_content {
    background-color: white;
    padding: 10px;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
}
.rssfooter_image {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 40%;
    justify-content: center;
}
.rssfooter_image img {
    width: 100px;
    height: 100px;
}

.rssfooter_content {
    font-family: 'Yekan';
    padding-right: 30px;
    color: #696969;
    font-size: 14px;
}

.rssfooter_content ul {
    padding: 0;
    list-style: square;
    font-size: 25px;
}

.rssfooter_content ul li span
{
    font-size: 14px;
    position: absolute;
    margin-top: 7px;
}

.rssfooter_form_box {
    display: flex;
    flex-direction: row;
}
.rssfooter_form_box input {
    background-color: #f7f7f7;
    border: 1px solid #e9e7e7;
    padding: 10px;
    font-size: 13px;
    width: 100%;
    font-family: 'Yekan';
}
.rssfooter_form_box button {
    background-color: #f7f7f7;
    border-left: 1px solid #e9e7e7;
    border-top: 1px solid #e9e7e7;
    border-bottom: 1px solid #e9e7e7;
    border-right: 0;
    font-size: 15px;
    font-family: 'Yekan';
    color: #919090;
    padding-left: 20px;
    padding-right: 20px;
}

.rssfooter_social_box {
    position: absolute;
    background-color: #ffb412;
    width: calc(100% - 10px);
    right: 5px;
    z-index: 1;
    padding: 15px;
    margin-top: -5px;
}
.rssfooter_social_box span {
    font-family: 'Yekan';
    color: #9a721c;
    margin-left: 30px;
}
.rssfooter_social_box i {
    color: #9a721c;
    font-size: 20px;
}
.rssfooter_social_box i:after {
    content: '|';
    color: #f0a90d;
    margin-right: 20px;
}