.productImage {
	max-width: 100%;
}
.product-modal .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
}
.product-modal .swiper-container-horizontal>.swiper-pagination {
	bottom: -5px;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img {
  max-width: 100%;
  object-fit: contain;
}
.simpleCart_totals {
	font-size:1.2em;
	text-align:right;
	margin:20px 0;
}
.simpleCart_totals hr {
	width:50%;
	float:right;
}
.product-modal .bar button:first-child{
	position: absolute;
	top: 5px;
	left: 5px;
	bottom: 5px;
}
.button .badge.cartCount{
	position: absolute;
	font-size: 10px;
	top: 0px;
	right: -1px;
	width: 15px;
	height: 15px;
	padding: 0;
}
.headerRow{
	display: none;
}
.product-modal .padding.content.transparent{
	padding-bottom: 44px;
}
.Fcart .item-thumb{
	float: right;
	width: 80px;
	height: 80px;
	margin: 15px 15px 15px 25px;
}
.Fcart .item-thumb img{
	width: 80px;
	height: 80px;
  border-radius: 5px;
}

.Fcart .list .item.item-input input{
	padding-right: 16px;
}
.fileshop textarea:focus, .fileshop input:focus {
	box-shadow:0 1px 3px rgba(125, 125, 125, 0.4);
	background: rgba(235,235,235,.8)!important;
}
.Fcart .input-label {
	width: 100%;
	white-space: normal;
	max-width: 100%;
}
.Fcart .input-label.half {
	width: 30%;
}
.item-checkbox{
	white-space: normal;
	padding-left: 10px;
}
.item-input{
	padding: 5px;
}
.Fcart .grandTotal{
	position: absolute;
	left: 16px;
	top: 7px;
	width: 50%;
	text-align: left;
}
.Fcart .cart-has-header{
	padding-top: 44px;
}
.Fcart .itemRow{
	background-color: #fefefe;
	margin: 10px;
	-webkit-box-shadow: 0px 0px 2px 3px rgba(201, 211, 220, 0.32);
	-moz-box-shadow: 0px 0px 2px 3px rgba(201, 211, 220, 0.32);
	box-shadow: 0px 0px 2px 3px rgba(201, 211, 220, 0.32);
	clear: both;
	height: 110px;
}
.Fcart .item-remove {
	text-align: left;
	padding: 5px 31px;
}
.Fcart .item-remove a{
	text-decoration: none;
	color: red;
}
.Fcart .item-increment,.Fcart .item-decrement{
	float: right;
	margin: 0 2px;
}
.Fcart span.button.button-small{
	background-color: #fefefe;
	border:1px solid #dadada;
	color: #909090;
	border-radius: 10px;
}

.Fcart .item-quantity input[type="number"]{
	float: right;
}
.Fcart .item-quantity input[type="number"]{
	background-color: #fefefe!important;
	width: 30px;
}
.Fcart .item-quantity:before{
	float: right;
	color: #333;
	margin: 2px 0 0 20px;
}
.Fcart .item-price,.Fcart .item-total{
	color: #333;
	text-align: right;
	float: right;
	min-width: 100px;
}
.Fcart .item-price:before,.Fcart .item-total:before{
	float: right;
	width: 40%;
	text-align: right;
}

.Fcart .item-total{
	border-bottom: 1px solid #eaeaea;
	color:#67c380;
}
.Fcart .item-name {
	padding-top: 22px;
	padding-bottom: 8px;
	color: #333;
	height: 66px;
	overflow: hidden;
	line-height: 1.5;
}
.Fcart-footer{
	background-color: #66bb66;
	color: #fefefe;
}
.Fcart .star{
	color: red;
}
.Fcart #alert{
	padding: 10px 20px;
	margin: 0 5px;
	border:2px solid #ebccd1;
	border-radius: 10px;
	color: #a94442;
	background-color: #f2dede;
}
.Fcart input.alert,.Fcart textarea.alert{
	background-color: rgba(255,210,210,0.6)!important;
}
@media (min-width: 680px){
 .active .modal-backdrop-bg {
	opacity: inherit;
	background: inherit;
 }
}
.productImageContiner{
	width: 100%;
	height: 100%;
	text-align: center;
	white-space: nowrap;
}
.productImageContiner span{
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.productImageContiner img{
	max-width:100%;
	vertical-align: middle;
}
.product-modal .padding{
	margin-top: 5px;
	padding: 25px 20px;
}
.product-modal ion-slides{
	width: 100%;
}
.slider-pager {
	bottom: 10px;
}
.slider-pager i.icon{
	font-size: 9px;
}
.slider-pager .slider-pager-page {
	margin: 0px 2px;
	width: 9px;
}
.productImageContiner .scroll{
	width: 100%;
	height: 100%
}
.unFull {
	width: 30px;
	height: 30px;
	position: fixed;
	top: 5px;
	right: 5px;
	text-align: center;
	line-height: 37px;
	z-index: 9999;
}
/* ------no-image------*/
.fileshop .item.no-image {
	margin: 9px 10px;
}
.fileshop .item.no-image img {
	display: none;
}
.fileshop .item.no-image h2 {
	font-size: 15px;
	padding-right: 8px;
	white-space: initial;
}
.fileshop .item.no-image p {
	font-size: 14px;
}
.fileshop .item.no-image p.price {
	text-align: left;
}
/* ------End Of no-image------*/

/* ------Default------*/
.fileshop .item-thumbnail-right {
	margin-top: 11px;
}
.fileshop .item-thumbnail-right h2 {
	margin-top: 15px;
	font-size: 14px;
}
.fileshop .item-thumbnail-right p {
	font-size: 13px;
  padding-top: 5px;
	text-align: left;
}
.fileshop .item-thumbnail-right p.price {
    text-align: left;
}
/* ------End of Default------*/

/* ------Grid-1------*/
.fileshop .item.grid-1 {
	float: right;
	width: 46%;
	margin: 2%;
	height: auto;
	padding: 0;
	border-radius: 5px;
	border: none;
}

@media screen and (min-width: 760px) {
  .fileshop .item.grid-1 {
	width: 23%;
	margin: 1%;
  }
}
.fileshop .grid-1 img:first-child {
	width: 100%;
	height: auto;
	display: block;
}
.fileshop .grid-1 .title {
	white-space: normal;
	text-align: center;
	height: 47px;
	overflow: hidden;
	font-size: 14px;
	padding: 14px 6px 0 6px;
}
.fileshop .grid-1 p {
	text-align: center;
	padding: 5px;
}

/* ------End Of Grid-1------*/


/* ------Grid-2------*/
.fileshop .item.grid-2{
	float: right;
	width: 46%;
	margin: 2%;
	height: auto;
	padding: 0;
	border-radius: 5px;
	border: none;
}
.fileshop .grid-2 img:first-child{
	width: 100%;
	height: auto;
	display: block;
}
.fileshop .grid-2 .title{
	white-space: normal;
	text-align: center;
	height: 47px;
	overflow: hidden;
	font-size: 14px;
	padding: 14px 6px 0 6px;
}
.fileshop .grid-2 p {
	text-align: center;
  padding: 0 0 5px 0;
	font-size: 13px;
}
.fileshop .item.item0.grid-2 {
	width:  96%;
	margin: 2%;
}
@media screen and (min-width: 760px) {
  .fileshop .item.grid-2 {
	width: 23%;
  }
  .fileshop .item.item0.grid-2 {
	width: 23%;
  }
}
/* ------Grid-2------*/

/* ------row-1------*/
.fileshop .row-1 img:first-child{
	width: 100%;
	display: block;
}
.fileshop .item.row-1{
	margin: 0 3% 5% 3%;
	padding: 0;
	border-radius: 5px;
	border: none;
}
.fileshop .row-1 .title{
	white-space: normal;
	text-align: center;
	line-height: 25px;
	padding-top: 14px;
}
.fileshop .row-1 p{
	text-align: center;
	padding: 2px 10px;
	font-size: 15px;
}
/* ------End Of row-1------*/

/* ------row-2------*/
.fileshop .row-2.item-thumbnail-right{
	padding-top: 27px;
	border: none;
}
.fileshop .row-2.item0 {
	padding: 0;
	margin: 0;
}
.fileshop .row-2.item0 .title{
	padding: 5px 7px 0 7px;
	height: 24px;
	overflow: hidden;
	text-align: center;
}
.fileshop .row-2 h2{
  margin-top: 0 !important;
}
.fileshop .row-2.item0 p{
	padding: 5px;
	text-align: center;
}
.fileshop .row-2.item0 img:first-child{
	position: initial;
	width: 100%;
	max-width: 100%;
	max-height: 63%;
}
.fileshop a.item.item0.row-2.item-thumbnail-right {
	padding: 0px;
}
@media screen and (min-width: 900px) {
  .fileshop .item.item0.row-2{
	margin: 1%;
	float: right;
	height: 600px;
	width: 55%;
  }
}
/* ------End of row-2------*/
/*------row-3------*/
.fileshop .row-3.item-thumbnail-right{
	padding-top: 25px;
}
.fileshop .row-3 h2{
  margin-top: 0 !important;
}
.fileshop .row-3.item0 h2 {
  font-size: 16px;
}
.fileshop .item.item0.row-3 {
	display: block;
	height: 151px;
	padding-top: 5px;
}
.fileshop ion-item.item.item0.row-3.item-thumbnail-right {
	padding-right: 25px;
}
.fileshop .row-3.item0 p{
	padding: 0% 50% 0% 2%;
}
.fileshop .row-3.item0 .title {
	padding: 2% 50% 0% 0%;
	height: 66px;
	overflow: hidden;
	padding-top: 32px;
}
.fileshop .row-3.item0 img:first-child{
	width: 42%;
	max-width: 300px;
	max-height: 86%;
}
.fileshop a.item.item0.row-3.item-thumbnail-right {
	padding-right: 0px;
}

/* ------End Of row-3------*/

/* ------Grid-3------*/
.fileshop .item.item0.grid-3 {
	display: block;
	float: right;
	width: 62.5%;
	margin: 2%;
	height: 244px;
}
.fileshop .item.grid-3 {
	display: block;
	float: right;
	width: 29.3%;
	margin: 2%;
	height: 116px;
	border: none;
}
.fileshop .grid-3 p:first-child{
	display:none;
}
@media screen and (min-width: 900px) {
  .fileshop .item.grid-3 {
	display: block;
	float: right;
	width: 23%;
	margin: 1%;
	height: 330px;
  }

  .fileshop .grid-3 p:first-child{
	display:none;
  }
  .fileshop .item.item0.grid-3 {
	display: block;
	float: right;
	width: 48%;
	margin: 1%;
	height: 329px;
  }

  .fileshop .item.item7.grid-3 {
	width: 48% !important;
  }
  .fileshop .grid-3 .title {
	width: 80%;
	padding-right: 16%;
	margin-top: 284px;
	white-space: nowrap;
	font-size: 10px;
	z-index: 100000;
	position: absolute;
	color: white;
  }
}
.fileshop .grid-3 img:first-child{
	width: 100%;
	height: 100%;
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
}
.fileshop .grid-3 .title {
	width: 80%;
	padding-right: 7%;
	bottom: 9px;
	white-space: nowrap;
	font-size: 10px;
	z-index: 100000;
	position: absolute;
	color: white;
}
.fileshop .grid-3.item0 .title {
	width: 80%;
	padding-right: 7%;
	margin-top: 216px !important;
	white-space: nowrap;
	font-size: 10px;
	z-index: 100000;
	position: absolute;
	color: white;
}
.fileshop .item.grid-3:after {
	content: '';
	position: absolute;
	top: 0; right: 0;
	bottom: 0; left: 0;
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,0) 68%,rgba(0,0,0,0) 69%,rgba(0,0,0,1) 100%);
}
.fileshop a.item.item7.grid-3 {
	width: 64%;
}
.fileshop .item.grid-3 {
	padding: 0px;
	box-shadow: 0px 0px 3px 3px rgba(114, 114, 114, 0.32);
}
.fileshop .item.item0.grid-3 p {
  display: none;
}
/* ------End Of Grid-3------*/
.displaynone{
	display: none;
}
.options-continer{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
}
.select-options{
	background-color: #fafafa;
	color: #3e3e3e;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 99;
	width: 100%;
}
.select-options .header{
	background-color: #ffffff;
	height: 100px;
	padding: 10px;
	border-bottom: 1px solid #efefef;
	margin-bottom: 30px;
}
.select-options .header img{
	width: 80px;
	height: auto;
	float: right;
}
.select-options .header h5{
	padding: 10px 20px;
	float: right;
	color: #3e3e3e;
	margin-bottom: 10px;
}
.select-options .button.button-full{
	margin-bottom: 0px;
	background-color: #66bb66;
	border-color: #66bb66;
	color:#fafafa;
}
.select-options .priceTable{
	padding: 10px 25px;
	color: #66bb66;
	margin-top: 15px;
}
.select-options .price{
	float: left;
	width: 50%;
	text-align: left;
}
.select-options .select-label {
	font-size: 13px;
	padding: 5px 15px;
	color: #999;
	margin-top: 10px;
	display: inline-block;
}
.select-options select {
	width: 100%;
	padding: 3px 15px;
	border: 1px solid #fafafa;
	border-bottom: 1px solid #949494;
	background-color: transparent;
	margin-bottom: 15px;
}
.label-continer {
	padding: 0 20px;
}

