﻿html {
    font-family: IRANSans !important;
    font-size: 13px;
    font-weight: 500 !important;
}

body {
    /*background: #efefef;*/
    font-family: IRANSans !important;
    font-weight: 400;
}

.checkbox-inline label {
    font-weight: 400 !important;
}

.page-title.bg-dark .breadcrumb > li a, .page-title.bg-dark .breadcrumb > li a:hover, .page-title.bg-dark .breadcrumb > li + li:before {
    color: #858585
}

.page-title.bg-dark {
    color: #f9f9f9 !important
}

    .page-title.bg-dark a {
        color: #f9f9f9 !important
    }

.color-current1 {
    color: #444 !important;
}

.color-current2 {
    color: #3a3a3a !important;
}

.bg-danger-current {
    background: #ef4a56 !important;
}


/*.fa {
    margin: 0 0 0 5px;
}*/

.discount-badge {
    background: #ef4a56 !important;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
}

.discount-badge-sm {
    background: #ef4a56 !important;
    color: #fff;
    padding: 3px 6px;
    border-radius: 20px;
}

a, a:hover, a:active, a:visited, a:focus {
    text-decoration: none;
}

.shop-item .shop-item-image .promo {
    position: absolute;
    top: 0px;
    left: 0px;
    opacity: 1;
    color: #fff
}

.shop-item .shop-item-image .promo2 {
    position: absolute;
    top: 70px;
    left: 0px;
    opacity: 1;
    color: #fff
}

    .shop-item .shop-item-image .promo .sale, .shop-item .shop-item-image .promo2 .sale {
        background-color: #ef4a56;
        -webkit-border-radius: unset;
        -moz-border-radius: unset;
        -o-border-radius: unset;
        border-radius: unset;
        behavior: none;
        width: unset;
        height: unset;
        line-height: unset;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 15px;
        margin-bottom: 5px;
        text-align: center;
        padding: 5px;
        /*min-width: 30px;*/
        width: 50px;
        min-height: 60px;
    }

    .shop-item .shop-item-image .promo2 .sale {
    }

/*.tags {
    list-style: none;
    margin: 0;
     //overflow: hidden ;
    padding: 0;
}

    .tags li {
        float: right;
    }

.tag {
    font-size: 12px;
    background: #eee !important;
    border-radius: 3px 0 0 3px;
    color: #999;
    display: inline-block !important;
    height: 26px;
    line-height: 26px;
    padding: 0 20px 0 20px !important;
    position: relative;
    margin: 0 0 10px 5px !important;
    text-decoration: none;
    -webkit-transition: color 0.2s;
}

    .tag::before {
        background: #fff;
        border-radius: 10px;
        box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
        content: '';
        height: 6px;
        right: 8px;
        position: absolute;
        width: 6px;
        top: 10px;
    }

    .tag::after {
        background: #fff;
        border-bottom: 13px solid transparent;
        border-right: 10px solid #eee;
        border-top: 13px solid transparent;
        content: '';
        position: absolute;
        left: 0;
        top: 0;
    }

    .tag:hover {
        background-color: #ef4a56 !important;
        color: white;
    }

        .tag:hover::after {
            border-right-color: #ef4a56 !important;
        }*/


footer .tags li {
    display: inline-block;
    margin: 5px 0 10px 5px !important;
}


::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    text-align: right;
    letter-spacing: normal;
}

::-moz-placeholder { /* Firefox 19+ */
    text-align: right;
    letter-spacing: normal;
}

:-ms-input-placeholder { /* IE 10+ */
    text-align: right;
    letter-spacing: normal;
}

a.btn-more {
    color: #3a3a3a;
}


    a.btn-more:after {
        /*top: -3px;
        left: -20px !important;*/
        font-size: 12px;
        content: "\f190";
        font-weight: 400;
        display: inline-block;
        font-family: FontAwesome;
        position: absolute;
        color: #3498db;
        margin-right: 5px;
    }


    a.btn-more:hover:after {
        /*right: -35px !important;*/
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out
    }

/*------------------------------------My changes-----------------------------------------------*/

/*---------------radian------------------*/

.panel, .btn, .form-control, .radius-default {
    /* Safari 3-4, iOS 1-3.2, Android 1.6- */
    -webkit-border-radius: 4px !important;
    /* Firefox 1-3.6 */
    -moz-border-radius: 4px !important;
    /* Opera 10.5, IE 9, Safari 5, Chrome, Firefox 4, iOS 4, Android 2.1+ */
    border-radius: 4px !important;
}

