body {
  font-family: "Lato", Arial, Sans-serif /*{body-font-family}*/;
  font-size: 14px /*{body-font-size}*/;
  color: #333333 /*{body-font-colour}*/;
}
@media (min-width:768px){
body {
  background-image: none /*{body-background-image}*/;
  background-color: #cccccc /*{body-background-colour}*/;
}	
.wrapper-page{
	width:750px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}}
@media (min-width:992px){
body {
  background-image: none /*{body-background-image}*/;
  background-color: #cccccc /*{body-background-colour}*/;
}		
.wrapper-page{
	width:970px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}}
@media (min-width:1200px){
body {
  background-image: none /*{body-background-image}*/;
  background-color: #cccccc /*{body-background-colour}*/;
}		
.wrapper-page{
	width:1170px;
	background:#fff;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:20px;
}}
.wrapper-header {
	margin-bottom:20px;
	background-color:  /*{header-background-colour}*/;
    background-image: none /*{header-background-image}*/;
}
.wrapper-footer {
	border-top: 1px solid #EEE;
	padding-top:30px;	
	background-color:  /*{footer-background-colour}*/;
	margin-top:20px;
    background-image: none /*{footer-background-image}*/;
}
a {
  color: #000000 /*{link-text-colour}*/;
}
a:hover,
a:focus {
  color: #666666 /*{link-text-hover-colour}*/;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", Arial, Sans-serif /*{headers-font-family}*/;
  color: #000000 /*{headers-colour}*/;
}
h1,
.h1 {
  font-size: 30px /*{header-1-font-size}*/;
}
h2,
.h2 {
  font-size: 36px /*{header-2-font-size}*/;
}
h3,
.h3 {
  font-size: 24px /*{header-3-font-size}*/;
}
h4,
.h4 {
  font-size: 18px /*{header-4-font-size}*/;
}
h5,
.h5 {
  font-size: 14px /*{header-5-font-size}*/;
}
hr {
margin-top: 20px;
margin-bottom: 20px;
border: 0;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #DDD /*{hr-line-colour}*/;
}
.btn-default {
  color: #333333 /*{btn-default-text-colour}*/;
  background-color: #ffffff /*{btn-default-bg-colour}*/;
  border-color: #cccccc /*{btn-default-border-colour}*/;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333 /*{btn-default-text-colour-hover}*/;
  background-color: #ebebeb /*{btn-default-bg-colour-hover}*/;
  border-color: #adadad /*{btn-default-border-colour-hover}*/;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff /*{btn-default-disabled-bg-colour}*/;
  border-color: #cccccc /*{btn-default-disabled-border-colour}*/;
}
.btn-primary {
  color: #ffffff /*{btn-primary-text-colour}*/;
  background-color: #222222 /*{btn-primary-bg-colour}*/;
  border-color: #222222 /*{btn-primary-border-colour}*/;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff /*{btn-primary-text-colour-hover}*/;
  background-color: #333333 /*{btn-primary-bg-colour-hover}*/;
  border-color: #333333 /*{btn-primary-border-colour-hover}*/;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #333333 /*{btn-primary-disabled-bg-colour}*/;
  border-color: #333333 /*{btn-primary-disabled-border-colour}*/;
}
.btn-warning {
  color: #ffffff /*{btn-warning-text-colour}*/;
  background-color: #f0ad4e /*{btn-warning-bg-colour}*/;
  border-color: #eea236 /*{btn-warning-border-colour}*/;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff /*{btn-warning-text-colour-hover}*/;
  background-color: #ed9c28 /*{btn-warning-bg-colour-hover}*/;
  border-color: #d58512 /*{btn-warning-border-colour-hover}*/;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #d58512 /*{btn-warning-disabled-bg-colour}*/;
  border-color: #d58512 /*{btn-warning-disabled-border-colour}*/;
}
.btn-danger {
  color: #ffffff /*{btn-danger-text-colour}*/;
  background-color: #d9534f /*{btn-danger-bg-colour}*/;
  border-color: #d43f3a /*{btn-danger-border-colour}*/;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff /*{btn-danger-text-colour-hover}*/;
  background-color: #d2322d /*{btn-danger-bg-colour-hover}*/;
  border-color: #ac2925 /*{btn-danger-border-colour-hover}*/;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f /*{btn-danger-disabled-bg-colour}*/;
  border-color: #d43f3a /*{btn-danger-disabled-border-colour}*/;
}
.btn-success {
  color: #ffffff /*{btn-success-text-colour}*/;
  background-color: #5cb85c /*{btn-success-bg-colour}*/;
  border-color: #4cae4c /*{btn-success-border-colour}*/;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff /*{btn-success-text-colour-hover}*/;
  background-color: #47a447 /*{btn-success-bg-colour-hover}*/;
  border-color: #398439 /*{btn-success-border-colour-hover}*/;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c /*{btn-success-disabled-bg-colour}*/;
  border-color: #4cae4c /*{btn-success-disabled-border-colour}*/;
}
.btn-info {
  color: #ffffff /*{btn-info-text-colour}*/;
  background-color: #5bc0de /*{btn-info-bg-colour}*/;
  border-color: #46b8da /*{btn-info-border-colour}*/;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff /*{btn-info-text-colour-hover}*/;
  background-color: #39b3d7 /*{btn-info-bg-colour-hover}*/;
  border-color: #269abc /*{btn-info-border-colour-hover}*/;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de /*{btn-info-disabled-bg-colour}*/;
  border-color: #46b8da /*{btn-info-disabled-border-colour}*/;
}
.breadcrumb {
  background-color: #ffffff /*{breadcrumb-background-colour}*/;
  padding: 8px 15px 8px 0px;
}
.breadcrumb > li + li:before {
  color: #cccccc /*{breadcrumb-text-colour}*/;
}
.breadcrumb a, .breadcrumb a:active, .breadcrumb a:visited  {
  color: #bbbbbb /*{breadcrumb-link-colour}*/;
}
.breadcrumb > .active {
  color: #cccccc /*{breadcrumb-active-link-colour}*/;
}
.pagination > li > a,
.pagination > li > span {
  color: #222222 /*{pagination-text-colour}*/;
  background-color: #ffffff /*{pagination-bg-colour}*/;
  border-color: #000000 /*{pagination-border-colour}*/;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: #222222 /*{pagination-text-colour-hover}*/;
  background-color: #eeeeee /*{pagination-bg-colour-hover}*/;
  border-color: #000000 /*{pagination-border-colour-hover}*/;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #ffffff /*{pagination-text-colour-active}*/;
  background-color: #222222 /*{pagination-bg-colour-active}*/;
  border-color: #000000 /*{pagination-border-colour-active}*/;
}
.label-default {
  background-color:  /*{label-default-bg}*/;
}
.label-default[href]:hover, 
.label-default[href]:focus {
  background-color: #808080 /*{label-default-bg-hover}*/;
}
.label-primary {
  background-color: #222222 /*{label-primary-bg}*/;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #333333 /*{label-primary-bg-hover}*/;
}
.label-success {
  background-color: #5cb85c /*{label-success-bg}*/;
}
.label-success[href]:hover,
.label-success[href]:focus {
  background-color: #449d44 /*{label-success-bg-hover}*/;
}
.label-info {
  background-color: #5bc0de /*{label-info-bg}*/;
}
.label-info[href]:hover,
.label-info[href]:focus {
  background-color: #31b0d5 /*{label-info-bg-hover}*/;
}
.label-warning {
  background-color: #f0ad4e /*{label-warning-bg}*/;
}
.label-warning[href]:hover,
.label-warning[href]:focus {
  background-color: #ec971f /*{label-warning-bg-hover}*/;
}
.label-danger {
  background-color: #d9534f /*{label-danger-bg}*/; 
}
.label-danger[href]:hover,
.label-danger[href]:focus {
  background-color: #c9302c /*{label-danger-bg-hover}*/;
}
.well {
  background-color: #f5f5f5 /*{well-bg}*/;
  border-color: #e3e3e3 /*{well-border-colour}*/;
}
.panel-default {
  border-color: #dddddd /*{panel-border-colour}*/;
}
.panel-default > .panel-heading {
  color: #333333 /*{panel-header-text-colour}*/;
  background-color: #f5f5f5 /*{panel-header-bg-colour}*/;
  border-color: #dddddd /*{panel-header-border-colour}*/;
}
.panel-sidebar{
	border: 0px;
	box-shadow: none;
}
.panel-sidebar > .panel-heading {
  color: #000;
  background-color: #FFF;
  border-color: #FFF;
}
.panel-sidebar >.list-group .list-group-item{
border-width: 0px 0;
border-radius: 0;
}
.list-group-item h4 {
font-weight:bold;
}
.panel-title { 
	color: #333333 /*{panel-header-text-colour}*/;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd /*{panel-border-colour}*/;
}
.save {
	color: rgba(255, 9, 0, 1) /*{sale-colour}*/;
}
.productsave {
	color: rgba(255, 9, 0, 1) /*{sale-colour}*/;
}
.navbar-inverse {
	z-index: 10003;	
}
.navbar-inverse .form-control, .navbar-inverse .form-control:focus{
	background-color: transparent;
	border-color:transparent;
	color: #000000 /*{navbar-inverse-link-colour}*/;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.navbar-inverse .btn-default {
	color: #000000 /*{navbar-inverse-link-colour}*/;
	background-color: transparent;
	border-color:transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	font-size:16px;
	padding:4px;
}
.navbar-inverse .navbar-nav>li>a {
	padding-top: 9px; 
	padding-bottom: 9px; 
}
.navbar-inverse .navbar-form  {
	margin-top:1px;
	margin-bottom:1px;
}
.navbar-inverse {
	background-color: transparent;
	border-color: transparent;
	min-height: 15px;
}
.navbar-inverse .navbar-brand:hover,
.navbar-inverse .navbar-brand:focus {
  color: #cccccc /*{navbar-inverse-text-colour-hover}*/;
}
.navbar-inverse .navbar-text {
  color: #000000 /*{navbar-inverse-text-colour}*/;
}
.navbar-inverse .navbar-nav > li > a {
  color: #000000 /*{navbar-inverse-link-colour}*/;
}
.navigation-list li a {
  color: #000000 /*{navbar-inverse-link-colour}*/;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #cccccc /*{navbar-inverse-link-colour-hover}*/;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #cccccc /*{navbar-inverse-link-colour-active}*/;
  background-color:  /*{navbar-inverse-link-bg-active}*/;
}
.navbar-inverse .navbar-nav >.dropdown > a .caret {
	border-top-color: #000000 /*{navbar-inverse-link-colour}*/;
	border-bottom-color: #000000 /*{navbar-inverse-link-colour}*/;
}
.nav .caret {
border-top-color: #000000 /*{navbar-inverse-link-colour}*/;
border-bottom-color: #000000 /*{navbar-inverse-link-colour}*/;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
border-top-color: #000000 /*{navbar-inverse-link-colour}*/;
}
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #cccccc /*{navbar-inverse-link-colour-hover}*/;
  }
  
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #cccccc /*{navbar-inverse-link-colour-hover}*/;
  }
  
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: transparent;
}
.navbar-default {
	background-color: #000000 /*{navbar-default-bg-colour}*/;
	border-color:  /*{navbar-default-border-colour}*/;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0px 20px 0px 20px;
}
.navbar-default .navbar-brand {
  color: #ffffff /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #cccccc /*{navbar-default-text-colour-hover}*/;
}
.navbar-default .navbar-text {
  color: #ffffff /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff /*{navbar-default-link-colour}*/;
}
.navigation-list li a {
  color: #ffffff /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #cccccc /*{navbar-default-link-colour-hover}*/;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #cccccc /*{navbar-default-link-colour-active}*/;
  background-color:  /*{navbar-default-link-bg-active}*/;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
	border-top-color: #ffffff /*{navbar-default-link-colour}*/;
	border-bottom-color: #ffffff /*{navbar-default-link-colour}*/;
}
.nav .caret {
border-top-color: #ffffff /*{navbar-default-link-colour}*/;
border-bottom-color: #ffffff /*{navbar-default-link-colour}*/;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
border-top-color: #ffffff /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #cccccc /*{navbar-default-link-colour-hover}*/;
  }
  
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #000000 /*{navbar-default-bg-colour}*/;
  color: #cccccc /*{navbar-default-link-colour-hover}*/;
  }
  
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border-color: transparent;
}  
.nav>li>a:hover, .nav>li>a:focus {
	background-color:  /*{menu-link-hover}*/;
}
  
