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, fieldset, form, label,ul, 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}

f{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration: none;}
ins{background-color:#ff9;color:#000;text-decoration:none}
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}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/* @font-face {
    font-family: BYekan;
    src: url(./fonts/699085bd.eot);
    src: url(./fonts/699085bd.eot?#iefix) format("embedded-opentype"),
      url(./fonts/a80f71ff.woff2) format("woff2"),
      url(./fonts/088dfe8a.woff) format("woff"), 
      url(./fonts/2c83275a.ttf) format("truetype");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: BYekan;
    src: url(./fonts/5bea6c32.eot);
    src: url(./fonts/5bea6c32.eot?#iefix) format("embedded-opentype"),
      url(./fonts/1fdcadec.woff2) format("woff2"), 
      url(./fonts/56a1baa4.woff) format("woff"), 
      url(./fonts/79533773.ttf) format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: BYekan;
    src: url(./fonts/7c912e00.eot);
    src: url(./fonts/7c912e00.eot?#iefix) format("embedded-opentype"),
      url(./fonts/fe12f13a.woff2) format("woff2"),
      url(./fonts/2d7cc7cd.woff) format("woff"),
      url(./fonts/a7d41f91.ttf) format("truetype");
    font-weight: 700;
    font-style: normal
} */
@font-face {
      font-family: 'fontello';
      src: url('./fonts/fontello.eot?62354458');
      src: url('./fonts/fontello.eot?62354458#iefix') format('embedded-opentype'),
           url('./fonts/fontello.woff?62354458') format('woff'),
           url('./fonts/fontello.ttf?62354458') format('truetype'),
           url('./fonts/fontello.svg?62354458#fontello') format('svg');
      font-weight: normal;
      font-style: normal;
    }
/*@font-face {*/
/*    font-family: 'BYekan';*/
/*    src: url(./fonts/web_Yekan.woff);*/
/*    src: url(./fonts/web_Yekan.eot?#iefix) format("embedded-opentype"), url(./fonts/web_Yekan.woff) format("woff"), url(./fonts/web_Yekan.ttf) format("truetype"), url(./fonts/web_Yekan.svg#BYekan) format("svg");*/
/*    font-weight: normal;*/
/*    font-style: normal*/
/*}*/

@font-face {
  font-family: BYekan;
  font-style: normal;
  font-weight: bold;
  src: url('./fonts/IRANSansWeb_Bold.eot');
  src: url('./fonts/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
     url('./fonts/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
     url('./fonts/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('./fonts/IRANSansWeb_Bold.ttf') format('truetype');
}
 
 @font-face {
  font-family: BYekan;
  font-style: normal;
  font-weight: normal;
  src: url('./fonts/IRANSansWeb.eot');
  src: url('./fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
     url('./fonts/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
     url('./fonts/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
     url('./fonts/IRANSansWeb.ttf') format('truetype');
}

html {
    box-sizing: border-box;
}
*, :after, :before {
    box-sizing: inherit;
}
body{
    
font-family: BYekan,'BYekan',tahoma !important;
    
font-size: 12px;
    
color: #454546;
    
direction: rtl;
    
background-color: #ffffff;
    
line-height: normal;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%;
}

.container {
    min-width: 1009px;
    max-width: 1676px;
    /* clear: both; */
}
.container-full {
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    /* position: relative; */
}
.container-full {
    min-width: 1009px;
    max-width: 1676px;
    /* clear: both; */
    /* background-color: #641c1c; */
}
.n-phone {
    display: flex;
    flex-direction: row;
    background-color: #cccbcb;
    flex-wrap: wrap;
    font-size: 15px;
    justify-content: space-between;
}

.n-phone div {
    padding: 3px 10px;
    color: #101010;
    /* line-height: 0px; */
}

.n-header-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 6px 0;
    background-color: white;
}

section.n-nav {
    /* background-color: rgb(255, 255, 255); */
    /* height: 39px; */
    /* box-shadow: 1px 1px 3px 0px #ffffff; */
/*     border-radius: 5px; */
/*     padding: 2px 7px; */
/*     margin-right: 30px; */
    /* width: 60%; */
}

.n-page {
    margin-top: 10px;
}

a.img-main-logo {
  background: url('./images/main-logo1.png') no-repeat;
    height: 130px;
    display: block;
    /* width: 50px; */
    /* padding: 0px 96px; */
    background-size: contain;
    background-position: center;
    /* margin-right: 30px; */
}

.n-logo {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-left: 0;
    flex: 0 0 250px;
    max-width: 250px;
    padding-right: 9px;
    max-height: 100%;
}

.n-search {
    flex-grow: 1;
    position: relative;
    /* padding: 18px 0; */
    display: flex;
    /* flex: 0 0 calc(100% - 190px - 310px); */
    align-items: center;
    /* height: 52px; */
}

input.ms1.searchbox.searchbox-new {
    width: 100%;
    height: 40px;
    /* border-radius: 21px 0 0 22px; */
    /* background-color: #fbfbfb; */
    border: 2px solid #cccbcb;
    color: #474747;
    font-weight: 300;
    /* font-size: 12px; */
    font-size: .857rem;
    line-height: 1.833;
    padding: 11px 11px 11px 11px;
    display: flex;
    z-index: 51;
    position: relative;
    border-left: none;
    /* border-radius: 5px; */
    outline: none;
}

.n-cart {
    flex: 0 0 160px;
    max-width: 160px;
    width: 100%;
    min-height: 1px;
    padding-top: 17px;
    /* padding-left: 0; */
    display: flex;
    justify-content: flex-end;
    height: 100%;
    align-items: center;
    position: unset;
}

.n-cart-text {
    border: solid 1px #b9b2b2;
    width: 190px;
    padding: 3px 9px;
    border-radius: 21px;
}

.noor-page {
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
}

.main-isotop {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 20px;
    /* background-color: #e06767; */
}

.main-baner {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 20px;
    /* background-color: #964040; */
    padding-right: 14px;
    position: relative;
    width: 100%;
}

.thusday {
    flex: 0 0 40%;
    background-color: #b2b1ea;
    /* min-height: 200px; */
    width: 100%;
    overflow: hidden;
    max-height: 280px;
}

.offer {
    flex: 0 0 60%;
    width: 100%;
    padding-right: 20px;
    max-width: 60%;
}

a.item-condi {
    display: inline-block;
    width: 22.3%;
    /* background-color: #bd5050; */
}

.conditions {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 100%;
    /* margin-top: 17px!important; */
    min-height: 5px;
    /* background-color: #c5bebe; */
    padding: 25px 0;
}

.item-c {
    text-align: center;
    position: relative;
    padding-top: 80px;
    font-size: 13px;
    font-size: .929rem;
    line-height: 1.692;
    color: #606060;
    letter-spacing: .2px;
    padding-bottom: 20px;
    margin: auto;
}

.news {
    flex: 0 0 25%;
    max-width: 25%;
    min-height: 20px;
    background-color: #eaae40;
}

.n-category--second-menu {
    flex: 0 0 75%;
    max-width: 75%;
    min-height: 20px;
    /* background-color: #e06767; */
    display: flex;
    flex-direction: column;
}

.second-menu {
    /* width: 100%; */
    /* min-height: 168px; */
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left: 10px;
    /* max-height: 47px; */
}

.two-Lcat {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 0 0 30%;
    max-width: 30%;
    min-height: 185px;
    /* background-color: #988282; */
    padding-left: 14px;
}

.four-Rcat {
    display: flex;
    flex-direction: column;
    width: 100%;
    flex: 0 0 70%;
    max-width: 70%;
    min-height: 24px;
    /* background-color: #633333; */
}

.Lcat-item1 {
    min-height: 129px;
    background-color: #f1defd !important;
}

.Lcat2-item2 {
    min-height: 70px;
    background-color: #ffe7fc !important;
    flex-grow: 1;
    margin-top: 15px;
}

.Rcat1-row2 {
    display: flex;
    flex-direction: column;
    flex: 0 0 48%;
    /* min-height: 222px; */
    /* background-color: #3752d6; */
    margin-left: 10px;
}

.Rcat1-row1 {
    flex: 0 0 48%;
    background-color: #ca0000 !important;
    margin-left: 10px;
}

.rcat-items {
    min-height: 270px;
    background-color: #e8e1e1;
    margin: 0 10px;
    /* border: solid 1px; */
}

.Rcat2 {
    width: 98%;
    min-height: 145px;
    margin-top: 15px;
    background-color: #e6f3ff !important;
}

.shadow {
    box-shadow: 2px 2px 7px 1px #bdbbbb;
    /* border-radius: 4px; */
    /* background-color: white; */
    /* padding: 10px 0; */
}

.baners {
    /* width: 100%; */
    /* min-height: 84px; */
    overflow: hidden;
    padding: 10px 0px;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 20px;
}

.main-icon img {
    width: 50%;
    display: block;
    margin: auto;
}

.n-footer .container {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.n-footer-main {
    display: inline-flex;
    flex-wrap: wrap;
    min-height: 60px;
    background-color: white;
    margin-top: 10px;
    font-size: 15px;
}

.about-us-nemad {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* padding: 0 7px; */
    /* background-color: #9e9696; */
    min-height: 10px;
}

.navv {
    width: calc(33.3333% - 2px);
    display: inline-block;
    min-height: 29px;
    /* background-color: #d28181; */
    padding: 17px;
    line-height: 30px;
}

.contact-us-category {
    width: 70%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    /* align-items: flex-start; */
    flex: 0 0 70%;
    max-width: 70%;
    padding: 0 20px;
}

.register-news--social-network {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
}

.register-news--social-network {
    width: 30%;
    /* background-color: #ab5656; */
}

.about-us {
    flex: 0 0 70%;
    max-width: 70%;
    min-height: 26px;
    background-color: #e6e6e6;
    padding: 17px;
}

.nemad a {
    /* flex: 0 0 30%; */
    /* max-width: 30%; */
    /* min-height: 26px; */
    /* background-color: #e6e6e6; */
    display: inline-block;
    height: 50px;
}

.Rcat1-row2--item2 {
    /* margin-top: 13px; */
}

.Rcat1 {
    display: flex;
    flex-wrap: wrap;
}

.thusday.shadow {
    /* max-height: 1px; */
    /* overflow: hidden; */
    /* height: 486px; */
}

.news-social-netwok {
    padding: 17px;
    width: 100%;
    text-align: center;
}

.news-social-netwok h3 {
    text-align: center;
    padding-bottom: 9px;
}

div.send-title div.news-social-network {
    padding: 10px;
    background-color: #8c7f7f;
}

div.news-social-network input.wpcf7-validates-as-email {
    padding: 10px;
}

.send-title input.wpcf7-form-control.wpcf7-text.wpcf7-email.wpcf7-validates-as-email {
    padding: 6px;
    border: solid 1px #314eb9;
    border-radius: 20px;
    margin: 10px;
    width: 250px;
    display: inline-block;
}

.send-mail input.wpcf7-form-control.wpcf7-submit {margin: 11px 0px;padding: 4px 15px;border: solid 1px #314eb9;color: white;background-color: #314eb9;border-radius: 15px;font-size: 15px;font-weight: bold;}


.register-news--social-network form.wpcf7-form {
    display: flex;
    justify-content: center;
}

.contact-us-footer h3 {
    text-align: center;
    padding-bottom: 13px;
}

.contact-us-category h3 {}

ul {
    /* padding-right: 0; */
}


.about-uss {
    font-size: 14px;
    line-height: 32px;
    padding-left: 28px;
}

.extra-links {
    min-height: 52px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 15px;
}

.widget-even.widget-last.widget-2.news-social-netwok {
    font-size: 22px;
}
a.facebook1 {background-image: url(./images/combinen.png);background-repeat:  no-repeat;background-position: -187px -79px;background-size: 309px;width: 51px;}

a.googleplus1 {background-image: url(./images/combinen.png);background-repeat:  no-repeat;background-position: -123px -79px;background-size: 309px;width: 50px;}

a.instagram1 {
    background-image: url(./images/combinen.png);
    background-repeat:  no-repeat;
    background-position: -59px -79px;
    background-size: 309px;
    width: 51px;
}

a.linkedin1 {
    background-image: url(./images/combinen.png);
    background-repeat:  no-repeat;
    background-position: -187px -135px;
    background-size: 309px;
    width: 53px;
}

.news-social-netwok a {
    display: inline-block;
    height: 40px;
}
a.telegram2 {
    background-image: url(./images/combinen.png);
    background-repeat:  no-repeat;
    background-position: -121px -135px;
    background-size: 309px;
    width: 52px;
}

a.twitter1 {
    background-image: url(./images/combinen.png);
    background-repeat:  no-repeat;
    background-position: -58px -135px;
    background-size: 309px;
    width: 51px;
}

.nemadha {
    display: flex;
    padding: 10px 18px;
}

.etehadiye {
    background-color: white;
    margin-right: 12px;
}

.main-icon h4 {
    text-align: center;
    font-size: 15px;
}

.cart-text {
    font-size: 19px;
}

span.price {
    color: red;
    font-size: 13px;
}

.second-menu img {
    box-shadow: 2px 2px 7px 1px #bdbbbb;
    border-radius: 4px;
    background-color: white;
    width: 100%;
}

section.nav-subcat {
    /* display: block; */
    /* min-height: 26px; */
    /* border: solid 1px; */
    /* margin-top: 12px; */
}

.n-product-info {
    display: flex;
    margin-top: 14px;
    background-color: white;
}

.gallery-info {
    flex: 0 0 450px;
    min-height: 203px;
    /* background-color: #dad5d5; */
    overflow: hidden;
    border-left: solid 1px #dbdbdb;
    padding: 10px;
    position: relative;
}

h1.product-title-01 {
    display: flex;
    width: 100%;
    flex-grow: 1;
    font-size: 18px;
}

section.show-sku {justify-content: flex-end;flex: 0 0 17%;}

.summery-tit-info {
    display: flex;
    width: 100%;
    flex-wrap: nowrap;
    background-color: #fffefe;
    margin-right: 10px;
    flex-direction: column;
    padding: 20px 15px 20px 15px;
    justify-content: space-between;
}

.tit-info {
    display: flex;
    width: 97%;
    /* background-color: #dad8d8; */
    padding: 10px 0px;
    border-bottom: 1px solid #ece8e8;
}
.container-cat-flex {
    display: flex;
}

.container-cat-sidebar {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 15px;
    /* position: fixed; */
    /* z-index: 88; */
}

.container-cat-items {
    flex-grow: 1;
}
ul.products {display: flex;flex-wrap: wrap;justify-content: center;border-top: solid 1px #efefef;border-left: solid #efefef 2px;box-shadow: 2px 2px 7px 1px #bdbbbb;margin: 0;padding: 0;}

ul.products li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    flex: 1 0 33.333%;
    max-width: 33.333%;
    position: relative;
    /* transition: all 0.05s; */
}
.product-item {
    border: SOLID 1PX #efefef;
    padding: 20px;
    border-top: none;
    background-color: white;
    transition: all 0.2s;
    text-align: center;
    display: flex;
    position: relative;
    flex-direction: column;
    padding-top: 20px;
    /* padding-bottom: 5px; */
    height: 100%;
    margin-left: -1px;
    padding-bottom: 10px;
    padding-top: 50px;
}

.product-item:hover {
    transform: scale(1.01, 1.01);
    /* box-shadow: 0px 0px 4px 0px #e2e2e2; */
    box-shadow: 0 2px 17px 0 rgba(0,0,0,.09);
}


a.the_post_name {
    font-size: 13px;
    color: #676767;
    /* font-weight: 700; */
    padding-top: 15px;
    text-transform: capitalize;
    height: 60px;
    text-align: -webkit-right;
    line-height: 190%;
    overflow: hidden;
    margin-top: 20px;
}

span.price.price-cat {
    font-size: 17px;
    text-align: -webkit-auto;
}

.cat-dit {
    border-top: solid 1px #dcdada;
    margin-top: 10px;
    height: 30px;
    border-bottom: solid 1px #dcdada;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.average {
    font-size: 16px;
    color: #fda300;
}
span.Canon {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/Canonlogo.png);
    background-position: 1px -3px;
    background-size: 65px;
    background-repeat: no-repeat;
    width: 66px;
}
span.Nikon {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/nikon.png);
    background-position: -1px -7px;
    background-size: 63px;
}

 span.Canon {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/Canonlogo.png);
    background-position: 1px -3px;
    background-size: 65px;
    background-repeat: no-repeat;
    width: 66px;
}
span.Nikon {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/nikon.png);
    background-position: -1px -7px;
    background-size: 63px;
}
span.Sony {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/11/sony.png);
    background-position: 1px -7px;
    background-size: 65px;
    width: 65px;
}
span.Fuji {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2015/05/fuji.png);
    background-position: 1px -10px;
    background-size: 76px;
    width: 77px;
}
span.Polaroid {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/polaroid.png);
    background-position: -2px -11px;
}
span.Sigma {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/sigma.png);
    background-position: 1px -11px;
    width: 81px;
}
span.Tamron {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/tamron.png);
    background-position: 1px -10px;
    width: 78px;
}
span.Samyang {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/samyang.png);
    background-position: 0px -10px;
    /* width: 81px; */
    background-size: 84px;
}
span.Panasonic {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/panasonic.png);
    background-position: 1px -21px;
    background-size: 93px;
	width: 94px;

}
span.DJI {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/dji-1.png);
    background-position: 1px -3px;
    background-size: 47px;
    width: 48px;
}
span.Gopro {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/GoProLogo.png);
    background-position: 1px -3px;
    background-size: 64px;
    width: 65px;
    /* height: 21px; */
}
span.Profoto {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/profoto.png);
    background-position: 0px -22px;
    background-size: 77px;
    width: 77px;
}
span.NiceFoto {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/nicefoto.png);
    background-position: 1px -24px;
    background-size: 82px;
}
span.Godox {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/godox-1.png);
    background-position: 1px -8px;
    background-size: 66px;
}

