/* Add here all your CSS customizations */
.collapse {
	visibility: visible;
}

.page-header {
	background-color: #333;
	border-bottom: 5px solid #CCC;
	border-top: 5px solid #CCC;
}

.header-no-border-bottom {
	
}

/*MENU ALTO SISTEMAZIONE TENDINA x CELLULARE*/
.header-destra
{
 margin-top: 30px;
}

@media only screen and (max-width: 991px) 
{
 .header-destra
 {
  width: 100%;
 }
 
 .menu-righine
 {
 	position: absolute;
 	right: 20px;
 	top: 0px;
 }
 
 .nav-pills
 {
 	background-color: #000;
 }
 
 #header .header-nav-main nav > ul li 
 {
	border-bottom: 1px solid #F0CC12;
 }
}



.page-header h1 {
	color: #fff;
}

.col-centered{
    /* float: none; */
    margin: 0 auto;
}
/* white_color */
.white_color i.icon-featured,  .white_color img.icon-featured {
	background-color: #ffffff;
}

.white_color h4 {
	color: #ffffff;
}

.white_color .box-content {
	border-top-color: #ffffff;
}

.form-control
{
 border: 1px solid #aaa;
}

.input_upper
{
 text-transform:uppercase;
}

.pico_mt-xlg {
	margin-top: 30px;
}

.required {
	display: inline-block;
	color: #d2322d;
	font-size: 0.8em;
	font-weight: bold;
	position: relative;
	top: -0.2em;
}

html.dark p
{
	color: #d5d5d5;
}

html.dark .post-content ul {
	color: #d5d5d5;
}

html.dark .form-control
{
 color: #fff;
}

html.dark .invert_if_dark
{
 -webkit-filter: grayscale(1) invert(1);
 filter: grayscale(1) invert(1);
}

/*html.dark .thumb-info*/
html.dark .thumbnail, html.dark .img-thumbnail {
	background-color: #fff;
	border: 4px solid #282d36;
}

.dataTables_processing {
	background: #B52929;
	border-radius: 100px;
	box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	padding: 5px 10px;
	top: 3px;
	width: 150px;
	margin: 10px 60px;
}

.dataTables_wrapper {
	position: relative;
}

.dataTables_wrapper .DTTT.btn-group {
	display: inline-block !important;
}

.dataTables_wrapper .datatables-header {
	margin-bottom: 15px;
}

.dataTables_wrapper .datatables-header label {
	font-weight: normal;
	margin: 0;
}

.dataTables_wrapper table thead th {
	padding-right: 21px !important;
}

.dataTables_wrapper .dataTables_length .select2-container {
	margin-right: 10px;
	width: 75px;
}

@media only screen and (max-width: 991px) {
	.dataTables_wrapper .dataTables_length {
		margin-bottom: 15px;
	}

	.dataTables_wrapper .dataTables_length label {
		float: none;
		width: 100%;
	}
}
/* Filter */
.dataTables_wrapper .dataTables_filter label {
	width: 50%;
}

.dataTables_wrapper .dataTables_filter input {
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.dataTables_wrapper .dataTables_filter label {
		width: 100%;
	}
}
/* Footer */
.dataTables_wrapper .datatables-footer {
	margin-top: 15px;
}

.dataTables_wrapper .datatables-footer .dataTables_info {
	font-size: 11px;
	padding-top: 0;
	margin-top: 6px;
}

.dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
	display: block;
	margin: 0;
}

@media only screen and (max-width: 991px) {
	.dataTables_wrapper .datatables-footer .dataTables_info {
		margin-bottom: 15px;
		text-align: center;
	}

	.dataTables_wrapper .datatables-footer .dataTables_paginate {
		float: none;
		text-align: center;
	}

	.dataTables_wrapper .datatables-footer .dataTables_paginate .pagination {
		display: inline-block;
	}
}
/* Empty Row */
.dataTables_wrapper .dataTables_empty {
	padding: 50px 0;
	text-align: center;
}

/*
.dataTables_processing {
	background: #cccccc;
	border-radius: 100px;
	box-shadow: 0 1px 1px -1px rgba(0, 0, 0, 0.3);
	color: #FFF;
	left: 50%;
	margin-left: -36px;
	padding: 5px 10px;
	position: absolute;
	top: 3px;
}
*/

@media only screen and (max-width: 991px) {
	.dataTables_processing {
		left: auto;
		margin-left: 0;
		right: 0;
	}
}

.msg
{
 padding: 20px;
 font-size: 15px;
 font-weight: 700;
 margin: 10px;
}

.alert_error
{
 color: #FF4040;
 border: 3px solid #FF4040;
 background-color: #FFC0C0;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.alert_error span
{
 background:url(../images/alert.png) no-repeat left center;
 padding-left: 20px;
}

.alert_success
{
 color: #83B13A;
 border: 3px solid #83B13A;
 background-color: #B5F3B5;
 -webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
}

.alert_success span
{
 background:url(../images/tick.png) no-repeat left center;
 padding-left: 20px;
}

.error
{
 color: #FF4040;
}

.picocart
{
 margin: 20px 0;
}

.table_select_address
{
 border-collapse: separate;
 border-spacing: 2px;
}

.table_select_address td
{
 padding: 20px;
}

.pico_content ul
{
 list-style: square;
 margin-left: 30px;
}

.btn_wait, button.btn_wait  { color:#fff; background:#544F4B; }
.btn_stop, button.btn_stop  { color:#fff; background:#C00000; }
.btn_go,   button.btn_go    { color:#fff; background:#00C000; }
.btn_wait:hover, .btn_stop:hover, .btn_go:hover {color: #FFFF80;}
button.btn_go:hover { background-color: #45D745; }

.total {
    color: #282d36;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 20px;
}

.active .list-group-item-heading { color: #ffffff; }

.old_table td {padding: 2px;}

.disabledTab
{
 pointer-events: none;
}

html body .tabs .nav-tabs .disabledTab a, html.dark body .tabs .nav-tabs .disabledTab a, html body .tabs .nav-tabs .disabledTab a:hover, html.dark body .tabs .nav-tabs  .disabledTaba:hover {
 color: #aaa;
}

.full_width
{
	width: 100%;
}

.modal-block {
	background: transparent;
	padding: 0;
	text-align: left;
	max-width: 600px;
	margin: 40px auto;
	position: relative;
}

.modal-block.modal-block-xs {
	max-width: 200px;
}

.modal-block.modal-block-sm {
	max-width: 400px;
}

.modal-block.modal-block-md {
	max-width: 600px;
}

.modal-block.modal-block-lg {
	max-width: 900px;
}

.modal-block.modal-block-full {
	max-width: 98%;
}

.modal-block.modal-header-color .panel-heading h2 {
	color: #FFF;
}

.modal-block.modal-full-color {
	color: #FFF;
}

.modal-block.modal-full-color .panel-heading {
	border: 0;
}

.modal-block.modal-full-color .panel-heading h2 {
	color: #FFF;
}

.modal-block.modal-full-color .panel-footer {
	border: 0;
}

.modal-block.modal-full-color .panel-body {
	background-color: transparent;
}

.modal-block.modal-full-color .fa {
	color: #FFF !important;
}

/* Modal Wrapper */
.modal-wrapper {
	position: relative;
	padding: 25px 0;
}

/* Modal Icon */
.modal-icon {
	float: left;
	width: 20%;
	text-align: center;
}

.modal-icon .fa {
	font-size: 52px;
	position: relative;
	top: -10px;
	color: #cccccc;
}

.modal-icon.center {
	float: none;
	width: auto;
	padding-top: 20px;
}

.modal-icon.center + .modal-text {
	float: none;
	width: auto;
}

.modal-icon + .modal-text {
	float: left;
	width: 80%;
}

/* Modal Text */
.modal-text {
	padding: 0 5px;
}

.modal-text h1, .modal-text h2, .modal-text h3, .modal-text h4, .modal-text h5, .modal-text h6 {
	padding: 0;
	margin: -7px 0 4px 0;
}

.modal-block-primary .fa {
	color: #cccccc;
}

.modal-block-primary.modal-header-color .panel-heading {
	background-color: #cccccc;
}

.modal-block-primary.modal-full-color .panel {
	background-color: #e0e0e0;
}

.modal-block-primary.modal-full-color .panel-heading {
	background-color: #cccccc;
}

.modal-block-primary.modal-full-color .panel-footer {
	background-color: #e0e0e0;
}

.modal-block-success .fa {
	color: #47a447;
}

.modal-block-success.modal-header-color .panel-heading {
	background-color: #47a447;
}

.modal-block-success.modal-full-color .panel {
	background-color: #5cb85c;
}

.modal-block-success.modal-full-color .panel-heading {
	background-color: #47a447;
}

.modal-block-success.modal-full-color .panel-footer {
	background-color: #5cb85c;
}

.modal-block-warning .fa {
	color: #ed9c28;
}

.modal-block-warning.modal-header-color .panel-heading {
	background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .panel {
	background-color: #f0ad4e;
}

.modal-block-warning.modal-full-color .panel-heading {
	background-color: #ed9c28;
}

.modal-block-warning.modal-full-color .panel-footer {
	background-color: #f0ad4e;
}

.modal-block-danger .fa {
	color: #d2322d;
}

.modal-block-danger.modal-header-color .panel-heading {
	background-color: #d2322d;
}

.modal-block-danger.modal-full-color .panel {
	background-color: #d9534f;
}

.modal-block-danger.modal-full-color .panel-heading {
	background-color: #d2322d;
}

.modal-block-danger.modal-full-color .panel-footer {
	background-color: #d9534f;
}

.modal-block-info .fa {
	color: #5bc0de;
}

.modal-block-info.modal-header-color .panel-heading {
	background-color: #5bc0de;
}

.modal-block-info.modal-full-color .panel {
	background-color: #7dcde5;
}

.modal-block-info.modal-full-color .panel-heading {
	background-color: #5bc0de;
}

.modal-block-info.modal-full-color .panel-footer {
	background-color: #7dcde5;
}

.modal-block-dark .fa {
	color: #171717;
}

.modal-block-dark.modal-header-color .panel-heading {
	background-color: #171717;
}

.modal-block-dark.modal-full-color .panel {
	background-color: #2b2b2b;
}

.modal-block-dark.modal-full-color .panel-heading {
	background-color: #171717;
}

.modal-block-dark.modal-full-color .panel-footer {
	background-color: #2b2b2b;
}

html.dark .modal-content {
	background-color: #1d2127;
}

html.dark .modal-header,
html.dark .modal-footer {
	border-color: #282d36;
}

.select2-container .select2-selection--single .select2-selection__rendered 
{
 white-space: normal;
}

.pull-right 
{
 float: right !important;
}

#footer .footer-copyright {
	border-top: 1px solid #777;
}

html #header .header-nav-bar-primary {
    color: #111 !important;
}

.tip {
	color: #fff;
	position: relative;
	display: inline-block;
	font-size: 9px;
	font-weight: 400;
	padding: 2px;
	z-index: 1;
	border-radius: 2px;
	line-height: 1;
	margin: 0 0 0 10px;
	vertical-align: middle;
	text-transform: uppercase;
}
#home_cart  .tip {
	margin-top: -2px;
}

#header .header-column.header-column-center .header-logo {
	padding: 0;
}

.tip:before {
	content: "";
	position: absolute;
	left: auto;
	right: 100%;
	top: 50%;
	margin-top: -4px;
	border: 3px solid transparent;
}
.tip.tip-new {
	background-color: #0cc485 !important;
}
.tip.tip-new:before {
	border-right-color: #0cc485 !important;
}
.tip.tip-hot {
	background-color: #eb2771 !important;
}
.tip.tip-hot:before {
	border-right-color: #eb2771 !important;
}
#home_cart  a .tip {
	/* position: absolute;*/ 
	top: -7px;
	right: 10px;
}
#home_cart  a .tip:before {
	position: absolute;
	left: 3px;
	top: 100%;
	width: 3px;
	height: 3px;
	margin: 0;
	border-color: transparent !important;
}
#home_cart  a .tip.tip-new:before {
	border-top-color: #0cc485 !important;
}
#home_cart  a .tip.tip-hot:before {
	border-top-color: #eb2771 !important;
}

