first commit

This commit is contained in:
2024-11-05 12:22:50 +01:00
commit e5682a3912
19641 changed files with 2948548 additions and 0 deletions

View File

@@ -0,0 +1,178 @@
.tree-megamenu{
width:350px;
float:left;
overflow:hidden;
margin-right:40px;
}
td > i {
display:block;
font-size:11px;
}
.quickdel{
background:url(../../img/edit-delete.png) no-repeat center center;
}
.quickedit{
background:url(../../img/edit-rename.png) no-repeat center center;
}
.quickedit, .quickdel{
float:right;
width:25px;
height:16px;
display:block;
cursor:hand; cursor:pointer;
overflow:hidden;
text-indent:-999em;
margin:0 5px;
}
.hide{
display:none
}
.show{
display:block
}
#ajaxloading{
position:fixed;
top:0;
right:0;
width:100%;
z-index:1200
}
#ajaxloading > div{
margin:12px;
}
.megamenu-form{
float:left;
width: 700px;
}
.megamenu-form label {
width: 100px !important;
}
.megamenu-form .margin-form {
padding: 0 0 1em 110px !important;
}
.placeholder {
outline: 1px dashed #4183C4;
}
.mjs-nestedSortable-error {
background: #fbe3e4;
border-color: transparent;
}
ol {
margin: 0;
padding: 0;
padding-left: 30px;
}
ol.sortable, ol.sortable ol {
margin: 0 0 0 25px;
padding: 0;
list-style-type: none;
}
ol.sortable {
margin: 4em 0;
}
.sortable li {
margin: 5px 0 0 0;
padding: 0;
}
.sortable li div {
border: 1px solid #d4d4d4;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-color: #D4D4D4 #D4D4D4 #BCBCBC;
padding: 6px;
margin: 0;
cursor: move;
background: #f6f6f6;
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.sortable li.mjs-nestedSortable-branch div {
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#f0ece9 100%);
}
.sortable li.mjs-nestedSortable-leaf div {
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#bcccbc 100%);
}
li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
border-color: #999;
background: #fafafa;
}
.disclose {
cursor: pointer;
width: 10px;
display: none;
}
.sortable li.mjs-nestedSortable-collapsed > ol {
display: none;
}
.sortable li.mjs-nestedSortable-branch > div > .disclose {
display: inline-block;
}
.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
content: '+ ';
}
.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
content: '- ';
}
.leo_load {
background: url("../../img/loading.gif") no-repeat scroll 0 0 transparent;
display: none;
height: 32px;
width: 32px;
}
/************* CSS WIDGET BLOCK LINKS:: BEGIN*********************/
.link_group.new
{
background-color:#4880D2 !important;
}
.link_group
{
-moz-transition:background-color 1.5s;
-webkit-transition:background-color 1.5s;
-o-transition:background-color 1.5s;
transition:background-color 1.5s;
}
.copy_lang_value
{
margin: 5px 0 0 5px;
}
.form-group .btn.btn-primary.duplicate_link
{
margin-right: 10px;
text-transform: none;
}
.btn.btn-info.copy_lang_value
{
clear: both;
float: left;
}
/************* CSS WIDGET BLOCK LINKS:: END*********************/

View File

