@font-face {
  font-family: 'ProximaNova-Regular';
  src: url('../fonts/ProximaNova-Regular/ProximaNova-Regular.eot');
  src: url('../fonts/ProximaNova-Regular/ProximaNova-Regular.woff2') format('woff2'),
       url('../fonts/ProximaNova-Regular/ProximaNova-Regular.woff') format('woff'),
       url('../fonts/ProximaNova-Regular/ProximaNova-Regular.ttf') format('truetype'),
       url('../fonts/ProximaNova-Regular/ProximaNova-Regular.svg#ProximaNova-Regular') format('svg'),
       url('../fonts/ProximaNova-Regular/ProximaNova-Regular.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'ProximaNova-Bold';
  src: url('../fonts/ProximaNova-Bold/ProximaNova-Bold.eot');
  src: url('../fonts/ProximaNova-Bold/ProximaNova-Bold.woff2') format('woff2'),
       url('../fonts/ProximaNova-Bold/ProximaNova-Bold.woff') format('woff'),
       url('../fonts/ProximaNova-Bold/ProximaNova-Bold.ttf') format('truetype'),
       url('../fonts/ProximaNova-Bold/ProximaNova-Bold.svg#ProximaNova-Bold') format('svg'),
       url('../fonts/ProximaNova-Bold/ProximaNova-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaLT-Light';
  src: url('../fonts/FuturaLT-Light/FuturaLT-Light.eot');
  src: url('../fonts/FuturaLT-Light/FuturaLT-Light.woff2') format('woff2'),
       url('../fonts/FuturaLT-Light/FuturaLT-Light.woff') format('woff'),
       url('../fonts/FuturaLT-Light/FuturaLT-Light.ttf') format('truetype'),
       url('../fonts/FuturaLT-Light/FuturaLT-Light.svg#FuturaLT-Light') format('svg'),
       url('../fonts/FuturaLT-Light/FuturaLT-Light.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaLT';
  src: url('../fonts/FuturaLT/FuturaLT.eot');
  src: url('../fonts/FuturaLT/FuturaLT.woff2') format('woff2'),
       url('../fonts/FuturaLT/FuturaLT.woff') format('woff'),
       url('../fonts/FuturaLT/FuturaLT.ttf') format('truetype'),
       url('../fonts/FuturaLT/FuturaLT.svg#FuturaLT-Bold') format('svg'),
       url('../fonts/FuturaLT/FuturaLT.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FuturaLT-Bold';
  src: url('../fonts/FuturaLT-Bold/FuturaLT-Bold.eot');
  src: url('../fonts/FuturaLT-Bold/FuturaLT-Bold.woff2') format('woff2'),
       url('../fonts/FuturaLT-Bold/FuturaLT-Bold.woff') format('woff'),
       url('../fonts/FuturaLT-Bold/FuturaLT-Bold.ttf') format('truetype'),
       url('../fonts/FuturaLT-Bold/FuturaLT-Bold.svg#FuturaLT-Bold') format('svg'),
       url('../fonts/FuturaLT-Bold/FuturaLT-Bold.eot?#iefix') format('embedded-opentype');
  font-weight: normal;
  font-style: normal;
}
body{
	font-family: 'ProximaNova-Regular';
	color: #333333;
	overflow-x: hidden;
	background: -webkit-linear-gradient(left, #ffffff , #f8f8f8);
  background: -o-linear-gradient(right, #ffffff , #f8f8f8);
	background: -moz-linear-gradient(right, #ffffff , #f8f8f8);
  background: linear-gradient(to right, #ffffff , #f8f8f8);
  overflow-x: hidden;
}
* {
  outline: 0 !important;
}
.col-sm-9.pl-20 {
	background-color: #f8f8f8;
}
h1 {
    margin: 45px 0;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'ProximaNova-Bold';
}
.h1 {
	font-size: 40px;
	font-family: 'FuturaLT-Light';
	line-height: 60px;
}
h2 {
	font-size: 20px;
}
h3 {
	font-size: 14px;
}
p {
	font-family: 'FuturaLT';
}
a, a:hover, a:focus, a:active {
	text-decoration: none;
}
a, span {
	display: inline-block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
img {
	max-width: 100%;
	height: auto;
	margin: auto;
}
input[type="checkbox"], 
input[type="radio"] {
  display: none;
}
.loading {
    z-index: 10001;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
    height: 100%;
    position: fixed;
}
.status {
    position: absolute;
    left: 50%;
    top: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    width: 60px;
    height: 60px;
    margin: -30px 0px 0px -30px;
    text-align: center;
}
.fullwidth-img img {
  width: 100%;
}
.row-10 {
  margin-right: -10px;
  margin-left: -10px;
}
.plr-10 {
  padding-left: 10px;
  padding-right: 10px;
}
.p-0 {
  padding: 0;
}
.pr-0 {
  padding-right: 0;
}
.pr-5 {
	padding-right: 5px;
}
.pr-6 {
  padding-right: 6px;
}
.pr-10 {
	padding-right: 10px;
}
.pl-0 {
  padding-left: 0;
}
.pl-6 {
  padding-left: 6px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-20 {
	padding-left: 20px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.mb-40 {
  margin-bottom: 40px;
}
.mr-20 {
  margin-right: 20px;
}
.height-20 {
    height: 20px;
    background-color: #f8f8f8;
}
.fixed{
  position: fixed;
}
.form-control {
    border-radius: 0;
    height: 50px;
    padding: 6px 15px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.form-control:focus {
    border-color: #ccc;
    outline: 0; 
    -webkit-box-shadow: none;
    box-shadow: none;
}
.scroll-top {
    position: fixed;
    right: 20px;
    bottom: 20px;
    display: none;
}
.scroll-top a {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  color: #333333;
}
.scroll-top a i {
  font-size: 14px;
  margin-right: 5px;
}
.parsley-errors,
.parsley-errors:focus {
  border: 1px solid #333333;
  background-color: #f8f8f8;
}
.parsley-errors-list {
  padding-left: 0;
  text-align: right;
}
.parsley-errors-list li {
  list-style: none;
  color: #d77474;
  margin-top: 5px;
}
.parsley-errors-list li:before {
  content: '*';
  margin-right: 3px;
}
.btn {
	border-radius: 0;
	height: 50px;
	padding: 6px 20px;
  text-transform: uppercase;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.5px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.btn-white-border {
  background-color: #ffffff;
  text-transform: uppercase;
  color: #333333;
  border: 1px solid #d5d5d5;
  height: 60px;
  padding: 21px 30px;
}
.btn-white-border:hover,
.btn-white-border:focus,
.btn-white-border:active {
  background-color: #000000;
  color: #ffffff;
  border-color: #000000;
}
.btn-black {
  background-color: #000000;
  text-transform: uppercase;
  color: #ffffff;
  border: 1px solid #000000;
  height: 60px;
  padding: 22px 30px;
}
.btn-black:hover,
.btn-black:focus,
.btn-black:active {
  background-color: #ffffff;
  color: #333333;
  border-color: #333333;
}
.btn-reset-filter {
  width: 240px;
  height: 80px;
  background-color: #fff;
  border: 1px solid #d5d5d5;
}
.btn-apply-filter {
  width: 240px;
  height: 80px;
  border: 1px solid #d5d5d5;
  background-color: #333333;
  color: #fff !important;
}
.btn-reset-filter:hover,
.btn-reset-filter:focus,
.btn-reset-filter:active,
.btn-apply-filter:hover,
.btn-apply-filter:focus,
.btn-apply-filter:active {
  opacity: 0.8;
}

/*Select*/
.styled-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.styled-select select::-ms-expand { /* for IE 11 */
    display: none;
}
.styled-select {
  position: relative;
}
.styled-select:before {
  position: absolute;
  top: 8px;
  right: 14px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f107";
  font-size: 16px;
}
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;
}
textarea.form-control {
  height: 75px !important;
  resize: none;
}

/*Radio, Checkbox*/
.checkbox input[type="checkbox"], 
.checkbox-inline input[type="checkbox"],
.radio input[type="radio"], 
.radio-inline input[type="radio"] {
  display: none;
}
.checkbox, .radio { position: relative; text-align: left; }
.checkbox label,
.radio label {
  cursor: pointer;
  display: inline-block;
  margin-bottom: 0;
  color: #3c3d41;
  text-transform: unset;
  letter-spacing: normal;
  padding-left: 23px;
}
.checkbox label span {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 2px;
  left: 0;
  background: -webkit-linear-gradient(top, #ebebeb, #ffffff);
  background: -moz-linear-gradient(top, #ebebeb, #ffffff);
  background: -ms-linear-gradient(top, #ebebeb, #ffffff);
  background: -o-linear-gradient(top, #ebebeb, #ffffff);
  background: linear-gradient(top, #ebebeb, #ffffff);
  border: 1px solid #cdd8db;
}
.radio label span {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 2px;
  left: 0;
  background: -webkit-linear-gradient(top, #ebebeb, #ffffff);
  background: -moz-linear-gradient(top, #ebebeb, #ffffff);
  background: -ms-linear-gradient(top, #ebebeb, #ffffff);
  background: -o-linear-gradient(top, #ebebeb, #ffffff);
  background: linear-gradient(top, #ebebeb, #ffffff);
  border-radius: 50%;
  border: 1px solid #ced9dc;
}
.checkbox label:after {
  opacity: 0;
  content: '';
  position: absolute;
  width: 13px;
  height: 6.5px;
  background: transparent;
  top: 3px;
  left: 2px;
  border: 2px solid #111111;
  border-top: none;
  border-right: none;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.radio label::after {
  opacity: 0;
  content: '';
  position: absolute;
  top: 6px;
  left: 4px;
  width: 7px;
  height: 7px;
  background-color: #161616;
  border-radius: 50%;
}
.checkbox input[type=checkbox]:checked + label:after,
.radio input[type=radio]:checked + label:after {
  opacity: 1;
}

/*Main*/
.head-landing a {
  display: block;
  position: relative;
  overflow: hidden;
}
.head-landing a .landing-banner {
  width: 100%;
}
.head-landing a .landing-logo {
  position: absolute;
  top: 45%;
  width: 100%;
  text-align: center;
}
.main-header,
.main-footer {
	margin-left: 40px;
}
.main-menu ul > li.have-child a:before {
	position: absolute;
	right: 15px;
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	content: "\f107";
	font-size: 16px;
}
.main-menu ul > li.have-child a.submenu-open:before {
	content: "\f104";
}
.main-menu ul > li > a {
	display: block;
	color: #333333;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 20px;
	letter-spacing: 1.5px;
}
.main-menu ul > li > ul {
	display: none;
}
.main-menu ul > li > ul > li > a {
	text-transform: capitalize;
	margin-left: 30px;
}
.main-menu ul > li.have-child > ul > li > a:before {
	display: none;
}
.cart-wishlist {
	margin: 50px 0 40px;
}
.cart-wishlist ul > li > a {
	font-family: 'ProximaNova-Bold';
	font-size: 13px;
	color: #333333;
	margin-bottom: 10px;
	letter-spacing: 0.5px;
}
.login-register {
    margin-bottom: 30px;
}
.login-register ul > li > a {
	color: #aaaaaa;
	text-transform: uppercase;
	font-size: 12px;
	margin-bottom: 20px;
	letter-spacing: 1.5px;
}
.main-footer .row {
	font-family: 'FuturaLT';
}
.main-footer ul > li {
	display: inline-block;
	margin-right: 10px;
}
.main-footer ul > li > a {
	color: #242528;
}
.main-footer i {
	font-size: 16px;
	margin-top: 6px;
}
.main-footer form {
	overflow: hidden;
  margin-left: 110px;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.main-footer form.margin-normal {
  margin-left: 0;
}
.main-footer form i {
	position: absolute;
  right: 15px;
  cursor: pointer;
}
.main-footer input {
  width: 80%;
	border: none;
	outline: none;
	height: 30px;
  display: none;
}
@media only screen and (min-width: 992px){
  .col-sm-6.col-md-4.pull-right {
    width: 50%;
  }
}
.main-footer input::-webkit-input-placeholder {
    color: #333333;
}
.main-footer input:-moz-placeholder {
    color: #333333;
}
.main-footer input::-moz-placeholder {
    color: #333333;
}
.main-footer input:-ms-input-placeholder {
    color: #333333;
}
.main-footer p {
    color: #999999;
    text-transform: uppercase;
    font-size: 12px;
    text-align: center;
    border-top: 1px solid #eeeeee;
    padding: 25px 0;
    margin-top: 15px;
    letter-spacing: 0.5px;
}
.inner-banner {
    padding: 20px 20px 0 0;
}
.general-capsule {
    position: relative;
    margin-bottom: 20px;
}
.general-capsule:hover,
.slide-detail a:hover,
.inner-img-quick a:hover {
  opacity: 0.4;
}
.text-absolute {
	position: absolute;
	top: 0;
	left: 20px;
  color: #333333;
}
.text-absolute h3 {
	margin-bottom: 5px;
}
.owl-pagination {
    position: absolute;
    width: 100%;
    bottom: 30px;
}
.owl-theme .owl-controls .owl-page span {
	background-color: #5a5a59;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page span:hover {
	background-color: #d2d1d0;
}
.owl-theme .owl-controls .owl-buttons div {
  position: absolute;
  top: 32.5%;
	background-color: transparent;
	font-size: 100px;
	opacity: 1;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.owl-theme .owl-controls .owl-buttons div:hover {
	opacity: 0.8;
	color: #f0f0f0;
}
.owl-prev {
	left: 0;
}
.owl-next {
	right: 0;
}
.owl-prev i,
.owl-next i {
	text-shadow: 0px 0px 4px rgba(0,0,0,0.2);
}
.inner-intro {
    margin-right: 20px;
    background-color: #ffffff;
    text-align: center;
    padding: 100px 0;
    margin-top: -8px;
    margin-bottom: 20px;
}
.inner-intro p {
    width: 100%;
    max-width: 665px;
    margin: auto;
}
.middle-banner {
	padding-right: 20px;
}
.monthly-dispatch {
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 25px 40px 20px;
    background-color: #191919;
    color: #f8f8f8;
}
.monthly-dispatch h2 {
	font-size: 24px;
	margin-top: 10px;
}
.monthly-dispatch .sign-up {
	margin-top: 20px;
}
.monthly-dispatch .sign-up .form-control {
    width: 70%;
    display: inline-block;
}
.monthly-dispatch .sign-up .btn-gray {
	position: absolute;
	right: 15px;
	background-color: #313131;
	color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    display: inline-block;
    padding: 6px 30px;
    outline: 0;
    margin-left: 20px;
}

/*Category*/
.product-overlay .btn-black:hover, 
.product-overlay .btn-black:focus, 
.product-overlay .btn-black:active {
  border-color: #d5d5d5;
}
.inner-main-right {
  margin-right: 20px;
}
.title-category {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.catalgue-filgrid {
    margin-top: -60px;
    margin-bottom: 30px;
}
.catalogue-filter .show-filter {
  margin: 0;
  cursor: pointer;
  color: #333333;
  font-size: 11px;
  margin-right: 5px;
  margin-left: 7px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  padding-left: 17px;
}
.catalogue-filter .show-filter:before {
  position: absolute;
  content: url("../images/icons/filter.png");
  height: 15px;
  width: 15px;
  left: 15px;
}
.catalogue-filter span {
  color: #b0b0b0;
  font-size: 12px;
}
.catalogue-grid span {
  margin-left: 10px;
  cursor: pointer;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  height: 15px;
  width: 15px;
}
.catalogue-grid .view-big {
    background: transparent url("../images/icons/view-big.png") no-repeat scroll center top;
}
.catalogue-grid .view-small {
    background: transparent url("../images/icons/view-small.png") no-repeat scroll center top;
}
.catalogue-grid span.active,
.catalogue-grid span:hover,
.catalogue-grid span:focus,
.catalogue-grid span:active,
.catalogue-filter .show-filter:hover,
.catalogue-filter .show-filter:focus,
.catalogue-filter .show-filter:active {
    opacity: 0.2;
}
.product-show {
  position: relative;
}
.product-show .product-image {
  display: block;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.product-show:hover .product-image {
  opacity: 0.4;
}
.product-show .product-overlay {
  position: absolute;
  top: 30%;
  left: 0;
  width: 100%;
  text-align: center;
  background-color: transparent;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.small-col .product-show .product-overlay,
.col-sm-3 .product-show .product-overlay {
  top: 23%;
}
.product-show:hover .product-overlay {
  opacity: 1;
  visibility: visible;
}
.product-overlay button,
.product-overlay a {
  width: 155px;
  display: block;
  margin: 20px auto;
}
.product-sortdesc {
  position: relative;
}
.sales .sale {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #d50d2d;
  color: #ffffff;
  padding: 2px 7px 1px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-size: 11px;
}
.sales p {
  font-size: 12px;
}
.sales p span {
    color: #d50d2d;
    margin-left: 5px;
    font-size: 14px;
}
.btn-load-more {
  width: 310px;
  margin: 30px 0;
}
.filter-catalogue {
  display: none;
  position: fixed;
  overflow-x: hidden;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255,255,255,0.95);
}
.filter-container {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 50px auto 0;
  padding: 0 20px;
}
.filter-title {
  text-align: center;
  border-bottom: 2px solid #d5d5d5;
  padding-bottom: 20px;
}
.close-filter {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: transparent url("../images/icons/close.png") no-repeat scroll center top;
  width: 21px;
  height: 20px;
}
.close-filter:hover,
.close-filter:focus,
.close-filter:active {
  opacity: 0.2;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.filter-group {
  text-align: center;
  margin-top: 50px;
}
.filter-submit {
  margin: 60px 0 60px;
}
.filter-group .lable-filter {
  font-family: 'FuturaLT-Bold';
  margin-bottom: 20px;
  display: block;
}
.filter-group .radio-choose {
  display: inline-block;
  margin-right: -5px;
}
.radio-choose label {
  padding: 29px;
  cursor: pointer;
  background-color: #ffffff;
  border: 1px solid #d5d5d5;
  margin: 0;
  width: 80px;
  height: 80px;
  text-transform: uppercase;
  color: #757575;
  letter-spacing: 1px;
  font-weight: 100;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.radio-choose label.filter-price {
  width: 240px;
  text-transform: capitalize;
}
.radio-choose input[type=radio]:checked + label,
.radio-choose label:hover,
.radio-choose label:focus,
.radio-choose label:active {
  background-color: #333333;
  color: #ffffff;
}
.modal-dialog {
    margin: 40px auto;
}
.modal-content {
  padding: 55px;
  border: 0;
  border-radius: 0;
  outline: 0;
  -webkit-box-shadow: 0 5px 15px rgba(0,0,0,0.1);
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}
.modal-backdrop {
  background-color: rgba(0,0,0,0.2);
}
.modal-content .close {
  position: absolute;
  top: 10px;
  right: 13px;
  color: #8d8d8d;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -ms-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.modal-content .close:hover {
  opacity: 0.2;
}
.inner-img-quick ul > li {
    display: inline-block;
    max-width: 70px;
    margin: 20px 10px 0;
}
.inner-img-quick ul > li:first-child {
  margin-left: 0;
}
.inner-img-quick ul > li:last-child {
  margin-right: 0;
}
.inner-detail-prod span {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  color: #aaaaaa;
}
.inner-detail-prod h2 {
  margin: 12px 0;
}
.inner-detail-prod p {
  color: #757575;
  font-family: 'ProximaNova-Regular';
}
.inner-detail-prod .price {
  border-bottom: 1px solid #efefef;
  padding-bottom: 30px;
}
.inner-detail-prod .filter-group {
  margin-top: 30px;
}
.qty-prod {
  width: 60px;
  height: 60px;
  margin-left: -60px;
  padding: 10px;
  text-align: center;
  border: 1px solid #d5d5d5;
  color: #757575;
}
.btn-qty {
  position: absolute;
  width: 60px;
  height: 31px;
  margin-left: -1px;
  text-align: center;
  border: 1px solid #d5d5d5;
  color: #757575;
  background-color: #fff;
}
.qty-down {
  margin-top: 29px;
}
.inner-detail-prod .radio-choose label {
  padding: 20px;
  height: 60px;
  width: 60px;
}
.inner-detail-prod .radio-choose input[type=radio]:checked + label,
.inner-detail-prod .radio-choose label:hover,
.inner-detail-prod .radio-choose label:focus,
.inner-detail-prod .radio-choose label:active {
  background-color: #000000;
}
.inner-detail-prod .size-description {
  padding: 20px 20px 10px;
  border: 1px solid #d5d5d5;
  width: 100%;
  margin: -1px auto 0;
  max-width: 294.5px;
}
.inner-detail-prod .btn-sub {
  width: 180px;
  margin-top: 10px !important;
}
.inner-detail-prod .btn-white-border,
.inner-detail-prod .btn-black:hover,
.inner-detail-prod .btn-black:focus,
.inner-detail-prod .btn-black:active {
  border-color: #000000;
}
.inner-detail-prod .btn-white-border {
  margin: 0 15px;
}
.quick-description {
  text-align: center;
  border-top: 1px solid #efefef;
  margin-top: 35px;
  padding: 15px 20px 0;
}
.quick-description h3 {
  margin-bottom: 25px;
}
.quick-description p {
  font-family: 'ProximaNova-Regular';
  color: #757575;
  font-size: 15px;
  letter-spacing: 0.2px;
  margin: 20px 0 0;
}

/*Detail*/
.back-to {
  color: #333333;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 11px;
  margin-top: 15px;
}
.back-to i {
  margin-right: 5px;
  font-size: 14px;
}
.back-to:hover {
  opacity: 0.8;
  color: #333333;
}
.title-detail {
  margin: 20px 0 60px;
}
.formdesc-detail {
  background-color: #ffffff;
  padding: 30px 25px 80px;
  margin-top: 15px;
}
.formdesc-detail .quick-description {
  border-top: 0;
  border-bottom: 1px solid #efefef;
  padding: 0 0 30px;
  margin-top: 15px;
}
.formdesc-detail .quick-description p {
  width: 100%;
  max-width: 440px;
  margin: 20px auto 0;
}
.might-title {
    padding: 0 10px;
    text-align: center;
    margin: 45px 0 40px;
}
.modal-product-content {
  padding: 20px;
}

/*Journal*/
.journal-desc .top-desc {
  font-family: 'ProximaNova-Regular';
  color: #757575;
  text-align: center;
  width: 100%;
  max-width: 750px;
  margin: -20px auto 60px;
  font-size: 15px;
  line-height: 1.7;
}
.text-left-journal {
  position: relative;
  text-align: right;
}
.text-right-journal {
  position: relative;
  text-align: left;
}
.text-absolute-journal {
  position: absolute;
  text-align: center;
  width: 100%;
  max-width: 480px;
  top: 30%;
}
.text-left-journal .text-absolute-journal {
  left: 20px;
}
.text-right-journal .text-absolute-journal {
  right: 20px;
}

/*Cart*/
.inner-cart-right {
    margin: 20px 20px 20px 0;
    background-color: #ffffff;
}
.title-cart {
  margin: 0;
  padding: 40px 0;
  text-align: center;
}
.table-cart {
  padding: 0 20px;
}
.table thead > tr > th {
  font-family: 'ProximaNova-Bold';
  padding: 15px 0;
  text-transform: uppercase;
  color: #bbbbbb;
  font-size: 10px;
  letter-spacing: 1px;
  border-bottom: 0;
  border-top: 1px solid #eeeeee !important;
}
.table tbody > tr > td {
  padding: 40px 0;
  border-top: 1px solid #eeeeee;
}
.prod-cart-img {
  overflow: hidden;
  float: left;
  margin-right: 25px;
}
.prod-cart {
  overflow: hidden;
}
.prod-cart h3 {
  margin-top: 0;
}
.table-cart p,
.table-summary p {
  font-family: 'ProximaNova-Regular';
  color: #757575;
}
.red {
  color: #d77474 !important;
  margin-bottom: 5px;
}
.red span {
  margin-left: 5px;
}
.prod-qty .qty-prod {
  margin-left: 0;
}
.prod-del a {
  color: #353535;
}
.coupon-code .form-control {
  max-width: 185px;
  display: inline-block;
  margin-right: 15px;
}
.coupon-code .btn-white-black {
  border-color: #000000;
  width: 100px;
}
.coupon-code .btn-white-black:hover {
  color: #fff;
  background-color: #000;
}
.coupon-code .parsley-errors-list {
  position: absolute;
}
.table-cart .left {
  width: 120px;
  text-align: right;
  margin-right: 50px;
}
.table-cart .left,
.table-cart .right {
  color: #757575;
  margin-bottom: 7px;
}
.table-cart .prod-promo .left,
.table-cart .prod-promo .right {
  color: #95ba34;
}
.table-cart .prod-total .left,
.table-cart .prod-total .right {
  font-family: 'ProximaNova-Bold';
  text-transform: uppercase;
  color: #333333;
}
.sumit-cart-right {
  text-align: right;
  padding: 0 20px 50px 0;
}
.sumit-cart-right a {
  margin-left: 20px;
  padding: 21px 35px;
}
.table-cart-empty .table {
  border-bottom: 1px solid #eeeeee;
}
.empty-notice {
  text-align: center;
  padding: 80px 20px 100px;
}
.empty-notice p {
  margin-bottom: 40px;
  font-size: 15px;
  letter-spacing: 0.3px;
}
.empty-notice a {
  padding: 21px 35px;
}
.bt-default {
  background-color: #f8f8f8;
}

/*Transaction*/
.transaction {
    background-color: #eaeaea;
    padding-bottom: 40px;
}
.transaction h1 {
  margin: 0;
  padding: 40px 15px;
  text-align: center;
}
.container-transaction {
  width: 100%;
  max-width: 960px;
  padding: 0 10px;
  margin: auto;
}
.inner-transaction {
  background-color: #ffffff;
  padding: 30px 30px 20px;
  margin-bottom: 20px;
}
.inner-transaction h5 {
  margin-bottom: 20px;
}
.inner-transaction h5 span {
  font-family: 'ProximaNova-Regular';
  font-size: 13px;
  color: #757575;
}
.lbl-trans {
  font-weight: normal;
  margin-right: 20px;
}
.col-sm-4 .lbl-trans {
  margin-top: 8px;
}
.lbl-block {
  display: block;
}
/*Summary*/
.table-summary .table {
  margin-bottom: 10px;
}
.table-summary .prod-cart-img {
  max-width: 50px;
  margin-right: 15px;
}
.table thead > tr > th {
  border-top: 0 !important;
  border-bottom: 1px solid #eeeeee !important;
}
.table-summary .table tbody > tr > td {
  padding: 25px 0;
  border-top: 0;
  vertical-align: middle;
}
.summary-qty {
    margin-left: 10px;
    color: #757575;
}
.table-summary .table tbody > tr > td.sum-count {
    text-align: right;
    padding-right: 25px;
}
.table-summary .table tbody > tr > td.sum-count,
.table-summary .table tbody > tr > td.sum-right {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
}
.sum-count div,
.sum-right div {
  margin-bottom: 7px;
  color: #757575;
}
.sum-count .sum-disc,
.sum-right .sum-disc {
  margin-bottom: 0;
  color: #95ba34;
}
.table tbody > tr > td.table-line {
  padding: 1px 0;
  border-bottom: 1px solid #ebebeb;
}
.table-summary .table tbody > tr > td.grand-count {
  border : 0;
  padding-bottom: 0;
}
.grand-count .sum-grand {
    font-family: 'ProximaNova-Bold';
    color: #333333;
    text-transform: uppercase;
    font-size: 13px;
    margin-top: 1px;
    letter-spacing: 0.5px;
}
.sum-right.grand-count .sum-grand {
  font-size: 14px;
  margin-top: 0;
  letter-spacing: normal;
}

/*1*/
.create-account .radio {
  display: inline-block;
  margin: 0 20px 0 0;
}
.inner-transaction .form-control {
  height: 34px;
}
.select-day {
  width: 150px;
  display: inline-block;
  vertical-align: top;
}
.select-month {
  width: 117px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.select-year {
  width: 105px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: top;
}
.inner-transaction .checkbox {
  margin: 30px 0 35px;
}
.inner-transaction p {
  font-family: 'ProximaNova-Regular';
  color: #3c3d41;
}

/*1*/
.choose-checout {
  display: inline-block;
}
.choose-checkout {
  display: inline-block;
  float: right;
  width: 170px;
  margin-top: -7px;
}
.forget-password-url {
  text-transform: uppercase;
  color: #999999;
  font-size: 9px;
  letter-spacing: 1.5px;
}
.double-line {
  margin: 25px 0;
}
.line-solid {
  border-top: 1px solid #ebebeb;
  margin-bottom: 2px;
}
.as-guest {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
  letter-spacing: 1.5px;
  margin-bottom: 15px;
}

/*2*/
.choose-address .radio {
  margin: 20px 0;
}
.choose-address .choose-new {
    display: none;
    padding-top: 10px;
}
.edit-address {
  float: right;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-size: 12px;
  font-family: 'ProximaNova-Regular';
  color: #aaaaaa;
}
.edit-address:hover {
  color: #cccccc;
}
.payment-method .radio label:after {
  background-color: #82d889;
  border: 1px solid #7eb983;
}
.payment-option {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2px;
  padding: 1px 0 5px;
}
.payment-option .radio {
  margin-bottom: 20px;
}
.payment-method .bank-transfer,
.payment-method .credit-card {
  border-top: 1px solid #ebebeb;
  padding-top: 20px;
}
.bank-transfer p {
  max-width: 350px;
  margin-bottom: 30px;
}
.credit-card {
  display: none;
}
.credit-card .radio {
    display: inline-block;
    margin-right: 20px;
}
.credit-card .radio img {
  margin-top: -5px;
}
.cc-notise {
  font-size: 11px;
  max-width: 130px;
}
.form-payment-last {
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2px;
  padding-bottom: 30px;
}
.billing-address {
  margin-top: 40px;
}
.inner-transaction .credit-card .checkbox {
  margin: 30px 0 25px;
}

/*4*/
.top-trancation {
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  padding: 10px 0 50px;
}
.top-trancation p {
  font-size: 13px;
}
.top-trancation h3 {
  margin: 25px 0 5px;
}
.bottom-transaction {
  text-align: center;
  padding: 50px 15px;
  border-top: 1px solid #eeeeee;
  margin-top: 2px;
}
.bottom-transaction p {
  font-size: 13px;
  width: 100%;
  max-width: 650px;
  margin: 0 auto 50px;
}

/*account Page*/
.text-white {
  color: #ffffff;
}
.text-black {
  color: #333333;
}
.inner-logreg {
  background-color: #ffffff;
}
.account-banner {
  margin-top: 20px;
  padding: 20px;
  position: relative;
  text-align: center;
}
.account-banner h2 {
  font-family: 'FuturaLT-Bold';
  position: absolute;
  width: 100%;
  top: 40%;
  left: 0;
  margin: 0;
}
.logreg {
  width: 100%;
  max-width: 470px;
  padding: 20px 0 100px;
  margin: 0 auto 40px;
}
.logreg .form-group {
  margin-bottom: 20px;
}
.logreg label {
  font-family: 'FuturaLT-Bold';
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}
.form-logreg {
  margin-top: 40px;
}
.form-logreg .btn-35 {
  width: 35%;
}
.form-logreg .btn-60 {
  width: 60%;
}
.form-logreg .btn-left {
  margin-right: -4px;
}
.form-logreg .btn-right {
  margin-left: 5%;
}

/*Wish List*/
.product-show .product-wishlist {
  top: 20%;
}
.small-col .product-show .product-wishlist {
  top: 10%;
}
.wishlist-notice .empty-notice {
  background-color: #ffffff;
  padding: 40px 20px;
}
.confirm-payment h2 {
  position: relative;
  padding: 40px 0;
}
.datepicker-days {
  padding: 0 10px;
}
.table-condensed .datepicker-switch {
  text-align: center;
}
.table-condensed .day,
.table-condensed .prev,
.table-condensed .next {
  text-align: center;
  cursor: pointer;
}
.table-condensed .day:hover,
.table-condensed .prev:hover,
.table-condensed .next:hover {
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
}
.table-condensed .old.day,
.table-condensed .new.day {
    color: #ccc;
}

/*My Account*/
.my-account-banner {
  text-align: center;
  margin-top: 20px;
  padding: 40px 0;
}
.my-account-banner ul {
  margin: 0;
  border-bottom: 1px solid #e6e6e6;
}
.my-account-banner ul > li {
  display: inline-block;
}
.my-account-banner ul > li > a {
  padding: 15px 20px;
  color: #333333;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 1.2px;
}
.my-account-banner ul > li > a:hover {
  color: #aaaaaa;
}
.my-account-banner ul > li.active > a {
  color: #aaaaaa;
  border: 1px solid #e6e6e6;
  border-radius: 3px 3px 0 0;
  margin-bottom: -1px;
  border-bottom: 1px solid #ffffff;
}
.my-account-title {
  text-align: center;
  border-bottom: 1px dashed #dbdbdb;
  padding-bottom: 35px;
  margin-bottom: 20px;
}
.acc-address-list {
  margin: 0 40px 40px;
}
.inner-address-list {
  border: 1px solid #333333;
  text-align: center;
  margin-top: 20px;
  min-height: 300px;
}
.inner-address-list h3 {
  margin: 50px 20px 20px;
}
.inner-address-list p {
  font-family: 'ProximaNova-Regular';
  margin: 0 20px 52.5px;
}
.btn-action .btn-white-border {
  width: 50%;
}
.btn.btn-white-border.btn-acc-left {
  margin-right: -4px;
  border-color: #333333;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  float: left;
}
.btn.btn-white-border.btn-acc-right {
  margin-right: -6.5px;
  margin-left: -2px;
  border-color: #333333;
  border-bottom: 0;
  border-right: 0;
}
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .btn.btn-white-border.btn-acc-right {
      margin-right: -6px;
    }
}

.inner-address-add {
  margin-top: 20px;
  border: 1px solid #e6e6e6;
  padding: 20px;
  text-align: center;
  min-height: 300px;
  margin-bottom: 40px;
}
.inner-address-add img {
  display: block;
  margin-bottom: 30px;
  margin-top: 55px;
}
.form-add-hide {
  display: none;
}
.form-add-title h2 {
  text-align: center;
  font-family: 'FuturaLT-Bold';
  margin-top: 40px;
  margin-bottom: 40px;
}
.logreg .styled-select::before {
  top: 16px;
}
.tb-order {
  margin: 60px auto 40px;
  max-width: 860px;
  padding: 0 20px 150px;
}
.tb-order .table {
  border: 1px solid #eeeeee;
}
.tb-order .table thead > tr > th {
  padding: 15px;
}
.tb-order .table tbody > tr > td {
  padding: 20px 15px;
}
.tb-order a {
  color: #aaaaaa;
  text-decoration: underline;
}
.tb-order a:hover {
  color: #cccccc;
}
.my-orders-back {
  text-align: left;
  max-width: 810px;
  padding: 0 20px;
  margin: -42px auto 0;
}
.my-orders-det {
  margin: 60px auto 40px;
  max-width: 810px;
  padding: 0 20px;
}
.my-orders-det .order-title {
  margin: -40px 0 20px;
  padding-top: 40px
}
.order-detail {
  border: 1px solid #e6e6e6;
  margin-bottom: 40px;
}
.order-detail .list-order:first-child .inner-order-detail {
  background-color: rgb(255,255,255);
}
.order-detail .inner-order-detail {
  border-right: 1px solid rgb(230, 230, 230);
  background-color: rgb(247, 247, 247);
  padding: 30px 25px;
  height: 152px;
}
.inner-order-detail .status-ship {
  font-weight: bold;
  color: rgb(141, 198, 63);
  font-size: 14px;
}
.inner-order-detail span {
  font-size: 12px;
  margin-bottom: 15px;
  line-height: 1.7;
}
.inner-order-detail label {
  display: block;
  font-size: 10px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
}
.my-orders-det .order-body .tacking-order .ref {
  color: #bbbbbb;
  font-size: 10px;
  display: block;
  letter-spacing: 0.5px;
  margin-top: 10px;
}
.tracking-date span {
  font-family: 'ProximaNova-Bold';
}
.my-orders-det .order-body span {
  font-size: 12px;
}
.my-orders-det .order-body .tacking-order span {
  font-size: 14px;
}
.my-orders-det .prod-qty p {
  padding-left: 10px;
}
.my-orders-det .have-border-btn {
  padding: 20px 0 10px;
  border-bottom: 1px solid #eeeeee;
}
.my-account-bottom {
  text-align: center;
  padding: 10px 20px 100px;
  margin-bottom: 40px;
}
.my-account-bottom .my-orders-back {
  margin-top: -50px;
}
.my-orders-det p {
  font-size: 13px;
}
.tb-order span,
.tb-order a {
  font-size: 12px;
}
.col-sm-9.pl-20 {
  overflow-x: hidden;
}
video#bgvid { 
  width: 100%;
  height: auto;
  background-size: cover; 
}
.overlay-video {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  background-color: rgba(0,0,0,0.5);
}
.see-size-guide {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  border-bottom: 1.5px solid;
  color: #aaa;
  font-size: 12px;
  margin: 25px 0 0;
}
.filter-group.to-add-cart {
  margin: -40px 0 0;
  background-color: #ffffff;
  padding-bottom: 60px;
}
.modcon-sizeguide {
  padding-bottom: 30px;
}
.modcon-sizeguide h5 {
  margin-bottom: 30px;
}
.modcon-sizeguide table {
  margin-bottom: 25px
}
.table-size-guide .table {
  border-left: 1px solid #000000 !important;
  border-bottom: 1px solid #000000 !important;
}
.table-size-guide .table tbody > tr > td {
  padding: 5px !important;
  border-color: #000 !important;
  border-right: 1px solid !important;
  vertical-align: middle !important;
}
.table-size-guide span {
  text-align: left !important;
  color: #000 !important;
  display: block !important;
  text-transform: none !important;
}
.table-size-guide .tb-up-black {
  color: #fff !important;
  background-color: #000 !important;
  margin: -5px !important;
  padding: 7px !important;
  text-transform: uppercase !important;
}
.about-us-head img {
  width: 100%;
}
.title-about-us {
  margin: 40px 0 30px;
}
.about-us-desc p {
    font-family: 'ProximaNova-Regular';
    text-align: center;
    padding: 30px 0px 20px;
    color: #666;
    font-size: 15px;
    line-height: 1.5;
}
.inner-locatoin-about h4 {
  text-align: center;
  margin-bottom: -15px;
}
.about-us-desc p span {
    font-family: 'ProximaNova-Bold';
    margin-right: 10px;
}
.about-us-desc .inner-locatoin-about p {
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.foot-right {
    padding: 10px;
    background-color: #f1f1f1;
    margin-bottom: 20px;
}
.foot-right ul {
  margin: 0 !important;
}
.foot-right ul > li {
  display: inline-block;
  margin-right: 15px;
}
.foot-right ul > li > a {
  font-family: 'ProximaNova-Bold';
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 0.5px;
    color: #ababab;
}
.foot-right ul > li > a:hover {
  text-decoration: underline;
}
.foot-right p {
  font-family: 'ProximaNova-Bold';
  color: #aaa;
  margin: 3px 0 0;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.5px;
}
.filter-group.to-add-cart.new-add-to-cart {
  margin-top: 35px;
}
.modal-list-prod {
  overflow-y: auto;
  overflow-x: hidden;
}
.email-notify {
  max-width: 400px;
  margin: auto;
}

.table-cart p {

white-space: nowrap;

}