.dropdown-menu {
  background-color: #ffffff /*{dropdown-menu-bg}*/;
  border-color: #cccccc /*{dropdown-menu-border-colour}*/;
  z-index: 10005;
}
.dropdown-menu .divider {
  background-color: #e5e5e5 /*{dropdown-menu-divider-colour}*/;
}
.dropdown-menu > li > a {
  color: #000000 /*{dropdown-menu-link-colour}*/;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #cccccc /*{dropdown-menu-link-colour-hover}*/;
  background-color: #000000 /*{dropdown-menu-link-bg-hover}*/;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff /*{dropdown-menu-link-colour-active}*/;
  background-color: #666666 /*{dropdown-menu-link-bg-active}*/;
}
.logo {
	max-width:100%;
	max-height:100%;
	position: absolute;
    left: 0;
    bottom: 0;
}
.wrapper-logo {
	position: relative;
    height: 105px;
}
/** Thumnail Customisations **/
.thumbnail {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff /*{product-thumbnail-border-colour}*/;
	margin-bottom:25px;
	text-align:center;
	background-color: #ffffff /*{product-thumbnail-background-colour}*/;
}
.thumbnail-category {
	border-width: 1px;
	border-style: solid;
	border-color: #ffffff /*{product-thumbnail-border-colour}*/;
	max-height:250px;
	overflow:hidden;
	margin-top:20px;
	background-color: #ffffff /*{product-thumbnail-background-colour}*/;
}
.thumbnail .caption h3 {
	font-size: 14px;
}
.caption .price {
	font-size: 15px;
	height: 21px;
}
a.wishlist-thumb, a.wishlist-thumb:active, a.wishlist-thumb:hover{
	font-size: 12px;
	color:#999;
}
/** Carousel Customisations **/
.carousel-control.right {
	background-image: none;
}
.carousel-control.left {
	background-image: none;
}
.carousel-caption {
	padding-bottom:30px;
}
.carousel-caption h2 {
	color:#FFF;
	margin-bottom:25px;
	text-align:left;
}
.carousel-caption h4 {
	color:#FFF;
	margin-bottom:25px;
	line-height:1.5;
	text-align:left;
}
.carousel-caption p {
	text-align:left;
}
.carousel-caption {
left: 5%;
}
/** Filter Customisations **/
.panel-sidebar {
background-color: transparent;
}
.filter-price-padding {
	padding:10px 30px 10px 10px;
}
.panel>.list-group:last-child .list-group-item:last-child {
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
.list-group-item {
	background-color:  /*{filter-background-colour}*/;
	border-color:transparent;
}
a.list-group-item {
	color: #000000 /*{link-text-colour}*/;
}
a.list-group-item:hover, a.list-group-item:focus {
	background-color: transparent;
	color: #666666 /*{link-text-hover-colour}*/;
}
/** Header & Footer Customisations **/
.navbar {
	margin-bottom: 0px;
}
.header-nav {
	margin-right:-16px;
}
.header-nav a, .header-nav a:active, .header-nav a:visited, .header-nav a:hover {
	font-size:11px;	
	color: #ffffff /*{navbar-default-link-colour}*/;
}
.header-nav>li>a:hover, .header-nav>li>a:focus{
	background:#transparent;
	color: #cccccc /*{navbar-default-link-colour-hover}*/;
}
.nav .open>a,.nav .open>a:hover,.nav .open>a:focus{
	background-color:  /*{menu-link-hover}*/; 
}
/** Product Page Customisations **/
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
	background-color: #ffffff /*{product-description-tab-background-colour}*/;
	border-width: 1px;
	border-style: solid;
	border-top-color: #DDD /*{product-description-tab-border-colour}*/;
	border-left-color: #DDD /*{product-description-tab-border-colour}*/;
	border-right-color: #DDD /*{product-description-tab-border-colour}*/;
	border-bottom-color: #ffffff /*{product-description-tab-background-colour}*/;
	margin-bottom:-2px; 
}
.tab-content {
	background-color: #ffffff /*{product-description-tab-background-colour}*/;
	border-width: 1px;
	border-style: solid;
	border-color: #DDD /*{product-description-tab-border-colour}*/;
	padding:20px;
	margin-top:-1px;
}
@media (min-width: 768px){
    .dropdown-hover:hover > .dropdown-menu {
        display: block;
    }
}
/*PRODUCT PAGE SPECIFICS*/
.specific ._itmspec_listitm ._itmspec_lnk  {
  	float: left;
		padding: 2px;
		width: 100%;
}
.specific ._itmspec_listitm ._itmspec_selected {
	border: 1px solid #263248;
}
.specific ._itmspec_listitm span {
	padding: 5px 1px;
    display: block;
}





/*****9-4-19*****/

.wrapper-page div#main-content .col-sm-12 #myCarouselBanner {
    max-width: 100%;
    width: 100%;
    margin-left: 0;
}
/* .custom-container {
    margin: 0 auto;
    width: 1500px;
    padding: 0 15px;
} */
#main-content .adBoxes .col-md-6.main-box {
	padding: 0;
}
#homepage-content {
	padding-top: 65px;
	padding-bottom: 52px;
	text-align: center;
	float: left;
	width: 100%;
}
#main-content .adBoxes {
	box-shadow: 0 0 20px #a7a7a7;
}
div#homepage-content p .truck_icon img {
	margin-top: -18px;
	margin-right: 16px;
}
div#homepage-content p .truck_icon {
	display: inline-block;
}
div#homepage-content p .truck_icon + span {
	display: inline-block;
	line-height: 50px;
}
div#homepage-content p {
	text-align: center;
	font-size: 32px;
	font-weight: 600;
}
.express-shipping {
	float: left;
	width: 100%;
	background: #f5f5f5;
	padding-bottom: 95px;
}
.wrapper-page div#main-content .col-sm-12 #myCarouselBanner {
	margin-bottom: 0;
}
.clearence-special .wrapper-thumbnail .product-image, .top-seller .wrapper-thumbnail .product-image{
	width: 100% !important;
}
.clearence-special .wrapper-thumbnail .thumbnail .caption h3 a, .top-seller .wrapper-thumbnail .thumbnail .caption h3 a, .clearence-special-list .wrapper-thumbnail .thumbnail .caption h3 a{
	font-size: 17px;
	font-weight: 600;
	color: #262626;
}
.top-seller .wrapper-thumbnail .thumbnail .caption h3{
	padding-right:0;
}
.clearence-special-list .wrapper-thumbnail .thumbnail .price span, .top-seller .wrapper-thumbnail .thumbnail .price span {
	font-size: 17px;
	color: #000;
}
.thumbnail .caption strike {
	color: #ff9800;
}
.clearence-special-list .wrapper-thumbnail .caption .price .label {
	background: transparent;
	font-size: 16px;
	color: #ff9800;
}
.clearence-special-list .thumbnail .caption h3 {
	height: 49px;
	/*overflow: hidden;*/
}
#left-sidebar .panel.panel-sidebar .list-group li a {
	padding-left: 0;
	font-size: 16px;
}
#left-sidebar .list-group h4, #left-sidebar .list-group .h4, #left-sidebar .panel.panel-sidebar .panel-heading h3 {
	font-size: 18px;
	font-weight: 700;
	color: #121212;
}
#pricesearch .btn {
	font-size: 14px;
	padding: 4px 10px !important;
	text-align: center;
	height: 35px;
}
#left-sidebar .panel-sidebar {
	background-color: transparent;
	border-bottom: 1px solid #ddd;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#left-sidebar .panel-sidebar:last-child {
	border-bottom: none;
}
#left-sidebar .panel.panel-sidebar .panel-heading {
	padding-left: 0;
}
div#main-content.container .row {
	font-size: 15px;
}
#left-sidebar {
	padding-left: 0;
	font-size: 14px;
}
#right-Side {
	padding-right: 0;
}
#left-sidebar #filters li {
	padding-left: 0;
}
#left-sidebar .ui-slider-horizontal .ui-slider-handle {
	margin-left: -1px;
	top: -4px;
}
.panel-footer.text-right .form-inline.buying-options {
	margin-top: 0;
}
.thumb_list #categories .btn-primary, .thumb_list #categories .open .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #ff9800;
	border-color: #ff9800;
	border-radius: 5px;
}
body a:focus {
	outline: none;
}
ul.breadcrumb {
	margin: 0 0 10px;
}
.panel > .list-group li {
	position: relative;
}
#left-sidebar .open > .dropdown-menu {
	display: block;
	top: 0;
	left: auto;
	position: relative;
	float: left;
	width: 100%;
	margin-bottom: 5px;
	background: #efefef;
	list-style: none;
	color: #000;
	box-shadow: none;
}
#left-sidebar .panel.panel-sidebar .list-group li a:hover {
	background: transparent;
}

