
* {
  box-sizing: border-box;
}
:root {
	--color1: #002143; /* top menu text*/
	--color2: #00a652; /* top menu text hover*/
	--color3: #faf0e6; /* background3*/
	--color4: #faf0e6; /* top3*/
}
@font-face {
	font-family: 'Yekan';
	src: url('../../fonts/YekanBakhFaNum-Regular.woff') format('woff');
}
@font-face {
	font-family: 'farhang2';
	src: url('../../fonts/Farhang2FaNum-medium.woff') format('woff');
}

.container {
	margin-right: auto;
	margin-left: auto;
	max-width: 1166px;
}
a {
	text-decoration: none;
}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
	text-decoration: none;
    scroll-behavior: smooth;
    scroll-margin-top: 157px;
}
.row {

}
.wp-video{
	text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-wrap: nowrap;
	min-width: 100%;
}
@media screen and (max-width: 640px) {
.wp-video{

    max-width: 100%;
}
}
/*
End General CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */




/*
Start Header CSS
*/


.header {
    width: 100%;
	position: fixed;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 67%, rgba(125, 185, 232, 0) 230%);
	box-shadow: 0px 13px 17px 0px #3636360f;
	backdrop-filter: blur(2px);
	z-index: 1030;
	top: 0px;
}
.nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
}
.nav-logo {
    height: 80px;
    padding-right: 0px;
}
.nav-logo img {
    height: 80px;
}
.nav-menu {
    width: -webkit-fill-available;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    align-content: center;
	font-family: 'Yekan',sans-serif;
	border-bottom: 1px solid #084d95b5;
	margin-right: 9px;

}
.nav-menu-text{

}
.nav-menu ul {
	display: -webkit-box;
}
.nav-menu ul li {
    list-style: none;
    font-size: 13px;
    letter-spacing: -0.5px;
    margin-right: 3px;
    margin-left: 4px;

}

.nav-menu ul li a{
	color: var(--color1);
	padding: 8px;

}
.nav-menu-icon{
	padding-top: 5px;
}
.nav-menu-icon span {
    margin-right: 14px;
}
.nav-menu ul li a:hover {
	border-bottom: 2px solid var(--color2);
    color: var(--color2) ;
}











    /*responsible header Start*/



header{
    transition: background-color 200ms linear;
    /*position: absolute;*/
	width: -webkit-fill-available;
	height: 86px;
    z-index: 1021;
    padding-left: 5.5%;
    padding-right: 5.5%;
    padding-top: 12px;
	display:none;

}
.header-fixed {
    position: fixed;
    background-color: #fff;
    border-bottom: 1px solid #e4e7eb;
    box-shadow: 3.716px 3.346px 40px 0 rgba(43, 43, 43, 0.1);
}

.header-white {
    background-color: #fff;
}
.header-back-space {
    width: 100%;
    height: 99px;
}
header .row {
    margin-left: 0px;
    margin-right: 0px;
    width: 100%;
    display: block;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: space-between;
    align-items: stretch;
	height: -webkit-fill-available;
}

.row {
    margin-left: 0;
    margin-right: 0;

}
.align-items-center {
    -ms-flex-align: center ;
    align-items: center ;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	justify-content: space-between;

}

header .row .brand {
    /* position: absolute; */
    top: -3px;
	height: -webkit-fill-available;
	/* display: flex; */
    align-items: center;
    width: auto;
}


.imglogo1 {
    width: 90px;
    height: 86px;
}
.imglogo {
    width: auto;
}


.hamburger_wrapper {
    padding: 5px;
    z-index: 10;
    /* display: flex; */
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    /* margin: auto; */
    width: auto;
}

  #hamburger {
    width: 42px;
    height: 45px;
    position: relative;
    cursor: pointer;
    outline: none;

  }

#hamburger span {
    display: block;
    /* position: unset; */
    height: 6px;
    width: 81% ;
    background: #989c9a;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .5s ease-in-out;
    margin: 6px 0px;
}

  #hamburger span:nth-child(1) {
    top: 0px;
    transform-origin: left center;
  }

  #hamburger span:nth-child(2) {
    top: 21px;
    transform-origin: left center;
  }

  #hamburger span:nth-child(3) {
    top: 42px;
    transform-origin: left center;
  }

  #hamburger.close span:nth-child(1) {
    transform: rotate(45deg);
  }

  #hamburger.close span:nth-child(2) {
    width: 0%;
    opacity: 0;
    transition: .1s;
  }

  #hamburger.close span:nth-child(3) {
    transform: rotate(-45deg);
  }