.product-modal.modal,.Fcart.modal {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
}
/* when showing the picture */
.product-modal .ng-hide-remove,
.Fcart .ng-hide-remove,
.fileshop .ng-hide-remove {
	animation: 0.3s lightSpeedin ease;
}

/* light speed out */
@keyframes lightSpeedin {
  0% {
	opacity: 0.5;
	transform: translate3d(0, 100%, 0);
  }

  100% {
	opacity: 1;
  }
}

.popup input{
	border:1px solid rgba(100,100,100,.7);
	direction: ltr;
	padding: 5px 10px;
}
/* .popup .ng-valid,.Fcart .ng-valid{
	border:1px solid #66bb66!important;
} */
.popup a{
	text-decoration: none;
}
.Fcart input[type="email"]{
	direction: rtl;
	padding-left: 16px;
}
.has-footer.product-modal button.bar-footer{
	bottom: 44px;
}
.has-footer.product-modal ion-content{
	bottom: 88px;
}
.fileshop .layout1.item {
	position: relative;
	overflow: visible;
	margin: 0 1% 16% 8%;
	height: 28vw;
	max-height: 150px;
	padding: 4% 48% 0 0;
	border-radius: 5px;
	width: 98%;
	border-radius: 10px;
}
.fileshop .layout1.item .fileshop-image {
	position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%);
    width: 45%;
    right: 0;
    height: 0;
	padding-top: 45%;
	border-radius: 20px;
	background-position: center;
	background-size: cover;
}
.fileshop .layout1.item .fileshop-title {
	padding-top: 4%;
	font-size: 14px;
}
.fileshop .layout1.item .fileshop-price {
	position: absolute;
	top: 45%;
	font-size: 12px;
}
.fileshop .layout1.item p,
.fileshop .layout2.item p,
.fileshop .layout3.item p,
.fileshop .layout4.item p {
	height: unset;
}
.fileshop .layout2.item,
.fileshop .layout3.item {
	position: relative;
	margin-bottom: 4%;
	max-height: 150px;
	width: 100%;
	border-radius: 10px;
	border-width: 0;
}
.fileshop .layout2.item {
	padding:60% 0 0 0;
}
.fileshop .layout3.item {
	padding-top:35%;
}
.fileshop .layout2.item .fileshop-image,
.fileshop .layout3.item .fileshop-image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-position: center;
	background-size: cover;
}
.fileshop .layout2.item .fileshop-image {
	width: 100%;
}
.fileshop .layout3.item .fileshop-image {
	width: 35%;
	filter: brightness(0.9);
}
.fileshop .layout2.item .fileshop-title {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.32);
    padding: 4% 2%;
    overflow: hidden;
}
.fileshop .layout2.item .title {
    color: white;
    font-size: 16px;
	font-weight: bold;
	width: 70%;
}
.fileshop .layout2.item .fileshop-price {
    position: absolute;
    bottom: 8%;
    left: 2%;
    font-size: 12px;
    padding-right: 6%;
    font-weight: bold;
    white-space: normal;
}
.fileshop .layout3.item .fileshop-price,
.fileshop .layout3.item .fileshop-not-available {
	position: absolute;
	top: 50%;
	right: 40%;
	font-size: 12px;
	font-weight: bold;
	white-space: normal;
}
.fileshop .layout3.item .fileshop-title {
	position: absolute;
	top: 25%;
	height: 30%;
	right: 40%;
	font-weight: bold;
	overflow: hidden;
	padding-left: 1%;
}
.fileshop .layout3.item .fileshop-title .title {
	color: black;
	font-weight: bold;
	font-size: 12px;
	white-space: normal;
}
.fileshop .layout3.item .triangle {
	position: absolute;
	top: 50%;
	left: 67%;
	transform: translate(-50%,-50%);
	width: 0;
	height: 0;
	border-top: 20px solid transparent;
	border-left: 20px solid rgb(255, 255, 255);
	border-bottom: 20px solid transparent;
}
.item.activated .triangle {
	border-left: 20px solid #d9d9d9 !important;
}
.fileshop .layout4.item {
	position: relative;
	overflow: visible;
	margin: 0 16% 4% 8%;
	height: 37vw;
	max-height: 150px;
	padding: 7% 20% 0 0;
	border-radius: 5px;
	width: 84%;
	border-radius: 10px;
}
.fileshop .layout4.item .fileshop-image {
	position: absolute;
	display: inline-block;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
	right: -20%;
	height: 0;
	padding-top: 40%;
	border-radius: 20px;
	background-position: center;
	background-size: cover;
}
.fileshop .layout4.item .fileshop-title {
	padding: 4% 0 8%;
	font-weight: bold;
	font-size: 12px;
}
.fileshop .layout4.item .fileshop-price {
	font-size: 10px;
}
.fileshop .layout5.item {
	position: relative;
	margin-bottom: 4%;
	max-height: 150px;
	width: 100%;
	border-radius: 10px;
	border-width: 0;
	padding:60% 0 0 0;
}
.fileshop .layout5.item .fileshop-image {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background-position: center;
	background-size: cover;
	width: 100%;
}
.fileshop .layout5.item .fileshop-title {
    position: absolute;
    bottom: 39%;
    padding: 0% 4%;
    width: 60%;
    height: 25%;
    float: left;
    overflow: hidden;
    line-height: 1.75;
    z-index: 4;
}
.fileshop .layout5.item .title {
    color: white;
    font-size: 14px;
    padding: 0;
    display: inline;
    z-index: 4;
}
.fileshop .layout5.item .layout5-shape-outside {
	float: left;
	width: 103%;
	height: 99px;
	shape-outside: polygon(53% 0, 20px 194%, 0 0px);
}
.fileshop .layout5.item .fileshop-price {
    position: absolute;
    bottom: 25%;
    font-size: 12px;
    right: 2%;
    transform: translateY(+50%);
    font-weight: bold;
    white-space: normal;
    z-index: 4;
}
.fileshop .layout5.item .triangle {
	position: absolute;
    top: 13%;
    right: -46%;
    background-color: rgba(0, 0, 0, 0.59);
    width: 100%;
    height: 100%;
    transform: rotate(118deg);
}
.fileshop-single .single-file-shop-favorite {
	padding: 0px 20px;
	background-color: #f6f6f6;
	height: 43px;
	position: relative;
}
.fileshop-single .landing-slider a.box {
	display: block;
	padding-top: 57%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.fileshop-single .landing-slider {
	background-image: url('data:image/gif;base64,R0lGODlhKwALAPEAAP///wAAAIKCggAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAKwALAAACMoSOCMuW2diD88UKG95W88uF4DaGWFmhZid93pq+pwxnLUnXh8ou+sSz+T64oCAyTBUAACH5BAkKAAAALAAAAAArAAsAAAI9xI4IyyAPYWOxmoTHrHzzmGHe94xkmJifyqFKQ0pwLLgHa82xrekkDrIBZRQab1jyfY7KTtPimixiUsevAAAh+QQJCgAAACwAAAAAKwALAAACPYSOCMswD2FjqZpqW9xv4g8KE7d54XmMpNSgqLoOpgvC60xjNonnyc7p+VKamKw1zDCMR8rp8pksYlKorgAAIfkECQoAAAAsAAAAACsACwAAAkCEjgjLltnYmJS6Bxt+sfq5ZUyoNJ9HHlEqdCfFrqn7DrE2m7Wdj/2y45FkQ13t5itKdshFExC8YCLOEBX6AhQAADsAAAAAAAAAAAA=');
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
}
.fileshop-single ion-slides,
.fileshop-single .swiper-wrapper {
	position: static !important;
}
@media only screen and (min-width: 600px) {
	.fileshop .layout4.item {
		margin: 0px 6% 4% 0;
		padding: 5% 11% 0 0;
		width: 40%;
		display: inline-block;
	}
	.fileshop .layout4.item:nth-child(odd) {
		margin-left: 4%;
		margin-right: 8%;
	}
	.fileshop .layout4.item .fileshop-image {
		width: 45%;
		padding-top: 45%;
	}
	.fileshop .layout4.item .fileshop-price {
		font-size: 12px;
	}
	.fileshop .layout4.item .fileshop-title  {
		font-size: 14px;
	}
	.fileshop .layout1.item:nth-child(odd){
		margin-left: 3%;
	}
	.fileshop .layout1.item {
		margin: 0 1% 5% 0;
		height: 16vw;
		display: inline-block;
		padding: 4% 22% 0 0;
		width: 47%;
	}
	.fileshop .layout1.item .fileshop-price {
		top: 55%;
	}
	.fileshop .layout1.item .fileshop-title {
		padding-top: 0;
		font-size: 14px;
	}
	.fileshop .layout3.item .triangle {
		border-top: 45px solid transparent;
		border-left: 45px solid rgb(255, 255, 255);
		border-bottom: 45px solid transparent;
	}
	.item.activated .triangle {
		border-left: 45px solid #d9d9d9 !important;
	}
	.fileshop .layout2.item .title {
		font-size: 18px;
	}
	.fileshop .layout3.item .fileshop-title .title {
		font-size: 14px;
	}
	.fileshop .layout2.item .fileshop-price p {
		font-size: 20px;
	}
	.fileshop .layout1.item .fileshop-price {
    position: absolute;
    top: 55%;
    font-size: 12px;
	}
	.fileshop .layout5.item .title {
		font-size: 18px;
	}
	.fileshop  .layout5.item p {
		font-size: 20px;
		height: unset;
	}
	.fileshop .layout5.item .fileshop-price {
		right: 2%;
	}
	.fileshop .layout5.item .layout5-shape-outside {
		shape-outside: polygon(61% 0, 20px 194%, 0 0px);
	}
}
.single-file-shop-view .comment-box-header {
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.single-file-shop-view .comment-author,
.comment-box-header p {
    font-size: 11px;
    color: #989898;
}
.single-file-shop-view .comment-box-title a {
    text-decoration: none;
    font-weight: normal;
    background-color: #f6f6f6;
    padding: 2px 10px;
    border-radius: 16px;
    font-size: 12px;
}
.single-file-shop-view .comment-box-title a i {
    margin-left: 3px;
}
.single-file-shop-view .comment-box.item {
	width: 208px;
	margin: 0 8px;
	border-radius: 10px;
	border: none;
	padding: 8px 13px;
	background-color: #f7f6f6;
	margin-left: auto;
	display: inline-block;
	height: 160px;
}
.single-file-shop-view .show-all-comments {
    margin: unset;
    margin-right: 4px;
    border-radius: 19px;
    padding-right: 9px;
    background-color: #f7f6f6;
    width: 105px;
    padding-top: 17px;
    height: 160px;
    border: none;
    padding-left: 12px;
    display: inline-block;
    text-align: center;
}
.single-file-shop-view .products-row div.rtl {
    direction: rtl !important;
    white-space: nowrap;
}
.single-file-shop-view .special-offers .see-more {
    font-size: 12px;
    text-decoration: none;
}
.single-file-shop-view .show-all-comments i {
	display: inline-block;
    font-size: 38px;
    border: 1px solid #989898;
    width: 50px;
    height: 50px;
    line-height: 60px;
    border-radius: 50%;
    color: #989898;
    margin-bottom: 16px;
	margin-top: 23px;
}
.single-file-shop-view .show-all-comments span {
    display: block;
    color: #989898;
    font-size: 12px;
}
.single-file-shop-view .products-row div.rtl {
	direction: rtl !important;
	display: inline-block;
}
.single-file-shop-view .products-row .scroll-view,
.single-file-shop-view .products-row div {
	direction: ltr !important;
	text-align: right;
}
.single-file-shop-view .flex-grow-1 {
    flex-grow: 1;
    width: 100%;
}
.single-file-shop-view .flex-list {
    white-space: nowrap;
    overflow-x: hidden;
    direction: rtl;
}
.single-file-shop-view .horizontal-comment-box {
    margin-top: 17px;
    background-color: #fbfbfb;
}
.single-file-shop-view .comment-box-title {
    display: flex;
    justify-content: space-between;
    font-weight: bold;
	margin-top: 8px;
	padding: 13px 13px 13px;
}
.single-file-shop-view .item-complex .item-content {
	background: inherit;
	padding: 0 0 10px 0;
	position: relative;
    z-index: 2;
}
.single-file-shop-view a.item-content {
    display: block;
    color: inherit;
}
.new-tabs-bottom .fileshop-single.has-footer {
    bottom: 107px;
}
.new-tabs-bottom .bar-footer.button-cart {
    bottom: 63px;
}

.tabs-bottom .single-file-shop-view .button-cart {
    bottom: 49px;
}
.tabs-bottom .single-file-shop-view .scroll {
    padding-bottom : 50px;
}
.fileshop .breadcrumb_padding-top>* {
    margin-top: 25px;
}

.fileshop .empty-stats{
    height: calc(100vh - 200px) !important;
}
