/*
theme name: ks2 see-theme
version: 1.0
Author: سی تم
Author URI: http://see-theme.com
Desctiption:
*/
@charset "utf-8";
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}
/* change colours to suit your needs */
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
/* change colours to suit your needs */
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
html {
    font-size: 15px;
}
body {
    font-family:'IRANSans', Tahoma, Geneva, sans-serif;
    font-size: 100%;
    line-height:30px;
    color:#3c3c3c;
    direction: ltr;
	text-align:left;
}
/*****************************heroSlider************************/
#flags {
	float:left;
	  margin: 12px 0 10px 20px;
}
#flags li {
	display:inline-block;
}
#flags li{
	display:inline-block;
	margin:4px 2px;
}
#flags li a {
	display:block;
	width:29px;
	height:17px;
	transition:all .3s;
}
#flags li.flag_ir a {
	background:url('images/ir-flag.png') no-repeat;
}
#flags li.flag_en a {
	background:url('images/en-flag.png') no-repeat;
}
#flags li a:hover {
	opacity:.7;
}
.MenuSlider{
    position: relative;
    height: 100vh;
}
.heroSlider{
    height: 87vh;
    background-size: cover;
}
.HeaderPage{
     min-height: 13vh;
}
.heroSlider video{
    margin: auto;
    position: absolute;
    z-index: 2;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    visibility: visible;
    opacity: 1;
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    height: 100vh;
}
.PartVideo{
    position: absolute;
    z-index: 0;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
    background-size: cover;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: none;
}
.MenuSlider .HeaderPage{
    background-size: cover;
    z-index: 30;
    position: absolute;
    width: 100%;
    height: 13vh;
    bottom: 0;
}
.heroSlider {
    background-image: url('images/header-background.jpg')!important;
}
.backSlider{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 20;
    top:0;
}
.textSlider{
    position: absolute;
    width: 100%;
    height: 87vh;
    z-index: 22;
    top:0;
    display: inline-flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}
.menuTop{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 22;
    top:0;
}
.menuTop ul#menu-menu-header {
    padding: 5px 0 0 25px;
	float:left;
}
.menuTop ul#menu-menu-header li{
    display: inline-block;
    color: #fff;
    font-size: 13px;
    font-weight:400;
    margin: 5px 10px;
    border-right: 1px solid #e6e6e6;
    font-family: IRANSans-number;
    padding-right: 15px;
}
.menuTop ul#menu-menu-header li:last-child{
    border-right: none;
}
.menuTop ul li a{
    color: #fff;

}
.textSlider p{
    color: #fff;
    font-size: 22px;
}
.PartAbout{
    margin-top: 25px;
}
.News div.container-fluid{
    margin: 10px 0;
}
.PartAbout .TitleSection{
     margin: -24px 0 40px;
}
.TitleSection{
    font-weight: 500;
    font-size: 18px;
    margin: 40px 0;
    position: relative;
}
.TitleSection:before{
    content: '';
    position: absolute;
    width: 175px;
    height: 5px;
    background: #ebebeb;
    top: 50px;
    left: 0;
}
.TitleSection:after {
    content: '';
    width: 65px;
    height: 5px;
    background: #ffc420;
    position: absolute;
    top: 50px;
    left: 0px;
}
/******************************PartMenuSite***********************/
.fixed {
    position: fixed!important;
    top: -1px;
    z-index: 200;
    width: 100%;
}
#MenuSit ul li{
    text-decoration: none;
    color: #fff;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
}
#MenuSit ul li a{
    color: #fff;
    padding: 10px 10px;
}
#MenuSit ul li:hover a{
    color: #25150c;
}
.MenuSite .navbar-default {
    background-color: transparent;
    border-color: transparent;
    margin-top: 17px;
    margin-bottom: 0;
}
/*.werrap-content{*/
/*margin: 10px 0 40px;*/
/*}*/
/**********************/
.LogoSite img{
    max-height:100px;
    margin: 0 auto;
    padding: 10px 0;
}
.LogoSite h1, .LogoSite h2 , .head-h{
    position: absolute;
    text-indent: -99999px;
    z-index: -1;
    right: 0;
    top: 0;
    color: #333;
}
/******************************PartMenuSite***********************/
.PartAbout {
    background: -webkit-linear-gradient(#fff,#eee);
     min-height: 500px;
}
.PartAbout p{
    color: #777;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 400;
    margin-top: 40px;
}
.PartAbout img{
  
}
.TextAbout {
    padding-top: 25px;
}
.TextAbout p{
	text-align: justify;
}
.TextAbout a{
    position: absolute!important;
    bottom: 30px;
    left: 10px;
    color: #fdc13b;
    background: #25150c;
    border-radius: 5px;
    padding: 8px 30px;
    width: 45%;
    transition: background .5s;
    margin: 20px auto;
    top: 334px;
    display: block;
    height: 45px;
}
/***************Product***************/
.Product , .main-Details{
    position: relative;
    background: #f7f7f7;
}
.DetailsImg img{
    width: 293px;
    height: 293px;
    margin: 0 auto;
}
.DetailsImg {
    overflow: hidden;
}
.imgProduct{
    box-shadow: -3px 3px 10px #d3d3d3, 3px 3px 10px #d3d3d3;
    transition: all .5s ease-out;
    background-color: #fff;
}
.imgProduct:hover , .footerGallery ul li:hover img, .Social-Net ul li:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}
.DetailsImg p {
    color: #fdc13b;
    background: #25150c;
    border-radius: 50px;
    padding: 5px 30px ;
    width: 80%;
    transition: background .5s;
    margin: 20px auto;
    position: relative;
}
.DetailsImg:hover p{
    background-color: #25150c;
    color: #fdc13b;
}
.DetailsImg:hover i , .TextAbout a:hover i{
    animation:greater-than .5s ease-in-out infinite alternate
}
@-webkit-keyframes greater-than{
    from{transform:translateX(2px)}to{transform:translateX(-2px)}
}
.fa.greater-than-products {
/*     position: absolute; */
    top: 15px;
    right: 30px;
    font-size: 24px;
	padding-left:5px;
}
h5.products-golab{
    color: #000;
    border-bottom: 3px solid #FFC420;
    display: inline-block
}
.Product a{
    display: block;
    text-align: center;
}
/*****************tabliqProduct******************/
.tabliqProduct{
    background-size: cover;
    position: relative;
    margin-top: 50px;
}
.tabliqProduct img{width:100% ;max-height: 300px}
.backProduct{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.54);
    z-index: 20;
    top: 0;
}
.textShort{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 21;
    top: 0;
    text-align: center;
    padding-top: 50px;
}
.textShort h2{
         color: #fff;
    font-size: 21px;
}
.textShort p{
        color: #fff;
    font-size: 18px;
    height: 102px;
    overflow: hidden;
    width: 80%;
    margin: 0 auto;
    line-height: 2;
}
.more-info{
    color: #fdc13b;
    background : #25150c;
    border-radius : 10px;
    padding: 5px 30px;
    width: 165px;
    transition: background .5s;
    margin: 20px auto;
    position: relative;
    display: inline-block;
}
.more-info:hover{
    color: #fff;
}
/********************news***************/
.SectionNews{
    position: relative;
    border:1px solid #cccccc;
}
.NewsImg img{
    width: 100%;
    max-height: 300px;
}
.padd0{
    padding: 0;
}
.HeaderNews a{
    color: #000;
    margin: 15px 0 5px;
    font-weight: 500;
    display: block;
}
.HeaderNews a:hover{
    color: #fdc13b;
}
.contentNews p{
    color: rgb(154, 154, 154);
    line-height: 2;
}
.MoreInformation {
    padding-left: 15px;
}
.MoreInformation a {
    color: #ff6712;
    display: inline-block;
    padding-top: 20px;
    font-size: 13px;
    font-weight: 500;
    border-bottom: 2px solid #fdc13b;
}