#left-sidebar .dropdown-menu {
	border: 0;
	width: auto;
	height: auto;
	min-width: initial;
	padding: 4px 15px;
	font-size: 15px;
}
#left-sidebar .open > .dropdown-menu a {
	font-weight: 500;
	color: #000;
}
.alert.alert-info{
	background-color: #ff9800b3;
	border-color: #ff9800;
	color: #fff;
}
.alert.alert-info h4 {
	font-size: 15px;
}
.container .col-sm-12 .row h1 {
	padding-left: 0;
	margin: 10px 0 10px;
	font-size: 24px;
}
.clearence-special-list  .form-inline.buying-options a.btn, .clearence-special-list  .form-inline.buying-options .addtocart, .top-seller .form-inline.buying-options a.btn, .top-seller  .form-inline.buying-options .addtocart, .clearence-special-list .form-inline.buying-options a.btn{
	background: #ff9800;
	border-color: #ff9800;
	font-size: 15px;
	border-radius: 5px;
	display: inline-block;
	width: auto;
	padding: 5px 15px;
}
.express-shipping .adBoxes .main-box {
	position: relative;
}
.express-shipping .adBoxes .main-box:nth-child(2n) .carousel-caption_custom span h2, .express-shipping .adBoxes .main-box:nth-child(2n) .carousel-caption_custom span h4 {
	color:#1a1a1a;
}
.express-shipping .adBoxes .row + .row .main-box:first-child .carousel-caption_custom span h2, .express-shipping .adBoxes .row + .row .main-box:first-child .carousel-caption_custom span h4 {
	color:#1a1a1a;
}
.express-shipping .adBoxes .row + .row .main-box:nth-child(2n) .carousel-caption_custom span h2, .express-shipping .adBoxes .row + .row .main-box:nth-child(2n) .carousel-caption_custom span h4 {
	color:#ffffff;
}
.express-shipping .adBoxes .main-box .carousel-caption_custom span h2 {
	font-size: 27px;
	font-weight: 300;
	display: block;
	margin-bottom: 0;
	color: #fff;
}
.express-shipping .adBoxes .main-box .carousel-caption_custom span h4 {
	font-size: 27px;
	font-weight: 600;
	color: #eee;
	padding: 10px 0;
	text-align: left;
	margin-bottom: 12px;
}
.express-shipping .adBoxes .main-box .carousel-caption_custom .btn {
	display: block;
	font-size: 14px;
	color: #fff;
	background: #263248;
	border-color: #263248;
	border-radius: 5px;
	padding: 9px 20px;
	max-width: 125px;
}
.express-shipping .adBoxes .main-box .carousel-caption_custom {
	position: absolute;
	z-index: 9;
	left: 35px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.clearence-special .h3ClearanceSpecialsLink h3, .top-seller h3 {
	font-size: 28px;
	color: #1a1a1a;
	font-weight: 600;
	text-transform: uppercase;
	background: #fff;
	padding-right: 30px;
	position: relative;
	z-index: 9;
}
.top-seller {
	float: left;
	width: 100%;
	padding-top: 14px;
	padding-bottom: 45px;
}
.clearence-special {
	float: left;
	width: 100%;
	padding-top: 85px;
	padding-bottom: 38px;
}
.clearence-special .h3ClearanceSpecialsLink {
	padding-bottom: 45px;
	position: relative;
}
.clearence-special .h3ClearanceSpecialsLink a, .top-seller .h3ClearanceSpecialsLink a {
	float: right;
	font-size: 14px;
	font-weight: 600;
	background: #263248;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	position: relative;
	z-index: 9;
}
.clearence-special .h3ClearanceSpecialsLink::before {
	content: "";
	border-top: 1px solid #ccc;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 15px;
}
.clearence-special-list .thumbnail {
    position: relative;
}
.clearence-special-list .thumbnail .wishlist-customp-product {
    position: absolute;
    right: 0;
    top: 45px;
    background: #263248;
    width: 38px;
    height: 38px;
    padding: 10px 0;
    border-radius: 4px 0 0 4px;
}
.clearence-special-list .thumbnail .wishlist-customp-product .wishlist_toggle.wishlist-thumb i {
	color: #fff;
	font-size: 17px;
}
.clearence-special-list .thumbnail .wishlist-customp-product .wishlist_toggle.wishlist-thumb i:hover {
	color: #ff9800;
}
.view_all_link {
	float: right;
	position: relative;
	z-index: 9;
	padding-left: 30px;
	background: #fff;
	margin-top: -5px;
}
#carouselMiddleBox .carousel-caption.main-slide h2 {
	font-size: 75px;
	font-weight: 900;
	text-shadow: none;
	color: #ff9800;
	padding: 14px 0;
}
#carouselMiddleBox .carousel-caption.main-slide h4 {
	font-size: 38px;
	font-weight: 300;
	color: #fff;
	text-shadow: none;
}
#carouselMiddleBox .carousel-caption.main-slide p {
	font-size: 19px;
	color: #263248;
	text-shadow: none;
	color: #263248;
	font-weight: 400;
}
#carouselMiddleBox .carousel-caption.main-slide a {
	float: left;
	font-size: 17px;
	color: #fff;
	text-shadow: none;
	background: #263248;
	padding: 14px 20px;
	min-width: 260px;
	border-radius: 5px;
	margin-top: 24px;
}
#carouselMiddleBox .item {
	position: relative;
}
#carouselMiddleBox .carousel-caption.main-slide {
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	right: auto;
	bottom: auto;
	max-width: 1170px;
    margin: 0 auto;
}
#carouselMiddleBox .carousel-caption.main-slide a img {
	padding-left: 13px;
}
#carouselMiddleBox .carousel-caption.main-slide a:hover{
	text-decoration: none;
}
.clearence-special .clearence-special-list {
	margin: 0 -15px;
}
.clearence-special .form-inline.buying-options a.btn, .clearence-special .form-inline.buying-options .addtocart, .clearence-special .form-inline.buying-options .btn {
	font-size: 14px;
}
.form-inline.buying-options {
	margin-top: 20px;
}
.clearence-special-list .thumbnail .wishlist-customp-product, .top-seller .thumbnail .wishlist-customp-product {
	position: absolute;
	top: 45px;
	right: 0;
	background: #263248;
	width: 38px;
	height: 38px;
	padding: 10px 0px;
	border-radius: 4px 0 0 4px;
}
.clearence-special-list .thumbnail .wishlist-customp-product .wishlist_toggle.wishlist-thumb i, .top-seller .thumbnail .wishlist-customp-product .wishlist_toggle.wishlist-thumb i {
	color: #fff;
	font-size: 17px;
}
.top-seller .thumbnail .wishlist-customp-product .wishlist_toggle.wishlist-thumb .remove i, .clearence-special-list .thumbnail .wishlist-customp-product .wishlist_toggle.wishlist-thumb .remove i{
	color:#ff9800;
}
.top-seller .thumbnail .wishlist-customp-product .wishlist_toggle.wishlist-thumb i:hover, .clearence-special-list .thumbnail .wishlist-customp-product .wishlist_toggle.wishlist-thumb i:hover{
	color:#ff9800;
}
.clearence-special .thumbnail, .top-seller .thumbnail {
	position: relative;
}
.top-seller .h3ClearanceSpecialsLink {
	position: relative;
	padding-bottom: 55px;
}
.top-seller .h3ClearanceSpecialsLink:before {
	content: "";
	border-top: 1px solid #ccc;
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	top: 23px;
}
.top-seller h3 {
    display: inline;
}
.store_newsletter {
	float: left;
	width: 100%;
	background: url(/assets/images/68.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding: 126px 0 150px;
}      
.navbar li a {
	font-size: 15px;
}
	
.wrapper-page .wrapper-header .wrapper-logo {
	padding: 0 0px;
	float: left;
	width: 100%;
}
.wrapper-page .wrapper-header .wrapper-logo a .logo {
	position: static;
}
.wrapper-thumbnail .caption .price {
	height: auto;
}
.store_newsletter h2 {
	font-size: 38px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 34px;
	color: #414141;
	font-family: 'Montserrat Semi';
}
.store_newsletter span {
	font-size: 19px;
	font-weight: 400;
	color: #454546;
	padding-bottom: 30px;
	float: left;
	width: 100%;
	font-family: 'Montserrat-Light';
}
.store_newsletter .form-inline {
	width: 570px;
	float: left;
}
.store_newsletter .form-inline.my-2 .btn-outline-success {
	width: 100%;
	background: #263248;
	padding: 21px;
	border-radius: 5px;
	color: #fff;
	margin-top: 10px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Montserrat Semi';
}
.store_newsletter .form-inline.my-2 .form-control.mr-sm-2 {
	width: 100%;
	padding: 21px 30px 21px 50px;
	height: auto;
	border: 1px solid #fff;
	box-shadow: none;
	border-radius: 5px;
	background-color:#ffffff;
	font-size: 17px;
}
.proud-supporter {
	float: left;
	width: 100%;
	padding: 55px 0 13px;
}
.proud-supporter h4 {
	text-align: center;
	font-size: 28px;
	color: #121212;
	text-transform: uppercase;
	font-family: montserrat semi;
	margin-bottom: 45px;
}
.proud-supporter-images ul li {
	float: left;
	width: 20%;
	list-style: none;
	padding-right: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: row;
	align-items: center;
	text-align: center;
	justify-content: center;
	min-height: 140px;
}
.proud-supporter-images ul {
	padding: 0;
}
.proud-supporter-images ul li img {
	float: left;
	width: 100%;
}
#carouselMiddleBox .carousel-caption.main-slide a img {
	margin-top: -2px;
}
.blue .nav.navbar-nav.header-nav li a 
{
	padding: 15px 27px;
	    color: #fff;
}

.blue .nav.navbar-nav.header-nav li:last-child{
	padding-right: 0;
	border-right: none;
}
.blue .nav.navbar-nav.header-nav {
	width: 100%;
}
.blue .nav.navbar-nav.header-nav > li > a {
	line-height: normal;
}
.blue .nav.navbar-nav.header-nav > li a:active, .blue .nav.navbar-nav.header-nav > li a:visited, .blue .nav.navbar-nav.header-nav > li a:hover {
	font-size: 15px;
}
.wrapper-header-top .wrapper-search .input-group .btn.btn-loads.btn-default {
	height: 55px;
	background: #263248;
	width: 62px;
	border-radius: 0 5px 5px 0;
	color: #fff;
}
.wrapper-header-top .wrapper-search .input-group #name_search {
	background: #eee;
	border: 1px solid #eee;
	border-radius: 5px 0 0 5px;
	height: 55px;
	padding: 11px;
}
.wrapper-header-top .wrapper-search .input-group {
	width: 100%;
	margin-left: 0;
}
.wrapper-header-top .wrapper-search .search {
	float: left;
	width: 100%;
}
.wrapper-header-top .wrapper-search .input-group .btn.btn-loads.btn-default .fa {
	font-size: 20px;
}
.wrapper-header-top .headerIcons a::after {
	content: "";
	position: absolute;
	border-right: 1px solid #dfe0e4;
	height: 23px;
	right: 0;
}
.wrapper-header-top .headerIcons a:last-child::after {
	border-right: none;
}

.wrapper-header-top #header-cart {
	border: 1px solid #ff9800;
	margin-top: 0;
	background: #ff9800;
	height: 55px;
	padding: 9px 7px;
	border-radius: 5px;
	float: right;
}
.wrapper-header-top #header-cart a {
	font-size: 14px;
	color: #fff;
	background: #ff9800;
	border: none;
}
.wrapper-header-top #header-cart a.btn.btn-default .caret {
	border-right: 7px solid transparent;
	border-left: 7px solid transparent;
	border-top: 7px solid;
}
.wrapper-header-top #header-cart a.btn.btn-default {
	padding-left: 0;
	padding-right: 10px;
}
.wrapper-header-top #header-cart a.btn.btn-default .fa.fa-shopping-cart {
	font-size: 17px;
}
.wrapper-header .wrapper-header-top {
	float: left;
	width: 100%;
	background: #fff;
	padding: 32px 0 12px;
}
.wrapper-header .row.blue {
	float: left;
	width: 100%;
}
.wrapper-header-top .headerIcons a .fa {
	font-size: 21px;
}
.wrapper-header-top .headerIcons {
	display: inline;
	float: left;
	padding-top: 18px;
	padding-bottom: 5px;
}
.wrapper-header-top .headerIcons a {
    float: left;
    padding: 0 7px;
    position: relative;
    min-height: 22px;
    display: flex;
    align-items: center;
} 
.wrapper-header-top .wrapper-search .input-group #name_search {
	box-shadow: none;
}

