first commit

This commit is contained in:
2025-01-06 20:47:25 +01:00
commit 3bdbd78c2f
25591 changed files with 3586440 additions and 0 deletions

View File

@@ -0,0 +1,86 @@
<?php
/**
* Copyright YourBestCode.com
* Email: support@yourbestcode.com
* First created: 21/12/2015
* Last updated: NOT YET
*/
include_once('../../config/config.inc.php');
include_once('../../init.php');
include_once('ybc_themeconfig.php');
$newConfigVal = trim(Tools::getValue('newConfigVal'));
$configName = trim(Tools::getValue('configName'));
$tc = new Ybc_themeconfig();
$json = array();
/**
* Reset
*/
if(Tools::getValue('tcreset'))
{
$tc->resetConfigDemo();
$json['success'] = true;
die(Tools::jsonEncode($json));
}
$config = $tc->getThemeConfigDemo();
$configName = Tools::strtoupper($configName);
if(is_array($config) && isset($config[$configName]))
$oldConfigVal = $config[$configName];
else
$oldConfigVal = '';
$configs = $tc->configs;
switch($configName)
{
case 'YBC_TC_LAYOUT':
if(!$tc->validateOption($configs['YBC_TC_LAYOUT']['options']['query'], $newConfigVal))
$json['error'] = $tc->l('Layout is invalid');
else
{
$json['oldClass'] = 'ybc-layout-'.Tools::strtolower($oldConfigVal);
$json['newClass'] = 'ybc-layout-'.Tools::strtolower($newConfigVal);
$json['success'] = true;
$json['reload'] = true;
$json['noReplace'] = true;
Hook::exec('ybcLayoutUpdate',array('layout'=>$newConfigVal));
}
break;
case 'YBC_TC_SKIN':
if(!$tc->validateOption($configs['YBC_TC_SKIN']['options']['query'], $newConfigVal))
$json['error'] = $tc->l('Skin is invalid');
else
{
$json['oldClass'] = 'ybc-skin-'.Tools::strtolower($oldConfigVal);
$json['newClass'] = 'ybc-skin-'.Tools::strtolower($newConfigVal);
$json['success'] = true;
}
break;
case 'YBC_TC_FLOAT_HEADER':
$json['oldClass'] = 'ybc-float_header-'.((int)$oldConfigVal ? 'yes' : 'no');
$json['newClass'] = 'ybc-float_header-'.((int)$newConfigVal ? 'yes' : 'no');
$json['success'] = true;
$json['reload'] = true;
break;
case 'YBC_TC_BG_IMG':
if(!in_array($newConfigVal,$tc->bgs))
$json['error'] = $tc->l('Background is invalid');
elseif(Tools::strtolower($tc->getThemeConfig('YBC_TC_LAYOUT')) != 'boxed')
$json['error'] = $tc->l('Background image is only available for BOXED layout');
else
{
$json['oldClass'] = 'ybc-bg-img-'.Tools::strtolower($oldConfigVal);
$json['newClass'] = 'ybc-bg-img-'.Tools::strtolower($newConfigVal);
$json['success'] = true;
}
break;
default:
$json['error'] = $tc->l('Configuration is invalid');
break;
}
if(isset($json['success']) && $json['success'])
$tc->updateThemeConfigDemo($configName, $newConfigVal);
//Change logo
if($configName == 'YBC_TC_SKIN' && ($logo = $tc->getSkinConfiguredField('logo')) && $tc->devMode)
{
$json['logo'] = $tc->modulePath.'images/logo/'.$logo;
}
die(Tools::jsonEncode($json));

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 222 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 31 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 KiB

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,253 @@
body{font-family: Lato;}h1,h2,h3,h4,h5,h6{font-family: Oswald;}.ybc_full_bg_breadcrum{background-image: url('/sang/whisper/modules/ybc_themeconfig/images/config/128fb9cff82aa778278947e3eb26c87887fddceb.png');}
/*no color*/
body.ybc-skin-custom .button *,
body.ybc-skin-custom .btn *{
background: transparent!important;
}
/**/
body.ybc-skin-custom{
/*background: #fff!important;*/
}
body.ybc-skin-custom #toggle-nav .icon-bar,
body.ybc-skin-custom #add_to_cart .exclusive,
body.ybc-skin-custom#order-opc .page-heading.step-num span,
body.ybc-skin-custom .button-search-menu,
body.ybc-skin-custom .page-heading.step-num > span.number-step,
body.ybc-skin-custom .ybc-menu > li > a:before,
body.ybc-skin-custom ul.pagination li.active > span span,
body.ybc-skin-custom .button,
body.ybc-skin-custom button,
body.ybc-skin-custom .btn,
body.ybc-skin-custom .ajax_add_to_cart_button span,
body.ybc-skin-custom .box-info-product .exclusive,
body.ybc-skin-custom .tab-content .owl-theme .owl-controls .owl-buttons div,
body.ybc-skin-custom .ybc-menu-layout-light .ybc-menu .ybc-menu-item-link:hover > span:first-child::before,
body.ybc-skin-custom .ybc-menu-layout-light .ybc-menu li:hover > .ybc-menu-item-link > span:first-child::before,
body.ybc-skin-custom .btn-default:hover,
body.ybc-skin-custom .btn-default:focus,
body.ybc-skin-custom .largeblog .read_more:hover,
body.ybc-skin-custom .btn-default:active,
body.ybc-skin-custom .btn-default.active,
body.ybc-skin-custom .ybc-widget-ybc-footer-links li a span:hover i,
body.ybc-skin-custom .product-image-container .quick-view,
body.ybc-skin-custom .button.ajax_add_to_cart_button,
body.ybc-skin-custom .button-container .functional-buttons,
body.ybc-skin-custom .product-box-content .button-container .quick-view,
body.ybc-skin-custom #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-custom.ybc-layout-layout2 .title_block_home::before,
body.ybc-skin-custom .title_alltab_home::before,
body.ybc-skin-custom.ybc-layout-layout3 .ybc-widget-ybc-custom-2 li.ybc-widget-item i,
body.ybc-skin-custom .layout_3 .ajax_cart_quantity,
body.ybc-skin-custom ul.step li.step_current::before,
body.ybc-skin-custom ul.step li.step_current::after,
body.ybc-skin-custom ul.step li.step_done::before,
body.ybc-skin-custom ul.step li.step_done::after,
body.ybc-skin-custom .ui-slider-horizontal .ui-slider-range,
body.ybc-skin-custom #layered_block_left .ui-state-default,
body.ybc-skin-custom #layered_block_left .ui-widget-content .ui-state-default,
body.ybc-skin-custom #layered_block_left .ui-widget-header .ui-state-default,
body.ybc-skin-custom .title_block_home::before,
body.ybc-skin-custom #footer h4::before,
body.ybc-skin-custom .contact_store_information_left i,
body.ybc-skin-custom div.uploader span.action,
body.ybc-skin-custom li.active > .title_tab_home::before,
body.ybc-skin-custom .footer-container #footer #social_block ul li a:hover i,
body.ybc-skin-custom .button-container .compare .add_to_compare,
body.ybc-skin-custom .productscategory_h3.page-product-heading:before,
body.ybc-skin-custom .top-pagination-content ul.pagination li.active > span,
body.ybc-skin-custom .bottom-pagination-content ul.pagination li.active > span,
body.ybc-skin-custom #footer .ybc-theme-panel-inner #ybc_tc_float_header li.active,
body.ybc-skin-custom .product-box-content .button-container .compare,
body.ybc-skin-custom #search_block_top .search_block_top_fixed.open .button-search{
background: #00bdb7;
color: #fff;
}
body.ybc-skin-custom .functional-buttons div.compare,
body.ybc-skin-custom .functional-buttons div.wishlist,
body.ybc-skin-custom .ybc-theme-panel-bg.active,
body.ybc-skin-custom .htmlcontent-item-link-wrap .item-title span,
body.ybc-skin-custom .title_tab_product li a.selected:after,
body.ybc-skin-custom .ybc-blog-post-footer .read_more,
body.ybc-skin-custom .title_cat,
body.ybc-skin-custom .button,
body.ybc-skin-custom button,
body.ybc-skin-custom .btn,
body.ybc-skin-custom #wishlist_button_nopop:hover,
body.ybc-skin-custom .box-sharing-button li a:hover,
body.ybc-skin-custom #search_block_top #search_query_top:focus,
body.ybc-skin-custom .btn-default:hover,
body.ybc-skin-custom .btn-default:focus,
body.ybc-skin-custom .btn-default:active,
body.ybc-skin-custom .btn-default.active,
body.ybc-skin-custom .footer_bottom,
body.ybc-skin-custom .largeblog .read_more,
body.ybc-skin-custom.ybc-layout-layout3 .ybc-widget-ybc-custom-2 .ybc_links_page_home,
body.ybc-skin-custom .ui-slider-horizontal .ui-slider-range,
body.ybc-skin-custom .header-container,
body.ybc-skin-custom .smallwidth .ybc-blog-home-content-show .read_more:hover,
body.ybc-skin-custom #subcategories ul li:hover .subcategory-image a,
body.ybc-skin-custom #search_block_top.search_layout_2 .search_block_top_fixed #search_query_top,
body.ybc-skin-custom #search_block_top.search_layout_3 .search_block_top_fixed #search_query_top,
body.ybc-skin-custom .search_block_top_content{
border-color: #00bdb7;
}
body.ybc-skin-custom .scroll_top::before,
body.ybc-skin-custom #view_scroll_right::before,
body.ybc-skin-custom .scroll_top::after{
border-color: transparent transparent #00bdb7;
}
body.ybc-skin-custom .theme-default a.nivo-prevNav::after,
body.ybc-skin-custom .product_layout_2 .owl-controls .owl-prev::before,
body.ybc-skin-custom .ybc-theme-panel-btn,
body.ybc-skin-custom .product-container .tooltip:before{
border-color: transparent transparent transparent #00bdb7;
}
body.ybc-skin-custom .theme-default a.nivo-nextNav::after,
body.ybc-skin-custom .product_layout_2 .owl-controls .owl-next::before {
border-color: transparent #00bdb7 transparent transparent;
}
body.ybc-skin-custom #view_scroll_left::before,
body.ybc-skin-custom .header-container::before{
border-color: #00bdb7 transparent transparent;
}
body.ybc-skin-custom#my-account ul.myaccount-link-list li a i,
body.ybc-skin-custom#category ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-custom#category ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-custom #search_block_top .btn.button-search:hover:before,
body.ybc-skin-custom #home-page-tabs > li.active a,
body.ybc-skin-custom #home-page-tabs > li a:hover,
body.ybc-skin-custom #tc-reset:hover,
body.ybc-skin-custom #wishlist_button:before,
body.ybc-skin-custom #currencies-block-top div.current:hover:after,
body.ybc-skin-custom #currencies-block-top div.current:hover,
body.ybc-skin-custom #languages-block-top div.current:hover:after,
body.ybc-skin-custom #languages-block-top div.current:hover,
body.ybc-skin-custom #languages-block-top div.current:hover span,
body.ybc-skin-custom #ybc_tc_layout li.active::before,
/*body.ybc-skin-custom ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-custom ul.product_list .functional-buttons div.compare a:before,*/
body.ybc-skin-custom h3.page-product-heading:hover::before,
body.ybc-skin-custom a:hover,
body.ybc-skin-custom .favourites i,
body.ybc-skin-custom .box-info-product a.add_to_compare_product:before,
body.ybc-skin-custom .ybc-theme-panel-box.tc-reset > span:hover:before,
/*body.ybc-skin-custom .theme-default a.nivo-nextNav:before,
body.ybc-skin-custom .theme-default a.nivo-prevNav:before,
body.ybc-skin-custom .shopping_cart span.ajax_cart_quantity,*/
body.ybc-skin-custom .content_sortPagiBar .display li.selected i,
body.ybc-skin-custom .content_sortPagiBar .display_m li.selected i,
body.ybc-skin-custom .pb-left-column #image-block #view_full_size .span_link:hover::after,
body.ybc-skin-custom .sidebar-post-type-default #ybc-blog-posts-latest-list .be-categories > a,
body.ybc-skin-custom .sidebar-post-type-default .ybc-blog-posts-popular-list .be-categories > a,
body.ybc-skin-custom #tab_product_page .nav-tabs > li.active a h3,
body.ybc-skin-custom #product_comments_block_extra div.star_on:after,
body.ybc-skin-custom div.star.star_on::after,
body.ybc-skin-custom div.star.star_hover:after,
body.ybc-skin-custom .caption2 .caption-span,
body.ybc-skin-custom .ybc-blog-related-posts-meta-categories > a,
body.ybc-skin-custom .be-tag-block .be-tags a,
body.ybc-skin-custom .product-name:hover,
body.ybc-skin-custom a:hover,
body.ybc-skin-custom #productscategory_list .price,
body.ybc-skin-custom .footer-container #footer a:hover,
body.ybc-skin-custom .read_more,
body.ybc-skin-custom .price.product-price,
body.ybc-skin-custom .cart-info .price,
body.ybc-skin-custom .toogle_search_top:hover:before,
body.ybc-skin-custom .homeblog .ybc_title_block:hover,
body.ybc-skin-custom .ybc-menu-layout-light .ybc-menu .ybc-menu-item-link:hover > span,
body.ybc-skin-custom .be-categories > a,
body.ybc-skin-custom .breadcrumb,
body.ybc-skin-custom .our_price_display,
body.ybc-skin-custom #layer_cart .layer_cart_product .title,
body.ybc-skin-custom .smallwidth .ybc-blog-home-content-show .read_more:hover,
body.ybc-skin-custom .ybc-menu li:hover > .ybc-menu-item-link,
body.ybc-skin-custom .shopping_cart:hover > a:first-child,
body.ybc-skin-custom .owl-buttons .owl-prev:hover::before,
body.ybc-skin-custom .owl-buttons .owl-next:hover::before,
body.ybc-skin-custom .owl-nav .owl-prev:hover::before,
body.ybc-skin-custom .owl-nav .owl-next:hover::before,
body.ybc-skin-custom .ybc-menu-layout-light .ybc-menu .ybc-menu-item-link.active > span,
body.ybc-skin-custom .fancybox-skin .fancybox-close,
body.ybc-skin-custom #layer_cart .cross,
body.ybc-skin-custom .search_block_top_close.in_content::before,
body.ybc-skin-custom .ybc-newsletter-popup.ynpt8 .ynp-close::before,
body.ybc-skin-custom #categories_block_left li a.selected,
body.ybc-skin-custom .search_block_top_fixed.open .search_block_top_content::before{
color: #00bdb7;
}
/*color 3- hover*/
body.ybc-skin-custom #wishlist_button:hover:before,
/*body.ybc-skin-custom ul.product_list .product-image-container .quick-view:hover,
body.ybc-skin-custom ul.product_list .functional-buttons div.wishlist a:hover:before,
body.ybc-skin-custom ul.product_list .functional-buttons div.compare a:hover:before,*/
body.ybc-skin-custom .shopping_cart span.ajax_cart_quantity:hover,
body.ybc-skin-custom .favourites i:hover,
body.ybc-skin-custom .btn.button-plus:hover,
body.ybc-skin-custom .btn.button-minus:hover,
body.ybc-skin-custom .fancybox-skin .fancybox-close:hover,
body.ybc-skin-custom #layer_cart .cross:hover,
body.ybc-skin-custom .search_block_top_close.in_content:hover::before,
body.ybc-skin-custom .ybc-newsletter-popup.ynpt8 .ynp-close:hover::before{
color: #00e0d3;
}
body.ybc-skin-custom ul.product_list .product-image-container .quick-view:hover,
body.ybc-skin-custom ul.product_list .functional-buttons div.wishlist a:hover:before,
body.ybc-skin-custom #productscategory_list .product-box-content .button-container .quick-view:hover,
body.ybc-skin-custom ul.product_list .functional-buttons div.compare a:hover:before,
body.ybc-skin-custom #footer #newsletter_block_left .form-group .button-small:hover,
body.ybc-skin-custom .button-container .compare .add_to_compare:hover,
body.ybc-skin-custom .button-container .functional-buttons:hover,
body.ybc-skin-custom .button:hover,
body.ybc-skin-custom button:hover,
body.ybc-skin-custom .ybc-blog-post-footer .read_more:hover{
background-color: #00e0d3;
color: #fff;
}
body.ybc-skin-custom #languages-block-top ul li,
body.ybc-skin-custom #currencies-block-top ul li,
body.ybc-skin-custom .instagram_item::before,
body.ybc-skin-custom .instagram_item_img::before,
body.ybc-skin-custom .ybc-widget-item-wrap:hover::before,
body.ybc-skin-custom .product-container .tooltip,
body.ybc-skin-custom .product-box-content .tooltip,
body.ybc-skin-custom .ac_results li:hover,
body.ybc-skin-custom .ac_results li.ac_over,
body.ybc-skin-custom .ybc_shopmsg_alert,
body.ybc-skin-custom .ybc_blog_skin_default .nivo-caption,
body.ybc-skin-custom .theme-bar .nivo-directionNav .nivo-nextNav,
body.ybc-skin-custom .theme-bar .nivo-directionNav .nivo-prevNav{
background-color: #69f2ff
}
body.ybc-skin-custom .product-container .tooltip:before,
body.ybc-skin-custom .product-box-content .tooltip:before{
border-color: transparent transparent transparent #69f2ff
}
body.ybc-skin-custom .sale-label,
body.ybc-skin-custom .ybc-menu-item.ybc_sale > .ybc-menu-item-link > span:first-child::after,
body.ybc-skin-custom .ybc-menu-item.ybc_sale > span.ybc-menu-item-no-link:first-child::after{
background-color: #8a9d00
}
body.ybc-skin-custom .ybc-menu-item.ybc_new > .ybc-menu-item-link > span:first-child::after,
body.ybc-skin-custom .ybc-menu-item.ybc_new > span.ybc-menu-item-no-link:first-child::after,
body.ybc-skin-custom .new-label{
background-color: #ff75ae
}
body.ybc-skin-custom .ybc-menu-item.ybc_hot > .ybc-menu-item-link > span:first-child::after,
body.ybc-skin-custom .ybc-menu-item.ybc_hot > span.ybc-menu-item-no-link:first-child::after{
background-color: #e7e000
}

36
modules/ybc_themeconfig/cache/index.php vendored Normal file
View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>ybc_themeconfig</name>
<displayName><![CDATA[Theme options]]></displayName>
<version><![CDATA[1.0.1]]></version>
<description><![CDATA[Configure your theme]]></description>
<author><![CDATA[YBC-Theme]]></author>
<tab><![CDATA[front_office_features]]></tab>
<is_configurable>1</is_configurable>
<need_instance>0</need_instance>
<limited_countries></limited_countries>
</module>

View File

@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="UTF-8" ?>
<module>
<name>ybc_themeconfig</name>
<displayName><![CDATA[Theme options]]></displayName>
<version><![CDATA[1.0.1]]></version>
<description><![CDATA[Configure your theme]]></description>
<author><![CDATA[YBC-Theme]]></author>
<tab><![CDATA[front_office_features]]></tab>
<is_configurable>1</is_configurable>
<need_instance>0</need_instance>
<limited_countries></limited_countries>
</module>

View File

@@ -0,0 +1,20 @@
<?php
/**
* Copyright YourBestCode.com
* Email: support@yourbestcode.com
* First created: 21/12/2015
* Last updated: NOT YET
*/
if (!defined('_PS_VERSION_'))
exit;
class AdminYbcTCController extends ModuleAdminController
{
public function __construct()
{
$context = Context::getContext();
$link = $context->link->getAdminLink('AdminModules').'&configure=ybc_themeconfig&module_name=ybc_themeconfig';
Tools::redirectAdmin($link);
exit();
}
}

View File

