/*
Last Modified: January 31, 2017
Who Modified Last: Pol
*/

/******************************* 1.0 COMMON ********************************/
/******************************* 2.0 ALL PRODUCTS **************************/
/******************************* 3.0 SINGLE PRODUCT ************************/


/***************************************************************************/
/******************************* 1.0 COMMON ********************************/

/** Top Breadcrumb **/
/*.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block ; 
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -17px;
  left: 100%;
  z-index: 3;
}*/

#l2greetdiv{max-width:270px;color:#666;float:right;border:1px solid #e5e6e6;border-radius:5px;box-shadow:2px 3px 10px #e7e8e8;padding: 15px 15px 5px 15px; font-family:roboto;font-size:13px;min-width: 230px;background:#fff;color:#867f7f}.operator-img{width:40px;margin-right:5px;float:left;height:40px;border-radius:50%!important;background-size:100%;border: 2px solid #edf0f0;}#l2greetdiv h5{display:inline-block;color:#676666;margin:0;}#message-greet-content,.reply-action{display:block;color:#867f7f;font-size:13px;cursor:pointer;}.reply-action{color:#3b5998!important;}.reply-action:hover{color:#565656!important;}#message-greet-content{line-height:1.5;}.reply-action{padding:10px 0 5px 15px}.reply-box{margin:10px -20px 0 -15px;border-top:1px solid #eaeaea}.close-action{position:absolute;right:0;cursor:pointer;top:-30px;border-radius:50%;background:#c7c7c7;width: 27px;height: 27px;text-align: center;}.close-action img{height:8px;width:8px;margin-top: 38%;}.close-action:hover{background:#bfbfbf}.operator-section h5 {font-size: 18px;line-height: 20px;font-weight: 400;}#l2slyrstatus{float:left;font-size:14px;font-family:"Roboto", sans-serif;padding:11px 0;color:#ffffff;}#l2snlayer {}#l2sminz i{color:#ffffff;position:absolute;right:0;top:6px;background-color:transparent}#l2sminz i:hover{top:8px; -webkit-transition: 0.4s; transition: 0.4s;}#l2snlayer_body iframe{height:460px !important}#l2snlayer_head{background-color:#0094df;display:flex;}#l2snlayer{display:block;box-shadow:rgba(0, 0, 0, 0.3) 0px 4px 15px;cursor:pointer;}#l2s_logo1,#l2s_logo{display:inline-block;-webkit-box-sizing:content-box;-moz-box-sizing: content-box;box-sizing:content-box;float:left;width:auto}

/*.productinfo {color: #888;margin-bottom: 5px;margin-top: 3px;}*/
		.ap-sum{
			display: table;
		}
		.ap-sum li{
			font-size: 12px;
			display: inline;
			border-right: dotted 1px #ccc;
			padding-right: 10px;
			margin-right: 10px;
			float: left;
			text-transform: capitalize;
/*			color: #666;*/
		}
		.ap-sum li:first-child {
/*			color: #000 !important;*/
			font-weight: 600;
			letter-spacing: -.5px;
			text-transform: uppercase;
		}

/* START MODALS */
/*@charset "utf-8";*/
/* CSS Document */
.modal{
	top: 0;	
}
.modal-dialog {
    /*width: max-content !important;*/
}
.modal-content{
	padding: 0;
}
.modal-header{
	padding: 15px 25px !important;
    border-bottom: none;
    background: #0088ee !important;
    color: white;
}
.modal-body{
	text-align: left !important;
	padding: 25px;
}
.modal-body p strong{
	letter-spacing: -.5px;
}
.modal-body ul{
	padding: 0;
    list-style: none;
}
.tags li{
    font-weight: bold;
	font-family: open sans;
}
.tags li span{
	font-weight: 100 !important;
    font-family: sans-serif;
    font-size: 12px;
    color: #000;
	letter-spacing: 0;
	margin-right: 5px;
}
.modal-header p{
	color: #fff;
    font-weight: 100 !important;
    font-family: sans-serif;
    margin-bottom: 0;
    margin-top: 10px;
    opacity: .7;
}
.modal-header p span {
    font-weight: 600 !important;
    opacity: 1 !important;
}
.modal-header .close{
	top:0 !important;
	right: 0 !important;
}
.modal-footer .btn{
	border-radius: 4px;	
}

@media all and (max-width: 525px) {
	.modal-dialog {
		width: auto !important;
	}
}

/* END MODALS */

.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 17px solid transparent;
  border-bottom: 17px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: relative;
  top: 50%;
  margin-top: -17px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 12px 6px 10px;
}
/*.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 18px 6px 10px;
}*/

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 10px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 10px solid #adadad;
}

/** Primary button **/
.btn-breadcrumb .btn.btn-primary:not(:last-child):after {
  border-left: 10px solid #337ab7;/*428bca*/
}
.btn-breadcrumb .btn.btn-primary:not(:last-child):before {
  border-left: 10px solid #6aa2d3;/*357ebd*/
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):after {
  /*border-left: 10px solid #337ab7/*3276b1*/;
  border-left: 10px solid #286090;/*357ebd*/
}
.btn-breadcrumb .btn.btn-primary:hover:not(:last-child):before {
  border-left: 10px solid #6aa2d3;/*2858e*/
}

