MOON
Server: Apache
System: Linux server.netcommlabs.in 3.10.0-1160.83.1.el7.x86_64 #1 SMP Wed Jan 25 16:41:43 UTC 2023 x86_64
User: dermova (1051)
PHP: 5.4.45
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/dermova/public_html/india/wp-content/themes/ri-colias/sass/theme/components/_carousel.scss
//style carousel

/*owl*/

.owl-wrapper{
    position: relative;
    float: left;
    @include clearfix();
}
.owl-carousel{
    position: relative;
    padding: 0 50px;

    &.owl-products-carousel,&.owl-related{
        padding: 0;
        .owl-prev,
        .owl-next{
            margin-top: -70px !important;
        }
        .product-block{
            margin-bottom: 0;
        }
    }
    &.owl-category-carousel{
        padding: 0;
    }
}


.owl-theme .owl-controls{
    margin-top: 0px;
}

.owl-controls{
	.owl-nav,
	.owl-buttons{
		.owl-prev,
		.owl-next{
			display: inline-block;
			height: 30px;
			width: 30px;
            line-height: 24px;
			text-align: center;
			border:	2px solid #cfcfcf;
			cursor: pointer;
            color:#cfcfcf ;
            background: transparent;
            border-radius:0;
            position: absolute;
            top: 50%;
            z-index: 99;
            margin-top: -15px;

			&:hover{
				border-color: $theme-color;
				color: $theme-color;

			}
		}
		.owl-prev{
            left:-5px;
		}
		.owl-next{
            right:-5px;
		}
	}
}
//.products_shortcode_wrap{
//    padding: 0 50px;
//}

.owl-carousel{
    [class*="col-"]{
        padding: 0 10px;
    }
}
.row-product-carousel{
    margin: 0 -10px;
}

.no-owl-buttons{
    padding: 0 !important;

    &.owl-carousel{
        .owl-buttons{
            display: none;
        }
    }

    .product-block{
        margin-bottom: 0;
    }

}
.product-carousel,.related-wrapper{
    .owl-controls{
        .owl-prev,.owl-next{
            opacity: 0;
            z-index: 999;
        }
    }
    &:hover{
        .owl-controls{
            .owl-prev,.owl-next{
                opacity: 1;
            }
        }
    }
}
.custom.tparrows{
    border-radius: 2px;
}
.tparrows::before{
    font-size: 30px;
}