@@ -0,0 +1,20 @@
<?php
/**
* Copyright YourBestCode.com
* Email: support@yourbestcode.com
* First created: 21/12/2015
* Last updated: NOT YET
*/
if (!defined('_PS_VERSION_'))
exit;
class AdminYbcThemeConfigController extends ModuleAdminController
{
public function __construct()
{
$context = Context::getContext();
$link = $context->link->getAdminLink('AdminModules').'&configure=ybc_themeconfig&module_name=ybc_themeconfig';
Tools::redirectAdmin($link);
exit();
}
}

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,119 @@
.icon-AdminYbcThemeConfig {
}
.icon-AdminYbcThemeConfig::before {
content: "\f009";
font-family: FontAwesome;
}
.ybc_custom_color{
display: none;
}
.ybc-form-group{
display: none;
}
.ybc-form-group.active{
display: block;
}
.color-off{
display: none!important;
}
.ybc-tc-loading {
display: none;
width: 20px;
float: right;
position: absolute;
right: 80px;
margin-top: -38px;
}
.ybc-tc-import-loading{
display: none;
width: 20px;
}
.ybc-tc-import-loading.active {
display: inline-block;
}
.ybc-update-success-msg {
width: 190px;
float: right;
position: absolute;
right: 80px;
margin-top: -38px;
background-color: #65df65;
text-align: center;
color: #fff;
font-size: 14px;
padding: 5px;
border-radius: 2px;
}
.ybc-tc-loading.active{
display: block;
}
.ybc-tc-loading img{
width: 18px;
}
button#module_form_submit_btn:focus,
button#module_form_submit_btn:active,
button#module_form_submit_btn:focus i,
button#module_form_submit_btn:active i,
#module_form .btn.btn-default:focus,
#module_form .btn.btn-default:active,
#module_form .btn.btn-default:focus i,
#module_form .btn.btn-default:active i {
outline: none;
-webkit-outline: none;
background-color: #fff;
color: #333;
box-shadow: none;
-webkit-box-shadow: none;
}
.panel-footer button#module_form_submit_btn:hover,
.panel-footer button#module_form_submit_btn:hover i,
#module_form .btn.btn-default:hover,
#module_form .btn.btn-default:hover i{
background-color: #00aff0;
color: #fff;
}
.ybc-tc-separator {
border-bottom: 1px solid #eee;
margin-bottom: 15px;
}
.ybc-form-left {
width: 20%;
/* float: left; */
border: 1px solid #dbdbdb;
margin-right: 3%;
display: inline-block;
vertical-align: top;
border-radius: 4px;
}
.ybc-form-right {
/* float: left; */
width: 75%;
display: inline-block;
border: 1px solid #dbdbdb;
border-radius: 4px;
padding: 15px;
}
ul.ybc_tab {
padding: 0;
list-style: none;
margin: 0;
}
.ybc_tab li {
padding: 10px 15px;
border-bottom: 1px solid #dbdbdb;
cursor: pointer;
}
.ybc_tab li:last-child {
border-bottom: none;
}
.ybc_tab li:hover,.ybc_tab li.active {
background-color: #eee;
}
.ybc-import-error-msg {
color: red;
line-height: 20px;
margin-top: 10px;
}
.ybc-tc-import-loading img {
max-width: 100%;
}

View File

@@ -0,0 +1,3 @@
body[body_class]{
background: url('[bg]');
}

View File

@@ -0,0 +1,97 @@
/**/
body[body_class]{
/*background: [color2]!important;*/
}
body[body_class] a:not(.btn):hover,
body[body_class] #header .ybc-widget-ybc-custom-4 li a:hover,
body[body_class] .ybc_coppyright a,
body[body_class] .dropdown:hover .expand-more,
body[body_class] .product-price-and-shipping,
body[body_class] .search_icon_toogle:hover,
body[body_class] .add_to_cart_button .btn.btn-primary:hover,
body[body_class] #blockcart-modal .product-name,
body[body_class] .product-price,
body[body_class] .nav-item .nav-link.active,
body[body_class] .nav-item .nav-separtor.active,
body[body_class] .cart-total .value,
body[body_class] .page-my-account #content .links a:hover i,
body[body_class] .star.star_on,
body[body_class] .main-color,
body[body_class] div.star.star_hover:after,
body[body_class] .block-categories .collapse-icons .add:hover,
body[body_class] .block-categories .collapse-icons .remove:hover,
body[body_class] .dropdown:hover .expand-more,
body[body_class] .product-prices div,
body[body_class] .shop_text_nav > i,
body[body_class] .block_newsletter form .submit_subscribe:hover:before,
body[body_class] .cart-wishlist-item .product-quantity,
body[body_class] .search-widget form button[type="submit"]:hover,
body[body_class] .comments_note div.star.star_on:after,
body[body_class].page-my-account #content .links a:hover,
body[body_class] .social-sharing li a:hover:before{
color: [color1];
}
body[body_class] .main_color span{
color: [color1]!important;
}
body[body_class] .mls_layer_type_front_button:hover span,
body[body_class] .custom-radio input[type="radio"]:checked + span{
background-color: [color1]!important;
}
body[body_class] .ybc-widget-item-link:hover,
body[body_class] .cart-preview .cart-products-count.cart-products-count-absolution,
body[body_class] .discount-percentage,
body[body_class] #blockcart-modal .modal-header,
body[body_class] .search-widget form button[type="submit"]:hover,
body[body_class] .cart-wishlist-checkout:hover,
body[body_class] .btn-primary:hover,
body[body_class] #new_comment_form button:hover,
body[body_class] .pagination .current a,
body[body_class] .products-sort-order .select-list:hover,
body[body_class] .mls_pag_button.active,
body[body_class] .mls_nav > div:hover,
body[body_class] .product-miniature .add_to_cart.btn-primary:hover,
body[body_class] .btn-primary,
body[body_class] .owl-next,
body[body_class] .owl-prev,
body[body_class] .read_more,
body[body_class] .quick-view:hover,
body[body_class] .block-social li a:hover,
body[body_class] .view_product:hover,
body[body_class] .wishlist .addToWishlist:hover,
body[body_class] .product-flags li.new,
body[body_class] .wishlist .wishlist_button_list:hover,
body[body_class] .layout_layout2 .mm_menus_li:hover > a,
body[body_class] .btn-secondary:hover,
body[body_class] .btn-tertiary:hover,
body[body_class] .scroll_top,
body[body_class] .layout_layout2 .mm_menus_li.active > a,
body[body_class] #footer .ybc-theme-panel-inner #ybc_tc_float_header li.active{
border-color: [color1];
background-color: [color1];
}
body[body_class] .ybc-theme-panel-btn{
border-left-color: [color1];
}
body[body_class] .quick-view:hover,
body[body_class] .add_to_cart_button .btn.btn-primary:hover,
body[body_class] .pagination a:hover,
body[body_class] .block-social li a:hover,
body[body_class] .wishlist .addToWishlist:hover,
body[body_class] .social-sharing li a:hover,
body[body_class] .scroll_top::after,
body[body_class] .scroll_top::before,
body#checkout[body_class] section.checkout-step .address-item.selected,
body[body_class] .block_newsletter form input[type="text"]:focus{
border-color: [color1];
}
body[body_class] .form-control:focus,
body[body_class] .input-group.focus {
outline-color: [color1];
}

View File

@@ -0,0 +1,9 @@
body{
font-family: [YBC_TC_FONT1_NAME];
}
h1,h2,h3,h4,h5,h6,.ybc-mm-price-row, .price, .product-price
.h1,.h2,.h3,.h4,.h5,.h6,
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a,
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{
font-family: [YBC_TC_FONT2_NAME];
}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 116 B

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,170 @@
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under ()
*/
/*
* Owl Carousel - Core
*/
.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
/* position relative and z-index fix webkit rendering fonts issue */
position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden;
/* fix firefox animation glitch */ }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden;
/* fix for flashing background */
-webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; }
/* No Js */
.no-js .owl-carousel {
display: block; }
/*
* Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } }
/*
* Owl Carousel - Auto Height Plugin
*/
.owl-height {
transition: height 500ms ease-in-out; }
/*
* Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; }
/*
* Owl Carousel - Video Plugin
*/
.owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url("owl.video.play.png") no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }

View File