/** Success button **/
.btn-breadcrumb .btn.btn-success:not(:last-child):after {
  border-left: 10px solid #5cb85c;
}
.btn-breadcrumb .btn.btn-success:not(:last-child):before {
  border-left: 10px solid #4cae4c;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):after {
  border-left: 10px solid #47a447;
}
.btn-breadcrumb .btn.btn-success:hover:not(:last-child):before {
  border-left: 10px solid #398439;
}

/** Danger button **/
.btn-breadcrumb .btn.btn-danger:not(:last-child):after {
  border-left: 10px solid #d9534f;
}
.btn-breadcrumb .btn.btn-danger:not(:last-child):before {
  border-left: 10px solid #d43f3a;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):after {
  border-left: 10px solid #d2322d;
}
.btn-breadcrumb .btn.btn-danger:hover:not(:last-child):before {
  border-left: 10px solid #ac2925;
}

/** Warning button **/
.btn-breadcrumb .btn.btn-warning:not(:last-child):after {
  border-left: 10px solid #f0ad4e;
}
.btn-breadcrumb .btn.btn-warning:not(:last-child):before {
  border-left: 10px solid #eea236;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):after {
  border-left: 10px solid #ed9c28;
}
.btn-breadcrumb .btn.btn-warning:hover:not(:last-child):before {
  border-left: 10px solid #d58512;
}

/** Info button **/
.btn-breadcrumb .btn.btn-info:not(:last-child):after {
  border-left: 10px solid #5bc0de;
}
.btn-breadcrumb .btn.btn-info:not(:last-child):before {
  border-left: 10px solid #46b8da;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):after {
  border-left: 10px solid #39b3d7;
}
.btn-breadcrumb .btn.btn-info:hover:not(:last-child):before {
  border-left: 10px solid #269abc;
}

.btn-group.bootstrap-select.sortby.show-menu-arrow.show-tick{position: relative;}
.btn-group.bootstrap-select.sortby.show-menu-arrow.show-tick.open {z-index: 2;}
.input-group-btn .btn-group {
    display: flex !important;
}
.btn-group .btn {
/*    border-radius: 0; */
    margin-left: -1px;
}
.btn-group .btn:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.btn-group .form-horizontal .btn[type="submit"] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.btn-group.bootstrap-select.sortby.show-menu-arrow.show-tick{
display: block;width: 100%;margin: 0 !important;
}

.content {z-index: initial; }

input, select {
    /*width: 100%;
    height: 40px;*/
    line-height: 40px;
    display: inline-block;
    box-sizing: border-box;
    border-radius: 3px;
    border: solid 1px #ddd;
    padding: 10px;
}
input[type=button],
input[type=reset] {
    background-color: #0094df;
    color: white;
    font-size: 16px;
    border: none;
    padding: 0;
font-weight: 600;
text-transform: uppercase;	
cursor: pointer;
}
input[type=reset] {
    background-color: #ddd;
    color: #000;
    margin-top: 10px;
	margin-bottom:10px;
}

/*
label {
    font-weight: 600;
    color: #000;
    text-transform: uppercase;
}
*/

#results,
.results,
.result p {
    font-size: 20px !important;
    font-weight: 600 !important;
    color: green !important;
    letter-spacing: 0px;
	font-family: Raleway,sans-serif;
}

#zipcodeCalculator .data {
    padding: 5px;
}
tr.OutputFormattedTable {
    background-color: #fff;
	border: #eee solid 1px;	
}
.popupContent {
    display: none;
}
table#profitCalcWidget th,
table#returnsWidget th {
    text-align: right;
}
table#shippingQuote th {
    white-space: nowrap;
}

input[readonly] {
    border: none;
    background: #f3f3f3;
    color: green;
    font-weight: 700;
    font-size: 17px;
	border: solid 1px #ddd;
}