.MoreInformation:hover a, LinkArchive:hover a{
    border-bottom: 2px solid #25150c;
    transition: 3s;
    color: #fdc13b;
}
.footerNews{
    border-top: 1px solid #ccc;
    width: 95%;
    padding-right: 10px;
}
.footerNews ul{
    width: 50%;
}
.footerNews ul.floatLeft{
    float: left;
    border-right: 1px solid #ccc;
}
.footerNews ul li{
    display: inline-block;
    border-left: 1px solid #ccc;
    padding-left: 17px;
    padding: 5px;
}
.footerNews ul li span , .footerNews ul li i{
    color: #ccc;
}
.FooterSite{
    position: relative;
    margin-top: 40px;
}
.backFooter{
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88);
    top: 0;
}
.footerCopyRight{
    position: relative;
    border-top: 1px solid #c0c0c0;
}
.footerCopyRight p{
    display: inline-block;
    color: #ccc;
    font-size: 12px;
}
.footerGallery ul li{
    display: inline-block;
    border: 1px solid #c0c0c0;
    margin: 5px 9px;
    width: 80px;
    height: 80px;
    overflow:hidden;
}
.footerGallery ul li img{
    padding: 3px;
    max-height: 100%;
}
.backFooterDis .TitleSection{
    color: #fff!important;
}
.footerLink ul li a , .footerInformation ul li{
    color: #979797;
    line-height: 2;
    font-weight: 500;
}
.footerInformation ul li i{
    padding-right: 7px;
    font-size: 15px;
    color: #ffc420;
}
.footerLink ul li:hover a{
    color: #fdc13b;
}
.Social-Net{
    position: relative;
    padding: 25px 0;
}
.Social-Net ul{
    text-align: center;
}
.Social-Net ul li{
    margin: 10px 5px;
    width: 35px;
    height: 35px;
    border-radius: 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.Social-Net ul li a{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}
.Social-Net ul li i{
    font-size: 25px;
}
.Social-Net ul li.twitter{
    background: #01aced;
}
.Social-Net ul li.instagram{
    background: #b92c8f;
}
.Social-Net ul li.google-plus{
    background: #dc483b;
}
.Social-Net ul li.facebook-square{
    background: #3b5898;
}
.Social-Net ul li.telegram{
    background: #01aced;
}
.LinkArchive{
    margin-top: 15px;
}
.LinkArchive a{
    color: #ff6712;
    display: inline-block;
    padding-top: 20px;
    font-size: 13px;
    font-weight: 500;
}
/*****************PageProduct***************/
.PageProduct .DetailsImg {
    box-shadow: -3px 3px 10px #d3d3d3, 3px 3px 10px #d3d3d3;
    background: #eaeaea;
}
.PageProduct div.DetailProduct{
    margin-top: 25px;
}
/*****pageArshive********/
.paginatArshive{
    margin: 35px 0;
}
.wp-pagenavi {
    display: table;
    margin:5px auto;
}
.wp-pagenavi a.page, .wp-pagenavi a.larger {
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #25150c;
    margin: 8px 2px;
    font-size: 11px;
    border: 1px solid #ef9013;
    border-radius: 15px;
}
.wp-pagenavi a.page:hover, .wp-pagenavi a.larger:hover {
    background:#fbc813;
    color: #2c3c4c;
}
.wp-pagenavi span.pages {
    background: #fbc813;
    color: #333;
    height: 30px;
    display: inline-block;
    line-height: 30px;
    border-radius: 15px;
    border: 1px solid #2c3c4c;
    font-size: 11px;
    padding: 0 8px;
    margin:8px 2px;
}
.wp-pagenavi span.current {
    display: inline-block;
    color: #ef9013;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #25150c;
    border: 1px solid #fbc813;
    font-size: 11px;
    border-radius: 15px;
    margin: 8px 2px;
}
a.nextpostslink,a.previouspostslink {
    font-family: tahoma;
    display: inline-block;
    padding: 0 4px;
    color: #ef9013;
}
.News .wp-pagenavi a.larger {
    display: inline-block;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: #cccccc;
    margin: 8px 2px;
    font-size: 11px;
    border: 1px solid #d5d5d5;
    border-radius: 15px;
}
.News .wp-pagenavi span.current{
    background: transparent;
}
/**********************Sidbar****************/
.section_comment{
    margin-top: 20px;
}
.sidebar-inner .widget ,.sidebar-inner .sidebox , .section_comment{
    float: right;
    width: 100%;
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px #ccc;
    -moz-box-shadow: 0 0 6px #ccc;
    -o-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    margin-bottom: 15px;
}
/*.sidebar-inner .widget .widg-title:before,.sidebar-inner .sidebox .widg-title:before , .relateproduct h3:before  {*/
/*content: "\f0c9";*/
/*font-family: FontAwesome;*/
/*position: absolute;*/
/*right: 5px;*/
/*top: 5px;*/
/*font-size: 18px;*/
/*color: #3a526a;*/
/*}*/
.sidebar-inner .widget .widg-content,.sidebar-inner .sidebox .widg-content {
    padding: 10px;

}
.sidebar-inner .widget .widg-title ,.sidebar-inner .sidebox .widg-title,.SinglePage .wrapper-content .content header .title-post,.t_section , .DisProduct h3 , .relateproduct h3 , .TitleHeadCart{
    padding: 4px 5px 4px 10px;
    margin: 13px 0 40px 0;
    font-size: 14px;
}
.widg-title.TitleSection:before ,.widg-title.TitleSection:after{
    left: 10px;
}
.t_section:before{
    content: "\f086";
    font-family: FontAwesome;
    position: absolute;
    left: 5px;
    top: 5px;
    font-size: 18px;
    color: #fbc813;
}

.sidebar-inner .widget ul li {
    width: 100%;
    margin-bottom: 5px;
}
.sidebar-inner .widget ul li a {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 5px 5px 5px 17px;
    color: #555;
    font-weight: 600;
}
.sidebar-inner .widget ul li:hover a{
    color: #2c3c4c;
    font-weight: 600;
}
.sidebar-inner .widget ul li a:before {
    content: "\f192";
    font-family: FontAwesome;
    position: absolute;
    left: 0;
    top: 7px;
    font-size: 13px;
    color: #777;
}
.sidebar-inner .sidebox ul.sidebox-post-thumb li {
    float: left;
    width: 100%;
    clear: both;
    border-bottom: 1px solid #d5d3d3;
}
.sidebar-inner .sidebox ul.sidebox-post-thumb li a.thumb {
    display: block;
    float: left;
    margin: 5px 5px 5px 0;
}
.sidebar-inner .sidebox ul.sidebox-post-thumb li .sidebox-content h4 a {
    font-size: 13px;
    color: #555;
    font-weight: 600;
}
.sidebar-inner .sidebox ul.sidebox-post-thumb li .sidebox-content {
    margin-top: 10px;
}
.sidebar-inner .sidebox ul.sidebox-post-thumb li .sidebox-content h4 {
	line-height:25px;
}
.sidebar-inner .sidebox ul.sidebox-post-thumb li a.thumb img {
    width: 90px;
    height: 80px;
    padding: 3px;
    border: 1px solid #ddd;
}
.MenuPageInto{
    position: relative;
    margin-top: 25px;
}
.MenuPageInto  .MenuMain{
    position: relative;
    width: auto;
}
.sidebar-inner{
    margin-top: 50px;
}
.content-arshive ,  .content_details{
    background-color: #fff;
    -webkit-box-shadow: 0 0 6px #ccc;
    -moz-box-shadow: 0 0 6px #ccc;
    -o-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    padding: 15px;
    margin-top: 50px;
}
.content-arshive .TitleSection{
    margin: 0 0 40px 0;
}
/*********************Page-single*******************/
#gallery-2 img {
     border: 1px solid #cfcfcf; 
    width: 200px;
    height: 144px;
}
.content_details{
    margin-top: 50px;
    padding-bottom: 25px;
    border-bottom: 1px solid #e6e6e6;
    float: left;
    width: 100%;
}
.content_details .TitleSection {
    margin: 0 0 40px;
}
.content_details img{
    margin:5px 10px;
}
.content_details p{
    line-height: 2;
    color: #777777;
    font-weight: 500;
}
.section_comment{
    padding: 0 15px;
}
/*****wordpress-Comment****/
ol.commentlist {
    list-style: none;
    margin: 0;
    padding: 0;
}
ol.commentlist li {
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px;
    margin: 0 0 10px;
    padding: 8px 7px;
    position: relative;
    background: #fff;
    overflow: hidden;
}
ol.commentlist .comment-body {
    overflow: hidden;
}
ol.commentlist li div.vcard {
    overflow: hidden;
    width: 310px;
    float: left;
    max-width: 100%;
}
ol.commentlist li div.comment-meta {
    float: left;
    margin: 15px 0;
}
ol.commentlist li div.vcard img.avatar {
    background: #fff;
    border: 1px solid #eee;
    padding: 5px;
    float: left;
    margin: 0 0 10px 10px;
    border-radius: 100%;
}
cite.fn {
    position: relative;
    display: inline-block;
    margin-top: 7px;
}
ol.commentlist li p {
    margin-bottom: 12px;
    float: left;
    clear: both;
}
ol.commentlist li div.reply {
    background: #e4e4e4;
    line-height: 1.5;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    -khtml-border-radius: 2px;
    padding:0 4px;
    text-align: center;
    float: left;
    clear: both;
    font-size: .9em;
    margin-bottom: 10px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
}
ol.commentlist li div.reply a{
    color: #000;
}
#comments, #respond {
    padding: 0 10px;
}
#respond h3 {
    margin-bottom: 8px;
}
#commentform p {
    color: #919191;
    margin-bottom: 16px;
}
#commentbox input[type=text] {
    background: #fff;
    display: block;
    padding: 0 6px;
    height: 30px;
    font-size: 12px;
    margin-bottom: 10px;
    color: #666;
    border-radius: 1px;
    width: 40%;
    border: 1px solid #aaa;
    font-family: twosweb-font;
}
#commentbox textarea {
    background: #fff;
    display: block;
    padding: 0 6px;
    font-size: 14px;
    color: #555;
    border-radius: 1px;
    width: 80%;
    height: 150px;
    border: 1px solid #aaa;
    margin-bottom: 10px;
}
.cancel-comment-reply a , #respond h3 span a{
    color: #000;
}
ol.commentlist ul.children li.odd {
    background: #f7f7f7;
}
h3#comments {
    display: inline-block;
    font-size: 15px;
    font-weight: 700;
    margin: 15pX 10PX;
    direction: ltr;
}
/*****************singleNews*************/
.relateNote{
    background: #fff;
}
.levelServic .media-left {
    width: 100px;
    padding-right: 10px;
/*     padding-right: 0; */
    overflow: hidden;
}
.levelServic .media-left img{
    width: 90px;
    height: 90px;
}
.relateNote .TitleSection{
    padding: 0 15px;
}
.relateNote .TitleSection:before ,.relateNote .TitleSection:after{
    left: 20px;
}
.relateNote a h4{
    color: #000;
}
.relateNote a p{
    color: #737373;
    font-weight: 500;
    font-size: 13px;
}
.m-top10{
    margin-top: 10px;
}
/******************single-product*******************/
.slider>div{
    direction: ltr;
}
.slider-nav{
    margin: 30px auto;
}
.slider-nav .item {
    cursor: pointer;
    margin: 0 2px;
}
.slick-initialized .slick-slide
.DitailsProduct{
    padding-top: 20px;
}
.container_block:last-child {
    border-bottom: 0;
}
.container_block {
    width: 100%;
    float: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #c7c3c3;
}
.block_counter .count_title {
    display: block;
    float: right;
    margin-right: 10px;
    margin-top: 10px;
}
.quantity {
    position: relative;
    float: left;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] {
    -moz-appearance: textfield;
}
.quantity input {
    width: 45px;
    height: 42px;
    line-height: 1.65;
    float: left;
    display: block;
    padding: 0;
    margin: 0;
    padding-right: 5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
}
.quantity input:focus {
    outline: 0;
}
.quantity-nav {
    float: left;
    position: relative;
    height: 42px;
}
.quantity-button {
    position: relative;
    cursor: pointer;
    border-right: 1px solid #ccc;
    width: 22px;
    text-align: center;
    color: #333;
    font-size: 16px;
    font-family: fantasy;
    line-height: 21px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color:#2980B9;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 21px;
    top: 0;
    border-bottom: 1px solid #ccc;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    height: 21px;
    line-height: 18px;
}
.single_add_to_cart_button {
    line-height: 25px;
    height: 47px;
    color: rgb(255, 255, 255);
    display: table;
    position: relative;
    clear: both;
    margin-top: 15px;
    float: right;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    padding: 10px 80px 10px 10px;
    background: rgb(252, 184, 19);
    transition: all 0.4s;
    border-radius: 1px;
}
.single_add_to_cart_button::before {
    content: "";
    font-family: FontAwesome;
    position: absolute;
    right: 0px;
    top: 0px;
    line-height: 44px;
    height: 100%;
    text-align: center;
    width: 50px;
    font-size: 25px;
    color: rgb(255, 255, 255);
    background: rgb(5, 167, 63);
}
.product_thumb img {
    max-height: 500px;
    border: 1px solid #eee;
    margin: 0 auto;
}
.product_price del, .product_price del span {
    color: red!important;
    font-size: 13px;
}
.product_price ins {
    color: #444;
    font-family: 'IRANSans-m', tahoma;
    background-color: transparent;
}
/*****************************comment*********************************/
#commentform {
    width: 100%;
}
#commentform label {
    display: block;
}
#commentform textarea {
    width: 500px;
    height: 150px;
    max-width: 100%;
    padding: 5px;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    background: #fdfdfd;
}
#commentform input[type="text"],
#commentform input[type="email"] {
    width: 250px;
    max-width: 100%;
    padding: 5px;
    line-height: 25px;
}
#commentform input[type="submit"] {
    border: 0;
    color: #fdc13b;
    background: #25150c;
    padding: 5px 20px;
    border-radius: 2px;
    margin-top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 25px;
}
#commentform input[type="submit"]:hover {
    opacity: .7;
}
#comments .woocommerce-Reviews-title {
    margin-bottom: 15px;
    font-size: 20px;
}
#comments .woocommerce-Reviews-title span {
    color: #F39C12;
}
#comments ol li.comment  {
    list-style: none;
    padding: 5px;
    border: 1px solid #ddd;
    background: #fdfdfd;
    margin-bottom: 10px;
}
#comments ol li.comment.odd {
    border: 1px dashed #ddd;
    background: #f7f7f7
}
#comments .avatar {
    float: right;
    margin-left: 12px;
}
#comments time {
    float: left;
}
/*
=rating star comment
---------------------------------*/
p.comment-form-rating {
    display:block;
    margin-bottom:5px;
    clear: both;
}
p.stars:after{content:"";display:block;clear:both}

