/**
* 2023 Anvanto
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
*
*  @author    Anvanto <anvantoco@gmail.com>
*  @copyright 2022 Anvanto
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*/

.custom-antheme-select input { cursor: pointer; margin: 0 !important; opacity: 0; width: 100%; height: 100%; display: block; }
.custom-antheme-select { cursor: pointer; display: inline-block; width: 30px; height: 30px; border: 2px solid #ccc; }
.an_theme { margin-bottom: 10px !important;}
.an_theme>li>a {
 border-radius: 3px 3px 3px 3px;
}
.an_theme>li {
 width: 100%;
}

.an_theme-text-menu {
 padding: 10px 15px;
 background-color: #fff;
 margin-top: 10px;
}
a.an_theme-menu-moreproducts {
 color: #fff;
 background: #2eacce; 
 border: 1px solid transparent;
 margin-top: 20px;
 border-radius: 3px 3px 3px 3px !important;
}
a.an_theme-menu-moreproducts:hover,
a.an_theme-menu-moreproducts:focus {
 color: #fff;	
 border: 1px solid transparent !important;
 border-radius: 3px 3px 3px 3px !important;
}
.an_theme>li .an_theme-text-menu a {
 font-size: inherit;
 font-family: inherit;
 text-transform: inherit;
 font-weight: inherit;
}

.an_theme>li.active>a,
.an_theme>li.active>a:hover,
.an_theme>li.active>a:focus {
 border-bottom-color: #ddd !important;
 border-radius: 3px 3px 3px 3px !important;
}
.an_theme .col-lg-2>.row{
  margin-left: 0px;
}
.an_theme .form-group .col-lg-9>.form-group{
  margin-bottom: 0px;
}
.an_theme input[type=number] {
  border-radius: 3px !important;
}
.bootstrap.panel {
 float:left;

 width:100%;
}

body .bootstrap .an_theme-code div.form-wrapper {
  max-width: 100%;
}