﻿@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400;1,700&display=swap');
.site-main{
    padding-bottom:0
}
.article--container{
    display:block!important;
    padding:0;
}
.comment-box .spr-container{
    border:0;
    background:none;
    padding: 0 10px;
}
.post-body{
    max-width:850px;
    margin:0 auto;
    width:100%;
    font-size:17.5px;
    line-height:25px;
    padding:0;   font-family: 'Open Sans', sans-serif;
}
.post-body b, .post-body strong{font-weight:600;}
.post-body .post-source,.post-body .post-author{
    text-align:right;
    margin:15px 0;
    font-weight:700;
    padding:0 10px
}
.post-body .post-share{
    padding:10px 0
}
.post-body img{
    max-width:100%;
    margin:0 auto;
    display:block;
    height:auto!important;
    margin-bottom:15px
}
.post-body figure img{
    margin-bottom:0px!important;
    margin-top:0px!important
}
.post-body figure{
    text-align:left;
    padding:0;
    margin:20px 0;
    display:block!important
}
.post-body .cke_image_resizer_wrapper{
    position:relative;
    display:inline-block;
    line-height:0
}
.post-body figure>figcaption{
    text-align: center;
    display: block;
    padding: 8px 0 6px;
    font-size: 15px;
    background: #fcfcfc;
}
.post-body h1,.post-body h2,.post-body h3,.post-body h4,.post-body h5,.post-body h6,.post-body .font-title{
    margin-bottom:15px;
    margin-top:18px
}
.post-body h1{
    font-size:28px;
    line-height:34px;
    color:#333
}
.post-body h2{
    font-size: 25px;
    line-height: 30px;
    margin-top: 25px;
}
.post-body h3{
    font-size:22px;
    line-height:26px
}
.post-body h4{
    font-size:17px;
    line-height:22px
}
.post-body h5{
    font-size:13px;
    line-height:20px
}
.post-body h6{
    font-size:11px;
    line-height:16px
}
.post-body blockquote{
    font-style:italic;
    font-family:"times new roman",Arial,sans-serif;
    padding:2px 0;
    border-style:solid;
    border-color:#e3a800;
    border-width:0;
    position:relative;
    margin:20px 15px;
    display:block;
    padding-left:10px;
    padding-right:8px;
    border-left-width:4px
}
.post-body blockquote p{
    margin:2px 10px;
    line-height:26px
}
#table-contents{
    background:#f9f9f9;
    border:1px solid #aaa;
    padding:10px;
    margin-bottom:1em;
    margin-top:1em;
    width:auto;
    display:table;
    font-size:95%;
    min-width:340px
}
#table-contents p.title-toc{
    text-align:center;
    font-weight:700;
    margin:0;
    padding:0
}
#table-contents ul,#table-contents ol{
    background:0 0;
    margin:0;
    padding:0;
    margin-top:1em;
    display:block
}
#table-contents ul li,#table-contents ol li{
    margin-top:6px;
    display:block;
    line-height:22px;
    font-size:16px
}
#table-contents ul.no_bullets,#table-contents ol.no_bullets{
    list-style-type:none;
    list-style:none
}
.toggle-toc,.toggle-toc a{
    color:#1f59c6;
    font-weight:400
}
#table-contents ul.list-toc a{
    color:#165bde;
    text-decoration:none
}
#table-contents ul.list-toc a:visited,#table-contents ul.list-toc a:hover{
    color:#bc2c2c;
    text-decoration:underline
}
#table-contents ul.list-toc{
    overflow:hidden
}
#table-contents ul.list-toc.toc-hidden{
    height:0
}
.post-body table{
    border-collapse:collapse;
    width:100%
}
.post-body table td,table th{
    border:1px solid #ddd;
    padding:6px
}
.post-body table[border="0"] td,.post-body table[border="0"] th {
    border:0!important;
}
.post-body table.tcolor tr:nth-child(even){
    background-color:#f2f2f2
}
.post-body table.thover tr:hover{
    background-color:#ddd
}
.post-body table th,.post-body table.theader tr:first-child,.post-body table th,.post-body table.theader tr:first-child td{
    padding-top:8px;
    padding-bottom:10px;
    text-align:left;
    background-color:#e3a800;
    color:white;
    font-weight:700
}
.post-body table.tlheader tr td:first-child{
    background-color:#ccc;
    font-weight:700
}
/*.post-body ul:not(.list-toc),.post-body ol:not(.list-toc){
    opacity:.95;
    font-size:16.5px;
    margin-left:15px;
    padding-top:10px;
    overflow:auto;
    padding:0!important;
    margin-bottom:12px
}
.post-body ul:not(.list-toc) li,.post-body ol:not(.list-toc) li{
    line-height:24px;
    display:block;
    padding:4px 0;
    padding-right:10px
}*/
.post-body ul li{
    list-style:none
}
.post-body ul li::before {
    content: "\2022";
    padding-right: 10px;
    color: #444c59;
    font-size: 20px;
}
/*.post-body ul:not(.list-toc) li::before{
    content:"\2022";
    padding-right:12px;
    color:#444;
    font-size:22px
}*/
.post-body ol{
    list-style:none;
    counter-reset:item
}
/*.post-body ol:not(.list-toc) li{
    counter-increment:item
}
.post-body ol:not(.list-toc) li::before{
    margin-right:8px;
    content:counter(item);
    border:1px solid #484848;
    border-radius:100%;
    color:#131313;
    width:15px;
    text-align:center;
    display:inline-block;
    font-size:11px;
    font-weight:700;
    height:15px;
    line-height:15px
}*/
.article--outer{
    max-width:850px;
    margin:0 auto;
    background:#fff
}
.article--outer .breadcrumbs-container{
    padding-top:1.25rem!important;
    margin-top:0!important;
    padding-bottom:0.25rem!important;
    margin-bottom:5px
}
.article--pagination .article--pagination-chevron-left{
    position:relative;
    left:0
}
.spr-container{
    padding:1em 2em
}
.spr-header-title{
    color:#333;
    margin:10px 0
}
.article--meta-item{
    font-size:15px
}
.article--meta-item{
    line-height:15px
}
.article--meta-item a{
    color: rgba(77,77,77,.7);
}
.share-buttons{
    float:right;
    margin:0!important;
    margin-top:-4px!important;
    opacity:.8
}
.share-buttons--list{
    margin:0!important
}
.article--meta-item:nth-child(3){
    padding-left:11px;
    margin-left:10px;
    border-left:1px solid rgba(127,127,127,.35)
}
.article--meta{
    padding-right:10px;
    padding-left:10px
}
.rates .spr-badge .spr-badge-caption{
    display:block;
    color:#555;
    line-height:11px;
    font-size:11px;
    font-style:italic;
    display:block
}
.rates {
    float: right;
    position: relative;
    text-align: right;
}
@media (min-width:678px){
    .article--meta{
        padding-right:25px;
        padding-left:25px
    }
}
@media (max-width:768px){
    .post-body{
        padding-left:10px;
        padding-right:10px;
    }
}
.download{
    text-indent: 100%;
    text-indent: 133%;
    white-space: nowrap;
    overflow: hidden;
    float: left;
}
.download:before{
    content:"";
    background-image: url(/images/icon/icon-download.gif);
    background-repeat: no-repeat;
    float: left;
}
@media screen and (max-width: 500px) {
    .post-body ul:not(.list-toc), .post-body ol:not(.list-toc){
        margin-left: 0;
        font-size: 0.98rem;
        padding-right:0;
    }
    .post-body blockquote{
        margin-left:0;
        margin-right:0;
    }
    .relate-articles ul li{
        width: 100%!important;
    }
    .featured .overlay .heading{
        font-size: 17px;
        line-height: 22px;
    }
    .relate-articles h2{
        padding: 25px 0 10px;
        border-top: 1px solid #ddd;
    }
    .s-menu-wrapper .s-menu-items{
        margin-right:20px;
    }
    .rte figure>figcaption{
        padding-left:12px;
        padding-right:12px
    }
    .product-gallery--slider .flickity-viewport,.product--description-content>img{
        margin-left:-10px;
        margin-right:-10px;
        width:calc(100% + 20px)
    }
}
 .article--catalogue{
    max-width: 1050px;
     margin-left: -150px;
    width: calc(100% + 300px);
}
@media (max-width: 1051px){
    .article--catalogue{
        max-width: 850px;
         margin-left: -50px;
        width: calc(100% + 100px);
    }
}
@media (max-width: 860px){
    .article--catalogue{
        max-width: 100%;
         margin-left: 0px;
        width: 100%;
    }
    .fix{
        margin-top: 15px;
        overflow-x: auto;
    }
    .fix table{
        min-width: 750px;
        margin-bottom: 0;
    }
}