p.stars span{ margin-top:6px; width:80px;height:16px;position:relative;float:left;background:url(images/star.png) repeat-x left 0}

p.stars span a{
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    float:left;position:absolute;left:0;top:0;width:16px;height:0;padding-top:16px;overflow:hidden}

p.stars span a:hover,p.stars span a:focus{background:url(images/star.png) repeat-x left -16px}

p.stars span a.active{background:url(images/star.png) repeat-x left -32px}

p.stars span a.star-1{width:16px;z-index:10}

p.stars span a.star-2{width:32px;z-index:9}

p.stars span a.star-3{width:48px;z-index:8}

p.stars span a.star-4{width:64px;z-index:7}

p.stars span a.star-5{width:80px;z-index:6}

.star-rating span {
    position: relative;
    display: inline-block;
    padding-right: 60px;
    font-size: 12px;
}
.star-rating span:before {
    content:"امتیاز شما :";
    position:absolute;
    right:0;
    top:0;
    font-size:12px;
}

/*****************************cart*********************************/
.cart-page #box-shoping-cart {
    background: #fff;
    padding: 10px;
    border-radius: 2px;
    box-shadow: 0 0 4px #ccc;
    -webkit-box-shadow: 0 0 4px #ccc;
    -moz-box-shadow: 0 0 4px #ccc;
    -o-box-shadow: 0 0 4px #ccc;
}
.container-full .woocommerce table.shop_table {
    text-align: center !important;
    overflow: hidden;
    width: 100%;
}
.container-full .woocommerce table.shop_table td {
    border: 1px solid #ccc;
    padding: 10px;
}
.container-full .woocommerce table.shop_table td .quantity {
    position: relative;
    float: none;
    display: inline-block;
}
.container-full .woocommerce table.shop_table thead {
    background: #25150c;
}
.container-full .woocommerce table.shop_table td .quantity input{
    text-align: right!important;
}
.container-full .woocommerce table.shop_table th {
    text-align: center !important;
    font-weight: normal;
    padding: 10px;
    color: #fdc13b;
}
.container-full .woocommerce .cart-collaterals table th {
    color:#777;
}
.container-full .woocommerce table.shop_table img {
    border: 1px solid #eee;
    width: 80px;
    padding: 3px;
    margin: auto;
}
.container-full .woocommerce label {
    font-weight: normal;
    color: #888
}
div.wc-proceed-to-checkout{
    padding: 20px 0;
}
div.woocommerce .product-remove a {

    width: 15px;
    height: 15px;
    margin: auto;
    line-height: 13px;
    color: #fff!important;
    border-radius: 100%;
    font-size: 20px;
    background: #ef3f3e;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
div.woocommerce ins {
    text-decoration:none;
}
del,del span.amount {
    color:red;
}
span.amount {
    color:green;
}
.product-remove a:hover {
    opacity: .7;
}
.title-cart h1 span {
    display: inline-block;
    background: #2980B9;
    color: #fff;
    font-weight: normal;
    padding:10px;
    font-size: 16px;
}
.container-full .woocommerce table.shop_table td.actions input[type="submit"] {
    border: 0;
    color: #555;
    box-shadow: 0 0 2px #666;
    -webkit-box-shadow: 0 0 2px #666;
    -moz-box-shadow: 0 0 2px #666;
    -o-box-shadow: 0 0 2px #666;
    background: #eee;
    padding: 5px 10px;
    border-radius: 3px;
    margin-right: 5px;
    margin-left: 5px;
}
.container-full .woocommerce table.shop_table td.actions input[type="submit"]:hover {
    background: #ddd;
}
.woocommerce .cart-collaterals .cart_totals {
    width:100% !important;
}
.container-full .woocommerce table.shop_table td.actions input[type="text"] {
    margin-right: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 2px 5px;
    color: #aaa;
}
.container-full .woocommerce .cart-collaterals {
    margin-top: 20px;
}
.container-full .woocommerce .cart-collaterals h2 {
    font-size: 16px;
    text-align: center;
}
.container-full .woocommerce .cart-collaterals table {
    width: 100%;
    margin: 10px auto;
    border: 1px solid #ccc;

}
.container-full .woocommerce .cart-collaterals table tr {
    border-bottom: 1px solid #ccc;
}
.container-full .woocommerce .cart-collaterals table td,.container-full .woocommerce .cart-collaterals table th {
    text-align: center;
    padding: 8px;
    border-left: 1px solid #ccc;
}
.container-full .woocommerce .cart-collaterals table tr:nth-child(even) {
    background: #eee;
}
div.wc-proceed-to-checkout a.checkout-button {
    text-align: center;
    display: block;
    background: #25150c!important;
    color: #fdc13b!important;
    width: 200px;
    padding: 5px;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    border-radius: 3px;
    margin: auto;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
div.wc-proceed-to-checkout a.checkout-button:hover {
    opacity:.8;

}
/*
=checkout-page
-------------------------------------*/
.checkout-page .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table {
    width: 100%;
}
.checkout-page .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table th {
    padding: 10px;
    width: 65%;
    background: #ddd;
    border-bottom: 1px solid #777;
}
.checkout-page .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table tr{
    border-bottom: 1px solid #777;
}
.checkout-page .woocommerce-checkout-review-order table.woocommerce-checkout-review-order-table td{
    padding: 10px;
    border: 1px solid #777;
}

.checkout-page .woocommerce-checkout-review-order {
    padding: 10px;
    margin-top: 38px;
    background: #fff;
    clear: both;
}
.checkout-page h3#ship-to-different-address,.woocommerce-billing-fields h3 {
    font-size: 17px;
    text-align: center;
    color: #777;
    border-bottom: 1px solid #ffc420;
    padding-bottom: 6px;
    margin-bottom: 10px;
}
.checkout-page .shipping_address,.woocommerce-billing-fields {
    padding: 20px;
}
.checkout-page #billing_email,.checkout-page #billing_phone {
    width: 100%;
}
.checkout-page #billing_address_1,.checkout-page #shipping_address_1 {
    margin-bottom: 25px;
}
.checkout-page #payment {
    padding: 20px;
}
.checkout-page #payment #place_order {
    border: 0;
    background: #E74C3C;
    color: #fff;
    padding: 5px 15px;
    border-radius: 2px;
}
.checkout-page #payment #place_order:hover {
    background: #C0392B;

}

