/*
Theme Name: Tripp Child
Theme URI: https://tripptheme.com/
Description: A child theme for the Tripp theme. By using a child theme you will ensure that your modifications are preserved.
Author: Wyde
Author URI: https://wydethemes.com/
Template: tripp
Requires at least: 6.0
Tested up to: 6.4.3
Requires PHP: 7.4
Version: 1.0
Text Domain: tripp-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: block-patterns, block-styles, blog, custom-background, custom-colors, custom-header, custom-logo, custom-menu, e-commerce, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, grid-layout, microformats, one-column, portfolio, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/

.size-skipro-small {
	border-radius: 50%!Important;
    aspect-ratio: 1 / 1;
    flex: 0 1 auto!Important;
    width: 200px!Important;
    height: 200px!Important;
    margin: auto;
}
.skipro-style .flext-carousel-wrapper {
	justify-content: center;
	gap: 20px;
}
.skipro-style .flext-categories .category-item.has-thumbnail
 {
    border-radius: 100%;
    width: 200px ! Important;
	margin-right:0px!important;
}
.pointer
{
cursor: pointer;
}