@@ -0,0 +1,302 @@
#myTab{
margin-left: 120px;
}
.tree-megamenu{
width:350px;
float:left;
overflow:hidden;
margin-right:40px;
}
td > i {
display:block;
font-size:11px;
}
#content .ui-widget-header{
background: none;
border-bottom: solid 1px #ECECEC;
font-weight: bold;
}
#content .ui-widget-header a{
font-weight: bold;
}
#content .ui-widget-content{
border: none;
}
.megamenu-form input, .megamenu-form select{
padding: 5px 6px;
min-width: 100px
}
.quickdel{
background:url(../../img/edit-delete.png) no-repeat center center;
}
.quickedit{
background:url(../../img/edit-rename.png) no-repeat center center;
}
table.table{
width: 99%;
}
table.table tr td{
border-bottom: dotted 1px #CCC
}
.quickedit, .quickdel, .quickduplicate, .quickselect, .quickactive, .quickdeactive{
float:right;
width:25px;
height:16px;
display:block;
cursor:hand; cursor:pointer;
overflow:hidden;
text-indent:-999em;
margin:0 5px;
}
.quickduplicate{
background:url(../../img/duplicate.png) no-repeat center center;
}
.quickactive{
background:url(../../img/disabled.gif) no-repeat center center;
}
.quickdeactive{
background:url(../../img/enabled.gif) no-repeat center center;
}
.hide{
display:none
}
.show{
display:block
}
#ajaxloading{
position:fixed;
top:0;
right:0;
width:100%;
z-index:1200
}
#ajaxloading > div{
margin:12px;
}
.megamenu-form{
float:left;
width: 700px;
}
.megamenu-form label {
width: 100px !important;
}
.megamenu-form .margin-form {
padding: 0 0 1em 110px !important;
}
.placeholder {
outline: 1px dashed #4183C4;
}
.mjs-nestedSortable-error {
background: #fbe3e4;
border-color: transparent;
}
ol {
margin: 0;
padding: 0;
padding-left: 30px;
}
ol.sortable, ol.sortable ol {
margin: 0 0 0 25px;
padding: 0;
list-style-type: none;
}
ol.sortable {
margin: 2em 0;
}
.sortable li {
margin: 5px 0 0 0;
padding: 0;
}
.sortable li div {
border: 1px solid #d4d4d4;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
border-color: #D4D4D4 #D4D4D4 #BCBCBC;
padding: 6px;
margin: 0;
cursor: move;
background: #f6f6f6;
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #ededed 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(47%,#f6f6f6), color-stop(100%,#ededed));
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f6f6f6 47%,#ededed 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 );
}
.sortable li.mjs-nestedSortable-branch div {
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#f0ece9 100%);
}
.sortable li.mjs-nestedSortable-leaf div {
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#bcccbc 100%);
}
li.mjs-nestedSortable-collapsed.mjs-nestedSortable-hovering div {
border-color: #999;
background: #fafafa;
}
li.selected > div {
border: solid 1px #D9534F
}
.disclose {
cursor: pointer;
width: 10px;
display: none;
}
.sortable li.mjs-nestedSortable-collapsed > ol {
display: none;
}
.sortable li.mjs-nestedSortable-branch > div > .disclose {
display: inline-block;
}
.sortable li.mjs-nestedSortable-collapsed > div > .disclose > span:before {
content: '+ ';
}
.sortable li.mjs-nestedSortable-expanded > div > .disclose > span:before {
content: '- ';
}
.leo_load {
background: url("../../img/loading.gif") no-repeat scroll 0 0 transparent;
display: none;
height: 32px;
width: 32px;
}
.table.table-green tr th{
background: #f3f3f3;
padding: 12px 6px
}
.table.table-green tr td{
padding: 9px 6px;
}
.pull-right{
float: right;
}
#image-images-thumbnails img{
max-width: 100%
}
/*************** update group BEGIN************************/
.clearfix::after {
clear: both;
content: ".";
display: block;
height: 0;
line-height: 0;
visibility: hidden;
}
.clearfix {
display: inline-block;
}
ul.leo-col-class li {
display: inline-block;
padding: 5px 10px;
}
ul.leo-col-class
{
padding-left: 0;
}
.group-wrapper
{
clear: both;
}
.group-header
{
padding-bottom: 5px;
border-bottom: 1px solid #40C9ED;
}
#groupLayer .group-footer
{
margin-top: 10px;
}
#groupLayer .group-footer.import-group
{
padding-right: 20px;
}
@media (min-width: 992px) {
#groupLayer .group-footer.import-widgets{
padding-left: 20px;
}
#groupLayer .group-footer.import-group{
border-right: 1px solid #40C9ED;
}
}
.export-widgets
{
line-height: 30px;
}
.group-wrapper ol>li
{
height: 40px;
border-radius: 5px;
margin-top: 5px;
-moz-border-bottom-colors: none;
-moz-border-left-colors: none;
-moz-border-right-colors: none;
-moz-border-top-colors: none;
background: rgba(0, 0, 0, 0) linear-gradient(to bottom, #ffffff 0%, #f6f6f6 47%, #ededed 100%) repeat scroll 0 0;
border-color: #d4d4d4 #d4d4d4 #bcbcbc;
border-image: none;
border-radius: 3px;
border-style: solid;
border-width: 1px;
cursor: move;
}
.group-wrapper .placeholder
{
border: none;
background: none;
}
.group-wrapper ol>li>div
{
line-height: 40px;
}
.group-wrapper ol, .group-header ol
{
padding-left: 0px;
list-style-type: none;
}
.group-wrapper .btn-group.pull-right
{
padding-top: 4px;
}
.tree-group li.mjs-nestedSortable-branch div {
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #f0ece9 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#f0ece9 100%);
}
.tree-group li.mjs-nestedSortable-leaf div {
background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 47%, #bcccbc 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 47%,#bcccbc 100%);
}
/*************** update group END************************/

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2012 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 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/afl-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-2012 PrestaShop SA
* @version Release: $Revision: 13573 $
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 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,15 @@
.jscom, .mix htcom { color: #4040c2; }
.com { color: green; }
.regexp { color: maroon; }
.string { color: teal; }
.keywords { color: blue; }
.global { color: #008; }
.numbers { color: #880; }
.comm { color: green; }
.tag { color: blue; }
.entity { color: blue; }
.string { color: teal; }
.aname { color: maroon; }
.avalue { color: maroon; }
.jquery { color: #00a; }
.plugin { color: red; }

View File

@@ -0,0 +1,47 @@
/**********************************
Name: cmxform Styles
***********************************/
form.cmxform {
width: 370px;
font-size: 1.0em;
color: #333;
}
form.cmxform legend {
padding-left: 0;
}
form.cmxform legend, form.cmxform label {
color: #333;
}
form.cmxform fieldset {
border: none;
border-top: 1px solid #C9DCA6;
background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
background-color: #F8FDEF;
}
form.cmxform fieldset fieldset {
background: none;
}
form.cmxform fieldset p, form.cmxform fieldset fieldset {
padding: 5px 10px 7px;
background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}
form.cmxform label.error, label.error {
/* remove the next line when you have trouble in IE6 with labels in list */
color: red;
font-style: italic;
font-weight: normal;
}
div.error { display: none; }
input { border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

View File

@@ -0,0 +1,55 @@
/**********************************
Use: cmxform template
***********************************/
form.cmxform fieldset {
margin-bottom: 10px;
}
form.cmxform legend {
padding: 0 2px;
font-weight: bold;
_margin: 0 -7px; /* IE Win */
}
form.cmxform label {
display: inline-block;
line-height: 1.8;
vertical-align: top;
cursor: hand;
}
form.cmxform fieldset p {
list-style: none;
padding: 5px;
margin: 0;
}
form.cmxform fieldset fieldset {
border: none;
margin: 3px 0 0;
}
form.cmxform fieldset fieldset legend {
padding: 0 0 5px;
font-weight: normal;
}
form.cmxform fieldset fieldset label {
display: block;
width: auto;
}
form.cmxform label { width: 100px; } /* Width of labels */
form.cmxform fieldset fieldset label { margin-left: 103px; } /* Width plus 3 (html space) */
form.cmxform label.error {
margin-left: 103px;
width: 220px;
}
form.cmxform input.submit {
margin-left: 103px;
}
/*\*//*/ form.cmxform legend { display: inline-block; } /* IE Mac legend fix */

View File

@@ -0,0 +1,21 @@
body, div { font-family: 'lucida grande', helvetica, verdana, arial, sans-serif }
body { margin: 0; padding: 0; font-size: small; color: #333 }
h1, h2 { font-family: 'trebuchet ms', verdana, arial; padding: 10px; margin: 0 }
h1 { font-size: large }
#main { padding: 1em; }
#banner { padding: 15px; background-color: #06b; color: white; font-size: large; border-bottom: 1px solid #ccc;
background: url(../images/bg.gif) repeat-x; text-align: center }
#banner a { color: white; }
p { margin: 10px 0; }
li { margin-left: 10px; }
h3 { margin: 1em 0 0; }
h1 { font-size: 2em; }
h2 { font-size: 1.8em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.4em; }
h5 { font-size: 1.2em; }

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2014 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,61 @@
/**********************************
Use: Reset Styles for all browsers
***********************************/
body, p, blockquote {
margin: 0;
padding: 0;
}
a img, iframe { border: none; }
/* Headers
------------------------------*/
h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0;
font-size: 100%;
}
/* Lists
------------------------------*/
ul, ol, dl, li, dt, dd {
margin: 0;
padding: 0;
}
/* Links
------------------------------*/
a, a:link {}
a:visited {}
a:hover {}
a:active {}
/* Forms
------------------------------*/
form, fieldset {
margin: 0;
padding: 0;
}
fieldset { border: 1px solid #000; }
legend {
padding: 0;
color: #000;
}
input, textarea, select {
margin: 0;
padding: 1px;
font-size: 100%;
font-family: inherit;
}
select { padding: 0; }

View File

@@ -0,0 +1,11 @@
/**********************************
Use: Main Screen Import
***********************************/
@import "reset.css";
/*@import "core.css";*/
@import "cmxformTemplate.css";
@import "cmxform.css";

View File

@@ -0,0 +1,354 @@
.bootstrap .popover { position: absolute; top: 0; left: 0; z-index: 1010; display: none; max-width: 276px; padding: 1px; text-align: left; background-color: white; background-clip: padding-box; border: 1px solid #cccccc; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 6px; -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2); white-space: normal; }
.bootstrap .popover.top { margin-top: -10px; }
.bootstrap .popover.right { margin-left: 10px; }
.bootstrap .popover.bottom { margin-top: 10px; }
.bootstrap .popover.left { margin-left: -10px; }
.bootstrap .popover-title { margin: 0; padding: 8px 14px; font-size: 12px; font-weight: normal; line-height: 18px; background-color: #f7f7f7; border-bottom: 1px solid #ebebeb; border-radius: 5px 5px 0 0; }
.bootstrap .popover-content { padding: 9px 14px; }
.bootstrap .popover .arrow, .bootstrap .popover .arrow:after { position: absolute; display: block; width: 0; height: 0; border-color: transparent; border-style: solid; }
.bootstrap .popover .arrow { border-width: 11px; }
.bootstrap .popover .arrow:after { border-width: 10px; content: ""; }
.bootstrap .popover.top .arrow { left: 50%; margin-left: -11px; border-bottom-width: 0; border-top-color: #999999; border-top-color: rgba(0, 0, 0, 0.25); bottom: -11px; }
.bootstrap .popover.top .arrow:after { content: " "; bottom: 1px; margin-left: -10px; border-bottom-width: 0; border-top-color: white; }
.bootstrap .popover.right .arrow { top: 50%; left: -11px; margin-top: -11px; border-left-width: 0; border-right-color: #999999; border-right-color: rgba(0, 0, 0, 0.25); }
.bootstrap .popover.right .arrow:after { content: " "; left: 1px; bottom: -10px; border-left-width: 0; border-right-color: white; }
.bootstrap .popover.bottom .arrow { left: 50%; margin-left: -11px; border-top-width: 0; border-bottom-color: #999999; border-bottom-color: rgba(0, 0, 0, 0.25); top: -11px; }
.bootstrap .popover.bottom .arrow:after { content: " "; top: 1px; margin-left: -10px; border-top-width: 0; border-bottom-color: white; }
.bootstrap .popover.left .arrow { top: 50%; right: -11px; margin-top: -11px; border-right-width: 0; border-left-color: #999999; border-left-color: rgba(0, 0, 0, 0.25); }
.bootstrap .popover.left .arrow:after { content: " "; right: 1px; border-right-width: 0; border-left-color: white; bottom: -10px; }
#header, #footer,#nav-sidebar, .page-head, #content > .panel {
display: none;
}
body #main{
background: #FFF;
margin:0;
padding: 0
}
.page-sidebar #content{
margin-left: auto;
padding: 0!important
}
.page-content > .panel{
display: none;
}
html{
width: 100%;
height: 100%;
overflow-y:visible!important;
}
body {
background: #fff;
color: #555;
line-height: 20px;
overflow: auto!important;
height: 100%;
width:100%;
}
iframe{
border: 0;
padding: 0;
margin: 0;
}
body a{
text-decoration: none;
}
#menu-toolbars a.btn-action,#menu-toolbars a.btn-action {
color: #FFF
}
table td{
font-size: 12px;
}
.form-setting{
display: none;
}
.form-setting input[type="text"]{
width: 98%
}
.form-setting > .arrow{
left: 60px!important;
}
.form-setting h3{
cursor:hand;
cursor:grab;
cursor:-moz-grab;
cursor:-webkit-grab;
}
.form-setting h3 span{
cursor: hand;
cursor:pointer;
}
.leo-widget{
position: relative;
padding: 16px 12px;
margin: 1px 0;
border: solid 1px #FCF2F2;
}
.leo-widget:hover{
border-color:#DFB5B4;
}
.leo-widget .w-setting{
background: url(../../img/delete.png) no-repeat center center #DFB5B4;
width: 30px;
height: 30px;
z-index: 10000;
position: absolute;
top: 0px;
left:0px;
display: none;
cursor: hand;
cursor:pointer;
}
.leo-widget:hover .w-setting{
display: block;
}
.leo-widget .w-name{
z-index: 10000;
position: absolute;
top:0px;
right:0px;
display: none;
overflow: hidden;
width: 120px;
}
.leo-widget .w-name .inject_widget_name{
width: 149px;
}
.leo-widget:hover .w-name{
display: block;
}
.disable-menu .dropdown-menu, .disable-menu .caret{
display: none!important;
}
#pav-megamenu-liveedit{
position: relative;
}
.megamenu-wrap {
margin-top: 80px;
}
.megamenu .menu-desc{
display: none;
}
.megamenu li.mega-group > a .caret{
display:none;
}
.megamenu ul{
margin:0;
padding:0
}
.megamenu ul li{
list-style:none;
}
.megamenu .menu-icon{
padding-left: 30px;
}
.dropdown-submenu > .dropdown-menu {
border-radius: 0 6px 6px 6px;
left: 100%;
margin-left: -1px;
margin-top: -6px;
top: 0;
}
li.dropdown-submenu {
position:relative;
}
.nav.megamenu > li:last-child {
}
li.parent > div { }
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a {
}
.dropdown-submenu > a:after {
margin-right: -10px;
margin-top: -22px;
}
.megamenu .dropdown-menu{
min-width: 250px;
}
.dropdown-menu-inner .row{
margin: 2px 3px;
min-height: 40px;
padding: 5px 0px;
border: solid 1px #FFF
}
.dropdown-menu-inner .row.active, .dropdown-menu-inner .row:hover{
border: #F1E7BC solid 1px;
background: #FEFBED;
}
.megamenu .mega-col > div{
background: #F8F8F8;
border: #F7F7F9 solid 1px;
padding: 6px;
}
.megamenu .mega-col.active > div, .megamenu .mega-col:hover > div {
border: solid 1px #D6E9C6; background: #DFF0D8
}
.megamenu .mega-col.active > div .leo-widget{
border-color: #D6E9C6;
}
.megamenu .cols1{
min-width:200px;
}
.megamenu .cols2{
min-width:500px;
}
.megamenu .cols3{
min-width:740px;
}
.megamenu .mega-group > a .menu-title {
font-size: 110%;
font-weight: bold;
}
.aligned-center .dropdown-menu{
left: 50%;
transform: translate(-50%);
-webkit-transform: translate(-50%);
-moz-transform: translate(-50%);
-ms-transform: translate(-50%);
-o-transform: translate(-50%);
}
.aligned-right .dropdown-menu{
left: auto;
right: 0;
}
.aligned-left .dropdown-menu{
}
.megamenu .aligned-fullwidth {
position: inherit!important;
}
.aligned-fullwidth .dropdown-menu{
width: 100%!important;
left: 0;
}
#leo-progress .progress-bar{
background-color:#00AFF0;
}
/****************BEGIN*************************/
.megamenu li.disablewidget
{
background: #BCBCBC;
}
#megamenu-content.vertical
{
margin: 0 auto;
width: 26%;
}
#megamenu-content.vertical .megamenu>li
{
width: 100%;
border-top: 1px solid #ddd;
}
#megamenu-content.vertical.right .megamenu .dropdown-menu, #megamenu-content.vertical.auto .megamenu .dropdown-menu
{
top:0;
right:-88%;
left: auto;
}
#megamenu-content.vertical.right .megamenu .dropdown-submenu>.dropdown-menu, #megamenu-content.vertical.auto .megamenu .dropdown-submenu>.dropdown-menu
{
right:-125%;
}
#megamenu-content.vertical.left .megamenu .dropdown-menu
{
top:0;
left:-88%;
right: auto;
}
#megamenu-content.vertical.left .megamenu .dropdown-submenu>.dropdown-menu
{
left:-125%;
}
/****************END*************************/
.widget-video iframe
{
width: 100%;
}
/*******************css for loading when preview in liveeditor BEGIN *********/
.cssload-container {
width: 100%;
height: 49px;
text-align: center;
}
.cssload-speeding-wheel {
width: 49px;
height: 49px;
margin: 0 auto;
border: 3px solid rgb(0,0,0);
border-radius: 50%;
border-left-color: transparent;
border-right-color: transparent;
animation: cssload-spin 575ms infinite linear;
-o-animation: cssload-spin 575ms infinite linear;
-ms-animation: cssload-spin 575ms infinite linear;
-webkit-animation: cssload-spin 575ms infinite linear;
-moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {
100%{ transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes cssload-spin {
100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes cssload-spin {
100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes cssload-spin {
100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes cssload-spin {
100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
#page-content{
min-height: 1200px;
width: 100%;
padding-bottom: 100px
}
.leo-widget img {
max-width: 100%;
}
/*******************css for loading when preview in liveeditor END *********/

View File

@@ -0,0 +1,36 @@
<?php
/*
* 2007-2012 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 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/afl-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-2012 PrestaShop SA
* @version Release: $Revision: 13573 $
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 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,316 @@
/* RIGHT TO LEFT */
.leo-verticalmenu {
position: relative;
z-index: 99;
}
.leo-verticalmenu .navbar-nav {
float: none;
}
.leo-verticalmenu .navbar-default {
border: none;
z-index: 999;
background: none;
margin-bottom: 0;
}
.leo-verticalmenu .navbar-default .navbar-collapse
{
padding: 0;
}
.leo-verticalmenu .navbar-default .navbar-nav > li > a:hover, .leo-verticalmenu .navbar-default .navbar-nav > li > a:focus {
margin-top: 0;
}
.leo-verticalmenu .disable-menu .dropdown-menu, .leo-verticalmenu .disable-menu .caret {
display: none !important;
}
.leo-verticalmenu.leo-menubackend .dropdown-menu {
left: 100%;
top: 0;
opacity: 1;
filter: alpha(opacity=100);
}
.leo-verticalmenu .megamenu > li {
height: auto;
width: 100%;
float: none;
}
.leo-verticalmenu .megamenu > li > a {
padding: 10px 30px 10px 0px;
}
.leo-verticalmenu .megamenu > li > a:before {
font-family: "Material Icons";
content: "chevron_right";
font-size: 13px;
color: #aab2bd;
padding: 0 5px 0 5px;
font-weight: normal;
float: left;
}
.leo-verticalmenu .megamenu > li > a:after {
clear: both;
content: '';
display: inherit;
}
.leo-verticalmenu .megamenu > li > a:hover {
color: #ff6346;
}
.leo-verticalmenu .megamenu > li > a.dropdown-toggle::after {
border: none;
}
.leo-verticalmenu .megamenu > li.dropdown > .caret {
border: medium none;
cursor: pointer;
height: 40px;
line-height: 40px;
margin: 0;
position: absolute;
right: 0;
top: 0;
width: 30px;
text-align: center;
}
.leo-verticalmenu .megamenu > li.dropdown > .caret:before {
content: "add";
font-family: "Material Icons";
color: black;
font-size: 20px;
font-weight: normal;
}
.leo-verticalmenu .megamenu > li.open-sub > .caret:before {
content: "remove";
}
.leo-verticalmenu .megamenu li {
width: 100%;
border-bottom: 1px solid #EBEEF2;
z-index: 1;
position: relative;
}
.leo-verticalmenu .megamenu li:last-child {
border-bottom: none;
}
.leo-verticalmenu .megamenu li:hover > .dropdown-menu {
display: block;
top: 0px;
left: 100%;
}
.leo-verticalmenu .megamenu li.dropdown .dropdown-menu li {
border: none;
}
.leo-verticalmenu .megamenu li.dropdown.active a {
color: #ff6346;
background: none;
}
.leo-verticalmenu .megamenu li.dropdown.active a:before {
color: #ff6346;
}
.leo-verticalmenu .megamenu li.dropdown.active li a {
color: #353d41;
}
.leo-verticalmenu .megamenu li.dropdown.active li a:hover {
color: #ff6346;
}
.leo-verticalmenu .megamenu li .dropdown-mega {
position: absolute;
display: block;
top: 0px;
left: 100%;
min-height: 100%;
min-width: 160px;
margin: 0;
float: none;
padding: 10px 15px;
border: 1px solid rgba(0, 0, 0, 0.15);
background: white;
}
.leo-verticalmenu .megamenu li .dropdown-mega li {
border-bottom: none;
}
.leo-verticalmenu .megamenu.left > li > a {
padding: 10px 0px 10px 30px;
}
.leo-verticalmenu .megamenu.left > li > a:before {
content: "chevron_left";
float: right;
}
.leo-verticalmenu .megamenu.left > li > a .menu-title {
float: right;
}
.leo-verticalmenu .megamenu.left > li.dropdown > .caret {
right: auto;
left: 0;
}
.leo-verticalmenu .megamenu.left li:hover > .dropdown-menu {
right: 100%;
left: auto;
}
.leo-verticalmenu .megamenu.left li .dropdown-mega {
right: 100%;
left: auto;
}
.leo-verticalmenu .megamenu.left li.parent:hover .dropdown-menu.cols1 {
left: -215px;
}
.leo-verticalmenu .megamenu.left li.parent:hover .dropdown-menu.cols2 {
left: -420px;
}
.leo-verticalmenu .megamenu.left li.parent:hover .dropdown-menu.cols3 {
left: -620px;
}
.leo-verticalmenu .megamenu.left li.parent:hover .dropdown-menu.cols4 {
left: -820px;
}
.leo-verticalmenu .dropdown-menu {
min-height: 100%;
margin: 0;
float: none;
padding: 10px 15px;
}
.leo-verticalmenu .dropdown-menu.cols1 {
width: 215px;
}
.leo-verticalmenu .dropdown-menu.cols2 {
width: 420px;
}
.leo-verticalmenu .dropdown-menu.cols3 {
width: 620px;
}
.leo-verticalmenu .dropdown-menu.cols4 {
width: 820px;
}
.leo-verticalmenu .dropdown-menu ul.links li {
border: none;
margin: 0;
}
.leo-verticalmenu .dropdown-menu ul.links li a {
padding: 5px 0 5px 14px;
}
.leo-verticalmenu .dropdown-menu .widget-heading {
color: #384044;
font-size: 16px;
text-transform: uppercase;
padding: 10px 0 10px 14px;
margin: 0;
line-height: 20px;
font-weight: 500;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
-ms-border-radius: 0;
-o-border-radius: 0;
border-radius: 0;
}
.leo-verticalmenu .dropdown-menu .widget-products .product-container {
height: auto;
padding: 5px;
width: 33.3333%;
margin: 0;
}
.leo-verticalmenu .dropdown-menu .widget-products .image {
border: 1px solid #ebeef2;
display: inline-block;
}
.leo-verticalmenu .dropdown-menu .widget-products .image a {
display: inline-block;
padding: 0;
}
.leo-verticalmenu .dropdown-menu .widget-products .image a:before {
padding: 0;
}
.leo-verticalmenu .dropdown-menu .widget-products .product-name {
text-align: center;
padding: 0;
}
.leo-verticalmenu .dropdown-menu .widget-products .nb-comments {
display: none;
}
.leo-verticalmenu .dropdown-menu .widget-products .comments_note {
display: inline-block;
font-size: 13px;
}
.leo-verticalmenu .dropdown-menu .widget-products .price.product-price {
font-size: 15px;
}
.leo-verticalmenu .dropdown-menu .widget-products .price-percent-reduction {
display: none;
}
.leo-verticalmenu .dropdown-menu .html-aboutus .widget-html {
padding: 10px;
}
.leo-verticalmenu .dropdown-menu .html-aboutus .widget-html .widget-inner {
border-top: 1px dashed #ebeef2;
padding-top: 10px;
}
.leo-verticalmenu .leo-widget .menu-title {
font-weight: bold;
margin-bottom: 5px;
margin-top: 5px;
}
/********************CSS for slidebar menu BEGIN**********************************/
.verticalmenu.active-button .dropdown-menu {
display: none;
width: 100%;
left: 0;
top: 0;
position: relative;
}
.verticalmenu.active-hover .dropdown-menu {
/*display: none;*/ }
@media (max-width: 991px) {
.leo-verticalmenu > .block_content {
display: none;
}
.leo-verticalmenu.active > .block_content {
display: block;
}
.leo-verticalmenu.active .open-sub > .dropdown-menu {
background-color: white;
}
.leo-verticalmenu.active .open-sub > .dropdown-menu .dropdown-menu {
border: none;
padding: 0 10px;
}
.leo-verticalmenu.active .megamenu li .dropdown-menu, .leo-verticalmenu.active .megamenu li .dropdown-mega {
display: none;
position: initial !important;
}
.leo-verticalmenu.active .megamenu > li > a {
padding: 10px 30px 10px 0px;
}
.leo-verticalmenu.active .megamenu > li > a:before {
float: left;
content: "chevron_right";
}
.leo-verticalmenu.active .megamenu > li > a .menu-title {
float: left;
}
.leo-verticalmenu.active .megamenu > li.dropdown > .caret {
right: 0;
left: auto;
}
.leo-verticalmenu.active .dropdown-menu, .leo-verticalmenu.active .dropdown-mega {
width: 100% !important;
}
.leo-verticalmenu.active .dropdown-menu .dropdown-submenu .caret, .leo-verticalmenu.active .dropdown-mega .dropdown-submenu .caret {
position: absolute;
top: 5px;
right: 0;
}
.leo-verticalmenu.active .dropdown-menu .dropdown-submenu .caret:before, .leo-verticalmenu.active .dropdown-mega .dropdown-submenu .caret:before {
content: "add";
font-family: "Material Icons";
color: black;
font-size: 20px;
font-weight: normal;
}
.leo-verticalmenu.active .dropdown-menu .dropdown-submenu.open-sub > .caret:before, .leo-verticalmenu.active .dropdown-mega .dropdown-submenu.open-sub > .caret:before {
content: "remove";
}
.leo-verticalmenu.active .dropdown-menu .dropdown-submenu .dropdown-toggle:after, .leo-verticalmenu.active .dropdown-mega .dropdown-submenu .dropdown-toggle:after {
border: none;
}
}
/********************CSS for slidebar menu END**********************************/
/*# sourceMappingURL=leomenusidebar.css.map */

View File

@@ -0,0 +1,673 @@
/* MEGAMENU STYLE */
#header .header-top{
padding-bottom: 0px;
}
#header .header-top .position-static .header-logo{
padding-bottom: 30px;
}
.leo-top-menu .navbar-nav .nav-item + .nav-item{
margin-left: 0;
}
@media (max-width: 991px){
#header .header-top{
background: transparent;
}
}
.header-top .leo-top-menu .megamenu .has-category{
padding: 9px 20px;
line-height: 22px;
text-transform: uppercase;
}
#header .header-top .leo-top-menu .leo-widget .title_block{
font-size: 13px;
color: #313131;
padding-bottom: 16px;
text-transform: uppercase;
}
#header .header-top .leo-top-menu .horizontal .product-title a{
font-weight: normal;
color: #7c7c7c;
text-transform: none;
}
#header .header-top .leo-top-menu .horizontal .product-title{
text-align: left;
}
#header .header-top .leo-top-menu .horizontal .dropdown-menu-inner li a span{
color: #7c7c7c;
font-weight: normal;
text-transform: none;
}
@media(min-width: 544px){
.leo-top-menu .dropdown:hover > .dropdown-menu {
display: block;
padding: 20px;
top: 40px;
}
}
.leo-top-menu .dropdown-menu > .dropdown-menu-inner {
padding: 0px;
}
.leo-top-menu .mega-group .caret {
display: none;
}
.leo-top-menu .mega-group > .dropdown-toggle {
display: block;
font-weight: bold;
text-transform: uppercase;
}
.leo-top-menu .mega-group .dropdown-mega .mega-col-inner > ul > li a {
margin-left: 6px;
}
.leo-top-menu .mega-col .mega-col-inner > ul {
list-style: none outside none;
margin: 0;
padding: 0;
}
.leo-top-menu .mega-col .mega-col-inner > ul > li {
list-style: none;
margin-left: 0;
}
.leo-top-menu .mega-col .mega-col-inner > ul > li > a {
clear: both;
color: #555555;
display: block;
line-height: 20px;
}
.leo-top-menu .dropdown-submenu:hover > .dropdown-menu {
display: block;
left: 100%;
top: 0;
}
.leo-top-menu .dropdown-mega{
position: absolute;
top: 100%;
left: 0;
z-index: 1000;
float: left;
min-width: 160px;
font-size: 1rem;
color: #878787;
text-align: left;
list-style: none;
background-color: #fff;
background-clip: padding-box;
border: 1px solid rgba(0, 0, 0, 0.15);
border-radius: 0;
}
.leo-top-menu .dropdown-mega .nav-item + .nav-item{
margin-left: 0;
}
.leo-top-menu .dropdown-mega > .dropdown-menu-inner{
padding: 10px 15px;
}
.leo-top-menu .dropdown-mega .nav-item{
position: relative;
width: 100%;
}
.leo-top-menu .dropdown-toggle{
position: relative;
padding-right: 13px;
}
.leo-top-menu .dropdown-toggle:after{
position: absolute;
top: 0;
bottom: 0;
right: 12px;
margin: auto 0;
}
.leo-top-menu .mega-group .dropdown-mega{
left: 100%;
top: 0;
}
.leo-top-menu .leo-widget .menu-title {
font-weight: bold;
margin-bottom: 15px;
color: #3b3b3b;
font-size:13px;
text-transform: uppercase;
}
.leo-top-menu .leo-widget .widget-inner p{
font-size: 12px;
}
.leo-top-menu .dropdown-menu{
margin: 0;
padding: 0;
}
.leo-top-menu .cols2 {
width: 420px;
}
.leo-top-menu .cols3 {
width: 620px;
}
.leo-top-menu .cols4 {
width: 820px;
}
.leo-top-menu .dropdown-menu .nav-item{
position: relative;
width: 100%;
}
.leo-top-menu .dropdown-menu .nav-item + .nav-item{
margin-left: 0;
}
/* WIDGET STYLES */
.leo-widget .thumbnail-container {
margin: 0;
text-align: left;
-moz-box-shadow: none;
-webkit-box-shadow: none;
-o-box-shadow: none;
-ms-box-shadow: none;
box-shadow: none;
background: transparent;
height: auto
}
.leo-widget .thumbnail-container:hover{
box-shadow: none;
}
.leo-widget .thumbnail-container:hover .product-description{
box-shadow: none;
}
.leo-widget .thumbnail-container .product-description{
background: transparent;
text-align: left;
position: static;
}
.leo-widget .thumbnail-container .product-description .product-price-and-shipping{
text-align: left;
}
.leo-widget .widget-heading {
text-transform: uppercase;
font-weight: bold;
font-size: 110%;
padding-bottom: 5px;
margin-bottom: 5px;
border-bottom: solid 1px #f3f3f3;
}
.leo-widget .widget-inner .image-item{
padding: 0px 4px;
}
@media (min-width: 990px){
.leo-widget .widget-inner .image-item{
padding: 0px 7px;
}
}
@media (max-width: 760px){
.leo-widget .widget-inner .image-item{
padding:3px 15px;
}
}
.widget-products img {
width: 80px;
height:80px;
float: left;
margin-right: 12px;
}
.widget-banner .w-banner {
margin: 6px 10px;
float: left;
}
.widget-images .images-list {
clear: both;
}
.widget-images .images-list > div {
position: relative;
float: left;
}
.widget-images .images-list > div > div {
padding: 3px;
}
.sub-title{
display: block;
font-size: 80%;
line-height: 1.25em;
margin-bottom: 7px;
text-shadow: none ;
}
/*Manufacture*/
.widget-manufacture .widget-inner .manu-logo img{
padding: 2px 4px 6px 2px;
width: 30%;
}
/* Icon menu */
.hasicon{
padding-left: 35px;
padding-bottom: 10px;
}
.off-canvas body{ position: relative}
.off-canvas-inactive > main,
.off-canvas-inactive > .off-canvas-nav-megamenu {
transition:all 500ms ease 0s;
transform:translateX(0px);
-webkit-transform:translateX(0px);
-moz-transform:translateX(0px);
-ms-transform:translateX(0px);
-o-transform:translateX(0px);
}
.off-canvas-active > main
{
transform:translateX(234px);
-webkit-transform:translateX(234px);
-moz-transform:translateX(234px);
-ms-transform:translateX(234px);
-o-transform:translateX(234px);
transition:all 500ms ease 0s;
display: block;
}
.off-canvas-active > .off-canvas-nav-megamenu.active {
transform:translateX(234px);
-webkit-transform:translateX(234px);
-moz-transform:translateX(234px);
-ms-transform:translateX(234px);
-o-transform:translateX(234px);
transition:all 450ms ease 0s;
left: 0;
}
.off-canvas-active main {
position:fixed;
margin:0 auto}
#page-container{ position: relative;}
.off-canvas-nav-megamenu{
position: absolute; left:-400px; top: 0; width:0;background: #FFF;z-index: 999;
/*display: none;*/
}
.off-canvas-active .off-canvas-nav-megamenu {
}
.off-canvas-nav-megamenu .offcanvas-mainnav{ background: #3f3f3f; position: absolute; top: 0; left:-234px; overflow:hidden; width:234px }
.off-canvas-nav-megamenu .megamenu .mega-cols{width:100% !important; min-width:inherit; padding:10px 0; display:inline-block; margin-top:10px }
.off-canvas-nav-megamenu .megamenu .mega-cols ul li a {padding: 0 10px}
.off-canvas-nav-megamenu .dropdown-menu{
position: relative;
left: 0;
right: 0;
top: 0;
float: none;
box-shadow: none;
padding: 0;
margin: 0;
border: none;
padding-left: 5px;
}
.off-canvas-nav-megamenu .dropdown-menu .caret{
top: 8px;
}
.off-canvas-nav-megamenu .dropdown-menu .caret:before{
font-size: 18px;
}
.off-canvas-nav-megamenu ul li a:hover{color:#42A8BF}
.off-canvas-button-megamenu {color:#fff; text-align:right; margin:10px 10px 0 0; cursor:pointer}
.off-canvas-nav-megamenu .dropdown-mega,
.off-canvas-nav-megamenu li.mega-group .dropdown-menu {
padding: 0 10px;
}
.off-canvas-nav-megamenu .mega-col {
display: block;
width: 100% !important;
position: relative;
margin-left:0
}
.off-canvas-nav-megamenu .dropdown-sub{
width: 100% !important;
padding: 0;
}
.off-canvas-nav-megamenu .leo-widget .menu-title{
padding: 10px 0px;
font-weight: bold;
font-size: 14px;
color: #000;
}
.off-canvas-nav-megamenu .leo-widget{
padding: 5px;
}
.off-canvas-nav-megamenu .leo-widget p{
font-size: 13px;
}
.offcanvas-mainnav > .megamenu {padding:0 10px}
.offcanvas-mainnav > .megamenu > li:last-child a {border-bottom:0!important}
.off-canvas-nav-megamenu .megamenu .mega-group > a .menu-title {
font-size: 13px;
}
.off-canvas-nav-megamenu .off-canvas-button-megamenu span {
font-weight: bold;
margin-right: 12px ;
}
.off-canvas-nav-megamenu .dropdown .dropdown-menu li,.off-canvas-nav-megamenu .megamenu .dropdown-mega li {
background: none;
position: relative;
}
.off-canvas-nav-megamenu .nav > li:hover,
.off-canvas-nav-megamenu .nav > li > a:hover, .off-canvas-nav-megamenu .nav > li > a:focus {
background: none;
}
.off-canvas-nav-megamenu .dropdown .dropdown-menu li:hover,
.off-canvas-nav-megamenu .megamenu > a .menu-title {
color:#5C5B5B
}
.off-canvas-nav-megamenu .megamenu li.homepage a {
height: auto;
width: auto;
text-indent: inherit;
}
.off-canvas-nav-megamenu .nav li {
border:none;
padding: 0;
}
.off-canvas-nav-megamenu ul li a {
display: block;
line-height: 23px;
color: #5C5B5B;
padding-bottom: 8px;
font-size: 13px;
}
.off-canvas-nav-megamenu .has-category{
border-bottom: 1px solid #535353;
}
.off-canvas-nav-megamenu .nav-item .nav-link, .nav-item{
font-weight: normal;
font-size: 13px;
}
.off-canvas-nav-megamenu .nav > li > a {
font-size: 13px;
font-weight: normal;
line-height: 35px;
}
.off-canvas-nav-megamenu .megamenu .menu-desc {
display: none;
}
.off-canvas-nav-megamenu .megamenu .menu-icon {
padding-left: 0;
}
.off-canvas-nav-megamenu .megamenu .mega-col .margin {
margin-left: 0;
}
/* imgaes gallery product*/
.off-canvas-nav-megamenu .widget-images .images-list .image-item{
display: inline-block;
text-align: center;
}
.off-canvas-nav-megamenu .widget-images .images-list .image-item img{
width: 100%;
}
.off-canvas-nav-megamenu .widget-manufacture .widget-inner .manu-logo img{
width: 100%;
}
/*product list*/
.off-canvas-nav-megamenu .widget-products .product-image img {
width: auto;
height: auto;
float: none;
display: inline-block;
}
.off-canvas-nav-megamenu .thumbnail-container{
text-align: center;
border-bottom: 1px solid #dedede;
padding: 15px 0px;
height: auto;
width: 100%;
}
.off-canvas-nav-megamenu .thumbnail-container .product-description{
width: 100%;
}
.off-canvas-nav-megamenu .thumbnail-container .product-description .product-price-and-shipping{
text-align: center;
}
.aligned-center .dropdown-menu{
left: 50%;
transform: translate(-50%);
-webkit-transform: translate(-50%);
-moz-transform: translate(-50%);
-ms-transform: translate(-50%);
-o-transform: translate(-50%);
}
.off-canvas-nav-megamenu .aligned-fullwidth .dropdown-menu{
width: 100%!important;
left: 0;
right: 0;
}
.aligned-right .dropdown-menu{
left: auto;
right: 0;
}
.aligned-left .dropdown-menu{
}
.megamenu .aligned-fullwidth {
position: inherit!important;
}
.aligned-fullwidth .dropdown-menu{
width: calc(100% - 30px)!important;
left: 15px;
right: 15px;
}
/***************DONGND:: CSS for Canvas Menu BEGIN**********************/
.offcanvas-mainnav .navbar-nav li
{
width: 100%;
}
.offcanvas-mainnav .navbar-nav li.dropdown a.dropdown-toggle
{
padding: 5px 30px 5px 0;
}
.offcanvas-mainnav .navbar-nav li.dropdown .caret
{
cursor: pointer;
height: 20px;
margin: 0;
position: absolute;
top: 12px;
right: 0;
width: 30px;
margin: auto 0;
}
.offcanvas-mainnav .navbar-nav li.dropdown .dropdown-menu
{
display: none;
}
.offcanvas-mainnav .navbar-nav li.open-sub .dropdown-menu
{
/*display: block;*/
}
.offcanvas-mainnav .dropdown-toggle::after, .megamenu-off-canvas li.mega-group>a.dropdown-toggle::after
{
border-left: none;
border-right: none;
}
.offcanvas-mainnav .navbar-nav li.dropdown .caret:before {
content: "add";
font-family: "Material Icons";
color: white;
font-size: 16px;
font-weight: normal;
display: block;
text-align: center;
}
.offcanvas-mainnav .navbar-nav li.open-sub>.caret:before {
content: "remove";
}
.offcanvas-mainnav .navbar-nav .nav-item + .nav-item
{
margin-left: 0px;
position: relative!important;
}
.megamenu-overlay
{
cursor: pointer;
position: fixed;
top: 0;
left: 0;
bottom: 0;
right: 0;
background: rgba(0,0,0,0.5);
z-index: 999;
opacity: 0;
visibility: hidden;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-ms-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
@media (max-width: 543px){
.off-canvas-active .megamenu-overlay{
opacity: 1;
visibility: visible;
}
.navbar-toggleable-xs .navbar-nav .nav-item{
clear: both;
}
}
/***************DONGND:: CSS for Canvas Menu END**********************/
@media (max-width: 543px){
.megamenu-off-canvas{
background: white;
padding: 10px;
}
.megamenu-off-canvas .nav-item .dropdown-toggle{
padding-right: 25px;
}
.megamenu-off-canvas .nav-item .dropdown-toggle:after{
/*content: 'add';*/
font-family: "Material Icons";
font-size: 18px;
border: none;
width: auto;
line-height: 20px;
height: 20px;
}
.megamenu-off-canvas .nav-item.open > .dropdown-toggle:after{
/*content: "remove";*/
}
/***************DONGND:: CSS for caret when disable canvas menu BEGIN**********************/
.megamenu-off-canvas .nav-item .caret {
cursor: pointer;
height: 30px;
margin: auto 0;
position: absolute;
right: 0;
top: 0px;
width: 30px;
line-height: 30px;
}
.megamenu-off-canvas .nav-item .caret::before {
color: black;
content: "add";
display: block;
font-family: "Material Icons";
font-size: 20px;
font-weight: normal;
text-align: center;
}
.megamenu-off-canvas .nav-item.open-sub > .caret::before {
content: "remove";
}
.leo-top-menu .dropdown-submenu:hover > .dropdown-menu
{
display: none;
}
/***************DONGND:: CSS for caret when disable canvas menu END**********************/
.megamenu-off-canvas .dropdown-menu{
position: initial;
display: none;
width: 100%;
}
.megamenu-off-canvas .nav-item.open > .dropdown-menu{
display: block;
}
}
/***************DONGND:: CSS for Vertical Menu BEGIN**********************/
.verticalmenu .navbar-nav .nav-item + .nav-item
{
margin-left: 0;
}
/***************DONGND:: CSS for Vertical Menu END**********************/
.leo-megamenu{
padding:0px;
position: static;
margin-bottom: 35px;
}
.leo-megamenu .navbar-toggler{
font-size: 22px;
background: #000;
color: #fff;
margin-bottom: 40px;
margin-top: 20px;
}
@media (max-width: 480px){
#header .header-top:before{
display: none!important;
}
}
/*html tab*/
.widget-tab .nav-tabs .nav-item{
float: left;
width: auto;
}
#header .header-top .widget-tab .nav-tabs .nav-item .nav-link:focus,.widget-tab .nav-tabs .nav-item .nav-link:hover{
border-color: #696969;
background: #545454;
}
.widget-tab .nav-tabs {
border-bottom: 1px solid transparent;
}
.widget-tab .nav-tabs .nav-item a.active{
background: #545454;
border-color: #696969;
}
#header .header-top .widget-tab .nav-tabs .nav-item .nav-link{
color: #454545;
border-bottom: 1px solid transparent;
}
.widget-tab .tab-content{
padding: 10px;
border: 1px solid #696969;
}
.leo-megamenu {
clear: both;
}