@@ -0,0 +1,119 @@
/*
* Owl Carousel Owl Demo Theme
* v1.3.3
*/
.owl-theme .owl-controls {
margin-top: 0;
position: absolute;
right: 0;
text-align: center;
top: -55px;
width: 60px;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
background: none repeat scroll 0 0 transparent;
border: 1px solid #CCCCCC;
display: inline-block;
font-size: 12px;
height: 22px;
margin: 5px;
overflow: hidden;
width: 22px;
font-weight: bold;
}
.owl-theme .owl-controls .owl-buttons .owl-next {
margin-right: 0;
}
.owl-theme .owl-controls .owl-buttons div:hover{
border-color: #999;
}
.owl-theme .owl-controls .owl-buttons div:hover:before{
color: #999;
}
.owl-theme .owl-controls .owl-buttons div.disabled:hover{
border-color: #ccc;
}
.owl-next:before {
content: "\f105";
font-family: FontAwesome;
text-align: center;
}
.owl-prev:before {
content: "\f104";
font-family: FontAwesome;
text-align: center;
}
.owl-buttons .disabled {
opacity: 0.5;
}
.owl-buttons .disabled:hover {
cursor: not-allowed;
border: 1px solid #CCCCCC;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
text-decoration: none;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
display: inline-block;
zoom: 1;
*display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
display: block;
width: 12px;
height: 12px;
margin: 5px 7px;
filter: Alpha(Opacity=50);/*IE7 fix*/
opacity: 0.5;
-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
background: #869791;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
filter: Alpha(Opacity=100);/*IE7 fix*/
opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
height: auto;
width: auto;
color: #FFF;
padding: 2px 10px;
font-size: 12px;
-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
/* preloading images */
.owl-item.loading{
min-height: 150px;
background: url(AjaxLoader.gif) no-repeat center center
}
@media (max-width: 479px){
.owl-theme .owl-controls {
float: left;
margin-bottom: 20px;
margin-top: 10px;
position: relative;
right: 0;
text-align: center;
top: 0;
width: 100%;
}
}

View File

@@ -0,0 +1,51 @@
/**
* Owl Carousel v2.2.1
* Copyright 2013-2017 David Deutsch
* Licensed under ()
*/
/*
* Default theme - Owl Carousel CSS File
*/
/*.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }
*/

View File

@@ -0,0 +1,163 @@
/*
* Owl Carousel CSS3 Transitions
* v1.3.2
*/
.owl-origin {
-webkit-perspective: 1200px;
-webkit-perspective-origin-x : 50%;
-webkit-perspective-origin-y : 50%;
-moz-perspective : 1200px;
-moz-perspective-origin-x : 50%;
-moz-perspective-origin-y : 50%;
perspective : 1200px;
}
/* fade */
.owl-fade-out {
z-index: 10;
-webkit-animation: fadeOut .7s both ease;
-moz-animation: fadeOut .7s both ease;
animation: fadeOut .7s both ease;
}
.owl-fade-in {
-webkit-animation: fadeIn .7s both ease;
-moz-animation: fadeIn .7s both ease;
animation: fadeIn .7s both ease;
}
/* backSlide */
.owl-backSlide-out {
-webkit-animation: backSlideOut 1s both ease;
-moz-animation: backSlideOut 1s both ease;
animation: backSlideOut 1s both ease;
}
.owl-backSlide-in {
-webkit-animation: backSlideIn 1s both ease;
-moz-animation: backSlideIn 1s both ease;
animation: backSlideIn 1s both ease;
}
/* goDown */
.owl-goDown-out {
-webkit-animation: scaleToFade .7s ease both;
-moz-animation: scaleToFade .7s ease both;
animation: scaleToFade .7s ease both;
}
.owl-goDown-in {
-webkit-animation: goDown .6s ease both;
-moz-animation: goDown .6s ease both;
animation: goDown .6s ease both;
}
/* scaleUp */
.owl-fadeUp-in {
-webkit-animation: scaleUpFrom .5s ease both;
-moz-animation: scaleUpFrom .5s ease both;
animation: scaleUpFrom .5s ease both;
}
.owl-fadeUp-out {
-webkit-animation: scaleUpTo .5s ease both;
-moz-animation: scaleUpTo .5s ease both;
animation: scaleUpTo .5s ease both;
}
/* Keyframes */
/*empty*/
@-webkit-keyframes empty {
0% {opacity: 1}
}
@-moz-keyframes empty {
0% {opacity: 1}
}
@keyframes empty {
0% {opacity: 1}
}
@-webkit-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-moz-keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@keyframes fadeIn {
0% { opacity:0; }
100% { opacity:1; }
}
@-webkit-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-moz-keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@keyframes fadeOut {
0% { opacity:1; }
100% { opacity:0; }
}
@-webkit-keyframes backSlideOut {
25% { opacity: .5; -webkit-transform: translateZ(-500px); }
75% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(-200%); }
}
@-moz-keyframes backSlideOut {
25% { opacity: .5; -moz-transform: translateZ(-500px); }
75% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; -moz-transform: translateZ(-500px) translateX(-200%); }
}
@keyframes backSlideOut {
25% { opacity: .5; transform: translateZ(-500px); }
75% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
100% { opacity: .5; transform: translateZ(-500px) translateX(-200%); }
}
@-webkit-keyframes backSlideIn {
0%, 25% { opacity: .5; -webkit-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -webkit-transform: translateZ(-500px); }
100% { opacity: 1; -webkit-transform: translateZ(0) translateX(0); }
}
@-moz-keyframes backSlideIn {
0%, 25% { opacity: .5; -moz-transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; -moz-transform: translateZ(-500px); }
100% { opacity: 1; -moz-transform: translateZ(0) translateX(0); }
}
@keyframes backSlideIn {
0%, 25% { opacity: .5; transform: translateZ(-500px) translateX(200%); }
75% { opacity: .5; transform: translateZ(-500px); }
100% { opacity: 1; transform: translateZ(0) translateX(0); }
}
@-webkit-keyframes scaleToFade {
to { opacity: 0; -webkit-transform: scale(.8); }
}
@-moz-keyframes scaleToFade {
to { opacity: 0; -moz-transform: scale(.8); }
}
@keyframes scaleToFade {
to { opacity: 0; transform: scale(.8); }
}
@-webkit-keyframes goDown {
from { -webkit-transform: translateY(-100%); }
}
@-moz-keyframes goDown {
from { -moz-transform: translateY(-100%); }
}
@keyframes goDown {
from { transform: translateY(-100%); }
}
@-webkit-keyframes scaleUpFrom {
from { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpFrom {
from { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpFrom {
from { opacity: 0; transform: scale(1.5); }
}
@-webkit-keyframes scaleUpTo {
to { opacity: 0; -webkit-transform: scale(1.5); }
}
@-moz-keyframes scaleUpTo {
to { opacity: 0; -moz-transform: scale(1.5); }
}
@keyframes scaleUpTo {
to { opacity: 0; transform: scale(1.5); }
}

View File

@@ -0,0 +1,881 @@
/*ybc layout Box*/
body.ybc-layout-boxed #page {
background: #ffffff none repeat scroll 0 0;
float: none;
margin: 0 auto;
max-width: 1170px;
overflow: inherit;
}
body.ybc-layout-boxed .nav {
background: none repeat scroll 0 0 white;
}
body.ybc-layout-boxed .header-container {
box-shadow: 0 0 4px 2px #CECECE;
}
body.ybc-layout-boxed .columns-container {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 4px 4px 2px #CECECE;
}
@media (min-width: 768px) and (max-width: 1199px){
body.ybc-layout-boxed .ybc-menu-item-link > span {
font-size: 12px;
}
}
@media (min-width: 768px){
body.ybc-layout-boxed #center_column ul.product_list .product-container:hover .functional-buttons .compare,
body.ybc-layout-boxed #center_column ul.product_list .product-container:hover .functional-buttons > .wishlist {
margin-left: 7px;
margin-right: 7px;
}
}
body.ybc-layout-boxed .theme-default a.nivo-nextNav {
right:5%;
}
body.ybc-layout-boxed .theme-default a.nivo-prevNav {
left:5%;
}
body.ybc-layout-boxed .columns-container {
background: none repeat scroll 0 0 #FFFFFF;
}
/*end layout Box*/
/*font-size body(font-size: 14px) 100%=14px, 92%=13px*/
.btn {
font-size: 92% }
.new-label {
font-size: 85%;
}
.sale-label {
font-size: 85%;
}
.price.product-price {
font-size: 100%;
}
.price {
font-size: 92%;
}
.tabs-product-content > section {
font-size: 92%;
}
.block .title_block, .block h4 {
font-size: 100%;
}
.product-name {
font-size: 100%;
}
#category .product-name{
font-size: 85%;
}
.ajax_add_to_cart_button.btn {
font-size: 11px;
}
#left_column .block_content li a, #index .ajax_add_to_cart_button.btn {
font-size: 13px;
}
#left_column .block .products-block .product-description {
font-size: 85%;
}
#usefull_link_block li a {
font-size: 85%;
}
#buy_block .box-cart-bottom {
font-size: 92%;
}
#accessories-content .product-name > a {
font-size: 100%;
}
#accessories-content .price {
font-size: 100%;
}
.tab-content .title_cat {
font-size: 129%;
}
.old-price.product-price {
font-size: 100%; }
.price-percent-reduction {
font-size: 100%;
}
.price-percent-reduction.small {
font-size: 110%;
}
#authentication .page-heading {
font-size: 110%;
}
/*end font size*/
/* ybc-skin-defauth*/
.header-bottom {
background-color:#4AAAA6;
}
.nav {
background: transparent;
}
.button.ajax_add_to_cart_button span, .button-search-menu, #toggle-nav .icon-bar {
background-color: #ff4c65;
}
.button.ajax_add_to_cart_button:hover span, #search_block_top .button:hover,
.button:hover, .ajax_add_to_cart_button:hover span, .button:hover span{
background-color: #e0180b;
color: white;
}
.title_cat {
border-bottom: 2px solid #ff4c65;
}
.line {
border-bottom: 1px solid #4AAAA5;
border-top: 1px solid #4AAAA5;
}
.footer-container #footer #social_block ul li a:before, .footer-block .toggle-footer li:before {
/*background-color: #4AAAA5;*/
}
.footer-container #footer #social_block ul li a:hover:before {
/*background-color: #ff4c65;*/
}
#left_column .block .title_block {
background-color: #4AAAA5;
border-top: 3px solid #ff4c65;
}
.icon-home:before {
color: #4AAAA5;
}
.button_red, .button_green:hover{
background-color: #ff4c65!important;
transition: all 0.4s;
}
.button_green, .button_red:hover{
background-color: #4aaaa5!important;
transition: all 0.4s;
}
.footer-container #footer h4:after {
color: #4AAAA5;
}
.step_current .number-steps {
background-color: #49A9A5;
}
/*end skin defaulth*/
.ie8 .htmlcontent-top #htmlcontent-item-link-wrap,
.ie8 .data-hover:before{
background: none repeat scroll 0 0 rgb(74, 170, 165);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.ie8 .htmlcontent-itemcontent:hover .data-hover:before{
display: none;
}
.ie8 .caption1 .caption-span{
background: none repeat scroll 0 0 rgb(74, 170, 165);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
font-size: 18px;
}
/* ybc-skin-pink */
body.ybc-skin-pink .button-search-menu,
body.ybc-skin-pink .page-heading.step-num > span.number-step,
body.ybc-skin-pink #toggle-nav .icon-bar,
body.ybc-skin-pink .new-label, body.ybc-skin-pink #search_block_top .button,
body.ybc-skin-pink #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-pink .ybc-menu > li > a:before,
body.ybc-skin-pink .ybc-menu-item .ybc-menu-item-link.active:after,
body.ybc-skin-pink .top-pagination-content ul.pagination li.active > span span,
body.ybc-skin-pink .bottom-pagination-content ul.pagination li.active > span span,
body.ybc-skin-pink .button, body.ybc-skin-pink .ajax_add_to_cart_button span,
body.ybc-skin-pink .nivo-controlNav a.active,
body.ybc-skin-pink .price-percent-reduction, body.ybc-skin-pink .box-info-product .exclusive:hover span
body.ybc-skin-pink #reduction_percent, body.ybc-skin-pink #reduction_amount,
body.ybc-skin-pink .btn.button-plus:hover span, body.ybc-skin-pink .btn.button-minus:hover span,
body.ybc-skin-pink .socialsharing_product button,
body.ybc-skin-pink #usefull_link_block li a,
body.ybc-skin-pink .box-info-product .exclusive {
background-color: #00c8f9;
}
body.ybc-skin-pink #wishlist_button:before,
body.ybc-skin-pink .favourites i,
body.ybc-skin-pink .box-info-product a.add_to_compare_product:before,
body.ybc-skin-pink ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-pink ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-pink#my-account ul.myaccount-link-list li a i,
body.ybc-skin-pink .theme-default a.nivo-nextNav:before,
body.ybc-skin-pink .theme-default a.nivo-prevNav:before,
body.ybc-skin-pink ul.product_list .product-image-container .quick-view,
body.ybc-skin-pink .shopping_cart span.ajax_cart_quantity,
body.ybc-skin-pink#category ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-pink#category ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-pink .content_sortPagiBar .display li.selected i,
body.ybc-skin-pink .content_sortPagiBar .display_m li.selected i {
color: #00C8F9;
}
body.ybc-skin-pink ul.product_list .functional-buttons div.compare,
body.ybc-skin-pink ul.product_list .functional-buttons div.wishlist,
body.ybc-skin-pink .htmlcontent-item-link-wrap .item-title span,
body.ybc-skin-pink .title_tab_product li a.selected:after,
body.ybc-skin-pink .title_cat {
border-color: #00C8F9;
}
body.ybc-skin-pink .header-bottom,
body.ybc-skin-pink .footer-block .toggle-footer li:before,
body.ybc-skin-pink #product_comments_block_tab a,
body.ybc-skin-pink .step_current .number-steps,
body.ybc-skin-pink .step_current .number-steps:before,
body.ybc-skin-pink .sale-label,
body.ybc-skin-pink #usefull_link_block li a:hover,
body.ybc-skin-pink .box-info-product .exclusive:hover {
background-color: #ea4c6f;
}
body.ybc-skin-pink .footer-container #footer .bottom-footer div,
body.ybc-skin-pink .footer-container #footer,
body.ybc-skin-pink .ybc-product-html .ybc_htmltitle > span {
border-color: #EA4C6F;
}
body.ybc-skin-pink .footer-container #footer #block_contact_infos > div ul li i,
body.ybc-skin-pink .footer-container #footer a:hover,
body.ybc-skin-pink .content_sortPagiBar .display li a i,
body.ybc-skin-pink .content_sortPagiBar .display_m li a i,
body.ybc-skin-pink #languages-block-top .languages-block li span:hover,
body.ybc-skin-pink #currencies-block-top ul li a:hover,
body.ybc-skin-pink #layer_cart .layer_cart_product h2,
body.ybc-skin-pink a:hover, body.ybc-skin-pink .name-user,
body.ybc-skin-pink .footer-container #footer h4:after {
color: #EA4C6F;
}
body.ybc-skin-pink .line {
border-bottom: 1px solid #EA4C6F;
border-top: 1px solid #EA4C6F;
}
body.ybc-skin-pink #left_column .block .title_block {
background-color: #EA4C6F;
border-top: 3px solid #00C8F9;
}
body.ybc-skin-pink .ybc-mm-control.opened:before, body.ybc-skin-pink .ybc-mm-control.closed:before{
color: #00C8F9;
border-color: #00C8F9;
}
body.ybc-skin-pink #thumbs_list li a:hover,
body.ybc-skin-pink #thumbs_list li a.shown {
border-color: rgba(0, 200, 249, 0.4);
}
body.ybc-skin-pink .caption1 .caption-span {
background: none repeat scroll 0 0 rgba(234, 76, 111, 0.8);
}
.ie8 body.ybc-skin-pink .caption1 .caption-span{
background: none repeat scroll 0 0 rgb(234, 76, 111);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
body.ybc-skin-pink .ybc-product-html .fa{
border-color: #EA4C6F;
color: #EA4C6F;
}
body.ybc-skin-pink .htmlcontent-top #htmlcontent-item-link-wrap,
body.ybc-skin-pink .data-hover:before {
background: none repeat scroll 0 0 rgba(234, 76, 111, 0.2);
}
.ie8 body.ybc-skin-pink .htmlcontent-top #htmlcontent-item-link-wrap,
.ie8 body.ybc-skin-pink .data-hover:before{
background: none repeat scroll 0 0 rgb(77, 180, 47);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
body.ybc-skin-pink .button.ajax_add_to_cart_button:hover span, body.ybc-skin-pink #search_block_top .button:hover,
body.ybc-skin-pink .button:hover, body.ybc-skin-pink .ajax_add_to_cart_button:hover span,
body.ybc-skin-pink .button:hover span {
background-color: #00e4ff;
}
body.ybc-skin-pink ul.product_list .compare:hover .add_to_compare:before,
body.ybc-skin-pink ul.product_list .wishlist:hover .addToWishlist:before {
color: #00e4ff;
}
/* end ybc-skin-pink */
/* ybc-skin-red */
body.ybc-skin-red .button.ajax_add_to_cart_button span,
body.ybc-skin-red .button-search-menu,
body.ybc-skin-red .page-heading.step-num > span.number-step,
body.ybc-skin-red #toggle-nav .icon-bar,
body.ybc-skin-red .new-label, body.ybc-skin-red #search_block_top .button,
body.ybc-skin-red #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-red #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-red .price-percent-reduction,
body.ybc-skin-red .ybc-menu > li > a:before,
body.ybc-skin-red .ybc-menu-item .ybc-menu-item-link.active:after,
body.ybc-skin-red .top-pagination-content ul.pagination li.active > span span,
body.ybc-skin-red .bottom-pagination-content ul.pagination li.active > span span,
body.ybc-skin-red #search_block_top .button,
body.ybc-skin-red .button, body.ybc-skin-red .ajax_add_to_cart_button span,
body.ybc-skin-red .nivo-controlNav a.active,
body.ybc-skin-red .price-percent-reduction,
body.ybc-skin-red #reduction_percent, body.ybc-skin-red #reduction_amount,
body.ybc-skin-red .btn.button-plus:hover span, body.ybc-skin-red .btn.button-minus:hover span,
body.ybc-skin-red .socialsharing_product button,
body.ybc-skin-red #usefull_link_block li a,
body.ybc-skin-red .box-info-product .exclusive {
background-color: #00c8f9;
}
body.ybc-skin-red ul.product_list .functional-buttons div.compare,
body.ybc-skin-red ul.product_list .functional-buttons div.wishlist,
body.ybc-skin-red .htmlcontent-item-link-wrap .item-title span,
body.ybc-skin-red .title_tab_product li a.selected:after {
border-color: #00c8f9;
}
body.ybc-skin-red #wishlist_button:before,
body.ybc-skin-red .favourites i,
body.ybc-skin-red .box-info-product a.add_to_compare_product:before,
body.ybc-skin-red ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-red ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-red#my-account ul.myaccount-link-list li a i,
body.ybc-skin-red .theme-default a.nivo-nextNav:before,
body.ybc-skin-red .theme-default a.nivo-prevNav:before,
body.ybc-skin-red ul.product_list .product-image-container .quick-view,
body.ybc-skin-red .shopping_cart span.ajax_cart_quantity,
body.ybc-skin-red#category ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-red#category ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-red .content_sortPagiBar .display li.selected i,
body.ybc-skin-red .content_sortPagiBar .display_m li.selected i{
color: #00c8f9;
}
body.ybc-skin-red .title_cat {
border-color: #00c8f9;
}
body.ybc-skin-red .header-bottom,
body.ybc-skin-red .footer-block .toggle-footer li:before,
body.ybc-skin-red #product_comments_block_tab a,
body.ybc-skin-red .step_current .number-steps,
body.ybc-skin-red .step_current .number-steps:before,
body.ybc-skin-red .sale-label,
body.ybc-skin-red #usefull_link_block li a:hover,
body.ybc-skin-red .box-info-product .exclusive:hover {
background-color: #ff2321;
}
body.ybc-skin-red .footer-container #footer .bottom-footer div,
body.ybc-skin-red .footer-container #footer,
body.ybc-skin-red .ybc-product-html .ybc_htmltitle > span {
border-color:#ff2321;
}
body.ybc-skin-red .footer-container #footer #block_contact_infos > div ul li i,
body.ybc-skin-red .footer-container #footer a:hover,
body.ybc-skin-red .content_sortPagiBar .display li a i,
body.ybc-skin-red .content_sortPagiBar .display_m li a i,
body.ybc-skin-red #languages-block-top .languages-block li span:hover,
body.ybc-skin-red #currencies-block-top ul li a:hover,
body.ybc-skin-red #layer_cart .layer_cart_product h2,
body.ybc-skin-red a:hover, body.ybc-skin-red .name-user,
body.ybc-skin-red .footer-container #footer h4:after {
color: #ff2321;
}
body.ybc-skin-red .line {
border-bottom: 1px solid #ff2321;
border-top: 1px solid #ff2321;
}
body.ybc-skin-red #left_column .block .title_block {
background-color: #ff2321;
border-top: 3px solid #00C8F9;
}
body.ybc-skin-red .ybc-mm-control.opened:before,
body.ybc-skin-red .ybc-mm-control.closed:before{
color: #fa6900;
border-color: #fa6900;
}
body.ybc-skin-red .ybc-product-html .fa{
border-color: #ff2321;
color: #ff2321;
}
body.ybc-skin-red #thumbs_list li a:hover,
body.ybc-skin-red #thumbs_list li a.shown {
border-color: rgba(0, 200, 249, 0.4);
}
.ie8 body.ybc-skin-red .caption1 .caption-span{
background: none repeat scroll 0 0 rgb(255, 35, 33);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
body.ybc-skin-red .caption1 .caption-span {
background: none repeat scroll 0 0 rgba(255, 35, 33, 0.8);
}
body.ybc-skin-red .htmlcontent-top #htmlcontent-item-link-wrap,
body.ybc-skin-red .data-hover:before {
background: none repeat scroll 0 0 rgba(255, 35, 33, 0.2);
}
.ie8 body.ybc-skin-red .htmlcontent-top #htmlcontent-item-link-wrap,
.ie8 body.ybc-skin-red .data-hover:before{
background: none repeat scroll 0 0 rgb(255, 35, 33);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
body.ybc-skin-red .button.ajax_add_to_cart_button:hover span, body.ybc-skin-red #search_block_top .button:hover,
body.ybc-skin-red .button:hover, body.ybc-skin-red .ajax_add_to_cart_button:hover span,
body.ybc-skin-red .button:hover span {
background-color: #00e4ff;
}
body.ybc-skin-red ul.product_list .compare:hover .add_to_compare:before,
body.ybc-skin-red ul.product_list .wishlist:hover .addToWishlist:before {
color: #00e4ff;
}
/* end ybc-skin-red */
/* ybc-skin-blue */
body.ybc-skin-blue .button.ajax_add_to_cart_button span,
body.ybc-skin-blue .button-search-menu,
body.ybc-skin-blue .page-heading.step-num > span.number-step,
body.ybc-skin-blue #toggle-nav .icon-bar, body.ybc-skin-blue #search_block_top .button,
body.ybc-skin-blue #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-blue .new-label,
body.ybc-skin-blue #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-blue .price-percent-reduction,
body.ybc-skin-blue .ybc-menu > li > a:before,
body.ybc-skin-blue .ybc-menu-item .ybc-menu-item-link.active:after,
body.ybc-skin-blue .top-pagination-content ul.pagination li.active > span span,
body.ybc-skin-blue .bottom-pagination-content ul.pagination li.active > span span,
body.ybc-skin-blue .button, body.ybc-skin-blue .ajax_add_to_cart_button span,
body.ybc-skin-blue .nivo-controlNav a.active,
body.ybc-skin-blue .price-percent-reduction,
body.ybc-skin-blue #reduction_percent, body.ybc-skin-blue #reduction_amount,
body.ybc-skin-blue .btn.button-plus:hover span, body.ybc-skin-blue .btn.button-minus:hover span,
body.ybc-skin-blue .socialsharing_product button,
body.ybc-skin-blue #usefull_link_block li a,
body.ybc-skin-blue .box-info-product .exclusive {
background-color: #e35f56;
}
body.ybc-skin-blue ul.product_list .functional-buttons div.compare,
body.ybc-skin-blue ul.product_list .functional-buttons div.wishlist,
body.ybc-skin-blue .htmlcontent-item-link-wrap .item-title span,
body.ybc-skin-blue .title_tab_product li a.selected:after {
border-color: #e35f56;
}
body.ybc-skin-blue #wishlist_button:before,
body.ybc-skin-blue .favourites i,
body.ybc-skin-blue .box-info-product a.add_to_compare_product:before,
body.ybc-skin-blue ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-blue ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-blue#my-account ul.myaccount-link-list li a i,
body.ybc-skin-blue .theme-default a.nivo-nextNav:before,
body.ybc-skin-blue .theme-default a.nivo-prevNav:before,
body.ybc-skin-blue ul.product_list .product-image-container .quick-view,
body.ybc-skin-blue .shopping_cart span.ajax_cart_quantity {
color: #E35F56;
}
body.ybc-skin-blue .title_cat {
border-color: #E35F56;
}
body.ybc-skin-blue .header-bottom,
body.ybc-skin-blue .footer-block .toggle-footer li:before,
body.ybc-skin-blue #product_comments_block_tab a,
body.ybc-skin-blue .step_current .number-steps,
body.ybc-skin-blue .step_current .number-steps:before,
body.ybc-skin-blue .sale-label,
body.ybc-skin-blue #usefull_link_block li a:hover,
body.ybc-skin-blue .box-info-product .exclusive:hover {
background-color: #018bba;
}
body.ybc-skin-blue .footer-container #footer .bottom-footer div,
body.ybc-skin-blue .footer-container #footer,
body.ybc-skin-blue .ybc-product-html .ybc_htmltitle > span {
border-color: #018bba;
}
body.ybc-skin-blue .footer-container #footer #block_contact_infos > div ul li i,
body.ybc-skin-blue .footer-container #footer a:hover,
body.ybc-skin-blue #languages-block-top .languages-block li span:hover,
body.ybc-skin-blue #currencies-block-top ul li a:hover,
body.ybc-skin-blue #layer_cart .layer_cart_product h2,
body.ybc-skin-blue a:hover, body.ybc-skin-blue .name-user,
body.ybc-skin-blue .footer-container #footer h4:after{
color: #018bba;
}
body.ybc-skin-blue .line {
border-bottom: 1px solid #018bba;
border-top: 1px solid #018bba;
}
body.ybc-skin-blue #left_column .block .title_block {
background-color: #018bba;
border-top: 3px solid #EA4C6F;
}
body.ybc-skin-blue .ybc-mm-control.opened:before, body.ybc-skin-blue .ybc-mm-control.closed:before{
color: #EA4C6F;
border-color: #EA4C6F;
}
body.ybc-skin-blue #thumbs_list li a:hover,
body.ybc-skin-blue #thumbs_list li a.shown {
border-color: rgba(1, 139, 186, 0.4);
}
body.ybc-skin-blue .caption1 .caption-span {
background: none repeat scroll 0 0 rgba(1, 139, 186, 0.8);
}
.ie8 body.ybc-skin-blue .caption1 .caption-span{
background: none repeat scroll 0 0 rgb(1, 139, 186);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
body.ybc-skin-blue .ybc-product-html .fa{
border-color: #018BBA;
color: #018BBA;
}
body.ybc-skin-blue .htmlcontent-top #htmlcontent-item-link-wrap,
body.ybc-skin-blue .data-hover:before {
background: none repeat scroll 0 0 rgba(1, 139, 186, 0.2);
}
.ie8 body.ybc-skin-blue .htmlcontent-top #htmlcontent-item-link-wrap,
.ie8 body.ybc-skin-blue .data-hover:before{
background: none repeat scroll 0 0 rgb(1, 139, 186);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
body.ybc-skin-blue .button.ajax_add_to_cart_button:hover span, body.ybc-skin-blue #search_block_top .button:hover,
body.ybc-skin-blue .button:hover, body.ybc-skin-blue .ajax_add_to_cart_button:hover span,
body.ybc-skin-blue .button:hover span{
background-color: #e0180b;
}
body.ybc-skin-blue ul.product_list .compare:hover .add_to_compare:before,
body.ybc-skin-blue ul.product_list .wishlist:hover .addToWishlist:before {
color: #e0180b;
}
/* end ybc-skin-blue */
/* ybc-skin-orange */
body.ybc-skin-orange .button.ajax_add_to_cart_button span,
body.ybc-skin-orange .button-search-menu,
body.ybc-skin-orange .page-heading.step-num > span.number-step,
body.ybc-skin-orange #search_block_top .button,
body.ybc-skin-orange #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-orange #toggle-nav .icon-bar,
body.ybc-skin-orange .new-label, body.ybc-skin-orange #search_block_top .button
body.ybc-skin-orange #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-orange .price-percent-reduction,
body.ybc-skin-orange .ybc-menu > li > a:before,
body.ybc-skin-orange .ybc-menu-item .ybc-menu-item-link.active:after,
body.ybc-skin-orange .top-pagination-content ul.pagination li.active > span span,
body.ybc-skin-orange .bottom-pagination-content ul.pagination li.active > span span,
body.ybc-skin-orange .button, body.ybc-skin-orange .ajax_add_to_cart_button span,
body.ybc-skin-orange .nivo-controlNav a.active,
body.ybc-skin-orange .price-percent-reduction,
body.ybc-skin-orange #reduction_percent, body.ybc-skin-orange #reduction_amount,
body.ybc-skin-orange .btn.button-plus:hover span, body.ybc-skin-orange .btn.button-minus:hover span,
body.ybc-skin-orange .socialsharing_product button,
body.ybc-skin-orange #usefull_link_block li a,
body.ybc-skin-orange .box-info-product .exclusive {
background-color: #00c8f9;
}
body.ybc-skin-orange ul.product_list .functional-buttons div.compare,
body.ybc-skin-orange ul.product_list .functional-buttons div.wishlist {
border-color: #00c8f9;
}
body.ybc-skin-orange #wishlist_button:before,
body.ybc-skin-orange .favourites i,
body.ybc-skin-orange .box-info-product a.add_to_compare_product:before,
body.ybc-skin-orange ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-orange ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-orange#my-account ul.myaccount-link-list li a i,
body.ybc-skin-orange .theme-default a.nivo-nextNav:before,
body.ybc-skin-orange .theme-default a.nivo-prevNav:before,
body.ybc-skin-orange ul.product_list .product-image-container .quick-view,
body.ybc-skin-orange .shopping_cart span.ajax_cart_quantity {
color: #00C8F9;
}
body.ybc-skin-orange .title_cat {
border-bottom: 2px solid #00c8f9;
}
body.ybc-skin-orange #left_column .block .title_block {
background-color: #fa6900;
border-top: 3px solid #00C8F9;
}
body.ybc-skin-orange .header-bottom,
body.ybc-skin-orange .footer-block .toggle-footer li:before,
body.ybc-skin-orange #product_comments_block_tab a,
body.ybc-skin-orange .step_current .number-steps,
body.ybc-skin-orange .step_current .number-steps:before,
body.ybc-skin-orange .sale-label,
body.ybc-skin-orange #usefull_link_block li a:hover,
body.ybc-skin-orange .box-info-product .exclusive:hover {
background-color: #fa6900;
}
body.ybc-skin-orange .footer-container #footer .bottom-footer div,
body.ybc-skin-orange .footer-container #footer,
body.ybc-skin-orange .ybc-product-html .ybc_htmltitle > span {
border-color: #fa6900;
}
body.ybc-skin-orange .footer-container #footer #block_contact_infos > div ul li i,
body.ybc-skin-orange .footer-container #footer a:hover,
body.ybc-skin-orange .content_sortPagiBar .display li a i,
body.ybc-skin-orange .content_sortPagiBar .display_m li a i,
body.ybc-skin-orange #languages-block-top .languages-block li span:hover,
body.ybc-skin-orange #currencies-block-top ul li a:hover,
body.ybc-skin-orange #layer_cart .layer_cart_product h2,
body.ybc-skin-orange a:hover, body.ybc-skin-orange .name-user,
body.ybc-skin-orange .footer-container #footer h4:after {
color: #fa6900;
}
body.ybc-skin-orange .line {
border-bottom: 1px solid #fa6900;
border-top: 1px solid #fa6900;
}
body.ybc-skin-orange .ybc-product-html .fa{
border-color: #FA6900;
color: #FA6900;
}
body.ybc-skin-orange #thumbs_list li a:hover,
body.ybc-skin-orange #thumbs_list li a.shown {
border-color: rgba(0, 200, 249, 0.4);
float: left;
}
body.ybc-skin-orange#category ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-orange#category ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-orange .content_sortPagiBar .display li.selected i,
body.ybc-skin-orange .content_sortPagiBar .display_m li.selected i{
color: #00C8F9;
}
body.ybc-skin-orange .htmlcontent-item-link-wrap .item-title span,
body.ybc-skin-orange .title_tab_product li a.selected:after{
border-color: #00c8f9;
}
body.ybc-skin-orange .caption1 .caption-span {
background: none repeat scroll 0 0 rgba(250, 105, 0, 0.8);
}
.ie8 body.ybc-skin-orange .caption1 .caption-span{
background: none repeat scroll 0 0 rgb(250, 105, 0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
body.ybc-skin-orange .htmlcontent-top #htmlcontent-item-link-wrap,
body.ybc-skin-orange .data-hover:before {
background: none repeat scroll 0 0 rgba(250, 105, 0, 0.2);
}
.ie8 body.ybc-skin-orange .htmlcontent-top #htmlcontent-item-link-wrap,
.ie8 body.ybc-skin-orange .data-hover:before{
background: none repeat scroll 0 0 rgb(250, 105, 0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
body.ybc-skin-orange .ybc-mm-control.opened:before, body.ybc-skin-orange .ybc-mm-control.closed:before{
color: #00c8f9;
border-color: #00c8f9;
}
body.ybc-skin-orange .button.ajax_add_to_cart_button:hover span, body.ybc-skin-orange #search_block_top .button:hover,
body.ybc-skin-orange .button:hover, body.ybc-skin-orange .ajax_add_to_cart_button:hover span,
body.ybc-skin-orange .button:hover span {
background-color: #00e4ff;
}
body.ybc-skin-orange ul.product_list .compare:hover .add_to_compare:before,
body.ybc-skin-orange ul.product_list .wishlist:hover .addToWishlist:before {
color: #00e4ff;
}
/* end ybc-skin-orange */
/* ybc-skin-green */
body.ybc-skin-green .button.ajax_add_to_cart_button span,
body.ybc-skin-green .button-search-menu,
body.ybc-skin-green .page-heading.step-num > span.number-step,
body.ybc-skin-green #toggle-nav .icon-bar,
body.ybc-skin-green .new-label, body.ybc-skin-green #search_block_top .button,
body.ybc-skin-green #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-green #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-green .price-percent-reduction,
body.ybc-skin-green .ybc-menu > li > a:before,
body.ybc-skin-green .ybc-menu-item .ybc-menu-item-link.active:after,
body.ybc-skin-green .top-pagination-content ul.pagination li.active > span span,
body.ybc-skin-green .bottom-pagination-content ul.pagination li.active > span span,
body.ybc-skin-green #search_block_top .button,
body.ybc-skin-green .button, body.ybc-skin-green .ajax_add_to_cart_button span,
body.ybc-skin-green .nivo-controlNav a.active,
body.ybc-skin-green .price-percent-reduction,
body.ybc-skin-green #reduction_percent, body.ybc-skin-green #reduction_amount,
body.ybc-skin-green .btn.button-plus:hover span, body.ybc-skin-green .btn.button-minus:hover span,
body.ybc-skin-green .socialsharing_product button,
body.ybc-skin-green #usefull_link_block li a,
body.ybc-skin-green .box-info-product .exclusive {
background-color: #fb6902;
}
body.ybc-skin-green ul.product_list .functional-buttons div.compare,
body.ybc-skin-green ul.product_list .functional-buttons div.wishlist,
body.ybc-skin-green .htmlcontent-item-link-wrap .item-title span,
body.ybc-skin-green .title_tab_product li a.selected:after {
border-color: #fb6902;
}
body.ybc-skin-green #wishlist_button:before,
body.ybc-skin-green .favourites i,
body.ybc-skin-green .box-info-product a.add_to_compare_product:before,
body.ybc-skin-green ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-green ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-green#my-account ul.myaccount-link-list li a i,
body.ybc-skin-green .theme-default a.nivo-nextNav:before,
body.ybc-skin-green .theme-default a.nivo-prevNav:before,
body.ybc-skin-green ul.product_list .product-image-container .quick-view,
body.ybc-skin-green .shopping_cart span.ajax_cart_quantity,
body.ybc-skin-green#category ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-green#category ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-green .content_sortPagiBar .display li.selected i,
body.ybc-skin-green .content_sortPagiBar .display_m li.selected i{
color: #FB6902;
}
body.ybc-skin-green .title_cat {
border-color: #FB6902;
}
body.ybc-skin-green .header-bottom,
body.ybc-skin-green .footer-block .toggle-footer li:before,
body.ybc-skin-green #product_comments_block_tab a,
body.ybc-skin-green .step_current .number-steps,
body.ybc-skin-green .step_current .number-steps:before,
body.ybc-skin-green .sale-label,
body.ybc-skin-green #usefull_link_block li a:hover,
body.ybc-skin-green .box-info-product .exclusive:hover {
background-color: #4db42f;
}
body.ybc-skin-green .footer-container #footer .bottom-footer div,
body.ybc-skin-green .footer-container #footer,
body.ybc-skin-green .ybc-product-html .ybc_htmltitle > span {
border-color:#4db42f;
}
body.ybc-skin-green .footer-container #footer #block_contact_infos > div ul li i,
body.ybc-skin-green .footer-container #footer a:hover,
body.ybc-skin-green .content_sortPagiBar .display li a i,
body.ybc-skin-green .content_sortPagiBar .display_m li a i,
body.ybc-skin-green #languages-block-top .languages-block li span:hover,
body.ybc-skin-green #currencies-block-top ul li a:hover,
body.ybc-skin-green #layer_cart .layer_cart_product h2,
body.ybc-skin-green a:hover, body.ybc-skin-green .name-user,
body.ybc-skin-green .footer-container #footer h4:after {
color: #4db42f;
}
body.ybc-skin-green .line {
border-bottom: 1px solid #4db42f;
border-top: 1px solid #4db42f;
}
body.ybc-skin-green #left_column .block .title_block {
background-color: #4bb52f;
border-top: 3px solid #fa6900;
}
body.ybc-skin-green .ybc-mm-control.opened:before,
body.ybc-skin-green .ybc-mm-control.closed:before{
color: #fa6900;
border-color: #fa6900;
}
body.ybc-skin-green .ybc-product-html .fa{
border-color: #4DB42F;
color: #4DB42F;
}
body.ybc-skin-green #thumbs_list li a:hover,
body.ybc-skin-green #thumbs_list li a.shown {
border-color: rgba(0, 200, 249, 0.4);
}
.ie8 body.ybc-skin-green .caption1 .caption-span{
background: none repeat scroll 0 0 rgb(77, 180, 47);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
body.ybc-skin-green .caption1 .caption-span {
background: none repeat scroll 0 0 rgba(77, 180, 47, 0.8);
}
body.ybc-skin-green .htmlcontent-top #htmlcontent-item-link-wrap,
body.ybc-skin-green .data-hover:before {
background: none repeat scroll 0 0 rgba(77, 180, 47, 0.2);
}
.ie8 body.ybc-skin-green .htmlcontent-top #htmlcontent-item-link-wrap,
.ie8 body.ybc-skin-green .data-hover:before{
background: none repeat scroll 0 0 rgb(77, 180, 47);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
body.ybc-skin-green .button.ajax_add_to_cart_button:hover span, body.ybc-skin-green #search_block_top .button:hover,
body.ybc-skin-green .button:hover, body.ybc-skin-green .ajax_add_to_cart_button:hover span,
body.ybc-skin-green .button:hover span {
background-color: #ffa200;
}
body.ybc-skin-green ul.product_list .compare:hover .add_to_compare:before,
body.ybc-skin-green ul.product_list .wishlist:hover .addToWishlist:before {
color: #ffa200;
}
/* end ybc-skin-green */
@media (min-width: 992px){
body.ybc-layout-boxed .content_sortPagiBar div.selector {
width: 100px !important;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.ybc-layout-boxed .ybc-menu > li > a {
padding: 37px 10px 38px;
}
.ybc-layout-boxed #search_block_top {
right: 15px;
}
.ybc-layout-boxed .product_list.grid > li {
width: 33%;
}
.ybc-layout-boxed #category ul.product_list.grid > li.first-in-line {
clear: inherit;
}
.ybc-layout-boxed#category .product_list.grid > li:nth-child(3n+1),
.ybc-layout-boxed#search .product_list.grid > li:nth-child(3n+1) {
clear: left;
}
.ybc-layout-boxed#index ul.product_list.tab-pane > li {
width: 195px !important;
}
.ybc-layout-boxed .footer-container #footer #newsletter_block_left {
width: 54%;
}
.ybc-layout-boxed .footer-container #footer #social_block {
width: 46%;
}
.ybc-layout-boxed .content_sortPagiBar .nbrItemPage {
width: 26%;
}
.ybc-layout-boxed #productscategory_list #bxslider1 .product-box.item {
margin-right: 23px;
}
}
@media (min-width: 768px) and (max-width: 991px){
.ybc-layout-boxed#index ul.product_list.tab-pane > li {
margin-right: 20px !important;
}
body.ybc-layout-boxed #center_column ul.product_list .product-container:hover .functional-buttons .compare,
body.ybc-layout-boxed #center_column ul.product_list .product-container:hover .functional-buttons > .wishlist {
margin-left: 0;
margin-right: 0;
}
body.ybc-layout-boxed .footer-container #footer #newsletter_block_left {
width: 62%;
}
body.ybc-layout-boxed #center_column .content_sortPagiBar .sortPagiBar #productsSortForm {
width: 36%;
}
body.ybc-layout-boxed .content_sortPagiBar div.selector {
width: 100px !important;
}
body.ybc-layout-boxed #productscategory_list #bxslider1 .product-box.item {
margin-right: 50px;
}
}
@media (max-width: 767px){
body.ybc-skin-orange .footer-container #footer .footer-block {
border-bottom: 1px solid rgb(250, 105, 0);
}
body.ybc-skin-green .footer-container #footer .footer-block {
border-bottom: 1px solid rgb(77, 180, 47);
}
body.ybc-skin-blue .footer-container #footer .footer-block {
border-bottom: 1px solid #018BBA;
}
body.ybc-skin-pink .footer-container #footer .footer-block {
border-bottom: 1px solid rgb(234, 76, 111);
}
body.ybc-skin-red .footer-container #footer .footer-block {
border-bottom: 1px solid #ff2321;
}
}
@media (max-width: 479px){
body.ybc-skin-pink #footer #newsletter_block_left {
border-top: 1px solid #ea4c6f;
}
body.ybc-skin-green #footer #newsletter_block_left {
border-top: 1px solid #4db42f;
}
body.ybc-skin-orange #footer #newsletter_block_left {
border-top: 1px solid #FA6900;
}
body.ybc-skin-blue #footer #newsletter_block_left {
border-top: 1px solid #018bba;
}
}