.section_list {
    width: 100%;
    float: right;
    background: #fff;
    margin: 10px 0 2px;
}
.section_list ul li {
    float: right;
}
.section_list ul li a {
    display: block;
    padding: 10px;
    color: #fff;
    background: #ef3f3e;
    border-left: 1px solid #fff;
}
.section_list ul li a:hover {
    opacity: .8;
}
.products_list .col_archive {
    margin: 0 0 5px;
    padding: 0;
}

@media screen and (min-width:1200px) {
    .products_list .col_archive {
        /* 		width: 20% */
    }
}
.title_page {
    font-size: 26px;
    color: #444;
    margin-bottom: 15px;
}


/*
=login
-----------------------------------*/
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea, .woocommerce form .form-row select {


}
.login-page .post-content {
    background: #fff;
    padding: 20px;
    border-radius: 3px;
    box-shadow: 0 0 4px #ccc;
}
.woocommerce .col2-set form {
    margin-top: 25px;
}
.woocommerce .col2-set form label {
    font-weight: normal;
    color: #555;
}
.woocommerce .col2-set form input[type="submit"] {
    border: 0;
    border-radius: 2px;
    padding: 3px 20px;
    margin-top: 50px;
    line-height:30px;
    float: left;
    background: #2980B9;
    color: #fff;
    -webkit-transition:all .3s;
    -moz-transition:all .3s;
    -o-transition:all .3s;
    transition:all .3s;
}
.woocommerce .col2-set form input[type="submit"]:hover {
    background: #3498DB;

}
.woocommerce .col2-set .col-1{
    float: left;
    width: 48%;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 4px;
}
.woocommerce .col2-set .col-2 {
    float: right;
    width: 48%;
    border: 1px solid #ccc;
    padding: 30px;
    border-radius: 4px;
}
.woocommerce .col2-set .col-1 input[type="text"],.woocommerce .col2-set .col-1
input[type="password"],.col2-set .col-1 .woocommerce input[type="email"],
.woocommerce .col2-set .col-2 input[type="text"],.woocommerce .col2-set .col-2
input[type="password"],.woocommerce .col2-set .col-2 input[type="email"],
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea
{
    width: 100%;
    padding: 3px 10px;
    color: #919191;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    line-height: 28px !important;
}
.select2-container--default .select2-selection--single {
    height:38px !important;
    border-radius:2px !important;
    color:#777 !important;
    border-color:#ddd !important;
}