#nav-menu {
	position: absolute;
	opacity: 0;
    z-index: 10;
    transition: transform .5s ease, opacity ease .2s;
	display: none;
  }

#nav-menu.now-active {
    /* transform: translateX(0); */
    /* transition: transform .5s ease, opacity ease .2s; */
    opacity: 1;
    /* border: 1px solid #989c9a; */
    width: -webkit-fill-available;
    /* padding-top: 8px; */
    /* padding-left: 19px; */
    /* padding-right: 21px; */
    /* right: 0px; */
    /* border-radius: 0px; */
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, .25);
    /* z-index: 100; */
    display: block;
    position: fixed;
    margin: 0px 5.5%;
    padding: 20px;
    right: 0;
    top: 86px;
	background: #fff;
}

  .nav-list {
    padding: 10px;
    list-style-type: none;
	font-family: 'Yekan';
}
.nav-list li {
    padding: 8px 0px;
    border-bottom: 1px solid #ced3d6;
}
.nav-list li a {
	color: #000;
}


    /*responsible header End*/














@media screen and (max-width: 1180px) {
  .nav {
    display: none;
	}
	header{
	display:block;
	}
}
@media screen and (max-width: 640px) {
  .nav {
    display: none;
	}
	header{
	display:block;
	}
}
/*
End General CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */






/*
Start breadcrumb CSS
*/
.breadcrumb-sec{
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 80px;
    background: #f7f7f7;
    border-bottom: 1px solid #f1f1f1;
}
.breadcrumb-sec-title {
	font-family: 'farhang2';
    font-size: 27px;
    letter-spacing: -0.5px;
    font-weight: 500;
    color: #6B6B6B;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e5e5;
	width: 100%;
}
.breadcrumb-sec-desc{
	width: 100%;
	padding-top: 12px;
}
.breadcrumb-sec-desc ol{
    display: flex;
}
.breadcrumb-sec-desc ol li{
    list-style: none;
    margin-left: 10px;
}
.breadcrumb-sec-desc span {
    font-size: 10px;
    font-family: 'farhang2';
    color: #d3d2d2;
}
.breadcrumb-sec-desc a span {
    font-size: 15px;
    font-family: 'farhang2';
    color: #004b97c9;
}
@media screen and (max-width: 1180px) {
.breadcrumb-sec .row{
	padding-left: 5.5%;
    padding-right: 5.5%;
}
.breadcrumb-sec-desc span {
    font-size: 10px;
}
.breadcrumb-sec-desc span a {
    font-size: 13px;
}
.breadcrumb-sec-title {
    font-size: 22px;
	width: 100%;
}
}
@media screen and (max-width: 680px) {
    .breadcrumb-sec-desc ol {
    display: flex;
    flex-wrap: wrap;
    }
    .breadcrumb-sec-desc a span{
    font-size: 12px;
    }
    .breadcrumb-sec .row{
        padding-left: 5.5%;
        padding-right: 5.5%;
    }
    .breadcrumb-sec-desc span {
        font-size: 10px;
    }
    .breadcrumb-sec-desc span a {
        font-size: 13px;
    }
    .breadcrumb-sec-title {
        font-size: 14px;
        width: 100%;
    }
}
/*
End breadcrumb CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */




/*
Start page-content CSS
*/
.page-content-sec {
    min-height: 300px;
    padding: 40px 0px;
    text-align: justify;
    font-family: 'Yekan';
    color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Yekan';
}
.product-title-en{
    color: #c0c2c5;
    font-weight: 100;
    font-family: sans-serif;
}
.product-header-rating{
    display: flex;
    align-items: center;
}
.product-header-rating span{
    margin-right: 5px;
}
.page-content-sec h2,h3,h4,h5 {
    font-size: 20px;
    padding-right: 8px;
    color: #004b97;
    padding-bottom: 20px;
    font-family: 'farhang2';
    padding-top: 10px;
}