View File

@@ -0,0 +1,884 @@
/*ybc layout Box*/
body.ybc-layout-boxed #page {
background: #ffffff none repeat scroll 0 0;
float: none;
margin: 0 auto;
max-width: 1170px;
overflow: inherit;
}
body.ybc-layout-boxed .nav {
background: none repeat scroll 0 0 white;
}
body.ybc-layout-boxed .header-container {
box-shadow: 0 0 4px 2px #CECECE;
}
body.ybc-layout-boxed .columns-container {
background: none repeat scroll 0 0 #FFFFFF;
box-shadow: 0 4px 4px 2px #CECECE;
}
@media (min-width: 768px) and (max-width: 1199px){
body.ybc-layout-boxed .ybc-menu-item-link > span {
font-size: 12px;
}
}
@media (min-width: 768px){
body.ybc-layout-boxed #center_column ul.product_list .product-container:hover .functional-buttons .compare,
body.ybc-layout-boxed #center_column ul.product_list .product-container:hover .functional-buttons > .wishlist {
margin-left: 7px;
margin-right: 7px;
}
}
body.ybc-layout-boxed .theme-default a.nivo-nextNav {
right:5%;
}
body.ybc-layout-boxed .theme-default a.nivo-prevNav {
left:5%;
}
body.ybc-layout-boxed .columns-container {
background: none repeat scroll 0 0 #FFFFFF;
}
/*end layout Box*/
/*font-size body(font-size: 14px) 100%=14px, 92%=13px*/
.btn {
font-size: 92% }
.new-label {
font-size: 85%;
}
.sale-label {
font-size: 85%;
}
.price.product-price {
font-size: 100%;
}
.price {
font-size: 92%;
}
.tabs-product-content > section {
font-size: 92%;
}
.block .title_block, .block h4 {
font-size: 100%;
}
.product-name {
font-size: 100%;
}
#category .product-name{
font-size: 85%;
}
.ajax_add_to_cart_button.btn {
font-size: 11px;
}
#left_column .block_content li a, #index .ajax_add_to_cart_button.btn {
font-size: 13px;
}
#left_column .block .products-block .product-description {
font-size: 85%;
}
#usefull_link_block li a {
font-size: 85%;
}
#buy_block .box-cart-bottom {
font-size: 92%;
}
#accessories-content .product-name > a {
font-size: 100%;
}
#accessories-content .price {
font-size: 100%;
}
.tab-content .title_cat {
font-size: 129%;
}
.old-price.product-price {
font-size: 100%; }
.price-percent-reduction {
font-size: 100%;
}
.price-percent-reduction.small {
font-size: 110%;
}
#authentication .page-heading {
font-size: 110%;
}
/*end font size*/
/* ybc-skin-defauth*/
.header-bottom {
background-color:#4AAAA6;
}
.nav {
background: transparent;
}
.button.ajax_add_to_cart_button span, .button-search-menu, #toggle-nav .icon-bar {
background-color: #ff4c65;
}
.button.ajax_add_to_cart_button:hover span, #search_block_top .button:hover,
.button:hover, .ajax_add_to_cart_button:hover span, .button:hover span{
background-color: #e0180b;
color: white;
}
.title_cat {
border-bottom: 2px solid #ff4c65;
}
.line {
border-bottom: 1px solid #4AAAA5;
border-top: 1px solid #4AAAA5;
}
.footer-container #footer #social_block ul li a:before, .footer-block .toggle-footer li:before {
/*background-color: #4AAAA5;*/
}
.footer-container #footer #social_block ul li a:hover:before {
/*background-color: #ff4c65;*/
}
#left_column .block .title_block {
background-color: #4AAAA5;
border-top: 3px solid #ff4c65;
}
.icon-home:before {
color: #4AAAA5;
}
.button_red, .button_green:hover{
background-color: #ff4c65!important;
transition: all 0.4s;
}
.button_green, .button_red:hover{
background-color: #4aaaa5!important;
transition: all 0.4s;
}
.footer-container #footer h4:after {
color: #4AAAA5;
}
.step_current .number-steps {
background-color: #49A9A5;
}
/*end skin defaulth*/
.ie8 .htmlcontent-top #htmlcontent-item-link-wrap,
.ie8 .data-hover:before{
background: none repeat scroll 0 0 rgb(74, 170, 165);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.ie8 .htmlcontent-itemcontent:hover .data-hover:before{
display: none;
}
.ie8 .caption1 .caption-span{
background: none repeat scroll 0 0 rgb(74, 170, 165);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
font-size: 18px;
}
/* ybc-skin-pink */
body.ybc-skin-pink .button-search-menu,
body.ybc-skin-pink .page-heading.step-num > span.number-step,
body.ybc-skin-pink #toggle-nav .icon-bar,
body.ybc-skin-pink .new-label, body.ybc-skin-pink #search_block_top .button,
body.ybc-skin-pink #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-pink .ybc-menu > li > a:before,
body.ybc-skin-pink .ybc-menu-item .ybc-menu-item-link.active:after,
body.ybc-skin-pink .top-pagination-content ul.pagination li.active > span span,
body.ybc-skin-pink .bottom-pagination-content ul.pagination li.active > span span,
body.ybc-skin-pink .button, body.ybc-skin-pink .ajax_add_to_cart_button span,
body.ybc-skin-pink .nivo-controlNav a.active,
body.ybc-skin-pink .price-percent-reduction, body.ybc-skin-pink .box-info-product .exclusive:hover span
body.ybc-skin-pink #reduction_percent, body.ybc-skin-pink #reduction_amount,
body.ybc-skin-pink .btn.button-plus:hover span, body.ybc-skin-pink .btn.button-minus:hover span,
body.ybc-skin-pink .socialsharing_product button,
body.ybc-skin-pink #usefull_link_block li a,
body.ybc-skin-pink .box-info-product .exclusive {
background-color: #00c8f9;
}
body.ybc-skin-pink #wishlist_button:before,
body.ybc-skin-pink .favourites i,
body.ybc-skin-pink .box-info-product a.add_to_compare_product:before,
body.ybc-skin-pink ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-pink ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-pink#my-account ul.myaccount-link-list li a i,
body.ybc-skin-pink .theme-default a.nivo-nextNav:before,
body.ybc-skin-pink .theme-default a.nivo-prevNav:before,
body.ybc-skin-pink ul.product_list .product-image-container .quick-view,
body.ybc-skin-pink .shopping_cart span.ajax_cart_quantity {
color: #00C8F9;
}
body.ybc-skin-pink ul.product_list .functional-buttons div.compare,
body.ybc-skin-pink ul.product_list .functional-buttons div.wishlist,
body.ybc-skin-pink .htmlcontent-item-link-wrap .item-title span,
body.ybc-skin-pink .title_tab_product li a.selected:after {
border-color: #00C8F9;
}
body.ybc-skin-pink#category ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-pink#category ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-pink .content_sortPagiBar .display li.selected i,
body.ybc-skin-pink .content_sortPagiBar .display_m li.selected i{
color: #00C8F9;
}
body.ybc-skin-pink .title_cat {
border-color: #00c8f9;
}
body.ybc-skin-pink .header-bottom,
body.ybc-skin-pink .footer-block .toggle-footer li:before,
body.ybc-skin-pink #product_comments_block_tab a,
body.ybc-skin-pink .step_current .number-steps,
body.ybc-skin-pink .step_current .number-steps:before,
body.ybc-skin-pink .sale-label,
body.ybc-skin-pink #usefull_link_block li a:hover,
body.ybc-skin-pink .box-info-product .exclusive:hover {
background-color: #ea4c6f;
}
body.ybc-skin-pink .footer-container #footer .bottom-footer div,
body.ybc-skin-pink .footer-container #footer,
body.ybc-skin-pink .ybc-product-html .ybc_htmltitle > span {
border-color: #EA4C6F;
}
body.ybc-skin-pink .footer-container #footer #block_contact_infos > div ul li i,
body.ybc-skin-pink .footer-container #footer a:hover,
body.ybc-skin-pink .content_sortPagiBar .display li a i,
body.ybc-skin-pink .content_sortPagiBar .display_m li a i,
body.ybc-skin-pink #languages-block-top .languages-block li span:hover,
body.ybc-skin-pink #currencies-block-top ul li a:hover,
body.ybc-skin-pink #layer_cart .layer_cart_product h2,
body.ybc-skin-pink a:hover, body.ybc-skin-pink .name-user,
body.ybc-skin-pink .footer-container #footer h4:after {
color: #EA4C6F;
}
body.ybc-skin-pink .line {
border-bottom: 1px solid #EA4C6F;
border-top: 1px solid #EA4C6F;
}
body.ybc-skin-pink #left_column .block .title_block {
background-color: #EA4C6F;
border-top: 3px solid #00C8F9;
}
body.ybc-skin-pink .ybc-mm-control.opened:before, body.ybc-skin-pink .ybc-mm-control.closed:before{
color: #00C8F9;
border-color: #00C8F9;
}
body.ybc-skin-pink #thumbs_list li a:hover,
body.ybc-skin-pink #thumbs_list li a.shown {
border-color: rgba(0, 200, 249, 0.4);
}
body.ybc-skin-pink .caption1 .caption-span {
background: none repeat scroll 0 0 rgba(234, 76, 111, 0.8);
}
.ie8 body.ybc-skin-pink .caption1 .caption-span{
background: none repeat scroll 0 0 rgb(234, 76, 111);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
body.ybc-skin-pink .ybc-product-html .fa{
border-color: #EA4C6F;
color: #EA4C6F;
}
body.ybc-skin-pink .htmlcontent-top #htmlcontent-item-link-wrap,
body.ybc-skin-pink .data-hover:before {
background: none repeat scroll 0 0 rgba(234, 76, 111, 0.2);
}
.ie8 body.ybc-skin-pink .htmlcontent-top #htmlcontent-item-link-wrap,
.ie8 body.ybc-skin-pink .data-hover:before{
background: none repeat scroll 0 0 rgb(77, 180, 47);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
body.ybc-skin-pink .button.ajax_add_to_cart_button:hover span, body.ybc-skin-pink #search_block_top .button:hover,
body.ybc-skin-pink .button:hover, body.ybc-skin-pink .ajax_add_to_cart_button:hover span,
body.ybc-skin-pink .button:hover span {
background-color: #00e4ff;
}
body.ybc-skin-pink ul.product_list .compare:hover .add_to_compare:before,
body.ybc-skin-pink ul.product_list .wishlist:hover .addToWishlist:before {
color: #00e4ff;
}
/* end ybc-skin-pink */
/* ybc-skin-red */
body.ybc-skin-red .button.ajax_add_to_cart_button span,
body.ybc-skin-red .button-search-menu,
body.ybc-skin-red .page-heading.step-num > span.number-step,
body.ybc-skin-red #toggle-nav .icon-bar,
body.ybc-skin-red .new-label, body.ybc-skin-red #search_block_top .button,
body.ybc-skin-red #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-red #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-red .price-percent-reduction,
body.ybc-skin-red .ybc-menu > li > a:before,
body.ybc-skin-red .ybc-menu-item .ybc-menu-item-link.active:after,
body.ybc-skin-red .top-pagination-content ul.pagination li.active > span span,
body.ybc-skin-red .bottom-pagination-content ul.pagination li.active > span span,
body.ybc-skin-red #search_block_top .button,
body.ybc-skin-red .button, body.ybc-skin-red .ajax_add_to_cart_button span,
body.ybc-skin-red .nivo-controlNav a.active,
body.ybc-skin-red .price-percent-reduction,
body.ybc-skin-red #reduction_percent, body.ybc-skin-red #reduction_amount,
body.ybc-skin-red .btn.button-plus:hover span, body.ybc-skin-red .btn.button-minus:hover span,
body.ybc-skin-red .socialsharing_product button,
body.ybc-skin-red #usefull_link_block li a,
body.ybc-skin-red .box-info-product .exclusive {
background-color: #00c8f9;
}
body.ybc-skin-red ul.product_list .functional-buttons div.compare,
body.ybc-skin-red ul.product_list .functional-buttons div.wishlist,
body.ybc-skin-red .htmlcontent-item-link-wrap .item-title span,
body.ybc-skin-red .title_tab_product li a.selected:after {
border-color: #00c8f9;
}
body.ybc-skin-red #wishlist_button:before,
body.ybc-skin-red .favourites i,
body.ybc-skin-red .box-info-product a.add_to_compare_product:before,
body.ybc-skin-red ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-red ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-red#my-account ul.myaccount-link-list li a i,
body.ybc-skin-red .theme-default a.nivo-nextNav:before,
body.ybc-skin-red .theme-default a.nivo-prevNav:before,
body.ybc-skin-red ul.product_list .product-image-container .quick-view,
body.ybc-skin-red .shopping_cart span.ajax_cart_quantity,
body.ybc-skin-red#category ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-red#category ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-red .content_sortPagiBar .display li.selected i,
body.ybc-skin-red .content_sortPagiBar .display_m li.selected i{
color: #00c8f9;
}
body.ybc-skin-red .title_cat {
border-color: #00c8f9;
}
body.ybc-skin-red .header-bottom,
body.ybc-skin-red .footer-block .toggle-footer li:before,
body.ybc-skin-red #product_comments_block_tab a,
body.ybc-skin-red .step_current .number-steps,
body.ybc-skin-red .step_current .number-steps:before,
body.ybc-skin-red .sale-label,
body.ybc-skin-red #usefull_link_block li a:hover,
body.ybc-skin-red .box-info-product .exclusive:hover {
background-color: #ff2321;
}
body.ybc-skin-red .footer-container #footer .bottom-footer div,
body.ybc-skin-red .footer-container #footer,
body.ybc-skin-red .ybc-product-html .ybc_htmltitle > span {
border-color:#ff2321;
}
body.ybc-skin-red .footer-container #footer #block_contact_infos > div ul li i,
body.ybc-skin-red .footer-container #footer a:hover,
body.ybc-skin-red .content_sortPagiBar .display li a i,
body.ybc-skin-red .content_sortPagiBar .display_m li a i,
body.ybc-skin-red #languages-block-top .languages-block li span:hover,
body.ybc-skin-red #currencies-block-top ul li a:hover,
body.ybc-skin-red #layer_cart .layer_cart_product h2,
body.ybc-skin-red a:hover, body.ybc-skin-red .name-user,
body.ybc-skin-red .footer-container #footer h4:after {
color: #ff2321;
}
body.ybc-skin-red .line {
border-bottom: 1px solid #ff2321;
border-top: 1px solid #ff2321;
}
body.ybc-skin-red #left_column .block .title_block {
background-color: #ff2321;
border-top: 3px solid #00C8F9;
}
body.ybc-skin-red .ybc-mm-control.opened:before,
body.ybc-skin-red .ybc-mm-control.closed:before{
color: #fa6900;
border-color: #fa6900;
}
body.ybc-skin-red .ybc-product-html .fa{
border-color: #ff2321;
color: #ff2321;
}
body.ybc-skin-red #thumbs_list li a:hover,
body.ybc-skin-red #thumbs_list li a.shown {
border-color: rgba(0, 200, 249, 0.4);
}
.ie8 body.ybc-skin-red .caption1 .caption-span{
background: none repeat scroll 0 0 rgb(255, 35, 33);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
body.ybc-skin-red .caption1 .caption-span {
background: none repeat scroll 0 0 rgba(255, 35, 33, 0.8);
}
body.ybc-skin-red .htmlcontent-top #htmlcontent-item-link-wrap,
body.ybc-skin-red .data-hover:before {
background: none repeat scroll 0 0 rgba(255, 35, 33, 0.2);
}
.ie8 body.ybc-skin-red .htmlcontent-top #htmlcontent-item-link-wrap,
.ie8 body.ybc-skin-red .data-hover:before{
background: none repeat scroll 0 0 rgb(255, 35, 33);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
body.ybc-skin-red .button.ajax_add_to_cart_button:hover span, body.ybc-skin-red #search_block_top .button:hover,
body.ybc-skin-red .button:hover, body.ybc-skin-red .ajax_add_to_cart_button:hover span,
body.ybc-skin-red .button:hover span {
background-color: #00e4ff;
}
body.ybc-skin-red ul.product_list .compare:hover .add_to_compare:before,
body.ybc-skin-red ul.product_list .wishlist:hover .addToWishlist:before {
color: #00e4ff;
}
/* end ybc-skin-red */
/* ybc-skin-blue */
body.ybc-skin-blue .button.ajax_add_to_cart_button span,
body.ybc-skin-blue .button-search-menu,
body.ybc-skin-blue .page-heading.step-num > span.number-step,
body.ybc-skin-blue #toggle-nav .icon-bar, body.ybc-skin-blue #search_block_top .button,
body.ybc-skin-blue #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-blue .new-label,
body.ybc-skin-blue #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-blue .price-percent-reduction,
body.ybc-skin-blue .ybc-menu > li > a:before,
body.ybc-skin-blue .ybc-menu-item .ybc-menu-item-link.active:after,
body.ybc-skin-blue .top-pagination-content ul.pagination li.active > span span,
body.ybc-skin-blue .bottom-pagination-content ul.pagination li.active > span span,
body.ybc-skin-blue .button, body.ybc-skin-blue .ajax_add_to_cart_button span,
body.ybc-skin-blue .nivo-controlNav a.active,
body.ybc-skin-blue .price-percent-reduction,
body.ybc-skin-blue #reduction_percent, body.ybc-skin-blue #reduction_amount,
body.ybc-skin-blue .btn.button-plus:hover span, body.ybc-skin-blue .btn.button-minus:hover span,
body.ybc-skin-blue .socialsharing_product button,
body.ybc-skin-blue #usefull_link_block li a,
body.ybc-skin-blue .box-info-product .exclusive {
background-color: #e35f56;
}
body.ybc-skin-blue ul.product_list .functional-buttons div.compare,
body.ybc-skin-blue ul.product_list .functional-buttons div.wishlist,
body.ybc-skin-blue .htmlcontent-item-link-wrap .item-title span,
body.ybc-skin-blue .title_tab_product li a.selected:after {
border-color: #e35f56;
}
body.ybc-skin-blue #wishlist_button:before,
body.ybc-skin-blue .favourites i,
body.ybc-skin-blue .box-info-product a.add_to_compare_product:before,
body.ybc-skin-blue ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-blue ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-blue#my-account ul.myaccount-link-list li a i,
body.ybc-skin-blue .theme-default a.nivo-nextNav:before,
body.ybc-skin-blue .theme-default a.nivo-prevNav:before,
body.ybc-skin-blue ul.product_list .product-image-container .quick-view,
body.ybc-skin-blue .shopping_cart span.ajax_cart_quantity {
color: #E35F56;
}
body.ybc-skin-blue .title_cat {
border-color: #E35F56;
}
body.ybc-skin-blue .header-bottom,
body.ybc-skin-blue .footer-block .toggle-footer li:before,
body.ybc-skin-blue #product_comments_block_tab a,
body.ybc-skin-blue .step_current .number-steps,
body.ybc-skin-blue .step_current .number-steps:before,
body.ybc-skin-blue .sale-label,
body.ybc-skin-blue #usefull_link_block li a:hover,
body.ybc-skin-blue .box-info-product .exclusive:hover {
background-color: #018bba;
}
body.ybc-skin-blue .footer-container #footer .bottom-footer div,
body.ybc-skin-blue .footer-container #footer,
body.ybc-skin-blue .ybc-product-html .ybc_htmltitle > span {
border-color: #018bba;
}
body.ybc-skin-blue .footer-container #footer #block_contact_infos > div ul li i,
body.ybc-skin-blue .footer-container #footer a:hover,
body.ybc-skin-blue #languages-block-top .languages-block li span:hover,
body.ybc-skin-blue #currencies-block-top ul li a:hover,
body.ybc-skin-blue #layer_cart .layer_cart_product h2,
body.ybc-skin-blue a:hover, body.ybc-skin-blue .name-user,
body.ybc-skin-blue .footer-container #footer h4:after{
color: #018bba;
}
body.ybc-skin-blue .line {
border-bottom: 1px solid #018bba;
border-top: 1px solid #018bba;
}
body.ybc-skin-blue #left_column .block .title_block {
background-color: #018bba;
border-top: 3px solid #EA4C6F;
}
body.ybc-skin-blue .ybc-mm-control.opened:before, body.ybc-skin-blue .ybc-mm-control.closed:before{
color: #EA4C6F;
border-color: #EA4C6F;
}
body.ybc-skin-blue #thumbs_list li a:hover,
body.ybc-skin-blue #thumbs_list li a.shown {
border-color: rgba(1, 139, 186, 0.4);
}
body.ybc-skin-blue .caption1 .caption-span {
background: none repeat scroll 0 0 rgba(1, 139, 186, 0.8);
}
.ie8 body.ybc-skin-blue .caption1 .caption-span{
background: none repeat scroll 0 0 rgb(1, 139, 186);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
body.ybc-skin-blue .ybc-product-html .fa{
border-color: #018BBA;
color: #018BBA;
}
body.ybc-skin-blue .htmlcontent-top #htmlcontent-item-link-wrap,
body.ybc-skin-blue .data-hover:before {
background: none repeat scroll 0 0 rgba(1, 139, 186, 0.2);
}
.ie8 body.ybc-skin-blue .htmlcontent-top #htmlcontent-item-link-wrap,
.ie8 body.ybc-skin-blue .data-hover:before{
background: none repeat scroll 0 0 rgb(1, 139, 186);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
body.ybc-skin-blue .button.ajax_add_to_cart_button:hover span, body.ybc-skin-blue #search_block_top .button:hover,
body.ybc-skin-blue .button:hover, body.ybc-skin-blue .ajax_add_to_cart_button:hover span,
body.ybc-skin-blue .button:hover span{
background-color: #e0180b;
}
body.ybc-skin-blue ul.product_list .compare:hover .add_to_compare:before,
body.ybc-skin-blue ul.product_list .wishlist:hover .addToWishlist:before {
color: #e0180b;
}
/* end ybc-skin-blue */
/* ybc-skin-orange */
body.ybc-skin-orange .button.ajax_add_to_cart_button span,
body.ybc-skin-orange .button-search-menu,
body.ybc-skin-orange .page-heading.step-num > span.number-step,
body.ybc-skin-orange #search_block_top .button,
body.ybc-skin-orange #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-orange #toggle-nav .icon-bar,
body.ybc-skin-orange .new-label, body.ybc-skin-orange #search_block_top .button
body.ybc-skin-orange #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-orange .price-percent-reduction,
body.ybc-skin-orange .ybc-menu > li > a:before,
body.ybc-skin-orange .ybc-menu-item .ybc-menu-item-link.active:after,
body.ybc-skin-orange .top-pagination-content ul.pagination li.active > span span,
body.ybc-skin-orange .bottom-pagination-content ul.pagination li.active > span span,
body.ybc-skin-orange .button, body.ybc-skin-orange .ajax_add_to_cart_button span,
body.ybc-skin-orange .nivo-controlNav a.active,
body.ybc-skin-orange .price-percent-reduction,
body.ybc-skin-orange #reduction_percent, body.ybc-skin-orange #reduction_amount,
body.ybc-skin-orange .btn.button-plus:hover span, body.ybc-skin-orange .btn.button-minus:hover span,
body.ybc-skin-orange .socialsharing_product button,
body.ybc-skin-orange #usefull_link_block li a,
body.ybc-skin-orange .box-info-product .exclusive {
background-color: #00c8f9;
}
body.ybc-skin-orange ul.product_list .functional-buttons div.compare,
body.ybc-skin-orange ul.product_list .functional-buttons div.wishlist {
border-color: #00c8f9;
}
body.ybc-skin-orange #wishlist_button:before,
body.ybc-skin-orange .favourites i,
body.ybc-skin-orange .box-info-product a.add_to_compare_product:before,
body.ybc-skin-orange ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-orange ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-orange#my-account ul.myaccount-link-list li a i,
body.ybc-skin-orange .theme-default a.nivo-nextNav:before,
body.ybc-skin-orange .theme-default a.nivo-prevNav:before,
body.ybc-skin-orange ul.product_list .product-image-container .quick-view,
body.ybc-skin-orange .shopping_cart span.ajax_cart_quantity {
color: #00C8F9;
}
body.ybc-skin-orange .title_cat {
border-bottom: 2px solid #00c8f9;
}
body.ybc-skin-orange #left_column .block .title_block {
background-color: #fa6900;
border-top: 3px solid #00C8F9;
}
body.ybc-skin-orange .header-bottom,
body.ybc-skin-orange .footer-block .toggle-footer li:before,
body.ybc-skin-orange #product_comments_block_tab a,
body.ybc-skin-orange .step_current .number-steps,
body.ybc-skin-orange .step_current .number-steps:before,
body.ybc-skin-orange .sale-label,
body.ybc-skin-orange #usefull_link_block li a:hover,
body.ybc-skin-orange .box-info-product .exclusive:hover {
background-color: #fa6900;
}
body.ybc-skin-orange .footer-container #footer .bottom-footer div,
body.ybc-skin-orange .footer-container #footer,
body.ybc-skin-orange .ybc-product-html .ybc_htmltitle > span {
border-color: #fa6900;
}
body.ybc-skin-orange .footer-container #footer #block_contact_infos > div ul li i,
body.ybc-skin-orange .footer-container #footer a:hover,
body.ybc-skin-orange .content_sortPagiBar .display li a i,
body.ybc-skin-orange .content_sortPagiBar .display_m li a i,
body.ybc-skin-orange #languages-block-top .languages-block li span:hover,
body.ybc-skin-orange #currencies-block-top ul li a:hover,
body.ybc-skin-orange #layer_cart .layer_cart_product h2,
body.ybc-skin-orange a:hover, body.ybc-skin-orange .name-user,
body.ybc-skin-orange .footer-container #footer h4:after {
color: #fa6900;
}
body.ybc-skin-orange .line {
border-bottom: 1px solid #fa6900;
border-top: 1px solid #fa6900;
}
body.ybc-skin-orange .ybc-product-html .fa{
border-color: #FA6900;
color: #FA6900;
}
body.ybc-skin-orange #thumbs_list li a:hover,
body.ybc-skin-orange #thumbs_list li a.shown {
border-color: rgba(0, 200, 249, 0.4);
float: left;
}
body.ybc-skin-orange#category ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-orange#category ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-orange .content_sortPagiBar .display li.selected i,
body.ybc-skin-orange .content_sortPagiBar .display_m li.selected i{
color: #00C8F9;
}
body.ybc-skin-orange .htmlcontent-item-link-wrap .item-title span,
body.ybc-skin-orange .title_tab_product li a.selected:after{
border-color: #00c8f9;
}
body.ybc-skin-orange .caption1 .caption-span {
background: none repeat scroll 0 0 rgba(250, 105, 0, 0.8);
}
.ie8 body.ybc-skin-orange .caption1 .caption-span{
background: none repeat scroll 0 0 rgb(250, 105, 0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
body.ybc-skin-orange .htmlcontent-top #htmlcontent-item-link-wrap,
body.ybc-skin-orange .data-hover:before {
background: none repeat scroll 0 0 rgba(250, 105, 0, 0.2);
}
.ie8 body.ybc-skin-orange .htmlcontent-top #htmlcontent-item-link-wrap,
.ie8 body.ybc-skin-orange .data-hover:before{
background: none repeat scroll 0 0 rgb(250, 105, 0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
body.ybc-skin-orange .ybc-mm-control.opened:before, body.ybc-skin-orange .ybc-mm-control.closed:before{
color: #00c8f9;
border-color: #00c8f9;
}
body.ybc-skin-orange .button.ajax_add_to_cart_button:hover span, body.ybc-skin-orange #search_block_top .button:hover,
body.ybc-skin-orange .button:hover, body.ybc-skin-orange .ajax_add_to_cart_button:hover span,
body.ybc-skin-orange .button:hover span {
background-color: #00e4ff;
}
body.ybc-skin-orange ul.product_list .compare:hover .add_to_compare:before,
body.ybc-skin-orange ul.product_list .wishlist:hover .addToWishlist:before {
color: #00e4ff;
}
/* end ybc-skin-orange */
/* ybc-skin-green */
body.ybc-skin-green .button.ajax_add_to_cart_button span,
body.ybc-skin-green .button-search-menu,
body.ybc-skin-green .page-heading.step-num > span.number-step,
body.ybc-skin-green #toggle-nav .icon-bar,
body.ybc-skin-green .new-label, body.ybc-skin-green #search_block_top .button,
body.ybc-skin-green #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-green #footer #newsletter_block_left .form-group .button-small,
body.ybc-skin-green .price-percent-reduction,
body.ybc-skin-green .ybc-menu > li > a:before,
body.ybc-skin-green .ybc-menu-item .ybc-menu-item-link.active:after,
body.ybc-skin-green .top-pagination-content ul.pagination li.active > span span,
body.ybc-skin-green .bottom-pagination-content ul.pagination li.active > span span,
body.ybc-skin-green #search_block_top .button,
body.ybc-skin-green .button, body.ybc-skin-green .ajax_add_to_cart_button span,
body.ybc-skin-green .nivo-controlNav a.active,
body.ybc-skin-green .price-percent-reduction,
body.ybc-skin-green #reduction_percent, body.ybc-skin-green #reduction_amount,
body.ybc-skin-green .btn.button-plus:hover span, body.ybc-skin-green .btn.button-minus:hover span,
body.ybc-skin-green .socialsharing_product button,
body.ybc-skin-green #usefull_link_block li a,
body.ybc-skin-green .box-info-product .exclusive {
background-color: #fb6902;
}
body.ybc-skin-green ul.product_list .functional-buttons div.compare,
body.ybc-skin-green ul.product_list .functional-buttons div.wishlist,
body.ybc-skin-green .htmlcontent-item-link-wrap .item-title span,
body.ybc-skin-green .title_tab_product li a.selected:after {
border-color: #fb6902;
}
body.ybc-skin-green #wishlist_button:before,
body.ybc-skin-green .favourites i,
body.ybc-skin-green .box-info-product a.add_to_compare_product:before,
body.ybc-skin-green ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-green ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-green#my-account ul.myaccount-link-list li a i,
body.ybc-skin-green .theme-default a.nivo-nextNav:before,
body.ybc-skin-green .theme-default a.nivo-prevNav:before,
body.ybc-skin-green ul.product_list .product-image-container .quick-view,
body.ybc-skin-green .shopping_cart span.ajax_cart_quantity,
body.ybc-skin-green#category ul.product_list .functional-buttons div.wishlist a:before,
body.ybc-skin-green#category ul.product_list .functional-buttons div.compare a:before,
body.ybc-skin-green .content_sortPagiBar .display li.selected i,
body.ybc-skin-green .content_sortPagiBar .display_m li.selected i{
color: #FB6902;
}
body.ybc-skin-green .title_cat {
border-color: #FB6902;
}
body.ybc-skin-green .header-bottom,
body.ybc-skin-green .footer-block .toggle-footer li:before,
body.ybc-skin-green #product_comments_block_tab a,
body.ybc-skin-green .step_current .number-steps,
body.ybc-skin-green .step_current .number-steps:before,
body.ybc-skin-green .sale-label,
body.ybc-skin-green #usefull_link_block li a:hover,
body.ybc-skin-green .box-info-product .exclusive:hover {
background-color: #4db42f;
}
body.ybc-skin-green .footer-container #footer .bottom-footer div,
body.ybc-skin-green .footer-container #footer,
body.ybc-skin-green .ybc-product-html .ybc_htmltitle > span {
border-color:#4db42f;
}
body.ybc-skin-green .footer-container #footer #block_contact_infos > div ul li i,
body.ybc-skin-green .footer-container #footer a:hover,
body.ybc-skin-green .content_sortPagiBar .display li a i,
body.ybc-skin-green .content_sortPagiBar .display_m li a i,
body.ybc-skin-green #languages-block-top .languages-block li span:hover,
body.ybc-skin-green #currencies-block-top ul li a:hover,
body.ybc-skin-green #layer_cart .layer_cart_product h2,
body.ybc-skin-green a:hover, body.ybc-skin-green .name-user,
body.ybc-skin-green .footer-container #footer h4:after {
color: #4db42f;
}
body.ybc-skin-green .line {
border-bottom: 1px solid #4db42f;
border-top: 1px solid #4db42f;
}
body.ybc-skin-green #left_column .block .title_block {
background-color: #4bb52f;
border-top: 3px solid #fa6900;
}
body.ybc-skin-green .ybc-mm-control.opened:before,
body.ybc-skin-green .ybc-mm-control.closed:before{
color: #fa6900;
border-color: #fa6900;
}
body.ybc-skin-green .ybc-product-html .fa{
border-color: #4DB42F;
color: #4DB42F;
}
body.ybc-skin-green #thumbs_list li a:hover,
body.ybc-skin-green #thumbs_list li a.shown {
border-color: rgba(0, 200, 249, 0.4);
}
.ie8 body.ybc-skin-green .caption1 .caption-span{
background: none repeat scroll 0 0 rgb(77, 180, 47);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
body.ybc-skin-green .caption1 .caption-span {
background: none repeat scroll 0 0 rgba(77, 180, 47, 0.8);
}
body.ybc-skin-green .htmlcontent-top #htmlcontent-item-link-wrap,
body.ybc-skin-green .data-hover:before {
background: none repeat scroll 0 0 rgba(77, 180, 47, 0.2);
}
.ie8 body.ybc-skin-green .htmlcontent-top #htmlcontent-item-link-wrap,
.ie8 body.ybc-skin-green .data-hover:before{
background: none repeat scroll 0 0 rgb(77, 180, 47);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
body.ybc-skin-green .button.ajax_add_to_cart_button:hover span, body.ybc-skin-green #search_block_top .button:hover,
body.ybc-skin-green .button:hover, body.ybc-skin-green .ajax_add_to_cart_button:hover span,
body.ybc-skin-green .button:hover span {
background-color: #ffa200;
}
body.ybc-skin-green ul.product_list .compare:hover .add_to_compare:before,
body.ybc-skin-green ul.product_list .wishlist:hover .addToWishlist:before {
color: #ffa200;
}
/* end ybc-skin-green */
@media (min-width: 992px){
body.ybc-layout-boxed .content_sortPagiBar div.selector {
width: 100px !important;
}
}
@media (min-width: 992px) and (max-width: 1199px){
.ybc-layout-boxed .ybc-menu > li > a {
padding: 37px 10px 38px;
}
.ybc-layout-boxed #search_block_top {
right: 15px;
}
.ybc-layout-boxed .product_list.grid > li {
width: 33%;
}
.ybc-layout-boxed #category ul.product_list.grid > li.first-in-line {
clear: inherit;
}
.ybc-layout-boxed#category .product_list.grid > li:nth-child(3n+1),
.ybc-layout-boxed#search .product_list.grid > li:nth-child(3n+1) {
clear: left;
}
.ybc-layout-boxed#index ul.product_list.tab-pane > li {
width: 195px !important;
}
.ybc-layout-boxed .footer-container #footer #newsletter_block_left {
width: 54%;
}
.ybc-layout-boxed .footer-container #footer #social_block {
width: 46%;
}
.ybc-layout-boxed .content_sortPagiBar .nbrItemPage {
width: 26%;
}
.ybc-layout-boxed #productscategory_list #bxslider1 .product-box.item {
margin-right: 23px;
}
}
@media (min-width: 768px) and (max-width: 991px){
.ybc-layout-boxed#index ul.product_list.tab-pane > li {
margin-right: 20px !important;
}
body.ybc-layout-boxed #center_column ul.product_list .product-container:hover .functional-buttons .compare,
body.ybc-layout-boxed #center_column ul.product_list .product-container:hover .functional-buttons > .wishlist {
margin-left: 0;
margin-right: 0;
}
body.ybc-layout-boxed .footer-container #footer #newsletter_block_left {
width: 62%;
}
body.ybc-layout-boxed #center_column .content_sortPagiBar .sortPagiBar #productsSortForm {
width: 36%;
}
body.ybc-layout-boxed .content_sortPagiBar div.selector {
width: 100px !important;
}
body.ybc-layout-boxed #productscategory_list #bxslider1 .product-box.item {
margin-right: 50px;
}
}
@media (max-width: 767px){
body.ybc-skin-orange .footer-container #footer .footer-block {
border-bottom: 1px solid rgb(250, 105, 0);
}
body.ybc-skin-green .footer-container #footer .footer-block {
border-bottom: 1px solid rgb(77, 180, 47);
}
body.ybc-skin-blue .footer-container #footer .footer-block {
border-bottom: 1px solid #018BBA;
}
body.ybc-skin-pink .footer-container #footer .footer-block {
border-bottom: 1px solid rgb(234, 76, 111);
}
body.ybc-skin-red .footer-container #footer .footer-block {
border-bottom: 1px solid #ff2321;
}
}
@media (max-width: 479px){
body.ybc-skin-pink #footer #newsletter_block_left {
border-top: 1px solid #ea4c6f;
}
body.ybc-skin-green #footer #newsletter_block_left {
border-top: 1px solid #4db42f;
}
body.ybc-skin-orange #footer #newsletter_block_left {
border-top: 1px solid #FA6900;
}
body.ybc-skin-blue #footer #newsletter_block_left {
border-top: 1px solid #018bba;
}
}