.woocommerce .col2-set h2 {
    font-size: 17px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 2px solid #666;
    font-weight: 700;
}
.woocommerce .col2-set h2:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -2px;
    width: 30%;
    height: 2px;
    background: #3498DB;

}
.commentlist .avatar {
    float: right;
    border: 1px solid #ccc;
    border-radius: 50%;
    margin-left: 15px;
}
.woocommerce-MyAccount-navigation ul {
    display: table;
    margin: 10px auto;
}
.woocommerce-MyAccount-navigation ul li {
    margin-bottom: 6px;
    float: right;
    margin: 5px;
}
.woocommerce-MyAccount-navigation ul li a {
    display: inline-block;
    color: #fff;
    padding: 8px 20px;
    border-radius: 4px;
    background-color: #7f31b7;
    border-color: #7f31b7;
    text-align: center;
}
.woocommerce-MyAccount-navigation ul li a:hover {
    background-color: #8d46b7;
}
.container-full .woocommerce table.shop_table img.track-button {
    width:35px;
    height:35px;
    border:0;
    display: inline-block;
}
div.woocommerce table.my_account_orders .button.track-button {
    margin-left:10px !important;
}
.ywot_order_details {
    background: #fafafa;
    text-align: center;
    margin-bottom: 10px;
    color: green;
    font-size: 15px;
    padding: 10px;
}
.woocommerce h3 {
    text-align: center;
    padding: 10px;
    color: #25150c;
}
.woocommerce-info {
    border-top-color: #25150c!important;
}
.woocommerce-info::before{
    color: #25150c!important;
}
.woocommerce #payment #place_order{
    background-color: #25150c!important;
    color: #fdb61f!important;
}
#customer_details {
    border: 1px solid #999;
    width: auto;
    padding: 10px;
    border-radius: 5px;
    background: #F5F5F5;
}
.meta_text i {
    width: 25px;
    height: 25px;
    background: #3498DB;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    line-height: 25px;
    text-align: center;
}