.pricegrid  .catalogue_grid .post-content {
    max-width:1300px;margin:0 auto;
}
.pricegrid  .catalogue_grid h1 {
    text-align: center;
    font-size: 30px;
}
.pricegrid  .catalogue_grid .post-summary {
    margin-bottom: 30px;text-align:center;
}
.pricegrid body {
    overflow-x:hidden!important;
}
.pricegrid .utils-page .pagination--container {
    padding: 10px 0 10px;
}
#panzoom{height: 100%;}
.pricegrid #gg-screen .buttons{
        position: fixed;
    top: 77px;
    right: 10px;
}
.post-content img.lazy2{
    filter: blur(8px);
    -webkit-filter: blur(8px);
}
.pricecol .gg-box{
    display: block;
}
.pricecol .post-content .gg-box .gg-element {
    position: relative;
    display: block;
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    vertical-align: top;
    margin-bottom: 35px;
    margin-top: 30px;
    border-radius: 10px;cursor: pointer;
}
.pricecol .gg-element img {
    object-fit: unset!important;
    cursor: unset!important;
    width: unset!important;
    height: unset!important;
    background: unset!important; border-radius: 10px;display: block;
    border: 1px solid #e6e6e6;
}
@media (max-width: 768px) {
    .pricecol .post-content .gg-box .gg-element {
        position: relative;
        display: block;
        width: 50%;
        padding-left: 8px;
        padding-right: 8px;
        vertical-align: top;
        margin-bottom: 25px;
        margin-top: 10px;
        background: #fdfdfd;
        border-radius: 10px;
    }
}
/*feature*/
.notebox-sm {
    padding: 7px 12px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: justify;
	overflow-wrap: break-word;
}