span.Hensel {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/hensel.png);
    background-position: 1px -9px;
    background-size: 67px;
    width: 68px;
}

span.brand_name.-Manfrotto {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/manfrotto-s-1.png);
    background-position: 0px -24px;
    background-size: 100px;
    width: 113px;
}


span.Hahnel {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/hanhel.png);
    background-position: 0px -20px;
    background-size: 86px;
    width: 86px;
}
span.VERTA {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/verta.png);
    background-position: 1px -3px;
    background-size: 56px;
    width: 58px;
    height: 20px;
}
span.Nissin {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/11/nissin.png);
    background-position: 1px 0px;
    background-size: 69px;
    width: 69px;
}
span.Micnova {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/micnoval-1.png);
    background-position: 4px -6px;
    background-size: 80px;
    width: 90px;
}
span.Meike {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/meike-1.png);
    background-position: 0px -7px;
    background-size: 58px;
}
span.RODE {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/Rode_logo-1.png);
    background-position: 0px -18px;
    background-size: 57px;
}
span.Photoflex {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/PHOTOFLEX-1.png);
    background-position: 0px -10px;
    background-size: 89px;
    width: 92px;
}

.Benro {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/benro-logo-1.png);
    background-size: 68px;
    width: 100px;
    background-position: 3px 3px;
}
span.Kupo {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/Kupo-logo_1.png);
    background-position: 1px 0px;
    background-size: 70px;
    width: 70px;
}
span.Kupo {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/Kupo-logo_1.png);
    background-position: 1px 0px;
    background-size: 70px;
    width: 70px;
}

span.SampS {}

span.Sekonic {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/sekonic_logo.png);
    background-position: 1px;
    background-size: 75px;
    background-repeat: no-repeat;
    width: 80px;
}
.Cullmann {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/CULLMANN-1.png);
    background-position: 1px;
    width: 100px;
}
.Cullmann {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/CULLMANN-1.png);
    background-position: 1px;
    width: 100px;
}

.Safrotto {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/safrotto.png);
    background-position: 1px -21px;
    width: 82px;
}
.Cullmann {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/CULLMANN-1.png);
    background-position: 1px;
    width: 100px;
}

.Safrotto {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/safrotto.png);
    background-position: 1px -21px;
    width: 82px;
}

.Lowepro {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/lowerpro.png);
    background-position: 1px -21px;
    background-size: 67px;
}
.National.Geographic {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/NG.png);
    BACKGROUND-POSITION: 1px;
    background-size: 80px;
}
.Vanguard {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/vanguard.png);
    background-position: -1px;
}
span.yunteng {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/0006135_yunteng_200.png);
    background-position: -6px;
    background-size: 108px;
}