.meta_text i {
    width: 25px;
    height: 25px;
    background: #3498DB;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    margin-left: 5px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px;
}

.leftPage .meta_text span {
    color: #3498DB;
    font-size: 15px;
    padding-left: 3px;
}
.wpcf7 input:not([type="submit"]), .wpcf7 textarea {
    line-height: 25px;
    border: 1px solid #d5d5d5;
    padding: 5px 10px;
    border-radius: 2px;
    margin-bottom: 10px;
    font-size: 13px;
    background: #fefefe;
    transition: all .3s;
}

.wpcf7 p label {
    color: #a49494bf !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

.wpcf7 label span input {
    width: 120%;
}
.wpcf7 label span textarea{
    width: 150%;
}

.wpcf7 input[type="submit"] {
    border: 0;
    padding: 5px 20px;
    border-radius: 2px;
    color: #fff;
    background: #36c0d1;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
ul.social_about_page {
    margin: 20px auto 10px;
}
ul.social_about_page li {
    float: left;
    margin: 5px 0;
    width: 50%;
    list-style: none !important;
}
ul.social_about_page li img {
    -wbkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    display: inline-block;
}

/*****************************search*********************************/
#search-form {
    float: right;
    width: 100%;
    background-color: #f7f7f7;
    margin-top: -12px;
    margin-bottom: 20px;
    border: 1px solid #ccc;


}
#search-form input {
    border: none;
    background: none;
}
#search-form input[type="search"] {
    height: 28px;
    padding: 3px 4px;
    line-height: 25px;
    width: 80%;
    float: right;
    color: #444;
    font-size: 11px;
}
#search-form #search-submit {
    background: url('images/search.png') no-repeat center center;
    width: 35px;
    height: 30px;
    float: left;
    cursor: pointer;
}
.search_result{
    background: #fff;
    padding: 10px;
    position: absolute;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.1);
    top: 100%;
    border-radius: 5px;
    right: 0;
    margin-top: 5px;
    width: 100%;
    display: none;
    z-index: 9999;
}
/********comment********************/
#commentform {
    width: 100%;
}
#commentform label {
    display: block;
}
#commentform textarea {
    width: 500px;
    height: 150px;
    max-width: 100%;
    padding: 5px;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform textarea {
    border: 1px solid #d5d5d5;
    border-radius: 2px;
    background: #fdfdfd;
}
#commentform input[type="text"],
#commentform input[type="email"] {
    width: 250px;
    max-width: 100%;
    padding: 5px;
    line-height: 25px;
}
#commentform input[type="submit"] {
    border: 0;
    background: #1abc9c;
    color: #fff;
    padding: 5px 20px;
    border-radius: 2px;
    margin-top: 20px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    line-height: 25px;
}
#commentform input[type="submit"]:hover {
    opacity: .7;
}
#comments .woocommerce-Reviews-title {
    margin-bottom: 15px;
    font-size: 20px;
}
#comments .woocommerce-Reviews-title span {
    color: #F39C12;
}
#comments ol li.comment  {
    list-style: none;
    padding: 5px;
    border: 1px solid #ddd;
    background: #fdfdfd;
    margin-bottom: 10px;
}
#comments ol li.comment.odd {
    border: 1px dashed #ddd;
    background: #f7f7f7
}
#comments .avatar {
    float: right;
    margin-left: 12px;
}
#comments time {
    float: left;
}
/*
=rating star comment
---------------------------------*/
p.comment-form-rating {
    display:block;
    margin-bottom:5px;
    clear: both;
}
p.stars:after{content:"";display:block;clear:both}