.wrapper-footer li a {
	font-size: 15px;
	font-family: 'Montserrat-Light';
	color:#fff;
}
.wrapper-footer .col-sm-8 .col-sm-4 ul li {
	padding-left: 30px;
	position: relative;
}
.wrapper-footer .col-sm-8 .col-sm-4 ul li::before {
	position: absolute;
	content: "";
	left: 16px;
	background-image: url(/assets/images/footer-arrow.png);
	background-repeat: no-repeat;
	width: 9px;
	background-size: 9px;
	top: 13px;
	height: 10px;
}
.wrapper-footer .col-sm-8 .col-sm-4 ul li a {
	padding: 6px 5px;
	background-color: transparent;
}
.wrapper-footer .col-sm-8 .col-sm-4 ul li a:hover {
	background-color:transparent;
	color: #ff9800;
}
.wrapper-footer .col-sm-8 .col-sm-4 h4, .wrapper-footer .col-sm-4 .custom_stay_touch {
	color: #fff;
	font-size: 20px;
	font-family: 'Montserrat Semi';
	text-transform: uppercase;
	letter-spacing: 1px;
}
.wrapper-footer .col-xs-12.col-sm-4 {
	padding-top: 0 !important;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social {
	padding-left: 0;
	margin-top: 0;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social li a {
	font-size: 15px;
	color: #fff;
	font-family: 'Montserrat-Light';
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social li a .fa {
	color: #fff;
	width: 16px;
	text-align: left;
	margin-left: 0;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social li {
	list-style: none;
}
.wrapper-footer .col-sm-4 .custom_stay_touch {
	margin-top: 7px;
	float: left;
	width: 100%;
	margin-bottom: 6px;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social {
	padding-left: 0;
	margin-top: 0;
	float: left;
	width: 100%;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social li {
	padding: 4px 0px;
}

.blue-bot-footer .footer-bot-left {
	float: left;
	width: 50%;
	color: #263248;
	font-size: 13px;
	font-family: 'Montserrat-Light';
}
.blue-bot-footer .footer-bot-right a {
    font-size: 13px;
    color: #263248;
    font-family: 'Montserrat-Light';
    padding: 0 11px;
}
.blue-bot-footer .footer-bot-right a:first-child{
	padding-left:0;
}
.blue-bot-footer .footer-bot-right a:last-child{
	padding-right:0;
}
.blue-bot-footer .footer-bot-right {
	float: left;
	width: 50%;
	text-align: right;
}
.row.blue-bot-footer {
	margin: 0;
	background: #fff;
	padding: 10px 0;
}
.wrapper-page {
	margin-bottom: 0;
}
.wrapper-footer {
	border-top: none;
	padding-top: 52px;
	margin-top: 0;
	background-image: url(/assets/images/footer-bg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	padding-bottom: 45px;
}
.blue .nav.navbar-nav.header-nav > li a:active, .blue .nav.navbar-nav.header-nav > li a:visited, .blue .nav.navbar-nav.header-nav > li a:hover {
	font-size: 15px;
	background: #ff9800;
	color: #fff;
}
.wrapper-header #neto-dropdown .padding .small {
	color: #000;
}
.search .nsearchinput-pl.well .nav > li > a {
	border-bottom: 1px solid #747483;
}
 .blue .nav.navbar-nav.header-nav > li a:visited {
	background: none;
}
.wrapper-header .navbar {
	border: none;
}
.navbar .dropdown-menu li {
	border-right: none;
}
.blue .nav.navbar-nav.header-nav > li.open > a {
	background: #ff9800;
	opacity: 1;
}
.wrapper-footer .col-xs-12.col-sm-4 h4 span {
	font-size: 14px;
	float: left;
	width: 100%;
	font-family: 'Montserrat-Light';
	text-transform: none;
	line-height: 25px;
	margin: 13px 0;
}
.wrapper-footer .col-xs-12.col-sm-4 .nav.nav-pills.nav-stacked {
	float: left;
	width: 100%;
}  
.wrapper-footer .giftVoucherBox img {
	width: auto;
	height: auto;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social + .col-xs-9 {
	padding-left: 0;
}
.clearence-special .wrapper-thumbnail .thumbnail .caption h3 a, .clearence-special-list .wrapper-thumbnail .thumbnail .caption h3 a, .top-seller .wrapper-thumbnail .thumbnail .caption h3 a {
	text-decoration: none;
}
.form-inline.buying-options {
	margin-top: 15px;
}
#header-cart .dropdown-menu #neto-dropdown {
	background: #e6e6e6;
}
.wrapper-header-top #header-cart a.btn.btn-default {
	box-shadow: none;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social li:hover a, .wrapper-footer .col-xs-12.col-sm-4 .list-social li:hover a .fa{
	color:#ff9800;
}
.search .nsearchinput-pl.well {
	margin-top: 54px !important;
	border: none;
}
.search .nsearchinput-pl.well ul li a:hover, .search .nsearchinput-pl.well ul li:focus {
	background: #ff9800;
}
.wrapper-header-top #header-cart .dropdown-menu a {
	color: inherit;
	background: transparent;
	border: none;
}
.insta-widget {
	float: left;
	width: 100%;
	padding: 0 0 30px;
	background: #EEE;
}
.insta-widget .eapps-instagram-feed-title {
	font-size: 28px;
	text-align: center;
	font-family: montserrat semi;
	text-transform: uppercase;
	padding: 42px 0;
	color: #000;
}
.store_newsletter .form-inline.my-2 .form-control + .fa {
	position: absolute;
	left: 12px;
	color: #999;
	font-size: 15px;
	top: 26px;
}
.store_newsletter .form-inline {
	position: relative;
}
.clearence-special hr + h3 {
	font-size: 28px;
	color: #1a1a1a;
	text-align: center;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'montserrat semi';
	margin-bottom: 20px;
	letter-spacing: 1px;
}
.tabbable {
	background: #f4f4f4;
	padding: 65px 0 70px;
}
.tabbable .tab-content {
	background-color: transparent;
	border-width: 0;
	border-style: solid;
	border-color: transparent;
}
#main-content .tabbable .tab-content .productdetails p {
	font-size: 15px;
}
.tabbable .tab-content span {
	background: transparent !important;
	font-size: 15px !important;
	font-family: 'montserrat' !important;
	color: #000 !important;
}
.tabbable .nav-tabs > li.active > a, .tabbable .nav-tabs > li.active > a:hover, .tabbable .nav-tabs > li.active > a:focus {
	background-color: transparent;
	margin-bottom: 0px;
	border: none;
	border-bottom: 2px solid #fd9a0b;
	color:#000;
}
.tabbable .nav-tabs > li > a:hover{
	border-bottom: 2px solid #fd9a0b;
	background-color: transparent;
	color:#000;
}
.tabbable .nav-tabs > li > a{
	background-color: transparent;
	margin-bottom: 0px;
	font-size: 18px;
	font-family: 'montserrat';
	color: #7b7b7b;
	border: none;
	border-bottom: 2px solid transparent;
	padding: 10px 0px;
	margin-right: 45px;
}
.tabbable .nav-tabs > li {
	margin-bottom: 0;
}
.tabbable .nav-tabs > li .reviews i {
	display: none;
}
.tabbable .tab-content {
	padding: 20px 0;
}
.bcb .clearence-special {
	float: left;
	width: 100%;
	padding-top: 30px;
	padding-bottom: 38px;
}
.bcb .clearence-special .custom-space {
	padding-top: 40px;
}

.clearence-special hr {
	display: none;
}
.owl-carousel-bought .wrapper-thumbnail .thumbnail .caption h3, .owl-carousel-catg .wrapper-thumbnail .thumbnail .caption h3 {
	height: auto;
}
.owl-carousel-bought.owl-carousel {
	padding-bottom: 30px;
}
.owl-carousel-bought.owl-carousel .owl-prev span, .owl-carousel-bought.owl-carousel .owl-next span, .owl-carousel-catg.owl-carousel .owl-next span, .owl-carousel-catg.owl-carousel .owl-prev span {
	font-size: 50px;
	background: transparent;
	color: #afafaf;
}
.owl-carousel-bought.owl-carousel .owl-prev, .owl-carousel-catg.owl-carousel .owl-prev{
	position: absolute;
	top: 30%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	width: 30px;
	left: -70px;
}
.owl-carousel-bought.owl-carousel .owl-next, .owl-carousel-catg.owl-carousel .owl-next {
	position: absolute;
	top: 30%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 30px;
	width: 30px;
	right: -70px;
}
#_jstl__header_r .wrapper-product-title.col-sm-8 {
    width: 100%;
}
.wrapper-share-button .productpricenote {
    background: #f4f4f4;
    font-size: 16px;
    width: 100%;
    font-family: 'montserrat light';
    padding: 20px;
    border-left: 2px solid #ff9800;
}
.wrapper-share-button .productpricenote strong{
    font-family: 'montserrat';
}
.wrapper-product-title h1 {
    margin-top: 0;
    font-family: 'montserrat semi';
    font-size: 34px;
    margin-bottom: 20px;
}

div#main-content.container .bcb #_jstl__images_r .row {
    width: auto;
    max-width: initial;
    margin-left: -6px;
    margin-right: -6px;
}
div#main-content.container .bcb #_jstl__images_r .row .col-xs-3 {
    padding: 0 6px;
}
._itmspec_listopt.product-variations {
    background: #f4f4f4;
    padding: 15px 15px 5px;
}
#main-content ._itmspec_listopt.product-variations .variation-name p {
    font-size: 20px;
    color: #000;
    font-family: 'montserrat';
    font-weight: 400;
    letter-spacing: 1px;
    margin: 0;
}
._itmspec_listopt.product-variations .specific span {
    font-size: 11px;
    font-family: 'montserrat';
    line-height: 16px;
    word-break: break-all;
}
._itmspec_listopt.product-variations .specific img {
    padding: 0 0px;
    height: 52px;
    width: 52px;
}
._itmspec_listopt.product-variations  ._itmspec_listitm {
    margin-bottom: 4px;
}
._itmspec_listopt.product-variations .specific {
    padding-bottom: 0;
}
.wrapper-share-button .wrapper-pricing {
    padding: 0;
    width: 100%;
}
.wrapper-share-button .wrapper-pricing .productprice.productpricetext {
    font-size: 22px;
    color: #000;
    font-family: 'montserrat';
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 500;
}
.wrapper-share-button .wrapper-pricing .productrrp.text-muted {
    color: #ff9800;
    font-size: 16px;
    font-family: 'montserrat light';
    margin-bottom: 8px;
}
.wrapper-share-button .wrapper-pricing .productsave {
    font-size: 16px;
    float: left;
    font-family: 'montserrat semi';
    color: #000;
    margin-right: 17px;
	margin-bottom:5px;
	float: left;
}
.blue .nav.navbar-nav.header-nav li ul li a {
	padding: 10px 27px;
}
.wrapper-share-button .wrapper-pricing span.label {
	color: #fff;
	font-size: 13px;
	background: #3abf00 !important;
	font-family: 'montserrat light';
	font-weight: 300;
	padding: 5px 10px;
	border-radius: 6px;
	margin-top: 1px;
	float: left;
}
form.prodct_variation {
    padding-left: 15px;
    padding-top: 15px;
}
div#_jstl__buying_options_r .extra-options hr {
    display: none;
}
div#_jstl__buying_options_r .extra-options {
    margin: 25px 0;
}
.breadcrumb {
    padding-left: 0;
    margin-top: 0px;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.breadcrumb li a {
    font-size: 16px;
}
.buying-options .col-md-4 input {
	border-radius: 5px;
	border: 2px solid #000;
	width: 140px;
	font-size: 20px !important;
	height: 43px !important;
}
.buying-options .col-md-4 {
	padding: 0 6px;
}
.buying-options .qty-custom {
	max-width: 150px;
	width: 100%;
}   
#categories .wrapper-thumbnail .caption .price {
	height: auto;
	min-height: 74px;
}   
.buying-options .add-custom .addtocart {
	border-radius: 4px;
	background: #3fa612;
	opacity: 1;
	text-transform: uppercase;
	font-family: 'montserrat';
	font-size: 16px;
	cursor: pointer;
}

.buying-options .add-custom .addtocart.disabled{
	opacity: 0.8;
}
.buying-options .add-custom .addtocart.btn-warning{
	border-color:#3fa612;
}
.buying-options .wishlist-custom .product-wishlist a {
	border-radius: 4px;
	background: #263248;
	opacity: 1;
	text-transform: uppercase;
	font-family: 'montserrat';
	font-size: 16px;
	color: #fff;
	border-color: #263248;
}
.buying-options {
	padding-left: 10px;
}
.buying-options .wishlist-custom {
	width: 245px;
}
.tabbable .nav-tabs > li > a:active,  .tabbable .nav-tabs > li > a:focus {
	outline: none;
}
.prod-dsc {
	margin-top: 40px;
}
.owl-carousel .owl-nav button.owl-prev:focus, .owl-carousel .owl-nav button.owl-next:focus {
    outline: none;
}
.prodct_variation ._itmspec_listitm:nth-child(6n-11) {
    margin-right: 0;
}
.prodct_variation ._itmspec_listitm {
    margin-bottom: 10px;
    float: left;
    height: 104px;
    width: 15%;
    margin-right: 2%;
    text-align: center;
    font-size: 11px;
    line-height: 1.1em;
}
.clearence-special .lSSlideOuter .lSPrev {
	background-image: url(images/slider-left.png);
	width: auto;
	height: auto;
	background-position: center center;
	padding: 25px 16px;
	background-color: #263248;
	background-repeat: no-repeat;
	left:1px;
}
.clearence-special .lSSlideOuter .lSNext {
	background-image: url(images/slider-right.png);
	width: auto;
	height: auto;
	background-position: center center;
	padding: 25px 16px;
	background-color: #263248;
	background-repeat: no-repeat;
	right:1px;
}
.clearence-special .lSAction > a {
	top: 34%;
}
.more-catg {
	margin-top: 50px;
}

