@import url(font-awesome.min.css);
*{
    border:none;
    margin:0 ;
    padding:0;
    outline:none !important;
}
ul ,p{
    margin-bottom:0 !important;
}
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
*, *:before, *:after {
    -webkit-box-sizing: inherit;
    -moz-box-sizing: inherit;
    box-sizing: inherit;
}

a{
    text-decoration:none !important;
}
@font-face {
    font-family: web_Yekan;
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Black.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Black.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Black.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Black.ttf') format('truetype');
}
@font-face {
    font-family: 'web_Yekan';
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');

}
@font-face {
    font-family: 'web_Yekan';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Medium.ttf') format('truetype');

}
@font-face {
    font-family: 'web_Yekan';
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_Light.ttf') format('truetype');

}
@font-face {
    font-family: 'web_Yekan';
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');

}
@font-face {
    font-family: 'web_Yekan';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot');
    src: url('../fonts/eot/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb(FaNum).woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: 'Thulth Mazar';
    src: url('../fonts/ThulthMazar.woff2') format('woff2'),
    url('../fonts/ThulthMazar.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}


body{
    direction:rtl !important;
    font-family: 'web_Yekan'!important;
    font-weight: normal;
    text-align:justify;
    font-size:13px  !important;
    position:relative;
    overflow-x: hidden;
    position:relative;
}

@media  (min-width:1200px){
    .namad {
        text-align: left;
        padding-left: 20px;
    }
    .serch-lnk li {
        display:inline-block !important;
    }
}
@media  (min-width:768px){
    .date-option {
        background-color: rgba(255,255,255,0.9);
        padding: 5px;
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        box-shadow: 0px 0px 5px  #7b7878;
        right:0;

    }
    .select-item {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        position: relative;
    }
    .btn.btn-search {
        height: 51px;
        width: 90px;
    }
    .serch-lnk li {
        width: 100px;
    }

    .select-box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .select-item {
        margin: 0 0 0 8px;
    }
    .footer{
        background-size:cover;
    }
    .title-section {
        text-align: center;
        font-size: 1.5rem;
    }
    .owl-best-product .owl-next,.owl-logo .owl-next{
        position:absolute;
        top:48%;
        right:-50px;
    }
    .owl-best-product .owl-prev,.owl-logo .owl-prev{
        position:absolute;
        top:48%;
        left:-50px;
    }
    .box17{position:relative}
    .box17:after{content:"";width:100%;height:100%;background: rgba(134, 134, 134, 0.9);position:absolute;top:0;left:0;opacity:0;transition:all .5s ease 0s}
    .box17:hover:after{opacity:1}
    .box17 img{width:100%;height:auto;transition:all 1.5s ease 0s}
    .box17 .box-content,.box17 .icon li a{position:absolute;transition:all .6s ease 0s}
    .box17:hover img{transform:scale(1.2)}
    .box17 .icon{width:100%;height:100%;list-style:none;padding:0;margin:0 auto;position:absolute;top:0;left:0;z-index:1}
    .box17 .icon li a{width:45px;height:45px;line-height:45px;margin:0 auto;top:50%;border:1px solid #fff;opacity:0}
    .box17:hover .icon li a{top:30%;opacity:1}
    .box17 .icon li a:hover{background:#fff;color:#02a2dd}
    .box17 .icon li:first-child a{left:-90%;right:0}
    .box17:hover .icon li:first-child a{left:-55px}
    .box17 .icon li:last-child a{right:-90%;left:0}
    .box17:hover .icon li:last-child a{right:-55px}
    .box17 .box-content{width:100%;padding:20px 10px;background:rgba(0,0,0,.1);bottom:-100%;left:0;z-index:1}
    .box17:hover .box-content{bottom:0}
    .box17 .title{font-size:18px;font-weight:700;color:#fff;margin-top:0}
    .box17 .post{display:block;font-size:14px;color:#fff}
    .row.row-news-letter {
        background-color: rgba(0, 0, 0, 0.1);
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top:4rem;
    }
    .nav.flex-column li::before {
        background-position: -1325px -543px !important;
        width: 31px;
        height: 23px;
        background: url(../images/them/slices.png) no-repeat;
        background-position-x: 0%;
        background-position-y: 0%;
        position: absolute;
        content: '';
        right: -25px;
        top: 8px
    }
    .nav.flex-column li{
        position:relative;
    }
    .app-name {
        padding-right: 37px;
    }
    .main-categori {
        color: #c00;
        font-size: 15px;
        position:relative;
    }
    .main-categori i {
        font-size: 10px;
        vertical-align: middle;
        margin-left: 5px;
    }
    .title-service {
        font-size: 1.5rem;
    }
    .nav.panel-tabs li {
        width: auto !important;
        min-width: 9%;
    }

    .best-product,.megazine {
        padding: 30px 60px;
    }
    .service {
        padding: 30px 60px;
    }
    .container-fluid.more-lnk {
        padding: 30px 60px;
    }
    .gap-col{
        padding:0 !important;
    }
    .namad li {
        display: inline-block;
        vertical-align: middle;
        list-style: none;
        margin: 0 16px 0 0;
        background: #fff;
        width: 40%;
        text-align: center;
        padding: 10px;
        border-radius: 10px;
        height: 140px;
    }
}
@media  (max-width:767.99px){
    .date-option {
        background-color:rgba(255,255,255,0.9);
        padding: 5px;
        border-radius: 5px;
        margin-left: 5px;
        text-align: center;

    }
    .owl-slider .item{
        height: 150px;
    }
    .gap-col-mob .owl-slider img {
        height: auto!important;
    }
    .owl-slider img {
        width: 100%;
        height: 100% !important;
    }
    .table-responsive  .table {
        min-width: 600px;
    }
    .btn.btn-search {
        width: 100%;
    }
    .select-item {
        width: 100% !important;
        float: right;
    }
    .select-item {
        margin: 0 5px;
    }
    .serch-lnk li:nth-child(1) {
        display: none !important;
    }

    .more-product {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }
    .serch-lnk {
        text-align: center;
    }
    .accordion-container .set {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d40000;
        line-height: 50px;
        border-bottom: 1px solid #f2b3b3;
    }
    .accordion-container .set>span {
        display: block;
        text-decoration: none;
        color: #fff;
        -webkit-transition: all .2s linear;
        -moz-transition: all .2s linear;
        transition: all .2s linear;
        padding-right: 10px
    }

    .accordion-container .set>span:hover {
        cursor: pointer
    }

    .accordion-container .set>span i {
        position: relative;
        float: left;
        margin-top: 15px;
        color: #fff;
        margin-left: 10px
    }

    .accordion-container .set>span.active {
        background-color: #e7e9eb;
        color: #0e0101;

    }
    .accordion-container .set>span.active i {
        color: #0e0101
    }
    .accordion-container .content {
        position: relative;
        width: 100%;
        height: auto;
        background-color: #d40000;
        padding-right: 10px!important;
        display: none;
        line-height: 25px;
        padding-top: 10px;
        padding-bottom: 10px
    }
    .accordion-container {
        margin-top: 20px !important;
    }
    .shop-mob {
        position: relative;
    }
    .shop-mob span {
        width: 20px;
        display: inline-block;
        height: 20px;
        text-align: center;
        background-color: #d40000;
        color: #fff !important;
        font-size: 13px;
        border-radius: 100%;
        line-height: 20px;
        position: absolute;
        top: -9px;
        left: 8px;
        z-index: 2;
        border: 1px solid #cecece;
    }
    .shop-mob svg {
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        color: #151515;
        position: relative;
    }
    .megazine .owl-nav{
        margin-top: 0 !important;
        position: absolute;
        top: -11%;
        left: 0;
        direction: ltr;
    }
    .megazine .owl-next,.owl-best-product .owl-next{
        margin-left: 4px !important;
    }
    .title-section {
        text-align: right;
        font-size: 16px;
    }
    .best-product,.megazine,.service {
        padding-top: 20px !important;
    }
    .owl-best-product .owl-nav {
        margin-top: 0 !important;
        position: absolute;
        top: -8%;
        left: 0;
        direction: ltr;
    }
    .box-content {
        display: none !important;
    }
    .title-footer {
        font-size:13px !important;
    }
    .section-lnk {
        margin-top: 30px !important;
    }
    .section-tab .tab-content > .tab-pane {
        padding: 15px 0 !important;
    }
    .row.row-news-letter {
        background-color: rgba(0, 0, 0, 0.1);
        padding-top: 2rem;
        padding-bottom: 2rem;
        margin-top: 2rem;
    }
    .list-group-item i {
        font-size: 11px;
        float: left;
    }
    .card-search input {
        margin-bottom: 0 !important;
        background-color: transparent !important;
        border: none !important;
        box-shadow: none !important;
        font-size: 13px;
    }
    .card.card-sm.card-search {
        margin-bottom: 0 !important;
        border: none !important;
    }
    .row.search-input.collapse.show {
        background-color: #fff;
    }
    .position-right {
        z-index: 999;
    }
    .headers-mob {
        background-color: #cecece;
    }
    .reg-mob a{
        color:#000 !important;
    }
    .sidebar-nav .list-group-item {
        background-color: transparent !important;
        border-right: none !important;
        border-top: none !important;
        border-left: none !important;
        color: #000 !important;
    }
    .card-body.row.no-gutters.align-items-center {
        padding: 0 20px 0 0 !important;
    }
    .mob-list button {
        background-color: transparent !important;
        cursor: pointer;
        border: none !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }
    .mob-list .fas.fa-bars {
        font-size: 30px;
        cursor: pointer;
    }
    .logo-mob.text-right img {
        width: 100px;
    }
    .mob-list {
        align-items: center;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 0px;
        display: table;
        float: none !important;
        padding: 10px 0;
    }
    .mob-list > li {
        display: inline-block;
        vertical-align: middle;
        float: none !important;
        display: table-cell !important;
        width: auto;
        text-align: center;
    }
    .serach-mob i {
        font-size: 25px;
        vertical-align: middle;
        cursor: pointer;
    }
    .title-service {
        font-size: 1rem;
    }
    .megazine,.app,.best-product {
        padding-bottom: 20px !important;
    }
    .nav.panel-tabs li {
        min-width: 20%;
    }
    .nav.panel-tabs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin: 0 8px 20px;
        margin-bottom: 20px;
        margin-bottom: 20px;
        overflow-x: auto;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        white-space: nowrap;
        overflow-y: hidden;
        border-bottom: none !important;
    }
    .namad li {
        display:inline-block;
        vertical-align: middle;
        list-style: none;
        width: 24%;
        text-align: center;
        padding: 10px;
    }
    .gap-col-mob{
        padding:0 !important;
    }
}

.footer{
    background:#d40000 url(../images/them/bg-footer.png) no-repeat;
    padding-top: 3rem !important;
}
.namad-bank li {
    display: inline-block;
    vertical-align: middle;
    list-style: none;
    margin: 0 16px 0 0;
    background: #fff;
    width: 40%;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    height: 140px;
}
.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.socail li {
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 100%;
    line-height:40px;
    position: relative;
}
.socail li a {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 100%;
    z-index: 99;
    position: relative;
}
.socail li a i{
    color: #999696;
    vertical-align: middle;
    font-size: 20px;
    line-height: unset;
}

.form-group.news-letter {
    display: flex;
    margin-bottom: 0 !important;
    margin-top: 20px !important;
}
.socail {
    width: 100%;
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #c33;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    border-bottom: 1px solid #c33;
}
.txt-news-leter.form-control {
    margin-bottom: 0 !important;
    line-height: 50px;
    height: 50px;
    margin-right: 3px;
    font-size: 13px;
}
.btn.btn-news-letter {

    background-color: transparent !important;
    border: 1px solid #fff;
    color: #fff;
    font-size: 13px;

}
.owl-best-product .card-body {
    padding: 5px !important;
}
.best-product {
    background-color: #e4e4e4;
    position: relative;
}

.owl-best-product  .owl-next i,.owl-best-product  .owl-prev i{
    font-size:20px;
}
.owl-best-product .card {
    margin-bottom: 0 !important;
}
.p-name {
    text-align:right;
    margin-top: 15px;
    margin-bottom: 15px !important;
    font-weight: 500;
    min-height: 50px;
    text-align: center
}
.p-name a{
    color: #a39b96;
}
.pro-desc {
    font-size: 12px;
    padding: 0 10px;
    text-align: right;
    line-height: 1.7;
}
.cost-pro {
    background-color: #dbdbdd;
    text-align: center;
    line-height: 2.5;
    margin-top: 10px;
    border: 2px solid #f6f6f6;
}
.more-product {
    background-color: #be0000;
    text-align: center;
    margin: auto;
    line-height: 3;
    border-radius: 4px;
}
.more-product a {
    color: #fff;
    font-size:17px;
}
.exist {
    font-weight: bold;
    font-size: 14px;
}
.nav.panel-tabs li a span {
    display: block !important;
    text-align: center;
}
.panel-title {
    color: #90c;
    padding-bottom: 5px;
}
.section-tab {
    background-color: #fff;
}
.nav.panel-tabs {
    z-index: 16;
    position: relative;
}
.container-fluid.section-tab.gap-col-mob {
    margin-top: -37px;
}
.hide-tab{
    z-index: 9 !important;
}

.product-name {
    text-align: center;
}
.detail-news > p {
    font-weight: bold;
    margin-bottom: 10px !important;
}
.title-service {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.megazine {
    background-color: #e7e9eb;
}
.megazine .card-body{
    padding: 0 !important;
    background-color: #fff;
    box-shadow: 0px 0px 2px #ccc;
}
.img-news img {
    width: 100% !important;
}
.row-news {
    align-items: center;
}
.detail-news {
    padding: 0 20px !important;
    text-align: justify;
}
.detail {
    line-height: 2;
}
/*====menu=*/
/* adds some margin below the link sets  */
.navbar .dropdown-menu div[class*="col"] {
    margin-bottom:1rem;
}

.navbar .dropdown-menu {
    border:none;
}

/* breakpoint and up - mega dropdown styles */
@media screen and (min-width: 992px) {

    /* remove the padding from the navbar so the dropdown hover state is not broken */
    .navbar {
        padding-top:0px;
        padding-bottom:0px;
    }

    /* remove the padding from the nav-item and add some margin to give some breathing room on hovers */
    .navbar .nav-item {
        padding: 0 !important;
        margin:0 .25rem;
    }

    /* makes the dropdown full width  */
    .navbar .dropdown {position:static;}

    .navbar .dropdown-menu {
        width:100%;
        left:0;
        right:0;
        /*  height of nav-item  */
        top:45px;
    }

    /* shows the dropdown menu on hover */
    .navbar .dropdown:hover .dropdown-menu, .navbar .dropdown .dropdown-menu:hover {
        display:block!important;
    }
    .nav.flex-column li:hover a{
        color:#cc0000 !important;
    }
    .navbar .dropdown-menu {
        border: 1px solid #eeee;
        background: rgba(255,255,255,0.9);
        min-height: 300px;
        border-radius: 0 !important;
        padding: 15px !important;
        box-shadow: 0 2px 10px 0 rgba(0,0,0,.35) !important;
        border-radius: 0 0 5px 5px !important;
        background-image:url(../images/them/bg-menu.png);
        background-repeat: no-repeat;
        background-position: left center;
    }

}
.navbar-nav.mr-auto > li a {
    color: #000 !important;
    line-height: 3;
    padding-top: 0 !important;
    font-size: 13px;
    font-weight: 500;
    padding-bottom: 0 !important;
}
.menu {
    position: absolute !important;
    width: 100%;
    z-index: 100;
    top: 20px;
    right: 0;
    background-color:transparent !important;
}
.navbar-nav.mr-auto {
    background: rgba(255,255,255,0.6);
    border-radius: 5px;
}
/*======*/
.text-header2 {
    color: #fff;
    text-align: center;
    font-size: 18px;
}
.section-tab .panel-body {

}
.section-tab .nav .active.show {
    position: relative;
    display: block;
    background-color: #464646;
    color: #fff;
    padding: 9px 40px;
    text-align: center;
    border-radius: 5px 5px 0 0;
    background-image: url(../images/them/tab-top-border.png);
    background-repeat: no-repeat;
    background-position: right 0 top -2px;
    border-radius: 0 9px 0 0;
}
.section-tab .nav .active.show {
    border-radius: 9px 9px 0 0 !important;
}
.section-tab .nav li:nth-child(1) {
    border-radius: 9px 9px 0 0;
}
.btn.btn-search:hover {
    background-color: #b60404;
    border-color: #b60404;
    transition: all 0.2s ease-in-out 0s;
}
.serch-lnk li {
    list-style: none;
}
.section-tab .nav .active.show::after {
    position: absolute;
    left: -14px;
    bottom: 0;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 34px solid #464646;
    border-left: 15px solid transparent;
}
.section-tab .nav li {
    background: #ccc;
    border-radius: 9px 9px 0 0;
}
.section-tab .panel-heading {
    background: rgba(0,0,0,0.3);
    z-index: 9;
    position: relative;
    border-radius: 5px 5px 0 0;
}
.section-tab .panel-tabs li a{
    color: #cc0000;
    width: 100%;

    display: block !important;
    padding: 9px 40px;
}
.img-tab {
    padding-top: 10px;
}
#navbarSupportedContent > i {
    font-size: 34px;
    vertical-align: middle;
    color: #dadada;
}
.overlay{
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(74,74,74,.43);
    opacity: 0;
    z-index: 9;
    transition: opacity .2s cubic-bezier(.215,.61,.355,1) .1s;
    pointer-events: none;
}
.overlay.is-active{
    pointer-events: all !important;
    opacity: 1;
}

.menu {
    position: relative;
    z-index: 15;
}
/*search*/
input.search-text {
    color: #222;
    position:relative;
    z-index:5;
    transition: z-index 0.8s, width 0.5s, background 0.3s ease, border 0.3s;
    height: 40px;
    width: 270px;
    margin: 0;
    padding: 5px 0 5px 40px;
    box-sizing: border-box;
    font-size: 16px;
    /*font-size: 1rem;*/
    cursor: pointer;
    border-radius: 30px;
    /*border: 1px solid transparent;*/
    border: 1px solid #666;
    /*background-color: white;*/
    padding-right: 10px;

    /*background: url(search.png) no-repeat left 9px center transparent;*/
    background: url('/images/icon/icons-search.svg') no-repeat left 9px center white;
    background-size:24px;
    text-align:right;
}
input.search-text:focus {
    /*z-index:3;*/
    /*width: 270px;*/
    /*border: 1px solid #666;*/
    /*background-color: white;*/
    /*outline: none;*/
    /*cursor:auto;*/
    /*padding-right: 10px;*/
}

input.search-submit {
    position: relative;
    z-index: 4;
    top:17px;
    left: 49px;
    width: 45px;
    height: 45px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    border-radius: 30px;
    cursor: pointer;
    background: none;
}

input.search-text::-webkit-search-cancel-button {
    cursor:pointer;
}
/**/

.product-name {
    margin-top: 15px;
    cursor: pointer;
}

.tab-content .owl-prev{
    position:absolute;
    top:48%;
    left:-20px;
}
.tab-content .owl-next{
    position:absolute;
    top:48%;
    right:-20px;
}
.card:hover .detail-news > p {
    color: #007b5e !important;
}
.card:hover .detail{
    color: #000 !important;
}

.nav.flex-column li a {
    color: #000 !important;
    padding: 0 10px 0 0 !important;
    font-weight: normal !important;
}
.nav.flex-column li {
    padding: 0 !important;
    border-bottom: 1px dotted #ccc !important;
}
.nav.flex-column li a {
    font-weight: normal !important;
    font-size: 13px;
}
.socail li::after {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    background-color: rgba(255,255,255,0.4);
    transform: scale(0);
    transition: all 0.4s ease 0s;
    border-radius: 100%;
    opacity: 1;
    z-index: 1;
}
.socail li:hover::after {
    background-color: rgba(255,255,255,1);
    transform: scale(1.8);
    opacity: 0;
}
.socail li a:hover i{
    color: #a40202 !important;
}
.footer,.footer a {
    color: #fff;
}
.title-footer {
    font-size: 19px;
    margin-bottom: 40px !important;
    position: relative;
}
.title-footer::after {
    background: rgba(255, 255, 255, 0.7);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(35%, rgba(255, 255, 255, 0.7)), color-stop(70%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 35%, rgba(255, 255, 255, 0.7) 70%, rgba(255, 255, 255, 0) 100%);
    position: absolute;
    width: 100%;
    bottom: -17px;
    content: '';
    right: 0;
    height: 1px;
}
.footer-menu li {
    line-height: 2;
    padding: 0 0 8px 34px;
}
.title-section {
    color: #c00;
    font-weight: bold;
    margin-bottom: 20px !important;
}
.brand {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.brand-img img {
    width: 80% !important;
    margin: 0 auto;
    transform: scale(1) !important;
}
.pro-desc ul li {
    list-style: none !important;
}
.vl {
    font-weight: 500;
    font-size: 14px;
    color:#230d45
}
.cl {
    color: #000;
}
.cost-pro {
    color: #010044;
}
.cost-pro span:nth-child(2){
    font-weight:bold;
    font-size: 14px;
}
.service  img{
    width:auto !important;
    margin:0 auto !important;
}
.service .card {
    border: none !important;
    width: 68%;
    margin: 0 auto;
}
.service-name {
    color: #d40000;
    margin: 15px 0 10px 0 !important;
    font-weight: bold;
    font-size: 14px;
}
.detail-service {
    line-height: 1.75;
}
.more-service {
    margin-top: 20px;
    border: 1px solid #d40000;
    text-align: center;
    line-height: 3;
    border-radius: 4px;
}
.more-service a{
    color:#d40000;
}
.owl-slider .owl-dots {
    margin-top: 0 !important;
    position: absolute;
    right: 40px;
    bottom: 100px;
}
.owl-slider .owl-dot {
    background-color: transparent !important;
}
.owl-dot.active span{
    background-color:#d40000 !important;
}
.select-vehicle-button {
    border-radius: 32px 2px 2px 32px !important;
    width: 10%;
    padding-bottom: 23px;
    padding-top: 23px;
}
.select-box{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
}
.select-item {
    margin-bottom: 8px !important;
}
.select-styled {;
    text-align: right;
    padding-right: 55px !important;
}
.select {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 13px;
    color: #444;
    width: 100%;
    height: 51px;
}
.select-styled {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #666666;
    line-height: 45px;
    color: #fff;
    border: 2px solid #999;
    border-radius: 5px !important;
    width: 100%;
    text-align: center;
    padding: 0 !important;
}
.select select {
    border-radius: 5px !important;
}
.select-options {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 999;
    margin: 0;
    margin-bottom: 0px;
    padding: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 3px 3px 3px -3px #777;
    list-style: none;
    max-height: 300px;
    max-width: 600px;
    min-width: 100%;
    overflow-x: hidden;
    padding: 0 2px;
    text-align: right;
    border-radius: 0;
    border: none;
}
.select-options li {
    margin: 0;
    padding: 12px 0;
    text-indent: 15px;
    border-top: 1px solid #eee;
    -moz-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
    -webkit-transition: all 0.15s ease-in;
    transition: all 0.15s ease-in;
}
.select-item::after {
    background: url('../images/icon/arrow-down-4h.svg') no-repeat 4% center;
    color: #444;
    font-size: 13px;
    height: 16px;
    line-height: 1.1;
    padding: 0 27px;
    display: block;
    text-align: right;
    position: absolute;
    content: '';
    left: 10px;
    top: 20px;
    z-index: 99;
    width: 20px;
}

.section-tab .tab-content > .tab-pane {
    background: #464646 url(../images/them/tire.png) no-repeat right bottom;
    padding: 23px;
    border-radius: 0 0 5px 5px !important;
}
.btn.btn-search {
    background-color: #cc0000;
    color: #fff;
    font-size: 14px;
}

.more-service:hover a {
    color: #fff !important;
}
.more-service:hover {
    background-color: #d40000;
    color: #fff !important;
    transition: all 0.2s linear;
    cursor: pointer;
}
.nav-item.left ul {
    float: left;
}
@media screen  and (min-width:768px) and (max-width:991.98px){
    .serch-lnk li:nth-child(1) {
        display: none;
    }
    .menu .navbar-dark .navbar-toggler {
        border-color: #d40000 !important;
        background-color: #d40000 !important;
    }
    .menu .navbar-nav.mr-auto {
        background: #fff !important;
        border-radius: 5px;
        padding: 20px !important;
        z-index: 9999;
        position: relative;
    }
    .menu .dropdown-menu.show {
        padding: 20px;
    }
    .menu .navbar-nav.mr-auto > li a {
        line-height: 4 !important;
        border-bottom: 1px dashed #ccc;
    }
    .footer .col-11.mr-auto.ml-auto {
        padding: 0;
    }

}
.owl-next{
    margin: 0 !important;
    border: 1px solid #d40000 !important;
    background-color: transparent !important;
    color: #d40000 !important;
    width: 30px;
    height: 30px !important;
}
.owl-prev{
    margin: 0 !important;
    border: 1px solid #d40000 !important;
    background-color: transparent !important;
    color: #d40000 !important;
    width: 30px;
    height: 30px !important;
}
.more-section {
    border: 1px solid #c00;
    padding: 5px 16px;
    color:#c00;
}
.owl-logo {
    padding: 35px 28px;
    border-radius: 25px;
    box-shadow: 4px 3px 10px #ccc;
    border: 1px solid #dadada;
}

.nav.panel-tabs li i {
    font-size: 15px;
    vertical-align: middle;
    margin-right: 5px;
}
.go-to-search span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
.go-to-search span:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.go-to-search span:nth-of-type(2) {
    top: 16px;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}
.go-to-search  span:nth-of-type(3) {
    top: 32px;
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
@-webkit-keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes sdb07 {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

.go-to-search {
    position: relative;
    -webkit-transform: rotate(-45deg);
    transform: rotate(90deg);
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot {
    background-color: transparent !important;
}
.shop {
    background-color: #00bd16 !important;
    padding: 4px 40px;
    color: #fff !important;
}
.register a, .shop a {
    color: #fff !important;
}
.register {
    background-color: #db671a !important;
    padding: 4px 20px;
    color: #fff !important;
}
.register span {
    display: inline-block !important;
    margin-top: 5px;
}
.search-loader {
    background: white;
    border-radius: 5px;
    top: -28px;
    position: relative;
    box-shadow: 0 0 2px #737373c2;
    width: 550px;
    right: 496px;
}
.search-loader-mobile {
    top: -19px;
}

.search-loader > li {
    line-height: 1.4;
    padding: 3px;
    font-size: 14px;
    color: black;
    text-align: right;
    cursor: pointer;
}

.search-loader > a {
    line-height: 1.4;
    padding: 3px;
    font-size: 14px;
    color: black;
    text-align: right;
    cursor: pointer;
    display: block;
}

.search-loader > a img {
    width: 40px;
}

.search-loader > a:hover {
    background: #e4e4e482;
    box-shadow: 0px 1px 2px #797979;
}

.search-loader > li.titr {
    font-size: 15px;
    color: #45564b;
}

.search-loader > li:not(:last-child) {
    box-shadow: 0px 1px 1px #797979;
}
.title-page::after {
    position: absolute;
    bottom: -5px;
    width: 20%;
    height: 2px;
    background-color: #001730;
    content: '';
    right: 0;
}
.title-page::before {
    position: absolute;
    bottom: -6px;
    width: 5%;
    height: 4px;
    background-color: #d40000 ;
    content: '';
    right: 0;
    z-index: 1;
}
.title-page {
    font-size: 21px;
    margin-bottom: 40px !important;
    position: relative;
    font-weight: 600;
    color: #000;
}
.content-body{
    min-height: 300px;
    padding-top: 40px !important;
    padding-bottom: 40px !important;
}
.news-name::after {
    position: absolute;
    bottom: -6px;
    width: 7px;
    right: 0;
    left: 0;
    margin: auto;
    content: '';
    height: 3px;
    background-color: #aa974b;
}
.news-name::before {
    position: absolute;
    bottom: -5px;
    width: 50px;
    right: 0;
    left: 0;
    margin: auto;
    content: '';
    height: 1px;
    background-color: #d3d3d3;
}
element {
}
.news-name {
    text-align: center;
    padding-top: 15px;
    position: relative;
    color: #14314a;
    font-weight: 500;
}
.news-body {
    padding: 20px;
    text-align: justify;
    font-size: 12px;
    color: #2f2f2f;
}
.row.icon-news {
    border-top: 1px solid #e1e1e1;
    padding-top: 2px !important;
}
.view {
    background-color: #d40000;
    color: #fff;
    width: 28px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    display: inline-block;
}
.view .fa-plus-circle::before {
    color: #fff;
}
.wrapper-body{
    background-color: #f5f5f5;
}
.card.card-article-detail {
    padding: 20px !important;
}
.rw-header-desc {
    border-bottom: 1px solid #d3d3d3;
    padding-bottom: 15px !important;

}
.desc-article {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    line-height: 2;
}
.row.icon-news {
    align-items: center;
}
.main-last-post .img-news  img{
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    cursor: pointer;
}
.main-last-post .img-news {
    overflow: hidden;
}
.main-last-post:hover .img-news  img{
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.card.most-article {
    padding: 20px;
}
.contact_us_form  input, .contact_us_form textarea, .contact_us_form select{
    box-shadow: inset 0px 0px 7px 0px rgba(198, 196, 196, 0.5);
    background-color: #fff;
    border-color: #cccc;
    font-size: 13px;
}
.submit_btn2,.submit_btn2:hover,.submit_btn2.form-control:focus {
    background-color: #d40000;
    border-color: #d40000;
}
.input-group-addon:first-child {
    border-right: 1px solid #ccc !important;
    width: 50px;
    text-align: center;
    line-height: 38px;
    border-top: 1px solid #d40000  !important;
    border-bottom: 1px solid #d40000  !important;
    background-color: #d40000 ;
    color: #fff;
    font-size: 20px;
    border-right: 1px solid #d40000  !important;
    border-radius: 0 4px 4px 0;
}
.c-ui-checkbox__check {
    border: 1px solid #b7b7b7;
    width: 20px !important;
    height: 20px !important;
}

/*compare*/
.compare-lnk .icon-theme {
    background-position: -7px -10px !important;
    width: 22px;
    height: 18px;
}
.compare-lnk a {
    background: #25d3ef;
    padding: 4px;
    border-radius: 5px;
}.compare-lnk span {
     display: inline-block;
     vertical-align: middle;
     position: relative;
 }
.count-compare-lst {
    font-size: 13px;
}
.icon-theme {
    background: url(../images/them/slice-them.png) no-repeat;
}
.select-box {
    position: relative;
}
.main-basket {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}
.btn-success {
    border-color: #cc0000 !important;
    background-color: #cc0000 !important;
}
.btn-success:hover {
    border-color: #cc0000 !important;
    background-color: #cc0000 !important;
}.count-categori {
     color: #999;
     font-size: 12px;
     float: left;
 }.parent-category {
      color: #999;
      font-size: 12px;
  }
.invalid-feedback {
    display: block!important;
    padding-right: 20px;
    margin-top: 1.2rem;
}

.c-1 {
    font-size: 11px;
    margin: 0 5px 0 0;
    color:#db671a;
    font-weight: 500;
}
.v-1 {

    font-size: 12px;
    font-weight: 600;

}
.notExist{
    color: red;
}
.modal-open .modal {
    opacity: 1;
    background: #b3b9b9ed;
}
.modal.fade .modal-dialog {
    transform: none !important;
}
.select-item {
    margin-bottom: 8px !important;
    background-color:#666666;
    line-height: 45px;
    color:#fff;
    border: 2px solid
    #999;
    border-radius: 5px !important;
    width: 100%;
    text-align: center;
    padding: 0 !important;
}
.select2-container {
    width: 100% !important;
}
.select2-container--default .select2-selection--single {

    background-color:

            transparent !important;
    border: none !important;
    border-radius: 4px;
    width: 100% !important;

}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #160b03 !important;

}
.select2-container--default .select2-search--dropdown .select2-search__field {
    text-align: right !important;
}
.btn.addToCompare1 {
    background-color:#be0000;
    color:#fff;
    border-color:#be0000;
    vertical-align: middle;
    border-radius: 4px;
    text-align: center;
    line-height: 2.05;
}
.lnk-compare span {
    display: inline-block;
}
.btn-link-spoiler {
    background-color: #f2f2f2;
    padding: 5px;
    margin: 5px 0 !important;
    display: inline-block;
    border-radius: 5px;
    color:#000;
    font-size: 12px;
    border: 1px solid #ccc;
}
.table-bordered thead td, .table-bordered thead th {
    text-align: center !important;
}
.lnk-compare button {
    font-size: 12px !important;
}
.add-to-card .icon {
    background-position: -1273px -554px !important;
    width: 26px;
    height: 23px;
    background: url(../images/them/slices.png) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    display: inline-block;
    vertical-align: middle;
    margin: auto;
}
.owl-nav {
    direction: ltr;
}
.container-fluid.brand {
    direction: ltr;
}
.cal-fixed {
    position: fixed;
    bottom: 20%;
    left: 0;
    z-index: 9999;
}
/*
Sweet Bazzi ♥8
*/
.sweet-card{
    background: #fff !important;
    min-height: 50px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15)  !important;
    position: relative  !important;
    border-radius: 8px  !important;
    overflow:hidden  !important;
    border: 2px solid lightgray;
}
.sweet-card-2{
    background: #fff !important;
    min-height: 50px;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.15)  !important;
    position: relative  !important;
    border-radius: 8px  !important;
    overflow:hidden  !important;
border:1px solid #cccccc5e ;
}
.sweet-input {
    border-radius: 8px  !important;
    border: 1px solid #ccc  !important;
    padding: .75rem  !important;
    box-shadow: 0px 1px 5px rgba(0,0,0,.2)  !important;
}
.sweet-btn{
        margin: 15px auto  !important;
    padding: 1rem 1.5rem  !important;
    background-color: white  !important;
    border-radius: 8px  !important;
    color: red  !important;
    cursor: pointer  !important;
    text-align: center  !important;
    white-space: nowrap  !important;
    overflow-x: hidden  !important;
    text-overflow: ellipsis  !important;
    width: 130px  !important;
    border:1px solid red;
    font-size:13px !important;
}
.sweet-btn:hover{
    background-color:red !important;
    color:#fff !important;
}
.sweet-btn-2{
        margin: 15px auto  !important;
    padding: 1rem 1.5rem  !important;
    background-color: white  !important;
    border-radius: 8px  !important;
    color: green  !important;
    cursor: pointer  !important;
    text-align: center  !important;
    white-space: nowrap  !important;
    overflow-x: hidden  !important;
    text-overflow: ellipsis  !important;
    width: 130px  !important;
    border:1px solid green;
    font-size:13px !important;
}
.sweet-btn-2:hover{
    background-color:green !important;
    color:#fff !important;
}
.fs-6{
    font-size:16px !important;
}