.page-content-sec p {
	color: #000;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    font-family: 'Yekan';
}
#table-con-header{
	color: #565958;
}
.table-con-list {
    /* list-style: none; */
    font-family: 'Yekan';
    font-size: 12px;
    padding-right: 50px;
    list-style-type: square;
    padding-bottom: 50px;
    width: auto;
    /* position: fixed; */
    /* background: #e7e7e7; */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 67%, rgba(125, 185, 232, 0) 230%);
    box-shadow: 0px 13px 17px 0px #3636360f;
    backdrop-filter: blur(2px);
    margin-bottom: 50px;
}
.table-con-list li:first-child {
    list-style: none;
    font-size: 18px;
    padding-bottom: 20px;
}
.wp-block-list {
    padding-right: 15px;
}
.wp-block-image img {
	width: 100%;
}
.wp-block-video video{
	width: 100%;
}
.wp-block-video amp-video {
    width: 100%;
    max-width: 100%;
    height: 72px;
    /* max-height: 217px; */
    min-width: 55%;
    /* min-height: 100%; */
}
.page-content-sec p a {
    color: #00a652;
}
.wp-block-video{
	text-align: center;
}
.tags a {
    color: #000;
    font-size: 12px;
    border: 1px solid #edebeb;
    padding: 0px 7px;
    background: #f0f0f0;
    margin: 11px;
    /* display: inline; */
    width: auto;
}
.size-full {
    max-width: 100%;
    height: auto;
}
.wp-caption {
    max-width: 100%;
    text-align: center;
    min-width: 100%;
}
.wp-caption img{
	max-width: 100%;
    object-fit: none;
    height: auto;
}
.page-content-sec-row ol {
    padding-right: 16px;
}
@media screen and (max-width: 1180px) {
	.page-content-sec-row{
		padding-left: 5.5%;
        padding-right: 5.5%;
	}

	.page-content-sec p {
	font-size: 13px;
    color: #000;
	}
}
@media screen and (max-width: 680px) {
    .page-content-sec-row {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }

    .page-content-sec p {
        font-size: 13px;
        color: #000;
    }
    .page-content-sec p img{
        width: 100%;
        height: auto;
    }
}
    #toc_container {
        list-style: none;
        font-family: 'Yekan';
        font-size: 12px;
        padding-right: 50px;
        list-style-type: square;
        padding-bottom: 50px;
        width: auto;
        /* position: fixed; */
        /* background: #e7e7e7; */
        background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 67%, rgba(125, 185, 232, 0) 230%);
        box-shadow: 0px 13px 17px 0px #3636360f;
        backdrop-filter: blur(2px);
        margin-bottom: 50px;
    }

/*
End page-content CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */





/*
Start product header CSS
*/
.product-slider {
    height: 47vh;
    align-items: center;
    display: flex;
}
.product-slider img {
    width: 100%;

}
.product-header-sec-header h1{
    font-size: 25px;
    color: #000000;
    border-bottom: none;
    font-family: 'farhang2',sans-serif;

}
.product-header-features {
    padding: 8px;
    background-color: #f0f0f1;
    border-radius: 8px;
    width: 25%;
    height: auto;
    float: right;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    align-content: space-around;
    margin: 6px;
}
.product-header-features span:nth-child(2) {
    line-height: 1.4rem;
    font-size: 12px;
    color: #3f4064;
    font-weight: 600;
}
.product-header-features span:first-child {
    line-height: 1.4rem;
    font-size: 12px;
    color: #81858b;
}

.product-header-sec-header {
    width: 62%;
    margin-top: 60px;
}
.product-slider-thumb-row {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
}
.product-slider-thumb-row-thumb {
    display: flex;
    align-items: center;
    width: 23%;
}
.product-slider-thumb-row img {
    width: 100%;
    cursor: pointer;

}
.product-header-sec {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: space-around;
    min-height: 61vh;
}
.product-header-sec-slider{
    width: 38%;
    padding: 15px;
    min-height: 64vh;
    height: 64vh;
}

.product-nav-tabs {
    width: 1166px;
    border-bottom: 2px solid #c7c7c7;
    margin-bottom: 70px;
    margin-top: 70px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 9px 11px #dfdfdf;
}
.product-nav-tabs ul{
    display: flex;
}
.product-nav-tabs ul li{
    list-style: none;
}
.product-nav-tabs ul li:first-child a{
    margin-right: 0;
}
.product-nav-tabs ul li a{

    color: #81858b;
    margin-right: 50px;
}
.product-nav-tabs ul li a.active {
    color: #00a652;
    border-bottom: 4px solid;
    border-top-right-radius: 5px;
}

@media screen and (max-width: 680px) {
    .product-nav-tabs {
    display:none;
}
    .product-header-sec-header {
    width: 100%;
}
    .product-header-features {
    width: auto;
    float: none;
}
    .product-header-sec-slider {
    width: 100%;
}

}




/*
Start Comment CSS
*/


#rating-form button[type=submit] {
    font-family: 'yekan', sans-serif;
    color: #919191;
    background: #f3f3f3;
    border: 1px solid #d7d7d7;
    font-weight: 700;
    border-radius: 5px;
}