.lightSlider  .clearence-special-list {
    margin: 0 0px;
}
.table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: #f4f4f4;
}
.clear + hr {
	display: none;
}
form[name="checkout"] {
	margin-top: 30px;
}
form[name="checkout"] .table-striped > tbody > tr th.checkout_table_header {
	text-transform: uppercase;
	color:#0c0b09;
	font-size: 16px;
	padding: 10px 27px;
}
form[name="checkout"] .table-striped > tbody > tr td {
    font-size: 17px;
    color: #263248;
    vertical-align: middle;
    padding: 20px 27px;
}
form[name="checkout"] .table-striped > tbody > tr td a {
	font-size: 16px;
	color:#000;
}
#main-content .btn-stack .update-my-changes button.btn {
    background: #263248;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    padding: 10px;
    border-radius: 5px;
    margin: 20px 0 40px;
    display: inline-block;
    max-width: 240px;
    float: right;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: pink;
}
::-moz-placeholder { /* Firefox 19+ */
  color: pink;
}
:-ms-input-placeholder { /* IE 10+ */
  color: pink;
}
:-moz-placeholder { /* Firefox 18- */
  color: pink;
}
.update-my-changes {
    padding: 0 15px;
}
form[name="checkout"] .table-striped > tbody > tr td p input[type="number"] {
    border: 1px solid #ccc;
    box-shadow: none;
    width: 88px;
    border-radius: 4px;
    font-size: 17px;
    color: #263248;
    padding: 6px 12px;
    height: 37px;
}
.well {
    background-color: transparent;
    border-color: #e3e2e2;
	padding:0;
}
.shipping-calc h4, .apply-discount-code h4 {
    margin: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
}
.shipping-calc, .apply-discount-code {
    background: #263248;
    color: #fff;
    padding: 14px 15px;
}
.calc-code, .disc-code {
    padding: 18px 15px;
}
.calc-code select, .calc-code input, .disc-code input.form-control {
    border: 1px solid #e2e2e2;
    box-shadow: none;
    border-radius: 4px;
}
.calc-code input[type="submit"], .disc-code input[type="submit"] {
	border: 1px solid #ff9800;
	box-shadow: none;
	border-radius: 4px;
	background-color: #ff9800;
	font-size: 14px;
	width: auto;
	color: #fff;
	padding: 6px 16px;
}
.table {
    border: 1px solid #ddd;
}
.disc-code p {
    margin-bottom: 20px;
}
.disc-code input[type="submit"] {
    margin-top: 30px;
}
.table-striped.sub-total-product {
    border: 1px solid #e3e2e2;
}
.table-striped.sub-total-product td {
    font-size: 14px;
    text-transform: uppercase;
    padding: 14px 12px;
}
.table-striped.sub-total-product tr:first-child td {
	font-weight: 600;
	color: #fff;
	padding: 12px 12px;
	background: #263248;
	font-size: 18px;
}
.check-out-now button.btn.btn-success {
	background: #ff9800;
	border-color: #ff9800;
	border-radius: 4px;
	display: inline-block;
	max-width: 263px;
	float: right;
	margin: 35px 0;
	font-weight: 600;
	font-size: 17px;
}
.check-out-now {
    float: left;
    width: 100%;
    border-top: 1px solid #dbdbdb;
    margin-top: 30px;
}
.table-striped.sub-total-product td form .form-group {
    font-size: 11px;
    color: #6b6363;
    margin-bottom: 9px;
    position: relative;
    padding-left: 20px;
    font-weight: bold;
}
.table-striped.sub-total-product tr:nth-child(3) td, .table-striped.sub-total-product tr:nth-child(4) td {
    padding: 13px 10px;
    font-size: 11px;
}
.table-striped.sub-total-product td form .form-group input[type="radio"] {
    position: absolute;
    left: 0;
	top:-1px;
}
.table-striped.sub-total-product tr:last-child td {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    padding: 10px;
    vertical-align: middle;
}
.table-striped.sub-total-product tr:last-child td h3 {
    font-size: 14px;
    font-weight: 700;
    color: #263248;
    margin: 0;
}
.cart-del-button .btn {
    background: #fa0505;
    border-radius: 4px;
    width: auto;
    display: inline-block;
    padding: 9px 11px;
    border: none;
}
form[name="checkout"] .table-striped > tbody > tr td .cart-del-button {
    float: left;
    margin-left: 12px;
}
form[name="checkout"] .table-striped > tbody > tr td p {
    float: left;
}
form[name="checkout"] .table-striped > tbody > tr th.checkout_table_header {
    padding: 10px 20px;
}
form[name="checkout"] td a > img.cart-thumb {
	width: 80px;
	height: 80px;
}
.form-control::-webkit-input-placeholder { 
  color: #6b6363;
  font-size: 15px;   
}
.form-control::-moz-placeholder { 
  color: #6b6363;
  font-size: 15px;
}
.form-control:-ms-input-placeholder { 
  color: #6b6363;
  font-size: 15px;
}
.form-control:-moz-placeholder { 
  color: #6b6363;
  font-size: 15px;
}
.calc-code .form-control {
    font-size: 15px;
}



.quantity {
    position: relative;
    float: left;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button
{
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
	width: 84px;
	height: 42px;
	line-height: 1.65;
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	padding-left: 20px;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 17px;
	color: #263248;
	font-weight: 600;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
	background-color: #fff;
}
.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  /* border-left: 1px solid #eee; */
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-117%);
  transform: translateX(-117%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.quantity-button.quantity-up {
  position: absolute;
  height: 50%;
  top: 3px;
  /* border-bottom: 1px solid #eee; */
}

.quantity-button.quantity-down {
  position: absolute;
  bottom: 2px;
  height: 50%;
}
.quantity-nav::before {
	content: "";
	border-left: 1px solid #ddd;
	left: -27px;
	position: absolute;
	height: 30px;
	width: 10px;
	top: 7px;
}

#n_checkout .page-header {
	border: none;
	margin-top: 50px;
}
form[name="checkout"] .table-striped > tbody > tr td:first-child {
	text-align: center;
}
.table-striped > tbody > tr th.checkout_table_header {
	background: #f9f9f9;
}
/*-----11-07-2019----*/
.wrapper-footer .col-sm-4 .custom_stay_touch,.wrapper-footer h2,.wrapper-footer .pay_ment_methods span{
    text-transform: capitalize;
}
.wrapper-footer .stay-touch {
    float: left;
    width: 39%;
}
.wrapper-footer  .creative_wings_lg_ft .col-sm-6 {
    min-height: 70px;
    padding: 0;
    margin: 10px 0 0 0;
}
.wrapper-footer .creative_wings_lg_ft .col-sm-6:nth-child(2), .wrapper-footer .creative_wings_lg_ft .col-sm-6:nth-child(3) {
    margin: 0;
}
.new_press_media .col-sm-6 img {
    max-width: 100%;
    width: 100%;
    height: 350px;
}
.wrapper-footer .col-sm-4 .custom_stay_touch{
  font-size: 18px;
}
/*-----11-07-2019----END*/
/*-----12-07-2019-----*/
.wrapper-footer .creative_wings_lg_ft h2 {
    margin-top: 10px;
}
.wrapper-footer .creative_wings_lg_ft .col-sm-6:last-child img {
    max-width: 100%;
}
.wrapper-footer .creative_wings_lg_ft .col-sm-6 img {
    width: 130px;
    height: 75px;
    object-fit: contain;
}
.youtube-video iframe {
    float: left;
    width: 100%;
    height: 500px;
    min-height: 500px;
}
.youtube-video {
    padding-top: 50px;
}
/*-----12-07-2019-----END*/
.wrapper-footer {
    float: left;
    width: 100%;
    padding: 52px 150px 45px;
}
.wrapper-footer h4>span {
    display: block;
    color: #fff;
    font-family: montserrat-light;
    font-size: 15px;
}

.wrapper-footer h4>span {
    display: block;
    color: #fff;
    font-family: montserrat-light;
    font-size: 18px;
    margin: 30px 0px 0px;
    line-height: 30px;
}

.wrapper-footer h4 {
    margin: 0;
}

.wrapper-footer .col-xs-12.col-sm-2:nth-child(3) h4, .wrapper-footer .col-xs-12.col-sm-2:nth-child(3) .pay_ment_methods {
    display: none;
}
.wrapper-footer .social-links span, .wrapper-footer h2
{
    display: block;
    color: #fff;
    font-family: montserrat semi;
    font-size: 20px;
    text-transform: uppercase;
}
.wrapper-footer h2{
   text-transform: capitalize;
   font-size: 18px;
}
.wrapper-footer .social-links ul.list-social li>a {
    font-size: 15px;
    font-family: 'Montserrat-Light';
    color: #ffffff;
}
.wrapper-footer .social-links ul.list-social li>a>i {
    color: #fff;
}
.wrapper-footer .social-links ul.list-social li {
    list-style-type: none;
    line-height: 35px;
      padding: 0px!important;
}
.wrapper-footer .social-links ul.list-social {
    padding: 0;
    margin-bottom: 0;
}

.wrapper-footer h2 {
    margin-bottom: 20px;
}
.creative_wings_lg_ft {
    text-align: center;
}
.creative_wings_lg_ft li {
    display: inline-block;
    margin: 0px 35px 35px 0px;
      list-style: none;
  
}
.creative_wings_lg_ft li img {
    max-width: 325px;
}

.wrapper-footer .pay_ment_methods span{
       display: block;
    color: #fff;
    font-family: montserrat semi;
    font-size: 18px;
    text-transform: capitalize;
    margin-bottom: 20px;
}
.wrapper-footer .pay_ment_methods {
    padding-top:9px;
    float: left;
    width: auto;
}
.blue-bot-footer {
    padding: 10px 150px 10px;
    float: left;
    width: 100%;
    background: #fff;
}
.pay_ment_methods li img {
    max-width: 77px !important;
}
.wrapper-footer li>a:hover {
    background-color: transparent!important;
}

.wrapper-footer span.press_media {
    font-size: 15px;
    font-family: 'montserrat semi';
    color: #fff;
    display: block;
    margin-top: 10px;
}
.wrapper-footer .col-xs-12.col-sm-2:nth-child(2) span.press_media
{
display:none; 
}
.productdetails p 
{
    color: #000;
}
.wrapper-footer .col-xs-12.col-sm-2 ul li a::before {
    position: absolute;
    content: "";
    left: 0px;
    background-image: url(/assets/images/footer-arrow.png);
    background-repeat: no-repeat;
    width: 9px;
    background-size: 9px;
    top: 17px;
    height: 10px;
}
.wrapper-footer .col-xs-12.col-sm-2.social-links ul li a::before, .wrapper-footer .col-xs-12.col-sm-2 .pay_ment_methods ul li a::before
{
display:none;
}
.creative_wings_lg_ft .col-sm-6 img {
    max-width: 100%;
}
.creative_wings_lg_ft .col-sm-6 {
margin: 20px 0 0 0;
    min-height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.creative_wings_lg_ft .col-sm-6:last-child {
    width: 100%;
}
.creative_wings_lg_ft .col-sm-6:last-child img {
    max-width: 356px;
}
.nav-stacked>li:focus {
    outline: 0;
}
.new_press_media:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
}
.section_txt_nw h4 
{
    text-align: left;
    font-size: 20px;
    color: #121212;
    text-transform: uppercase;
    font-family: montserrat semi;
    margin-bottom: 10px;
    line-height: 30px;
}
.section_txt_nw h4>a{text-decoration:none;}
.new_press_media:nth-child(odd) .row {
    display: flex;
    flex-direction: row-reverse;
}
.new_press_media:nth-child(even) {
    background: #f1f1f1;
}
.new_press_media {
    padding: 50px 0px;
}
.our_nw_blg h2.text-center {
    margin: 15px 0px 30px;
}

.new_post_page button.btn.btn-success {
    font-size: 14px;
    color: #fff;
    background: #263248;
    border-color: #263248;
    border-radius: 5px;
    padding: 9px 20px;
}
.new_post_page {
    padding: 25px 0px;
}

.new_post_page .col-sm-12 {
    padding: 0px 15px;
}
.new_post_page p
{
    font-family: 'montserrat' !important;
    color: #000 !important;
    line-height: 1.5!important;
}
.new_post_page font 
{
    font-family: 'montserrat' !important;
}

.new_fm_blg 
{
    background: #f1f1f1;
    padding: 30px;
    margin-top: 20px;
}

.new_fm_blg form {
    display: inline-block;
}
.new_fm_blg.row .col-sm-12 h3 {
    display: block!important;
}
.new_fm_blg h1{margin-top:0px;}
.section_txt_nw a.btn.btn-default.btn-block 
{
font-size: 14px;
color: #fff;
background: #263248;
border-color: #263248;
border-radius: 5px;
padding: 9px 20px;
border: 0;
max-width: 175px;
margin-top: 25px;
}
.new_press_media:nth-child(odd) .col-sm-6:first-child {
    text-align: right;
}
.new_post_page img 
{
    max-width: 100%;
}
.wrapper-footer .social-links span.fotsocialmob {
  font-size: 15px;
  color: #fff;
  font-family: 'Montserrat-Light';
  display: inline;
}
.wrapper-footer .col-xs-12.col-sm-2 ul.nav-pills.nav-stacked li:hover a {
  color: #ff9800;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social li:hover span.fotsocialmob {
  color: #ff9800;
}


















/*---------Responsive-----------*/
@media only screen and (max-width: 1366px){
.store_newsletter {
    background-position: right center;
}
} 
@media only screen and (max-width:1365px){
.wrapper-footer .pay_ment_methods {
    padding-top: 9px;
    float: left;
    width: 55%;
    padding-left: 14px;
}
.youtube-video iframe {
    height: 400px;
    min-height: 400px;
}
.wrapper-footer .stay-touch {
    float: left;
    width: 39%;
}
}