span.Beike.BK {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/beike.png);
    background-position: 1px;
    background-size: 49px;
 
}
span.Jmary {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/jmary.png);
    background-position: 1px;
    background-size: 51px;
 
}
span.Zhiyun-Tech {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/logo-company-mob.png);
    
    background-size: 33px;
    background-position: 2px 0px;
}
span.Slik {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/slik.png);
    background-position: 2px;
    background-size: 71px;
    width: 72px;
    
}
span.Velbon {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/velbon.png);
    background-position: 1px;
    background-size: 75px;
    width: 77px;
}
.EZ-Share {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/ezshare.png);
    background-size: 56px;
    background-position: 4px -1px;
}
.HP {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/hplogo.png);
    background-size: 35px;
}
.Toshiba {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/11/TOSHIBA.png);
    background-size: 72px;
    background-position: 1px -7px;
}
.Sandisk {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/11/Sandisk.png);
    background-position: 1px -8px;
    background-size: 74px;
}
.Silicon.Power {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/Silicon_Power_logo.png);
    background-size: 43px;
    background-position: 3px;
}
.Lexar {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/11/lexar.png);
    background-position: 1px 2px;
    background-size: 55px;
}
.Microdia {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/11/Microdia.png);
    background-position: 1px -8px;
    background-size: 77px;
}
.Haida {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/11/haida.png);
    background-position: 0px -3px;
    background-size: 58px;
}
.Viking {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/viking-logo.png);
    background-position: 1px;
    background-size: 59px;
}
.Visible.dust {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/visibledust.jpg);
    background-size: 89px;
    background-position: 1px 3px;
}
.-Zeniko {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/zeniko.png);
    background-size: 66px;
    background-position: 1px 2px;
    width: 67px;
}
.yunteng- {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/yunteng.png);
    background-position: 1px;
    background-size: 78px;
}
span.-Apple {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/AppleLogo.png);
    background-position: 1px -6px;
    background-size: 79px;
    width: 80px;
}
.Huawei {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/Huawei11.png);
    background-position: 1px -10px;
    background-size: 99px;
    width: 100px;
}
span.DampE {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/10/de.png);
    background-size: 69px;
    background-position: -6px 1px;
}
span.SampS {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2017/12/SS1.png);
    background-position: -10px -5px;
    background-size: 61px;
}
span.Rodenstock {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2018/02/rodenstoklogo.png);
    background-size: 100px;
    background-position: 2px -14px;
}
span.brand_name.-Nisi {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2018/02/nisilogo.png);
    background-size: 73px;
    width: 77px;
    background-position: 2px 0px;
}
span.brand_name.-Mettle {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2018/02/mettlelogo1.png);
    background-size: 70px;
    background-position: 1px -6px;
    width: 72px;
}
span.brand_name.-Visico {
    background-image:  url(https://cdn.noornegar.com/wp-content/uploads/2018/02/visicologo.png);
    background-position: 1px -8px;
    background-size: 79px;
    width: 80px;
}
span.-Mircopro {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2018/02/mircoprologo1.png);
    background-size: 89px;
    background-position: 0px -9px;
    width: 100px;
}
span.-Fomex {
    background-image:  url(https://cdn.noornegar.com/wp-content/uploads/2018/02/fomexlogo.png);
    background-size: 85px;
    background-position: 1px -10px;
    width:  92px;
}
span.Tether.Tools {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2018/02/Tether-ToolsLogo.png);
    background-size: 85px;
}
span.samsung {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2018/02/samsung.png);
    background-size: 95px;
    background-position: 1px 2px;
    width:  105px;
}
span.LG- {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2018/02/lglogo.png);
    background-size: 46px;
    background-position: 1px -2px;
    width:  100px;
}
span.asus {
    background-image:  url(https://cdn.noornegar.com/wp-content/uploads/2018/02/asuslogo.png);
    background-position: -3px -2px;
    background-size: 84px;
    width: 90px;
}
span.-HOCO {
    background-image: url(https://cdn.noornegar.com/wp-content/uploads/2018/02/hocologo.png);
    background-position: 0px -1px;
    background-size: 58px;
}

span.brand_name {
     
height: 21px;
     
width: 100px;
     
background-repeat: no-repeat;
     
/* justify-content: left; */
}
  .widget-title berocket_aapf_widget-title {
    
    cursor: pointer;
    
    width: 100%;
    border: none;
     
    outline: none;
     
    transition: 0.4s;
}

.active   , widget-title berocket_aapf_widget-title:hover{
    /* border-bottom: solid 1px #e0dcdc; */
    /* background-color: #6d6f71; */
}

 .berocket_aapf_widget {
     
     
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
 


.info-price-info-summery {
    display: flex;
    flex-wrap: nowrap;
    line-height: 26px;
    flex-grow: 1;
}

.product--info-price {
    flex: 0 0 65%;
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    padding-bottom: 10px;
}

.product--info-summery {
    flex: 0 0 35%;
    padding: 10px;
    font-size: 10px;
    max-height: 450px;
    /* background-color: #6b1616; */
    max-width: 265px;
    overflow: hidden;
}

.berocket_aapf_widget input[type="checkbox"] {
    right: -99999px;
}
.last-carousel-offer li {
    /* margin: 10px; */
    /* border-left: solid 1px #dbdbdb; */
    /* border-right: solid 1px #dbdbdb; */
}

.main-carousel h3 span,h3.last-news-new span {
    color: white;
    background-color: #2d57a2;
    display: block;
    width: 150px;
    text-align: center;
    height: 37px;
    padding: 8px 0px;
    font-size: 15px;
    border-radius: 20px 0px 0px 20px;
}

.last-carousel-offer {
    /* border: solid 1px #dbdbdb; */
    /* margin-top: 20px; */
    transition: all 0.5s;
    position: relative;
    overflow: hidden;
}
.tabs {
  /* margin: 0px 20px; */
  position: relative;
  background: #ffffff;
  /* box-shadow: 0px 0px 40px rgba(0, 0, 0, 0.2); */
  width: 100%;
}

.tabs nav {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  background: #e4e4e4;
  color: #c7c7c7;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
  width: 150px;
  border: saddlebrown;
  min-height: 340px;
  /* padding-top: 10px; */
  align-content: center;
}

.tabs nav a {
  padding: 9px 0px;
  text-align: center;
  width: 100%;
  cursor: pointer;
  color: #2d57a2;
  border-bottom: dashed 1px whitesmoke;
}

.tabs nav a:hover,
.tabs nav a.selected {
  background: #c3c3c3;
  color: #ffffff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.tabs .content {
  /* padding: 20px 0px; */
  position: absolute;
  top: 0px;
  right: 150px;
  padding-top: 20px;
  color: #6C5D5D;
  width: calc(100% - 150px);
  height: 100%;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.1s linear 0s;
  /* padding-top: 11px; */
}

.tabs .content.visible {
  /* padding: 20px; */
  width: calc(100% - 150px);
  /* overflow: scroll; */
  opacity: 1;
  z-index: 1;
}

.tabs .content p { padding-bottom: 2px; }

.tabs .content p:last-of-type { padding-bottom: 0px; }
h3.widget-title.berocket_aapf_widget-title {
    font-size: 14px;
    padding: 8px 0;
    padding-right: 27px;
    /* border-bottom: solid 1px #e0dcdc; */
    color: #615a5a;
    /* border-radius: 4px; */
    position: relative;
}

span {}

.widget-title.berocket_aapf_widget-title span::after {
    font-family: fontello;
    content: '\f107';
    color: #a2a09e;
    left: 4%;
    position: absolute;
    font-size: 20px;
}
.widget-title.berocket_aapf_widget-title.active span::after {
    font-family: fontello;
    content: '\f106';
    color: #a2a09e;
    left: 4%;
    position: absolute;
    color: #fdbb00;
    font-size: 20px;
}

.berocket_aapf_widget-wrapper {
    border: solid 1px #d8d6d6;
    padding: 0px 9px;
    border-radius: 4px;
    background-color: white;
    box-shadow: 2px 2px 7px 1px #bdbbbb;
}

ul.berocket_aapf_widget {
    margin: 0;
}
ul.berocket_aapf_widget li {
    list-style-type: none;
    padding-left: 0px;
    margin: 10px 10px;
    font-size: 14px;
}
.berocket_aapf_widget input[type="checkbox"] + label:before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    position:relative;
    cursor: pointer;
    top: 3px;
    left: 1px;
}

.archive-product {
    /* margin: 10px 0; */
    margin-bottom: 10px;
}

h1.woocommerce-products-header__title.page-title {
    font-size: 20px;
    /* text-align: center; */
    padding-right: 10px;
    height: 37px;
}

p.breadcrumbs_yoast {
    display: flex;
    height: 50px;
    align-items: center;
    font-size: 12px;
}

p.breadcrumbs_yoast a {
    color: #2f447f;
}

h3.widget-cat {
    font-size: 15px;
    padding: 10px;
    border-bottom: solid 1px #c7c4c4;
    font-weight: 900;
}

ul.product-cats-lists {
    margin: 0;
    padding: 0;
    padding-bottom: 11px;
}

ul.product-cats-lists li {
    /* list-style-type: none; */
    margin-right: 25px;
    margin-top: 10px;
}

ul.product-cats-lists a {
    color: #585757;
    /* padding: 0px; */
}

.product-cats {
    margin-bottom: 10px;
}

li.slider.price input {
    width: 100%;
}
 
li.slider.price input {
    width: 95% !IMPORTANT;
    height: 28px;
    text-align: left !important;
    font-style: normal !important;
    /* font-family: byekan; */
}

.product--info-summery h3 {
    font-size: 13px;
    text-align: center;
}

.slider-nav {
    margin: 10px 0 !important;
    border: solid 1px #f3f3f3;
    padding: 10px !important;
    border-radius: 10px;
}

.conditions-in-product img {
    width: 60%;
    /* padding: 25px; */
    padding-bottom: 0;
}

.conditions-in-product h4 {
    font-size: 12px;
}

.conditions.conditions-in-product {
    border: solid 1px #dddddd;
    padding: 14px 0;
    padding-top: 0;
    border-radius: 15px;
}

ul.tabs.wc-tabs {
    display: flex;
    /* justify-content: space-around; */
    /* width: 100%; */
    /* flex-grow: 1; */
    background-color: #f5f5f5;
    max-width: 100%;
    margin: 0;
    padding: 0;
    height: 60px;
    text-align: center;
    align-items: flex-end;
    /* margin-bottom: 10px; */
}

.woocommerce-tabs.wc-tabs-wrapper {
    width: 100%;
}

ul.tabs.wc-tabs li {
    width: 214px;
    list-style-type: none;
    height: 100%;
    position: relative;
    padding-top: 17px;
    border-bottom: dashed 1px #e4e4e4;
    border-left: dashed 1px #e4e4e4;
}

ul.tabs.wc-tabs li a {
    color: #868585;
    font-size: 18px;
    font-weight: bold;
    position: relative;
}

ul.tabs.wc-tabs li.active {
    border: none;
    background-color: white;
    /* height: 100%; */
    border-bottom: dashed 2px whitesmoke;
    /* border-right: dashed 1px #f4f4f4; */
}

div#tab-additional_information {}

table.shop_attributes {
    width: 100%;
    background-color: white;
    font-size: 14px;
}

table.shop_attributes th {
    background-color: whitesmoke;
    padding: 10px;
    border-bottom: dashed 2px #e4e4e4;
    width: 215px;
}

table.shop_attributes td {
    border-bottom: dashed 2px #f5f2f2;
    padding-right: 15px;
    flex-grow: 1;
    padding-top: 10px;
}

table.shop_attributes tr:hover {
    background-color: #e4e4e4;
}

table.shop_attributes tr {
    transition: all 0.5s;
    display: flex;
}

div#tab-additional_information h2 {
    display: none;
}

li#tab-title-additional_information::BEFORE {
    font-family: fontello;
    content: '\f0ca';
    font-size: 20px;
    padding-left: 10px;
    /* margin-top: 10px; */
}

li#tab-title-description a::before {
    right: -113px;
    font-family: fontello;
    content: '\e83d';
    font-size: 29px;
    padding-left: 10px;
    position: absolute;
    left: 0;
    font-weight: normal;
}

.tabs wc-tabs li a::before {
    font-weight: normal;
}

li#tab-title-reviews a::before {
    right: -115px;
    font-family: fontello;
    content: '\f27b';
    font-size: 29px;
    padding-left: 43px;
    position: absolute;
    left: 0px;
    font-weight: normal;
}

li#tab-title-test_tab a::before {
    content: "";
    right: -120px;
    font-family: fontello;
    content: '\f187';
    font-size: 25px;
    padding-left: 13px;
    position: absolute;
    left: 0px;
    font-weight: normal;
}

div#tab-test_tab {
    font-size: 17px;
    line-height: 150%;
}

ol.commentlist {
    padding-right: 25px;
    list-style: none;
}

.comment_container {
    display: flex;
    width: 100%;
    align-items: center;
}

.comment_container img {
    /* align-items: end; */
    height: fit-content;
    border-radius: 100%;
}

li.comment {
    margin: 25px;
    border-bottom: dashed 1px #d2d2d2;
    padding-bottom: 10px;
}

.comment-text {
    padding-right: 20px;
    font-size: 15px;
}

time.woocommerce-review__published-date {
    display: none;
}

span.woocommerce-review__dash {
    display: none;
}

h2.woocommerce-Reviews-title {
    font-size: 29px;
    padding: 50px;
    padding-right: 86px;
}

h2.woocommerce-Reviews-title::before {
    content: '\f10e';
    font-family: fontello;
    padding-left: 20px;
} 

div#tab-description {
    padding: 0 10%;
    font-size: 17px;
    text-align: justify;
    line-height: 200%;
}

div#tab-description strong {
    font-size: 25px;
    background-color: white;
}

div#tab-description strong::before {
    content: '\e815';
    font-family: fontello;
    padding-left: 10px;
    margin-bottom: -20px;
    position: relative;
    top: 6px;
    color: #f31414;
}
div#tab-description h5::before {
    content: '\e808';
    font-family: fontello;
    padding-left: 10px;
    margin-bottom: -23px;
    position: relative;
    top: 1px;
    color: #a2dc06;
}
div#tab-description h6::before {
    content: '\e809';
    font-family: fontello;
    padding-left: 10px;
    margin-bottom: -20px;
    position: relative;
    top: 1px;
    color: #f31414;
}
div#tab-description h5 {
    background-color: #eef9c1;
    border-radius: 5px;
    padding-right: 10px;
}
div#tab-description h6 {
    background-color: #f9d6c1;
    border-radius: 5px;
    padding-right: 10px;
}

div#tab-description img {
    display: block;
    margin: 30px auto;
    /* padding: 29px; */
}

div#tab-description h3 {
    font-size: 25px;
    margin-top: 50px;
    margin-bottom: 30px;
}

div#tab-description h2 {
    display: none;
}

div#tab-description h3::before {
    content: '\f18d';
    font-family: fontello;
    padding-left: 10px;
    font-size: 84px;
    font-weight: normal;
    color: #436cb1;
}

div#tab-description a {
    color: #737ba8;
    font-style: italic;
    font-weight: bold;
}

.suggestion {
    position: absolute;
    z-index: 1101;
    background-color: white;
    width: calc(100%-40px);
    top: 57px;
    border: solid 1px #cccbcb;
    border-top: none;
    width: calc(100% - 37px);
}

botton.icon-fontello.icon-search {
    height: 40px;
}

.search-resalt-h a {
    display: flex;
    padding: 5px 10px;
    transition: 0.5s all;
}

.search-resalt-img {
    width: 60px;
}

.search-resalt {
    flex-grow: 1;
}

.search-resalt-title {
    font-weight: bold;
    font-size: 15px;
    color: #5a5959;
    margin-bottom: 6px;
}

.search-resalt-h a:hover {
    box-shadow: 0 0 1px #b5b5b5;
    background-color: #f1f1f1;
}

.search-resalt-price {}

.search-resalt-h {
    border-top: dashed 1px #cccbcb;
}

span.search-resalt-price.price {
    font-size: 15px;
}
.c-navi-categories__overlay {
    position: fixed;
    right: 0;
    height: 100%;
    width: 100%;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(11, 81, 154, 0.49);
    opacity: 0;
    z-index: -25;
    transition: all 0.5s;
    /* pointer-events: none; */
    /* display: none; */
}

header.n-header {
    position: relative;
    z-index: 300;
    /* background-color: #505050; */
}

.c-navi-categories__overlay.js-navi-overlay.opt-s {
    /* display: block; */
    opacity: 1;
    z-index: 250;
}