#rating-form {
    width: 100%;
    float: right;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.star-rating {
    font-size: 2em;
    cursor: pointer;
    direction: rtl;
    margin-left: 16px;
    margin-right: 16px;
}
.star {
    color:#ccc
}
.star.selected {
    color:gold;
}



.postComment p:nth-child(1) {
    width: 50%;
}
.postComment p:nth-child(1) input {
    width: 98%;
    border: 1px solid #d7d7d7;
}
.postComment input[type="text"] {
    height: 46px;
    text-align: right;
    margin-bottom: 14px;
    box-shadow: 0 0px 3px 1px #eee;
    padding: 5px 10px;
    font-family: "Yekan" , serif;
    border: 1px solid #d7d7d7;
}

.postComment p:nth-child(2) {
    width: 50%;
	display: inline-block;
}

.postComment p:nth-child(2) input {
    width: 100%;
	border: 1px solid #d7d7d7;
}
.postComment p:nth-child(3) {
    width: 100%;
}
.postComment p:nth-child(3) input {
    width: 100%;
	border: 1px solid #d7d7d7;
}
.postComment p:nth-child(4) {
    width: 100%;
}
.postComment p:nth-child(5) {
    width: 100%;
}
.commentsboxbody p textarea.NormalTextBox {
    border: solid 1px #ddd;
    position: relative;
    margin-right: 0px;
    padding: 10px 10px;
    box-shadow: 0px 4px 10px 2px #eee;
    border-radius: 3px;
    font-family: "Yekan";
    width: 100%;
    height: 129px;
}

.commentsboxbody input[type="submit"] {
    height: 45px;
    width: 35%;
    -moz-transition: all 200ms ease-out 0s;
    -o-transition: all 200ms ease-out 0s;
    transition: all 200ms ease-out 0s;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 15px;
    margin-top: 6px;
    padding: 10px 20px;
    font-family: "Yekan",sans-serif;
    border: 1px solid #e3e3e3;
    color: #000;
}
.postComment textarea.NormalTextBox {
    border: solid 1px #ddd;
    margin-right: 0;
    padding: 10px 10px;
    box-shadow: 0 4px 10px 2px #eee;
    border-radius: 3px;
    font-family: 'Yekan',sans-serif;
    width: 100%;
    height: 129px;
}
.postComment form button[type="submit"] {


    transition: all 200ms ease-out 0s;
    background-color: #f7f7f7;
    text-align: center;
    font-size: 15px;
    margin-top: 6px;
    padding: 10px 20px;
    font-family: "Yekan",sans-serif;
    border: 1px solid #e3e3e3;
    color: #000;
}
.postComment form button[type="submit"]:hover{
    background-color: #ededed;
}

.comment-insert-sec-head, .comment-list-sec-header {
    font-size: 17px;
    color: #004b97;
    background-color: #fdfdfd;
    border-bottom: solid 1px #ebebeb;
    height: 40px;
    line-height: 40px;
    margin-bottom: 15px;
    margin-top: 50px;
    padding-right: 17px;
    font-weight: 600;
    border-right: solid 1px #00a651;
    font-family: 'farhang2';
}
.commentsbox {
    min-height: auto;
    border: 1px solid #ebebeb;
    padding: 1%;
    margin: 14px 0px;
    width: 100%;
}
.commentsboxheader {
    height: 28px;
    border-bottom: 1px solid #00a651;
    color: #464545;
    font-size: 12px;
    margin: 0px;
}
.commentsboxbody {
    padding: 1%;
    width: 100%;
    margin: 0px;
}
.commentsboxanswer {
    min-height: auto;
    border: 1px solid #ebebeb;
    padding: 1%;
    margin: 14px 10% 14px 0px;
    width: 90%;
}

/*
End Comment CSS
*/
/* ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////   */













/*
Start Footer CSS
*/
.footer-sec{
	background: #084d95;
    padding-top: 60px;
    padding-bottom: 60px;
}
.footer-col{
	width:25%
}