p.stars span{ margin-top:6px; width:80px;height:16px;position:relative;float:right;background:url(images/star.png) repeat-x left 0}

p.stars span a{
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    transition: all 0s;
    float:left;position:absolute;left:0;top:0;width:16px;height:0;padding-top:16px;overflow:hidden}

p.stars span a:hover,p.stars span a:focus{background:url(images/star.png) repeat-x left -16px}

p.stars span a.active{background:url(images/star.png) repeat-x left -32px}

p.stars span a.star-1{width:16px;z-index:10}

p.stars span a.star-2{width:32px;z-index:9}

p.stars span a.star-3{width:48px;z-index:8}

p.stars span a.star-4{width:64px;z-index:7}

p.stars span a.star-5{width:80px;z-index:6}

.star-rating span {
    position: relative;
    display: inline-block;
    padding-right: 60px;
    font-size: 12px;
}
.star-rating span:before {
    content: "امتیاز شما :";
    position: absolute;
    right: 0;
    top: 0;
    font-size: 12px;
}
/*****************************responsive*********************************/

@media only screen and (max-width: 990px) {
    .NewsImg {
        float:none!important;
    }
    .textShort {
        padding-top: 20px;
    }
    .fixed{
        position:relative!important;
    }
    .footerNews{
        position: relative;
        top:0;
    }
    .MenuSlider , .heroSlider , .textSlider , .menuTop ,.heroSlider video{
        height: auto;
    }
    .PartVideo{
        position: relative;
    }
    .heroSlider video {
        margin: auto;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }
    .HeaderPage{
        position: relative;
        height: auto;
        width: auto;
        margin-top: -10px;
        background-size: cover!important;
        background-repeat: no-repeat;
    }
    .news-ticker{
        width: 100%;
    }
    .news-ticker ul {
        font-size: 18px!important;
        font-weight: 600!important;
        padding-top: 90px;
    }
    .TextAbout a{
        position: relative!important;
        top:auto;
        margin-top: 50px;
    }
}
@media only screen and (max-width: 768px) {
    .news-ticker ul {
        padding-top: 50px;
    }
    .MenuSlider .HeaderPage{
        position: relative;
        width: auto;
    }
    .navbar-nav>li {
        float: none !important;
    }
    .footerNews ul{
        width: 100%;
    }
    .footerNews ul.floatLeft{
        float: none;
    }
    .footerNews {
        margin-top: 10px;
    }
    .TextAbout {
        padding-top: 0;
    }
 
    #MenuSit ul li{
        padding: 6px 0;
    }
    #MenuSit ul li a {
        padding: 0;
        font-size: 14px;
    }
    .textShort {
        padding-top: 15px;
    }
    .textShort p{
        display:none;
    }
    
}