View File

@@ -0,0 +1,184 @@
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
background: #fff url('./ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face
{
font-family: 'slick';
font-weight: normal;
font-style: normal;
src: url('./fonts/slick.eot');
src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
border: 1px solid #D0D0D0;
color: #666666;
cursor: pointer;
display: block;
font-size: 0;
height: 30px;
line-height: 0;
outline: medium none;
padding: 0;
position: absolute;
top: 50%;
transform: translate(0px, -50%);
-webkit-transform: translate(0px, -50%);
width: 20px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
opacity: .25;
}
.slick-prev:before,
.slick-next:before
{
font-size: 20px;
line-height: 1;
opacity: .75;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
[dir='rtl'] .slick-prev
{
right: -25px;
left: auto;
}
.slick-prev:before
{
content: '←';
}
[dir='rtl'] .slick-prev:before
{
content: '→';
}
[dir='rtl'] .slick-next
{
right: auto;
left: -25px;
}
.slick-next:before
{
content: '→';
}
[dir='rtl'] .slick-next:before
{
content: '←';
}
/* Dots */
.slick-dotted.slick-slider
{
margin-bottom: 30px;
}
.slick-dots
{
position: absolute;
bottom: -25px;
display: block;
width: 100%;
padding: 0;
margin: 0;
list-style: none;
text-align: center;
}
.slick-dots li
{
position: relative;
display: inline-block;
width: 20px;
height: 20px;
margin: 0 5px;
padding: 0;
cursor: pointer;
}
.slick-dots li button
{
font-size: 0;
line-height: 0;
display: block;
width: 20px;
height: 20px;
padding: 5px;
cursor: pointer;
color: transparent;
border: 0;
outline: none;
background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
opacity: 1;
}
.slick-dots li button:before
{
font-family: 'slick';
font-size: 6px;
line-height: 20px;
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
content: '•';
text-align: center;
opacity: .25;
color: black;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
opacity: .75;
color: black;
}

View File

@@ -0,0 +1,117 @@
/* Slider */
.slick-slider
{
position: relative;
display: block;
box-sizing: border-box;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
-webkit-touch-callout: none;
-khtml-user-select: none;
-ms-touch-action: pan-y;
touch-action: pan-y;
-webkit-tap-highlight-color: transparent;
}
.slick-list
{
position: relative;
display: block;
overflow: hidden;
margin: 0;
padding: 0;
}
.slick-list:focus
{
outline: none;
}
.slick-list.dragging
{
cursor: pointer;
cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0);
-o-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
}
.slick-track
{
position: relative;
top: 0;
left: 0;
display: block;
}
.slick-track:before,
.slick-track:after
{
display: table;
content: '';
}
.slick-track:after
{
clear: both;
}
.slick-loading .slick-track
{
visibility: hidden;
}
.slick-slide
{
display: none;
float: left;
height: 100%;
min-height: 1px;
}
[dir='rtl'] .slick-slide
{
float: right;
}
.slick-slide img
{
display: block;
}
.slick-slide.slick-loading img
{
display: none;
}
.slick-slide.dragging img
{
pointer-events: none;
}
.slick-initialized .slick-slide
{
display: block;
}
.slick-loading .slick-slide
{
visibility: hidden;
}
.slick-vertical .slick-slide
{
display: block;
height: auto;
border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
display: none;
}