@media only screen and (max-width: 1279px){
.clearence-special .owl-carousel-bought.owl-carousel, .clearence-special .owl-carousel-catg.owl-carousel  {
	padding-left: 30px;
	padding-right: 30px;
}
.owl-carousel-bought.owl-carousel .owl-prev, .owl-carousel-catg.owl-carousel .owl-prev {
	left: -10px;
}
.owl-carousel-bought.owl-carousel .owl-next, .owl-carousel-catg.owl-carousel .owl-next {
	right: -10px;
}		
}

@media only screen and (max-width: 1199px){
.clearence-special .lSAction>a {
    top: 30%;
}
form[name="checkout"] .table-striped > tbody > tr td .cart-del-button .visible-lg{
    display: inline-block!important;
}
#main-content.container {
    width: 100% !important;
    max-width: 100%;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
}
#categories .form-inline.buying-options {
	padding-left: 0;
}
#categories .clearence-special-list .form-inline.buying-options a.btn {
    font-size: 14px;
    padding: 5px 11px;
}
#categories  .clearence-special-list .wrapper-thumbnail .thumbnail .caption h3 a {
    font-size: 16px;
}
.clearence-special-list .thumbnail .caption h3 {
	height: 34px;
    overflow: hidden;
}
#main-content.container .row {
    margin: 0;
}
.store_newsletter .form-inline.my-2 .form-control + .fa {
	top: 21px;
}
.insta-widget .eapps-instagram-feed-title {
	font-size: 28px;
}	
.wrapper-header-top .headerIcons a {
	padding: 0 2px;
}
.blue .nav.navbar-nav.header-nav li a {
	padding: 15px 15px;
	font-size: 15px;
}
.blue .nav.navbar-nav.header-nav > li a:active, .blue .nav.navbar-nav.header-nav > li a:visited, .blue .nav.navbar-nav.header-nav > li a:hover {
	font-size: 15px
}
.wrapper-page .wrapper-header .wrapper-logo {
	padding: 0 0px;
}
#carouselMiddleBox .carousel-caption.main-slide h4 {
	font-size: 38px;
}	
#carouselMiddleBox .carousel-caption.main-slide h2 {
	font-size: 77px;
	padding: 9px 0;
}
#carouselMiddleBox .carousel-caption.main-slide p {
	font-size: 17px;
}
#carouselMiddleBox .carousel-caption.main-slide a {
	font-size: 18px;
	padding: 15px 25px;
	min-width: 250px;
}
.custom-container #homepage-content {
	padding-top: 50px;
	padding-bottom: 45px;
}
div#homepage-content p {
	font-size: 30px;
}
.express-shipping {
	padding-bottom: 50px;
}
.clearence-special {
	padding-top: 50px;
}
.clearence-special .h3ClearanceSpecialsLink h3, .top-seller h3 {
	font-size: 28px;
}
.top-seller .h3ClearanceSpecialsLink::before {
	top: 17px;
}
.clearence-special .h3ClearanceSpecialsLink::before {
	top: 19px;
}
.clearence-special .h3ClearanceSpecialsLink a, .top-seller .h3ClearanceSpecialsLink a {
	float: right; 
	font-size: 15px;
	padding: 11px 20px;
}
.clearence-special .wrapper-thumbnail .thumbnail .caption h3 a, .top-seller .wrapper-thumbnail .thumbnail .caption h3 a, .clearence-special-list .wrapper-thumbnail .thumbnail .caption h3 a {
	font-size: 18px;
	float: left;
	width: 100%;
	margin-bottom: 5px;
}
.top-seller {
	padding-bottom: 25px;
}
.store_newsletter h2 {
	font-size: 32px;
	margin-bottom: 24px;
}
.store_newsletter .form-inline {
	width: 470px;
}
.store_newsletter .form-inline.my-2 .btn-outline-success {
	padding: 17px;
}
.store_newsletter .form-inline.my-2 .form-control.mr-sm-2 {
	padding: 16px 22px 16px 50px;
	font-size: 17px;
}
.proud-supporter {
	padding: 42px 0 13px;
}
.proud-supporter h4 {
	font-size: 28px;
	margin-bottom: 25px;
}
.wrapper-footer .row.bg-net {
	margin: 0;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social + .col-xs-9 {
	width: 100%;
}
.wrapper-footer .footer-left-section + .col-xs-12.col-sm-4 {
	width: 30%;
}
.wrapper-footer .footer-left-section .col-xs-12.col-sm-8 {
	width: 70%;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social + .col-xs-9 {
	padding-left: 0;
	padding-right: 0;
}
.buying-options .col-md-4 input {
    width: 120px;
}
.buying-options .wishlist-custom {
    width: 220px;
}
.buying-options .wishlist-custom .product-wishlist a, .buying-options .add-custom .addtocart {
    font-size: 14px;
}
.buying-options .qty-custom {
    max-width: 130px;
}
.buying-options .wishlist-custom {
    width: 200px;
}
.prod-dsc .table>tbody>tr>td {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.buying-options .col-md-4 input {
    height: 40px !important;
}
.clearence-special hr + h3 {
    font-size: 28px;
}
.tabbable {
    padding: 20px 0 50px;
}
.clearence-special-list .thumbnail .wishlist-customp-product .wishlist_toggle.wishlist-thumb i, .top-seller .thumbnail .wishlist-customp-product .wishlist_toggle.wishlist-thumb i {
	font-size: 12px;
	margin-left: 6px;
}
.clearence-special-list .thumbnail .wishlist-customp-product, .top-seller .thumbnail .wishlist-customp-product {
	width: 22px;
	height: 24px;
	padding: 1px 0;
	top: 15px;
}
.table-striped.sub-total-product tr:last-child td {
	font-size: 13px;
}
.calc-code, .disc-code {
	min-height: 202px;
}
.table-striped.sub-total-product tr:nth-child(3) td:first-child {
	padding-right: 0px;
}
.clearence-special-list .form-inline.buying-options a.btn, .clearence-special-list .form-inline.buying-options .addtocart, .top-seller .form-inline.buying-options a.btn, .top-seller .form-inline.buying-options .addtocart, .clearence-special-list .form-inline.buying-options a.btn {
	font-size: 14px;
}
/*.clearence-special-list .thumbnail-image .product-image {
	min-height: 180px;
	max-height: 180px;
}*/
.wrapper-footer .stay-touch {
    float: left;
    width: 35%;
}
.wrapper-footer .pay_ment_methods {
    float: left;
    width: 65%;
    padding-left: 20px;
}
.wrapper-footer .creative_wings_lg_ft .col-sm-6 {
    padding: 10px;
}
.wrapper-footer .col-xs-12.col-lg-2:nth-child(3){
   width: 20%;
}
.wrapper-footer .col-md-4.col-lg-4.creative_wings_lg_ft{
  width: 20%;
}

}
@media only screen and (min-width:768px) and (max-width: 1199px){
.clearence-special-list .wrapper-thumbnail .caption .price .label {
	font-size: 14px;
}
#categories .wrapper-thumbnail .caption .price {
	min-height: 86px;
}
}

@media only screen and (min-width:768px) and (max-width: 991px){
.list-inline>li img {
    width: 60px;
}
.wrapper-footer .giftVoucherBox img {
    width: 60px;
}
}

@media only screen and (max-width: 991px){
.custom-container {
	width: 750px;
}
.table-striped.sub-total-product tr:nth-child(3) td:first-child {
	padding-right: 10px;
}
.youtube-video iframe {
    height: 350px;
    min-height: 350px;
}
.wrapper-footer .col-xs-12.col-lg-2:nth-child(2){
   min-height: 363px;
}
.wrapper-footer .col-xs-12.col-lg-2:nth-child(3) ul{
    float: right;
}
.wrapper-footer  .col-xs-12.col-sm-4.social-links{
   width: 50%;
}
.wrapper-footer .col-md-4.col-lg-4.creative_wings_lg_ft {
    width: 50% !important;
}
.wrapper-footer .creative_wings_lg_ft .col-sm-6 img {
    width: 80px;
}
.wrapper-footer .col-sm-4 .custom_stay_touch {
    font-size: 16px;
}
.wrapper-footer .col-xs-12.col-lg-2:nth-child(3) {
    width: 50%;
    float: right;
}
.calc-code, .disc-code {
	min-height: initial;
}
.table-striped.sub-total-product tr:nth-child(3) td:first-child {
	padding-right: 0px;
}
.table-striped.sub-total-product tr:nth-child(3) td:nth-child(2), .table-striped.sub-total-product tr:nth-child(4) td:nth-child(2) {
	padding-right: 10px;
}
form[name="checkout"] .table-striped > tbody > tr td .cart-del-button .visible-lg {
	display: table-cell !important;
}
.cart-del-button .btn {
	margin-left: 10px;
}
.quantity {
	float: none;
	display: table-cell;
}
form[name="checkout"] .table-striped > tbody > tr td .cart-del-button .visible-md.visible-lg {
    margin: 0 0 0 10px;
    padding: 0;
}
form[name="checkout"] .table-striped > tbody > tr td .cart-del-button {
    float: none;
    margin-left: 12px;
    display: table-cell;
}
form[name="checkout"] .table-striped > tbody > tr td p {
    float: none;
    display: table-cell;
    vertical-align: middle;
}
form[name="checkout"] .table-striped > tbody > tr td {
    padding: 10px 20px;
}
form[name="checkout"] .table-striped > tbody > tr td .cart-del-button p.visible-xs.visible-sm {
    display: none!important;
}
.clearence-special-list .form-inline.buying-options a.btn, .clearence-special-list .form-inline.buying-options .addtocart, .top-seller .form-inline.buying-options a.btn, .top-seller .form-inline.buying-options .addtocart, .clearence-special-list .form-inline.buying-options a.btn {
	padding: 5px 7px;
}
.more-catg {
	margin-top: 30px;
}
.top-seller .wrapper-thumbnail .thumbnail .caption h3 a {
	min-height: 50px;
}
.clearence-special .lSSlideOuter .lSPrev, .clearence-special .lSSlideOuter .lSNext {
    padding: 18px 12px;
    background-size: 12px;
}
.prodct_variation ._itmspec_listitm {
    width: 18%;
    margin-right: 2%;
}
.prodct_variation ._itmspec_listitm:nth-child(5n-9) {
    margin-right: 0;
}
.prodct_variation ._itmspec_listitm:nth-child(6n-11) {
    margin-right: 2%;
}
.wrapper-share-button .productpricenote {
    font-size: 14px;
    padding: 10px;
}	
.wrapper-share-button .wrapper-pricing .productprice.productpricetext {
    font-size: 20px;
    margin-top: 15px;
}
#main-content ._itmspec_listopt.product-variations .variation-name p {
    font-size: 18px;
}
._itmspec_listopt.product-variations .specific span {
    font-size: 13px;
}

.buying-options .wishlist-custom {
    width: 160px;
    margin-top: 0!important;
}
.prod-dsc .tabbable .nav-tabs > li > a {
    font-size: 16px;
    margin-right: 35px;
}
.clearence-special hr + h3 {
    font-size: 26px;
}
.buying-options .col-md-4 input {
    height: 36px !important;
}
.wrapper-product-title h1 {
    font-size: 28px;
    margin-bottom: 10px;
}
.buying-options .add-custom {
    max-width: 140px;
    width: 100%;
    margin-top: 0!important;
}
.buying-options .fa {
    Margin-left: 0px;
    Margin-right: 5px;
}
.buying-options .wishlist-custom .product-wishlist a, .buying-options .add-custom .addtocart {
    font-size: 11px;
}
.buying-options .qty-custom {
    max-width: 80px;
}
.buying-options .col-md-4 input {
    width: 70px;
}
.search .nsearchinput-pl.well {
	margin-top: 44px !important;
}
#homepage-content {
    padding-top: 35px;
    padding-bottom: 22px;
}
.express-shipping .adBoxes .main-box .carousel-caption_custom span h2 {
    font-size: 22px;
}
.express-shipping .adBoxes .main-box .carousel-caption_custom span h4 {
    font-size: 22px;
}
.wrapper-header-top .col-md-5 {
	width: 50%;
}
.wrapper-header-top .col-md-4 {
	float: left;
	width: 50%;
	padding-right: 0;
}
.wrapper-header-top .headerIcons {
	padding-left: 35px;
}	
.wrapper-page .wrapper-header .wrapper-logo {
	text-align: center;
}
.wrapper-header .wrapper-header-top {
	padding: 12px 0 12px;
}
.blue .nav.navbar-nav.header-nav li a {
	padding: 15px 10px;
	font-size: 12px;
}
.blue .nav.navbar-nav.header-nav > li a:active, .blue .nav.navbar-nav.header-nav > li a:visited, .blue .nav.navbar-nav.header-nav > li a:hover {
	font-size: 12px;
}
.blue .nav.navbar-nav.header-nav li .dropdown-menu a {
	padding: 10px 8px;
	font-size: 12px;
}
.nav.navbar-nav.header-nav .dropdown-menu > li > a {
	font-size: 12px !important;
}
#carouselMiddleBox .carousel-caption.main-slide h2 {
	font-size: 58px;
	padding: 5px 0 10px;
}
#carouselMiddleBox .carousel-caption.main-slide h4 {
	font-size: 33px;
}
#carouselMiddleBox .carousel-caption.main-slide a {
	font-size: 16px;
	padding: 12px 15px;
	min-width: 200px;
}
div#homepage-content p {
	font-size: 24px;
}
.custom-container #homepage-content {
	padding-top: 30px;
	padding-bottom: 21px;
}
.store_newsletter {
	padding: 36px 0 40px;
}
.store_newsletter .form-inline {
	width: 370px;
}
.proud-supporter-images ul li {
	padding-right: 17px;
	min-height: 100px;	
}
.wrapper-footer .footer-left-section .col-xs-12.col-sm-8 {
	width: 75%;
}
.wrapper-footer .footer-left-section + .col-xs-12.col-sm-4 {
	width: 25%;
}
.wrapper-footer .col-xs-12.col-sm-4 {
	padding-right: 0;
}
.wrapper-footer .giftVoucherBox img {
	height: auto;
}
.wrapper-footer .col-xs-12.col-sm-4 .logoz {
	width: 100%;
}
.wrapper-footer .col-xs-12.col-sm-4 h4 span {
	font-size: 13px;
	line-height: 20px;
}
.wrapper-footer .col-sm-8 .col-sm-4 ul li a {
	padding: 4px 5px;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social li {
	padding: 1px 0px;
}
.wrapper-footer li a {
	font-size: 13px;
}
.list-social {
	font-size: 18px;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social li a {
	font-size: 13px;
}
.blue-bot-footer .footer-bot-right {
	float: left;
	width: 100%;
	text-align: center;
	padding-top: 5px;
}
.blue-bot-footer .footer-bot-left {
	float: left;
	width: 100%;
	text-align: center;
}
.proud-supporter {
	padding: 30px 0 13px;
}
.wrapper-header-top .wrapper-search .input-group #name_search {
	height: 45px;
	padding: 6px;
}
.wrapper-header-top .wrapper-search .input-group .btn.btn-loads.btn-default {
	height: 45px;
	width: 55px;
}
.wrapper-header-top #header-cart {
	height: 45px;
	padding: 5px 7px;
}
.wrapper-header-top .headerIcons {
	padding-top: 12px;
}
.wrapper-footer .col-sm-8 .col-sm-4 ul li::before {
	top: 9px;
}
.wrapper-footer div.col-xs-12.col-sm-4.social-links {
    padding-left: 15px!important;
}
}
@media only screen and (max-width:767px){
	.wrapper-footer {
	float: left;
	width: 100%;
}
.list-inline>li:last-child {
    padding-top: 0px !important;
}
.clearence-special-list .wrapper-thumbnail .thumbnail {
    min-height: inherit !important;
}
#categories .clearence-special-list .thumbnail-image {
    background: #f4f4f4;
    padding: 4px;
}
.new_press_media:nth-child(odd) .row {
    display: block;
    flex-direction: row-reverse;
}
.wrapper-footer .col-md-4.col-lg-4.creative_wings_lg_ft {
    width: 100% !important;
}
.youtube-video iframe {
    height: 300px;
    min-height: 300px;
}
.wrapper-footer .col-xs-12.col-sm-4.social-links {
    width: 100%;
}
.wrapper-footer .col-xs-12.col-lg-2:nth-child(3) ul {
    float: left;
    padding-bottom: 20px;
}
.wrapper-footer .col-xs-12.col-lg-2:nth-child(2) {
    min-height: auto;
    padding-bottom: 30px;
}
.wrapper-footer .creative_wings_lg_ft .col-sm-6 {
    min-height: 80px;
    width: 50%;
    float: left;
}
.wrapper-footer .col-xs-12.col-lg-2:nth-child(3) {
    width: 100%;
    float: right;
}
#left-sidebar .panel.panel-sidebar .panel-heading:after {
    content: "";
    position: absolute;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #000;
    right: 15px;
    top: 18px;
	pointer-events: none;
}
#left-sidebar {
    padding-left: 15px;
}
#left-sidebar .panel.panel-sidebar .panel-heading + ul#filters {
    padding: 0 15px;
    background: #fafafa;
    border-left: 1px solid #dadada;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    padding-bottom: 10px;
}
#left-sidebar .panel.panel-sidebar .panel-heading + ul#filters li, #left-sidebar .panel.panel-sidebar .panel-heading + ul#filters li a {
    background: transparent;
}
#right-Side {
    padding-right: 0;
    padding-left: 0;
}
#left-sidebar .panel.panel-sidebar .panel-heading {
    background: #ececec;
    padding: 10px;
    border: 1px solid #dadada;
    height: auto;
    border-radius: 3px;
    width: 100%;
    position: relative;
}
#left-sidebar .panel.panel-sidebar .panel-heading h3 a{
    color:#000;
	text-decoration: none;
}
.alert.alert-info {
	float: left;
	width: 100%;
}
#categories .clearence-special-list .wrapper-thumbnail .thumbnail .caption h3 a {
	font-size: 18px;
}
#categories .clearence-special-list {
	width: 50%;
	float: left;
	margin-bottom: 5px;
}
#categories div.wrapper-thumbnail .thumbnail {
	margin-bottom:5px;
}
.clearence-special-list .thumbnail .caption h3 {
	height: auto;
}
.clearence-special-list .thumbnail .wishlist-customp-product, .top-seller .thumbnail .wishlist-customp-product {
    top: 29px;
    width: 32px;
    height: 34px;
}
.clearence-special-list .thumbnail .wishlist-customp-product .wishlist_toggle.wishlist-thumb i, .top-seller .thumbnail .wishlist-customp-product .wishlist_toggle.wishlist-thumb i {
    margin: 0;
}
.buying-options {
    padding-left: 0;
}
.specific ._itmspec_listitm ._itmspec_lnk {
    /* float: none; */
}
.prod-dsc .tabbable .nav-tabs>li>a {
    font-size: 15px;
    margin-right: 25px;
}
form.prodct_variation {
    padding-left: 0;
}
#_jstl__header_r .wrapper-product-title.col-sm-8 {
    padding-left: 0;
}
.proud-supporter-images ul {
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
}
.clearence-special-list .thumbnail-image {
    overflow: visible;
}
.wrapper-footer .giftVoucherBox img {
	width: 80px;
	height: auto;
}
.store_newsletter .form-inline.my-2 .form-control + .fa {
	left: 7px;
	top: 17px;
}
.insta-widget .eapps-instagram-feed-title {
	font-size: 28px;
}
#carouselMiddleBox .home-banner-item {
	margin: 0;
}
.header-search .form-control {
	border: 1px solid transparent;
	box-shadow: none;
}
.header-search .btn.btn-loads.btn-default {
	padding: 7px 4px !important;
	background: #ff9800;
	color: #fff;
	border: none;
}
.wrapper-page .navigation-list.list-inline.visible-xs li a {
	text-decoration: none;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social {
	padding-left: 0px;
}
.wrapper-header-top .col-md-5, .wrapper-header-top .col-md-4 {
	display: none;
}
.wrapper-header .wrapper-header-top {
	padding: 12px 0 0;
}
.header-search, #header-cart {
	margin-top: 10px;
}
.wrapper-header .col-xs-12.hidden-sm {
	background: #263248;
	padding: 6px 0 12px;
}
.navbar li:last-child {
	border-right: none;
}
.navbar-header .navbar li a {
	font-size: 15px;
	text-decoration: none;
}
.navbar-header .nav.navbar-nav {
	padding: 0px 20px;
}
ul.navigation-list.list-inline.visible-xs {
	margin: 0 auto 10px;
}
.navbar-header .dropdown-menu > li > a:focus, .navbar-header .dropdown-menu > li > a:hover {
	color: #fff;
	background-color: #ff9800;
}
.navbar li {
	border-right: none;
}
.navbar-header .navbar-default .navbar-nav > .open > a, .navbar-header .navbar-default .navbar-nav > .open > a:hover, .navbar-header .navbar-default .navbar-nav > .open > a:focus {
	background-color: #ff9800;
	color: #fff;
}
#main-content {
	float: left;
	width: 100%;
	padding: 0;
}
#carouselMiddleBox .carousel-caption.main-slide h2 {
	font-size: 45px;
	padding: 5px 0 10px;
	margin: 0;
}
#carouselMiddleBox .carousel-caption.main-slide h4 {
	font-size: 28px;
	margin: 0;
}
#carouselMiddleBox .carousel-caption.main-slide a {
	font-size: 16px;
	padding: 11px 12px;
	min-width: 190px;
	margin: 7px 0 0;
}
#carouselMiddleBox .carousel-caption.main-slide p {
	font-size: 15px;
}
.wrapper-header .navbar li a {
	font-size: 15px;
}