section.section.section-parallax {
	background-color: transparent;
	background-position: 50% 50%;
	background-repeat: repeat;
	background-attachment: fixed;
	border: 0;
}

/* xxxxxxxxxxxxxxxxxxxxxxxxxx */

.products-grid {
	list-style: none;
	padding: 0;
	margin: 0 -10px 0;
}
.products-grid:after {
	content: '';
	display: table;
	clear: both;
}
.products-grid li {
	width: 100%;
	padding: 10px 10px 0;
}
.products-grid.columns6 {
	margin: 0 -5px;
}
.products-grid.columns6 li {
	padding-left: 5px;
	padding-right: 5px;
}
.products-grid.columns7 {
	margin: 0 -4px;
}
.products-grid.columns7 li {
	padding-left: 4px;
	padding-right: 4px;
}
.products-grid.columns8 {
	margin: 0 -3px;
}
.products-grid.columns8 li {
	padding-left: 3px;
	padding-right: 3px;
}
@media (min-width: 480px) {
	.products-grid li {
		float: left;
		width: 50%;
	}
	.products-grid li:nth-child(2n+1) {
		clear: left;
	}
	.products-grid.columns5 li, .products-grid.columns6 li, .products-grid.columns7 li, .products-grid.columns8 li {
		width: 33.33%;
	}
	.products-grid.columns5 li:nth-child(2n+1), .products-grid.columns6 li:nth-child(2n+1), .products-grid.columns7 li:nth-child(2n+1), .products-grid.columns8 li:nth-child(2n+1) {
		clear: none;
	}
	.products-grid.columns5 li:nth-child(3n+1), .products-grid.columns6 li:nth-child(3n+1), .products-grid.columns7 li:nth-child(3n+1), .products-grid.columns8 li:nth-child(3n+1) {
		clear: left;
	}
}
@media (min-width: 768px) {
	.products-grid.columns3 li, .products-grid.columns4 li {
		width: 33.33%;
	}
	.products-grid.columns3 li:nth-child(2n+1), .products-grid.columns4 li:nth-child(2n+1) {
		clear: none;
	}
	.products-grid.columns3 li:nth-child(3n+1), .products-grid.columns4 li:nth-child(3n+1) {
		clear: left;
	}
	.products-grid.columns5 li, .products-grid.columns6 li, .products-grid.columns7 li, .products-grid.columns8 li {
		width: 25%;
	}
	.products-grid.columns5 li:nth-child(3n+1), .products-grid.columns6 li:nth-child(3n+1), .products-grid.columns7 li:nth-child(3n+1), .products-grid.columns8 li:nth-child(3n+1) {
		clear: none;
	}
	.products-grid.columns5 li:nth-child(4n+1), .products-grid.columns6 li:nth-child(4n+1), .products-grid.columns7 li:nth-child(4n+1), .products-grid.columns8 li:nth-child(4n+1) {
		clear: left;
	}
}
@media (min-width: 992px) {
	.products-grid.columns6 li, .products-grid.columns7 li, .products-grid.columns8 li {
		width: 20%;
	}
	.products-grid.columns6 li:nth-child(4n+1), .products-grid.columns7 li:nth-child(4n+1), .products-grid.columns8 li:nth-child(4n+1) {
		clear: none;
	}
	.products-grid.columns6 li:nth-child(5n+1), .products-grid.columns7 li:nth-child(5n+1), .products-grid.columns8 li:nth-child(5n+1) {
		clear: left;
	}
}
@media (min-width: 1200px) {
	.products-grid.columns4 li {
		width: 25%;
	}
	.products-grid.columns4 li:nth-child(3n+1) {
		clear: none;
	}
	.products-grid.columns4 li:nth-child(4n+1) {
		clear: left;
	}
	.products-grid.columns5 li {
		width: 20%;
	}
	.products-grid.columns5 li:nth-child(4n+1) {
		clear: none;
	}
	.products-grid.columns5 li:nth-child(5n+1) {
		clear: left;
	}
	.products-grid.columns6 li {
		width: 16.66%;
	}
	.products-grid.columns6 li:nth-child(5n+1) {
		clear: none;
	}
	.products-grid.columns6 li:nth-child(6n+1) {
		clear: left;
	}
	.products-grid.columns7 li {
		width: 14.25%;
	}
	.products-grid.columns7 li:nth-child(5n+1) {
		clear: none;
	}
	.products-grid.columns7 li:nth-child(7n+1) {
		clear: left;
	}
	.products-grid.columns8 li {
		width: 12.5%;
	}
	.products-grid.columns8 li:nth-child(5n+1) {
		clear: none;
	}
	.products-grid.columns8 li:nth-child(8n+1) {
		clear: left;
	}
}

.products-list {
	list-style: none;
	padding: 0;
	margin: 0 -10px 0;
}
.products-list li {
	padding: 10px;
	width: 100%;
}

