/* These styles are used in the backend editor AND in the Theme (frontend) */

/* Most themes nowadays provide an extra stylesheet of classes which WordPress itself then */
/* applies to the backend editor TinyMCE. However, custom CSS - set in Plugins, in the WP  */
/* Customizer or in Theme options, will normally not be reflected to TinyMCE. So better to */
/* put such styles all here, where they will apply to TinyMCE *and* the frontend.          */

/* The goal is not only to make the visual editor display look as much like the frontend as    */
/* possible, but also to make sure that all important CSS classes are available for convenient */
/* selection in TinyMCEs "Formats" dropdown - so do not forget to configure the TinyMCE styles */
/* dropdown with elements to match those here.                                                 */

/* If you do not need this file then upload an empty one (zero bytes) which will not be loaded at all. */

/* Suggested general non-tag-specific visual styles */

/* Append your site-specific styles here */

.aa{
    color: red;
}
.singleNews-secondSec .wp-caption{
    max-width: 100% !important;
}
.singleNews-secondSec img{
    max-width: 100% !important;
    border-radius: 4px;
}
.singleNews-secondSec .wp-caption-text{
    font-size: 16px;
    line-height: 200%;
    color: #323336;
    margin-top: 10px;
}
@media screen and (max-width: 767px) {
    .singleNews-secondSec .wp-caption-text{
        padding: 0 15px;
    }
}
.singleNews-secondSec{
    font-size: 16px;
    font-weight: 400;
    color: #323336;
    letter-spacing: 0.6px;
    line-height: 200%;
    margin-top: 20px;
}
.singleNews-secondSec p{
    font-size: 16px;
    font-weight: 400;
    color: #323336;
    letter-spacing: 0.6px;
    line-height: 200%;
    margin-top: 20px;
}
.singleNews-secondSec a, .about2-content-block-btmWd a, .singleProduct-btm-ct-block a,  .singleProduct-btm-ct-block a span{
    font-size: 16px;
    line-height: 200%;
    color: #B22226;
    letter-spacing: 0.02em;
    text-decoration: underline;
}
main ul {
    list-style-type: none !important;
    margin-top: 20px !important;
    line-height: 200% !important;
    font-size: 16px !important;
    letter-spacing: 0.02em !important;
    color: #323336 !important;
}
main ul li{
    padding-left: 32px !important;
    position: relative !important;
    margin-top: 10px !important;
}
main ul li::before {
    content: '';
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background-color: #B22226;
    top: 14px;
    left: 19px;
}
main ol {
    margin-top: 20px !important;
    line-height: 200% !important;
    font-size: 16px !important;
    letter-spacing: 0.02em !important;
    color: #323336;
    list-style:decimal !important;
	padding-left: 32px !important;
}
main ol li{
    position: relative !important;
    margin-top: 10px !important;
	padding-left: 3px !important;
}
main ol li::marker {
    color: #B22226;
	display: block;
    position: absolute;
	top: 14px;
    left: 19px;
}
main table{
	border: 1px solid #C2C5CC;
	overflow-x:scroll;
}
main table td{
	border: 1px solid #B5B5B6;
	text-align:center;
	padding:14px;
}
main table tr:nth-child(1){
	background: #B5B5B6 !important;
	border-left: white !important;
	border-right:white !important;
}
main table tr:nth-child(1) td:not(:last-child){
	border-right: 1px solid #F1F4F5 !important;
}
main table tr:nth-child(odd){
	background: #F1F4F5;
}
main table tr:nth-child(1){
	background: white;
}
main iframe{
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 1920/1080 !important;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}
.alignleft {
  display: block;
  margin: 0 auto 0 0;
  clear: both;   
}
.alignright {
  display: block;
  margin: 0 0 0 auto;
  clear: both;   
}

@media screen and (max-width: 767px) {
    .singleProduct-btm-ct-block-lists-item{
        width: 100%;
        display: block;
    }
}
.singleProduct-btm-ct-block-lists-item{
    margin-bottom: 50px;
    vertical-align: top;
}
.singleProduct-btm-ct-block-lists-item-title {
    font-size: 20px;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: 0.02em;
    color: #727479;
    margin-bottom: 10px;
}
.singleProduct-btm-ct-block-lists-item-c {
    font-size: 16px;
    font-weight: 400;
    line-height: 200%;
    letter-spacing: 0.02em;
    color: #323336;
    padding: 0 20px 0 28px;
    position: relative;
}
.singleProduct-btm-ct-block-lists-item-c::before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #B22226;
    top: 11px;
    left: 0px;
}
.singleProduct-btm-ct-block-bold{
    font-size: 24px;
    font-weight: 500;
    color: black;
    line-height: 160%;
    letter-spacing: 0.02em;
}
.singleProduct-btm-ct-block-gray{
    font-size: 20px;
    font-weight: 500;
    color: #727479;
    line-height: 160%;
    letter-spacing: 0.02em;
    margin-top: 16px;
}
.singleProduct-btm-ct-block-bk{
    font-size: 16px;
    font-weight: 400;
    color: #323336;
    line-height: 200%;
    letter-spacing: 0.02em;
    margin-top: 6px;
}