/* --------------------------------------------------------
   Project Name: AusPoints
   Version: 1.0
   Author Name: Waqas @Swiftproductions

   Last Modified: 05 October 2018
   Modified By: Danny

----------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');


/* Custom */

.subpage-container #left-sidebar {
	display:none;
}


.productdetails p:first-child {
	font-weight:normal;
}

.tabs .tab-content ul {
	list-style-type:disc !important;
	margin-left:30px !important;
}

.gallery-detail h1 {
	text-transform: none !important;
	font-weight:500 !important;
}

.variation-wrapper {
	clear:both;
}

.bottomfooter {
    clear: both;
    border-top: 1px solid #3e8ade;
    padding-top: 18px;
}

.bottomfooter p a {
	color:#c3e0ff
}

.gallery-detail h1 span a {
	display:block;
    color: #8c8c8c;
	font-size:19px;
}

/* Custom */

body {
  font-family: Montserrat, Arial, sans-serif /*{body-font-family}*/;
  font-size: 14px /*{body-font-size}*/;
  color: #333333 /*{body-font-colour}*/;
  background-image: none /*{body-background-image}*/;
  background-color: #ffffff /*{body-background-colour}*/;
}
a {
  color: #428bca /*{link-text-colour}*/;
}
a:hover,
a:focus {
  color: rgba(68, 165, 250, 1) /*{link-text-hover-colour}*/;
}
.n-responsive-content hr {
	border:0;
}
.n-responsive-content img {
    float: left;
    margin: 5px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family:Montserrat, arial;
  color: #333333 /*{headers-colour}*/;
}
.carousel-caption h3,.carousel-caption .h3,.carousel-caption p {
  color:  /*{carousel-text-colour}*/;
}
h1,
.h1 {
  font-size: 36px /*{header-1-font-size}*/;
}
h2,
.h2 {
  font-size: 30px /*{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}*/;
}
.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}*/;
}

.backorderbtn {
    background: #fff !important;
    color: #0f65c3 !important;
}