@media only screen and (max-width: 560px) {
    .TextAbout a{
        width: 90%;
        bottom: auto;
    }
    #commentbox input[type=text],#commentbox textarea{
        width: 100%;
    }
    .menuTop ul {
        padding: 5px 0 0 0;
        text-align: center;
    }
    .menuTop ul li {
        font-size: 12px;
        margin: 5px 3px;
        padding-left: 10px;
        line-height: 1;
    }
}
@media screen and (max-width:420px) {
	#flags {
    float: none;
    display: table;
    margin: auto;
    clear: both;
}
}

/*
=new style for sub menu header
--------------------------------------------------*/
#MenuSit li {
position:relative;
}
#MenuSit li ul.sub-menu {
opacity:0;
position:absolute;
left:0;
top:61px;
background:#FFC420;
color:#000;
padding:10px 0;
width:170px;
z-index:9999;
-webkit-transition: opacity 0.1s ease-in;
-moz-transition: opacity 0.1s ease-in;
-o-transition: opacity 0.1s ease-in;
transition: opacity 0.1s ease-in;
}
#MenuSit li:hover ul.sub-menu {
opacity:1;
}
#MenuSit li:hover ul.sub-menu .sub-menu {
opacity:0;
}
#MenuSit li ul.sub-menu li:hover .sub-menu {
opacity:1;
}
#MenuSit li ul.sub-menu li:hover .sub-menu .sub-menu {
opacity:0;
}
#MenuSit li ul.sub-menu li .sub-menu li:hover .sub-menu {
opacity:1;
}
#MenuSit li ul.sub-menu li {
padding:0;
}
#MenuSit li ul.sub-menu li a{
font-size:14px;
padding:0 10px;
}
#MenuSit li ul.sub-menu .sub-menu {
top:0;
right:170px;
}
#MenuSit li.menu-item-has-children> a:after {
content: "\f107";
font-family: FontAwesome;
position: absolute;
font-weight: normal;
left: -2px;
bottom: 8px;
font-size: 16px;
color: #fff;
}
#MenuSit li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
content: "\f104";
left: 12px;
bottom: 0;
color: #000;
}
.navbar-collapse.in #MenuSit li ul.sub-menu {
display:none;
opacity:1;
position:relative;
right:0;
top:0;
color:#fff;
}
.navbar-collapse.in #MenuSit li:hover ul.sub-menu {
display:block;
}
.navbar-collapse.in #MenuSit li:hover ul.sub-menu .sub-menu {
display:none;
}
.navbar-collapse.in #MenuSit li ul.sub-menu li:hover .sub-menu {
display:block;
}
.navbar-collapse.in #MenuSit li ul.sub-menu li:hover .sub-menu .sub-menu {
display:none;
}
.navbar-collapse.in #MenuSit li ul.sub-menu li .sub-menu li:hover .sub-menu {
display:block;
}
.navbar-collapse.in #MenuSit li ul.sub-menu {
width:100%;
background:none;
}
.navbar-collapse.in #MenuSit li.menu-item-has-children .sub-menu li.menu-item-has-children > a:after {
content: "\f107";
top:0;
bottom:auto;
}
