

/* Start:/local/templates/main.2020/components/khayr/main.comment/custom-comment/style.css?17697011563395*/
.khayr_main_comment {
	position:relative;
}
.khayr_main_comment .clear {
	clear: both;
}
.khayr_main_comment .pt10 {
	padding-top: 10px;
}
.khayr_main_comment .w-45 {
	width: 45%;
}
.khayr_main_comment .comments {
	border-top: 0px solid #ececec;
	margin: 0 0 20px;
	padding: 0 0 20px;
}
.khayr_main_comment .comments .stock {
	padding: 20px 0 0;
	position: relative;
}
.khayr_main_comment .comments .stock .userInfo {
	float: left;
	height: 41px;
	color: #fff;
	font: normal 18px/13px 'bebas', sans-serif;
}
.khayr_main_comment .comments .stock .userInfo span {
	background-color: #ff9b3c;
	display: block;
	padding: 10px 14px;
}

.khayr_main_comment .header{
	display: flex;
	flex-direction: row;
	padding-bottom: 10px;
}
.stock .header img {
	float: left;
	max-width: 50px;
	max-height: 50px;
	padding: 0 10px 10px 0;
}

.blog-comment-author{
	font-style: normal;
	font-family: 'proxima-nova_semibold', sans-serif;
	font-size: 17px;
	line-height: 24px;
	color: #222325;

}
.blog-comment-date {
	color: #A3A5AC;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
}

.blog_comment_text{
	color: #222325;
	font-style: normal;
	font-weight: normal;
	font-size: 15px;
	line-height: 20px;
}

a.blog-comment-reply{
	color:#A3A5AC;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	margin-top:6px;
	text-decoration: none;
}




.khayr_main_comment .comments .stock{
	clear: both;
	margin: 0 0 15px;
	padding: 15px 0 0;
}
.khayr_main_comment .comments .stock .userText img:not([alt=CAPTCHA]) {
	float: left;
	max-width: 50px;
	max-height: 50px;
	padding: 0 10px 10px 0;
}
.khayr_main_comment .comments .stock .userText a {
	display: inline-block;
	margin: 10px 0 0;
}
.khayr_main_comment .comments .stock .userText .action {
	clear: both;
}
.khayr_main_comment .comments .stock .stock {
	margin-left: 40px;
}
.khayr_main_comment .comments .stock .stock .stock {
	margin-left: 80px;
}
.khayr_main_comment .form {
	margin-top: 15px;
	padding: 4px;
}
.khayr_main_comment .form form {
	background: #fff;
	display: block;
	padding: 30px 40px;
}
.khayr_main_comment .form.comment input[type="submit"] {
	margin: 0 auto;
	display: block;
	width: 136px;
}

/*.khayr_main_comment .close {
	float: right;
	margin-right: 10px;
	margin-top: 9px;
	background:url('/local/templates/main.2020/components/khayr/main.comment/custom-comment/img/delete.gif') no-repeat 0 0;
	width:16px;
	height:16px;
}*/
.khayr_main_comment .form_for {
	display:none;
}
.khayr_main_comment .comments .stock .userText .rating-vote span.rating-vote-result,
.khayr_main_comment .comments .stock .userText .rating-vote a {
	margin: 0;
}
.khayr_main_comment .review-comment-form div img {
	max-width: 260px;
	width: 100%;
	height: auto;
	display: block;
	margin-bottom: 10px;
	border: 1px solid rgba(0,0,0,0.1);
}
.khayr_main_comment_suc_exp {
	position: fixed;
	height: 30px;
	width: 100%;
	background: #0B690B;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	z-index: 2000;
	text-align: center;
	border-bottom: 1px solid #FFF;
	cursor:pointer;
	display:none;
}
.khayr_main_comment_err_exp {
	display:none;
	cursor:pointer;
	position: fixed;
	height: 30px;
	width: 100%;
	background: #690B0B;
	color: #FFF;
	font-weight: bold;
	padding: 10px;
	z-index: 2000;
	text-align: center;
	border-bottom: 1px solid #FFF;
}


.review-comment-form__send-btn.ui-btn{
	color:#FFFFFF;
	font-size: 16px;
	line-height:21px;
	text-align: center;
	display: block;
}

/* End */


/* Start:/local/templates/main.2020/js/libs/slick/slick.css?17691794521776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */
/* /local/templates/main.2020/components/khayr/main.comment/custom-comment/style.css?17697011563395 */
/* /local/templates/main.2020/js/libs/slick/slick.css?17691794521776 */