.product {
	position: relative;
}
.product .product-image-area {
	overflow: hidden;
	position: relative;
	padding: 0;
	background-color: #fff;
	border: none;
	border-radius: 3px;
}
.product .product-image-area .product-image {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}
.product .product-image-area .product-image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.product .product-image-area .product-image .product-hover-image {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.product .product-quickview {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #E4952E;
	color: #fff;
	padding: 10px;
	z-index: 9;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	font-size: 12px;
	line-height: 1.4;
	width: 100%;
	text-align: center;
}
.product .product-quickview span {
	margin-left: 2px;
}
.product .product-quickview:hover, .product .product-quickview:focus {
	opacity: 0.9 !important;
	color: #fff;
	text-decoration: none;
}
.product .product-quickview:hover span, .product .product-quickview:focus span {
	text-decoration: underline;
}
.product .product-label {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	line-height: 1;
	z-index: 5;
	text-align: center;
}
.product .product-label + .product-label {
	top: 40px;
}
.product .product-label span {
	display: block;
	position: relative;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
}
.product .product-label span.discount {
	background-color: #e27c7c;
}
.product .product-label span.new {
	background-color: #62b959;
}
.product .product-details-area {
	padding: 10px;
	text-align: center;
}
.product .product-details-area .product-actions {
	margin: 0 -10px;
}
.product .product-name {
	color: #777;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 3px;
}
.product .product-name a {
	color: #777;
}
.product .product-name a:hover, .product .product-name a:focus {
	color: #3f4658;
	text-decoration: none;
}
.product:hover .product-image-area .product-image .product-hover-image {
	visibility: visible;
	opacity: 1;
}
.product:hover .product-quickview {
	visibility: visible;
	opacity: 1;
}

.product-ratings {
	font-size: 11px;
	line-height: 1.25;
	margin: 3px 0;
	background: url(../../img/demos/shop/rating-bar.png) center no-repeat;
	height: 14px;
	margin: 7px 0 6px;
}
.product-ratings .ratings-box {
	position: relative;
	display: inline-block;
	margin-top: 1.5px;
	overflow: hidden;
	width: 64px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
}
.product-ratings .ratings-box:before {
	font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
	content: "\f005\20\f005\20\f005\20\f005\20\f005";
	width: 64px;
	height: 11px;
	color: #c3c5c9;
	display: block;
	font-size: 11px;
	line-height: 11px;
}
.product-ratings .ratings-box .rating {
	float: left;
	height: 11px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.product-ratings .ratings-box .rating:before {
	font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
	content: "\f005\20\f005\20\f005\20\f005\20\f005";
	width: 64px;
	height: 11px;
	color: #ffc600;
	display: block;
	font-size: 11px;
	line-height: 11px;
}

.product-price-box {
	font-size: 0;
	margin: 5px 0 3px;
}
.product-price-box .old-price,
.product-price-box .product-price {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}
.product-price-box .old-price {
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
}
.product-price-box .old-price + .product-price {
	margin-left: 6px;
}
.product-price-box .product-price {
	font-size: 20px;
	color: #444;
}

.product-actions a {
	display: inline-block;
	position: relative;
	margin: 10px 1px;
	vertical-align: middle;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.product-actions a:hover, .product-actions a:focus {
	text-decoration: none;
}
.product-actions a.addtocart {
	color: #333;
	background-color: #fff;
	font-size: 14px;
	padding: 0 10px 0 8px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #ccc;
}
.product-actions a.addtocart i {
	font-size: 15px;
	margin-right: 2px;
}
.product:hover .product-actions a.addtocart {
	background-color: #E4952E;
	border-color: #E4952E;
	color: #fff;
}
.product-actions a.addtocart.outofstock {
	padding: 0 10px;
	cursor: default;
}
.product:hover .product-actions a.addtocart.outofstock {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #ccc !important;
}
.product-actions a.addtowishlist, .product-actions a.comparelink, .product-actions a.quickview {
	font-size: 17px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	background-color: transparent;
	visibility: hidden;
	opacity: 0;
}
.hide-addtolinks .product-actions a.addtowishlist, .hide-addtolinks .product-actions a.comparelink, .hide-addtolinks .product-actions a.quickview {
	display: none;
}
.product-actions a.addtowishlist {
	right: -37px;
	color: #ed4949;
	border: 1px solid #ed4949;
}
.product-actions a.addtowishlist:hover {
	color: #fff;
	background-color: #ed4949;
}
.product:hover .product-actions a.addtowishlist {
	visibility: visible;
	opacity: 1;
	right: 0;
}
.product-actions a.comparelink {
	left: -37px;
	color: #52b9b5;
	border: 1px solid #52b9b5;
}
.product-actions a.comparelink:hover {
	color: #fff;
	background-color: #52b9b5;
}
.product:hover .product-actions a.comparelink {
	visibility: visible;
	opacity: 1;
	left: 0;
}
.product-actions a.quickview {
	visibility: visible;
	opacity: 1;
	color: #3f4658;
	border: 1px solid #3f4658;
}
.product-actions a.quickview:hover {
	color: #fff;
	background-color: #3f4658;
}

.product.product-list:after {
	content: '';
	display: table;
	clear: both;
}
.product.product-list .product-details-area {
	text-align: left;
	padding: 0 20px;
}
.product.product-list .product-short-desc {
	font-size: 14px;
	line-height: 1.5;
}
.product.product-list .product-ratings {
	background: none;
	margin-bottom: 10px;
}
.product.product-list .product-name {
	font-size: 18px;
	margin: 10px 0;
}
.product.product-list .product-price-box {
	margin-top: 10px;
}
.product.product-list .product-actions {
	margin: 0;
}
.product.product-list .product-actions a.addtowishlist, .product.product-list .product-actions a.comparelink, .product.product-list .product-actions a.quickview {
	left: auto;
	right: auto;
	visibility: visible;
	opacity: 1;
}
.product.product-list .product-actions a.addtocart {
	background-color: #3f4658;
	border-color: #3f4658;
	color: #fff;
}
@media (min-width: 600px) {
	.product.product-list .product-image-area {
		float: left;
		width: 20%;
	}
	.product.product-list .product-details-area {
		float: left;
		width: 80%;
	}
}

.product.product-sm {
	padding: 6px 0 8px;
	max-width: 300px;
}
.product.product-sm:after {
	content: '';
	display: table;
	clear: both;
}
.product.product-sm .product-image-area {
	width: 33%;
	float: left;
	padding: 2px;
}
.product.product-sm .product-details-area {
	float: left;
	width: 67%;
	text-align: left;
	padding: 10px 16px;
}
.product.product-sm .product-name {
	font-size: 12px;
}
.product.product-sm .product-ratings {
	background: none;
	margin-bottom: 5px;
}
.product.product-sm .product-price-box {
	margin: 2px 0 3px;
}
.product.product-sm .product-price-box .old-price {
	font-size: 11px;
}
.product.product-sm .product-price-box .old-price + .product-price {
	margin-left: 3px;
}
.product.product-sm .product-price-box .product-price {
	font-size: 15px;
}

.sidebar.shop-sidebar .panel-group {
	/* margin-bottom: 40px; */
}
/*
.sidebar.shop-sidebar .panel-group .panel + .panel {
	margin-top: 14px;
}
*/
.sidebar.shop-sidebar .panel-group .panel {
	margin-bottom: 14px;
}
.sidebar.shop-sidebar .panel.panel-default {
	border-radius: 6.99px;
	border: none;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading {
	border-radius: 0;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading .panel-title {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #777;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a {
	position: relative;
	border-radius: 6.99px 6.99px 0 0;
	padding-top: 11.5px;
	padding-bottom: 11.5px;
	padding-right: 45px;
	color: #777;
	border: 1px solid #ddd;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a:before {
	font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
	content: "\f0d8";
	width: 26px;
	height: 26px;
	display: block;
	border: 1px solid #ddd;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -13px;
	border-radius: 3px;
	color: #ccc;
	text-align: center;
	line-height: 24px;
	background-color: #fff;
	font-size: 10px;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a:hover:before {
	background-color: #3f4658;
	border-color: #3f4658;
	color: #fff;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a.collapsed {
	border-radius: 6.99px;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a.collapsed:before {
	font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
	content: "\f0d7";
}
.sidebar.shop-sidebar .panel.panel-default .panel-body {
	padding: 15px 15px 7px;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 6.99px 6.99px;
	background-color: #fbfbfb;
}

html.dark .sidebar.shop-sidebar .panel.panel-default .panel-body {
	border: 1px solid #444;
	background-color: #1e1e1e;
}

html.dark .sidebar.shop-sidebar .panel.panel-default .panel-heading a {
	color: #d9d9d9;
	border: 1px solid #444;
}

html.dark .sidebar.shop-sidebar .panel.panel-default .panel-heading a::before {
	border: 1px solid #606060;
	background-color: #4f4f4f;
}

.sidebar.shop-sidebar .filter-price {
	margin: 14px 0 9px;
}
.sidebar.shop-sidebar .filter-price #price-slider {
	margin-bottom: 20px;
}
.sidebar.shop-sidebar .filter-price .noUi-target {
	background: #eee;
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.sidebar.shop-sidebar .filter-price .noUi-handle {
	background: #3f4658;
	cursor: pointer;
	border-radius: 5px;
	border: none;
	box-shadow: none;
}
.sidebar.shop-sidebar .filter-price .noUi-handle:before, .sidebar.shop-sidebar .filter-price .noUi-handle:after {
	display: none;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal {
	position: relative;
	height: 7px;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal .noUi-handle {
	position: absolute;
	width: 13px;
	height: 18px;
	border: 0;
	left: -6.5px;
	top: -6px;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal .noUi-base .noUi-origin {
	position: absolute;
}
.sidebar.shop-sidebar .filter-price .noUi-connect {
	background-color: #5f6985;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
}
.sidebar.shop-sidebar .filter-price .filter-price-details {
	text-align: center;
}
.sidebar.shop-sidebar .filter-price .filter-price-details * {
	white-space: normal;
}
.sidebar.shop-sidebar .filter-price .filter-price-details span {
	vertical-align: middle;
	line-height: 26px;
}
.sidebar.shop-sidebar .filter-price .filter-price-details .form-control {
	display: inline-block;
	vertical-align: middle;
	color: #a3a2a2;
	padding: 2px 5px;
	font-size: 14px;
	margin: 0 2px;
	width: 50px;
	height: 26px;
}
.sidebar.shop-sidebar .filter-price .filter-price-details .btn {
	border: none;
	height: 26px;
	line-height: 26px;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 14px;
	margin: 5px 0;
}
.sidebar.shop-sidebar ul, .sidebar.shop-sidebar ol {
	padding: 0;
	margin: -7px 0 0;
	list-style: none;
}
.sidebar.shop-sidebar ul li a, .sidebar.shop-sidebar ol li a {
	color: #777;
	line-height: 2.5;
}
.sidebar.shop-sidebar .configurable-filter-list {
	padding: 0;
	margin: 0 -5px;
	list-style: none;
	font-size: 0;
}
.sidebar.shop-sidebar .configurable-filter-list li {
	display: inline-block;
	margin: 0 5px 8px;
}
.sidebar.shop-sidebar .configurable-filter-list li a {
	display: block;
	color: #777;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	background: #f4f4f4;
	border: 1px solid #cccccc;
	border-radius: 3px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.sidebar.shop-sidebar .configurable-filter-list li a:hover {
	border-color: #3f4658;
	text-decoration: none;
}
.sidebar.shop-sidebar .configurable-filter-list.filter-list-color li a {
	padding: 1px;
}
.sidebar.shop-sidebar .configurable-filter-list.filter-list-color li a span {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 3px;
}
.sidebar.shop-sidebar h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.sidebar.shop-sidebar .owl-carousel .owl-nav {
	top: -28px;
	width: auto;
	right: 5px;
	margin: 0;
	line-height: 1;
}
.sidebar.shop-sidebar .owl-carousel .owl-nav .owl-prev,
.sidebar.shop-sidebar .owl-carousel .owl-nav .owl-next {
	font-size: 16px;
	line-height: 1;
	min-width: 18px;
}

.product-essential {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.product-img-box {
		margin-bottom: 25px;
	}
}
.product-img-box img {
	display: block;
	width: 100%;
	height: auto;
}
.product-img-box .product-img-wrapper {
	padding: 3px;
	border: 1px solid #ddd;
	border-radius: 6.99px;
}
.product-img-box .owl-carousel {
	margin-bottom: 0;
}

.zoomContainer {
	z-index: 49;
}

.product-img-box-wrapper {
	position: relative;
	margin-bottom: 10px;
}
.product-img-box-wrapper .product-img-zoom {
	position: absolute;
	right: 11px;
	bottom: 7px;
	z-index: 50;
}

.product-details-box .product-nav-container {
	float: right;
}
@media (max-width: 767px) {
	.product-details-box .product-nav-container {
		margin-top: -15px;
	}
}
.product-details-box .product-nav-container .product-nav {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 0;
}
.product-details-box .product-nav-container .product-nav a {
	color: #555;
	display: inline-block;
	font-size: 22px;
	line-height: 58px;
	text-decoration: none;
	min-width: 31px;
	text-align: center;
}
.product-details-box .product-nav-container .product-nav a:hover, .product-details-box .product-nav-container .product-nav a:focus {
	text-decoration: none;
}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown {
	border-top: 3px solid #3f4658;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	margin-right: -17.5px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
	border-radius: 4px;
}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown:before {
	content: "";
	width: 5px;
	height: 2px;
	border: 5px solid transparent;
	border-bottom-color: #3f4658;
	display: block;
	position: absolute;
	top: -13px;
	right: 32px;
}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown img {
	display: block;
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown h4 {
	margin: 0;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.35;
	color: #777;
}
.product-details-box .product-nav-container .product-nav.product-nav-prev .product-nav-dropdown {
	right: auto;
	left: 0;
	margin-left: -17.5px;
	margin-right: 0;
}
.product-details-box .product-nav-container .product-nav.product-nav-prev .product-nav-dropdown:before {
	right: auto;
	left: 32px;
}
.product-details-box .product-nav-container .product-nav:hover > .product-nav-dropdown {
	visibility: visible;
	opacity: 1;
}
.product-details-box .product-nav-container .product-nav:hover > a {
	color: #3f4658;
	text-decoration: none;
}
.product-details-box .product-name {
	margin: 15px 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	color: #555;
}
.product-details-box .product-rating-container {
	margin-bottom: 20px;
}
.product-details-box .product-rating-container .product-ratings {
	vertical-align: middle;
	display: inline-block;
	background: none;
	margin: 0 2px 0 0;
	font-size: 16px;
	height: 20px;
}
.product-details-box .product-rating-container .product-ratings .ratings-box {
	margin-top: 1.5px;
	width: 100px;
	height: 16px;
}
.product-details-box .product-rating-container .product-ratings .ratings-box:before {
	width: 100px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}
.product-details-box .product-rating-container .product-ratings .ratings-box .rating {
	height: 16px;
}
.product-details-box .product-rating-container .product-ratings .ratings-box .rating:before {
	width: 100px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}
.product-details-box .product-rating-container .review-link {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	color: #bdbdbd;
}
.product-details-box .product-rating-container .review-link a {
	color: #bdbdbd;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 5px;
}
.product-details-box .product-rating-container .review-link a:hover, .product-details-box .product-rating-container .review-link a:focus {
	text-decoration: none;
	color: #3f4658;
}
.product-details-box .product-short-desc {
	padding: 0 0 10px;
	border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-short-desc p {
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 20px;
}
.product-details-box .product-detail-info {
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-detail-info .product-price-box {
	margin: 0 0 20px;
}
.product-details-box .product-detail-info .product-price-box .old-price {
	vertical-align: bottom;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #999;
}
.product-details-box .product-detail-info .product-price-box .product-price {
	font-size: 33px;
	line-height: 1;
	color: #3f4658;
}
.product-details-box .product-detail-info .availability {
	margin: 0 0 10px;
	font-size: 14px;
	color: #777;
	font-weight: 400;
}
.product-details-box .product-detail-info .email-to-friend {
	margin-bottom: 0;
}
.product-details-box .product-detail-info .email-to-friend a {
	color: #3f4658;
}
.product-details-box .product-detail-options {
	margin: 20px 0 0;
	position: relative;
	padding-bottom: 0;
	border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-detail-options label {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px;
}
.product-details-box .product-detail-options label span:last-child {
	margin-left: 5px;
	font-weight: 400;
}
.product-details-box .product-detail-options .configurable-filter-list {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	font-size: 0;
}
.product-details-box .product-detail-options .configurable-filter-list li {
	display: inline-block;
	margin: 0 3px 5px 0;
}
.product-details-box .product-detail-options .configurable-filter-list li a {
	display: block;
	color: #777;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	background: #f4f4f4;
	border: 1px solid #cccccc;
	border-radius: 3px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.product-details-box .product-detail-options .configurable-filter-list li a:hover {
	border-color: #3f4658;
	text-decoration: none;
}
.product-details-box .product-detail-options .configurable-filter-list.filter-list-color li a {
	padding: 1px;
}
.product-details-box .product-detail-options .configurable-filter-list.filter-list-color li a span {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 3px;
}
.product-details-box .product-detail-qty {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	width: 60px;
}
.product-details-box .product-detail-qty #product-vqty {
	border-radius: 3px;
	width: 35px !important;
	border-color: #e1e1e1;
	color: #3f4658;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.product-details-box .product-detail-qty .btn {
	border-radius: 3px;
}
.product-details-box .product-detail-qty .btn.btn-default {
	color: #ccc;
	font-size: 8px;
	border-color: #e1e1e1;
}
.product-details-box .product-detail-qty .btn.btn-default.bootstrap-touchspin-up {
	margin-top: -2px;
}
.product-details-box .product-detail-qty .btn.btn-default.bootstrap-touchspin-down {
	margin-bottom: -2px;
}
.product-details-box .product-actions {
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-actions:after {
	content: '';
	display: table;
	clear: both;
}
.product-details-box .product-actions .addtocart {
	color: #fff;
	border-color: #3f4658;
	background-color: #3f4658;
	line-height: 36px;
	height: 38px;
	min-width: 160px;
	text-align: center;
}
.product-details-box .product-actions .addtocart:hover, .product-details-box .product-actions .addtocart:focus {
	color: #fff;
	border-color: #4c546a;
	background-color: #4c546a;
}
.product-details-box .product-actions .actions-right {
	float: right;
}
@media (max-width: 480px) {
	.product-details-box .product-actions .actions-right {
		float: none;
		margin-top: -5px;
	}
}
.product-details-box .product-actions .actions-right .addtowishlist,
.product-details-box .product-actions .actions-right .comparelink {
	opacity: 1;
	visibility: visible;
	left: auto;
	right: auto;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 17px;
}
.product-details-box .product-actions .actions-right .addtowishlist + .comparelink {
	margin-left: 5px;
}
@media (min-width: 768px) {
	.product-details-box .product-share-box {
		padding-bottom: 20px;
	}
}

.bootstrap-touchspin .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 9px 10px;
	margin-left: -1px;
	position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 3px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: -2px;
	border-radius: 3px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
	position: absolute;
	top: 5px;
	left: 6px;
	font-size: 9px;
	font-weight: normal;
}

.sidebar .feature-box h4 {
	color: #313131;
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
	padding-top: 6px;
	font-weight: 600;
}
.sidebar .feature-box .feature-box-info {
	padding-left: 60px;
	font-size: 12px;
}
.sidebar .feature-box.feature-box-style-3 {
	min-height: 50px;
	margin-bottom: 20px;
}
.sidebar .feature-box.feature-box-style-3 .feature-box-icon {
	font-size: 30px;
	color: #000;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #bbb;
	border-radius: 50%;
	text-align: center;
}
.sidebar .feature-box.feature-box-style-3 .feature-box-icon i.fa {
	color: #000;
}
.sidebar.product-sidebar .product.product-sm .product-image-area {
	width: 44%;
}
.sidebar.product-sidebar .product.product-sm .product-details-area {
	width: 56%;
}
.sidebar.product-sidebar .product.product-sm .product-name {
	font-size: 13px;
	margin-bottom: 10px;
}
.sidebar.product-sidebar .product.product-sm .product-price-box .product-price {
	font-size: 20px;
}
.sidebar.product-sidebar .owl-carousel .owl-nav {
	top: -68px;
}

.tabs.product-tabs {
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.tabs.product-tabs {
		margin-bottom: 50px;
	}
	.homepage_tabs {
	width: 600px;
  }
}
@media (max-width: 600px) {
	.tabs.product-tabs .nav-tabs li {
		display: block;
	}
}
.tabs.product-tabs .tab-content {
	/* padding: 37px 15px; */
	min-height: 200px;
	border-radius: 0 0 3px 3px;
	/* box-shadow: 0 1px 2px #eee; */
	background-color: #fff;
}
.tabs.product-tabs .tab-content p {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.tabs.product-tabs.tabs-left .nav-tabs {
		display: block;
		width: 100%;
		height: auto;
	}
}
@media (max-width: 767px) {
	.tabs.product-tabs.tabs-left li {
		display: block;
	}
}
.tabs.product-tabs.tabs-left li a {
	border-radius: 5px 0 0 5px;
	border-top: 1px solid #eee !important;
	border-bottom: 1px solid #eee !important;
}
@media (min-width: 768px) {
	.tabs.product-tabs.tabs-left li a {
		border-right: none;
		margin-right: -1px;
		text-align: right;
	}
}
@media (max-width: 767px) {
	.tabs.product-tabs.tabs-left li a {
		margin-left: 0;
		margin-right: 0;
		border-right: 1px solid #eee !important;
	}
}
@media (min-width: 768px) {
	.tabs.product-tabs.tabs-left li + li {
		margin-top: 2px;
	}
}
.tabs.product-tabs.tabs-left .tab-content {
	border-left: 1px solid #eee;
	padding: 37px 15px 27px;
}
@media (min-width: 768px) {
	.tabs.product-tabs.tabs-left .tab-content {
		min-height: 250px;
	}
}
@media (max-width: 767px) {
	.tabs.product-tabs.tabs-left .tab-content {
		display: block;
		width: 100%;
		height: auto;
		padding-top: 25px;
		padding-bottom: 15px;
	}
}

.product-table,
.ratings-table {
	width: 100%;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
.product-table thead th,
.product-table tbody td,
.ratings-table thead th,
.ratings-table tbody td {
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 15px 10px;
	line-height: 1.3;
}
@media (max-width: 600px) {
	.product-table thead th,
	.product-table tbody td,
	.ratings-table thead th,
	.ratings-table tbody td {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.product-table {
	border: 1px solid #ddd;
}
.product-table .table-label {
	font-weight: 700;
	color: #000;
}

.ratings-table {
	margin: 20px 0 40px;
	border: 1px solid #ddd;
}
@media (max-width: 767px) {
	.ratings-table {
		margin-bottom: 30px;
	}
}
.ratings-table input[type=checkbox], .ratings-table input[type=radio] {
	margin-left: auto;
	margin-right: auto;
}
@media (max-width: 600px) {
	.ratings-table thead {
		display: none;
	}
}
.ratings-table thead th {
	font-weight: 600;
	font-size: 11px;
	padding: 3px 15px;
	color: #777;
	white-space: nowrap;
	vertical-align: middle;
	text-transform: uppercase;
	background-color: #f6f6f6;
	text-align: center;
}
.ratings-table tbody td {
	font-size: 13px;
	text-align: center;
}
.ratings-table tbody td:first-child {
	font-weight: 700;
	text-align: left;
}

.product-desc-area ul {
	padding-left: 15px;
	margin-left: 2px;
}
.product-desc-area ul li {
	line-height: 20px;
}
.product-desc-area p {
	margin-bottom: 15px;
}

.product-tags-area label {
	display: block;
	font-size: 18px;
	margin: 0 0 20px;
	font-weight: 400;
}
.product-tags-area .form-control.pull-left {
	width: 250px;
	margin-right: 10px;
}

.collateral-box ul, .collateral-box ol {
	margin-top: -20px;
}
.collateral-box ul li, .collateral-box ol li {
	border-bottom: 1px solid #eee;
	padding: 20px 0 10px;
}

.add-product-review {
	padding-top: 15px;
}

.panel-group.produt-panel {
	margin-bottom: 55px;
	border: none;
}
@media (min-width: 992px) {
	.panel-group.produt-panel {
		margin-bottom: 65px;
	}
}
.panel-group.produt-panel .panel.panel-default {
	border: none;
}
.panel-group.produt-panel .panel.panel-default .panel-heading {
	background-color: transparent;
}
.panel-group.produt-panel .panel.panel-default .panel-heading .panel-title {
	font-size: 15px;
}
.panel-group.produt-panel .panel.panel-default .panel-heading .panel-title a {
	position: relative;
	border-radius: 5px;
	background-color: #f4f4f4;
	border-left: 4px solid #3f4658;
}
.panel-group.produt-panel .panel.panel-default .panel-heading .panel-title a:before {
	content: "\f0d7";
	color: #fff;
	font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
	display: block;
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -10px;
}
.panel-group.produt-panel .panel.panel-default .panel-heading .panel-title a.collapsed:before {
	font-family: 'Font Awesome 6 Free';
  font-style: normal;
  font-weight: 900;
	content: "\f0da";
	color: #3f4658;
}
.panel-group.produt-panel .panel.panel-default .panel-heading .panel-title a:not(.collapsed) {
	color: #fff;
	background-color: #3f4658;
}

@media (max-width: 480px) {
	.cart h1 span {
		display: block;
		margin-bottom: 10px;
	}
	.cart h1 .pull-right {
		float: none !important;
	}
}

.btn.btn-default.hover-primary:hover, .btn.btn-default.hover-primary:focus {
	color: #fff;
	background-color: #3f4658;
	border-color: #3f4658;
}

.btn-remove {
	display: inline-block;
	width: 34px;
	height: 34px;
	font-size: 18px;
	line-height: 22px;
	overflow: hidden;
	padding: 5px 0;
	color: #3f4658;
}
.btn-remove:hover, .btn-remove:focus {
	color: #4c546a;
	text-decoration: none;
}

.qty-holder {
	display: inline-block;
	width: 125px;
	white-space: nowrap;
	vertical-align: middle;
	font-size: 0;
}

.qty-dec-btn,
.qty-inc-btn {
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #f4f4f4;
	border: 1px solid #ccc;
	color: #777;
	line-height: 30px;
	border-radius: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
}
.qty-dec-btn:hover, .qty-dec-btn:focus,
.qty-inc-btn:hover,
.qty-inc-btn:focus {
	color: #3f4658;
	background: #f4f4f4;
	text-decoration: none;
}

.qty-input {
	display: inline-block;
	vertical-align: middle;
	width: 35px !important;
	font-size: 14px;
	text-align: center;
	color: #777;
	height: 30px;
	border-radius: 0;
	border: 1px solid #ccc;
	margin: 0 -1px;
	outline: none;
}

.edit-qty {
	display: inline-block;
	font-size: 14px;
	margin-left: 8px;
	color: #3f4658;
	vertical-align: middle;
}
.edit-qty:hover, .edit-qty:focus {
	color: #4c546a;
	text-decoration: none;
}

.cart-table-wrap {
	border: 1px solid #ececec;
	border-radius: 7.98px;
	background: #fff;
	display: block;
	padding: 30px;
	margin-bottom: 50px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
@media (min-width: 992px) {
	.cart-table-wrap {
		margin-bottom: 60px;
	}
}

.cart-table {
	width: 100%;
	border: 0;
	border-spacing: 0;
	font-size: 14px;
}
.cart-table thead tr {
	border-bottom: 1px solid #dcdcdc;
}
.cart-table thead tr th {
	font-weight: 600;
	padding: 15px 10px;
	color: #777;
	white-space: nowrap;
	vertical-align: middle;
	line-height: 1;
}
.cart-table tbody tr td {
	border-bottom: 1px solid #dcdcdc;
	padding: 15px 10px;
	line-height: 1.3;
}
.cart-table tbody tr td.product-action-td {
	padding-left: 0;
	padding-right: 0;
}
.cart-table tbody tr td.product-image-td a {
	display: block;
}
.cart-table tbody tr td.product-image-td a img {
	display: block;
	width: 100px;
	height: auto;
}
.cart-table tbody tr td.product-name-td h2 {
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0;
}
.cart-table tbody tr td.product-name-td h2 a {
	color: #3f4658;
}
.cart-table tbody tr td.product-name-td h2 a:hover, .cart-table tbody tr td.product-name-td h2 a:focus {
	color: #3f4658;
}
.cart-table tfoot td {
	padding: 15px 5px 0;
}
.cart-table tfoot .btn.btn-default.btn-continue {
	float: left;
}
.cart-table tfoot .btn.btn-default.btn-update {
	float: right;
	margin-left: 10px;
}
.cart-table tfoot .btn.btn-default.btn-clear {
	float: right;
}

@media (max-width: 1199px) {
	.cart-table thead {
		display: none;
	}
	.cart-table tbody tr {
		position: relative;
		display: block;
		border-bottom: 1px solid #dcdcdc;
		padding: 25px 0;
	}
	.cart-table tbody tr td {
		display: block;
		padding: 0 0 15px;
		width: 100%;
		border-width: 0;
		text-align: center !important;
	}
	.cart-table tbody tr td:last-child {
		padding-bottom: 0;
	}
	.cart-table tbody tr td .qty-holder {
		width: 90px;
	}
	.cart-table tbody tr td.product-action-td {
		position: absolute;
		top: 20px;
		z-index: 1;
	}
	.cart-table tbody tr td.product-action-td .btn-remove {
		float: right;
	}
	.cart-table tbody tr td.product-image-td {
		padding-bottom: 15px;
	}
	.cart-table tbody tr td.product-image-td a img {
		margin: 0 auto;
	}
	.cart-table tbody tr:first-child {
		padding-top: 0;
	}
	.cart-table tbody tr:first-child td.product-action-td {
		top: -5px;
	}
	.cart-table tfoot td {
		padding-top: 25px;
	}
	.cart-table tfoot .btn.btn-default.btn-continue, .cart-table tfoot .btn.btn-default.btn-update, .cart-table tfoot .btn.btn-default.btn-clear {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 10px;
	}
}
.cart .sidebar.shop-sidebar .panel.panel-default .panel-heading a {
	color: #000;
}
.cart .sidebar.shop-sidebar .panel.panel-default .panel-body {
	padding: 15px;
}
.cart .sidebar.shop-sidebar .form-control {
	font-size: 13px;
}
.cart .sidebar.shop-sidebar .panel p {
	font-size: 14px;
}
.cart .sidebar.shop-sidebar .panel .btn-block + .btn-block {
	margin-top: 0;
}
.cart .sidebar.shop-sidebar .panel .btn-link {
	font-size: 13px;
}

.totals-table {
	width: 100%;
	margin-bottom: 5px;
}
.totals-table tbody tr {
	border-bottom: 1px solid #dcdcdc;
}
.totals-table tbody tr:last-child {
	border-bottom: none;
}
.totals-table tbody tr td {
	padding: 10px;
	line-height: 1.4;
	font-size: 15px;
	font-weight: 300;
	text-align: left !important;
}
.totals-table tbody tr td:last-child {
	color: #000;
	text-align: right !important;
	font-weight: 600;
}
.totals-table tbody tr:last-child td:last-child {
	font-size: 17px;
}

.crosssell-products {
	margin-bottom: 25px;
}
.crosssell-products .product.product-sm .product-details-area {
	padding-top: 4px;
	padding-bottom: 0;
}
.crosssell-products .product.product-sm .product-name {
	font-size: 13px;
	margin-bottom: 2px;
}
.crosssell-products .product.product-sm .product-price-box {
	margin-top: 0;
	margin-bottom: 4px;
}
.crosssell-products .product.product-sm .product-price-box .old-price {
	font-size: 14px;
}
.crosssell-products .product.product-sm .product-price-box .product-price {
	font-size: 20px;
}
.crosssell-products .product.product-sm .btn {
	font-size: 12px;
	padding-top: 0;
	padding-bottom: 0;
	line-height: 25px;
}

.checkout-menu {
	margin-bottom: 10px;
}
.checkout-menu .btn {
	font-size: 13px;
	padding: 9px 19px;
}
.checkout-menu .btn i {
	margin-right: 4px;
}

.checkout-review-dropdown .dropdown-menu {
	position: absolute;
	right: 0;
	top: 40px;
	width: 300px;
	background-color: #fff;
	border-width: 6px 0 0 0;
	border-style: solid;
	border-color: #3f4658;
	z-index: 1;
	border-radius: 7.98px 7.98px 5px 5px;
	color: #777;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
	margin-top: 10px;
	padding: 30px 15px 30px 10px;
}
@media (max-width: 320px) {
	.checkout-review-dropdown .dropdown-menu {
		width: 260px;
	}
}
.checkout-review-dropdown .dropdown-menu h3 {
	font-weight: 600;
	color: #404040;
	font-size: 16px;
	border-bottom: 1px solid #b6b6b6;
	line-height: 1;
	padding-bottom: 13px;
	padding-left: 9px;
	margin-bottom: 20px;
}
.checkout-review-dropdown .dropdown-menu table {
	width: 100%;
	border: 0;
	border-spacing: 0;
}
.checkout-review-dropdown .dropdown-menu table td:last-child,
.checkout-review-dropdown .dropdown-menu table th:last-child {
	padding-right: 0;
}
.checkout-review-dropdown .dropdown-menu table td {
	border-bottom: 1px solid #eaeaea;
	color: #676767;
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
}
.checkout-review-dropdown .dropdown-menu table thead th {
	font-weight: 400;
	color: #1c1c1c;
	font-size: 15px;
	line-height: 1;
	padding: 0 15px 7px;
	border-bottom: 1px solid #eaeaea;
}
.checkout-review-dropdown .dropdown-menu table tbody td {
	padding: 14px;
	line-height: 1.4;
}
.checkout-review-dropdown .dropdown-menu table tfoot td {
	padding: 10px 0;
	line-height: 1;
}

.form-col {
	color: #393939;
	margin-bottom: 30px;
}
.form-col h3 {
	font-weight: 600;
	color: #404040;
	font-size: 16px;
	text-align: left;
	border-bottom: 1px solid #b6b6b6;
	padding-bottom: 8px;
	line-height: 1;
	margin-bottom: 20px;
	text-transform: none;
}
.form-col h3.no-border {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.form-col label {
	display: block;
	color: #393939;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.25;
	margin-bottom: 2px;
}
@media (max-width: 767px) {
	.form-col .row {
		margin-left: -7.5px;
		margin-right: -7.5px;
	}
	.form-col .row [class*="col-"] {
		padding-left: 7.5px;
		padding-right: 7.5px;
	}
}
.form-col .form-group {
	margin-bottom: 10px;
}
@media (min-width: 992px) {
	.form-col .form-group.margin-left {
		margin-left: 4%;
	}
	.form-col .form-group.margin-left .form-control {
		width: 182px;
	}
}
.form-col .form-group.wide .form-control {
	display: block;
	width: 100%;
}
.form-col .form-group.wide .form-control.pull-left {
	width: auto;
}
.form-col .form-group .form-control {
	margin-bottom: 0;
	font-size: 13px;
}
@media (min-width: 992px) {
	.form-col .form-group .form-control {
		display: inline-block;
		width: auto;
		width: 100%;
	}
}
.form-col .form-group .checkbox label {
	font-size: 13px;
}
.form-col .ship-list {
	padding-left: 0;
	list-style: none;
	margin-top: 10px;
	margin-bottom: 30px;
	font-size: 14px;
}
.form-col .ship-list li {
	margin-bottom: 5px;
}
.form-col .ship-list li:nth-child(2n) {
	padding-left: 5px;
}
.form-col .expand-plus {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 2px;
	background-color: #3f4658;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 14px;
	vertical-align: middle;
	margin-left: 16px;
	text-decoration: none;
}
.form-col .expand-plus:before {
	content: '-';
}
.form-col .expand-plus.collapsed:before {
	content: '+';
}
.form-col .expand-plus:hover, .form-col .expand-plus:focus {
	text-decoration: none;
}
.form-col #discountArea {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px solid #b6b6b6;
}
.form-col #discountArea.collapsing {
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	transition: all 0s;
}
.form-col .checkout-payment-method .radio {
	margin-bottom: 14px;
}
.form-col #payment-credit-card-area {
	display: none;
}
.form-col #payment-credit-card-area.show {
	display: block;
}
.form-col .checkout-review-action {
	border-top: 1px solid #b6b6b6;
}
.form-col .checkout-review-action h5 {
	color: #3f3f3f;
	font-size: 16px;
	font-weight: bold;
	margin-top: 30px;
	margin-bottom: 10px;
}
.form-col .checkout-review-action h5 span {
	margin-left: 45px;
}

.modal-open,
body,
.modal {
	padding-right: 0 !important;
}

.modal-backdrop {
	background-color: rgba(0, 0, 0, 0.65);
}
.modal-backdrop.in {
	opacity: 1;
}

.modal {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.modal label {
	margin-bottom: 2px;
}
.modal .modal-header {
	padding: 20px;
	border-bottom: none;
}
.modal .modal-header h4 {
	color: #4a4a4a;
	font-weight: 600;
	font-size: 16px;
	margin: 0;
}
.modal .modal-header .close {
	font-size: 14px;
	opacity: 0.95;
	margin-top: -8px;
	margin-right: -8px;
}
.modal .modal-content {
	border: none;
	box-shadow: 0 3px 8px rgba(0, 0, 0, 0.5);
}
.modal .modal-body {
	padding: 0 20px 20px;
}
.modal .modal-body p {
	font-size: 14px;
	color: #393939;
	margin: 0 0 10px;
}
.modal .modal-footer {
	border-top: 1px solid #e5e5e5;
	padding: 19px 20px 20px;
	margin-top: 15px;
	vertical-align: middle;
}
.modal .modal-footer .btn {
	font-size: 13px;
	padding-top: 9px;
	padding-bottom: 9px;
}
.modal .modal-footer .btn.btn-link {
	font-size: 12px;
	padding: 9.5px 0;
}
.modal .modal-footer:after {
	content: '';
	display: table;
	clear: both;
}

.alert.success-msg {
	font-size: 14px;
}

.panel-box {
	margin-bottom: 30px;
}
.panel-box a {
	color: #3f4658;
}
.panel-box a:hover, .panel-box a:focus {
	color: #4c546a;
}
.panel-box .panel-box-title {
	padding: 10px 15px;
	border: 1px solid #ddd;
	background-color: #f5f5f5;
	position: relative;
	border-radius: 6.99px 6.99px 0 0;
}
.panel-box .panel-box-title:after {
	content: '';
	display: table;
	clear: both;
}
.panel-box .panel-box-title h3, .panel-box .panel-box-title h4 {
	float: left;
	font-size: 13px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	margin: 0;
	color: #313131;
}
.panel-box .panel-box-title .panel-box-edit {
	float: right;
	line-height: 18px;
	font-size: 12px;
}
.panel-box .panel-box-content {
	padding: 20px 15px;
	font-size: 13px;
	border: 1px solid #ddd;
	border-top: 0;
	border-radius: 0 0 6.99px 6.99px;
	background-color: #fbfbfb;
	min-height: 135px;
}

#account-chage-pass {
	display: none;
	margin-top: 30px;
}
#account-chage-pass.show {
	display: block;
}

.featured-box {
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.featured-box.featured-box-flat {
	background: #fff;
}
.featured-box h4 {
	font-size: 16px;
}

label .required {
	color: #eb340a;
}

.form-section {
	overflow: hidden;
}
.form-section .featured-box {
	margin-bottom: 30px;
}
.form-section .featured-box .box-content {
	padding: 35px 25px;
}
@media (min-width: 768px) {
	.form-section .form-content {
		min-height: 275px;
	}
}
.form-section p {
	margin-bottom: 15px;
}
.form-section .form-action {
	padding-top: 8px;
	margin-top: 1em;
	text-align: right;
}
.form-section .form-action a:not(.btn) {
	color: #3f4658;
}
.form-section .form-action a:not(.btn).pull-left {
	line-height: 38px;
}
.form-section .form-action a:not(.btn):hover, .form-section .form-action a:not(.btn):focus {
	color: #434b5e;
	text-decoration: underline;
}
.form-section .required {
	color: #eb340a;
	font-size: 11px;
	text-align: right;
}
@media (min-width: 992px) {
	.form-section.register-form .row {
		margin-left: -30px;
		margin-right: -30px;
	}
	.form-section.register-form [class*="col-"] {
		padding-left: 30px;
		padding-right: 30px;
	}
}

.blog-posts article {
	padding-bottom: 18px;
	margin-bottom: 30px;
}
@media (max-width: 991px) {
	.blog-posts + .toolbar {
		margin-bottom: 35px;
	}
}

article.post-large h2 {
	font-size: 20px;
	margin: 0 0 10px 0;
	font-weight: 600;
}
article.post-large .post-image .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10px;
	z-index: 20;
}
article.post-large .post-video iframe {
	border: none;
}
article.post-large .post-content {
	font-size: 14px;
}
article.post-large .post-content p {
	margin-bottom: 15px;
}
article.post-large .post-content p:last-of-type {
	margin-bottom: 12px;
}
article.post-large .btn.btn-link {
	font-size: 13px;
	padding: 0;
	color: #777;
}
article.post-large .btn.btn-link:hover, article.post-large .btn.btn-link:focus {
	color: #3f4658;
}
article.post-large .post-meta {
	font-size: 13px;
	line-height: 1.65;
	margin-top: 15px;
}
article.post-large .post-meta > span {
	display: inline;
	padding-right: 15px;
}
article.post-large .post-meta > span i {
	margin-right: 7px;
}
article.post-large .post-meta span,
article.post-large .post-meta a {
	color: #777;
}
article.post-large .post-meta a:hover,
article.post-large .post-meta a:focus {
	color: #3f4658;
}

aside ul.nav-list > li > a {
	font-size: 13px;
	padding-left: 21px;
}
aside ul.nav-list > li > a:before {
	margin-left: -11px;
}
aside ul.nav-list > li.active > a {
	color: #3f4658;
	font-weight: 600;
}
aside ul.nav-list > li.active > a:before {
	border-left-color: #3f4658;
}

.sidebar h4 {
	margin: 5px 0 10px;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	color: #313131;
}
.sidebar .nav.nav-list {
	margin-bottom: 30px;
}
.sidebar .simple-post-list {
	margin-bottom: 40px;
}
.sidebar .simple-post-list li {
	padding: 10px 0;
	border-bottom: none;
}
.sidebar .simple-post-list li a {
	font-size: 13px;
}
.sidebar .simple-post-list li .post-image {
	width: 60px;
	line-height: 0;
}
.sidebar .simple-post-list li .post-image .img-thumbnail {
	padding: 2px;
}
.sidebar .simple-post-list li .post-image img {
	display: block;
	max-width: 100%;
	height: auto;
}
.sidebar .simple-post-list li .post-meta {
	font-size: 12px;
}
.sidebar .tagcloud {
	margin-bottom: 30px;
}
.sidebar .tagcloud a {
	display: block;
	padding: 10px 14px;
	background-color: #e1e1e1;
	color: #7e7d79;
	font-size: 13px;
	font-weight: 400;
	line-height: 11px;
	float: left;
	margin: 0 7px 7px 0;
}
.sidebar .tagcloud a:hover, .sidebar .tagcloud a:focus {
	color: #fff;
	background-color: #3f4658;
	text-decoration: none;
}
.sidebar .tagcloud:after {
	content: '';
	display: table;
	clear: both;
}
.sidebar .sidebar-compare-products {
	margin-bottom: 30px;
	font-size: 13px;
}

.post-share {
	margin-top: 30px;
}

.post-block h3 {
	font-size: 18px;
	font-weight: 600;
}

.section-contact-area {
	padding-bottom: 20px;
}
@media (min-width: 992px) {
	.section-contact-area {
		padding-bottom: 40px;
	}
}

label {
	font-size: 14px;
}

/*
.form-control {
	border-radius: 6px;
	height: 38px;
	padding-top: 8px;
	padding-bottom: 8px;
}
*/

.btn {
	border-radius: 6px;
	padding-top: 8px;
	padding-bottom: 8px;
}

.google-map {
	height: 300px;
	margin: 0 0 30px;
}

.list-contact li {
	margin-bottom: 15px;
}
.list-contact li i {
	display: block;
	float: left;
	width: 43px;
	height: 43px;
	background-color: #3f4658;
	color: #fff;
	line-height: 43px;
	text-align: center;
	font-size: 16px;
	border-radius: 6px;
}
.list-contact li i.fa-mobile {
	font-size: 24px;
}
.list-contact li div {
	margin-left: 55px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 21px;
}

#footer {
	background-color: #31353d;
	color: #e8e8e8;
	font-size: 13px;
	padding-top: 41px;
	/* border-top: none;*/ 
}

html.dark #footer {
	background-color: #111;
}

#footer {
	/* border-top: 4px solid #fff; */
	/* margin-top: 30px; */
}

#footer .footer-ribbon {
	margin-top: -61px;
}
#footer .footer-ribbon span {
	font-size: 20px;
	line-height: 1;
}
#footer h1, #footer h2, #footer h3, #footer h4 {
	color: #313131;
}
#footer h4 {
	font-size: 16px;
	margin: 0 0 19px;
	line-height: 1.2;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	color: #F0CC12;
}

html.dark #footer h4
{
	color: #cecece;
}

html.dark #footer .well h4
{
	color: #1c1c1c;
}

html.dark #footer .well p
{
	color: #777;
}

#footer a {
	/* color: #000; */
}
#footer a:hover, #footer a:focus {
	color: #F0CC12;
	text-decoration: underline;
}

#footer .footer-copyright a {
	color: #eee;
}
#footer .footer-copyright a:hover, #footer a:focus {
	color: #ddd;
	text-decoration: underline;
}

#footer .contact {
	margin-top: -6px;
}
#footer .contact li {
	padding: 5px 0;
	line-height: 1.5;
	margin-bottom: 0;
}
#footer .contact li:last-child {
	margin-bottom: 0;
}
#footer .contact p {
	margin-bottom: 0;
	line-height: 1.5;
}
#footer .contact i {
	color: #777;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 18px;
	margin-top: 0;
	top: 2px;
}
#footer .links,
#footer .features {
	list-style: none;
	padding: 0;
	margin-top: -6px;
}
#footer .links li,
#footer .features li {
	position: relative;
	padding: 10.5px 0;
	line-height: 1;
	display: block;
}
#footer .links li i,
#footer .features li i {
	margin-right: 3px;
}
#footer .newsletter form {
	opacity: 1;
}
#footer .newsletter .btn {
	padding-top: 6px;
	padding-bottom: 6px;
}
#footer .newsletter .form-control {
	background-color: #dcdcdc;
	border-color: #dcdcdc;
}
#footer .newsletter p {
	margin-bottom: 15px;
	line-height: 1.5;
}
@media (min-width: 992px) {
	#footer .newsletter p.newsletter-info {
		margin-bottom: 40px;
	}
}
#footer .footer-copyright {
	color: #777;
	background-color: #000 !important;
	border-top: none;
	padding: 27px 0;
	margin-top: 20px;
	border-top: 4px solid var(--main_color);
	/*
	background-image: url('../img/fondo_linee_nero.png') !important;
	background-repeat: repeat-x !important;
	background-position: top !important;
	*/
}
	
	
	
}
html.dark #footer .footer-copyright {
	background-color: #000;
}
#footer .footer-copyright p {
	color: #aaa;
}
#footer .footer-copyright .footer-payment {
	display: block;
	max-width: 100%;
	height: auto;
}
#footer .footer-copyright .social-icons li {
	margin-top: 0;
}
#footer .footer-copyright .social-icons li + li {
	margin-left: 7px;
}
#footer .footer-copyright .social-icons li a {
	color: #fff !important;
}
#footer .footer-copyright .social-icons li a:not(:hover) {
	background-color: #ccc;
}