.footer-col span{
	color: #00E088;
    font-size: 22px;
    letter-spacing: -0.5px;
    font-family: 'farhang2';
}
.footer-col ul{
	list-style: none ;
}
.footer-col ul li{
	color: #FFF;
    line-height: 30px;
    font-family: 'Yekan';
    font-size: 15px;
}
.footer-col ul li a{
	color: #FFF;
    line-height: 30px;
    font-family: 'Yekan',sans-serif;
    font-size: 15px;
}
.footer-col ul li a:hover {
	color: #d9d6d6;
}
.footer-col-logo{
	width: 100%;
    height: 50%;
    display: flex;
    align-content: center;
    justify-content: center;
	align-items: flex-end;
}
.footer-col-social {
    width: 100%;
    height: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.footer-col-social img {
    filter: saturate(0) invert(1) brightness(2.5);
    opacity: 0.7;
    width: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 1px 9px;
}
.footer-row{
	height: 100%;
}
.copyright-sec{
	padding: 24px 0px;
    background: black;
}
.copyright-sec-span {
    color: #a5a4a4;
    text-align: center;
    width: 100%;
    font-family: 'farhang2';
	font-size: 14px;
}
.commentslikes {
    float: left;
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.likebutton{
    border: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
.disablelikebutton{
    border: 0;
    width: 16px;
    height: 16px;
    cursor: auto;
    background-position: 0 -48px;
}
.likebutton:hover{
    background-position: 0 -16px;
}
.likebutton:active{
    background-position: 0 -32px;
}
.commentslikes span {
    color: green;
    margin-left: 10px;
    font-size: 14px;
    font-weight: 700;
}
@media screen and (max-width: 640px) {
    .product-desc table thead tr th {
        width: 38%;
        font-size: 9px;
    }
    .product-desc table tbody tr td {
        font-size: 9px;
    }
	.footer-col:first-child{
		display:none;
	}
	.footer-col:nth-child(2){
		display:none;
	}
	.footer-col:nth-child(3) {
        width: 100%;
		margin-bottom: 50px;
	}
	.footer-col:nth-child(4){
		width:100%;
	}
	.footer-sec .row {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }
	.copyright-sec-span {
    font-size: 10px;
	}
}
@media screen and (max-width: 1180px) {
	.footer-col:first-child{
		display:none;
	}
	.footer-col:nth-child(2){
		display:none;
	}
	.footer-col:nth-child(3) {
        width: 100%;
		margin-bottom: 50px;
	}
	.footer-col:nth-child(4){
		width:100%;
	}
	.footer-sec .row {
        padding-left: 5.5%;
        padding-right: 5.5%;
    }
	.copyright-sec-span {
    font-size: 10px;
	}
}


.product-desc table {
    width: 100%;
    border: 1px solid #e3e0e0;
    margin-top: 20px;
    margin-bottom: 20px;
}
.product-desc table tbody tr:nth-child(odd) {
    background: #f1f1f1;
}
.product-desc table tr:first-child {
    background: #006633;
    color: #fff;
}
.product-desc table tbody tr th {
    padding: 5px;
    width: 15%;
}
.product-desc table tbody tr td {
    padding: 5px;
    color: #000;
}



.technical-section-body table {
    width: 100%;
    border: 1px solid #e3e0e0;
}
.technical-section-body table tbody tr:nth-child(odd) {
    background: #f1f1f1;
}
.technical-section-body table tbody tr th {
    padding: 5px;
    width: 15%;
}
.technical-section-body table tbody tr td {
    padding: 5px;
}
.analyze-section-body table{
    width: 100%;
    border: 1px solid #e3e0e0;
}
.analyze-section-body table tbody tr:nth-child(odd) {
    background: #f1f1f1;
}
.analyze-section-body table tbody tr th {
    padding: 5px;
    width: 60%;
}
.analyze-section-body table tbody tr td {
    padding: 5px;
}
@media screen and (max-width: 680px) {

    .technical-section-body table tbody tr th {
    width: 38%;
    font-size: 11px;
    }
    .technical-section-body table tbody tr td {
    font-size: 12px;
    }
    .analyze-section-body table tbody tr th {
    width: 67%;
    font-size: 11px;
    }
    .analyze-section-body table tbody tr td {

    font-size: 11px;
    }
}

/*محصولات مرتبط*/
.related-products {
    width: 100%;
    min-height: 45vh;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.related-products-box {
    width: 32%;
    padding: 10px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    margin-top: 20px;
}
.related-products-box-img {
    width: 100%;
}
.related-products-box-img img {
    width: 100%;
}
.related-products-box span {
    font-weight: 600;
    color: #696969;
}
.related-products-box p{
    color: #696969;
}
@media screen and (max-width: 680px) {
    .related-products-box {
        width: auto;
        margin-bottom: 30px;
    }
    .commentslikes {
        padding-left: 0;
    }
    .commentslikes span {
        font-size: 8px;
        margin-left: 5px;
    }
    .commentsboxheader {
        font-size: 10px;
        font-weight: 700;
    }
}