.btn-primary {
  color: #ffffff /*{btn-primary-text-colour}*/;
  background-color: #428bca /*{btn-primary-bg-colour}*/;
  border-color: #357ebd /*{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: #3276b1 /*{btn-primary-bg-colour-hover}*/;
  border-color: rgba(79, 165, 245, 1) /*{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: #428bca /*{btn-primary-disabled-bg-colour}*/;
  border-color: #357ebd /*{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: #428bca /*{btn-warning-disabled-bg-colour}*/;
  border-color: #357ebd /*{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: rgba(32, 160, 224, 1) /*{btn-success-bg-colour}*/;
  border-color: rgba(33, 160, 224, 1) /*{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: rgba(5, 158, 235, 1) /*{btn-success-bg-colour-hover}*/;
  border-color: rgba(13, 150, 219, 1) /*{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: #f5f5f5 /*{breadcrumb-background-colour}*/;
  border-radius: 0;
  font-size: 13px;
}
.breadcrumb > li + li:before {
  color: #cccccc /*{breadcrumb-text-colour}*/;
}
.breadcrumb > .active,
.breadcrumb a {
  color: #999999 /*{breadcrumb-active-link-colour}*/;
}
.pagination > li > a,
.pagination > li > span {
  color: #428bca /*{pagination-text-colour}*/;
  background-color: #ffffff /*{pagination-bg-colour}*/;
  border-color: #dddddd /*{pagination-border-colour}*/;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  color: rgba(19, 140, 245, 1) /*{pagination-text-colour-hover}*/;
  background-color: #eeeeee /*{pagination-bg-colour-hover}*/;
  border-color: #dddddd /*{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: #428bca /*{pagination-bg-colour-active}*/;
  border-color: #428bca /*{pagination-border-colour-active}*/;
}
.label-default {
  background-color: #777777 /*{label-default-bg}; */;
}
.savings-container .label-default { text-decoration:line-through;}
.label-default[href]:hover,
.label-default[href]:focus {
  background-color: #808080 /*{label-default-bg-hover}*/;
}
.label-primary {
  background-color: #428bca /*{label-primary-bg}*/;
}
.label-primary[href]:hover,
.label-primary[href]:focus {
  background-color: #3071a9 /*{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-title {
  color: #333333 /*{panel-header-text-colour}*/;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #dddddd /*{panel-border-colour}*/;
}
.save {
  color: #d9534f /*{sale-colour}*/;
}
.productsave {
  color: #d9534f /*{sale-colour}*/;
}
.navbar-default {
  background-color: #f8f8f8 /*{navbar-default-bg-colour}*/;
  border-color: #e7e7e7 /*{navbar-default-border-colour}*/;
}
.navbar-default .navbar-brand {
  color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e /*{navbar-default-text-colour-hover}*/;
}
.navbar-default .navbar-text {
  color: #777777 /*{navbar-default-text-colour}*/;
}
.navbar-default .navbar-nav > li > a {
  color: #777777 /*{navbar-default-link-colour}*/;
}
.navigation-list li a {
  color: #777777 /*{navbar-default-link-colour}*/;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333 /*{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: #555555 /*{navbar-default-link-colour-active}*/;
  background-color: #e7e7e7 /*{navbar-default-link-bg-active}*/;
}
.navbar-default .navbar-nav >.dropdown > a .caret {
  border-top-color: #777777 /*{navbar-default-link-colour}*/;
  border-bottom-color: #777777 /*{navbar-default-link-colour}*/;
}
.nav .caret {
  border-top-color: #777777 /*{navbar-default-link-colour}*/;
  border-bottom-color: #777777 /*{navbar-default-link-colour}*/;
}
.nav .open > a .caret, .nav .open > a:hover .caret, .nav .open > a:focus .caret {
  border-top-color: #777777 /*{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: #333333 /*{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: #f8f8f8 /*{navbar-default-bg-colour}*/;
  color: #333333 /*{navbar-default-link-colour-hover}*/;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: transparent;
}
.dropdown-menu {
  background-color: #ffffff;
  border-color: #cccccc;
}
.dropdown-menu .divider {
  background-color: #e5e5e5 /*{dropdown-menu-divider-colour}*/;
}
.dropdown-menu > li > a {
  color: #333333 /*{dropdown-menu-link-colour}*/;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626 /*{dropdown-menu-link-colour-hover}*/;
  background-color: #f5f5f5 /*{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: #428bca /*{dropdown-menu-link-bg-active}*/;
}
.logo {
  max-width:100%;
}
/* Custom WK styles */
*{
  margin:0;
  padding: 0;
  outline: none;
  border:none;
  text-decoration : none;
}
img {
  max-width: 100%;
  display: block;
}
a{
  text-decoration:none;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary {
  display: block;
}
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
    position: relative;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.wrapper{
  float: left;
  width: 100%;
  font-family: 'Montserrat', sans-serif;
}
.content {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}
/* ========== Header STYLES // START ========== */
header {
  clear: both;
  width: 100%;
  float: left;
}
.top-bar {
  clear: both;
  width: 100%;
  float: left;
  padding-top: 5px;
  padding-bottom: 11px;
  background: #0069dd url(../images/top-bar-bg.png) no-repeat center bottom;
}
.features-top {
	text-align:center;
}
.features-top .feature-single {
    display: inline-block;
    padding: 10px;
}
.features-top .feature-image {
  float: left;
  margin-top: 2px;
}
.features-top .feature-content {
  float: left;
  padding-left: 9px;
}
.features-top h4 {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 1px;
  margin-top: 2px;
}
.features-top span {
  font-size: 10px;
  font-weight: 400;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  margin-top: -2px;
}
.logo {
  float: left;
  margin-top: 6px;
  width: 322px;
}
.quick-links {
  float: right;
  margin-top: 42px;
}
.quick-links ul {
  list-style: none;
}
.quick-links ul li {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  border-right: 1px solid #acacac;
}
.quick-links ul li a,
.quick-links ul li span {
  font-size: 13px;
  font-weight: 500;
  color: #acacac;
  text-transform: uppercase;
  se; */
}
.quick-links ul li a {
  padding-left: 6px;
  padding-right: 6px;
}
.quick-links li.cart {
  float: right;
  border-right: none;
  position: relative;
  padding-right: 8px;
  padding-left: 23px;
}
.quick-links li span.caret {
    display: inline-block;
    width: 0px;
    height: 5px;
    margin-left: 2px;
    vertical-align: middle;
    le; */
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    position: static;
    top: 0;
    padding: 0;
    right: 0;
    border-radius: 0;
}
.quick-links li.cart a img {
    
    margin-top: -19px;
}
.quick-links .cart span {
  position: absolute;
  top: -12px;
  right: -10px;
  background: #cf1e24;
  padding: 3px 8px;
  text-align: center;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  border-radius: 30px;
}
.wk_cartdropdown {
    position: relative;
}
.wk_cartdropdown a.dropdown-toggle {
    float: right;
    margin-top: -33px;
    display: inline;
    margin-right: -19px;
    padding: 0;
}
.wk_cartdropdown ul.dropdown-menu {
    /* position: relative; */
    right: -17px;
    left: auto;
}
.search-main {
  float: right;
  position: relative;
  margin-top: 25px;
  width: 32%;
}
.search-main .search-field {
  height: 47px;
  width: 100%;
  float: left;
  border: 1px solid #d7d7d7;
  font-size: 14px;
  font-weight: 400;
  color: #666;
  padding-left: 10px;
  padding-right: 58px;
  box-sizing: border-box;
}
.search-main .search-btn {
  width: 51px;
  height: 47px;
  background: #0069dd url(../images/search-icon-large.png) no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  cursor: pointer;
}
nav {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 12px;
}
.nav-container {
  width: 100%;
  float: left;
  position: relative;
  border-top: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
}
.show-menu {
  text-decoration: none;
  padding: 16px 0 8px;
  display: none;
  font-size: 18px;
  font-weight: 700;
  color: #134b89;
  text-transform: uppercase;
}
nav input[type=checkbox]{
  display: none;
}
input[type=checkbox]:checked ~ .menu{
  display: block;
}
#nav-icon {
  float: left;
  width: 26px;
  height: 30px;
  position: relative;
  margin-left: 0;
  margin-right: 10px;
  top: -6px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #134b89;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
  top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 9px;
}
#nav-icon span:nth-child(4) {
  top: 18px;
}
input[type=checkbox]:checked ~ .show-menu #nav-icon span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
input[type=checkbox]:checked ~ .show-menu #nav-icon span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type=checkbox]:checked ~ .show-menu #nav-icon span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type=checkbox]:checked ~ .show-menu #nav-icon span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
nav .menu {
  list-style: none;
}
nav .menu li {
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 22px;
  margin-right: 21px;
}
nav .menu li:first-child {
  margin-left: 0;
}
nav .menu li:last-child {
  margin-right: 2px;
  margin-left: 0;
  float: right;
}
nav .menu li a {
  font-size: 14px;
  font-weight: 500;
  color: #134b89;
  text-transform: uppercase;
}
nav .menu li a:hover { text-decoration:none;}
nav .menu li.color-1 a {
  color: #134b89;
}
nav .menu li:hover {
  height: 50px;
}
nav .menu li.color-1:hover {
  border-bottom: 5px solid #134b89;
}
nav .menu li.color-2 a {
  color: #39b54a;
}
nav .menu li.color-2:hover {
  border-bottom: 5px solid #39b54a;
}
nav .menu li.color-3 a {
  color: #07d3b4;
}
nav .menu li.color-3:hover {
  border-bottom: 5px solid #07d3b4;
}
nav .menu li.color-4 a {
  color: #92278f;
}
nav .menu li.color-4:hover {
  border-bottom: 5px solid #92278f;
}
nav .menu li.color-5 a {
  color: #ec008c;
}
nav .menu li.color-5:hover {
  border-bottom: 5px solid #ec008c;
}
nav .menu li.color-6 a {
  color: #f26522;
}
nav .menu li.color-6:hover {
  border-bottom: 5px solid #f26522;
}
nav .menu li.color-7 a {
  color: #736357;
}
nav .menu li.color-7:hover {
  border-bottom: 5px solid #736357;
}
nav .menu li.color-8 a {
  color: #134b89;
}
nav .menu li.color-8:hover {
  border-bottom: 5px solid #134b89;
}
nav .menu li:last-child:hover {
  border-bottom: none;
}
nav .menu li:last-child a {
  text-decoration: underline;
}
nav .menu li:hover .sub-menu {
  display: block;
}
nav .sub-menu {
  position: absolute;
  top: 50px;
  padding:3%;
  left:0;
  display: none;
  background: #fff;
  z-index: 1000;
  width: 100%;
  padding-top: 18px;
  padding-bottom: 81px;
  border-top: 1px solid #d3d3d3;
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
nav .sub-menu .sub-menu-sect {
  width: 25%;
  float: left;
  box-sizing: border-box;
}
nav .sub-menu ul {
  list-style: none;
}
nav .sub-menu li {
  float: none;
  height: 38px;
  line-height: 38px;
  margin-left: 0;
  margin-right: 0;
  border-top: none;
}
nav .sub-menu li:hover {
  height: 38px;
}
nav .sub-menu .lev2 li a {
  font-size: 14px;
  font-weight: 400;
  color: #134b89;
  letter-spacing: 0.3px;
  border-bottom: 1px solid #134b89;
}
nav .sub-menu .lev3 {
  margin-top: 2px;
}
nav .sub-menu .lev3 li {
  height: auto;
  line-height: 30px;
}
nav .sub-menu .lev3 li:last-child {
  float: left;
}
nav .sub-menu .lev3 li:last-child a {
  text-decoration: none;
}
nav .sub-menu .lev3 li a {
  font-size: 13px;
  font-weight: 300;
  color: #636363;
  text-transform: none;
  border-bottom: none;
}
/* ========== Header STYLES // END ========== */
/* ========== Banner STYLES // END ========== */
.banner {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 14px;
  position: relative;
}
.banner-small {
  margin-top: 11px;
}
.banner-content-container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
}
.banner-content {
  margin-top: 116px;
  max-width: 566px;
  padding: 35px 30px 41px;
  display: inline-block;
  background: rgba(14,14,14, 0.63);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.banner h1 {
  font-size: 53px;
    font-weight: 800;
    color: #ffffff;
    line-height: 51px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 0;
}
.banner a.btn-banner {
  font-size: 15px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  width: 187px;
  height: 49px;
  line-height: 49px;
  background: #0069dd;
  position: absolute;
  bottom: -30px;
  left: 35%;
}
/* ========== Banner STYLES // END ========== */
/* ========== Subscribe STYLES // START ========== */
.subscribe {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 10px;
  padding-top: 11px;
  padding-bottom: 13px;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 9px;
  box-sizing: border-box;
  text-align: center;
  background: url(../images/sub-bg.png) repeat-y center top;
}
.subscribe h4 {
  font-size: 26px;
  font-weight: 500;
  color: #191919;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}
.sub-input {
  width: 100%;
  max-width: 478px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.sub-input .email-field {
  width: 100%;
  float: left;
  font-size: 17px;
  font-weight: 400;
  color: #b7b7b7;
  padding-left: 12px;
  padding-right: 50px;
  height: 52px;
  letter-spacing: 1px;
  line-height: 50px;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #b5b5b5;
}
.sub-input .go-btn {
  position: absolute;
  top: 1px;
  right: 1px;
  height: 50px;
  line-height: 50px;
  width: 63px;
  color: #ffffff;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background: #0069dd;
  cursor: pointer;
}
/* ========== Subscribe STYLES // END ========== */
/* ========== Categories STYLES // START ========== */
.categories {
  clear: both;
  width: 100%;
  float: left;
  padding-top: 18px;
  background: #eeeeee;
}
.cat-wrapper {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 25px;
}
.categories .cat-wrapper:last-child {
  margin-bottom: 7px;
}
.cat-left {
  float: left;
  width: 66.428%;      /* 744px; */
}
.cat-right {
  width: 32.678%;      /* 366px; */
  float: right;
}
.cat-single {
  width: 100%;
  position: relative;
  float: left;
  text-align: center;
  border: 1px solid #c1c1c1;
  margin-bottom: 13px;
}
.cat-single .link {
  font-size: 17px;
  font-weight: 500;
  color: #191919;
  letter-spacing: 0.5px;
  display:none;
}
.cat-inner-right {
  float: right;
  width: 49.193%;
}
.cat-inner-left {
  float: left;
  width: 49.193%;
}
.cat-large {
height: auto;
/*
padding-top: 43px;
padding-bottom: 17px;
background: #e6e1dd;
background: -webkit-linear-gradient(#e6e1dd, #dcdcdc);
background: -o-linear-gradient(#e6e1dd, #dcdcdc);
background: -moz-linear-gradient(#e6e1dd, #dcdcdc);
background: linear-gradient(#e6e1dd, #dcdcdc);
*/
}
.cat-small {
  /*
  background: #fbfbfb;
  padding-top: 22px;
  padding-bottom: 17px;
  background: -webkit-linear-gradient(#fbfbfb, #dcdcdc);
  background: -o-linear-gradient(#fbfbfb, #dcdcdc);
  background: -moz-linear-gradient(#fbfbfb, #dcdcdc);
  background: linear-gradient(#fbfbfb, #dcdcdc);
  */
}
.cat-single img {
  margin-left: auto;
  margin-right: auto;
}
.cat-large img {
/*
  margin-bottom: 76px;
  */
}
.cat-medium {
  border: none;
}
.cat-desc {
  background: #fff;
  padding-top: 25px;
  padding-bottom: 14px;
  margin-bottom: 11px;
}
.cat-desc h4 {
  font-size: 25px;
  font-weight: 900;
  letter-spacing: 0.5px;
  color: #134b89;
  padding-bottom: 6px;
  margin-bottom: 12px;
  text-transform: uppercase;
  background: url(../images/cat-desc-title-bg.png) no-repeat bottom center;
}
.cat-desc p {
  font-size: 13px;
  font-weight: 400;
  color: #373737;
  line-height: 19px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: -0.4px;
  margin-bottom: 16px;
}
.cat-desc .link {
	padding:0 10px;
  height: 34px;
  line-height: 34px;
  background: #134b89;
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
}
/* ========== Categories STYLES // END ========== */
/* ========== Featured Products STYLES // START ========== */
.products {
  clear: both;
  width: 100%;
  float: left;
  background: #fff;
}
.featured-products {
  padding-top: 23px;
}
.products .product-single {
  width: 25%;
  float: left;
  text-align: center;
  margin-bottom: 17px;
  margin-top: 20px; position: relative;
}
.products .product-single img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 27px;
  max-width: 250px; max-height: 202px;
}
.products .product-single .usr-rating img {
  margin-bottom: 20px;
}
.products .product-single p {
  font-size: 14px;
  font-weight: 400;
  color: #191919;
  line-height: 18px;
  letter-spacing: 0.8px;
  margin-bottom: 12px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.products .product-single p span {
  display: block;
}
.products .product-single .price {
  font-size: 14px;
  font-weight: 700;
  color: #0069dd;
}
.tabs-home {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 6px;
  border: 1px solid #e1e1e1;
  background: #ededed;
}
.tabs-home:after {
  content: '';
  display: table;
  clear: both;
}
.tabs-home input[type=radio] {
  display: none;
}
.tabs-home label {
    float: left;
    font-size: 15px;
    font-weight: 500;
    color: #191919;
    display: block;
    height: 38px;
    line-height: 38px;
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 223px;
    border-left: 1px solid #fff;
}

.tabs-home .tab1 {
	border-left: none !important;
}

.tabs-home label {
	margin: 5px 0 !important;
}
.tabs-home [id^="tab"]:checked + label {
  color: #0069dd;
  position: relative;
}
.tabs-home .tab-content {
  display: none;
  width: 100%;
  float: left;
  padding:10px 1.5%;
  min-height: 200px;
  box-sizing: border-box;
  position: relative;
  background: #fff;
}
/* ========== Featured Products STYLES // END ========== */
/* ========== Footer STYLES // START ========== */
footer {
  clear: both;
  width: 100%;
  float: left;
  background: #0069dd url(../images/footer-bg.png) no-repeat top center;
}
.footer-links {
  clear: both;
  width: 100%;
  float: left;
  padding-top: 92px;
  padding-bottom: 43px;
}
footer .link-sect {
  width: 23.6%;
  float: left;
  margin-bottom: 20px;
  padding-right: 5px;
  box-sizing: border-box;
}

footer .link-sect::nth-last-child(2) {
}

footer .link-sect:last-child {
  width: 31%;
}
footer h4 {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 17px;
}
.footer-links ul {
  list-style: none;
}
.footer-links ul li a,
.footer-links p {
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  line-height: 24px;
}
.footer-links .social li {
  float: left;
  padding-right: 12px;
}
.footer-links .payment-info {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 9px;
  margin-bottom: 31px;
}
/* ========== Footer STYLES // END ========== */
/* ========== Contact Us Page STYLES // START ========== */
.contact-us {
  clear: both;
  width: 100%;
  float: left;
  padding-top: 34px;
  padding-bottom: 55px;
  background: #fff;
}
.contact-form {
  width: 44%;
  float: left;
  margin-bottom: 30px;
}
.contact-form h2 {
  font-size: 35px;
  font-weight: 700;
  color: #000000;
  padding-left: 5px;
  margin-bottom: 35px;
}
.contact-form input,
.contact-form textarea {
  display: block;
  width: 100%;
  float: left;
  border: 2px solid #f0f0f0;
  margin-bottom: 14px;
  padding-left: 15px;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  line-height: 48px;
  font-family: "Montserrat";
  letter-spacing: 0.2px;
}
input[type="text"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #cccccc;
}
input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #cccccc;
}
input[type="text"]::-moz-placeholder,
textarea::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
input[type="text"]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}
.contact-form input {
  height: 58px;
}
.contact-form .btn-submit-form {
  font-size: 25px;
  font-weight: 700;
  color: #ffffff;
  width: 228px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #ed1c24;
  border: none;
  padding-left: 0;
  margin-top: 6px;
  margin-left: 4px;
  cursor: pointer;
}
.company-address {
  width: 50.5%;
  float: right;
  padding-top: 68px;
  margin-bottom: 30px;
}
.company-address h4 {
  font-size: 19px;
  font-weight: 400;
  color: #898989;
  margin-bottom: 14px;
}
.company-address h4 img {
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 5px;
}
.company-address .company-location-map {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 20px;
}
.company-address .company-location-map img {
  width: 100%;
}
/* ========== Contact Us Page STYLES // END ========== */
/* ========== Gallery Container STYLES // START ========== */
.gallery-container {
  clear: both;
  width: 100%;
  float: left;
  background: #fff;
}
.gallery {
  width: 50%;
  float: left;
  margin-top: 22px;
}
.gallery .thumbnails {
  list-style: none;
  margin-top: 27px;
}
.gallery .thumbnails li {
  float: left;
  border: 1px solid #dbdbdb;
  margin-right: 2.2%;
  padding: 14px 19px;
  margin-bottom: 10px;
}
.gallery-detail {
  width: 49.5%;
  float: right;
  margin-top: 72px;
}
.gallery-detail h1 {
  font-size: 29px;
  font-weight: 600;
  color: #252525;
  line-height: 38px;
  letter-spacing: 0.7px;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.gallery-detail .price {
  font-size: 26px;
  font-weight: 700;
  color: #0069dd;
  line-height: 30px;
  margin-bottom: 27px;
}
.gallery-detail .product-qty {
  clear: both;
  float: left;
  width: 100%;
  max-width: 188px;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 28px;
  border: 1px solid #e1e1e1;
}
.gallery-detail .product-qty .label {
  font-size: 17px;
  font-weight: 400;
  color: #c2c2c2;
  text-transform: uppercase;
  border-right: 1px solid #c2c2c2;
  display: inline-block;
  height: 46px;
  line-height: 46px;
  display: flow-root;
  float: left;border-radius: 0;
  width: 60px;
  text-align: center;
}
.gallery-detail .product-qty input {
  display: block;
  float: left;
  width: 126px;
  text-align: center;
  height: 46px;
  line-height: 46px;
  font-size: 17px;
  font-weight: 400;
}
.gallery-detail .btn-add-to-cart {
  font-size: 23px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  float: left;
  width: 100%;
  max-width: 383px;
  height: 64px;
  line-height: 64px;
  background: #2ccb1c;
  margin-bottom: 31px;
  padding: 0;
  clear: both;
  cursor: pointer;
  border-radius: 0;
  border: 0;
}
.gallery-detail .desc {
  clear: both;
  width: 100%;
  float: left;
  padding-top: 23px;
  padding-bottom: 25px;
  margin-bottom: 16px;
  border-top: 1px solid #dadada;
  border-bottom: 1px solid #dadada;
}
.gallery-detail h6 {
  font-size: 16px;
  font-weight: 400;
  color: #ff971b;
  margin-bottom: 9px;
  letter-spacing: 0.6px;
}
.gallery-detail ul {
  list-style: none;
}
.gallery-detail ul li {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  line-height: 30px;
  padding-left: 14px;
  letter-spacing: 0.2px;
  background: url(../images/gallery-list-image.png) no-repeat left 12px;
}
.gallery-detail .gallery-features {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 5px;
}
.gallery-detail .gallery-features h4 {
  font-size: 17px;
  font-weight: 700;
  color: #c2c2c2;
  text-transform: uppercase;
  width: 50%;
  float: left;
}
.gallery-detail .gallery-features h4 a {
  color: #c2c2c2;
}
.gallery-detail .gallery-features h4 img {
  float: left;
  clear: right;
  margin-right: 7px;
}
/* ========== Gallery Container STYLES // END ========== */
/* ========== Tabs STYLES // START ========== */
.tabs {
  clear: both;
  width: 100%;
  float: left;
  list-style: none;
  position: relative;
  box-sizing: border-box;
  margin-top: 69px;
  margin-bottom: 12px;
}
.tabs:after {
  content: '';
  display: table;
  clear: both;
}
.tabs input[type=radio] {
  display: none;
}
.tabs label {
  display: block;
  float: left;
  color: #707070;
  background: #dcdcdc;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  height: 54px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  position: relative;
  border-top: 1px solid #959595;
  border-left: 1px solid #959595;
  border-right: 1px solid #959595;
  margin-right: 0.5%;
  top: 1px;
}
.tabs .tab1,
.tabs .tab2,
.tabs .tab3,
.tabs .tab4,
.tabs .tab5,
.tabs .tab6 {
  width: 21.25%;
}
.tabs .tab-content {
  /* display: none; */
  width: 100%;
  float: left;
  padding: 31px 3.5% 45px 3.5%;
  box-sizing: border-box;
  background-color: #fff;
  position: relative;
  min-height: 200px;
  margin-bottom: 0;
  border: 1px solid #959595;
}
#tab1:checked ~ #tab-content1,
#tab2:checked ~ #tab-content2,
#tab3:checked ~ #tab-content3,
#tab4:checked ~ #tab-content4,
#tab5:checked ~ #tab-content5,
#tab6:checked ~ #tab-content6 {
  display: block;
}
.tabs [id^="tab"]:checked + label {
  color: #283249;
  border-bottom: none;
  position: relative;
  z-index: 1;
  top: 1px;
  background: #fff;
}
.tab-content * {
  -webkit-animation: scale 0.7s ease-in-out;
  -moz-animation: scale 0.7s ease-in-out;
  animation: scale 0.7s ease-in-out;
}
@keyframes scale {
  0% { 
  transform: scale(0.9);
  opacity: 0;
    }
  50% {
  transform: scale(1.01);
  opacity: 0.5;
    }
  100% { 
  transform: scale(1);
  opacity: 1;
  }
}
.tabs .tab-content h1, .tabs .tab-content h2, .tabs .tab-content h3, .tabs .tab-content h4, .tabs .tab-content h5  .tabs .tab-content h6 {
  color: #0069dd;
  margin: 15px 0px;
  letter-spacing: 0.5px;
}
.tabs .tab-content h1 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 29px;
}
.tabs .tab-content h2 {
  font-size: 24px;
}
.tabs .tab-content h3 {
  font-size: 22px;
}
.tabs .tab-content h4 {
  font-size: 20px;
}
.tabs .tab-content h5 {
  font-size: 18px;
}
.tabs .tab-content h6 {
  font-size: 16px;
}
.tabs .tab-content p {
  padding: 5px 0;
  line-height: 25px;
  font-size: 16px;
  margin-bottom: 20px;
}
.tabs .tab-content p,
.tabs .tab-content a {
  color: #898989;
}
.tabs .tab-content ol, .tabs .tab-content ul {
  margin-left: 0px;
  font-size: 16px;
  color: #898989;
  line-height: 25px;
}
.tabs .tab-content ol ol li {
  list-style-type: lower-alpha;
}
.tabs .tab-content ol ol ol li {
  list-style-type: lower-roman;
}
.tabs .tab-content ul {
  list-style-type: none;
}
.tabs .tab-content ul ul li {
  list-style-type: circle;
}
.tabs .tab-content ul ul ul li {
  list-style-type: square;
}
.topic-title {
  float: left;
  text-align: left;
}
.product-rating h4 {
  font-size: 20px;
  font-weight: 500;
  text-transform: uppercase;
  color: #000000 !important;
  text-align: right;
}
.product-rating h4 span {
  color: #0069dd !important;
}
.usr-reviews-container {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 19px;
}
.usr-review {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 41px;
  padding-bottom: 19px;
  border-bottom: 1px solid #dbdbdb;
}
.usr-review .usr-image {
  float: left;
  width: 10%;
  margin-top: 8px;
}
.usr-review .usr-image img {
  margin-left: auto;
  margin-right: auto;
}
.usr-review .usr-review-info {
  float: left;
  width: 90%;
  padding-left: 7px;
  box-sizing: border-box;
}
/* ========== Tabs STYLES // END ========== */
/* ========== Recommended Products STYLES // START ========== */
.products .recommended-products {
  clear: both;
  width: 100%;
  float: left;
  border: 1px solid #e1e1e1;
  box-sizing: border-box;
  margin-bottom: 8px;
}
.recommended-products h4 {
  font-size: 15px;
  font-weight: 500;
  color: #191919;
  padding-left: 24px;
  height: 39px;
  line-height: 37px;
  letter-spacing: 0.4px;
  background: #ededed;
  box-sizing: border-box;
}
.recommended-products .products-container {
  padding: 0px 1.5% 19px 1.5%;
  clear: both;
  width: 100%;
  float: left;
  box-sizing: border-box;
}
/* ========== Recommended Products STYLES // END ========== */
/* ========== Catalogue STYLES // START ========== */
.catalogue {
  clear: both;
  width: 100%;
  float: left;
  padding-top: 40px;
  background: #fff;
}
.side-bar {
  float: left;
  width: 28%;
  max-width: 304px;
  margin-top: 9px;
}
.side-bar h5 {
  font-size: 17px;
  font-weight: 600;
  color: #252525;
  text-align: center;
  letter-spacing: 0.1px;
  margin-bottom: 40px;
}
.side-bar h5 span {
  text-transform: uppercase;
  color: #0069dd;
}
.store-category h4 {
  font-size: 17px;
  font-weight: 600;
  color: #ffffff;
  text-transform: uppercase;
  background: #0069dd;
  height: 51px;
  line-height: 51px;
  padding-left: 24px;
}
.lcat {
  float: left;
  width: 100%;
  border: 1px solid #cecfce;
  box-sizing: border-box;
}
.lcat ul {
  list-style: none;
}
.lcat .lev1 {
  padding-top: 4px;
  background: #fff;
}
.lcat .lev1 li {
  line-height: 37px;
  padding-left: 9%;
  width: 100%;
  border-bottom: 1px solid #cecfce;
  box-sizing: border-box;
  background-color: #fff;
}
.lcat .lev1 li:last-child { border:0;}
.lcat .lev1 li a,
.lcat .lev1 li span {
  font-size: 14px;
  font-weight: 600;
  color: #252525;
  padding-left: 13px;
  width: 100%;
  display: block;
  letter-spacing: 0.2px;
  background: url(../images/sidebar-list-image.png) no-repeat left center;
}
.lcat .lev1 li span,
.lcat .lev1 li a:hover {
  color: #0069dd;
  font-weight: 700;
  background: url(../images/sidebar-list-active-image.png) no-repeat left center;
}
.lcat .lev2 {
  margin-top: -1px;
  padding-bottom: 17px;
  border-bottom: 0px solid #cecfce;
  display: none;
}
.lcat .lev2 li {
  line-height: 33px;
  padding-left: 5%;
  border-bottom: none;
}
.lcat .lev2 li a,
.lcat .lev2 li span {
  font-size: 14px;
  font-weight: 400;
  color: #898989;
  padding-left: 10px;
  letter-spacing: 0.3px;
  background: unset;
}
.lcat .lev2 li span,
.lcat .lev2 li a:hover {
  color: #0069dd;
  font-weight: 400;
  background: unset;
}
.lcat ul.lev1 li.dropdown.dropdown-hover.open ul.lev2 { display:block;}
.lcat .lev3 li {
  padding-left: 10%;
}
.products-catelogue {
  width: 70%;
  max-width: 785px;
  float: right;
  margin-top: 13px;
  border: 0px solid #f4f4f4;
}
.products-catelogue .product-single {
  width: 33.33%;
  float: left;
  text-align: center;
  padding-top: 27px;
  position: relative;
  padding-bottom: 27px;
  box-sizing: border-box;
  border-right: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
  padding-left: 2%;
  padding-right: 2%;
}
.products-catelogue .product-single:nth-child(3n) {
  border-right: none;
}
.products-catelogue .product-single img {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 29px;
  max-width: 200px;
  max-height: 200px;
}
.products-catelogue .product-single .usr-rating img {
  margin-bottom: 20px;
}
.products-catelogue .product-single p {
  font-size: 14px;
  font-weight: 400;
  color: #191919;
  line-height: 21px;
  letter-spacing: 0.3px;
  margin-bottom: 10px;
  padding-left: 5px;
  padding-right: 5px;
  box-sizing: border-box;
}
.products-catelogue .product-single p span {
  display: block;
}
.products-catelogue .product-single .price {
  font-size: 18px;
  font-weight: 700;
  color: #0069dd;
  margin-top: -8px;
}
/* ========== Sidebar STYLES // END ========== */
/* ========== Page Navigation STYLES // START ========== */
.page-navigation {
  clear: both;
  width: 100%;
  float: left;
  background: #f5f5f5;
  text-align: center;
  padding-top: 7px;
  padding-bottom: 6px;
  margin-top: 23px;
  margin-bottom: 17px;
}
.page-navigation ul {
  list-style: none;
  margin-bottom: 0;
}
.page-navigation ul li {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
}
.page-navigation ul li a {
  font-size: 15px;
  font-weight: 400;
  color: #111111;
  font-family: "Open Sans";
  display: block;
  width: 29px;
  height: 29px;
  line-height: 29px;
  text-align: center;
}
.page-navigation ul li.active a,
.page-navigation ul li:hover a {
  color: #fff;
  background: #0069dd;
}
.page-navigation ul li.nav-image:hover a {
  background: unset;
}
.page-navigation ul li.nav-image a img {
  display: inline-block;
}
/* ========== Page Navigation STYLES // END ========== */
/* ========== Sub Catalogue STYLES // START ========== */
.sub-catalogue {
  clear: both;
  width: 100%;
  float: left;
  padding-top: 30px;
  padding-bottom: 14px;
  background: #fff;
}
.sect-title {
  clear: both;
  width: 100%;
  float: left;
  margin-bottom: 21px;
  text-align: center;
}
.sect-title h2 {
  font-size: 33px;
  font-weight: 500;
  color: #191919;
  text-transform: uppercase;
  padding-bottom: 11px;
  letter-spacing: 0.6px;
  background: url(../images/sect-title-bg.png) no-repeat bottom center;
}
.sub-catalogue .sub-cat-single {
  width: 49.197%;
  float: left;
  margin-right: 1.607%;
  margin-top: 18px;
  display:none;
}
.sub-catalogue .sub-cat-single img {
	max-height:500px;
	max-width:500px;
}
.sub-catalogue .sub-cat-single:nth-child(2n) {
  margin-right: 0;
}
.sub-catalogue .link {
  width: 100%;
  height: 84px;
  background: #0069dd;
  position: relative;
}
.sub-catalogue .link a {
  font-size: 21px;
  font-weight: 400;
  color: #ffffff;
  padding-left: 26px;
  height: 84px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  letter-spacing: 0.5px;
  /* width: 45%; */
}
.sub-catalogue .product-price {
  width: 165px;
  height: 165px;
  border-radius: 100px;
  background: #ed1c24;
  text-align: center;
  position: absolute;
  right: 15px;
  bottom: 22px;
}
.sub-catalogue .product-price span {
  font-size: 17px;
  font-weight: 300;
  color: #ffffff;
  margin-top: 50px;
  letter-spacing: 0.7px;
  display: inline-block;
}
.sub-catalogue .product-price p {
  font-size: 30px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 2px;
  letter-spacing: 0.7px;
}
/* ========== Sub Catalogue STYLES // END ========== */
/* ========== Login Page STYLES // START ========== */
.login-page {
  clear: both;
  width: 100%;
  float: left;
  background: #fff;
  padding-top: 40px;
  padding-bottom: 24px;
}
.login-page .login-form {
  float: left;
  width: 48%;
  padding-left: 1.1%;
  padding-right: 15px;
  box-sizing: border-box;
}
.login-page .register-form {
  width: 52%;
  padding-left: 6%;
  float: left;
  box-sizing: border-box;
  border-left: 1px solid #dfdfdf;
}
.login-page h2 {
  font-size: 34px;
  font-weight: 400;
  color: #134b89;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding-top: 16px;
  letter-spacing: 0.7px;
  margin-bottom: 35px;
}
.login-page p {
  font-size: 12px;
  font-weight: 400;
  color: #363636;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.login-page p span,
.login-page p a {
  color: #ff0000;
}
.login-page input {
  width: 100%;
  max-width: 364px;
  height: 45px;
  line-height: 43px;
  margin-bottom: 23px;
  box-sizing: border-box;
  border: 1px solid #dadada;
}
.login-page .btn-login {
  width: 115px;
  height: 38px;
  line-height: 38px;
  display: block;
  background: #0069dd;
  border: none;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}
/* ========== Login Page STYLES // END ========== */
/* ========== Checkout Page STYLES // START ========== */
.checkout {
  clear: both;
  width: 100%;
  float: left;
  background: #fff;
  box-sizing: border-box;
  display: table;
  padding-top: 3px;
  padding-bottom: 42px;
  box-sizing: border-box;
}
.checkout-info {
  clear: both;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: table;
}
.checkout .user-info {
  width: 71.6%;
  float: left;
  display: table-cell;
}
.checkout h4 {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
  /* padding-left: 24px; */
  /* height: 47px; */
  /* line-height: 52px; */
  /* background: #dedede; */
  text-align: center;
}
.checkout .checkout-information {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 31px;
}
.checkout .checkout-information h6 {
  font-size: 17px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 15px;
}
.checkout .checkout-information p {
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 19px;
}
.checkout .checkout-information p span {
  display: block;
}
.checkout .checkout-information p.small {
  font-size: 14px;
}
.checkout .checkout-information .btn-change-address {
  height: 39px;
  line-height: 39px;
  float: left;
  margin-top: 40px;
  margin-right: 27px;
  width: 162px;
  background: #0069dd;
  font-size: 14px;
  font-weight: 700;
  margin-left: 8%;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}
.checkout .checkout-information .user-contact {
  float: left;
  width: 30.125%;
  padding-left: 24px;
  padding-top: 37px;
  box-sizing: border-box;
}
.checkout .checkout-information .special-notes {
  float: left;
  width: 28%;
  box-sizing: border-box;
  padding-top: 37px;
}
.checkout .user-payment-info {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 63px;
}
.checkout .user-payment-info ul {
  list-style: none;
  margin-top: 13px;
  padding-left: 24px;
}
.checkout .user-payment-info ul li {
  float: left;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 9px;
}
.checkout .user-payment-info input[type=radio] {
  float: left;
  margin-top: 5px;
}
.checkout .user-payment-info label img {
  float: left;
  margin-left: 13px;
}
.checkout .user-order-info {
  width: 26.8%;
  float: right;
  display: table-cell;
  margin-top: 32px;
  background: #f8f8f8;
}
.checkout .user-order-info h4 {
  text-align: center;
  padding-left: 0;
  font-size: 21px;
}
.checkout .user-order-info .order-summary-inner {
  width: 100%;
  float: left;
  box-sizing: border-box;
}
.checkout .user-order-info .selected-products {
  width: 100%;
  height: 273px;
  float: left;
  overflow-y: scroll;
  margin-bottom: 61px;
}
.checkout .user-order-info .selected-products::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(238,238,238,1);
  background-color: #eeeeee;
}
.checkout .user-order-info .selected-products::-webkit-scrollbar
{
  width: 4px;
  background-color: #333333;
}
.checkout .user-order-info .selected-products::-webkit-scrollbar-thumb
{
  background-color: #333333;
  border: 2px solid #555555;
}
.checkout .selected-products .selected-product-single {
  clear: both;
  width: 100%;
  float: left;
  padding: 25px 13px 25px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
}
.checkout .selected-products .product-image {
  float: left;
}
.checkout .selected-products .product-info {
  float: left;
  padding-left: 19px;
  margin-top: 3px;
}
.checkout .selected-products h5 {
  font-size: 16px;
  font-weight: 700;
  color: #333333;
  line-height: 18px;
  margin-bottom: 4px;
  text-transform: uppercase;
}
.checkout .selected-products h5 span {
  display: block;
  text-transform: none;
}
.checkout .selected-products .quantity {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
.checkout .selected-products .price {
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-top: 19px;
}
.checkout .order-price-total {
  clear: both;
  width: 100%;
  float: left;
  margin-top: 11px;
  margin-bottom: 4px;
  border-top: 1px solid #e6e6e6;
}
.checkout .order-price-total .price-title {
  clear: both;
  width: 100%;
  float: left;
  border-bottom: 1px solid #e6e6e6;
}
.checkout .order-price-total p {
  font-size: 17px;
  font-weight: 400;
  color: #000000;
  width: 100%;
  float: left;
  padding: 12px 0 12px;
  box-sizing: border-box;
}
.checkout .order-price-total p span {
  width: 50%;
  text-align: left;
  float: left;
  padding-left: 15px;
  box-sizing: border-box;
}
.checkout .order-price-total p span.special {
  color: #ed1c24 !important;
}
.checkout .voucher-code {
  clear: both;
  width: 100%;
  float: left;
  padding: 13px 9px 8px;
  box-sizing: border-box;
  margin-top: 6px;
}
.checkout .voucher-code p {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
  width: 100%;
  float: left;
  margin-bottom: 4px;
}
.checkout .voucher-code .code-input {
  position: relative;
  margin: 21px 0px 0px 1px;
}
.checkout .voucher-code .code-field {
  width: 100%;
  float: left;
  border: 1px solid #c0c0c0;
  font-size: 14px;
  font-weight: 400;
  height: 35px;
  line-height: 35px;
  color: #333333;
  box-sizing: border-box;
}
.checkout .voucher-code .apply-btn {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 63px;
  height: 35px;
  line-height: 35px;
  background: #0069dd;
  font-size: 15px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  cursor: pointer;
}
.checkout .order-summary-inner .keep-shopping {
  width: 100%;
  float: left;
  padding: 16px 0 16px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  text-align: center;
}
.checkout .order-summary-inner .keep-shopping a {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.checkout .grand-total {
  width: 100%;
  float: left;
  color: #fff;
  text-align: center;
  box-sizing: border-box;
  margin-top: 10px;
  margin-bottom: 8px;
}
.checkout .grand-total .total-price {
  font-size: 34px;
  font-weight: 700;
  color: #000000;
  text-transform: uppercase;
}
.checkout .checkout-condition {
  clear: both;
  width: 100%;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  text-align: center;
}
.checkout .btn-checkout {
  display: block;
  width: 100%;
  margin-top: 5px;
  height: 43px;
  line-height: 43px;
  background: #ed1c24;
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  border: 0;
  padding: 0;
}
.checkout .btn-checkout:focus {
    background: #ed1c24; outline:0;
}
.checkout .checkout-condition input[type=checkbox] {
  margin-left: 7px;
  display: inline;
  position: relative;
  top: 3px;
}
.checkout .checkout-condition label {
  font-size: 12px;
  font-weight: 400;
  color: #333333;
}
.checkout .products-shopping-cart {
  width: 71.6%;
  float: left;
  display: table-cell;
  margin-top: 31px;
}
.checkout .products-shopping-cart .products-cart-title {
  clear: both;
  width: 100%;
  float: left;
  background: #dedede;
}
.checkout .products-shopping-cart .products-cart-title h4 {
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-transform: uppercase;
  padding-left: 0;
}
.checkout .products-shopping-cart .item-description {
  width: 50%;
  float: left;
  padding-left: 5%;
  box-sizing: border-box;
}
.checkout .products-shopping-cart .item-price {
  width: 14%;
  float: left;
}
.checkout .products-shopping-cart .item-qty {
  width: 14%;
  float: left;
  text-align: center;
}
.checkout .products-shopping-cart .item-sub-total {
  width: 20%;
  float: left;
  text-align: center;
}
.checkout .products-shopping-cart .product-cart-single {
  clear: both;
  width: 100%;
  float: left;
  padding-top: 23px;
  padding-bottom: 57px;
  background: #f8f8f8;
  border-bottom: 1px solid #dedede;
}
.checkout .product-cart-single .item-image {
  float: left;
  max-width: 97px;
  max-height: 73px;
  width: 40%;
}
.checkout .product-cart-single .item-desc {
  float: left;
  padding-left: 16px;
  width: 60%;
}
.checkout .product-cart-single .item-desc p {
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  line-height: 19px;
  letter-spacing: 0.3px;
}
.shopping-cart .product-cart-single .description p {
  font-size: 16px;
  font-weight: 400;
  color: #555555;
  padding-top: 30px;
}
.shopping-cart .product-cart-single .qty {
  width: 33%;
  float: left;
}
.shopping-cart .product-cart-single .qty input {
  border: 1px solid #ccc;
  max-width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #555555;
  margin-top: 27px;
}
.shopping-cart .product-cart-single .price,
.shopping-cart .product-cart-single .price-total {
  width: 33.5%;
  float: left;
}
.shopping-cart .product-cart-single .price p,
.shopping-cart .product-cart-single .price-total p {
  font-size: 16px;
  font-weight: 700;
  color: #555555;
  text-transform: uppercase;
  margin-top: 30px;
}
.shopping-cart .product img {
  margin-top: 6px;
  padding-left: 18%;
}
.quantity input {
  width: 96%;
  max-width: 98px;
  height: 34px;
  line-height: 34px;
  font-size: 16px;
  font-weight: 400;
  color: #363636;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  text-align: center;
  border: 1px solid #c7c7c7;
}
/* ========== Checkout Page STYLES // END ========== */
/* Custom new styles */
.subpage-container {
  clear: both;
  width: 100%;
  float: left;
  padding-top: 34px;
  padding-bottom: 55px;
  background: #fff;
}
.product-single .wk_thumbnail .caption h3 {
    height:50px;
}
.product-single .wk_thumbnail .caption h3 a {
    font-size: 14px;
    font-weight: 400;
    color: #191919;
    line-height: 18px;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}
.product-single .wk_thumbnail .caption .form-inline.buying-options {display:none;}
.wk_catalogue h1.page-header {
    font-size: 24px;
    color: #0069dd;
}
.wk_catalogue .row.sort_container div.col-xs-4.col-sm-7.col-md-4 {
    display: none;
}
.wk_catalogue .row.sort_container div.col-md-8.hidden-xs .btn-text strong {
    color: #0069dd;
    font-size: 17px;
    font-weight: 600;
}
.wk_catalogue .row.sort_container div.col-md-8.hidden-xs .btn-text {
    font-size: 17px;
    font-weight: 400;
}
select.form-control {
    border-radius: 0;
}
.wk_cataloguebox {
  border:1px solid #f4f4f4; float:left; margin-top: 20px; width: 100%;
}
.wk_cataloguebox h3 {height:50px;font-size: 14px;color: #191919;}
.wk_cataloguebox h3 a {
    font-size: 14px;
    font-weight: 400;
    color: #191919;
    line-height: 21px;
    letter-spacing: 0.3px;
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}

.wk_cataloguebox h3 a:after {
	content:"...";
}

.wk_cataloguebox form.form-inline.buying-options button.addtocart, .wk_cataloguebox form.form-inline.buying-options a.btn {
    background-color: #005bbff0;
    border-radius: 0;
}
.wk_cataloguebox form.form-inline.buying-options a.notify_popup.btn {
    border: 1px solid #f4f4f4;
    background-color: #eaeaea;
}
.login-page .well {
    background: #fff;
    box-shadow: none;
    border:0;
    border-radius: 0;
}
.login-page .loginbox .well {
    
    border-right: 1px solid #dfdfdf;
    border-left: 0;
    border-top: 0;
    border-bottom: 0;
 
}
.loginbox .well form#login label {
    font-size: 12px;
    font-weight: 400;
    color: #363636;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.registerbox .well form#register label {
    font-size: 12px;
    font-weight: 400;
    color: #363636;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.loginbox button.btn.btn-lg.btn-success.btn-block, .registerbox button.btn.btn-lg.btn-success.btn-block {
    width: 40%;
    height: 42px;
    line-height: 38px;
    display: block;
    background: #0069dd;
    border: none;
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    padding: 0;
    border-radius: 0;
} 
.registerbox button.btn.btn-lg.btn-success.btn-block { width:80%;}
.registerbox input[type="checkbox"] {
    float: left;
    width: 15px;
    height: 15px;
}
.wk_cartdropdown ul.dropdown-menu li.box, .wk_cartdropdown ul.dropdown-menu li.box .thumb_cart ul li {
    padding: 0;
    border: 0;
}
.wk_cartdropdown ul.dropdown-menu li.box .thumb_cart ul li
{
    border-bottom:1px solid #ccc; padding-bottom:5px;margin-bottom:5px
}
.wk_cartdropdown .thumb_cart ul .left {
    margin-right: 7px;
}
.wk_cartdropdown .thumb_cart ul .right {
    width: 173px;
}
.wk_cartdropdown .thumb_cart ul .right .price {
    font-size: 13px;
    color: #0069dd;
    font-weight: 500;
}
.wk_cartdropdown .thumb_cart button.checkout {
    line-height: 22px;
    height: auto;
    padding: 10px 0;
    background: #0069dd;
}
.wk_cartdropdown .thumb_cart button.viewcart {
    background: #CF1E24;
    color: #fff;
    border: 0;
}
.npopup-view, .npopup-continue {
    background: #0069dd;
    border: 0;
    color: #fff;
}
.wk_cartdropdown .thumb_cart img {
    margin-top: 0 !important;
}
.gallery-container ul.thumbnails li a img {
    margin-bottom: 0;
    max-width: 78px;
}
.wrapper-pricing{ font-size:15px; }
.gallery-detail section#shipbox {
    display: none;
}
.gallery-detail .dropdown {
    margin-bottom: 10px;
}
.tabs .tabbable ul.nav-tabs li {
   display: block;
   float: left;
   color: #707070;
   background: #dcdcdc;
   font-size: 16px;
   font-weight: 400;
   text-transform: uppercase;
   text-decoration: none;
   text-align: center;
   height: 54px;
   display: -webkit-flex;
   display: -moz-flex;
   display: -ms-flex;
   display: -o-flex;
   display: flex;
   align-items: center;
   justify-content: center;
   text-align: center;
   cursor: pointer;
   box-sizing: border-box;
   position: relative;
   border-top: 1px solid #959595;
   border-left: 1px solid #959595;
   border-right: 1px solid #959595;
   margin-right: 0.5%;
   top: 1px;
}
.tabs .tabbable ul.nav-tabs li a {color:#707070;}
.tabs .tabbable ul.nav-tabs li a:hover { background:transparent; border:1px solid transparent;}
.tabs .tabbable ul.nav-tabs li.active {
    background:#fff;z-index: 1;
    top: 1px;
}
.tabs .tabbable ul.nav-tabs li.active a{
    color: #283249;
    border-bottom: none;
    position: relative;
    
    background: #fff;
    border: 1px solid transparent;
}
.wk_prod-detail-upsell-prod .product-single {
    padding: 10px;
}
.wk_prod-detail-upsell-prod .product-single .caption h3 {
    height: 50px;
}
.wk_prod-detail-upsell-prod .product-single .caption h3 a {
    font-size: 14px;
    font-weight: 400;
    color: #191919;
    line-height: 18px;
    letter-spacing: 0.8px;
    margin-bottom: 12px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
}
 .price {
    font-size: 14px;
    font-weight: 700;
    color: #0069dd;
}
.wk_prod-detail-upsell-prod .product-single form.form-inline.buying-options button.addtocart{
    background-color: #005bbff0;
    border-radius: 0;
}
.checkout .page-header h2 {
    color: #0069dd;
    margin-top: 20px;
}
button.btn.btn-default {
    border-radius: 0;
}
th.cartTable--heading.cartTable--heading-item {
    background: #dedede;
}
.checkout th.cartTable--heading.cartTable--heading-quantity {
    background: #dedede;
}
.checkout th.cartTable--heading.cartTable--heading-price {
    background: #dedede;
}
.checkout th.cartTable--heading.cartTable--heading-remove.hidden-xs {
    background: #dedede;
}
.checkout a p {
    color: #363636;
}
.checkout td.options-column input#qty0 {
    border-radius: 0;
}
button.btn.btn-primary.btn-block {
    border-radius: 0;
}
/* ========== RESPONSIVE STYLES // START ========== */
@media (max-width: 1150px) {
  .search-main {
    width: 28%;
  }
  .quick-links .cart {
    padding-right: 15px;
    padding-left: 15px;
  }
  .quick-links .cart span {
    right: -3px;
  }
  nav .menu li {
    margin-left: 19px;
    margin-right: 19px;
  }
  nav .sub-menu li {
    margin-left: 0;
    margin-right: 0;
  }
  .login-page .register-form {
    padding-left: 4%;
  }
}
@media (max-width: 1100px) {

  .quick-links ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  nav .menu li {
    margin-left: 15px;
    margin-right: 15px;
  }
  nav .sub-menu li {
    margin-left: 0;
    margin-right: 0;
  }
  nav .sub-menu .sub-menu-sect {
    width: 23.5%;
  }
  nav .sub-menu .sub-menu-sect:last-child {
    width: 28.5%;
  }
  nav .sub-menu .sub-menu-sect:first-child {
    padding-left: 15px;
  }
  .login-page h2 {
    font-size: 36px;
  }
}
@media (max-width: 1050px) {
  .search-main {
    width: 28%;
  }
  .quick-links ul li {
    padding-left: 7px;
    padding-right: 7px;
  }
  .quick-links .cart {
    padding-right: 10px;
    padding-left: 10px;
  }
  .quick-links .cart span {
    right: -3px;
  }
  nav .menu li {
    margin-left: 11px;
    margin-right: 11px;
  }
  nav .sub-menu li {
    margin-left: 0;
    margin-right: 0;
  }
  .banner-content {
    margin-top: 85px;
  }
}
@media (max-width: 1000px) {
  .logo {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .features-top {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .quick-links {
    margin-top: 35px;
    float: none;
    clear: both;
    width: 100%;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
  }
  .search-main {
    float: none;
    clear: both;
    margin-top: 20px;
    width: 100%;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }
  nav .menu li {
    margin-left: 7px;
    margin-right: 7px;
  }
  nav .sub-menu li {
    margin-left: 0;
    margin-right: 0;
  }
  .login-page h2 {
    font-size: 32px;
  }
  .checkout .user-info,
  .checkout .products-shopping-cart {
    width: 68%;
  }
  .checkout .user-order-info {
    width: 30%;
  }
  .checkout .products-shopping-cart .item-description {
    padding-left: 10px;
  }
  .checkout .checkout-information .user-contact {
    width: 35%;
    padding-left: 10px;
  }
  .checkout .checkout-information .btn-change-address {
    margin-left: 0;
    float: right;
  }
  
  .quick-links li.cart {
	  margin-top: -20px;
  }
}
@media (max-width: 950px) {
  nav {
    margin-top: 25px;
  }
  .show-menu {
    display: block;
  }
  nav .menu {
    width: 100%;
    float: left;
    display: none;
  }
  nav .menu li {
    float: left;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    height: auto;
    line-height: normal;
    border-top: none;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  nav .menu li:hover {
    height: auto;
  }
  nav .menu li:last-child {
    width: 100%;
    float: left;
  }
  nav .menu li a {
    padding-left: 5px;
    font-size: 15px;
  }
  nav .sub-menu {
    position: static;
    width: 100%;
    margin-left: 0;
    display: none;
    background: #fff;
    padding-top: 5px;
    border: none;
  }
  nav .sub-menu .sub-menu-sect,
  nav .sub-menu .sub-menu-sect:last-child {
    width: 100%;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  
  nav .sub-menu li a {
    padding-left: 0;
  }
  nav .sub-menu li:last-child {
    background: unset;
  }
  nav .menu li .lev3 li {
    height: auto;
    line-height: normal;
  }
  .banner-content {
    margin-top: 65px;
    max-width: 480px;
    padding: 25px 30px 30px;
  }
  .banner h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .products .product-single p span {
    display: inline;
  }
  .gallery,
  .gallery-detail {
    width: 100%;
    float: left;
  }
  .defaultimg {
    width: 100%;
    max-width: 100%;
    float: left;
  }
  .defaultimg img {
    margin-left: auto;
    margin-right: auto;
  }
  .gallery .thumbnails {
    text-align: center;
    margin-left: 5px;
  }
  .gallery .thumbnails li {
    display: inline-block;
    float: none;
  }
  .side-bar {
    width: 34%;
  }
  .products-catelogue {
    width: 63%;
  }
  .products-catelogue .product-single {
    width: 50%;
  }
  .products-catelogue .product-single:nth-child(3n) {
    border-right: 1px solid #f4f4f4;
  }
  .products-catelogue .product-single:nth-child(2n) {
    border-right: none;
  }
  .usr-review .usr-image {
    width: 13%;
  }
  .usr-review .usr-review-info {
    width: 87%;
  }
  .login-page .login-form {
    padding-left: 0;
  }
  .login-page .register-form {
    padding-left: 15px;
  }
  .login-page h2 {
    font-size: 26px;
  }
}
@media (max-width: 900px) {
  .checkout .user-info,
  .checkout .products-shopping-cart {
    width: 61%;
  }
  .checkout .product-cart-single .item-image,
  .checkout .products-shopping-cart .item-sub-total {
    display: none;
  }
  .checkout .products-shopping-cart .item-description {
    width: 60%;
  }
  .checkout .products-shopping-cart .item-price,
  .checkout .products-shopping-cart .item-qty {
    width: 20%;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  .checkout .product-cart-single .item-desc {
    width: 100%;
    padding-left: 0;
  }
  .checkout .user-order-info {
    width: 37%;
  }
  .checkout .checkout-information .user-contact {
    width: 50%;
    padding-left: 10px;
  }
  .checkout .checkout-information .special-notes {
    width: 48%;
    padding-left: 10px;
  }
  .checkout .checkout-information .btn-change-address {
    float: left;
    clear: both;
    margin-left: 10px;
  }
}
@media (max-width: 800px){

  .cat-desc {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
  }
  .cat-desc h4 {
    margin-bottom: 7px;
  }
  .cat-desc p {
    margin-bottom: 11px;
  }
  .usr-review .usr-image {
    width: 15%;
  }
  .usr-review .usr-review-info {
    width: 85%;
  }
}
@media (max-width: 768px){
  .banner-content {
    margin-top: 40px;
    max-width: 420px;
    padding: 20px 20px 20px;
  }
  .banner h1 {
    font-size: 42px;
    line-height: 44px;
  }
  .banner a.btn-banner {
    left: 30%;
  }
  .tabs .tab1,
  .tabs .tab2,
  .tabs .tab3,
  .tabs .tab4,
  .tabs .tab5,
  .tabs .tab6 {
    width: 100%;
  }
  .side-bar {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .products-catelogue {
    width: 100%;
  }
  .products-catelogue .product-single {
    width: 33.33%; 
  }
  .products-catelogue .product-single:nth-child(2n) {
    border-right: 1px solid #f4f4f4;
  }
  .products-catelogue .product-single:nth-child(3n) {
    border-right: none;
  }
  .sub-catalogue .link {
    height: 72px;
  }
  .sub-catalogue .link a {
    padding-left: 15px;
    height: 72px;
  }
  .sub-catalogue .product-price {
    width: 132px;
    height: 132px;
    right: 12px;
    bottom: 18px;
  }
  .sub-catalogue .product-price span {
    font-size: 15px;
    margin-top: 35px;
  }
  .sub-catalogue .product-price p {
    font-size: 24px;
  }
  
  .tabs-home label {
	  width:100%;
      border-bottom: 1px solid #fff;
  }
  
  footer .link-sect {
	  width:31.6%;
  }
  
}
@media (max-width: 736px){
  .products .product-single {
    width: 50%;
  }
  .products .product-single p span {
    display: block;
  }
  .contact-form,
  .company-address {
    width: 100%;
  }
  .company-address {
    padding-top: 20px;
  }
  .topic-title {
    float: none;
    text-align: center;
  }
  .tabs .tab-content h4 {
    text-align: center;
  }
  .usr-review .usr-image {
    width: 18%;
  }
  .usr-review .usr-review-info {
    width: 82%;
  }
  .login-page .login-form,
  .login-page .register-form {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .login-page .register-form {
    border-left: none;
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #dfdfdf;
  }
  .login-page p {
    text-align: left;
  }
  .login-page input {
    max-width: 100%;
  }
  .login-page .btn-login {
    margin-left: auto;
    margin-right: auto;
  }
  .checkout .user-info,
  .checkout .products-shopping-cart {
    width: 56%;
  }
  .checkout .user-order-info {
    width: 42%;
  }
  .checkout .checkout-information .user-contact {
    width: 100%;
    padding-left: 10px;
  }
  .checkout .checkout-information .special-notes {
    width: 100%;
  }
  .checkout .checkout-information .btn-change-address {
    float: left;
    clear: both;
  }
  .tabs .tabbable ul.nav-tabs li{ width:100%;}
}
@media (max-width: 667px){
  .products-catelogue .product-single p span {
    display: inline;
  }
}
@media (max-width: 640px){
.features-top .feature-single {
    width: 32%;
    text-align: center;
    height: 105px;
    margin: 0 auto;
}

.features-top .feature-image {
	float:none;
}
  
  .features-top .feature-image img {
	  height:24px;
	  margin:0 auto;
  }
  
  .features-top .feature-content {
	  padding-left:0;
  }
  
  .features-top h4 {
	  font-size:14px;
  }
  
  .top-bar .content {
	  padding-left:0;
	  padding-right:0;
  }

  
  .features-top span {
	  margin-top:2px;
  }
  .banner-content {
    margin-top: 30px;
    max-width: 320px;
    padding: 20px 20px 20px;
  }
  .banner h1 {
    font-size: 32px;
    line-height: 36px;
  }
  .banner a.btn-banner {
    left: 30%;
    font-size: 14px;
    width: 156px;
    height: 42px;
    line-height: 42px;
  }
  .cat-left,
  .cat-right {
    width: 100%;
  }
  .cat-inner-right,
  .cat-inner-left {
    width: 100%;
  }
  .cat-medium {
    margin-bottom: 0;
  }
  .cat-medium img {
    width: 100%;
  }
  .sub-catalogue .sub-cat-single {
    width: 100%;
    max-width: 551px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .sub-catalogue .sub-cat-single:nth-child(2n) {
    margin-right: auto;
  }
  .sub-catalogue .link {
    height: 84px;
  }
  .sub-catalogue .link a {
    padding-left: 26px;
    height: 84px;
  }
  .sub-catalogue .product-price {
    width: 165px;
    height: 165px;
    right: 15px;
    bottom: 22px;
  }
  .sub-catalogue .product-price span {
    font-size: 17px;
    margin-top: 50px;
  }
  .sub-catalogue .product-price p {
    font-size: 30px;
  }
  .checkout .user-info,
  .checkout .products-shopping-cart {
    width: 100%;
  }
  .checkout .products-shopping-cart .item-description {
    width: 50%;
  }
  .checkout .products-shopping-cart .item-price,
  .checkout .products-shopping-cart .item-qty {
    width: 25%;
  }
  .checkout .user-order-info {
    width: 100%;
  }
  .checkout h4,
  .checkout .user-order-info h4 {
    padding-left: 15px;
    text-align: left;
  }
}
@media (max-width: 568px){
  .banner-content {
    margin-top: 30px;
    max-width: 244px;
    padding: 12px 10px 15px;
  }
  .banner h1 {
    font-size: 24px;
    line-height: 28px;
  }
  .banner a.btn-banner {
    left: 26%;
    font-size: 13px;
    width: 140px;
    height: 34px;
    line-height: 34px;
    bottom: -20px;
  }
  footer .link-sect,
  footer .link-sect:last-child {
    width: 50%;
  }
  .products .product-single p span {
    display: inline;
  }
  .products-catelogue .product-single {
    width: 50%;
  }
  .products-catelogue .product-single:nth-child(3n) {
    border-right: 1px solid #f4f4f4;
  }
  .products-catelogue .product-single:nth-child(2n) {
    border-right: none;
  }
  .products-catelogue .product-single p span {
    display: block;
  }
  .usr-review .usr-image {
    width: 100%;
    margin-bottom: 10px;
  }
  .usr-review .usr-review-info {
    width: 100%;
    text-align: center;
  }
  .usr-review .usr-rating img {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 480px) {

  .gallery .thumbnails li {
    padding: 10px 15px;
  }
  .gallery-detail h1 {
    font-size: 26px;
    line-height: 34px;
  }
  .gallery-detail .gallery-features h4 {
    width: 100%;
    margin-bottom: 10px;
  }
  .tabs-home .tab1,
  .tabs-home .tab2,
  .tabs-home .tab3 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .products-catelogue .product-single p span {
    display: inline;
  }
  .page-navigation ul li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .sect-title h2 {
    font-size: 28px;
  }
  .tabs .tab-content h1 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .product-rating h4 {
    font-size: 17px !important;
  }
 	 .cat-single img {
		 width:100%;
	 }
}
@media (max-width: 414px){
  .logo {
    width: 100%;
    max-width: 322px;
  }
  .quick-links {
    max-width: 290px;
  }
  .quick-links ul li {
    padding-left: 3px;
    padding-right: 3px;
  }
  .quick-links ul li:first-child {
    padding-left: 0;
  }
  .quick-links ul li a {
    padding-left: 3px;
    padding-right: 3px;
    font-size: 12px;
  }
  .quick-links .cart {
    padding-left: 0;
    padding-right: 10px;
  }
  .banner-content {
    margin-top: 15px;
    max-width: 200px;
    padding: 6px 10px 10px;
  }
  .banner h1 {
    font-size: 21px;
    line-height: 22px;
  }
  .banner a.btn-banner {
    left: 21%;
    font-size: 12px;
    width: 120px;
    height: 30px;
    line-height: 30px;
    bottom: -22px;
  }
  .gallery .thumbnails {
    margin-left: 0;
  }
  .gallery .thumbnails li {
    padding: 2px 4px;
    margin-right: 1%;
  }
  .products .product-single {
    width: 100%;
  }
  .products .product-single p span {
    display: block;
  }
  .products-catelogue .product-single {
    width: 100%;
    border-right: none;
  }
  .products-catelogue .product-single:nth-child(3n) {
    border-right: none;
  }
  .products-catelogue .product-single:nth-child(2n) {
    border-right: none;
  }
  .products-catelogue .product-single p span {
    display: block;
  }
  .sub-catalogue .link {
    height: 72px;
  }
  .sub-catalogue .link a {
    padding-left: 15px;
    height: 72px;
  }
  .sub-catalogue .product-price {
    width: 132px;
    height: 132px;
    right: 12px;
    bottom: 18px;
  }
  .sub-catalogue .product-price span {
    font-size: 15px;
    margin-top: 35px;
  }
  .sub-catalogue .product-price p {
    font-size: 24px;
  }
  .sect-title h2 {
    font-size: 22px;
  }
}
/* ========== RESPONSIVE STYLES // END ========== */