input {
    font-family: BYekan,'BYekan',tahoma !important;
}

span.old-price {
    text-align: right;
    font-size: 14px;
    text-decoration: line-through;
    height: 20px;
    color: #bdbcbc;
}

.icon-fontello {
    /* font-family: fontello; */
}

span.icon-fontello.info_attribute {
    font-size: 13px;
    padding: 2px 8px;
    background-color: #7791dc;
    border-radius: 5px;
    text-shadow: 0 0 black;
    color: #fffefe;
    cursor: pointer;
}

span.icon-fontello.info_attribute::after {
    font-family: byekan;
}

section.select_price {
    font-size: 16px;
    /* font-weight: bold; */
    margin: 0px 7px;
    border-bottom: dashed 1px #cccbcb;
    padding: 10px 10px;
    padding-bottom: 15px;
    transition: all 0.5s;
    padding-right: 0;
    margin-right: 0;
}

span.price.price-product {
    font-size: 25px;
    /* margin-top: 20px; */
    font-weight: 500;
    display: block;
}

article.show_disc {
    margin-top: 16px;
    text-align: left;
}

span.old-price.price-product {
    display: block;
    font-size: 21px;
    font-weight: normal;
    text-align: left;
}

section.select_price:hover {
    background-color: #f1f1f1;
}

span.price-unit {
    font-size: 14px;
}

button.single_add_to_cart_button {
    border: none;
    padding: 10px;
    background-color: #6181b9;
    color: white;
    font-family: byekan;
    font-size: 17px;
    border-bottom-left-radius: 50px;
    border-top-left-radius: 50px;
    padding-left: 20px;
    cursor: pointer;
    margin-top: 20px;
}

span.icon-fontello.info_attribute {
    font-family: fontello;
}

span.h-fix-cat {
    height: 45px;
}

.auto-related-product.shadow {
    margin-top: 25px;
    padding-top: 10px;
}
.icon-search {
    /* width: 100%; */
    /* flex: 0 0 45px; */
    /* max-width: 40px; */
    /* border: 2px solid #c1c1c1; */
    /* border-radius: 21px 0 0 22px; */
    /* border-right: none; */
    /* padding: 3px; */
    /* height: 40px; */
    /* color: #909090; */
}

section.container.container-header {
    padding: 0;
}

section.container.container-n-nav {
    /* background-color: #909090; */
}

ul {}

ul.topnav ul.sub-menu {
    line-height: 23px;
    /* display: none; */
    position: absolute;
    padding: 0;
    margin: 0;
    /* opacity: 0; */
    right: -10px;
    /* z-index: 1; */
    width: 140px;
    background-color: #ffffff;
    padding: 10px;
    /* box-shadow: 0 0 black; */
    box-shadow: 1px 1px 8px 0px #bdbbbb;
    border-radius: 2px;
    border-top: solid 3px #fbab48;
    /* margin-top: 3px; */
    font-size: 12px;
    /* top: 25px; */
}

.topnav {
    position: relative;
    padding: 0;
    margin: 0;
    width: 39px;
    /* background-color: #c31b1b; */
}

.topnav>li:hover .sub-menu {
    display: block;
    opacity: 1;
    z-index: 1;
}

.topnav li {
    list-style-type: none;
}

.guide-help {
    display: flex; 
}

ul#menu-help a {
    color: black;
}

.topnav>li {
    /* padding-bottom: 10px; */
}

.topnav>li .sub-menu {
    transition: opacity 0.5s;
    opacity: 0;
}

figure.last-news-main-thumbnail {
    /* height: 200px; */
    /* padding: 20px 0; */
    /* background-color: #ff2424; */
}

.last-news-main .last-news-main.main-carousel {
    position: relative;
    overflow: hidden;
}

article.post-main.row {
    height: 71px;
    /* display: flex; */
    /* align-items: center; */
}

figure.thumbnail-post {
    display: flex;
    flex-direction: column;
    align-items: right;
    /* flex-basis: 100%; */
    /* JUSTIFY-CONTENT: space-evenly; */
    /* HEIGHT: 100%; */
    /* background-color: #a04242; */
}

figure.last-news-main-thumbnail img {
    border-radius: 50%;
    box-shadow: 1px 1px 7px 1px #afafaf;
    width: 80%;
}

.second-menu-con {
    width: 24%;
    background-color: white;
    /* height: 200px; */
    border-radius: 5px;
    position: relative;
}

.second-menu-con h3 {
    font-size: 15px;
    padding-right: 10px;
}

.last-news-main button.slick-prev.slick-arrow {
    right: unset !important;
    top: unset;
    left: unset;
    bottom: -20px !important;
    background-color: #f5f5f5;
    width: 50%;
}

.last-news-main button.slick-next.slick-arrow {
    top: unset;
    bottom: -20px;
    width: 50%;
    background-color: #f5f5f5;
}

.last-news-main button.slick-prev.slick-arrow::before {
    content: '\f106';
    /* color: red; */
}

.last-news-main button.slick-next.slick-arrow::before {
    content: '\f107';
}

ul.slider-vertical.slider.slick-initialized.slick-slider.slick-vertical {
    padding-bottom: 50px;
}

.last-news-main.main-carousel {
    overflow: hidden;
    position: relative;
}

.bg-slider-day.out_instock {
    filter: blur(1);
    filter: blur(2px);
}

div#billing {
    display: flex;
    text-align: center;
}

.calculator-form {
    border: solid 1px #dddddd;
    border-radius: 5px;
    padding: 3px 10px;
    opacity: 0;
    transition: 0.5s;
}

div#billing span {
    font-weight: bold;
    color: #f59701;
    padding-left: 7px;
    font-size: 15px;
}

select#installmentNumber {
    height: 25px;
    font-weight: bold;
    width: 100px;
    text-align: center;
    border: solid 1px #6181b9;
    outline: none;
}

.calculator-form.opa-set {
    opacity: 1;
}

a#show-aghsat {
    cursor: pointer;
    color: #fffefe;
    font-weight: bold;
    background-color: #f59701;
    padding: 0px 5px;
    width: 130px;
    margin-top: 10px;
    /* border-radius: 10px; */
    text-align: center;
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

.totalAmount span {
    font-size: 19px !important;
}

.form-group-header {
    display: flex;
    justify-content: space-between;
}

.noornegar-golden-tuesday ul.products li {
    flex: 1 0 25%;
    max-width: 25%;
    padding: 5px;
}

span.product_price_discount {
    position: absolute;
    top: 7px;
    font-size: 15px;
    text-align: center;
    display: block;
    /* width: 100%; */
    direction: ltr;
    right: 0;
    background-color: #fd8080;
    color: white;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    padding: 2px;
    padding-right: 8px;
    z-index: 1;
    padding-left: 14px;
    /* background-image: -webkit-linear-gradient(top, #efd100 0, #e2a233 38%, #f0c328 60%, #ffeb7c 86%, #ffe13e 100%); */
    font-weight: bold;
    /* text-shadow: 0 0 black; */
    box-shadow: -2px 1px 3px 1px #c3c1c1;
    /* border: solid 1px #909090; */
}

.product-item.product-item-noornegar-golden-tuesday {
    position: relative;
}

span.product_price_discount::after {
    content: '\e80d';
    font-family: fontello;
    font-weight: normal;
}

.product-item.product-item-noornegar-golden-tuesday {
    /* background-image: -webkit-linear-gradient(top, #efd100 0, #e2a233 38%, #f0c328 60%, #ffeb7c 86%, #ffe13e 100%); */
}

span.product_price_discount.product_price_discount-product-item-noornegar-golden-tuesday {
    background-image: -webkit-linear-gradient(top, #efd100 0, #e2a233 38%, #f0c328 60%, #ffeb7c 86%, #ffe13e 100%);
    color: #333333;
    font-weight: normal;
    border: solid 1px #909090;
}

section.header-noornegar-golden-tuesday {
    display: flex;
    padding: 5px;
    background-color: #48e0a1;
    color: white;
    margin-bottom: 25px;
    flex-wrap: nowrap;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}

h1.container-head {
    font-size: 32px;
    width: calc(320px-100%);
    text-align: center;
    /* padding: 0 30px; */
    /* padding-top: 14px; */
    /* position: relative; */
    width: 33%;
    text-shadow: 3px 3px 7px black;
}

.the_content {
    /* flex-grow: 1; */
    width: 20%;
}

h1.container-head::before {
    right: 0px;
    content: '\e837';
    font-family: fontello;
    font-weight: normal;
    font-size: 65px;
    position: relative;
    top: 36px;
    /* margin-top: 20px; */
    right: -7px;
}

h1.container-head span {
    display: block;
    font-size: 26px;
    color: #545454;
    text-shadow: 0 0 black;
}

section.tues-date-waiting {
    align-items: center;
    display: flex;
    flex-grow: 1;
    text-align: center;
    font-size: 50px;
    direction: ltr;
    padding-top: 20px;
    color: #46abe6;
    font-weight: bold;
    justify-content: center;
}

span.product_price_discount.product_price_discount-product {
    font-size: 20px;
}
.n-footer form.wpcf7-form {
    display: flex;
    justify-content: center;
    flex-flow: wrap;
}

.content-page {
    padding: 30px;
    text-align: justify;
    line-height: 250%;
    font-size: 15px;
}

.calculator-form-main {
    background-color: #eaeaea;
    padding: 20px;
}

.calculator-form-main input {
    /* width: 300px; */
}

.calculator-form-main .form-horizontal {
    display: flex;
    justify-content: space-between;
}

.btn.btn-primary {
    background-color: #ffffff;
    /* color: white; */
    padding: 10px;
    box-shadow: 0px 0px 7px 0px black;
    border-radius: 5px;
}

div#billing-main span {
    color: #10c704;
    padding: 0 10px;
    font-size: 18px;
    font-weight: bold;
}

span#totalAmount {}

input#amount {
    width: 150px;
    text-align: center;
}

.col-md-6 {
    /* float: right; */
    /* width: 50%; */
}

.flex-100 {
    /* clear: both; */
}

.col-md-12.kala-list {
    clear: both;
}

.form-group.hideen {
    display: none;
}

div#wpcf7-f40210-p39905-o2 {
    background-color: #eaeaea;
    padding: 15px;
}

span.tit {
    width: 190px;
    display: inline-block;
    text-align: center;
}

div#wpcf7-f40210-p39905-o2 input {
    width: 300px;
    height: 30px;
}

.brand_name-product {
    z-index: 9;
    position: absolute;
    top: 15px;
    left: 10px;
}

ul.social-button li a {
    color: #6181b9;
    font-size: 17px;
    /* height: 50px; */
}

ul.social-button {
    display: flex;
    justify-content: space-around;
    margin-top: 7px;
}

ul.social-button li {
    list-style-type: none;
}

figure.thumbnail-post.isotop {
    flex-direction: row;
    justify-content: flex-start;
}

figure.last-news-main-thumbnail.isotop img {
    width: 100%;
    padding: 13px;
}

figure.last-news-main-thumbnail.isotop img {
    box-shadow: none;
    border-radius: unset;
}

figure.last-news-main-title.isotop {
    flex-grow: 1;
    height: 26%;
    display: flex;
    align-items: center;
    er; */
    /* text-align: center; */
    background-color: #2d57a2;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    /* background-color: #2d57a2; */
    border: solid 2px #2d57a2;
    border-left: none;
}

figure.last-news-main-thumbnail.isotop {
    width: 60%;
}

article.post-main.row.isotop {
    border-bottom: dashed 1px #cccbcb;
    height: auto;
}

ul.sliderisotop.slider.slick-initialized.slick-slider.slick-vertical {
    /* padding-bottom: 40px; */
}

figure.last-news-main-title.isotop a {
    display: block;
    text-align: center;
    width: 100%;
    font-size: 19px;
    /* font-weight: bold; */
    color: #2d57a2;
}

.hedaer-cat {
    display: flex;
    justify-content: space-between;
    margin: 15px 0;
    align-items: center;
}

.hedaer-cat select.orderby {
    font-family: unset;
    font-size: 13px;
    padding-right: 5px;
    height: 30px;
    padding-left: 5px;
    color: #2f447f;
}

.hedaer-cat select.orderby::before {
    content: 'dd';
}

form.woocommerce-ordering::before {
    content: '\f160';
    font-family: fontello;
    color: #e48440;
    font-size: 21px;
    /* margin-top: 10px; */
    position: relative;
    /* padding-top: 26px; */
    top: 6px;
}