.express-shipping .adBoxes {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#main-content .adBoxes .row {
	margin: 0 !important;
	width: auto !important;
	max-width: initial !important;
}
.custom-container {
	width: 100%;
}
#main-content .adBoxes .home-banner-item {
	width: 100%;
	margin: 0;
}
#main-content .adBoxes .main-box {
	margin-bottom: 0px;
}
.clearence-special .h3ClearanceSpecialsLink h3, .top-seller h3 {
	font-size: 22px;
}
.clearence-special .h3ClearanceSpecialsLink a, .top-seller .h3ClearanceSpecialsLink a {
	float: right; 
	font-size: 13px;
	padding: 11px 20px;
}
#main-content .adBoxes .col-md-6.main-box {
	margin-bottom: 5px;
}
#main-content .adBoxes .row + .row  .col-md-6.main-box:last-child {
	margin-bottom: 0px;
}
.clearence-special .thumbnail, .top-seller .thumbnail, .clearence-special-list .thumbnail {
    max-width: 250px;
    margin: 0 auto;
}
.store_newsletter h2 {
	color: #fff;
}
.store_newsletter span {
	color: #fff;
}
.clearence-special .h3ClearanceSpecialsLink::before {
	top: 11px;
}
.view_all_link {
	margin-top: -10px;
}
.thumbnail .caption h3 {
	font-size: 14px;
	float: left;
	width: 100%;
	line-height: normal;
	height: auto;
}
.store_newsletter h2 {
	font-size: 26px;
	margin-bottom: 4px;
}
.store_newsletter span {
	font-size: 17px;
	padding-bottom: 20px;
}
.store_newsletter .form-inline.my-2 .form-control.mr-sm-2 {
	padding: 12px 12px 12px 40px;
	font-size: 16px;
}
.store_newsletter .form-inline.my-2 .btn-outline-success {
	padding: 13px;
	font-size: 16px;
}
.store_newsletter {
	background-position: 80% 0px;
}
.proud-supporter h4 {
	font-size: 28px;
	margin-bottom: 15px;
}
.wrapper-footer .footer-left-section .col-xs-12.col-sm-8 {
	width: 100%;
}
.wrapper-footer .footer-left-section + .col-xs-12.col-sm-4 {
	width: 100%;
}
.wrapper-footer .col-xs-12.col-sm-4 .logoz {
	width: auto;
}
.wrapper-footer div.col-xs-12.col-sm-4 {
	text-align: left;
	margin-bottom: 25px;
}
.wrapper-footer .footer-left-section + .col-xs-12.col-sm-4 {
	width: 100%;
	padding: 0 15px !important;
}
.wrapper-header .navbar {
	margin: 0;
}
.row.blue-bot-footer {
	float: left;
	width: 100%;
}
div.input-group {
	width: 90%;
	margin-left: 5%;
}
.clearence-special .h3ClearanceSpecialsLink::before, .top-seller .h3ClearanceSpecialsLink::before {
	display: none;
}
.clearence-special {
	padding-bottom: 10px;
}
.clearence-special-list .wrapper-thumbnail {
	margin: 0 0 13px;
}
.container .col-sm-12 .row h1 {
    margin: 0px 0 0px;
    font-size: 22px;
    float: left;
    width: 100%;
}
#left-sidebar .panel.panel-sidebar .list-group li a {
    font-size: 15px;
    padding: 5px 0px;
}


