/*
Theme Name: Lopsi
Author: Leki
Template: flatsome
Version: 1.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.product-short-description {
    margin-top: 25px;
    font-size: 13px;
}

.icon-circles img {
	border-radius: 100%;
	padding: 3px;
	border: 2px solid #eed4c3;
}

@media only screen and (max-width: 48em) {
	.row-circles-tags .col-inner {
		width: 100px;
	}
	.row-circles-tags {
		overflow: auto;
		flex-flow: row;
	 /* Hide scrollbar */
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none; /* IE 10+ */
    }

    .scroll-container::-webkit-scrollbar {
      display: none; /* Chrome, Safari, Edge */
    }

}