
/**
 * CedCommerce
 * NOTICE OF LICENSE
 * This source file is subject to the End User License Agreement (EULA)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * https://cedcommerce.com/license-agreement.txt
 * @category    Ced
 * @package     Ced_CsVendorbanner
 * @author    CedCommerce Core Team <connect@cedcommerce.com>
 * @copyright   Copyright CedCommerce (https://cedcommerce.com/)
 * @license     https://cedcommerce.com/license-agreement.txt
 */
.product-listing-cubot-item .owl-nav > div,
.product-listing-cubot-item.owl-carousel .owl-nav > button {
  background-color: rgba(255, 255, 255, 0.8);
  height: 35px;
  line-height: 34px;
  overflow: hidden;
  position: absolute;
  text-align: center;
  text-indent: -86px;
  top: 45%;
  width: 30px;
  background-position: center center;
  background-size: 18px;
  background-repeat: no-repeat;
  border-radius: 0px;
}
.product-listing-cubot-item.owl-carousel .owl-nav > button.owl-prev{
  left: 0;
  background-image: url('001-back.svg');
}
.product-listing-cubot-item.owl-carousel .owl-nav > button.owl-next{
  right: 0;
  background-image: url('002-next.svg');
}
.form-list.bannerupload{
  padding-left: 0px;
}
.page-products .columns
{
  display:block !important;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    background-size: 18px;
    background-position: center;
}
@media only screen and (max-width:576px)
{
	.product-listing-cubot-item .owl-nav > div,
	.product-listing-cubot-item.owl-carousel .owl-nav > button
	{
  	top:22%;
	}
}