form[name="checkout"] .table-striped > tbody > tr:first-child {
	display: none;
}
form[name="checkout"] .table-striped > tbody > tr td {
	float: left;
	width: 100%;
}
form[name="checkout"] .table-striped > tbody > tr td:first-child {
	text-align: left;
}
form[name="checkout"] .table-striped > tbody > tr td {
	text-align: left;
	position: relative;
	padding-left: 140px;
}
/* form[name="checkout"] .table-striped > tbody > tr td:first-child::before {
	content: "Item";
} */

form[name="checkout"] .table-striped > tbody > tr td:first-child{
	padding-left: 30px;
}
form[name="checkout"] .table-striped{
	border: none;
}
form[name="checkout"] td a > img.cart-thumb {
	width: 120px;
	height: 120px;
}
form[name="checkout"] .table-striped > tbody > tr td:nth-child(2)::before {
	content: "Description";
}
form[name="checkout"] .table-striped > tbody > tr td:nth-child(3)::before {
	content: "Qty";
}
form[name="checkout"] .table-striped > tbody > tr td:nth-child(4)::before {
	content: "Price";
}
form[name="checkout"] .table-striped > tbody > tr td:nth-child(5)::before {
	content: "Discount";
}
form[name="checkout"] .table-striped > tbody > tr td:nth-child(6)::before {
	content: "Subtotal";
}
form[name="checkout"] .table-striped > tbody > tr td::before {
	position: absolute;
	left: 10px;
	top: 50%;
	transform: translateY(-50%);
	text-transform: uppercase;
	font-size: 16px;
	color: #0c0b09;
	font-weight: bold;
}
form[name="checkout"] .table-striped > tbody > tr {
	margin-bottom: 15px !important;
	float: left;
	width: 100%;
}
}
@media only screen and (max-width:567px){
.wrapper-page .navigation-list.list-inline.visible-xs li a {
	font-size: 13px !important;
}
#categories .clearence-special-list .wrapper-thumbnail .caption .price .label {
    font-size: 14px;
}
#categories .clearence-special-list .wrapper-thumbnail .thumbnail .price span {
    font-size: 16px;
}
.youtube-video iframe {
    height: 250px;
    min-height: 250px;
}
div#homepage-content p {
	font-size: 20px;
}
body div#main-content.container .row .col-sm-12 h3 {
	margin-left: 0;
	padding-left: 0;
}
.proud-supporter-images ul li {
	width: 33.3%;
	padding-right: 9px;
}
.wrapper-footer {
	padding-top: 25px;
	padding-bottom: 25px;
}
.blue-bot-footer .footer-bot-right a {
	font-size: 13px;
	padding: 0 6px;
}
.wrapper-footer .row div.col-xs-12.col-sm-4 {
	margin-bottom: 30px;
}
#carouselMiddleBox .carousel-caption.main-slide h2 {
	font-size: 40px;
}

}
@media only screen and (max-width:479px){
#carouselMiddleBox .carousel-caption.main-slide h4 {
	font-size: 22px;
	line-height:1;
}
#categories .col-xs-3.text-right {
	padding: 0;
}

.alert.alert-info h4 {
    font-size: 12px;
}
.wrapper-footer .pay_ment_methods {
    float: left;
    width: 100%;
    padding-left: 0;
}
.wrapper-footer .stay-touch {
    float: left;
    width: 100%;
}
.alert.alert-info {
    padding: 8px;
}
#right-Side .col-xs-4.col-sm-7.col-md-4 {
    padding-right: 0;
}
.viewby.btn-group a.btn{
	padding: 6px 2px;
}
.clearence-special-list .thumbnail .wishlist-customp-product, .top-seller .thumbnail .wishlist-customp-product {
    padding: 8px 0px;
}
#categories .clearence-special-list {
    width: 100%;
}
.insta-widget .eapps-instagram-feed-title {
	font-size: 24px;
	padding: 30px 0;
}
.wrapper-footer li a
{
	font-size: 16px;
	color:#fff!important;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social li a {
	font-size: 15px;
}	
div#homepage-content p .truck_icon + span {
	line-height: 35px;
}
div#homepage-content p {
	font-size: 17px;
}
.buying-options .add-custom {
    max-width: 100%;
    width: 100%;
    margin-top: 5px!important;
    margin-bottom: 5px;
}
.buying-options .qty-custom {
    max-width: 100%;
}
.clearence-special hr + h3 {
    font-size: 22px;
}
.buying-options .col-md-4 input {
    width: 100%;
}
.buying-options .qty-custom {
    max-width: 100%;
}
.buying-options .wishlist-custom {
    width: 100%;
}
.clearence-special .h3ClearanceSpecialsLink h3, .top-seller h3 {
	font-size: 20px;
}
.clearence-special .h3ClearanceSpecialsLink a , .top-seller .h3ClearanceSpecialsLink a {
	float: right;
	font-size: 12px;
	padding: 8px 15px;
}
.proud-supporter h4 {
	font-size: 22px;
	margin-bottom: 15px;
}
.store_newsletter h2 {
	font-size: 22px;
}
#carouselMiddleBox .carousel-caption.main-slide h2 {
	font-size: 34px;
}
.clearence-special .h3ClearanceSpecialsLink {
	padding-bottom: 30px;
}	
.wrapper-footer .col-xs-12.col-sm-4 .nav.nav-pills.nav-stacked {
	margin-bottom: 20px;
}
}
@media only screen and (max-width:414px){
.navigation-list .icon .fa {
	width: 11px;
	text-align: left;
	margin: 0 5px;
}
.prodct_variation ._itmspec_listitm {
    width: 23%;
    margin-right: 2%;
}
.insta-widget .eapps-instagram-feed-title {
	font-size: 20px
}
#carouselMiddleBox .carousel-caption.main-slide a {
	font-size: 15px;
	padding: 10px 12px;
	min-width: 170px;
}
.youtube-video iframe {
    height: 250px;
    min-height: 250px;
}
div#homepage-content p {
	font-size: 15px;
}
div#homepage-content p .truck_icon + span {
	line-height: 30px;
}
body div#main-content.container .row .col-sm-12 h3 {
	padding-right: 0;
}
.view_all_link {
	margin-top: -3px;
}
.store_newsletter .form-inline {
	width: 100%;
}
.proud-supporter-images ul li {
	min-height: 80px;
}
#carouselMiddleBox .carousel-caption.main-slide {
	padding-right: 10px;
}
}

@media only screen and (max-width:375px){
.wrapper-page .navigation-list.list-inline.visible-xs li a {
	font-size: 11px !important;
}
.breadcrumb li a {
    font-size: 14px;
}
.navigation-list .icon {
	font-size: 13px;
}	
.express-shipping .adBoxes .main-box .carousel-caption_custom span h2 {
	font-size: 22px;
}	
.express-shipping .adBoxes .main-box .carousel-caption_custom span h4 {
	font-size: 22px;
	padding: 6px 0;
}
.express-shipping .adBoxes .main-box .carousel-caption_custom .btn {
	font-size: 14px;
	padding: 7px 16px;
	max-width: 110px;
}
.blue-bot-footer .footer-bot-left {
	font-size: 11px;
}
.blue-bot-footer .footer-bot-right a {
	font-size: 11px;
}
}
@media only screen and (max-width:359px){
div.input-group {
	width: 90%;
	margin-left: 5%;
}
#categories .col-xs-3.text-right .label {
	padding: .2em 2px .3em;
	font-size: 69%;
}
form[name="checkout"] .table-striped > tbody > tr td {
	padding-left: 125px;
}
form[name="checkout"] .table-striped > tbody > tr td::before {
	font-size: 14px;
}
.prodct_variation ._itmspec_listitm {
    width: 32%;

}
.wrapper-page .navigation-list.list-inline.visible-xs li a {
	font-size: 10px !important;
}
div#homepage-content p .truck_icon img {
	margin-bottom: 8px;
	width: 50px;
}
div#homepage-content p {
	font-size: 18px;
}
.express-shipping .adBoxes .main-box .carousel-caption_custom {
	left: 25px;
}
body div#main-content.container .row .col-sm-12 .h3ClearanceSpecialsLink h3 {
	width: 100%;
	padding-bottom: 10px;
	float: left;
}
.view_all_link {
	float: right;
	padding-left: 0;
}
.top-seller .wrapper-thumbnail .thumbnail .caption h3 a {
	min-height: initial;
}
.top-seller h3 {
	float: left;
}
.top-seller .h3ClearanceSpecialsLink {
	padding-bottom: 35px;
}
.clearence-special hr + h3 {
    font-size: 22px;
}
.specific ._itmspec_listitm {
    margin-right: 2px;
}
}


/***END****/



@media only screen and (max-width:1500px)
{
.wrapper-footer {
    padding: 52px 15px 45px;
}	

}
@media only screen and (max-width:1800px)
{
.pay_ment_methods li img {
    max-width: 45px;
}
.creative_wings_lg_ft li img 
{
    max-width: 190px;
    object-fit: contain;
}
}
@media only screen and (max-width:1199px) and (min-width:992px)
{
.wrapper-footer .social-links span, .wrapper-footer h2 {
    font-size: 16px;
}
.wrapper-footer .social-links span, .wrapper-footer h2 
{
    font-size: 16px;
    line-height: 23px;
}
.creative_wings_lg_ft .col-sm-6:last-child img {
    max-width: 127px;
}
.creative_wings_lg_ft .col-sm-6 
{
    min-height: 85px;
}
}
@media only screen and (max-width:991px)
{
.pay_ment_methods {
    padding-top: 13px;
}
.wrapper-footer .pay_ment_methods span {
    font-size: 15px;
}
.pay_ment_methods li img {
    max-width: 75px;
}
.wrapper-footer {
    text-align: left;
}
.wrapper-footer .social-links span, .wrapper-footer h2
 {
    font-size: 16px;
    text-align: left;
    margin: 20px 0px;
}	
.wrapper-footer .pay_ment_methods span {
    margin-top: 0;
}
.creative_wings_lg_ft .col-sm-6 
{
    justify-content: flex-start;
}
.creative_wings_lg_ft .col-sm-6:last-child img {
    max-width: 100%;
    width: 100px;
}
.blue-bot-footer {
    padding: 10px 15px;
}
}
@media only screen and (max-width:991px) and (min-width:768px)
{
.wrapper-footer .pay_ment_methods span 
{
    margin-bottom: 15px;
}
.wrapper-footer .col-xs-12.col-sm-2, .wrapper-footer .col-xs-12.col-sm-6 {
    width: 50%;
}
}

@media(max-width: 575px){
  .wrapper-footer .col-xs-12.col-sm-4 .list-social li a {
  font-size: 24px;
  padding: 0 8px;
}
.wrapper-footer .col-xs-12.col-sm-4 .list-social li a .fa {
  color: #fff;
  width: auto;
  margin: 0;
}
.wrapper-footer .social-links span.fotsocialmob {
  display: none;
}
.wrapper-footer .list-social {
  display: flex;
  display: -ms-flex;
  display: -moz-flex;
  display: -webkit-flex;
  margin-bottom: 20px !important;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
.wrapper-footer .creative_wings_lg_ft .col-sm-6 img {
  width: 100%;
}
.payfor_desk {
  display: none;
}
.wrapper-footer .pay_ment_methods span {
  margin-bottom: 10px;
}
.wrapper-footer .creative_wings_lg_ft h2 {
  margin-bottom: 5px;
}
.pay_ment_methods ul li {
  margin-bottom: 10px;
}
.wrapper-footer div.col-xs-12.col-sm-4.social-links {
  margin-bottom: 15px;
}
}
.clearence-special-list .wrapper-thumbnail .thumbnail {
    min-height: 440px;
}
.list-inline>li:last-child {
    padding-top: 10px;
}