p.woocommerce-result-count::before {
    content: '\e80c';
    font-family: fontello;
    /* font-size: 17px; */
}

p.woocommerce-result-count {
    font-size: 14px;
    color: #2f447f;
} 

section.product-show-cat span {
    font-size: 25px;
    /* font-weight: lighter; */
    color: #2f447f;
}

ul.products.product-detailed>li {
    max-width: 100%;
    flex: 1 0 100%;
}

.product-detailed a.the_post_thumbnail {
    text-align: right;
}

.product-detailed .product--info-summery-cat {
    display: block;
    position: absolute;
    left: 15px;
    top: 20px;
    width: 270px;
    /* height: 294px; */
    overflow: hidden;
    /* background-color: #520c0c; */
}

.product--info-summery-cat {
    display: none;
}

.product--info-summery-cat li {
    list-style-type: circle !important;
    text-align: right;
    line-height: 220%;
    max-width: 100% !important;
}

.product--info-summery-cat h3 {
    font-size: 17px;
    padding-bottom: 10px;
}

section.product-show-cat span {
    cursor: pointer;
}

.product--info-summery-cat li {
    width: 100%;
}

ul.social-button li {
    list-style-type: none !important;
    flex: unset;
}

.social-buttons {
    margin-top: 18px;
    text-align: center;
}

.product-detailed a.the_post_name {
    font-size: 17px;
    font-weight: bold;
} 
a#show-aghsat::before {
    content: '\f0ae';
    font-family: fontello;
    font-weight: normal;
    font-size: 23px;
    /* margin-top: -23px; */
    position: relative;
    top: 6px;
}

span.th-single-product {
    font-size: 13px;
    margin: 10px;
    /* color: white; */
}

span.th-single-product::before {
    content: '\e837';
    font-family: fontello;
    font-weight: normal;
    font-size: 25px;
    position: relative;
    top: 7px;
    color: #ffa826;
}

span.th-single-product a {
    color: #ff9900;
} 
.page-post {
    margin-top: 20px;
    /* background-color: white; */
    background-color: white;
    box-shadow: 2px 2px 5px 0px #bbb6b6;
}

.page-post h1 { 
    font-size: 20px;
    text-align: center;
    padding: 10px;
    background-color: #d6d6d6;
}
.cart-popup {
    width: 315px;
    background-color: #fdfdfd;
    height: auto;
    display: none;
    border: 1px solid #a7a4a4;
    padding: 8px;
    position: absolute;
    left: 10px;
    z-index: 99;
    top: 37px;
}
.img-title {
    background-color: #f7f7f7;
    display: inline-block;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    /* margin: 2px 1px; */
    width: 100%;
    display: flex;
    overflow: hidden;
    margin-bottom: 5px;
}

.title-cart-pop {
    padding: 7px;
    border-bottom: SOLID 1px #d0d6e2;
    width: 168px;
    font-size: 10px;
}

.price-cart-pop {
    color: #3398e2;
    padding: 3px;
}

.qty-cart-pop {
    padding: 3px;
    color: #585858;
}

.title-cart-pop a {
    color: #1d1b1b;
}

.total-cart-pop {
    width: 100%;
    background-color: #f7f7f7;
    display: inline-block;
    border: solid 1px #d8d0d0;
    border-radius: 3px;
    /* margin: 3px; */
    padding: 10px;
    text-align: center;
}

.total-mount-cart span {
    color: #464040;
    font-size: 18px;
    /* padding-left: 99px; */
}

span.unit-total-price {
    color: #33b2ea;
    font-size: 14px;
}



.total-price-cart {
    font-size: 18px;
    color: #3398e2;
}

.send-price {
    color: #ec5b21;
    font-size: 13px;
    padding: 6px 0px;
}
.button-cart-title-pop {
    text-align: center;
    color: white;
    font-size: 14px;
    /* font-weight: bold; */
}
.button-cart-pop {
    text-align: center;
    border-radius: 2px;
    /* width: 119px; */
    background-color: #8cc63f;
    padding: 5px;
    margin: 4px;
}
.remove-cart-pop {
    display: none;
}

div#StayOpen {
    position: relative;
    /* border: solid 1.5px #cccbcb; */
    margin-left: 25px;
    padding: 9px;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    background-color: #2f447f;
    color: white;
}

.cart-images {
    width: 100px;
}

.cat-header {
    font-size: 16px;
    color: #ffffff;
}

span.cart-number {
   
    /* background-color: red; */
    /* text-align: center; */
    /* padding: 5px; */
    /* border-radius: 50%; */
}

li#tab-title-test_video a::before {
    font-family: fontello;
    content: '';
}

.applyfilters {
    display: none;
}

ul.page-numbers {
    display: flex;
    justify-content: center;
    font-size: 14px;
    align-items: center;
}

a.page-numbers {
    color: #4a4a4a;
}

span.page-numbers.current {
    color: red;
    font-weight: bold;
    font-size: 20px;
}

a.prev.page-numbers {
    color: transparent;
}

a.prev.page-numbers::before {
    content: '\e812';
    color: #e48451;
    font-family: 'fontello';
}
a.next.page-numbers::before {
    content: '\e811';
    color: #e48451;
    font-family: 'fontello';
}

a.next.page-numbers {
    color: transparent;
}
#back2Top {
    /* width: 36px; */
    /* line-height: 43px; */
    overflow: hidden;
    z-index: 999;
    font-family: fontello;
    display: none;
    cursor: pointer;
   
    position: fixed;
    bottom: 33px;
    left: 13px;
    background-color: #007eb4;
    color: #f3f3f3;
    text-align: center;
    font-size: 26px;
    text-decoration: none;
    border-radius: 50%;
    padding: 8px;
    transition: 0.5s;
}
#back2Top:hover {
    background-color: #DDF;
    color: #000;
}


.second-menu-con.shadow h3 {
    position: absolute;
    /* text-align: center; */
    width: 100%;
    padding-top: 10px;
    color: white;
    text-shadow: 1px 1px 6px  black;
    font-size: 16px;
}

.rowcat img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}

img.image.wp-image-84002.attachment-full.size-full {
    width: 100%;
}
.main-carousel h3:hover {
    right: 0 !important;
}
.main-thusday img {
    width: 100%;
    max-width: unset;
    height: 100% !important;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
div#customer_details {
    /* border: solid 1px red; */
}

.col-1 {
    width: 95% !important;
}

.woocommerce-billing-fields__field-wrapper {
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    padding: 10px;
}

.woocommerce-billing-fields__field-wrapper input {
    height: 40px;
    border-radius: 4px;
    border: solid 1px #d4d2d4;
}

p#billing_country_field {
    display: none;
}

.woocommerce-billing-fields__field-wrapper select {
    background-color: #e83535;
}

span.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus {
    /* background-color: #e41e1e; */
}

.select2-container--default .select2-selection--single {
    height: 40px;
}

span#select2-billing_state-container {
    line-height: 38px;
}
form.checkout.woocommerce-checkout {
    /* display: flex; */
}

.col-s-des-flex {
    display: flex;
}

.col-s-1 {
    width: 35%;
    /* overflow: hidden; */
}

.col-s-2 {
    flex-grow: 1;
}
a.icon-fontello.icon-user {
    /* font-size: 20px; */
}
.compare-holder {
    position: fixed;
    left: -100px;
    padding: 5px 20px;
    top: 200px;
    font-size: 15px;
    transition: 0.5s;
    background-color: #ff5200;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
    z-index: 1;
}

.compare-holder:hover {}

.compare-holder a {
    color: white;
}
.cam-set{
left:0;
    
}
woocommerce tm-woocompare-wrapper {
    border-radius: 9px;
    border: solid 1px forestgreen;
    overflow: hidden;
}

.woocommerce.tm-woocompare-wrapper {
    border: solid 1px #d6d6d6;
    border-radius: 5px;
    padding: 10px;
}

.tm-woocomerce-list__product-title a {
    color: #384c84;
    font-size: 15px;
    text-align: center;
    display: block;
    padding: 0 10px;
}

th.tm-woocompare-cell {
    background-color: #dadada;
    /* margin: 10px; */
    xborder: solid white 10px;
    text-align: center;
}

.tm-woocomerce-list__product-image {}

.tm-woocomerce-list__product-image {
    display: block;
    /* margin: auto; */
    text-align: center;
}

td.tm-woocompare-cell a {
    color: red;
}

td.tm-woocompare-cell a.button product_type_variable add_to_cart_button {
    display: none;
}

td.tm-woocompare-cell a.button product_type_variable add_to_cart_button {
    display: none;
}

a.button.product_type_variable.add_to_cart_button {
    display: none;
}

td.tm-woocompare-cell span.price {
    display: none;
}

tr.tm-woocompare-row {
    border-bottom: dashed 1px #c1bcbc;
    text-align: center;
    transition: .5s;
}

tr.tm-woocompare-row:hover {
    background-color: #909090;
    color: white;
}

th.tm-woocompare-heading-cell.title {
    width: 140px;
    background-color: #dcdada;
}
.tm-wc-compare-wishlist-loader {
    display: none;
}

span.product_price_discount.product_price_discount-one-day {
    top: 204px;
}

div#review_form_wrapper {
    padding: 20px;
    font-size: 17px;
}

span#reply-title {
    font-size: 20px;
    /* padding-right: 10px; */
}

 

p.stars a {
    color: #ffbc00;
    padding: 0 10px;
    /* background-color: #7b2929; */
    margin: 10px;
}

p.stars {
    margin: 15px 0;
}

p.stars a::before {
    font-family: fontello;
    content: "\e801";
    padding-right: 10px;
    /* color: #ffbc00; */
}

p.stars a:hover {
    /* font-size: 20px; */
    color: red;
}
p.comment-form-comment {
    display: flex;
    flex-direction: column;
}

p.comment-form-author {
    display: flex;
    flex-direction: column;
}

p.comment-form-email {
    display: flex;
    flex-direction: column;
}

p.cptch_block {
    display: flex !important;
    justify-content: end;
    margin: 10px;
}

.form-submit input#submit {
    background-color: #de8440;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    color: white;
    margin-top: 15px;
}
p.stars a.active {
    color: #ff6a00;
    /* transform: scale(2 ,2 ); */
    border-bottom: solid;
}
form#commentform {
    /* width: 50%; */
    font-size: 15px;
}
li#tab-title-test_video a::before {
    content: "\f16a";
    font-family: fontello;
    font-size: 29px;
    font-weight: normal;
    position: absolute;
    left: 50px;
}
span.conditions.comingsoon {
    font-size: 27px;
}

.main-thusday .textwidget {
    height: 280px;
}
button.calling::before {
    content: "\e81e";
    font-family: fontello;
    margin-left: 10px;
}

.rowcat02 {
    height: 340px;
}

.rowcat04 {
    height: 130px;
}

.rowcat05 {
    height: 365px;
}

.rowcat03 {
    height: 154px;
}

.rowcat01 {
    height: 340px;
}

.n-phone-02 {
    display: flex;
    flex-flow: row-reverse;
}

.n-phone a {
    padding: 3px 5px;
    font-size: 12px;
    color: #2f447f;
    /* padding-top: 10px; */
    border-radius: 5px;
}

a.ngt::before {
    content: '\e837';
    font-family: fontello;
}

.main-thusday {
    height: 280px;
}
.search-page-title {
    font-size: 25px;
    padding: 20px;
    text-align: center;
}

a.icon-fontello.icon-search.loading-s {
    animation: change-color 1.5s linear 0s infinite normal;
}
@keyframes change-color {
    
50%{ background-color:#2f447f;
color:white }

}

a.noornegar-leasing {
    background-color: #f59701;
    color: whitesmoke;
}

a.noornegar-leasing {}

.festeval-count {align-items: center;display: flex;/* flex-grow: 1; */width: 142px;/* background-color: #7d2626; */text-align: center;justify-content: center;font-weight: bold;}

span.counter {
    background-color: #ffffff;
    color: #2f447f;
    border-radius: 50%;
    display: inline-block;
    width: 35px;
    height: 35px;
    position: relative;
    font-size: 18px;
}

span.counter-day {
    position: absolute;
    bottom: 4px;
    left: 10px;
    font-size: 10px;
}

.festeval-count>span {
    background-color: #F44336;
    border-radius: 57px;
    padding-right: 10px;
}

.festeval-count a {
    color: white;
}

label.compare-inproduct {
    display: block;
}