View File

@@ -0,0 +1,668 @@
.ybc-theme-panel {
font-family: Open Sans,Arial,"Times New Roman";
left: -302px;
overflow: hidden;
position: fixed;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
width: 330px;
z-index: 999999;
}
.tc_comparison_msg{
display: none;
}
.ybc-theme-panel-bg{
width: 35px;
height: 35px;
border: 1px solid #eee;
display: inline-block;
cursor: pointer;
}
.ybc-theme-panel-bg-list li{
list-style: none;
display: inline-block;
margin-right: 5px;
}
.ybc-theme-panel-wrapper {
float: left;
height: 100%;
padding: 0 10px 10px;
width: 100%;
color: #333;
}
.ybc-theme-panel-loading{
position: absolute;
z-index: 999;
/*background: url('../img/blinder.png');*/
width: 100%;
height: 100%;
display: none;
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.9);
}
.ie8 .ybc-theme-panel-loading{
background-color: #FFFFFF;
}
.ybc-theme-panel-loading-setting {
display: table;
height: 100%;
width: 100%;
}
#footer .ybc-theme-panel-inner #ybc_tc_float_header li.active {
background-color: #c79b50;
pointer-events: none;
}
#ybc_tc_layout li.active,
#ybc_tc_skin > li.active {
pointer-events: none;
}
#footer .ybc-theme-panel-inner #ybc_tc_float_header li {
background-color: transparent;
color: #fff;
float: left;
font-size: 13px;
line-height: 26px;
padding-bottom: 0;
text-align: center;
width: 50px;
margin: 0;
}
#ybc_tc_float_header {
background-color: #dfdfdf;
border-radius: 3px;
float: left;
overflow: hidden;
}
.ybc-theme-panel-box.tc-reset > span:hover:before {
color: #018BBA;
transition: color 0.5s ease 0s;
}
.ybc-theme-panel-loading-setting {
display: table;
height: 100%;
width: 100%;
}
.ybc-theme-panel-loading-setting > h2 {
display: table-cell;
font-size: 14px;
font-weight: bold;
text-align: center;
text-transform: uppercase;
vertical-align: middle;
}
.ybc-theme-panel-loading-logo {
border-radius: 50%;
height: 65px;
margin-bottom: 10px;
padding: 10px;
width: 65px;
}
.ybc-theme-panel-medium {
background-color: #fff;
border: 1px solid #c6c6c6;
float: left;
height: 100%;
position: relative;
width: 300px;
padding-bottom: 1px;
}
.ybc-theme-panel-bg.active{
border: 1px solid #0160BF;
}
.ybc-theme-panel-bg:hover{
border: 1px solid #ccc;
}
.ybc-theme-panel-btn {
border-color: transparent transparent transparent red;
border-style: solid;
border-width: 30px;
color: #ffffff;
cursor: pointer;
font-size: 16px;
font-weight: bold;
left: 298px;
line-height: 21px;
padding: 0;
position: absolute;
top: 140px;
}
.ie8 .ybc-theme-panel-btn{
left: 100%;
width: 115px;
}
.ybc-theme-panel-box {
float: left;
margin: 3px 0;
width: 100%;
}
.ybc-theme-panel-box label {
float: left;
font-size: 13px;
width: 115px;
}
.ybc-theme-panel-box select {
float: left;
font-size: 12px;
min-width: 100px;
}
.ybc-theme-panel-inner {
float: left;
padding: 0;
width: 100%;
}
.ybc-theme-panel-wrapper > h2 {
background-color: #efefef;
border-bottom: 1px solid #c6c6c6;
color: #333333;
font-size: 14px;
font-weight: bold;
margin: 0 -10px;
padding: 10px 0;
text-align: center;
text-transform: uppercase;
}
.ybc-theme-panel-wrapper > .ybc-theme-panel-box.tc-separator {
border-top: medium none;
}
.ybc-theme-panel-box.tc-separator h3 {
font-size: 14px;
font-weight: bold;
margin: 10px 0;
text-transform: uppercase;
}
.ybc-theme-panel-box.tc-separator {
border-top: 1px solid #dedede;
float: left;
width: 100%;
}
.ybc-theme-panel-btn:before {
content: "\f013";
font-family: FontAwesome;
left: -24px;
margin-right: 10px;
position: absolute;
top: -10px;
}
.ybc-theme-panel-box.tc-reset > span:before {
color: #888888;
content: "\f01e";
font-family: FontAwesome;
font-size: 12px;
font-weight: normal;
margin-right: 7px;
}
.ybc-theme-panel-box.tc-reset > span {
cursor: pointer;
font-size: 12px;
font-weight: bold;
}
.ybc-theme-panel-box.tc-reset > span:hover {
color: #018BBA;
transition: color 0.5s ease 0s;
}
.ybc-theme-panel-btn:hover:after {
background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
transition: background-color 0.5s ease 0s;
}
.ybc-theme-panel-box.tc-reset {
border-top: 1px solid #DEDEDE;
margin-bottom: 0;
padding-top: 10px;
}
body.ybc-fontsize-small{
font-size: small;
}
body.ybc-fontsize-medium{
font-size: medium;
}
body.ybc-fontsize-large{
font-size: large;
}
/*setting general font*/
body.ybc-gf-arial{
font-family: Arial;
}
body.ybc-gf-default{
font-family: Open Sans;
}
body.ybc-gf-verdana{
font-family: verdana;
}
body.ybc-gf-tahoma{
font-family: tahoma;
}
body.ybc-gf-times{
font-family: Times New Roman;
}
body.ybc-gf-impact{
font-family: impact;
}
body.ybc-gf-courier{
font-family: Courier New;
}
/*end general font*/
/*setting background image*/
body.ybc-bg-img-default{
background: #fff;
}
/*end setting background image*/
/*setting font-family heading font*/
body.ybc-hf-arial .title_cat, body.ybc-hf-arial .pb-center-column h1,
body.ybc-hf-arial .ybc_htmltitle > span, body.ybc-hf-arial .page-heading,
body.ybc-hf-arial h2, body.ybc-hf-arial h3, body.ybc-hf-arial h4{
font-family: Arial;
}
body.ybc-hf-default .title_cat, body.ybc-hf-default .pb-center-column h1,
body.ybc-hf-default .ybc_htmltitle > span, body.ybc-hf-default .page-heading,
body.ybc-hf-default h2, body.ybc-hf-default h3, body.ybc-hf-default h4{
font-family: Open Sans;
}
body.ybc-hf-verdana .title_cat, body.ybc-hf-verdana .pb-center-column h1,
body.ybc-hf-verdana .ybc_htmltitle > span, body.ybc-hf-verdana .page-heading,
body.ybc-hf-verdana h2, body.ybc-hf-verdana h3, body.ybc-hf-verdana h4{
font-family: verdana;
}
body.ybc-hf-tahoma .title_cat, body.ybc-hf-tahoma .pb-center-column h1,
body.ybc-hf-tahoma .ybc_htmltitle > span, body.ybc-hf-tahoma .page-heading,
body.ybc-hf-tahoma h2, body.ybc-hf-tahoma h3, body.ybc-hf-tahoma h4{
font-family: tahoma;
}
body.ybc-hf-times .title_cat, body.ybc-hf-times .pb-center-column h1,
body.ybc-hf-times .ybc_htmltitle > span, body.ybc-hf-times .page-heading,
body.ybc-hf-times h2, body.ybc-hf-times h3, body.ybc-hf-times h4{
font-family: Times New Roman;
}
body.ybc-hf-impact .title_cat, body.ybc-hf-impact .pb-center-column h1,
body.ybc-hf-impact .ybc_htmltitle > span, body.ybc-hf-impact .page-heading,
body.ybc-hf-impact h2, body.ybc-hf-impact h3, body.ybc-hf-impact h4{
font-family: impact;
}
body.ybc-hf-courier .title_cat, body.ybc-hf-courier .pb-center-column h1,
body.ybc-hf-courier .ybc_htmltitle > span, body.ybc-hf-courier .page-heading,
body.ybc-hf-courier h2, body.ybc-hf-courier h3, body.ybc-hf-courier h4{
font-family: Courier New;
}
/*end setting heading font*/
/* setting custom font*/
body.ybc-cf-arial .content_price, body.ybc-cf-arial .new-label, body.ybc-cf-arial .sale-label{
font-family: Arial;
}
body.ybc-cf-default .content_price, body.ybc-cf-default .new-label, body.ybc-cf-default .sale-label{
font-family: Open Sans;
}
body.ybc-cf-verdana .content_price, body.ybc-cf-verdana .new-label, body.ybc-cf-verdana .sale-label{
font-family: verdana;
}
body.ybc-cf-times .content_price, body.ybc-cf-times .new-label, body.ybc-cf-times .sale-label{
font-family: Times New Roman;
}
body.ybc-cf-impact .content_price, body.ybc-cf-impact .new-label, body.ybc-cf-impact .sale-label{
font-family: impact;
}
body.ybc-cf-courier .content_price, body.ybc-cf-courier .new-label, body.ybc-cf-courier .sale-label{
font-family: Courier New;
}
body.ybc-cf-abel .content_price, body.ybc-cf-abel .new-label, body.ybc-cf-abel .sale-label{
font-family: Abel;
}
.ybc-skin li {
border-radius: 50%;
cursor: pointer;
float: left;
height: 25px;
margin: 5px;
overflow: hidden;
position: relative;
width: 25px;
}
.ybc-skin{
float: left;
width: 100%;
}
.ybc-skin li:first-child{
margin-left: 0;
}
#ybc_tc_skin > li.active:before {
content: "\f00c";
}
#ybc_tc_skin > li::before {
color: #fff;
content: "";
float: left;
font-family: fontawesome;
font-size: 15px;
height: 100%;
line-height: 26px;
text-align: center;
width: 100%;
}
#ybc_tc_layout li.active:before {
content: "\f046";
}
#ybc_tc_layout li:before {
content: "\f096";
font-family: FontAwesome;
margin-right: 6px;
font-weight: normal;
}
.ybc-theme-panel-box li, .footer-container #footer .ybc-theme-panel-box #ybc_tc_skin li {
cursor: pointer;
padding: 0;
}
@media (max-width: 767px){
.ybc-theme-panel-btn {
display: none !important;
}
}
@keyframes spinner{
0 {transform: rotate(0deg);}
50% {transform: rotate(180deg);}
100% {transform: rotate(360deg);}
}
@-webkit-keyframes spinner{
0 {transform: rotate(0deg);}
50% {transform: rotate(180deg);}
100% {transform: rotate(360deg);}
}
@-ms-keyframes spinner{
0 {transform: rotate(0deg);}
50% {transform: rotate(180deg);}
100% {transform: rotate(360deg);}
}
@-o-keyframes spinner{
0 {transform: rotate(0deg);}
50% {transform: rotate(180deg);}
100% {transform: rotate(360deg);}
}
.ybc-theme-panel-btn:before {
-webkit-animation-name: spinner;
animation-name: spinner;
-webkit-animation-duration: 4s;
animation-duration: 4s;
-webkit-animation-timing-function: linear;
animation-timing-function: linear;
-webkit-animation-iteration-count: infinite;
animation-iteration-count: infinite;
}
/*style for Floating Header*/
.ybc_custom_float_header.scroll_heading {
box-shadow: 0 0 3px 0 #999;
left: 0;
top: 0;
width: 100%;
}
#header .ybc_custom_float_header.scroll_heading #header_logo {
float: left;
margin-top: 20px;
max-width: 16%;
width: auto;
margin-right: 0
}
#header .ybc_custom_float_header.scroll_heading .ybc-menu-wrapper {
margin-top: 12px;
text-align: center;
width: 75%;
}
.ybc_custom_float_header.scroll_heading #search_block_top{
display:none;
}
.ybc_custom_float_header.scroll_heading .ybc-menu {
text-align: center;
}
.ybc_custom_float_header.scroll_heading .ybc-menu > li {
display: inline-block;
float: none;
margin: 0 auto;
}
.ybc_custom_float_header.scroll_heading .ybc-menu .ybc-menu-columns-wrapper{
text-align: left;
}
.ybc_custom_float_header.scroll_heading .custom_block_cart {
margin-right: 0;
margin-top: 12px;
max-width: 9%;
padding-right: 15px;
}
.ybc_custom_float_header.scroll_heading .ybc-menu > .ybc-menu-item > .ybc-menu-item-link,
.ybc_custom_float_header.scroll_heading .ybc-menu > .ybc-menu-item > .ybc-menu-item-no-link {
font-size: 15px;
padding: 8px 25px 20px 15px;
}
.ybc_custom_float_header.scroll_heading .ybc-menu-slide .ybc-menu-column-type-full .ybc-menu-columns-wrapper.ybc-mm-control-content {
max-width: 100%;
}
.ybc_custom_float_header.scroll_heading .shopping_cart .ajax_cart_product_txt_s,
.ybc_custom_float_header.scroll_heading .shopping_cart .ajax_cart_product_txt {
display: none!important;
}
@media (min-width: 992px) and (max-width: 1199px){
.ybc_custom_float_header.scroll_heading .ybc-menu > .ybc-menu-item > .ybc-menu-item-link,
.ybc_custom_float_header.scroll_heading .ybc-menu > .ybc-menu-item > .ybc-menu-item-no-link {
padding: 8px 15px 20px;
}
.ybc_custom_float_header.scroll_heading .shopping_cart > a:first-child {
display: block;
font-size: 16px;
overflow: hidden;
padding: 0 0px 14px 0px;
}
}
@media (min-width: 768px) and (max-width: 991px){
.ybc_custom_float_header.scroll_heading .ybc-menu > li {
float: left;
}
#header .ybc_custom_float_header.scroll_heading #header_logo {
float: left;
margin: 12px 0 10px 25%;
max-width: 100%;
text-align: center;
width: calc(100% - 50%);
}
#header .ybc_custom_float_header.scroll_heading .custom_block_cart {
max-width: 25%;
}
#header .ybc_custom_float_header.scroll_heading .ybc-menu-wrapper {
left: 0;
max-width: 25%;
position: absolute;
top: 0;
width: auto;
margin-top: 8px;
}
.ybc_custom_float_header.scroll_heading .ybc-menu-main-content {
float: left;
opacity: 0;
overflow: hidden;
position: absolute;
top: 100%;
transition: all 0.35s ease 0s;
-webkit-transition: all 0.35s ease 0s;
visibility: hidden;
width: 100%;
}
.ybc_custom_float_header.scroll_heading .ybc-menu-button-toggle, .ybc_custom_float_header.scroll_heading .ybc-menu-toggle {
display: block;
max-width: 100%;
width: auto;
min-height: 45px;
}
.ybc_custom_float_header.scroll_heading .ybc-menu-button-toggle_icon {
float: left;
height: 100%;
left: 0;
margin-right: 0;
margin-top: 8px;
position: absolute;
top: 0;
width: 100%;
}
.ybc_custom_float_header.scroll_heading .ybc-menu-button-toggle > span {
float: left;
height: 100%;
text-indent: 999px;
width: 100%;
overflow: hidden;
}
.ybc_custom_float_header.scroll_heading .ybc-menu-button-toggle .ybc-menu-button-toggle_icon .icon-bar {
height: 3px;
width: 28px;
}
.ybc_custom_float_header.scroll_heading .ybc-menu-main-content.active {
opacity: 1;
visibility: visible;
}
.ybc_custom_float_header.scroll_heading .ybc-menu > li {
float: left;
width: 100%;
}
.ybc_custom_float_header.scroll_heading .ybc-menu > .ybc-menu-item > .ybc-menu-item-link,
.ybc_custom_float_header.scroll_heading .ybc-menu > .ybc-menu-item > .ybc-menu-item-no-link {
padding: 8px 25px 20px 0;
}
.ybc_custom_float_header.scroll_heading #ybc-menu-main-content {
box-shadow: 0 0 2px 0 #bbb;
max-height: calc(100% - 70px);
overflow-y: scroll;
position: fixed;
top: 53px;
width: 400px;
z-index: 9999;
}
.ybc_custom_float_header.scroll_heading .ybc-menu-slide li:hover .ybc-menu-columns-wrapper {
border: none;
}
.ybc_custom_float_header.scroll_heading .ybc-menu-layout-light.ybc-menu-skin-custom .ybc-menu .ybc-menu-item {
border-right: none;
}
.ybc_custom_float_header.scroll_heading .ybc-mm-control.closed::before{
content: "\f067";
font-family: FontAwesome;
}
.ybc_custom_float_header.scroll_heading .ybc-mm-control.opened:before{
content: "\f068";
font-family: FontAwesome;
}
.ybc_custom_float_header.scroll_heading .ybc-menu > li > .ybc-mm-control.closed:before,
.ybc_custom_float_header.scroll_heading .ybc-menu > li > .ybc-mm-control.opened:before{
float: left;
font-size: 13px;
height: 40px;
line-height: 40px;
text-align: center;
width: 40px;
}
}
@media (max-width: 767px){
#header .ybc_custom_float_header.scroll_heading #header_logo {
float: left;
margin-bottom: 10px;
margin-left: 55px;
margin-top: 15px;
max-width: 100%;
padding: 0 15px;
text-align: center;
width: calc(100% - 120px);
}
#header .ybc_custom_float_header.scroll_heading .ybc-menu-wrapper {
left: 0;
margin-top: 12px;
position: absolute;
text-align: center;
top: 0;
width: 70px;
}
.ybc_custom_float_header.scroll_heading .custom_block_cart {
max-width: 90px;
}
.ybc_custom_float_header.scroll_heading .ybc-menu-button-toggle_icon {
float: left;
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
}
.ybc_custom_float_header.scroll_heading .ybc-menu-button-toggle > span {
height: 35px;
max-width: 100%;
overflow: hidden;
text-indent: 999px;
}
.ybc_custom_float_header.scroll_heading #ybc-menu-main-content {
box-shadow: 0 1px 2px 0 #999;
left: 10px;
max-height: calc(100% - 60px);
max-width: 90%;
opacity: 0;
overflow-y: scroll;
position: fixed;
top: 56px;
visibility: hidden;
width: 400px;
z-index: 9999;
}
.ybc_custom_float_header.scroll_heading #ybc-menu-main-content .ybc-menu .ybc-menu-item:first-child > .ybc-menu-item-link,
.ybc_custom_float_header.scroll_heading .ybc-menu > .ybc-menu-item > .ybc-menu-item-link,
.ybc_custom_float_header.scroll_heading .ybc-menu > .ybc-menu-item > .ybc-menu-item-no-link {
padding: 8px 25px 8px 0;
}
.ybc_custom_float_header.scroll_heading #ybc-menu-main-content.active {
visibility: visible;
opacity: 1;
}
.ybc-theme-panel {
display: none;
}
}
@media (max-width: 479px){
.ybc_custom_float_header.scroll_heading .logo.img-responsive {
width: 180px;
}
.ybc_custom_float_header.scroll_heading .ybc-menu-button-toggle > span {
height: 34px;
}
#header .ybc_custom_float_header.scroll_heading .ybc-menu-wrapper {
margin-top: 8px;
}
.ybc_custom_float_header.scroll_heading .shopping_cart > a:first-child::before {
font-size: 22px;
}
.ybc_custom_float_header.scroll_heading .custom_block_cart {
margin-top: 6px;
}
.ybc_custom_float_header.scroll_heading #ybc-menu-main-content {
top: 48px;
}
.ybc_custom_float_header.scroll_heading .shopping_cart > a:first-child {
padding: 7px 0 14px 16px;
}
}

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.5 KiB

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.8 KiB

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,55 @@
INSERT INTO `_DB_PREFIX_ybc_mm_menu` VALUES('2','CUSTOM','http://demo.etssoft.net/digital/en/3-television','0','0','0','FULL','100','','','','','','','title','1','bottom','','','','1','fa-television','','1','2');
INSERT INTO `_DB_PREFIX_ybc_mm_menu` VALUES('4','CUSTOM','http://demo.etssoft.net/digital/en/6-phones','0','0','0','FULL','100','','','','','','','title','1','bottom','','','','1','','i-mobile.png','1','5');
INSERT INTO `_DB_PREFIX_ybc_mm_menu` VALUES('5','CONTACT','','0','0','0','LEFT','','','','','','','','title','1','bottom','','','','1','fa-envelope-o','','1','11');
INSERT INTO `_DB_PREFIX_ybc_mm_menu` VALUES('8','CUSTOM','http://demo.etssoft.net/digital/blog','0','0','0','LEFT','','','','','','','','title','1','bottom','','','','1','fa-pencil-square-o','','1','12');
INSERT INTO `_DB_PREFIX_ybc_mm_menu` VALUES('10','CUSTOM','http://demo.etssoft.net/digital/en/5-pc-computer','0','0','0','FULL','100','','','','','','#FFFFFF','title','1','bottom','','','ybc_new','1','','i-computer.png','1','4');
INSERT INTO `_DB_PREFIX_ybc_mm_menu` VALUES('11','CUSTOM','http://demo.etssoft.net/digital/en/4-laptops','0','0','0','FULL','100','','','','','','#FFFFFF','title','1','bottom','','','ybc_sale','1','','i-laptop.png','1','3');
INSERT INTO `_DB_PREFIX_ybc_mm_menu` VALUES('12','CUSTOM','http://demo.etssoft.net/digital/en/7-cameras-lenses','0','0','0','FULL','100','#333333','#777777','','#FF564B','#DDDDDD','#FFFFFF','title','1','bottom','','','','1','fa-camera-retro','','1','6');
INSERT INTO `_DB_PREFIX_ybc_mm_menu` VALUES('13','CUSTOM','http://demo.etssoft.net/digital/en/8-electronics','0','0','0','FULL','100','#333333','#777777','','#FF564B','#DDDDDD','#FFFFFF','title','1','bottom','','','','1','','i-electronic.png','1','7');
INSERT INTO `_DB_PREFIX_ybc_mm_menu` VALUES('14','CUSTOM','http://demo.etssoft.net/digital/en/9-apples','0','0','0','FULL','100','','','','','','','title','1','bottom','','','','1','','i-apple.png','1','8');
INSERT INTO `_DB_PREFIX_ybc_mm_menu` VALUES('15','CUSTOM','http://demo.etssoft.net/digital/en/10-smart-watch','0','0','0','FULL','100','','','','','','','title','1','bottom','','','','1','','i-watch.png','1','9');
INSERT INTO `_DB_PREFIX_ybc_mm_menu` VALUES('16','CUSTOM','http://demo.etssoft.net/digital/en/11-accessories','0','0','0','FULL','100','','','','','','','title','1','bottom','','','','1','fa-headphones','','1','10');
INSERT INTO `_DB_PREFIX_ybc_mm_block` VALUES('4','4','HTML','1','1','1','1','model.jpg','1','','','4');
INSERT INTO `_DB_PREFIX_ybc_mm_block` VALUES('5','30','HTML','a:5:{s:8:\"CATEGORY\";a:2:{s:27:\"categories_list_include_sub\";s:1:\"1\";s:10:\"categories\";a:0:{}}s:7:\"PRODUCT\";a:1:{i:0;s:0:\"\";}s:3:\"CMS\";a:0:{}s:4:\"MNFT\";a:0:{}s:6:\"CUSTOM\";a:2:{s:5:\"label\";s:0:\"\";s:4:\"link\";s:0:\"\";}}','1','1','1','','1','','#','1');
INSERT INTO `_DB_PREFIX_ybc_mm_block` VALUES('9','32','PRODUCT','a:5:{s:8:\"CATEGORY\";a:2:{s:27:\"categories_list_include_sub\";s:1:\"1\";s:10:\"categories\";a:0:{}}s:7:\"PRODUCT\";a:2:{i:0;s:1:\"1\";i:1;s:1:\"2\";}s:3:\"CMS\";a:0:{}s:4:\"MNFT\";a:0:{}s:6:\"CUSTOM\";a:2:{s:5:\"label\";s:0:\"\";s:4:\"link\";s:0:\"\";}}','0','1','1','','1','','','1');
INSERT INTO `_DB_PREFIX_ybc_mm_block` VALUES('11','34','HTML','a:5:{s:8:\"CATEGORY\";a:2:{s:27:\"categories_list_include_sub\";s:1:\"1\";s:10:\"categories\";a:0:{}}s:7:\"PRODUCT\";a:1:{i:0;s:0:\"\";}s:3:\"CMS\";a:0:{}s:4:\"MNFT\";a:0:{}s:6:\"CUSTOM\";a:2:{s:5:\"label\";s:0:\"\";s:4:\"link\";s:0:\"\";}}','1','1','1','','1','','','1');
INSERT INTO `_DB_PREFIX_ybc_mm_block` VALUES('13','35','HTML','a:5:{s:8:\"CATEGORY\";a:2:{s:27:\"categories_list_include_sub\";s:1:\"1\";s:10:\"categories\";a:0:{}}s:7:\"PRODUCT\";a:1:{i:0;s:0:\"\";}s:3:\"CMS\";a:0:{}s:4:\"MNFT\";a:0:{}s:6:\"CUSTOM\";a:2:{s:5:\"label\";s:0:\"\";s:4:\"link\";s:0:\"\";}}','1','1','1','','1','','','1');
INSERT INTO `_DB_PREFIX_ybc_mm_block` VALUES('15','36','PRODUCT','a:5:{s:8:\"CATEGORY\";a:2:{s:27:\"categories_list_include_sub\";s:1:\"1\";s:10:\"categories\";a:0:{}}s:7:\"PRODUCT\";a:2:{i:0;s:1:\"4\";i:1;s:1:\"6\";}s:3:\"CMS\";a:0:{}s:4:\"MNFT\";a:0:{}s:6:\"CUSTOM\";a:2:{s:5:\"label\";s:0:\"\";s:4:\"link\";s:0:\"\";}}','1','1','1','','1','ybc_hot','','1');
INSERT INTO `_DB_PREFIX_ybc_mm_block` VALUES('16','33','PRODUCT','a:5:{s:8:\"CATEGORY\";a:2:{s:27:\"categories_list_include_sub\";s:1:\"1\";s:10:\"categories\";a:0:{}}s:7:\"PRODUCT\";a:2:{i:0;s:1:\"5\";i:1;s:1:\"6\";}s:3:\"CMS\";a:0:{}s:4:\"MNFT\";a:0:{}s:6:\"CUSTOM\";a:2:{s:5:\"label\";s:0:\"\";s:4:\"link\";s:0:\"\";}}','0','1','1','','1','','','1');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('6','2','1','','1','1','','3_12','','1','1');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('7','2','1','','1','1','','3_12','','1','2');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('8','2','1','','1','1','','3_12','','1','3');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('10','2','1','','0','0','content_center_midle','3_12','television.jpg','1','4');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('12','5','1','','0','1','','12_12','','0','1');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('13','7','1','','1','1','','3_12','','1','1');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('14','7','1','','1','1','','3_12','','1','2');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('15','7','1','','1','1','','3_12','','1','3');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('16','7','1','','1','1','','3_12','','1','4');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('17','7','1','','0','1','','6_12','hygiene-870763_960_720.jpg','1','5');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('18','7','1','','0','1','','6_12','perfume-1433654_960_720.jpg','1','6');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('19','9','1','','1','1','','3_12','','1','1');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('20','9','1','','1','1','','3_12','','1','2');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('21','9','1','','1','1','','3_12','','1','3');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('22','9','1','','1','1','','3_12','','1','4');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('23','9','1','','0','1','','6_12','imac-606765_960_720.jpg','1','5');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('24','9','1','','0','1','','6_12','laptop-computer-1245981_960_720.jpg','1','6');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('25','8','1','','0','1','','12_12','','1','1');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('26','1','1','','0','1','','2_12','','1','1');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('27','1','1','','0','1','','2_12','','1','2');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('28','1','1','','0','1','','2_12','','1','3');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('29','1','1','','0','1','','2_12','','1','4');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('30','11','1','#','0','0','','3_12','','0','1');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('32','11','1','','0','0','','4_12','','0','2');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('33','11','1','','0','0','','4_12','','1','3');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('34','10','1','#','0','0','','3_12','','0','1');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('35','10','1','','0','0','','3_12','','0','2');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('36','10','1','','0','1','','3_12','','0','3');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('37','10','1','','0','1','','3_12','ipad.jpg','1','4');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('39','1','1','','0','1','','2_12','','1','5');
INSERT INTO `_DB_PREFIX_ybc_mm_column` VALUES('40','1','1','','0','1','','2_12','','1','6');