@media (min-width: 992px) {
	#footer .footer-copyright .logo,
	#footer .footer-copyright .social-icons,
	#footer .footer-copyright .footer-payment {
		float: left;
		margin-bottom: 0;
	}
	#footer .footer-copyright .logo {
		/* margin-right: 45px; */
	}
	#footer .footer-copyright .social-icons {
		margin-right: 60px;
		margin-top: 3px;
	}
	#footer .footer-copyright .social-icons li {
		margin-bottom: 0;
	}
	#footer .footer-copyright .footer-payment {
		margin-top: 4px;
	}
	#footer .footer-copyright .copyright-text {
		float: right;
		margin-bottom: 0;
		margin-top: 6px;
	}
	
	.pull-right_menu_alto 
  {
   float: right !important;
  }
}
@media (max-width: 991px) {
	#footer .footer-copyright {
		text-align: center;
	}
	#footer .footer-copyright .logo {
		margin-bottom: 8px;
	}
	#footer .footer-copyright .social-icons {
		margin-bottom: 5px;
	}
	#footer .footer-copyright .logo img,
	#footer .footer-copyright .footer-payment {
		margin-left: auto;
		margin-right: auto;
	}
	#footer .footer-copyright .footer-payment {
		margin-bottom: 10px;
	}
}