section.container-full.container-header {
   display: flex;
    align-items: right;
    /* margin-top: 25px; */
    flex-direction: column;
    background-color: #ffffff;
/*     height: 70px; */
}

section.logo {
    width: 400px;
    /* background-color: #ffffff; */
    /* border-radius: 100px 0px 0 100px; */
    /* padding: 9px 0; */
    /* box-shadow: 0 0 8px #c7c7c7; */
    position: relative;
    z-index: 99999;
}

section.container-full.container-slide-show-main {
    position: relative;
    /* margin-top: -110px; */
    z-index: 0;
    /* max-height: 460px; */
}

.text-slider {
    right: 3px;
    position: absolute;
    top: 81%;
    font-size: 28px;
    background-color: rgb(237, 28, 36);
    color: white;
    padding: 2px 5px;
    border-radius: 5px;
}

section.top-link-header {
    position: absolute;
    top: -20px;
    left: 2%;
    /* margin: 0 20px; */
    /* display: block; */
}

section.top-link-header a {
    background-color: #ff6600;
    padding: 22px 7px;
    margin: 0 3px;
    border-radius: 0px 0 35px 35px;
    color: white;
    /* width: 44px; */
    /* display: inline-block; */
    padding-bottom: 9px;
    font-size: 15px;
    /* font-size: 27px; */
}

section.main-sps {
    display: flex;
    justify-content: space-around;
    align-items: center;
    /* min-height: 300px; */
}

.main-sp {
    /* display: flex; */
    text-align: center;
}

.main-sp h2 a {
    color: #5c5d5d;
    font-size: 20px;
    /* font-size: 20px; */
    margin-top: 19px;
    display: block;
}

.main-sp img {
    width: 150px;
}

section.customer-level-section {
    display: flex;
    justify-content: space-evenly;
}

section.customer-level-section-item {
    /* margin: 10px; */
    width: 21%;
    position: relative;
    transition: 0.5s;
    /* overflow: hidden; */
}

section.container-full.useg-panel {
    background-color: #5d5d5d;
    padding-bottom: 30px;
}

h2.customer-level-title {
    text-align: center;
    font-size: 33px;
    color: #ff6600;
    padding: 20px;
}

h3.customer-level-title-se {
    text-align: center;
    padding-bottom: 22px;
    font-size: 20px;
    color: #eae5e5;
}

section.customer-level-section-item span {
    position: absolute;
    top: 40%;
    color: #717171;
    font-size: 27px;
    display: block;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.83);
    width: 100%;
    padding: 10px;
}
section.customer-level-section-item img {
    filter: grayscale(0.4);
    border-radius:5px;
}
section.customer-level-section-item:hover img {
    filter: grayscale(0);
    border-radius:10px;
}

section.customer-level-section-item * {
    transition: all 0.5s;
}

section.customer-level-section-item:hover span {
    background-color: #ff6600;
    color: white;
}

section.customer-level-section-item:hover {
    transform: scale(1.05);
    /* border-radius: 15px; */
}

section.carousel-logo-item {
    /* border: solid 1px #c7c7c7; */
    margin: 4px 5px;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 0px 4px #b1b1b1;
    /* background-color: white; */
    background-color: #3e3c3c;
}

span.carousel-logo-the-title {
    display: block;
    font-size: 12px;
    text-align: center;
    height: 17px;
    overflow: hidden;
    margin: 10px;
    color: #ff6600;
}

section.container.news-panel h2 {
    font-size: 25px;
    padding: 13px 0;
    color: #ff6600;
}

article.post-single.row {
    border: solid 1px #f5f5f5;
    border-radius: 10px;
    box-shadow: 0 0 4px #ff6600;
    font-size: 20px;
    padding: 30px;
    margin: 20px 0;
    background-color: white;
    /* line-height: 28px; */
}

article.post-single.row h1 a {
    color: #ff6600;
    font-size: 24px;
}

section.post-info {
    font-size: 12px;
    padding-bottom: 10px;
}

section.selected-products-contaner {
    padding: 5px 25px;
    display: flex;
    background-color: #cccccc;
    /* margin-top: 35px; */
    background: linear-gradient(to top, #cccccc 0%,#cccccc 50%,#cccccc 50%,white 50%,white 100%); /* W3C */
}

section.selected-products-contaner {}

section.selected-products-text {
    /* margin-bottom: 30px; */
    font-size: 16px;
    flex-basis: 65%;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: safe;
    /* display: block; */
    line-height: 200%;
    text-align: justify;
}

section.selected-products-image {
    flex-basis: 35%;
}

section.selected-products-text a {
    display: block;
    font-size: 29px;
    margin-bottom: 81px;
    color: #ff6600;
    margin-top: 100px;
}

section.customer-success-storiescontaner {
    /* transform: scale(1.2); */
    transition: 0.5s;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 320px;
}

section.customer-success-stories-panel {
    background-color: white;
    padding: 30px;
    /* box-shadow: 0 0 black; */
    /* display: flex; */
    position: relative;
}

section.customer-success-stories-text {
    /* display: block; */
    padding: 10px;
    text-align: right;
    font-size: 17px;
    flex-basis: 75%;
}

section.customer-success-stories-image {
    /* height: 210px; */
    /* width: 600px; */
    flex-basis: 25%;
    text-align: left;
}

section.customer-success-stories-text a {
    color: #ff6600;
    font-size: 21px;
    font-weight: bold;
    padding-bottom: 12px;
    display: block;
}

.slick-center section.customer-success-stories-text {
    /* margin-top: -20px; */
}

li.slick-slide.slick-current.slick-active.slick-center {
    
}

section.customer-success-stories-panel-01 {
    float: right;
    width: 20%;
}

section.customer-success-stories-panel-02 {
    display: block;
}

section.customer-success-stories-panel-02 {
    /* float: right; */
}

section.special-product-page {
    position: relative;
    min-height: 1000px;
}

article.special-product-page-big-pic {
    left: 0;
    position: absolute;
    top: -110px;
    background-position: r;
    /* overflow: hidden; */
    /* transform: skewX(-30deg); */
    height: 1000px;
    width: 618px;
    clip-path: polygon(0% 0%, 100% 0%  , 0% 100%);
}

article.special-product-page-big-pic img {
    transform: skewX(30deg);
}

h1.the_title {
    display: flex;
    flex-direction: column;
    font-size: 41px;
    text-align: center;
}

span.the_title_en {
    font-family: fantasy;
    font-size: 62px;
    text-align: center;
    letter-spacing: 2px;
    color: #ff6600;
    text-transform: uppercase;
    position: relative;
    z-index: 11;
}

section.container-special-product-page {
    display: flex;
}

section.section-main {
    flex-basis: 73%;
}

section.intro { 
    padding: 20px;
    font-size: 15px;
    width: 69%;
    line-height: 200%;
    margin: 20px auto;
    text-align: justify;
    background-color: #e8e8e8;
    border-radius: 10px;
}

section.section-menu {
    position: relative;
    flex-basis: 26%;
}

section.special-product-page-the_content {
    font-size: 16px;
    text-align: justify;
    position: relative;
    background-color: white;
    margin: 0 14px;
    margin-top: 80px;
    padding: 35px;
    box-shadow: 0 0 11px #a4a4a4;
    border-radius: 10px;
    font-weight: 400;
    line-height: 200%;
}

section.special-product-page-the_content h4 {
    color: #ff6600;
    font-size: 21px;
    /* margin: 10px auto; */
    margin-top: 30px;
}

section.section-menu ul {
    background-color: rgba(255, 255, 255, 0.97);
    line-height: 250%;
    font-size: 15px;
    padding: 0;
    padding-right: 14px;
    margin: 0 16px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 8px black;
    /* position: fixed; */
    /* top: 100px; */
}

section.section-menu ul a {
    color: #737374;
    padding-right: 7px;
    border-right: solid 3px #ffffff;
    transition: 0.5s;
}

section.section-menu ul li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

a._mPS2id-h.mPS2id-clicked, a.-highlight {
    color: #ff6600;
    border-right: solid 3px #ff6600 !important;
}

footer {
    min-height: 240px;
/*     background-color: #3e3e3e; */
    margin-top: 24px;
    /* display: flex; */
    color: white;
    clear: both;
	background-image:url(./images/01.jpg);
	background-size:cover;
	background-position: bottom;
/* 	    height: 400px; */
	
}
	#sticky-sidebar-demo{
		 
			will-change: min-height;
		}

		#sticky-sidebar-demo .sidebar__inner{
			/* border: 2px dotted red; */
			/* padding: 10px; */
			position: relative;
			transform: translate(0, 0);
			transform: translate3d(0, 0, 0);
			will-change: position, transform;
		}

.n-footer {
    display: flex;
    justify-content: space-around;
    padding: 30px 0;
}

.footer-item h3 {
    font-size: 17px;
}

section.main-sps-header {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-size: 18px;
    min-height: 105px;
    flex-direction: row-reverse;
}

section.main-sps-item {
    flex-basis: 32%;
    min-height: 320px;
    padding-top: 30px;
    /* border: solid 1px red; */
    box-shadow: 0 0 4px #968d8d;
    margin: 15px  0;
    padding: 11px;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.8);
}

section.main-sps-header img {
    width: 100px;
}

ul.main_new_item_menu_ul {
    font-size: 20px;
    color: #ff6600;
    list-style-type: disc;
}