.shop-item-image img {
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-top-left-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.shop-item {
    -webkit-border-bottom-right-radius: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.promo .sale {
    -webkit-border-top-left-radius: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    border-top-left-radius: 4px !important;
}

.radius-top {
    -webkit-border-top-right-radius: 4px !important;
    -webkit-border-top-left-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    border-top-right-radius: 4px !important;
    border-top-left-radius: 4px !important;
}

.radius-top-5 {
    -webkit-border-top-right-radius: 5px !important;
    -webkit-border-top-left-radius: 5px !important;
    -moz-border-radius-topright: 5px !important;
    -moz-border-radius-topleft: 5px !important;
    border-top-right-radius: 5px !important;
    border-top-left-radius: 5px !important;
}

.radius-bottom {
    -webkit-border-bottom-right-radius: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-bottom-right-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.radius-right {
    -webkit-border-top-right-radius: 4px !important;
    -moz-border-radius-topright: 4px !important;
    border-top-right-radius: 4px !important;
    -webkit-border-bottom-right-radius: 4px !important;
    -moz-border-radius-bottomright: 4px !important;
    border-bottom-right-radius: 4px !important;
}

.radius-left {
    -webkit-border-top-left-radius: 4px !important;
    -moz-border-radius-topleft: 4px !important;
    border-top-left-radius: 4px !important;
    -webkit-border-bottom-left-radius: 4px !important;
    -moz-border-radius-bottomleft: 4px !important;
    border-bottom-left-radius: 4px !important;
}
/*---------------radian/end------------------*/

/*---------------pagination------------------*/

.pagination-main {
}

    .pagination-main .active {
        background-color: #3498db !important;
        color: #fff;
    }
/*---------------pagination/end------------------*/
.scrollToTop {
    right: unset;
    left: 10px;
}

#pnl_support {
    position: fixed;
    bottom: 4px;
    right: 10px;
    z-index: 1010;
    padding: 0;
}

.support-holder {
    background: #ffffff;
    color: #000000;
    border-radius: 4px;
    position: relative;
    width: auto;
    padding: 0 0 0 20px;
    border: 2px solid #26b92b;
}

.dropdown-menu.dropdown-cart {
    padding: 10px;
    min-width: 380px
}


/*------------------------------------End / My changes-----------------------------------------*/

/*------------------------------------Car Changes----------------------------------------------*/
.tp-caption.meduin_clarity_text {
    font-size: 22px;
    line-height: 58px;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
    letter-spacing: 0px;
    text-align: center;
    border-width: 0;
    border-color: #000;
    border-style: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    /*padding: 20px;*/
    /*border-radius: 10px;*/
    color: #1D1B20;
    /*background-color: rgba(0, 0, 0, .7);*/
    font-family: IRANSans !important;
}

.tp-caption.large_clarity_text {
    font-size: 72px;
    line-height: 72px;
    font-weight: 800;
    color: #DDFA6D;
    text-decoration: none;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 0px;
    border-width: 0;
    border-color: #000;
    border-style: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    /*padding: 20px;
    border-radius: 10px;*/
    /*background-color: rgba(0, 0, 0, .7);*/
    font-family: IRANSans !important;
}

.tp-caption.small_clarity_text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #fff !important;
    text-decoration: none;
    border-width: 0;
    border-color: #000;
    border-style: none;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
    /*padding: 20px;
    border-radius: 10px;*/
    /*background-color: rgba(0, 0, 0, .7);*/
    font-family: IRANSans !important;
}

.tp-caption.small_clarity_dark_text {
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    /*font-family: Raleway;*/
    color: #DDFA6D;
    text-decoration: none;
    background-color: transparent;
    text-shadow: none;
    border-width: 0;
    border-color: #000;
    border-style: none;
    font-family: IRANSans !important;
}

.tp-caption.large_text {
    position: absolute;
    color: #fff;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 32px;
    line-height: 40px;
    /*font-family: Arial;*/
    margin: 0px;
    border-width: 0px;
    border-style: none;
    white-space: nowrap;
}

.tp-caption a {
    color: #DDFA6D !important;
}

.tcbox {
    /*background-color: #ef4a56 !important;*/
    text-align: right;
    /*padding-left: 100px;*/
}

.image-v1 {
    background: url(../../img/jkimages/2859322.jpg) center center no-repeat;
    -moz-background-size: cover;
    background-size: cover;
}

    .image-v1 p, .image-v1 h2, .image-v1 strong {
        color: #1D1B20 !important;
    }

    .image-v1 .counter {
        color: #fff !important;
    }

    .image-v1 small {
        color: #d5d100;
        font-weight: bold;
    }

    .image-v1 p {
        font-weight: 600;
    }

.bg-gray-template {
    background: #f7f7f7 !important;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.color-white-template {
    color: #fff;
}

.aboutnormal {
    word-wrap: break-word;
    text-align: justify;
}

    .aboutnormal p {
        line-height: 35px !important;
    }

@media (max-width: 768px) {
    .col-xs-center {
        text-align: center;
    }
}

.callout a {
    vertical-align: middle;
    margin-left: 5px;
    padding-left: 5px;
    padding-right: 30px !important;
    padding-left: 30px !important;
    text-align: center !important;
}

    .callout a i {
        vertical-align: middle;
        margin-left: 5px;
        padding-left: 5px;
    }

/*.top-header {
    background: #2c2c2c;
}

    .top-header, .top-header a {
        color: #f1f0f0;
        font-size: 16px;
        font-weight: 500;
    }

        .top-header a {
            color: #fff;
        }*/
/*------------------------------------end/Car Changes----------------------------------------------*/