#SimpleCalculationDIV, #GradedCalculationDIV {
    background-color: #fff;
    padding: 10px;
    margin-bottom: 20px;
}
input.ReplaceCalculation {
    width: 20px;
    margin: 0 !important;
    height: 20px;
    vertical-align: text-bottom;
}
.btnAddRow {
    width: 47px;
    float: right;
    margin-top: -10px;
    cursor: pointer;
}
.grid_section{
	border-top: solid #eee 1px;
}
.widget2 {
	padding: 20px;
	background-color: #f3f3f3;
}
.vc_row.wpb_row.section.vc_row-fluid.grid_section {
/*
    padding-top: 140px;
    padding-bottom: 20px;
*/
}
.tipsy {font-size: 14px !important;opacity:.9 !important;}
.tipsy-inner {padding: 10px 20px !important;}
.oswald {font-family: 'Oswald'}
.roboto {font-family: 'Roboto';}
.marginright {margin-right: 15px;}
.fa-home {color: #444;}
.fa-fff {color: #fff;}
.fa-555 {color: #555;}
.fa-888 {color: #888 !important;}
.fa-inverse {color: #fff;}
.fa-lg {color: #999;}
.fa-lgsocial {font-size: 1em;}
.fa-percent:before {padding-right: 6px;}

.summarize {/*margin-top:20px;*/}

.oddrow {width: 100%;background: #f3f3f3;}
.marginrow {padding-bottom: 60px;padding-top: 45px;}
.ingrid {max-width:1300px;margin:auto;padding: 25px 0px;}
.shipam {font-size: 18px;font-weight: 300;font-family: 'Open Sans';letter-spacing: -0.3px;line-height: 30px;padding-top: 12px;display: block;}
.progress {height: 26px;margin-bottom: 10px;/*width: 50%*/;}
.progress-bar {line-height: 26px !important;background-color: rgba(0,148,223,1);font-family: 'Oswald';font-size: 15px;/*min-width: 10%*/;}
.brandsmain {padding-left: 0px;}
.brands {height: 26px;margin-bottom: 10px;}
.tabhome {padding-right: 8px;margin-top: 7px;}
.productbars {margin-top:5px;margin-right: 0px !important;}
.nav-tabs {border-bottom: none;color:#777}
.nav-tabs li a {padding: 10px 20px;}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {border: none;/*text-decoration: underline;*/}
.addbutton {width: 100%;margin-top: 10px;}
.addtocart {font-size: 30px;}
.addshipping {font-size: 16px;}
.btn-success {color: #fff;background-color: rgba(0,148,223,1);border-color: rgba(0,148,223,1);line-height: 20px;padding-top: 15px;}
.btn-success:hover {color: #fff;background-color: #2e6da4;border-color: #2e6da4;}
.page-header {font-weight: 600;margin: 0px;padding-bottom: 0px;border-bottom: none;}
.parentcategory {margin-top:10px;}
.beforerelated {padding-bottom: 40px;}
a { color: #000000; }
a:hover { text-decoration: none; color: #000000; }
.miniimages {margin-top: 25px;}
.miniimages img {border: solid 2px #f8f8f8;border-radius: 5px;}
.wishlist, .sendemail {padding: 0px 7px;}
h1 {font-size: inherit;}
h1 small {font-size: 16px;padding-left: 5px;color: #999;}
.dollarsign {font-size: 35px;}
.productfeatures {list-style: none;letter-spacing: -0.5px;font-size: 22px;margin-bottom: 0px;}
.productfeatures li {float:left;}
.condition, .units, .priceranges {color: #888;font-size: 20px;}
.units {color:#696969}
.tab-percent {border-radius: 5px 0px 0px 0px;}
.tab-pie {border-radius: 0px 5px 0px 0px;}

.btn-xs {padding: 1px 5px !important;}
.hourglass {text-align:center; padding-top:200px}

/******************************************************************************/
/**************************** 2.0 ALL PRODUCTS PAGE ***************************/
/*.containerall {width:100%;margin:auto;}*/
.list-group-item {border: none;}
.allproductsunits {margin-right: 10px;display: block;}
.categoriesfilter {margin-left: 15px;margin-top: 5px;margin-bottom: 20px;}
.groupone {/*padding-top: 20px; */padding-left: 0px !important}
.bold600 {font-weight: 600 !important}
.breadall {margin-left: 10px;}

/* Add to cart, view load buttons */
.btn-view-loads,
.btn-cart{width: auto !important;}
.btn-view-loads {margin-top: 5px;}

.leftfilterborder {border-right: solid 1px #ddd;}
.margintopbot {margin-top: 25px; margin-bottom: -20px;}
.leftpricerange {position: relative;padding-right:20px;}
.nopadleft {padding-left:0px !important}

.leftfiltermid input#checkbox2 {
    margin-left: 0px;
}
.leftfiltermid .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px;
}
.leftfiltermid .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.leftfiltermid .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
.leftfiltermid .checkbox input[type="checkbox"] {
    opacity: 0; }
.leftfiltermid .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
.leftfiltermid .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
.leftfiltermid .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
.leftfiltermid .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
.leftfiltermid .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.leftfiltermid .checkbox.checkbox-inline {
    margin-top: 0; }
.leftfiltermid .checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #0194DF;
  border-color: #0194DF; }
.leftfiltermid .checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }
/*
.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
*/
.leftfiltermid .checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #184489;
  border-color: #184489; }
.leftfiltermid .checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }
.leftfiltermid {border-bottom:solid 1px #ddd;padding-bottom: 30px !important;}
.leftfilterend {margin-bottom: 100px;}
.leftfiltermid .checkbox label, .leftfilterend .checkbox label {color: #777;font-weight: 500;}

.leftfiltermid h4 {border-bottom: none;}
.leftfiltermid h4 a {color: #000 !important;}

/*other*/
.nodots {list-style:none}
.allproducttitle {font-size: 20px;font-family: 'Oswald', sans-serif;color:#0094df!important;margin-bottom: 5px;}
.allproducttitle a {color:rgba(0,148,223,1)}
.productglobal {margin-top: 10px;overflow: hidden;/*height:150px;*/}
.productinfo {color: #888;margin-bottom: 5px;margin-top: 3px;}
.productinfotop {margin-bottom:50px;}
.productprice {margin-top: 5px;}
.productsrow {padding-left: 20px;}

.priceright {font-family: 'Oswald';color: #333;font-size: 23px;padding-left:0px !important}
.priceright sup {font-size: 14px; color: #666;}

.separe {
    color: #696969;
    font-size: 19px;
    font-weight: 400;
    padding: 0px !important;
    margin-top: 0px;
}
.fontopen{font-family: 'Open Sans' !important;}

.grey {color: #AAA;font-weight: 500;}
.panel {border: none;}


span.filter-option.pull-left {color: #555;}
.filterstop {list-style: none;letter-spacing: -0.5px;padding-bottom: 8px;color: #888;font-size: 16px;font-weight: 400;}
.filterstop li {float:left;}
.filterlevelonetop h4,.filterlevelone h4 {margin-bottom: 0px;}

/* Arros left right on Products */
.glyphicon-chevron-left:before {content: "\f104";font-family: FontAwesome;font-size: 40px;}
.glyphicon-chevron-right:before {content: "\f105";font-family: FontAwesome;font-size: 40px;}

/* Carousel All Products */
.allsingle .carousel-inner .item img {display: block;}
.allsingle .carousel-inner {position: relative;}
.allsingle .carousel-indicators, .carousel-inner {display: block !important}
.allsingle .carousel-control {color: #666 !important;}
.allsingle .carousel-control.left, .carousel-control.right {background-image: none!important;}
.allsingle .carousel {background-color: #f7f7f7;padding: 10px;}
.allsingle .carousel-inner .item {text-align: center;}
.allsingle .carousel-indicators {bottom: 0;margin-bottom: 0;}
.allsingle .carousel-indicators li {border: solid 1px #666;}
.allsingle .carousel-indicators li.active {border: none;background-color: #bbb;}
.allsingle .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next{
    margin-right: -20px !important;
}

.allsingle .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
    margin-left: -20px !important;
}

.allsingle .carousel-control .glyphicon-chevron-right, .carousel-control .icon-next,
.allsingle .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev{
	text-shadow: none !Important;
	margin-top: -20px;
}

/* Responsive Products on All Products Page */
/*@media screen and (min-width: 568px) {.allsingle {width: 48%}}
@media screen and (min-width: 1024px) {.allsingle {width: 32%}}
@media screen and (min-width: 1366px) {.allsingle {width: 24%}}
@media screen and (min-width: 1800px) {.allsingle {width: 19%}}
@media screen and (min-width: 2000px) {.allsingle {width: 16%}}
@media screen and (min-width: 2400px) {.allsingle {width: 13.9%}}*/

/*@media screen and (min-width: 568px) {.allsingle {width: 48%}}
@media screen and (min-width: 1024px) {.allsingle {width: 33%}}
@media screen and (min-width: 1366px) {.allsingle {width: 25%}}
@media screen and (min-width: 1800px) {.allsingle {width: 20%}}
@media screen and (min-width: 2000px) {.allsingle {width: 16.5%}}
@media screen and (min-width: 2400px) {.allsingle {width: 14.2%}} 07/13/17*/
@media screen and (max-width: 567px) {
	.allsingle {width: 47%}
	.allsingle.allproducts{
		margin-left: 0;
		margin-right: 0 !important;
	}
}
@media screen and (min-width: 568px) and (max-width: 1023px) {
	.allsingle {width: 47.5%}
	.allsingle.allproducts{
		margin-left: 1%;
		margin-right: 1% !important;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1365px){
	.allsingle {width: 31.3%}
	.allsingle.allproducts{
		margin-left: 1%;
		margin-right: 1% !important;
	}
}
@media screen and (min-width: 1366px) and (max-width: 1599px) {
	.allsingle {width: 23%}
	.allsingle.allproducts{
		margin-left: 1%;
		margin-right: 1% !important;
	}
}
@media screen and (min-width: 1600px) and (max-width: 1999px) {
	.allsingle {width: 22%}
	.allsingle.allproducts{
		margin-left: 1.5%;
		margin-right: 1.5% !important;
	}
}
@media screen and (min-width: 2000px) and (max-width: 2399px) {
	.allsingle {width: 17.8%}
	.allsingle.allproducts{
		margin-left: 1%;
		margin-right: 1% !important;
	}
}
@media screen and (min-width: 2400px) {
	.allsingle {width: 14.6%}
	.allsingle.allproducts{
		margin-left: 1%;
		margin-right: 1% !important;
	}
}


.allsingle {
    position: relative;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box !important;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 40px;
}

/* Mobile Products on All Products Page */

@media screen and (max-width: 567px) {
	.allsingle {
		width: 100%;
		border-bottom: solid 1px #ddd;
		padding-bottom: 30px;
		margin-bottom: 20px !important;
		padding-top: 10px;
	}
	.ribbons {
		top: 4px !important;
	}
	.allsingle:last-of-type {
		border-bottom: none;
		margin-bottom: 0;
		padding-bottom: 0;
	}
	.productsrow {padding-left: 0px;}
	.allsingle .carousel {
		background: none !important;
		width: 40%;
		float: right;
		margin-right: 4%;
		margin-top: 3%;
		padding-left: 0;
		padding-right: 0;
		padding: 0 !important;
	}
	.productdivider{
		height: 23px;
		border-bottom: 10px solid #ddd;
		margin-bottom: 40px;
		margin-top: 50px;
	}
	.sortby .dropdown-menu{
	    margin-top: 44px;
	}
	.showing span {
		display: block; 
		font-size: 20px; 
	}
	.showing{
		padding:0;
	}
	.group-sort-bar {
		padding-left: 10px;
		padding-right: 10px;
	}
	.row.group-sort-bar .col-md-2 {
		text-align: center;
	}
}

.nopadleft button.btn.btn-primary, .margintopbot button.btn.btn-primary {
    font-weight: 500;
	background-color: #0094df;
	border:none;
}

    /* LEFT FILTERS */

    	.behclick-panel  .list-group {
    		margin-bottom: 0px;
		}
		.behclick-panel .list-group-item:first-child {
			border-top-left-radius:0px;
			border-top-right-radius:0px;
		}
		.behclick-panel .list-group-item {
			border-right:0px;
			border-left:0px;
		}
		.behclick-panel .list-group-item:last-child{
			border-bottom-right-radius:0px;
			border-bottom-left-radius:0px;
		}
		.behclick-panel .list-group-item {
			padding: 2px;
		}
		.behclick-panel .panel-heading {
			/* 				padding: 10px 15px;
                            border-bottom: 1px solid transparent; */
			border-top-right-radius: 0px;
			border-top-left-radius: 0px;
			/*border-bottom: 1px solid darkslategrey;*/
		}
		.behclick-panel .panel-heading:last-child{
			/* border-bottom: 0px; */
		}
		.behclick-panel {
			border-radius: 0px;
			border-right: 0px;
			border-left: 0px;
			border-bottom: 0px;
			box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
		}
		.behclick-panel .radio, .checkbox {
			margin: 0px;
			padding-left: 5px;
            margin-left: 30px;
		}
		.behclick-panel .panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
			outline: none;
		}
    
		.behclick-panel .panel-body > .panel-heading{
			padding:30px 0px 0px 0px;
		}
        
        .behclick-panel .panel-body {
			padding: 0px;
		}
		 /* unvisited link */
		.behclick-panel a:link {
		    text-decoration:none;
		}

		/* visited link */
		.behclick-panel a:visited {
		    text-decoration:none;
		}

		/* mouse over link */
		.behclick-panel a:hover {
		    text-decoration:none;
		}

		/* selected link */
		.behclick-panel a:active {
		    text-decoration:none;
		}
/* Product Ribbons */
.ribbons{
	position: absolute !important;
	z-index:10 !important;
	top: -7px;
}
body.es .ribbons-wrapper .ribbons li,
body.es .ribbons li{
	background-image: url(../../../assets/Image/Layout/ribbons-bg-es.png) !important;
}
.ribbons-wrapper .ribbons li,
.ribbons li{
	width: 62px !important;
    height: 33px;
    background-image: url(../../../assets/Image/Layout/ribbons-bg-en.png);
    display: inline-block;
    margin: 0 !important;
    float: left;
    text-indent: -10000px;
	background-position-x: center;
}
.ribbonsfake {
    position: initial !important;
}
.ribbonsfake li {
    display: block !important;
    float: none !important;
}

.capselectedsale{background-position-y: -240px;}	
.capsale {background-position-y: -80px;}
.capnewarrival {background-position-y: -120px;}
.capnewarrivals {background-position-y: -360px;}
.capupdated {background-position-y: -200px;}
.capreduced {background-position-y: -160px;}
.capln {background-position-y: 0px;}
.capsoldout	{background-position-y: -280px;}
.capnewloads {background-position-y: -40px;}
.capfeatured {background-position-y: -320px;}
.capnewlisting {background-position-y: -400px;}
.capvolume {background-position-y: -440px;}



/*
.carousel .capsale {background-position-y: -80px;}
.carousel .capnewarrival {background-position-y: -120px;}
.carousel .capupdated {background-position-y: -40px;}
.carousel .capreduced {background-position-y: -160px;}
.carousel .capln {background-position-y: 0px; width: 62px !important;}
/**/

/*
.single-carousel .caption, .carousel .caption {
        width:57%;
        right: 0rem;
        position: absolute;
        z-index: 10;
        padding-left: 5px;
    }

.single-carousel .caption h4, .carousel .caption h4 {
        color: #fff;
        -webkit-font-smoothing: antialiased;
        font-size: 14px;
        padding-bottom: 0px;
        text-align: center;
        padding-right: 10px;
        margin-top: 5px;
        margin-bottom: 6px;
    }

.single-carousel .capsale, .carousel .capsale {background:#c63b3b;top: 1rem;}
.single-carousel .capnewarrival, .carousel .capnewarrival {background:#0094df;top: 1rem;}
.single-carousel .capupdated, .carousel .capupdated {background:#a75338;top: 1rem;}
.single-carousel .capreduced, .carousel .capreduced {background:rgb(98, 145, 166);top: -2rem;}
.single-carousel .capln, .carousel .capln {background:rgb(229, 143, 57);top: -2rem;}
*/


/* Group by / Sort by */
.showing {padding-top: 8px;}
.showing span {color: #555;}
.sortby{width: auto !important;margin-right: 25px;}
.filterstop, .showing {
    font-size: 16px;
    color: #888;
    font-family: oswald;
    letter-spacing: 0px;
}
.group-sort-bar {padding-left: 25px;padding-right: 25px;}
.group-sort-bar .align-right{text-align:right;}
/**/

.cattitle {
    font-size: 45px;
    font-family: 'Oswald', sans-serif;
    text-align: center;
    font-weight: 600;
    margin-top: 0px;
	margin-bottom: 10px;
	
}

/***************************************************************************/
/*************************** 3.0 SINGLE LAYOUTS ****************************/

.single-layout {max-width:1300px;margin:auto;margin-top: 30px;}
.load-header {margin-bottom: 15px}
.producttitle {font-size: 45px;font-family: 'Oswald', sans-serif;}
.loadtitle {font-size: 30px;font-family: 'Oswald', sans-serif;}
.loadtitle small {font-size: 18px;font-weight: 300;font-family: 'Oswald', sans-serif;}
.toppart {padding: 30px 0px;}
.producttags {margin-top: 5px;color:#888;display:inline-block}
.summtop {padding-top:100px}

/* CAROUSEL SINGLE LAYOUTS */
.single-carousel .carousel-inner .item img {display: block !important;max-height: 195px;margin:auto;}
.single-carousel .carousel-inner {position: relative;display: block !important}
.single-carousel .carousel-control {color: #666 !important;}
.carousel-control.left, .carousel-control.right {background-image: none!important;}
.single-carousel .carousel-indicators {display: none;}

/* OTHER */
.aftersocial {color: #888;font-size: 14px;position: relative;bottom: 5px;}
.rowtitle {font-family: 'Oswald', sans-serif;font-size: 24px;padding: 0px 0px 15px 0px;letter-spacing: 2px;color: #333;font-weight: 600}

i.fa.fa-shopping-cart.fa-2x.pull-right {margin-top: -6px;}
.pskupricerange {position: relative;padding-right:20px;}
.pskupricewidth {width:400px;}
.mainprice, .mainloadprice, .loadprice {color:rgba(0,148,223,1);font-weight: 600;}
.price1, .price2 {font-size: 60px;text-align: center;}
.price2 {font-size: 60px;text-align: center;}
.price3 {font-size: 30px;}
.mainshipping, .loadnumberdetails, .loadshipping {font-style: italic;color:#888;font-family: 'Roboto';font-weight: 400;text-align: center;text-align: center;}
.mainshipping {
    color: #696969;
    font-size: 16px;
    margin-top: -10px;
    font-family: 'Open Sans' !important;
    font-style: normal;
}
.btn-success:active {background-color: #2e6da4 !important;border-color: #2e6da4 !important;}

.moreimages {font-size: 30px;font-family: 'Oswald';/*padding: 8px 22px;*/}
.editpage {margin-bottom: 20px; }

/* SINGLE LAYOUTS ONLY **/

.nav>li>a {padding: 10px 5px;}
.tag-switch li { float: left;/*text-align:center*/}
.tag-switch .active.level1 a {
    background-color: rgba(0,148,223,1);
    color: #fff;
    font-weight: 600;
}
li.level1 {
    background: #e6e6e6;
    border-radius: 5px 5px 0px 0px;
    font-weight: 600;
    margin-right: 5px;
}
li.level1 a {
    color: #666;
}
.tag-switch .level2 li a {
    border-right: solid 1px #d8d8d8 !important;
}
.level1 {text-align: center !important;}
.level2 {text-align: right !important;}
.tag-switch { border-bottom: 3px solid #EEE; }
.tag-switch li a { line-height: 13px; width: 90px;font-size: 14px;}
.level1 a {border-radius: 5px 5px 0px 0px;}
.tag-switch .active a { background-color: #e6e6e6;color:#222}
.tag-switch li a:hover { background: #e6e6e6;}
.tag-switch li:last-child ul { margin-top:10px;}
.tag-switch li:last-child a{font-size:16px;padding:2px 5px;background:none;color:#222}
.tag-switch li:last-child ul .active a {background:rgba(0,148,223,1);color:#fff;}
.tag-switch li:last-child ul a {padding: 7px 10px !important;text-align: center;background: #e6e6e6;font-weight: 600;}
.tag-switch-tablist li { float: left;text-align:center}
.tag-switch-tablist { border-bottom: 3px solid #EEE; }
.tag-switch-tablist li a { line-height: 13px; width: 90px;font-size: 14px;}
.tag-switch-tablist .active a { background-color: #EEE;color:#222}
.tag-switch-tablist li a:hover { background: #EEE;}
.tag-switch-tablist li:last-child ul { margin-top:10px;}
.tag-switch-tablist li:last-child a {font-size:16px;padding:2px 5px;background:none;color:#222}
.tag-switch-tablist li:last-child ul .active a {background:rgba(0,148,223,1);color:#fff;}
.tag-switch-tablist li:last-child ul a {padding: 8px 5px !important;text-align: center;}

.pre-scrollable, .pieheight, .cool-chart, .cool-chart2, .cool-chart3, .load-chart, .load-chart2, .load-chart3 {height:185px;}
.blueprice {/*position: absolute;*/bottom: 0;right: 0;}
@media (max-width: 991px) {
    .blueprice {position: relative;}
    .gallery-item {display: none;}
}
.social:hover, .threebig:hover {
     -webkit-transform: scale(1.1);
     -moz-transform: scale(1.1);
     -o-transform: scale(1.1);
 }

.threebig {
     -webkit-transform: scale(1);
     /* Browser Variations: */
     
     -moz-transform: scale(1);
     -o-transform: scale(1);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
 }
.social {
     -webkit-transform: scale(0.8);
     /* Browser Variations: */
     
     -moz-transform: scale(0.8);
     -o-transform: scale(0.8);
     -webkit-transition-duration: 0.5s;
     -moz-transition-duration: 0.5s;
     -o-transition-duration: 0.5s;
     font-size: 2.5em;
 }
/*
    Multicoloured Hover Variations
*/
 #social-fb, #social-fb:hover {color: #3B5998 !important;}
 #social-tw, #social-tw:hover {color: #4099FF !important;}
 #social-gp, #social-gp:hover {color: #d34836 !important;}
 #social-em, #social-em:hover {color: #f39c12 !important;}
img.img-fluid {border-radius: 4px;}
.gallery{
    margin-top: 100px;
}
.gallery-item{
	margin-bottom: 20px;
    padding: 5px 10px;
}
.modal-footer{
	text-align: center;
}
.pagination{
	margin: 0;
}
/* for modal popup */
header {z-index: 100;}
.modal {top:10%}
.modal-body {text-align: center;}
.modal-header {border:none}
.pagination {width: inherit;}
/*.modal-dialog{
	width:100% !important;
}*/

/* line 20, ../sass/pizza.scss */
[data-pie-id] li:nth-child(0) {
  color: blue;
}

/* http://bootsnipp.com/snippets/84D3 */

/* line 26, ../sass/pizza.scss */
ul[data-pie-id] {
  list-style: none;
  padding: 10px;
}

[data-pie-id='my-cool-chart'] li:nth-child(0) {
  color: #0c477b;
}

.donuttabs li:nth-child(1) {color: #002f52 !important;}
.donuttabs li:nth-child(2) {color: #1f4a69 !important;}
.donuttabs li:nth-child(3) {color: #285a76 !important;}
.donuttabs li:nth-child(4) {color: #345a7c !important;}
.donuttabs li:nth-child(5) {color: #386a8e !important;}
.donuttabs li:nth-child(6) {color: #3b7aa7 !important;}
.donuttabs li:nth-child(7) {color: #3a81b4 !important;}
.donuttabs li:nth-child(8) {color: #4189be !important;}
.donuttabs li:nth-child(9) {color: #4392cc !important;}
.donuttabs li:nth-child(10) {color: #3a99de !important;}
.donuttabs li:nth-child(11) {color: #3da2eb !important;}
.donuttabs li:nth-child(12) {color: #4baef5 !important;}
.donuttabs li:nth-child(13) {color: #56b7fc !important;}
.donuttabs li:nth-child(14) {color: #67c0ff !important;}
.donuttabs li:nth-child(15) {color: #79c8ff !important;}
.donuttabs li:nth-child(16) {color: #63aae6 !important;}
.donuttabs li:nth-child(17) {color: #5fa9e8 !important;}
.donuttabs li:nth-child(18) {color: #77b5ea !important;}
.donuttabs li:nth-child(19) {color: #8dbde6 !important;}
.donuttabs li:nth-child(20) {color: #a9cbe8 !important;}


svg:not(:root) {height: 180px;margin-top: 0px;}
.cool-chart, .cool-chart2, .cool-chart3, .load-chart, .load-chart2, .load-chart3 {width: 185px;}
.cool-chart text, .cool-chart2 text, .cool-chart3 text, .load-chart text, .load-chart2 text, .load-chart3 text {font-size: 25px;}
.panel-single {
    text-transform: capitalize;
    color: #666;
    letter-spacing: -0.4px;
    font-weight: 500;
    margin-top:10px;
}

.subfiltertitle {
    width: 200px;
    text-transform: capitalize;
    color: #666;
    letter-spacing: -0.4px;
    font-weight: 500;
    margin-top:10px;
    font-size: 20px;
    float: left;
}

.open>.dropdown-menu {
    min-width: 300px;
}
.dropdown.dropdown-lg .dropdown-menu {
    margin-top: -1px;
    padding: 6px 20px;
}

.form-horizontal .form-group {
    margin-left: 15px !important;
    margin-right: 15px !important;
}
.form-group .form-control:last-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

@media screen and (min-width: 768px) {
    #adv-search {
        width: 400px;
        margin: 0 auto;
    }
    .dropdown.dropdown-lg {
        position: static !important;
    }
    .dropdown.dropdown-lg .dropdown-menu {
        min-width: 400px;
    }
}
.loadupdates {
    position: relative;
    bottom: 15px;
    color: #888;
    margin-bottom: 22px;
}

.showingloads {bottom: -5px;color: #888;margin-bottom: 22px;}
.loadfilrow {margin-bottom:40px;margin-top: -60px;}
.loadfilters, .loadfilters2, .loadsubfilters {list-style: none;}
.loadfilters li {float: left;padding: 0px 5px;}
.loadsubfilters li {float: left;padding: 10px 5px;}
.loaddetailsbtn {font-size: 22px;padding: 10px;}
.irs-slider.type_last {z-index: 0;}
.margin80 {margin-bottom: 80px;}
.margin15 {margin-bottom: 15px;}
.margin8top {margin-top: 8px;}
.margin80top {margin-top: 80px;}
.margin30top {margin-top: 30px;}
.pad30 {padding: 30px;}
.summprice {padding-bottom:10px;}

.dropdown-menu-right {padding-top:30px;}
.blocked {display:block !important;}
.modaltxtarea {width:100%; height:720px;}

.catdesc {margin-bottom:30px;}
.catdesc p {
    /*font-size: 18px !important;
    line-height: 30px !important;*/
}

.custom_notif {margin-top:0px;padding-bottom: 0px;}
.custom_notif_link {color: rgba(0,148,223,1);}

.edit_btn {
background-image: linear-gradient(to bottom,#999999 0,#6a6a6a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8b02',endColorstr='#ffdd7800',GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled= false);
    background-repeat: repeat-x;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 1px 1px rgba(0,0,0,0.075);
    text-transform: uppercase;
    margin-left: 10px;
    line-height: 3px;
    padding: 18px 15px;
    border: none;
    font-weight: 400;
    width: 200px;
    border-radius: 4px;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

.edit_btn:hover {
background-image: linear-gradient(to bottom,#999999 0,#565656 100%);
}

/*
.edit_btn a {
    color: #fff;
    font-weight: 600;
}
*/


.addToCart_btn, addToCart_btn {background-color: #333;}
      .capmanifested {
        background:#337ab7;
        top: -2rem;
    }


.selfsub {color: rgba(0,148,223,1);}

span.percentsummarized {padding-left: 35px;}
.progress-bar {color: #222;}
.loginlc {margin-top: 20px;
    font-size: 18px;
    text-align: center;
    text-decoration: underline;}
.secondprice {width:50%}
div#carousel-example-generic, div#carousel-load-1 {height: 200px;}

.searchloads {margin-bottom: 10px;margin-right: 15px;}
.skuall {display: inline-flex;padding-left: 10px;}

/*
.icon_packing {
    border-top: 6px double #8c8b8b;
    text-align: center;
}
    .icon_packing:after {
    /*content: '\002665';*//*
    display: inline-block;
    position: relative;
    top: -20px;
    padding: 0 10px;
    background: white;
    color: gray;
    font-size: 24px;
}

    .packing_bin:after {
      font-family: 'FontAwesome';
        content: '\f07b';}

    .packing_bin span {
      font-family: 'Roboto';
        content: 'Bin';}
*/

.productdivider {
    height: 20px;
    /* border-bottom: 1px solid #ddd; */
    border-bottom: 6px double #aaa;
    /* padding-top: 5px; */
    text-align: center;
    margin-bottom: 60px;
    margin-top: 30px;
}
.productdividerend {
    text-align: center;
    margin-bottom: 60px;
    margin-top: 60px;
}
.productdivider2 {
    font-weight: 400;
    font-size: 25px;
    color:#888;
    background-color:#fff;
    padding:0px 15px;
    letter-spacing: -1px;;
}

/*
.productdividertop {margin-top:30px !important}
.productdividerinside {height: 20px; text-align: center;margin-bottom: 20px;margin-top: 20px;}
*/
.fa-separe {margin-right: 10px;}

/* Tags on All Products - no hover */
.btn-default:hover {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.sortup:after {content: '\f160';
    font-family: 'FontAwesome';
    /* font-size: 14px; */
    padding-left: 5px;}
.sortdown:after {content: '\f161';
    font-family: 'FontAwesome';
    padding-left: 5px;}

.bottom-image {
/*float: center;*/
}
.top-image{
top: 0px;
position: absolute;
z-index: 999;
opacity: 0.03;
}

.line30 {
    line-height: 40px !important;
}

.inblock {display:inline-block}
.leaveoncloud {background-color: #eee;
    padding: 0px 25px 40px 25px;
    border-radius: 4px;
    font-size: 25px;
    border: solid 2px #ccc;
    line-height: 40px;}
.leaveoncloud a {color: #0094df;}

.productglobal .btn-default {
cursor: initial;
}

.productglobal .btn-default:active:focus {
    background-color: #fff !important;
    border-color: #ccc !important;}

.btn:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.qbutton.green {
  border-color: #0094df !important;
  background-color: #0094df !important;
}

i.qode_icon_font_awesome.fa.qode_icon_element {
    color: #0094df !important;
}

#myVideoo {
    position: relative;
    right: 0;
    top: 0;
    z-index: -2;
    object-fit: fill;
    height: 28vh;
    width: 100vw;
}

/* Add some content at the bottom of the video/page */
.videocontent {
    position: absolute;
    top: 14%;
    color: #f1f1f1;
    width: 100%;
    padding: 20px;
    text-align: center;
    margin: 0 auto;
}