ul.main_new_item_menu_ul a {
    font-size: 15px;
    color: #003f80;
}
.pagination {/* margin: 20px 0; */display: block;text-align: center;padding-right: 36px;}
.pagination ul {margin: 0;/* display: inline-block; *//* margin-left: 0; *//* margin-bottom: 0; *//* font-family: fantasy; */border-radius: 5px;/* float: none; *//* background-color: #46abe6; */color: dimgrey;font-size: 15px;padding: 0;/* padding-top: 0px; *//* padding-bottom: 0px; */display: flex;list-style-type: none;justify-content: space-between;border: solid 1px #989898;/* align-items: center; */width: 100%;}

ul {
    /* padding: 0; */
    /* margin: 0; */
}
.pagination ul>li {display: flex;/* float: right; */padding: 3px 0;border-right: solid 1px #848484;width: 100%;align-items: center;justify-content: center;margin: 0;}
.pagination ul>li:first-child>a, .pagination ul>li:first-child>span {/* border-right-width: 1px; *//* border-radius: 0px 5px 5px 0px; */}
.pagination ul>li:last-child>a, .pagination ul>li:last-child>span {
border-left-width: 1px;
border-radius: 5px 0px 0px 5px;
}
 .pagination ul>li>span {float: left;padding: 4px 12px;line-height: 20px;text-decoration: none;background-color: #eb2127;/* border: 1px solid #dddddd; */border-left-width: 0;}
.pagination ul>li>a {/* float: left; *//* padding: 14px 25px; *//* line-height: 20px; *//* text-decoration: none; *//* background-color: #eb2127; *//* border: 1px solid #dddddd; *//* border-left-width: 0; *//* background-image: url('./images/n2.png'); *//* background-position: center; *//* background-size: 82%; *//* color: rgb(58, 58, 58); *//* background-repeat: no-repeat; *//* font-family: -webkit-body; */display: block;width: 100%;}


section.main-content-cat {
    margin-top: 30px;
}

ul.single_cat_title {
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    /* width: 25%; */
    padding: 0;
    justify-content: space-evenly;
}

ul.single_cat_title li {
    flex-basis: 31.333%;
    /* height: 300px; */
    position: relative;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    box-shadow: 0 0 3px black;
    margin-bottom: 25px;
    display: flex;
    /* flex-flow: row; */
    align-items: center;
    /* padding-top: 53px; */
    align-items: center;
    flex-direction: column;
}

ul.single_cat_title li img.logo-no-imge {
    margin: auto;
    display: block;
    filter: opacity(0.3);
    width: 190px;
    margin-right: 10px;
}

h1.main-content-cat-title {
    text-align: center;
    font-size: 30px;
    text-shadow: 3px 5px 7px #949494;
    color: #545454;
    margin-bottom: 20px;

}

h2.main-content-title {
/*     position: absolute; * */
    font-size: 17px;
    width: 100%;
    text-align: center;
    background-color: rgb(169 169 169);
    height: 58px;
    padding: 15px;
    top: 0px;
    text-align: center;
    /* padding-left: 10px; */
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fcc81c;
}

h2.main-content-title a {
    color: #ffffff;
}

a {
    color: #252525;
}

article.post-single-content.row * {
    /* font-size: 28px !important; */
    line-height: 200%;
    text-align: justify;
    /* text-indent: -12px; */
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link{
    
    text-align: center;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item li.mega-menu-item > a.mega-menu-link{
    
     text-align: center;
}

section.bg-header-product-page.container-full {
    /* height: 380px; */
    /* background-size: cover; */
    /* filter: brightness(0.5); */
    /* background-attachment: fixed; */
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-evenly; */
}

h1.title-product-page {
    font-size: 30px;
    /* padding-top: 160px; */
    /* color: #ff6600; */
    /* filter: brightness(1); */
    text-align: center;
    background-color: rgb(255, 102, 0);
    /* margin-top: 30px; */
    padding: 10px;
    background-size: 220px;
    background-repeat: no-repeat;
    background-position: 97% 10px;
    height: 150px;
    padding-right: 290px;
    padding-top: 55px;
    margin-top: 10px;
}

section.intro--product-page {
    text-align: center;
    background-color: rgba(0, 0, 0, 0.65);
    padding: 20px;
    /* line-height: 20px; */
    font-size: 18px;
    margin: 0 89px;
    border-radius: 8px;
    color: white;
}

article.defined-cat {
    font-size: 20px;
    color: #ff6600;
    /* padding-right: 30px; */
}

section.header-meta {
    display: flex;
    justify-content: center;
    align-items: center;
    /* margin-top: 75px; */
    height: 300px;
    background-attachment: fixed;
    background-size: cover;
}

article.order-link a {
    display: block;
    background-color: #ff6600;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 19px;
}

h2.customer-success-stories-panel-title {
    text-align: left;
    font-size: 44px;
    color: #ff6600;
    position: relative;
    width: 100%;
    padding-top: 30px;
    padding-left: 20px;
}

h2.customer-success-stories-panel-title::before {
    content: '\f10e';
    font-family: fontello;
    font-size: 155px;
    position: absolute;
    right: 40px;
    top: 0;
    color: #e1e2e2;
}

section.customer-success-stories-panel::after {
    z-index: 0;
    content: '\f10e';
    font-family: fontello;
    font-size: 155px;
    position: absolute;
    left: 40px;
    bottom: 0;
    color: #b7b9bb6b;
    transform: rotate(180deg);
}

section.customer-success-storiescontaner {
    /* position: relative; */
    /* z-index: 105; */
}

li.nomega {
    position: relative;
}

li.nomega .submenu {
    width: 270px;
    height: 250px !important;
    text-align: right;
}

li.nomega .submenu .col {
    width: 100%;
}

nav .col li span {
    /* display: none; */
    position: absolute;
    top: 4px;
    display: block;
    /* text-align: center; */
    width: 90%;
    /* padding: 4px; */
    background-color: #ffffff;
    display: none;
    padding-right: 5px;
    font-weight: bold;
    text-transform: capitalize;
}

.col li:hover span {
    display: block;
}

section.customer-success-stories-the-excerpt {
    padding-left: 59px;
    text-align: justify;
}

section.software-cform {
    height: 524px;
    /* background-color: #8ac6e8; */
    background: url('./images/success_storie.jpg') no-repeat;
    background-color: #aae0f8;
    display: flex;
    background-position: bottom left;
}

section.contact-form-contaner {
    margin: auto;
    margin: 30px;
    background-color: rgba(88, 88, 88, 0.36);
    width: 500px;
    /* display: flex; */
    justify-content: center;
    border-radius: 20px;
    box-shadow: 0 0 2px #dad7d7;
    margin-right: 50px;
}

.cf7-div {
    width: 100%;
    text-align: center;
}

.cf7-div input {
    width: 80%;
    text-align: center;
    margin: auto;
    display: block;
    border: none;
    height: 31px;
    border-radius: 4px;
    margin-bottom: 20px;
}

input.wpcf7-form-control.wpcf7-submit {
    display: block;
    width: 100%;
    width: 200px;
    margin-top: 20px;
    margin: auto;
    margin-top: -11px;
    border: none;
    padding: 20px;
    border-radius: 5px;
    color: white;
    background-color: #ff6600;
    cursor: pointer;
    text-align: center;
}

.cf7-div br {
    display: none;
}

section.contact-form-contaner h3 {
    text-align: center;
    padding: 20px;
    font-size: 22px;
    color: white;
}

.wpcf7-form-control-wrap {
    position: relative;
}

span.wpcf7-not-valid-tip {
    /* position: absolute; */
    top: -45px;
    left: 14px;
    /* width: 182px; */
    display: block;
    font-size: 10px;
    margin-top: -20px;
}

form.wpcf7-form.invalid {
    /* position: relative; */
}

.wpcf7-response-output {
    /* position: absolute; */
    top: 0;
    /* width: 90%; */
    right: 10px;
    background-color: white;
    z-index: 2;
}

form.wpcf7-form {
    /* position: relative; */
}

select.wpcf7-form-control.wpcf7-select {
    width: 80%;
    text-align: center;
    margin: auto;
    display: block;
    border: none;
    height: 31px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-family: inherit;
}

nav>ul>li>ul>li.nomega>.submenu .col .title {
    text-align: right;
    text-decoration: none;
}

section.special-product-page-the_content .shadow {
    box-shadow: none;
}

section.special-product-page-the_content .col li {
    border: none;
}

.shadow.no-padding {
    box-shadow: none;
}

article.post-single.row * {
    font-family: inherit !important;
    line-height: 35px !important;
    text-align: justify !important;
}

.pop-cont01 {
    font-size: 15px;
    line-height: 30px;
}

.pop-cont01 strong {
    color: #ff6600;
    font-size: 18px;
}

div#spu-1508 {}

input#s {
    width: 345px;
    border: solid 1px rebeccapurple;
    height: 40px;
}

input#searchsubmit {
    width: 120px;
    height: 40px;
    border: none;
    color: #ffffff;
    background-color: #ff6600;
}

.spu-box {
    border-radius: 13px !important;
    /* overflow: hidden; */
}

a[href*=club] {

display: none;
}
.contact_form_ev {
    line-height: 35px;
    padding: 0 90px;
}

.contact_form_items {
    border: solid 1px #d6d6d6;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 1px 1px 8px #afafaf;
    margin-bottom: 15px;
    background-color: #fbfbfb;
    text-align: center;
}

.contact_form_ev h4 {
    color: #ef2a2a;
    font-size: 28px;
    text-align: center;
    /* padding: 20px; */
    padding-bottom: 20px;
}

select.wpcf7-form-control.wpcf7-select {
    font-family: inherit;
    /* margin: 10px; */
    /* width: 200px; */
}

.content-page span {
    /* color: red; */
}

.contact_form_items>div {
    padding: 16px 20px;
    background-color: white;
    border: solid 1px #e6e6e6;
    margin-bottom: 10px;
    border-radius: 12px;
    box-shadow: 1px 1px 1px darkgrey;
    text-align: center !important;
}


.contact_form_item input, .contact_form_item textarea {
    width: 50%;
}

.footer-item h3 {
    color: #46abe6;
    border-bottom: solid 2px #46abe6;
    padding-bottom: 10px;
    font-size: 18px;
    text-align: center;
}

.footer-item a {
    color: white;
    line-height: 23px;
    /* width: 33.33%; */
}

.footer-item {
    width: 25.33%;
    color: white;
}

.footer-item li {
    color: #ffffff;
}

.footer-item input.wpcf7-form-control.wpcf7-submit {
    padding: 10px;
    margin-top: 10px;
}

article.post-single-content.row span.wpcf7-not-valid-tip {
    font-size: 10px !important;
}

.custom {
    font-size: 10px;
    text-align: center;
    line-height: 20px;
    background-color: #505050;
}

section.customer-request-agent-panel {
    height: 340px;
    background-image: url(/wp-content/uploads/2019/04/sale.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    /* background-size: contain; */
    background-position: center;
    position: relative;
}

section.customer-request-agent-panel a {
    position: absolute;
    left: 50px;
    top: 260px;
    background-color: #ff6600;
    color: white;
    padding: 10px;
    font-size: 20px;
    border-radius: 5px;
}
 
ul.single_cat_title.catalogs li {
    flex-basis: 32%;
    background-color: #eeeeee;
    height: auto !important;
}

ul.single_cat_title.catalogs {}

h2.main-content-title.catalogs a {
    color: white;
}

h2.main-content-title.catalogs {
    height: 40px;
    top: 80%;
    background-color: #000000b0;
}

span.catalog_link {
    position: fixed;
    left: 0px;
    top: 40%;
    border-radius: 0px 5px 5px 0px;
    font-size: 10px;
    background-color: #ff6600;
    padding: 4px;
    /* background-image: url(./images/pamphlet.png); */
    /* background-repeat: no-repeat; */
    /* background-position: center 5px; */
}


span.catalog_link {
    position: fixed;
    left: 0px;
    top: 40%;
    border-radius: 0px 5px 5px 0px;
    font-size: 10px;
    background-color: #ff6600;
    padding: 4px;
    /* background-image: url(./images/pamphlet.png); */
    /* background-repeat: no-repeat; */
    /* background-position: center 5px; */
}

span.catalog_link a {
    color: white;
    /* position: relative; */
    /* top: 16px; */
    height: 50px;
    display: block;
    /* justify-content: flex-end; */
    background-image: url(./images/pamphlet.png);
    background-repeat: no-repeat;
    background-position: center 3px;
    background-size: 28px;
}

span.catalog_link a span {
    position: relative;
    top: 23px;
}

span.show-demo {
    left: 0px;
    /* height: 30px; */
    position: fixed;
    top: 49%;
    display: block;
    background-color: #ff6600;
    color: white;
    border-radius: 0px 5px 5px 0px;
    padding-top: 20px;
    font-size: 18px;
    width: 40px;
    text-align: center;
    font-size: 17px;
    z-index: 99999;
}

span.show-demo.icon-check.spu-open-1679.spu-clickable::after {
    content: "\e838";
    position: absolute;
    top: 0px;
    right: 12px;
    font-family: fontello;
}

article.post-single h4 {
    color: #ff6600;
}

section.single-contain-product-page {
    font-size: 17px;
    line-height: 40px;
}

ul.brand_sub-sys {
    display: flex;
    flex-flow: wrap;
    justify-content: space-evenly;
    /* align-items: center; */
}

ul.brand_sub-sys li {
    flex-basis: 23%;
    box-shadow: 0 0 1px black;
    align-items: c;
    font-size: 13px;
    text-align: center;
    list-style-type: none;
    margin-bottom: 20px;
    background-color: white;
    padding-bottom: 16px;
    position: relative;
}

ul.brand_sub-sys li img {
    width: 73%;
    display: block;
    margin: auto;
    /* filter: brightness(0.9); */
}

section.single-contain-product-page-sub h3 {
    text-align: center;
    font-size: 33px;
    padding: 20px;
}

section.container-full.brand_contact {
    line-height: 40px;
    background-color: white;
    padding: 20px;
    font-size: 15px;
}

span.gytrv {
    position: absolute;
    width: 100%;
    right: 0;
    background-color: rgba(0, 0, 0, 0.61);
    color: white;
    top: 90px;
    padding: 10px;
    height: 50px;
    padding-top: 7px;
}

.wp-video-shortcode {
    width: 100% !important;
}

.wp-video {
    width: 100% !important;
}

section.container.panel-12 {
    /* display: flex; */
}

section.news-panel {
    display: block;
    width: 75%;
    float: right;
}

section.news-panel-pegah {
    width: 25%;
    float: left;
}

ul.last-news-pegah {
    list-style-type: none;
    padding: 0;
}

section.news-panel h2 {
    /* color: white; */
    /* background-color: #2d57a2; */
    display: block;
    width: 150px;
    text-align: center;
    height: 37px;
    padding: 8px 0px;
    font-size: 18px;
    border-radius: 20px 20px 20px 20px;
    margin: auto;
}

span.category_description {
    display: block;
    box-shadow: 0 0 2px black;
    padding: 30px;
    font-size: 18px;
    border-radius: 10px;
    width: 90%;
    margin: auto;
    margin-top: 30px;
    background-color: white;
}

ul.pdf li {
    background-image: url(https://pegahsystem.com/wp-content/uploads/2019/05/pdf.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: right;
    list-style-type: none;
    padding-right: 50px;
    margin: 23px 0;
    width: 23%;
    height: 50px;
}

ul.pdf {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.single_cat_title.catalogs.dl li {
    flex-basis: 17%;
}

ul.single_cat_title.catalogs.dl li a {
    font-size: 11px;
}

.grecaptcha-badge {
    display: none !important;
}
span.slb_template_tag.slb_template_tag_item.slb_template_tag_item_title {
    display: none;
}

section.cat-flex-main {
    display: flex;
}

section.cat-flex-sidebar {
    /* flex-basis: 530px; */
    min-width: 220px;
    background-color: white;
    box-shadow: 0 0 3px black;
    border-radius: 5px;
    padding: 13px;
    margin-top: 11px;
    line-height: 26px;
    font-size: 12px;
}

section.post-cat-node {
    flex-grow: 1;
}

.cat-img {
    display: flex;
    justify-content: space-between;
}

section.the_excerpt_cat {
    padding: 10px;
    text-align: justify;
    line-height: 25px;
    /* width: 420px; */
    margin-bottom: 25px;
}

section.the_link_cat {
    position: absolute;
    bottom: 4px;
    left: -3px;
    font-size: 13px;
    /* background-color: #ff6600; */
    /* color: white; */
}

section.the_link_cat:hover a {
   color: #ffd449;
    background-color: #ffffff;
    /* padding: 5px; */
    transition: 0.5s;
    border: solid 1px #fdc719;
}

section.the_link_cat a {
    border-radius: 5px;
    padding: 6px;
    background-color: #fdc719;
    color: white;
}

a.facebookshare.icon-fontello.icon-facebook-1 {}

article.post-single-content.row {}

ul.social-button {
    width: 293px;
    margin: 20px auto;
    /* background-color: #fb7272; */
}

article.post-single-content.row {
    /* padding: 0 160px; */
    flex-basis: 70%;
    border: solid 1px #d2d2d2;
    padding: 20px;
    border-radius: 5px;
    margin FONT-VARIANT: JIS04;
    font-size: 16px;
	box-shadow: 2px 2px 5px 0px #bbb6b6;
}

input#s01 {
    width: 410px;
    height: 36px;
}

a#searchsubmit {
    background-color: #ff8318;
    padding: 10px 20px;
    color: white;
    border-radius: 5px;
}

ul.single_cat_title img {
    /* width: 200px; */
    margin-top: 10px;
}

article.post-single-content.row img {
    border-radius: 5px;
    display: block;
    margin: auto;
    margin: 30px auto;
    box-shadow: 0 0 4px black;
}

article.post-single-content.row a {
    color: #de8440;
}

article.post-single-img img {
    width: 100%;
    height: auto;
    border-radius: 0;
}

article.post-single-img {
    position: relative;
    min-height: 270px;
}

article.post-single-img h1 {
    position: absolute;
    font-size: 28px;
    color: white;
    background-color: rgba(0, 0, 0, 0.5019607843137255);
    padding: 10px;
    top: 5px;
    right: 10px;
    z-index: 9;
	margin: 30px;
}

section.single-contain {
    margin-top: 20px;
    display: flex;
    justify-content: space-evenly;
}

section.comments_template {
    text-align: center;
    margin: auto;
    width: 70%;
}

article.post-single-content-sidebar {
    flex-basis: 25%;
    /* display: flex; */
    justify-content: center;
}

figure.related_post_body {
    /* border: solid 1px red; */
    /* margin: 15px 0; */
    /* box-shadow: 0 0 10px black; */
    border-radius: 5px;
    margin-bottom: 15px;
    flex-basis: 48%;
    position: relative;
}

figure.related_post_body span {
/*    height: 35px; */
    display: block;
    text-align: center;
    padding: 5px 0px;
    position: absolute;
    color: white;
    font-size: 9px;
    width: 100%;
    bottom: 0;
    background-color: #fba639c7;
    margin-bottom: 20px;
}

figure.related_post_body img {
    width: 100%;
}

section.top-right-side {
    max-width: 24%;
    flex-basis: 24%;
    display: flex;
}

section.container-slide-show-main {
    flex-basis: 50%;
    max-width: 50%;
}

section.top-left-side {
    flex-basis: 24%;
    max-width: 24%;
    display: flex;
}

section.container-top {}

section.container-top {
    display: flex;
    margin-top: 14px;
    justify-content: space-evenly;
}

ul.last-news li {
    list-style-type: none;
    /* display: flex; */
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    /* padding: 0 13px; */
    /* border-bottom: solid 1px #d6d6d6; */
}

ul.last-news {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 100%;
}

h3.lasts-news {
    text-align: center;
    font-size: 20px;
    margin-bottom: 14px;
}

figure.thumbnail-posts {
    text-align: center;
    position: relative;
    /* height: 180px; */
    /* overflow: hidden; */
}

figure.last-news-main-time-dates {
    /* position: absolute; */
    bottom: 26px;
    left: 0;
    color: #46abe6;
    text-align: left;
    /* width: 140px; */
    background-color: white;
    border-radius: 0 10px 10px 0;
}

figure.last-news-main-s img {
    width: 100%;
}

figure.last-news-main-s {
    height: 180px;
    overflow: hidden;
    border-radius: 20px;
}

.bg-slider {
    height: 415px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
}

section.container-main {
    display: flex;
}

section.last-news-main {
    flex-basis: 70%;
    min-width: 70%;
}

section.container-main-side {
    flex-basis: 30%;
    min-width: 30%;
    padding: 24px;
}

article.post-mains-all {
    /* display: flex; */
}

figure.thumbnail-posts-all {
    display: flex;
}

figure.last-news-main-s-00 {
    /* width: 200px; */
    flex-basis: 31%;
    /* text-align: center; */
}

figure.last-news-main-s-01 {
    flex-basis: 70%;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    text-align: justify;
    padding-right: 20px;
}

figure.last-news-main-titles-all {
    font-size: 25px;
    font-weight: bold;
    /* color: #46abe6; */
}

ul.last-news-all li {
    padding: 10px 0;
    margin: 0;
    list-style-type: none;
    border-bottom: 6px solid #848484;
}

article.post-mains {
    margin: 0px 0;
    text-align: center;
}

.last-news-mains {
    /* background-color: #690b0b; */
    display: flex;
    width: 100%;
}

figure.last-news-main-time-dates-all {
    text-align: left;
    color: #2ab0ff;
    top: 390px;
}

figure.last-news-main-titles {
    font-size: 15px;
    padding-top: 10px;
    text-align: right;
}

figure.last-news-main-time-dates-all.slider {
    position: absolute;
    left: 5px;
    /* background-color: #212121; */
    color: white;
    padding: 4px;
    border-radius: 5px;
}

span.mega-indicator {
    display: inline !important;
    padding: 0 !important;
    margin: 0 !important;
}

span.mega-indicator::after {
    margin: 0px !important;
    margin-right: 4px !important;
}

figure.thumbnail-posts-single {
    position: relative;
    max-height: 900px;
    overflow: hidden;
}

article.post-single-the_excerpt {
    /* border-radius: 10px; */
    position: absolute;
    top: 80PX;
    right: 9px;
    background-color: rgba(19, 19, 19, 0.77);
    padding: 20px;
    color: #2ab0ff;
    font-size: 17px;
    max-width: 560px;
}

article.post-single-get_avatar {
    position: absolute;
    bottom: 22px;
    left: 0;
    /* border-radius: 50%; */
    background-color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    border-radius: 0 33px 33px 0;
    width: 160px;
    justify-content: space-between;
    padding-left: 13px;
}
article.post-single-get_avatar img{
    
border-radius: 100%;
    
width: 65px;
}

section.title-video a {
    color: white;
    display: block;
    /* height: 36px; */
    text-align: center;
    /* margin-top: 10px; */
}

section.title-video {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 38px;
}

.eapps-instagram-feed-posts-item {
    background: #ffffff00 !important;
    /* margin: 3px !important; */
}

h3.lasts-news span {
    border-bottom: solid #2ab0ff;
} 

.navigation li.active {
    background-color: #ec1b23;
    color: white;
}

p.form-submit {
    text-align: center !important;
}

span.the_excerpt {
    font-size: 14px;
    color: #585858;
    font-weight: bold;
    display: block;
    margin-top: 10px;
}

figure.last-news-main-titles-all a {
    color: #2ab0ff;
}

.carousel-image {
    margin-top: 20px;
}

section.contain_related_post {
    display: flex;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: baseline;
}

ul.user-main-show {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    /* background-color: #e2e2e2; */
    border-radius: 10px;
    padding: 20px;
    /* box-shadow: 0 0 4px #46abe6; */
    padding-top: 0;
}

ul.user-main-show li {
    list-style-type: none;
    display: flex;
    align-items: center;
    border-bottom: dashed 1px  #b3b3b3;
    padding: 10px 0;
}

ul.user-main-show li img {
    /* margin-bottom: 14px; */
    border-radius: 100%;
    margin-left: 4px;
    /* padding: 5px; */
}

ul.user-main-show li div span {
    display: block;
}

ul.user-main-show li div a {
    font-size: 16px;
    color: #46abe6;
    font-weight: bold;
}

section.h-flex {
    display: flex;
    /* color: #ff0505; */
    justify-content: space-between;
}

section.header-top-left {
    /* background-color: #ff0101; */
    width: 243px;
    display: flex;
    /* align-items: self-start; */
    justify-content: center;
    color: white;
    flex-direction: column;
}

a.live_play {
    background-color: red;
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    color: red;
}

section.header-top-left span {
/*     margin-right: 7px; */
/*     font-size: 12px; */
/*     color: white; */
}

figure.last-news-main-time-dates-all.single {
  position: absolute;
    top: 245px;
    right: 10px;
    background-color: #fba639;
    color: #ffffff;
    padding: 7px;
    font-size: 13px;
    margin: 30px;
}

figure.post_id {
    position: absolute;
    left: 6px;
    bottom: 26px;
}

.navigation li.active a {
    color: white;
}

li.previous-nav {
    background-color: #848484;
}

li.previous-nav a {
    color: white;
}

section.tues-date-waiting span {
    display: block;
    padding: 15px;
    border: solid 7px red;
    margin: 10px;
    border-radius: 120%;
}

section.posts-fiter {
    text-align: center;
}

section.posts-fiter h1 {
    font-size: 29px;
    padding: 20px;
}

ul.Previous_broadcast {
    display: flex;
    justify-content: space-evenly;
}

ul.Previous_broadcast li a {
    display: flex;
    flex-direction: column;
    font-size: 11px;
    align-items: center;
}

li {}

ul.Previous_broadcast li {
    list-style-type: none;
}

h3.Previous_broadcast_h3 {
    font-size: 20px;
    padding: 10px 0;
}
.woocommerce-info.wc-memberships-restriction-message.wc-memberships-message.wc-memberships-content-restricted-message a {
    color: red;
    font-size: 26px;
}
p.comment-form-url {
    display: none;
}

section.my-account-se {
    color: white;
}

section.my-account-se a {
    color: #f41c24;
    font-size: 12px;
    font-weight: bold;
}
section.my-account-se {
    display: flex;
    flex-direction: column;
    align-items: center;
}

a.icon-fontello.icon-star {
    color: yellow;
}

.content-page.live img {
    display: block;
    margin: auto;
}
span.the_excerpt .woocommerce {
    display: none;
}
article.post-single-the_excerpt .woocommerce {
    display: none;
}
.content-page.live .woocommerce-info wc-memberships-restriction-message wc-memberships-message wc-memberships-content-restricted-message {
    display: none;
}

.content-page.live .woocommerce-info.wc-memberships-restriction-message.wc-memberships-message.wc-memberships-content-restricted-message {
    display: none;
}

.live.woocommerce-info.wc-memberships-restriction-message.wc-memberships-message.wc-memberships-content-restricted-message {
    display: block !important;
}

.widget_text.ads-main-r {
    min-height: 10px;
    /* background-color: #dcadad; */
    flex-basis: 50%;
}

.widget_text.ads-main-l {
    min-height: 10px;
    /* background-color: #5ddc1c; */
    flex-basis: 49.8%;
}

section.ads-main {
    display: flex;
    justify-content: space-around;
}

blockquote {
    background-color: #46abe6;
    color: white !important;
    border-radius: 10px;
    padding: 10px;
    font-size: 31px !important;
    margin: 20px 10px;
    box-shadow: 0 0 4px black;
}

blockquote span {
    color: white !important;
    text-align: center !important;
    display: block;
    font-size: 24px !important;
    /* box-shadow: 0 0 0px black; */
}

h2.main-content-title a{
	color:#545454;
}