.notebox {
    background: #eee;
    border-radius: 5px;
    color: #333;
    padding: 20px;
    margin: 18px 0;
    position: relative;
}

.notebox:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 30px 0 0;
    border-top-left-radius: 5px;
    border-color: #d8d8d8 #fff transparent transparent;
}

.notebox-red
{
    padding: 7px 12px;
	border: 2px dashed #da0802;
	text-align: justify;
	overflow-wrap: break-word;
}

.notebox-red2
{
    padding: 7px 12px;
    text-align: justify;
    overflow-wrap: break-word;
    border-radius: 3px;
    background: rgba(255,193,7,.2);
    border: 1px solid rgba(255,193,7,.5);
}
.notebox, .notebox-sm, .notebox-red, .notebox-red2{line-height:30px!important;}

span.marker
{
	background-color: Yellow;
}
span.mark {
  display: inline-block;
  line-height: 0em;
  padding: 0 0 0.4em;
  background-color: yellow;
}
._btn
{
    line-height: 1.5;
	display: table;
    font-weight: 400;
    text-align: center;
    
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;   
    color: #323840!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    padding: 14px 25px;           
	border: none;
	cursor: pointer;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    margin: auto;
    border-collapse: initial;
}
._btn a{color: unset!important;
    text-decoration: none;}
.btn-01
{
     background-image: linear-gradient(180deg,#F8D12F 0%,#F0B90B 100%);
}
.btn-01:hover:not(:disabled):not(:active):not(.inactive) {
    box-shadow: none;
    background-image: linear-gradient(180deg,#FFE251 0%,#EDC423 100%);
}
.btn-02
{
    background-image: linear-gradient(180deg,#ef5252 0%,#ca2d2d 100%);color: #f3f3f3!important;
}
.btn-02:hover:not(:disabled):not(:active):not(.inactive) {
    box-shadow: none;
    background-image: linear-gradient(180deg,#ef4848 0%,#b92121 100%);
    color: #f3f3f3!important;
}
.btn-03
{
   background-image: linear-gradient(180deg,#ff9740 0%,#f3691b 100%);color: #f3f3f3!important;
}
.btn-03:hover:not(:disabled):not(:active):not(.inactive) {
    box-shadow: none;
    background-image: linear-gradient(180deg,#f3862a 0%,#d2670b 100%);
    color: #f3f3f3!important;
}
.btn-04
{
    background-image: linear-gradient(180deg,#488bef 0%,#2c6ac5 100%);color: #f3f3f3!important;
}
.btn-04:hover:not(:disabled):not(:active):not(.inactive) {
    box-shadow: none;
    background-image: linear-gradient(180deg,#3a82ef 0%,#2162c1 100%);
    color: #f3f3f3!important;
}
i.econ:before
{
    position:relative;
    padding-left:10px;
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    margin: 4px 4px 0 0;
}
i.econ.econ-dot:before{

    background-image: url(/images/icons/dot.png);
}
i.econ.econ-check:before{

    background-image: url(/images/icons/check.png);
}
i.econ.econ-gift:before{

    background-image: url(/images/icons/gift.png);
}
i.econ.econ-arrow:before{
    height: 18px;
    width: 18px;
    background-image: url(/images/icons/arrow.gif);
}
i.econ.econ-hot:before{
    width: 30px;
    height: 12px;
    background-image: url(/images/icons/hot.gif);
}
i.econ.econ-hot2:before{
    width: 43px;
    height: 20px;
    background-image: url(/images/icons/hot2.gif);
}
i.econ.econ-new:before{
    width: 41px;
    height: 22px;
    background-image: url(/images/icons/new.gif);
}
i.econ.econ-new2:before{
    width: 32px;
    height: 22px;
    background-image: url(/images/icons/new2.gif);
}
.bcon
{
    max-width: 340px!important;
}
ul.has-icon {
    list-style: none!important;
    padding-left: 0;
    position: relative
}
ul.has-icon li {
    position: relative;
    margin-left: 0;
    padding-left: 24px!important;
    list-style: none!important;
    font-weight: 500;
}
ul.has-icon li:before {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 16px;
    left: 0;
    position: absolute;
    width: 16px;
    background-image: url(/images/icons/dot.png);
    margin: 5px 10px 0 0
}
ul.has-icon.icon-gift li:before {
    background-image: url(/images/icons/gift.png)
}
ul.has-icon.icon-check li:before {
    background-image: url(/images/icons/check.png)
}
.icon-gift:before {
    display: none
}
/*end feature*/