View File

@@ -0,0 +1,142 @@
INSERT INTO `_DB_PREFIX_ybc_mm_menu_lang` VALUES('2','_ID_LANG_','Television');
INSERT INTO `_DB_PREFIX_ybc_mm_menu_lang` VALUES('4','_ID_LANG_','Phones');
INSERT INTO `_DB_PREFIX_ybc_mm_menu_lang` VALUES('5','_ID_LANG_','Contact');
INSERT INTO `_DB_PREFIX_ybc_mm_menu_lang` VALUES('8','_ID_LANG_','Blog');
INSERT INTO `_DB_PREFIX_ybc_mm_menu_lang` VALUES('10','_ID_LANG_','PC computers');
INSERT INTO `_DB_PREFIX_ybc_mm_menu_lang` VALUES('11','_ID_LANG_','Laptops');
INSERT INTO `_DB_PREFIX_ybc_mm_menu_lang` VALUES('12','_ID_LANG_','Cameras & lenses');
INSERT INTO `_DB_PREFIX_ybc_mm_menu_lang` VALUES('13','_ID_LANG_','Electronics');
INSERT INTO `_DB_PREFIX_ybc_mm_menu_lang` VALUES('14','_ID_LANG_','Apples');
INSERT INTO `_DB_PREFIX_ybc_mm_menu_lang` VALUES('15','_ID_LANG_','Smart Watches');
INSERT INTO `_DB_PREFIX_ybc_mm_menu_lang` VALUES('16','_ID_LANG_','Accessories');
INSERT INTO `_DB_PREFIX_ybc_mm_block_lang` VALUES('4','_ID_LANG_','','','');
INSERT INTO `_DB_PREFIX_ybc_mm_block_lang` VALUES('5','_ID_LANG_','Adipiscing','','<ul>
<li><a href=\"#\">Lorem ipsum</a></li>
<li><a href=\"#\">Dolor sit</a></li>
<li><a href=\"#\">Amet consectetur</a></li>
<li><a href=\"#\">Adipiscing</a></li>
<li><a href=\"#\">Quis nostrud</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_block_lang` VALUES('9','_ID_LANG_','Adipiscing','','<ul>
<li><a href=\"#\">Lorem ipsum</a></li>
<li><a href=\"#\">Dolor sit</a></li>
<li><a href=\"#\">Amet consectetur</a></li>
<li><a href=\"#\">Adipiscing</a></li>
<li><a href=\"#\">Quis nostrud</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_block_lang` VALUES('11','_ID_LANG_','Adipiscing','','<ul>
<li><a href=\"#\">Lorem ipsum</a></li>
<li><a href=\"#\">Dolor sit</a></li>
<li><a href=\"#\">Amet consectetur</a></li>
<li><a href=\"#\">Adipiscing</a></li>
<li><a href=\"#\">Quis nostrud</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_block_lang` VALUES('13','_ID_LANG_','Adipiscing','','<ul>
<li><a href=\"#\">Lorem ipsum</a></li>
<li><a href=\"#\">Dolor sit</a></li>
<li><a href=\"#\">Amet consectetur</a></li>
<li><a href=\"#\">Adipiscing</a></li>
<li><a href=\"#\">Quis nostrud</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_block_lang` VALUES('15','_ID_LANG_','Hot deals','','');
INSERT INTO `_DB_PREFIX_ybc_mm_block_lang` VALUES('16','_ID_LANG_','list product','','');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('6','_ID_LANG_','SAMSUNG','<ul><li><a href=\"#\">Lorem ipsum</a></li>
<li><a href=\"#\">Vivamus porta</a></li>
<li><a href=\"#\">Sed faucibus sodales</a></li>
<li><a href=\"#\">Sed elit nisi</a></li>
<li><a href=\"#\">Suspendisse commodo</a></li>
<li><a href=\"#\">Cras id rutrum leo</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('7','_ID_LANG_','Toshiba','<ul><li><a href=\"#\">Lorem ipsum</a></li>
<li><a href=\"#\">Vivamus porta</a></li>
<li><a href=\"#\">Sed faucibus sodales</a></li>
<li><a href=\"#\">Sed elit nisi</a></li>
<li><a href=\"#\">Suspendisse commodo</a></li>
<li><a href=\"#\">Cras id rutrum leo</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('8','_ID_LANG_','Sony Bravia','<ul><li><a href=\"#\">Lorem ipsum</a></li>
<li><a href=\"#\">Vivamus porta</a></li>
<li><a href=\"#\">Sed faucibus sodales</a></li>
<li><a href=\"#\">Sed elit nisi</a></li>
<li><a href=\"#\">Suspendisse commodo</a></li>
<li><a href=\"#\">Cras id rutrum leo</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('10','_ID_LANG_','image','');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('12','_ID_LANG_','Contact link','<ul><li><a class=\"ybc-mm-item-link\" href=\"http://demo.etssoft.net/digital/en/contact-us?YBC_TC_CONTACT_FORM_LAYOUT=layout1\">Contact page 1</a></li>
<li><a class=\"ybc-mm-item-link\" href=\"http://demo.etssoft.net/digital/en/contact-us?YBC_TC_CONTACT_FORM_LAYOUT=layout2\">Contact page 2</a></li>
<li><a class=\"ybc-mm-item-link\" href=\"http://demo.etssoft.net/digital/en/contact-us?YBC_TC_CONTACT_FORM_LAYOUT=layout3\">Contact page 3</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('13','_ID_LANG_','Cosmetics','<ul><li><a href=\"http://demo.etssoft.net/imake/en/14-lips\">Lips</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/15-skin-care\">Skin Care</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/18-brows\">Brows</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/12-cosmetics\">Cosmetics</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('14','_ID_LANG_','Lorem ipsum','<ul><li><a href=\"http://demo.etssoft.net/imake/en/18-brows\">Brows</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/14-lips\">Lips</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/12-cosmetics\">Cosmetics</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/15-skin-care\">Skin Care</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('15','_ID_LANG_','Lorem ipsum','<ul><li><a href=\"http://demo.etssoft.net/imake/en/12-cosmetics\">Cosmetics</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/15-skin-care\">Skin Care</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/18-brows\">Brows</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/14-lips\">Lips</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('16','_ID_LANG_','Categories','<ul><li><a href=\"http://demo.etssoft.net/imake/en/15-skin-care\">Skin Care</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/18-brows\">Brows</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/14-lips\">Lips</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/12-cosmetics\">Cosmetics</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('17','_ID_LANG_','image','');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('18','_ID_LANG_','image','');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('19','_ID_LANG_','Samsung','<ul><li><a href=\"http://demo.etssoft.net/imake/en/22-headphone\">Headphone</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/20-television\">Television</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/21-camera\">Camera</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/19-mobile-phone\">Mobile phone</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('20','_ID_LANG_','Sony','<ul><li><a href=\"http://demo.etssoft.net/imake/en/21-camera\">Camera</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/22-headphone\">Headphone</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/20-television\">Television</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/19-mobile-phone\">Mobile phone</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('21','_ID_LANG_','Microsoft','<ul><li><a href=\"http://demo.etssoft.net/imake/en/19-mobile-phone\">Mobile phone</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/21-camera\">Camera</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/22-headphone\">Headphone</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/20-television\">Television</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('22','_ID_LANG_','Asus','<ul><li><a href=\"http://demo.etssoft.net/imake/en/21-camera\">Camera</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/19-mobile-phone\">Mobile phone</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/20-television\">Television</a></li>
<li><a href=\"http://demo.etssoft.net/imake/en/22-headphone\">Headphone</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('23','_ID_LANG_','image','');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('24','_ID_LANG_','image','');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('25','_ID_LANG_','Main page','<ul><li><a href=\"http://demo.etssoft.net/digital/blog\">Main page</a></li>
<li><a href=\"http://demo.etssoft.net/digital/en/blog/post/1-sample-post1.html\">Post page</a></li>
<li><a href=\"http://demo.etssoft.net/digital/en/blog/category/1-fashion.html\">Category page</a></li>
<li><a href=\"http://demo.etssoft.net/digital/en/blog/author/1-sang-doan\">Author page</a></li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('26','_ID_LANG_','homepage1','<div class=\"img_homepage\" style=\"background-image:url(&quot;http://demo.etssoft.net/digital/img/cms/ld-home-1.jpg&quot;);\"><a href=\"http://demo.etssoft.net/digital/en/?YBC_TC_LAYOUT=LAYOUT1&amp;tc_init=1\"> </a></div>
<h4 class=\"title_menu_homepage\"><a href=\"http://demo.etssoft.net/digital/en/?YBC_TC_LAYOUT=LAYOUT1&amp;tc_init=1\">Home page 1</a></h4>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('27','_ID_LANG_','Home page 2','<div class=\"img_homepage\" style=\"background-image:url(&quot;http://demo.etssoft.net/digital/img/cms/ld-home-2.jpg&quot;);\"><a href=\"http://demo.etssoft.net/digital/en/?YBC_TC_LAYOUT=LAYOUT2&amp;tc_init=1\">  </a></div>
<h4 class=\"title_menu_homepage\"><a href=\"http://demo.etssoft.net/digital/en/?YBC_TC_LAYOUT=LAYOUT2&amp;tc_init=1\">Home page 2</a></h4>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('28','_ID_LANG_','Home page 3','<div class=\"img_homepage\" style=\"background-image:url(&quot;http://demo.etssoft.net/digital/img/cms/ld-home-3.jpg&quot;);\"><a href=\"http://demo.etssoft.net/digital/en/?YBC_TC_LAYOUT=LAYOUT3&amp;tc_init=1\">  </a></div>
<h4 class=\"title_menu_homepage\"><a href=\"http://demo.etssoft.net/digital/en/?YBC_TC_LAYOUT=LAYOUT3&amp;tc_init=1\">Home page 3</a></h4>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('29','_ID_LANG_','Home page 4','<div class=\"img_homepage\" style=\"background-image:url(&quot;http://demo.etssoft.net/digital/img/cms/ld-home-4.jpg&quot;);\"><a href=\"http://demo.etssoft.net/digital/en/?YBC_TC_LAYOUT=LAYOUT4&amp;tc_init=1\">  </a></div>
<h4 class=\"title_menu_homepage\"><a href=\"http://demo.etssoft.net/digital/en/?YBC_TC_LAYOUT=LAYOUT4&amp;tc_init=1\">Home page 4</a></h4>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('30','_ID_LANG_','category','');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('32','_ID_LANG_','Product','');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('33','_ID_LANG_','product','');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('34','_ID_LANG_','category','');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('35','_ID_LANG_','category','');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('36','_ID_LANG_','Hot deals','');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('37','_ID_LANG_','html block','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod</p>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('39','_ID_LANG_','Home Page 5','<div class=\"img_homepage\" style=\"background-image:url(&quot;http://demo.etssoft.net/digital/img/cms/ld-home-5.jpg&quot;);\"><a href=\"http://demo.etssoft.net/digital/en/?YBC_TC_LAYOUT=LAYOUT5&amp;tc_init=1\">  </a></div>
<h4 class=\"title_menu_homepage\"><a href=\"http://demo.etssoft.net/digital/en/?YBC_TC_LAYOUT=LAYOUT5&amp;tc_init=1\">Home page 5</a></h4>');
INSERT INTO `_DB_PREFIX_ybc_mm_column_lang` VALUES('40','_ID_LANG_','Home Page 6','<div class=\"img_homepage\" style=\"background-image:url(&quot;http://demo.etssoft.net/digital/img/cms/ld-home-6.jpg&quot;);\"><a href=\"http://demo.etssoft.net/digital/en/?YBC_TC_LAYOUT=LAYOUT6&amp;tc_init=1\">  </a></div>
<h4 class=\"title_menu_homepage\"><a href=\"http://demo.etssoft.net/digital/en/?YBC_TC_LAYOUT=LAYOUT6&amp;tc_init=1\">Home page 6</a></h4>');

View File

@@ -0,0 +1,8 @@
INSERT INTO `_DB_PREFIX_ybcnivoslider` VALUES('1','1');
INSERT INTO `_DB_PREFIX_ybcnivoslider` VALUES('2','1');
INSERT INTO `_DB_PREFIX_ybcnivoslider_slides` VALUES('1','0','1','random','7%','310px','25%','type1','left','left','50%','c2_ls_5','#');
INSERT INTO `_DB_PREFIX_ybcnivoslider_slides` VALUES('2','0','1','random','7%','310px','10%','type2','left','left','50%','','#');

View File

@@ -0,0 +1,4 @@
INSERT INTO `_DB_PREFIX_ybcnivoslider_slides_lang` VALUES('1','_ID_LANG_','New generation of digital cameras','<p>Get thhe confident to archive your photographic<br /> vision with canon FX800D</p>','CAnon Fx800D','Purchase Now','#','54760ce9062b460dcebbff8915287f5aa10085fe_slider1.jpg');
INSERT INTO `_DB_PREFIX_ybcnivoslider_slides_lang` VALUES('2','_ID_LANG_','New lap top Serires','<p>New laptop model from Acer, powerful notebook for<br /> anywhere the jobs take you</p>','Acer Aspire R11','Purchase now','#','074c3d2f0395e11f6fbf0583b1e395804b0b62ff_slider1-2.jpg');

View File

@@ -0,0 +1,22 @@
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('14','ybcCustom4','1','0','1','1','','','#','1');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('47','ybcCustom2','1','0','1','1','','fa-tags','','1');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('48','ybcCustom2','1','0','1','1','','fa-wrench','','2');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('49','ybcCustom2','1','0','1','1','','fa-truck','','3');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('50','ybcCustom5','1','1','1','1','top1.jpg','','#','1');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('51','ybcCustom5','1','1','1','1','top2.jpg','','#','2');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('52','ybcCustom5','1','1','1','1','top3.jpg','','#','3');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('53','ybcCustom1','1','1','1','1','home1.jpg','','#','1');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('54','ybcCustom3','1','1','1','1','home2.jpg','','#','1');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('55','displayFooter','1','1','1','1','','','','2');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('56','displayFooter','1','1','1','1','','','','1');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('57','displayFooter','1','1','1','1','','','','3');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('58','displayFooter','1','1','1','1','','','','6');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('59','displayFooter','1','1','1','1','','','','5');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('60','displayFooter','1','1','1','1','','','','4');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('61','ybcCustom6','1','1','1','1','','','http://demo.etssoft.net/digital/content/4-about-us','1');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('62','ybcCustom6','1','1','1','1','','','http://demo.etssoft.net/digital/contact-us','2');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('63','ybcCustom6','1','1','1','1','','','http://demo.etssoft.net/digital/content/1-delivery','3');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('64','ybcCustom6','1','1','1','1','','','#','4');
INSERT INTO `_DB_PREFIX_ybc_widget_widget` VALUES('69','ybcCustom5','1','1','1','1','buddy-cameras-2.jpg','','#','4');

View File

@@ -0,0 +1,45 @@
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('14','_ID_LANG_','Top navigation','','<ul>
<li><a href=\"http://demo.etssoft.net/digital/en/\">Home</a></li>
<li><a href=\"http://demo.etssoft.net/digital/content/4-about-us\">About Us</a></li>
<li><a href=\"#\">Company News</a></li>
<li><a href=\"#\">Careers</a></li>
<li><a href=\"http://demo.etssoft.net/digital/en/blog\">Blog</a></li>
<li><a href=\"http://demo.etssoft.net/digital/en/contact-us?YBC_TC_CONTACT_FORM_LAYOUT=layout1\">Contact</a>
<ul>
<li><a href=\"http://demo.etssoft.net/digital/en/contact-us?YBC_TC_CONTACT_FORM_LAYOUT=layout1\">Contact 1</a></li>
<li><a href=\"http://demo.etssoft.net/digital/en/contact-us?YBC_TC_CONTACT_FORM_LAYOUT=layout2\">Contact 2</a></li>
<li><a href=\"http://demo.etssoft.net/digital/en/contact-us?YBC_TC_CONTACT_FORM_LAYOUT=layout3\">Contact 3</a></li>
</ul>
</li>
</ul>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('47','_ID_LANG_','100% Brand new Guarantee','','<p>100% Brand new<br />Guarantee</p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('48','_ID_LANG_','Excellent Warranty services','','<p>Excellent<br /> Warranty services</p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('49','_ID_LANG_','Free shipping Within 50km','','<p>Free shipping<br /> Within 50km</p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('50','_ID_LANG_','Dell Inspiron','-25% OFF','<p>Signature<br /> Edition Laptop</p>
<p><a class=\"bt_color\" href=\"#\">Purchase Now</a></p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('51','_ID_LANG_','HTC phones','-10% OFF','<p>All brand new<br />products ready for sale</p>
<p><a href=\"#\" class=\"bt_color\">Purchase Now</a></p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('52','_ID_LANG_','canon cameras','-20% OFF','<p>New arrivals coming<br />with best deals</p>
<p><a href=\"#\" class=\"bt_color\">Purchase Now</a></p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('53','_ID_LANG_','Dell Vostro 1210','','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio. Praesent libero. Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem at nibh</p>
<p><a href=\"#\" class=\"bt_color\">Purchase Now</a></p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('54','_ID_LANG_','Samsung phone New arrivals','Sale off all products','<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer nec odio Sed cursus ante dapibus diam. Sed nisi. Nulla quis sem</p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('55','_ID_LANG_','California','','<p>Address: Puffin street 12345 Puffinville <br /> Phone: (123) 4567889<br /> Opening hours: 8:00 to 21:00 (all days)</p>
<p><a href=\"#\" class=\"bt_color\">View on map</a></p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('56','_ID_LANG_','Arizona','','<p>Address: Puffin street 12345 Puffinville <br /> Phone: (123) 4567889<br /> Opening hours: 8:00 to 21:00 (all days)</p>
<p><a href=\"#\" class=\"bt_color\">View on map </a></p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('57','_ID_LANG_','Michigan','','<p>Address: Puffin street 12345 Puffinville <br /> Phone: (123) 4567889<br /> Opening hours: 8:00 to 21:00 (all days)</p>
<p><a href=\"#\" class=\"bt_color\">View on map</a></p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('58','_ID_LANG_','Washington','','<p>Address: Puffin street 12345 Puffinville <br /> Phone: (123) 4567889<br /> Opening hours: 8:00 to 21:00 (all days)</p>
<p><a href=\"#\" class=\"bt_color\">View on map</a></p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('59','_ID_LANG_','Texas','','<p>Address: Puffin street 12345 Puffinville <br /> Phone: (123) 4567889<br /> Opening hours: 8:00 to 21:00 (all days)</p>
<p><a href=\"#\" class=\"bt_color\">View on map</a></p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('60','_ID_LANG_','Oregon','','<p>Address: Puffin street 12345 Puffinville <br /> Phone: (123) 4567889<br /> Opening hours: 8:00 to 21:00 (all days)</p>
<p><a href=\"#\" class=\"bt_color\">View on map</a></p>');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('61','_ID_LANG_','About us','','');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('62','_ID_LANG_','Contact Us','','');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('63','_ID_LANG_','Delivery','','');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('64','_ID_LANG_','Privacy','','');
INSERT INTO `_DB_PREFIX_ybc_widget_widget_lang` VALUES('69','_ID_LANG_','Wifi cameras','-15% off','<p>Safety measure for <br />your house</p>');

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.9 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 376 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 463 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 513 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 219 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 520 B

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 17 KiB

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2015 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Open Software License (OSL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/osl-3.0.php
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
* @author PrestaShop SA <contact@prestashop.com>
* @copyright 2007-2014 PrestaShop SA
* @version Release: $Revision$
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
* International Registered Trademark & Property of PrestaShop SA
*/
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: ".gmdate("D, d M Y H:i:s")." GMT");
header("Cache-Control: no-store, no-cache, must-revalidate");
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");
header("Location: ../");
exit;

Some files were not shown because too many files have changed in this diff Show More