html .scroll-to-top {
	right: 15px;
	min-width: 40px;
	padding: 9px 5px 31px;
	font-size: 16px;
	color: #fff;
	border-radius: 5.1px 5.1px 0 0;
}
html .scroll-to-top:hover, html .scroll-to-top:focus {
	color: #fff;
	background-color: #555;
}

#header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
	font-family: 'Font Awesome 6 Free';
	border: none !important;
	margin: 0;
	width: initial !important;
}

.custom-text-color-1 {
	color: #666 !important;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group
{
 height: 34px;
}

.popover-title 
{
 font-size: 12px;
 font-weight: bold;
}
.popover-content 
{
 font-size: 11px;
}

@media (max-width: 479px) 
{
 #footer .footer-copyright nav 
 {
	float: none;
 }
 .xs-center
 {
 	text-align: center;
 }
 .list.list-icons li > .fa:first-child, .list.list-icons li > .icons:first-child, .list.list-icons li a:first-child > .fa:first-child, .list.list-icons li a:first-child > .icons:first-child
 {
 	display: none;
 }
 .xs-right
 {
 	text-align: right;
 }
}
/* xxxxxxxxxxxxxxxxxxxxxxxxxxx */

.video-youtube 
{
 position: relative;
 padding-bottom: 56.25%;
 padding-top: 35px;
 height: 0;
 overflow: hidden;
}

.video-youtube iframe 
{
 position: absolute;
 top:0;
 left: 0;
 width: 100%;
 height: 100%;
}

/*DARK*/
html.dark .well 
{
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #090909;
	border: 1px solid #F19710;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}

/* SELECT2 dark original #374850 -> #21262d*/
.select2-container--dark-adminlte .select2-selection--single 
{
 background-color: #21262d;
 border: 1px solid #21262d;
 border-radius: 4px;
 height: 37px !important; 
}
.select2-container--dark-adminlte .select2-selection--single .select2-selection__rendered 
{
 color: #fff; /* #999; */
 line-height: 42px;
 font-size: 14px; 
 margin-top: -4px;
}
.select2-container--dark-adminlte.select2-container--disabled .select2-selection--single .select2-selection__rendered 
{
 color: #9b9b9b;; /* #999; */
 line-height: 42px;
 font-size: 14px; 
 margin-top: -4px;
}
.select2-container--dark-adminlte .select2-selection--single .select2-selection__clear 
{
 cursor: pointer;
 float: right;
 font-weight: bold;
 height: 26px;
 margin-right: 20px;
 padding-right: 0px; 
 margin-top: 3px;
}
.select2-container--dark-adminlte .select2-selection--single .select2-selection__placeholder 
{
 color: #999; 
}
.select2-container--dark-adminlte .select2-selection--single .select2-selection__arrow 
{
 height: 26px;
 position: absolute;
 top: 1px;
 right: 1px;
 width: 20px; 
}
.select2-container--dark-adminlte .select2-selection--single .select2-selection__arrow b 
{
 border-color: #888 transparent transparent transparent;
 border-style: solid;
 border-width: 5px 4px 0 4px;
 height: 0;
 left: 50%;
 margin-left: -4px;
 margin-top: 2px;
 position: absolute;
 top: 50%;
 width: 0; 
}

.select2-container--dark-adminlte[dir="rtl"] .select2-selection--single .select2-selection__clear 
{
 float: left; 
}

.select2-container--dark-adminlte[dir="rtl"] .select2-selection--single .select2-selection__arrow 
{
 left: 1px;
 right: auto; 
}

.select2-container--dark-adminlte.select2-container--disabled .select2-selection--single 
{
 background-color: #606060;
 cursor: default; 
}

.select2-container--dark-adminlte.select2-container--disabled .select2-selection--single .select2-selection__clear 
{
 display: none; 
}

.select2-container--dark-adminlte.select2-container--open .select2-selection--single .select2-selection__arrow b 
{
 border-color: transparent transparent #888 transparent;
 border-width: 0 4px 5px 4px; 
}

.select2-container--dark-adminlte .select2-selection--multiple 
{
  /*
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; 
  */
 background-color: #21262d;
 border: 1px solid #21262d;
 border-radius: 4px;
 height: 37px !important; 
 color: #999;
}

.select2-container--dark-adminlte .select2-selection--multiple .select2-selection__rendered 
{
 box-sizing: border-box;
 list-style: none;
 margin: 0;
 padding: 0 5px;
 width: 100%; 
}

.select2-container--dark-adminlte .select2-selection--multiple .select2-selection__rendered li 
{
 list-style: none; 
}

.select2-container--dark-adminlte .select2-selection--multiple .select2-selection__placeholder 
{
 color: #999;
 margin-top: 5px;
 float: left; 
}

.select2-container--dark-adminlte .select2-selection--multiple .select2-selection__clear 
{
 cursor: pointer;
 float: right;
 font-weight: bold;
 margin-top: 5px;
 margin-right: 10px; 
}

.select2-container--dark-adminlte .select2-selection--multiple .select2-selection__choice 
{
 background-color: #1c1c1c;
 border: 1px solid #aaa;
 border-radius: 4px;
 cursor: default;
 float: left;
 margin-right: 5px;
 /* margin-top: 5px; */
 padding: 0 5px; 
}

.select2-container--dark-adminlte.select2-container--disabled .select2-selection--multiple .select2-selection__choice {
	background-color: #aaa;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	/* margin-top: 5px; */
	padding: 3px 5px;
	height: 34px;
}

.select2-container--dark-adminlte .select2-selection--multiple .select2-selection__choice__remove 
{
 color: #313131;
 cursor: pointer;
 display: inline-block;
 font-weight: bold;
 margin-right: 2px; 
}

.select2-container--dark-adminlte .select2-selection--multiple .select2-selection__choice__remove:hover 
{
 color: #333; 
}

.select2-container--dark-adminlte[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--dark-adminlte[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--dark-adminlte[dir="rtl"] .select2-selection--multiple .select2-search--inline 
{
 float: right; 
}

.select2-container--dark-adminlte[dir="rtl"] .select2-selection--multiple .select2-selection__choice 
{
 margin-left: 5px;
 margin-right: auto; 
}

.select2-container--dark-adminlte[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove 
{
 margin-left: 2px;
 margin-right: auto; 
}

.select2-container--dark-adminlte.select2-container--focus .select2-selection--multiple 
{
 border: solid black 1px;
 outline: 0; 
}

.select2-container--dark-adminlte.select2-container--disabled .select2-selection--multiple 
{
 background-color: #606060;
 cursor: default; 
}

.select2-container--dark-adminlte.select2-container--disabled .select2-selection__choice__remove 
{
 display: none;
}

.select2-container--dark-adminlte.select2-container--open.select2-container--above .select2-selection--single, .select2-container--dark-adminlte.select2-container--open.select2-container--above .select2-selection--multiple 
{
 border-top-left-radius: 0;
 border-top-right-radius: 0; 
}

.select2-container--dark-adminlte.select2-container--open.select2-container--below .select2-selection--single, .select2-container--dark-adminlte.select2-container--open.select2-container--below .select2-selection--multiple 
{
 border-bottom-left-radius: 0;
 border-bottom-right-radius: 0; 
}

.select2-container--dark-adminlte .select2-search--dropdown .select2-search__field 
{
 border: 1px solid #aaa; 
}

.select2-container--dark-adminlte .select2-search--inline .select2-search__field 
{
 background: transparent;
 border: none;
 outline: 0;
 box-shadow: none;
 -webkit-appearance: textfield; 
}

.select2-container--dark-adminlte .select2-results > .select2-results__options 
{
 max-height: 200px;
 overflow-y: auto; 
}

.select2-container--dark-adminlte .select2-results__option[role=group] 
{
 padding: 0; 
}

.select2-container--dark-adminlte .select2-results__option[aria-disabled=true] 
{
 color: #999; 
}

.select2-container--dark-adminlte .select2-results__option[aria-selected=true] 
{
 background-color: #ddd; 
}

.select2-container--dark-adminlte .select2-results__option .select2-results__option 
{
 padding-left: 1em; 
}

.select2-container--dark-adminlte .select2-results__option .select2-results__option .select2-results__group 
{
 padding-left: 0; 
}

.select2-container--dark-adminlte .select2-results__option .select2-results__option .select2-results__option 
{
 margin-left: -1em;
 padding-left: 2em; 
}

.select2-container--dark-adminlte .select2-results__option .select2-results__option .select2-results__option .select2-results__option 
{
 margin-left: -2em;
 padding-left: 3em; 
}

.select2-container--dark-adminlte .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option 
{
 margin-left: -3em;
 padding-left: 4em; 
}

.select2-container--dark-adminlte .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option 
{
 margin-left: -4em;
 padding-left: 5em; 
}

.select2-container--dark-adminlte .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option 
{
 margin-left: -5em;
 padding-left: 6em; 
}

.select2-container--dark-adminlte .select2-results__option--highlighted[aria-selected] 
{
 background-color: #5897fb;
 color: white; 
}

.select2-container--dark-adminlte .select2-results__group 
{
 cursor: default;
 display: block;
 padding: 6px; 
}  
/* ################ */

.thumb-info .thumb-info-title {
	letter-spacing: normal;
}

html.dark .panel-success > .panel-heading h3 {
	color: #3c763d;
}

html.dark .panel-success > .panel-body h4 {
	color: #000;
}

html.dark .panel-success > .panel-body h3 {
	color: #000;
}

html.dark .panel-default > .panel-heading h3 {
	color: #333;
}

html.dark .panel-default > .panel-body h4 {
	color: #000;
}

html.dark .panel-default > .panel-body h3 {
	color: #000;
}

.label_block { display: block; }

.table_p2 > thead > tr > th, 
.table_p2 > tbody > tr > th, 
.table_p2 > tfoot > tr > th, 
.table_p2 > thead > tr > td, 
.table_p2 > tbody > tr > td, 
.table_p2 > tfoot > tr > td {
	padding: 2px;
}

.home-intro {
	margin-bottom: 0;
}