/*
Boland shop style file
*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700");
/*
Template basics
*/
body {
  background: #fff;
  font-size: 15px;
  line-height: 26px;
  color: #888;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: normal;
  -ms-interpolation-mode: bicubic;
}

a {
  text-decoration: none;
  color: #000000;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:hover, a:focus {
  outline: 0 !important;
  text-decoration: none;
  color: #999;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0px;
  color: #222;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
}

.lead small {
  font-size: 13px;
}

.label-primary {
  background: #000000;
}

.label {
  font-weight: 400;
}

label {
  font-weight: 700;
}

.label-danger {
  background: #f5303e;
}

.overflow-hidden {
  overflow: hidden;
}

input, input[type="text"], input[type="email"], textarea, .form-control {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  min-height: 38px;
  border-color: #eee;
}
input:focus, input[type="text"]:focus, input[type="email"]:focus, textarea:focus, .form-control:focus {
  border-color: #000000;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
}

.title-font {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

.font-700 {
  font-weight: 700 !important;
}

.font-400 {
  font-weight: 400 !important;
}

.font-300 {
  font-weight: 300 !important;
}

.font-900 {
  font-weight: 900 !important;
}

.margin-b-10 {
  margin-bottom: 10px !important;
}

.margin-b-20 {
  margin-bottom: 20px !important;
}

.margin-b-30 {
  margin-bottom: 30px !important;
}

.margin-b-40 {
  margin-bottom: 40px !important;
}

.margin-b-50 {
  margin-bottom: 50px !important;
}

.margin-b-60 {
  margin-bottom: 60px !important;
}

.margin-b-70 {
  margin-bottom: 70px !important;
}

.space-10 {
  height: 10px;
}

.space-20 {
  height: 20px;
}

.space-30 {
  height: 30px;
}

.space-40 {
  height: 40px;
}

.space-50 {
  height: 50px;
}

.space-60 {
  height: 60px;
}

.space-70 {
  height: 70px;
}

.space-80 {
  height: 80px;
}

.rating {
  color: #000000;
}

.text-small {
  font-size: 13px !important;
  line-height: 22px;
}

.text-white {
  color: #fff !important;
}

.grey-bg {
  background-color: #f5f5f5;
}

.text-primary {
  color: #000000;
}

.text-align-right { text-align: right; }
.text-align-left  { text-align: left; }
.float-right  { float: right; }
.float-left   { float: left; }


th {
  font-weight: 500 !important;
}

button:focus, input [type="submit"]:focus {
  outline: 0 !important;
}

/**page bradcrumb**/
.page-breadcrumb {
  background: url(../images/monetyze-bg.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 50%;
  padding-top: 150px;
  padding-bottom: 50px;
}

.page-breadcrumb h4 {
  margin-bottom: 0px;
  font-size: 30px;
  color: #fff;
  text-transform: capitalize;
  font-weight: 500;
  text-shadow: 2px 2px #123456;
}

.parallax-banner {
  background: url(../images/bg1.jpg) no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 0 50%;
  padding-top: 250px;
  padding-bottom: 150px;
}
.parallax-banner h1 {
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
}
.parallax-banner p {
  color: rgba(255, 255, 255, 0.9);
}

.social-icons a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 25px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  border: 2px solid #ddd;
  color: #ddd;
}
.social-icons a i {
  display: block;
  line-height: 32px;
}
.social-icons a:hover {
  color: #fff;
  border-color: #000000;
  background-color: #000000;
}

/**sticky footer*/
html.footer-sticky, .footer-sticky body, .maintenance-page, .maintenance-page body {
  height: 100%;
}

body .wrap > .container > h1 {
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

body .wrap > .container h1 {
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .footer-sticky .page-footer-sticky {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100vh;
    min-height: 100%;
  }
  .footer-sticky .page-footer-sticky .footer-sticky-wrap {
    -webkit-flex: 1 0 auto;
    -moz-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    min-height: 0;
    height: auto;
    position: relative;
    right: 0;
    min-height: 100%;
  }
  .footer-sticky .page-footer-sticky .footer-sticky-wrap .footer-sticky-inner {
    position: relative;
    width: 100%;
  }
  #product-list .summary {
    float: left;
    width: 100%;
    margin-bottom: 10px;
  }

}

.display-table {
  display: table;
  width: 100%;
  height: 100%;
}
.display-table .vertical-middle {
  display: table-cell;
  vertical-align: middle;
}

/**coming soon page**/
.maintenance-page-wrap {
  background: url(../images/bg1.jpg) no-repeat;
  background-attachment: fixed;
  background-position: 50% 50%;
}
.maintenance-page-wrap a img {
  margin-bottom: 20px;
}
.maintenance-page-wrap p {
  color: #fff;
  opacity: 0.9;
  -webkit-opacity: 0.9;
}

.timeTo figcaption {
  color: #fff;
}

/**pagination**/
.pagination > li > a, .pagination > li > span {
  color: #000000;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
  background-color: #000000;
  border-color: #000000;
}

.dropcap-text:first-letter {
  color: #000000;
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
}

.dropcap-bg:first-letter {
  background-color: #000000;
  color: #fff;
  padding: 5px 10px;
  display: inline-block;
  margin-right: 10px;
}

/**modal**/
.modal-boland .modal-content {
  position: relative;
  padding: 30px 15px;
}
.modal-boland .modal-content button.close {
  position: absolute;
  right: 10px;
  top: 10px;
}

.modal-bg .modal-content {
  background: url(../images/bg1.jpg) no-repeat;
  color: #fff;
}
.modal-bg .modal-content button.close {
  color: #fff;
  opacity: 1;
}
.modal-bg .modal-content h3 {
  color: #fff;
}

/**********back to top*************/
.scrollToTop {
  text-align: center;
  background: transparent;
  font-weight: bold;
  color: #000000;
  text-decoration: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  display: none;
  opacity: 0.5;
  line-height: 0px;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.scrollToTop i.material-icons {
  font-size: 40px;
}

.scrollToTop:hover {
  text-decoration: none;
  opacity: 1;
  color: #000000;
}

/**preloader**/
div#preloader {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../images/loader.gif") no-repeat center center;
}

/*
Buttons style
*/
.btn-link {
  text-decoration: none;
  color: #999;
  letter-spacing: 9px;
  padding: 0px 0px !important;
}

.btn {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  font-family: "Roboto", sans-serif;
}
.btn.btn-rounded {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
}

.btn {
  padding: 10px 20px 10px;
}

.btn-lg {
  padding: 14px 30px 14px;
}

.btn-xl {
  padding: 16px 35px 16px;
}

.btn-xs {
  padding: 6px 12px;
}

.btn-primary {
  background: #000000;
  color: #fff;
}
.btn-primary:hover {
  color: #fff;
  background: #333;
}
.btn-primary:focus {
  background: #000000;
  color: #fff;
}

.btn-default {
  background: #eee;
  color: #333;
}
.btn-default:hover {
  color: #333;
  background: #ddd;
}
.btn-default:focus {
  background: #eee;
  color: #333;
}

.btn-dark {
  background: #333;
  color: #fff;
}
.btn-dark:hover {
  color: #fff;
  background: #111;
}
.btn-dark:focus {
  background: #333;
  color: #fff;
}

.btn-google {
  background: #d73d32;
}

.btn-facebook {
  background: #3b5998;
}

.btn-social {
  color: #fff;
}
.btn-social i {
  margin-right: 10px;
}
.btn-social:hover {
  color: #fff;
  opacity: 0.9;
}
.btn-social-tiny i {
  color: #898989;
  cursor: pointer;
}

.btn-default-border {
  background: transparent;
  border: 1px solid #eee;
  color: #999;
}
.btn-default-border:hover {
  background: #eee;
  color: #999;
}
.btn-default-border:focus {
  background: transparent;
  border: 1px solid #eee;
  color: #999;
}

.btn-dark-border {
  background: transparent;
  border: 1px solid #333;
  color: #333;
}
.btn-dark-border:hover {
  background: #333;
  color: #fff;
}
.btn-dark-border:focus {
  background: transparent;
  border: 1px solid #333;
  color: #333;
}

.btn-primary-border {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
}
.btn-primary-border:hover {
  background: #000000;
  color: #fff;
}
.btn-primary-border:focus {
  background: transparent;
  border: 1px solid #000000;
  color: #000000;
}

.btn-danger-border {
  background: transparent;
  border: 1px solid #f5303e;
  color: #f5303e;
}
.btn-danger-border:hover {
  background: #f5303e;
  color: #fff;
}
.btn-danger-border:focus {
  background: transparent;
  border: 1px solid #f5303e;
  color: #f5303e;
}

/*
Pace preloader
*/
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.pace-inactive {
  display: none;
}

.pace .pace-progress {
  background: #000000;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}

.pace .pace-progress-inner {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #000000, 0 0 5px #000000;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -moz-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  -o-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

.pace .pace-activity {
  display: block;
  position: fixed;
  z-index: 2000;
  top: 5px;
  right: 5px;
  width: 14px;
  height: 14px;
  border: solid 2px transparent;
  border-top-color: #000000;
  border-left-color: #000000;
  border-radius: 10px;
  -webkit-animation: pace-spinner 400ms linear infinite;
  -moz-animation: pace-spinner 400ms linear infinite;
  -ms-animation: pace-spinner 400ms linear infinite;
  -o-animation: pace-spinner 400ms linear infinite;
  animation: pace-spinner 400ms linear infinite;
}

@-webkit-keyframes pace-spinner {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes pace-spinner {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes pace-spinner {
  0% {
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-ms-keyframes pace-spinner {
  0% {
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes pace-spinner {
  0% {
    transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*
Top bar style
*/
.top-bar {
  background-color: #000000;
  /*height: 30px;*/
  color: rgba(255, 255, 255, 0.8);
  line-height: 30px;
  font-size: 13px;
}
.top-bar .list-inline {
  margin: 0;
  padding: 0;
}
.top-bar .list-inline > li {
  vertical-align: middle;
  position: relative;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  display: block;
  float: left;
}
.top-bar .list-inline > li:last-child {
  border-right: 0px;
}
.top-bar .list-inline > li a {
  display: block;
  color: rgba(255, 255, 255, 0.8);
  height: 30px;
  line-height: 30px;
  padding: 0px 10px;
}
.top-bar .list-inline > li a img {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.top-bar .list-inline > li a i {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.top-bar .list-inline > li a:hover {
  color: white;
}
.top-bar .list-inline:first-child {
  margin-left: -25px;
}


.lang-dropdown.dropdown-menu {
  left: auto;
  right: 0;
  min-width: 150px;
  z-index: 9999;
  width: 150px;
  background-color: #fff;
  list-style: none;
  padding: 0px;
  margin-top: 0px;
}
.lang-dropdown.dropdown-menu > li > a {
  color: rgba(0, 0, 0, 0.8);
  padding: 2px 20px;
  display: block;
}
.lang-dropdown.dropdown-menu > li > a img {
  margin-right: 10px;
}
.lang-dropdown.dropdown-menu > li > a:hover {
  color: #000000;
}

/*
Template Header
*/
.navbar-nav > li > a {
  font-weight: 500;
  text-transform: capitalize;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
}

.navbar-default {
  margin: 0px;
  border: 0px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  padding: 10px 0;
}
.navbar-default .navbar-nav > li > a {
  color: #666666;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.navbar-default .navbar-nav > li > a:hover {
  color: #000000 !important;
}

.navbar-brand {
  padding: 5px;
}

.navbar-brand.store {
  padding: 1px;
}

.store .ms-slide-container h3, .store .ms-slide-container h4, .store .ms-slide-container h5 {
  text-shadow: 2px 2px 5px rgba(5, 5, 5, 1);
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
  color: #000000 !important;
  background-color: transparent;
}

.right-icon-nav li {
  float: left;
  display: block;
  padding: 0px;
  position: relative;
}
.right-icon-nav li a {
  display: block;
}
.right-icon-nav li a i {
  font-size: 24px;
  margin-top: -10px;
  position: relative;
  top: 8px;
}
.right-icon-nav li a .label {
  position: absolute;
  right: 10px;
  top: 10px;
}

.search-form form {
  position: relative;
}
.search-form form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  line-height: 45px;
  border: 0px;
  background-color: transparent;
  color: #eee;
}
.search-form form button i {
  display: block;
}
.search-form form button:hover, .search-form form button:focus {
  color: #000000;
  outline: 0px;
}

.sticky-header {
  width: 100% !important;
  left: 0;
  z-index: 1001 !important;
}

.is-sticky .navbar-default.sticky-header {
  border-bottom: 1px solid #DFDFDF;
  background: #F3F3F3;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: margin-top .5s ease-out;
  transition: margin-top .5s ease-out;
  -webkit-box-shadow: 0 0 3px #C3C3C3;
  box-shadow: 0 0 3px #C3C3C3;
}

/**offcanvas cart menu*/
.navmenu-default {
  background: #fff;
  border: 0px;
  box-shadow: 0px -3px 20px rgba(0, 0, 0, 0.1);
  z-index: 9999;
}

.cart-inner {
  padding: 30px 20px;
}

.cart-inner h4 {
  color: #555;
  text-transform: capitalize;
}

.cart-inner hr {
  border-top-color: rgba(0, 0, 0, 0.1);
}

.cart-list li {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.cart-list li:last-child {
  border-bottom: 0px;
}

.cart-list li .btn {
  margin: 5px;
}

.cart-list .cart-thumb {
  float: left;
  margin-right: 10px;
}

.cart-list .cart-content {
  overflow: hidden;
}

.cart-list .cart-content h5 {
  margin: 3px;
  font-weight: 400;
  font-size: 14px;
}

.cart-list .cart-content h5 a {
  color: #333;
}
.cart-list .cart-content h5 a:hover {
  color: #aeaeae;
}

.cart-list .cart-content .close {
  color: #aeaeae;
}

.cart-list p .price {
  color: #000000;
  display: inline-block;
  margin-right: 5px;
  font-weight: 700;
}

/**transparent header**/
.header-transparent {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 999;
}
.header-transparent .navbar-default {
  background: transparent;
  border-bottom: 0px;
}
.header-transparent .navbar-default .navbar-nav > li > a {
  color: #fff;
}
.header-transparent .navbar-default .navbar-brand {
  width: 150px;
}
.header-transparent .navbar-default .navbar-brand img {
  position: absolute;
}
.header-transparent .navbar-default .navbar-brand img.logo-scroll {
  opacity: 0;
}
.header-transparent .is-sticky .navbar-default {
  background: rgba(255, 255, 255, 0.9);
}
.header-transparent .is-sticky .navbar-default .navbar-nav > li > a {
  color: #333;
}
.header-transparent .is-sticky .navbar-default .navbar-brand img.logo-scroll {
  opacity: 1;
}

@media (min-width: 990px) {
  .navbar-center-logo {
    padding: 40px 0;
  }
  .navbar-center-logo .navbar-brand {
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -46px !important;
  }
}
/*
Dropdown menu style
*/
.open > .dropdown-menu {
  z-index: 999999;
}

.dropdown-menu {
  min-width: 200px;
  background: #fff;
  border: 0px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 0px;
  z-index: 999999;
}
.dropdown-menu > li > a {
  color: rgba(0, 0, 0, 0.8);
  padding: 9px 20px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.dropdown-menu > li > a.marked:after {
  content: "";
  color: rgba(255, 0, 0, 1);
  display: inline-block;
  vertical-align: top;
  border: 4px solid rgba(255, 0, 0, 1);
  border-radius: 10px;
  margin: 1px 0 0 2px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent;
  color: #000000;
}

.search-dropdown {
  right: 0;
  left: auto;
  background: #fff;
  min-width: 250px;
  padding: 20px;
}
.search-dropdown > li {
  float: none;
  width: 100%;
}

.dropdown-menu .dropdown.open .dropdown-menu {
  position: absolute;
  /* box-shadow: none;*/
  margin-top: 0px;
  top: 0px;
  left: CALC(100% - 0px);
}
/*!
 * Yamm!3
 * Yet another megamenu for Bootstrap 3
 * 
 * http://geedmo.github.com/yamm3
 */
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .yamm-fw {
  position: static;
}

.yamm .container {
  position: relative;
}

.yamm-content {
  position: relative;
  overflow: hidden;
  padding: 15px 0px 6px;
}

.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 15px;
  right: 15px;
}

.yamm-content h3.heading {
  padding-left: 20px;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  color: #333;
  padding-top: 9px;
}

.mega-menu-list > li > a {
  color: rgba(0, 0, 0, 0.8);
  padding: 1px 20px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}
.mega-menu-list > li > a:hover, .mega-menu-list > li > a:focus {
  background-color: transparent;
  color: #000000;
}

/*
Product boxes
*/
.product-slider {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.product-slider .item {
  padding: 0px 15px;
}
.product-slider.owl-theme .owl-controls {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  width: 100%;
}
.product-slider.owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: transparent;
  margin: 0px;
  padding: 0px;
  color: #000;
  font-size: 30px;
}
.product-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  left: -15px;
}
.product-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  right: -15px;
}

.category-box {
  position: relative;
  display: block;
  overflow: hidden;
}
.category-box .category-text {
  width: 100%;
  height: auto;
  padding: 12px 15px 8px;
  text-align: center;
  background-color: transparent;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.category-box .category-text h4, .category-box .category-text p {
  margin: 0px;
}
.category-box .category-text h4 {
  color: #000;
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0px;
}
.category-box .category-text p {
  color: #999;
}
.category-box:hover .category-text {
  background: #000000;
}
.category-box:hover .category-text h4, .category-box:hover .category-text p {
  color: #fff;
}

/**products box**/
.product-box {
  margin-bottom: 30px;
}
.product-box .product-thumb {
  overflow: hidden;
  position: relative;
  display: block;
  background-color: #fff;
}
.product-box .product-thumb img {
  display: block;
  margin: 0 auto;
}
.product-box .product-thumb .label {
  position: absolute;
  left: -1px;
  top: 20px;
  padding: 6px 10px;
  z-index: 1;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.product-box .product-thumb .label.label-danger {
  cursor: pointer;
}
.product-box .product-thumb img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  max-height: 292px;
}
.product-box .product-thumb .product-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.product-box .product-thumb .product-overlay span {
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  margin-bottom: 0;
  margin-top: -20px;
  display: block;
}
.product-box .product-thumb .product-overlay span .btn-default {
  transform: scale(0);
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.product-box .product-thumb .product-overlay span .btn-primary {
  transform: scale(0);
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.product-box:hover .product-thumb img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.product-box:hover .product-thumb .product-overlay span .btn-default {
  transform: scale(1);
}
.product-box:hover .product-thumb .product-overlay span .btn-primary {
  transform: scale(1);
}
/*.product-box:hover .product-thumb .label {
  transform: scale(0);
}*/

.product-desc {
  padding: 15px 0 0;
}
.product-desc .product-price {
  font-weight: bold;
  color: #333;
  font-size: 15px;
  line-height: 15px;
}
.product-desc h5 {
  margin: 0px;
  width: 75%;
  font-size: 16px;
  font-weight: 400;
  /*text-transform: capitalize;*/
  min-height: 50px;
  max-height: 50px;
}
.product-desc h5 a {
  color: rgba(0, 0, 0, 0.5);
}
.product-desc h5 a:hover {
  color: black;
}

/**list view media**/
.shop-list-media .media-left {
  width: 226px;
  float: left;
  margin-right: 20px;
}
.shop-list-media .media-body h3 {
  font-weight: 400;
}
.shop-list-media .media-body h3 a {
  color: #555;
}
.shop-list-media .media-body h1 {
  color: #999;
  font-weight: 300;
  font-size: 20px;
}

/*
Icon boxes
*/
.features {
  padding: 40px 0;
  background: #fff;
  padding-bottom: 0px;
}

.icon-box-left {
  margin-bottom: 40px;
}
.icon-box-left h4 {
  font-weight: 300;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.icon-box-left i {
  float: left;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border: 1px solid #000000;
  font-size: 40px;
  margin-right: 20px;
  color: #000000;
}
.icon-box-left p {
  margin: 0px;
}
.icon-box-left:hover i {
  color: #fff;
  background: #000000;
}

.topic-box {
  display: block;
  color: #999;
}
.topic-box h4 {
  margin-bottom: 5px;
  text-transform: capitalize;
}
.topic-box i {
  margin-right: 20px;
  color: #000000;
  font-size: 40px;
}
.topic-box:hover h4 {
  color: #000000;
}

.contact-icons i {
  margin-right: 20px;
}
.contact-icons p {
  margin: 0px;
}

/*
Sliders
*/
/*main slider*/
.ms-timerbar {
  bottom: auto;
  top: 0;
}

.ms-skin-default .ms-time-bar {
  border-top: 0px;
  background: #000000;
  background-color: #000000 !important;
  opacity: 0.5;
}

.full-width {
  width: 100%;
}

.title1 {
  text-transform: capitalize;
  font-weight: 700;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: 0px;
}
.title1.white-color {
  color: #fff;
}

.sub-title2 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 18px;
  line-height: 24px;
}
.sub-title2.white-color {
  color: #fff;
}

/*testimonial**/
.testimonials {
  background: #333;
  padding: 90px 0;
}

.testi-slider {
  position: relative;
  overflow: hidden;
}
.testi-slider p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 20px;
  line-height: 32px;
}
.testi-slider h4 {
  color: #fff;
}
.testi-slider h4 small {
  color: rgba(255, 255, 255, 0.7);
}
.testi-slider.owl-theme .owl-controls {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  width: 100%;
}
.testi-slider.owl-theme .owl-controls .owl-buttons div {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  background-color: #000000;
  margin: 0px;
  padding: 0px;
  width: 30px;
  height: 60px;
  line-height: 60px;
  font-size: 30px;
  color: #fff;
}
.testi-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
  position: absolute;
  left: 0px;
}
.testi-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
  position: absolute;
  right: 0px;
}

/*
Call to actions
*/
.cta-theme {
  background-color: #000000;
}

.newsletter-form form {
  position: relative;
}
.newsletter-form form .newsletter-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 45px;
  border: 0px;
  background: transparent;
  color: #333;
  font-size: 20px;
  width: 40px;
  text-align: center;
}

/*
Login register
*/
.login-register-box {
  padding: 30px 20px;
  border: 1px solid #eee;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
}
.login-register-box .divider {
  border-bottom: 1px solid #eee;
  position: relative;
  margin-bottom: 30px;
}
.login-register-box .or-text {
  position: absolute;
  top: -10px;
  padding: 0 10px;
  background: #fff;
  display: inline-block;
  left: 50%;
  margin-left: -21px;
  color: #999ca4;
  font-size: 14px;
}
.login-register-box .form-control {
  padding-right: 40px;
}
.login-register-box .form-group {
  position: relative;
}
.login-register-box .form-group .icon {
  position: absolute;
  right: 15px;
  top: 10px;
  color: #ddd;
}
.login-register-box .checkbox label {
  padding-left: 0px;
}
.login-register-box .forget-paddword {
  display: inline-block;
  margin-top: 10px;
}

.social-buttons a {
  margin-top: 5px;
}

/*
Blog Styles
*/
.post {
  background: #fff;
}
.post .blog-desc {
  padding: 15px;
}
.post .blog-desc h4 {
  margin: 8px 0;
}
.post .blog-desc h4 a {
  color: #253340;
}
.post .blog-desc h4 a:hover {
  color: #000000;
}

.post-meta {
  display: block;
  position: relative;
  padding-left: 40px;
}
.post-meta:before {
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  content: " ";
  width: 27px;
  height: 1px;
  background: #dadada;
}

.about-author {
  padding: 15px 15px;
  background-color: #f5f5f5;
}
.about-author img {
  margin-right: 15px;
}
.about-author p {
  margin: 0px;
}
.about-author h5 {
  margin-bottom: 0px;
  text-transform: uppercase;
}

.comments-list li {
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
  margin-bottom: 20px;
}
.comments-list li:nth-child(even) {
  padding-left: 30px;
}
.comments-list li:last-child {
  border-bottom: 0px;
}
.comments-list img {
  margin-right: 15px;
  width: 50px;
}
.comments-list h5 {
  margin-bottom: 0px;
}
.comments-list span {
  display: block;
  margin-bottom: 5px;
}
.comments-list p {
  margin-bottom: 0px;
}

.quick-news-list > li {
  margin-bottom: 20px;
}
.quick-news-list .date {
  float: left;
  color: rgba(0, 0, 0, 0.3);
  font-family: "Roboto", sans-serif;
  margin-right: 20px;
  text-align: center;
  width: 60px;
}
.quick-news-list .date span {
  display: block;
  font-size: 40px;
}
.quick-news-list .content {
  overflow: hidden;
}
.quick-news-list .content a h4 {
  margin-bottom: 5px;
}
.quick-news-list .content a:hover h4 {
  color: #000000;
}
.quick-news-list .content .quick-meta a {
  color: rgba(0, 0, 0, 0.4);
}
.quick-news-list .content .quick-meta a:hover {
  color: #000000;
}

/*
Sidebar style
*/
.sidebar-widget h4 {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 13px;
}
.sidebar-widget .list-unstyled > li > a {
  color: #999;
  padding: 4px 0;
}
.sidebar-widget .list-unstyled > li > a:hover {
  color: #000000;
}

.recent-post li {
  padding-bottom: 15px;
}

.recent-post img {
  float: left;
  margin-right: 15px;
}

.recent-post .post-content {
  overflow: hidden;
}

.recent-post .post-content h5 {
  margin-bottom: 0px;
  font-weight: 400;
}
.recent-post .post-content h5 a {
  color: #555;
}
.recent-post .post-content h5 a:hover {
  color: #000000;
}

.recent-post span {
  font-size: 12px;
  display: block;
  color: #999;
}

/*
Tabs style
*/
.tabs-nav li {
  padding: 0px 15px;
  padding-bottom: 20px;
}
.tabs-nav li a {
  display: block;
  font-family: "Roboto", sans-serif;
  color: #999;
  border-bottom: 1px solid transparent;
}
.tabs-nav li.active a {
  color: #000000;
  border-color: #000000;
}

/*
Footer style
*/
.footer {
  background-color: #666;
  color: rgba(255, 255, 255, 0.8);
  padding-top: 50px;
  padding-bottom: 20px;
  position: relative;
  clear: both;
  width: 100%;
  float: left;
  z-index: 0;
  margin-top: 15px;
}
.footer h4 {
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 0px;
}
.footer .lead {
  margin-bottom: 0px;
}
.footer .lead small {
  color: rgba(255, 255, 255, 0.5);
}
.footer hr {
  border-top-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.footer ul.list-inline {
  margin-top: 10px;
  margin-bottom: 0px;
}

.latest-news {
  margin: 0;
}
.latest-news li {
  padding-bottom: 10px;
}
.latest-news li:last-child {
  padding-bottom: 0;
}
.latest-news .pull-left {
  margin-right: 10px;
}
.latest-news .content {
  overflow: hidden;
}
.latest-news .content h5 {
  font-size: 14px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.latest-news .content h5 a {
  color: #ddd;
}
.latest-news .content h5 a:hover {
  color: #fff;
}
.latest-news .content span a {
  color: #aeaeae;
  font-size: 13px;
}
.latest-news .content span a:hover {
  color: #ddd;
}

.link-list {
  margin: 0;
}
.link-list li {
  padding-bottom: 4px;
}
.link-list li a {
  color: #ddd;
  display: block;
}
.link-list li a:hover {
  color: #fff;
}

.socials {
  margin: 0;
  padding-top: 20px;
}
.socials a {
  color: #ddd;
  font-size: 20px;
}
.socials a:hover {
  color: #fff;
}

.image-box {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}
.image-box img {
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-box .img-overlay {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.image-box .img-overlay h1 {
  width: 100%;
  left: 0;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 50%;
  text-transform: capitalize;
  font-weight: 300;
  line-height: 24px;
  font-size: 24px;
  margin-bottom: 0;
  margin-top: -20px;
  letter-spacing: -1px;
}
.image-box:hover .img-overlay {
  background: rgba(0, 0, 0, 0.1);
}
.image-box:hover img {
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.split-section {
  background: #000;
  color: rgba(255, 255, 255, 0.9);
  position: relative;
  overflow: hidden;
  padding: 100px 0;
}
.split-section h1 {
  color: #fff;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: -1px;
}

.split-image {
  position: absolute;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  right: 0;
  top: 0;
  background-position: center center !important;
}

/**help center**/
.support-form .btn-primary {
  height: 45px;
  line-height: 45px;
  padding: 0px 20px;
}

.faq-box {
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.faq-box p {
  margin-bottom: 0px;
}
.faq-box h4 {
  color: #555;
  font-style: italic;
  font-weight: 400;
}

/**team**/
.person-box {
  text-align: center;
}
.person-box h4 {
  text-transform: uppercase;
}
.person-box h4 small {
  font-size: 12px;
}

/**404**/
.error-404 {
  max-width: 280px;
  margin: 80px auto;
}
.error-404 i.material-icons {
  color: rgba(0, 0, 0, 0.1);
  font-size: 100px;
}
.error-404 h4 {
  text-transform: uppercase;
}

/*testimonials*/
.testi-box p {
  padding: 20px 15px;
  position: relative;
  background: #f5f5f5;
  margin-bottom: 20px;
}
.testi-box p:after {
  top: 100%;
  left: 50px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(245, 245, 245, 0);
  border-top-color: #f5f5f5;
  border-width: 12px;
  margin-left: -12px;
}

.testi-info h4 {
  font-size: 14px;
  font-weight: 700;
}
.testi-info img {
  margin-right: 10px;
}

/**filter row**/
.filter-row h4 {
  text-transform: uppercase;
  font-size: 14px;
  border-bottom: 1px dashed #eee;
  padding-bottom: 10px;
}
.filter-row ul li a, .filter-row ul li span {
  color: #777;
  display: block;
  font-weight: 300;
}
.filter-row ul li a:hover, .filter-row ul li span:hover {
  color: #000000;
}
.filter-row ul .color-filter {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
  vertical-align: middle;
}

.item-description span {
  display: block;
  margin-bottom: 10px;
  font-family: "Roboto", sans-serif;
}

.count-input {
  position: relative;
  width: 100%;
  margin: 0px auto;
}

.count-input input {
  width: 100%;
  height: 36px;
  border: 1px solid #ededed;
  border-radius: 0px;
  background: none;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.count-input .incr-btn,
.count-input .decr-btn {
  display: block;
  position: absolute;
  width: 36px;
  height: 45px;
  font-size: 18px;
  color: #606060;
  font-weight: 300;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
  top: 0;
  right: 0;
}

.count-input .incr-btn:first-child,
.count-input .decr-btn:first-child {
  right: auto;
  left: 0;
}

.cart-table > tbody > tr > td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 15px;
}
.cart-table > thead > tr > th {
  text-align: center;
  background-color: #f5f5f5;
  font-family: "Roboto", sans-serif;
}

.item-name h4, .item-price h4 {
  font-size: 16px;
}

.cart-subtotal-list {
  margin: 0px;
  padding: 0px;
}
.cart-subtotal-list li {
  padding: 7px 0;
}
.cart-subtotal-list span {
  display: inline-block;
  width: 120px;
}
.cart-subtotal-list span.lead {
  color: #000;
  margin: 0px;
}

.cart-totals {
  border: 1px solid #eee;
}

.cart-totals .cart-totals-title {
  padding: 15px;
}

.cart-totals .cart-totals-title h3 {
  margin: 0px;
}

.cart-totals .cart-totals-fields .table {
  margin-bottom: 0px;
}

.cart-totals .cart-totals-fields .table > tbody > tr > td {
  border-top-color: #eee;
  padding: 10px 15px;
  color: #333;
}

.payment-option label {
  display: inline-block;
  margin-left: 10px;
  font-size: 13px;
  cursor: pointer;
}

.account-sidebar h4 {
  color: #999;
}
.account-sidebar h4 span {
  color: #000;
}
.account-sidebar ul li a {
  display: block;
  color: #999;
  font-size: 16px;
  padding: 7px 0;
}
.account-sidebar ul li.active a {
  border-bottom: 1px solid #eee;
  color: #000;
}

.track-form {
  padding: 30px 20px;
  background: #f5f5f5;
  margin-top: 30px;
}

.ms-filters-template .ms-slide .slide-abs-text {
  position: absolute;
  left: 20px;
  bottom: 30px;
  z-index: 999;
}

.form-newsletter-lg .form-control {
  border: 0px;
  border-bottom: 2px solid #eee;
  padding-left: 0px;
}

/**/
@media (max-width: 1199px) {
  .product-slider.owl-theme .owl-controls .owl-buttons div.owl-next {
    position: absolute;
    right: 0;
  }

  .product-slider.owl-theme .owl-controls .owl-buttons div.owl-prev {
    position: absolute;
    left: 0;
  }
}
@media (max-width: 767px) {
  .space-80, .space-70, .space-60 {
    height: 40px !important;
  }

  .navbar-default {
    padding: 0px;
  }

  .split-section {
    text-align: center;
  }

  .split-image {
    width: 100%;
  }

  .sticky-header {
    height: auto !important;
  }

  .search-dropdown {
    position: absolute !important;
  }

  .sticky-header.navbar-default {
    background: #fff;
  }

  .header-transparent .navbar-default .navbar-brand img.logo-light {
    display: none;
  }

  .header-transparent .navbar-default .navbar-brand img.logo-scroll {
    display: block;
    opacity: 1;
  }

  .header-transparent .navbar-default .navbar-nav > li > a {
    color: #333;
  }
}

#product-list .product-image {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 292px;
  position: relative;
  width: 100%;
  z-index: 10;
}

.product-list .product-image {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 292px;
  position: relative;
  width: 100%;
  z-index: 10;
}

#product-list .product-list-title {
  height: 51px; float: left; width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-list .product-list-title {
  height: 51px; float: left; width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

#product-list .summary {
  float: left;
  width: auto;
  margin-bottom: 10px;
}

span.product-thumbnail {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  margin: 3px;
  border: 1px sollid #ccc;
}

span.product-image {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 500px;
  position: relative;
  width: 500px;
  margin: 0 auto;
}

span.cart-product-image {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 70px;
  position: relative;
  width: 70px;
  margin: 0 auto;
}

span.cart-product-custom-image {
  display: block;
  position: relative;
  margin: 0 auto;
  height: 86px;
}

span.custom-image-wrapper {
  display: block;
  position: relative;
  width: 70px;
  margin: 0 auto;
}

img.cart-product-image {
  background-color: transparent;
  cursor: pointer;
  display: block;
  position: relative;
  width: 70px;
  margin: 0 auto;
}

.carousel-control.right, .carousel-control.left {
  background-image: none;
}

.color_item {
  background-color: #fff;
  border: 1px solid transparent;
  display: inline-block;
  height: 25px;
  margin: 2px 5px 0 0;
  position: relative;
  width: 25px;
  padding: 2px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}
.color_item.selected {
  background-color: #fff;
  border: 1px solid #ff00ff;
}
.color_item > span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 1px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #e5e5e5;
}
.size_item.selectable {
  cursor: pointer;
  margin-right: 3px;
  display: inline-block;
  padding: 10px;
}

.size_item.selected {
  border: 2px dashed #ff00ff;
  display: inline-block;
}

.ms-showcase2-template {max-width: 540px; margin: 0 auto;}
.ms-showcase2-vertical {max-width: 677px;}
.ms-showcase2-template .ms-view{background: transparent;}

.ms-slide-container h3 {
  text-shadow: 2px 2px #123456;
}

.widget-tags a {
  display: inline-block;
  height: 29px;
  color: #999;
  font-size: 14px;
  line-height: 26px;
  text-decoration: none;
  border: 2px solid #ededed;
  border-radius: 15px;
  padding: 0 12px;
  margin: 0 2px 8px 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.widget-tags a:hover, .widget-tags a.active {
  color: #606060;
  border-color: #606060;
}

.order-overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.order-overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: -15px;
  color: #000;
  font-size: 30px;
}

#products-overlay {
  z-index: 50;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 3px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#products-overlay > .fa {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -15px;
  margin-top: 53px;
  color: #000;
  font-size: 30px;
}

#products-overlay > p {
  position: absolute;
  top: 50%;
  width: 100%;
  text-align: center;
  color: #000;
}

#products-overlay > .progress {
  position: absolute;
  top: 50%;
  width: 200px;
  margin-top: 28px;
  text-align: center;
  color: #000;
  left: 50%;
  margin-left: -100px;
}

#uploader-overlay {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  z-index: 50;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

#uploader-overlay > .fa-refresh {
  color: #000;font-size: 30px;left: 54%;margin-left: -15px;margin-top: -15px;position: absolute;top: 50%;
}

#uploader-overlay > .file-wrapper {
  left: 50%; margin-left:-122px;margin-top: -67px;position: absolute;top: 50%;
  text-align: center;
  width: 360px;
}
#uploader-overlay > .speed-wrapper {
  left: 50%;margin-left: -125px;margin-top: -47px;position: absolute;top: 50%;
  text-align: center;
  width: 360px;
}
#uploader-overlay .filename {
  max-width: 200px; overflow: hidden; text-overflow: ellipsis;
}
#uploader-overlay .filesize {
  max-width: 200px; overflow: hidden; text-overflow: ellipsis;
}
#uploader-overlay .speed {
  max-width: 200px; overflow: hidden; text-overflow: ellipsis;
}


footer a {
  color: #ddd;
}

.Arial{font-family:"Arial";}
.Helvetica{font-family:"Helvetica";}
.MyriadPro{font-family:"Myriad Pro";}
.Delicious{font-family:"Delicious";}
.Verdana{font-family:"Verdana";}
.Georgia{font-family:"Georgia";}
.Courier{font-family:"Courier";}
.ComicSansMS{font-family:"Comic Sans MS";}
.Impact{font-family:"Impact";}
.Monaco{font-family:"Monaco";}
.Optima{font-family:"Optima";}
.HoeflerText{font-family:"Hoefler Text";}
.Plaster{font-family:"Plaster";}
.Engagement{font-family:"Engagement";}

ul.print-profile {

  list-style: outside none none;
  margin: 0;
  padding: 0

}

ul.print-profile li {
  float: left;padding: 4px; text-align:center;
  height: 95px;
}

ul.print-profile li.selected img {
  border: 1px solid #000;
}

ul.print-profile li img {
  margin-bottom: 0px;
  background-color: #fff;
  cursor: pointer;
  width: 73px;
}

ul.print-file-list {

  list-style: outside none none;
  margin: 0;
  padding: 0

}

ul.print-file-list li {
  float: left;
  padding: 4px;
  text-align:center;
  width: 83px;
  height: 157px;
}

ul.print-file-list li.selected img {
  border: 1px solid #000;
}

ul.print-file-list li img {
  margin-bottom: 0px;
  background-color: #fff;
  cursor: pointer;
  width: 75px;
}

#drawingArea {

  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 0px;
  height: 0px;

  background-size: 20px 2px, 20px 2px, 2px 20px, 2px 20px;
  background-position: 0 0,  0 100%,  0 0,  100% 0;
  background-repeat: repeat-x,  repeat-x,  repeat-y,  repeat-y;
  -webkit-animation: marching-ants-1 1s;
  animation: marching-ants-1 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-play-state: running;
  animation-play-state: running;
  background-image: -webkit-linear-gradient(left, #aaa 50%, #fff 50%), -webkit-linear-gradient(left, #aaa 50%, #fff 50%), -webkit-linear-gradient(top, #aaa 50%, #fff 50%), -webkit-linear-gradient(top, #aaa 50%, #fff 50%);
  background-image: linear-gradient(to right, #aaa 50%, #fff 50%), linear-gradient(to right, #aaa 50%, #fff 50%), linear-gradient(to bottom, #aaa 50%, #fff 50%), linear-gradient(to bottom, #aaa 50%, #fff 50%);
}

#drawingArea.clear-ants {
  background-image: none;
}

a.btn-colorpicker {
  padding: 8px;
}

@-webkit-keyframes marching-ants-1 {
  0% {
    background-position: 0 0,  0 100%,  0 0,  100% 0;
  }
  100% {
    background-position: 40px 0, -40px 100%, 0 -40px, 100% 40px;
  }
}

@keyframes marching-ants-1 {
  0% {
    background-position: 0 0,  0 100%,  0 0,  100% 0;
  }
  100% {
    background-position: 40px 0, -40px 100%, 0 -40px, 100% 40px;
  }
}


#drawingArea .canvas-container {
  display: none;
  width: 100%;
  height: 100%;
}

.canvas-container-wrapper {

  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 10;
  width: 0px;
  height: 0px;

}

.canvas-container-wrapper .canvas-container {
  display: none;
  width: 100%;
  height: 100%;
}


#filelist img {
  width: 120px;
  height: auto;
  float: left;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

#shirtDiv {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  /*border: 1px solid #ffffff;*/
}

#shirtDiv > img {
  width: 100%;
}

.print-profile-selector {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 1.42857;
  margin-bottom: 20px;
  padding: 0;
  transition: border 0.2s ease-in-out 0s;
}

.generated-file-preview {
  border: 1px solid #ddd;
  border-radius: 4px;
  display: block;
  line-height: 1.42857;
  margin-bottom: 20px;
  padding: 0;
  transition: border 0.2s ease-in-out 0s;
}

/* UPLOADER STYLES */
/* uploader styles */

.ui-dialog .uploader-link {
  z-index: 1050 !important;
}

.ui-dialog .plupload.html5 {
  z-index: 1040 !important;
}

#loader.box {
  box-shadow: none;
}

.qq-uploader {
  position:relative; width: 315px;
}

.qq-upload-button .icon {
  margin-top: 2px;
}

.qq-upload-drop-area {
  display: none;
}
.qq-upload-drop-area span {
  display:block; position:absolute; top: 50%; width:100%; margin-top:-8px; font-size:16px;
}
.qq-upload-drop-area-active {background:#FF7171; display: none;}

.qq-upload-list {
  margin: 10px 0px 20px 0px;
  padding:0;
  float: left;
  display: block;
  width: 315px;
}
.qq-upload-list li {
  background: none;
  clear: both;
  font-size: 14px;
  line-height: 16px;
  list-style-image: none;
  list-style-type: none;
  margin: 0;
  padding: 6px 0 0 0px;
  display: block;
  float: left;
  width: 100%;
}

.qq-upload-spinner {
  display: inline-block;
  height: 12px;
  margin: 2px 5px;
  padding: 0;
  vertical-align: text-bottom;
  width: 60px;
}

.form .uploader-wrapper {
  width: 315px;
}

.uploader-link {
  color: #3c8dbc;
  cursor: pointer;
  z-index: 500;
  /*width: 100px;*/
  display: inline-block;
  font-weight: 700;
}

.uploader-link:hover,
.uploader-link:active,
.uploader-link:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}

.existing-link {
  display: inline-block;
  font-weight: 700;
}

.exiting-file-delete {
  color: #f00 !important;
  display: inline-block;
  font-size: 14px;
  margin-left: 10px;
}

.existing-file-attach {
  font-size: 14px;
  margin-left: 0px;
}

.product-mockup a[data-type=tshirt-setfont] {
  cursor: pointer;
}

a.viewModal {
  cursor: pointer;
}

/*
 * Component: alert
 * ----------------
 */
.jGrowl-notification.alert-success
{
  background-color: #00c669 !important;
  border-color: #00a65a;
  color: #fff;
  line-height: 16px;
}

.jGrowl-notification.alert-error
{
  background-color: #fe683e !important;
  border-color: #c30400;
  color: #fff;
  line-height: 16px;
}

.jGrowl-notification.alert-warning
{
  background-color: #feea2f !important;
  border-color: #c3c31d;
  color: #000;
  line-height: 16px;
}

input[type="checkbox"] {
  margin-top: -5px;
}

ul.print-profile-submit {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

ul.print-profile-submit li {
  float: left;
  padding: 4px;
  text-align:center;
  cursor: pointer;
  height: 263px;
}

ul.print-profile-submit li.selected img {
  border: 1px solid #000;
}

ul.print-profile-submit li img {
  margin-bottom: 0px;
  background-color: transparent;
  cursor: pointer;
  width: 164px;
  padding: 0px;
}

#submittostore-section {
  /*margin-top: -7px;*/
  padding-top: 0px;
}

#submittostore-window {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#submittostore-window .title {
  max-width: 160px;
  /* overflow: hidden; */
  display: inline-block;
  height: 50px;
}

#submittostore-window a .product-edit {
  position: absolute;
  z-index: 10;
  right: 7px;
  top: 7px;
  color: gray;
}

#submittostore-window .product-select {
  position: absolute;
  z-index: 49;
  color: green;
  top: 50%;
  margin-top: -38px;
  left: 50%;
  margin-left: -18px;
  cursor: pointer;
  font-size: 45px;
  font-weight: bolder;
  max-width: 50px;
  pointer-events: none;
}

/* Pentatonix custom code */


.colorpicker-section > div {
  display: inline-block;
  padding: 0px 10px 10px 0px;
}

.colorpicker-section > div > label {
  display: block;
  font-weight:normal;
}

.colorpicker-section .jscolor-trigger {
  background-color: #ffffff;
  background-image: url(../images/ptx/color_trigger.png) !important;
  background-position: no-repeat scroll 0 0 !important;
  border: none !important;
  outline: medium none;
  vertical-align: middle;
  display: inline-block;
  height: 22px;
  width: 22px;
  padding: 3px;
}

.color-preview {
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  width: 15px;
  border: 1px solid #ccc;
}

.pattern-key {
  background-repeat: no-repeat;
  /*background-size: 105px 193px;*/

}

.pattern-bg-1 {
  background-image: url(../images/ptx/pattern01.png) !important;
  background-color: transparent  !important;
}

.pattern-bg-2 {
  background-image: url(../images/ptx/pattern02.png) !important;
  background-color: transparent  !important;
}

.pattern-bg-3 {
  background-image: url(../images/ptx/pattern03.png) !important;
  background-color: transparent  !important;
}

.pattern-bg-4 {
  background-image: url(../images/ptx/pattern04.png) !important;
  background-color: transparent  !important;
}

.pattern-bg-5 {
  background-image: url(../images/ptx/pattern05.png) !important;
  background-color: transparent  !important;
}

.pattern-bg-6 {
  background-image: url(../images/ptx/pattern06.png) !important;
  background-color: transparent  !important;
}

.pattern-bg-7 {
  background-image: url(../images/ptx/pattern07.png) !important;
  background-color: transparent  !important;
}

.pattern-bg-8 {
  background-image: url(../images/ptx/pattern08.png) !important;
  background-color: transparent  !important;
}

.pattern-bg-9 {
  background-image: url(../images/ptx/pattern09.png) !important;
  background-color: transparent  !important;
}

.pattern-key-1 {
  background-position: 0% -49% !important;
}

.pattern-key-2 {
  background-position: 18% -49% !important;
}

.pattern-key-3 {
  background-position: 33% -49% !important;
}

.pattern-key-4 {
  background-position: 68% -49% !important;
}

.pattern-key-5 {
  background-position: 85% -49% !important;
}


.pattern-key-6 {
  background-position: 4% 35% !important;
}

.pattern-key-7 {
  background-position: 23% 35% !important;
}

.pattern-key-8 {
  background-position: 40% 35% !important;
}

.pattern-key-9 {
  background-position: 59% 35% !important;
}

.pattern-key-10 {
  background-position: 79% 35% !important;
}

.pattern1-sm-bg {
  background-image: url(../images/ptx/pattern01.png) !important;;
  background-position: 10% 71%;
  background-size: 175px 225px !important;
}

.pattern2-sm-bg {
  background-image: url(../images/ptx/pattern02.png) !important;;
  background-position: 10% 71%;
  background-size: 175px 225px !important;
}

.pattern3-sm-bg {
  background-image: url(../images/ptx/pattern03.png) !important;;
  background-position: 10% 71%;
  background-size: 175px 225px !important;
}

.pattern4-sm-bg {
  background-image: url(../images/ptx/pattern04.png) !important;;
  background-position: 9% 71%;
  background-size: 175px 225px !important;
}

.pattern5-sm-bg {
  background-image: url(../images/ptx/pattern05.png) !important;;
  background-position: 10% 71%;
  background-size: 175px 225px !important;
}

.pattern6-sm-bg {
  background-image: url(../images/ptx/pattern06.png) !important;;
  background-position: 10% 71%;
  background-size: 175px 225px !important;
}

.pattern7-sm-bg {
  background-image: url(../images/ptx/pattern07.png) !important;;
  background-position: 10% 71%;
  background-size: 175px 225px !important;
}

.pattern8-sm-bg {
  background-image: url(../images/ptx/pattern08.png) !important;;
  background-position: 9% 71%;
  background-size: 175px 225px !important;
}

.pattern9-sm-bg {
  background-image: url(../images/ptx/pattern09.png) !important;;
  background-position: 10% 71%;
  background-size: 175px 225px !important;
}

.pattern10-sm-bg {
  background-image: url(../images/ptx/pattern10.png) !important;;
  background-position: 10% 71%;
  background-size: 175px 225px !important;
}

.pattern11-sm-bg {
  background-image: url(../images/ptx/pattern11.png) !important;;
  background-position: 10% 71%;
  background-size: 175px 225px !important;
}

/* Pentatonix custom code EOF */


ul.artwork-list {
  list-style: outside none none;
  margin: 0;
  padding: 0;
  display: inline-block;
}

ul.artwork-list li {
  float: left;
  padding: 4px;
  text-align:center;
  cursor: pointer;
  height: 143px;
  max-width: 108px;
}

ul.artwork-list li .title {
  height: 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100px;
  display: inline-block;
}

ul.artwork-list li .artwork-selector {
  margin-bottom: 0px;
  background-color: transparent;
  cursor: pointer;
  width: 100px;
  height: 100px;
  padding: 0px;
  min-height: 100px;
  display: inline-block;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: center center;
}

@media (max-width: 768px) {

  .item-per-page-form {
    display: none;
  }

  .pagination-wrap {
    /*display: none;*/
  }

  #product-list .summary {
    display: none;
  }

  .page-breadcrumb {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 150px;
  }

  .account-dropdown {
    position: absolute !important;
    min-width: 100px !important;
    left: -92px !important;
    background: white !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }

}

@media (max-width: 465px) {

  .account-dropdown {
    position: absolute !important;
    min-width: 100px !important;
    left: -92px !important;
    background: white !important;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  }

  .navbar-brand.store > img {
    max-width: 150px !important;
    padding-top: 7px;
    padding-left: 8px;
  }

  .page-breadcrumb {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 70px;
  }

  ul.print-profile-submit li img {
    width: 145px;
  }

  ul.print-profile-submit li i.product-edit {
    position: absolute;
    z-index: 10;
    left: 121px;
    top: 7px;
    color: gray;
  }

}

@media (max-width: 365px) {

  .navbar-brand.store > img {
    max-width: 100px !important;
    padding-top: 7px;
    padding-left: 5px;
  }

  .page-breadcrumb {
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 0px;
    padding-bottom: 50px;
  }

}
.modal > .vertical-alignment-helper {
  display:table;
  height: 100%;
  width: 100%;
}
.modal .modal-dialog.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
}

.modal > .vertical-alignment-helper .modal-content {
    /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
    width:inherit;
    height:inherit;
    /* To center horizontally */
    margin: 0 auto;
}




#welcome-window .vertical-alignment-helper {
  display:table;
  height: 100%;
  width: 100%;
}
#welcome-window .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
}
#welcome-window .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width:inherit;
  height:inherit;
  /* To center horizontally */
  margin: 0 auto;
}

#warning-window .vertical-alignment-helper {
  display:table;
  height: 100%;
  width: 100%;
}
#warning-window .vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
}
#warning-window .modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width:inherit;
  height:inherit;
  /* To center horizontally */
  margin: 0 auto;
}
#warning-window .modal-footer {
  text-align: center;
}

#store-bg-preview,
#store-logo-preview,
#store-author-preview,
#store-favicon-preview {
  width: 100%;
  max-width: 200px;
}

.customization-bar-wrapper {
  z-index:1000;
  position: absolute;
  /*visibility: hidden;*/
}

.customization-bar .btn {
  padding: 5px 11px 5px;
  opacity: 0.75;
}

.customization-bar a.btn-colorpicker {
  padding: 3px 5px 3px;
}

.customization-bar-wrapper .btn-group .btn + .btn, .customization-bar-wrapper .btn-group .btn-group + .btn-group {
  margin-left: 0px;
}

#mockup-details {
    margin-top: 35px;
}

h3.blank-name {
  /*text-transform: capitalize;*/
  font-weight: 300;
  letter-spacing: -1px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #222;
  font-size: 36px;
}

h4.blank-desc {
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: -1px;
  margin-top: 0px;
  margin-bottom: 20px;
  color: #222;
  font-size: 36px;
}

p.product-tags {
  margin-top: 20px;
  color: #aaa;
  font-style: italic;
}

#share-socials li > a {
  line-height: 25px;
  padding: 0px 5px;
}

#share-socials li > a > i {
  color: #fff;
}

#share-socials li {
  border-right: none;
}

.cart-responsive {
  /*display: flex;*/
  -webkit-box-pack: center;
  -webkit-box-align: start;
  justify-content: center;
  align-items: flex-start;
  padding: 0px 15px 15px 15px;
  position: relative;
  overflow: hidden;
}

.cart-responsive .line-item {
  min-height: 95px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 15px;
}

.cart-responsive .cart-description {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.cart-responsive .cart-description h4 {
  margin-right: 10px;
}

.cart-responsive .cart-price-section {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.cart-responsive .cart-price {
    margin-bottom: 6px;
    align-self: flex-end;
}

.cart-responsive .cart-remove-button {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: start;
    align-items: flex-start;
    height: 19px;
    color: #707070;
    border: 0;
    padding: 0;
    background: transparent;
}

.cart-responsive .cart-product-section {
    display: flex;
    -webkit-box-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    margin-bottom: 10px;
}

span.responsive-cart-product-image {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  display: block;
  height: 70px;
  position: relative;
  width: 70px;
  float: left;
  margin: 0px 10px 10px 10px;
}

#product-list-pjax h1 {
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
}


.Callaway #product-list-pjax h1{
    text-transform: uppercase;
    text-align: right;
    letter-spacing: 8px;
}

#product-list-pjax .product-list-sort {
  margin-top: 20px;
}

#product-list .product-list-sort {
    margin-top: 20px;
}

.uploader-link-remove {
  color: #c30400;
  cursor: pointer;
  z-index: 500;
  display: inline-block;
  font-weight: 700;
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.uploader-link-remove:hover,
.uploader-link-remove:active,
.uploader-link-remove:focus {
  outline: none;
  text-decoration: none;
  color: #e30400;
}

#about-section {
  background-color: #ededed;
  margin-bottom: -15px;
  padding-top: 0px;
  margin-top: 15px;
  padding-bottom: 15px;
}

.Callaway#about-section {
  background-color: #ffffff !important;
}

#about-section h1 {
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: -1px;
  margin-top: 20px;
  margin-bottom: 20px;
}

#about-section .about-section-image {
  width: 100%; height: auto; max-width: 300px;vertical-align: middle;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  margin-bottom: -6px;
}

.select2-container--default .select2-selection--multiple {
  border: 1px solid #eee;
  border-radius: 0px;
}

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 0px;
}

/* sizing tables */

.sizeinfo table {
  width: 100%;
  max-width: 100%;
}
.sizeinfo table > thead > tr > th,
.sizeinfo table > tbody > tr > th,
.sizeinfo table > tfoot > tr > th,
.sizeinfo table > thead > tr > td,
.sizeinfo table > tbody > tr > td,
.sizeinfo table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.sizeinfo table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.sizeinfo table > caption + thead > tr:first-child > th,
.sizeinfo table > colgroup + thead > tr:first-child > th,
.sizeinfo table > thead:first-child > tr:first-child > th,
.sizeinfo table > caption + thead > tr:first-child > td,
.sizeinfo table > colgroup + thead > tr:first-child > td,
.sizeinfo table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.sizeinfo table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.sizeinfo table .table {
  background-color: #fff;
}

/* sizing tables */

/*
.page-breadcrumb.selfieclothing {
  padding-top: 450px;
  padding-bottom: 450px;
}

@media (max-width: 1025px) {

  .page-breadcrumb.selfieclothing {
    padding-top: 250px;
    padding-bottom: 250px;
  }

}

@media (max-width: 768px) {

  .page-breadcrumb.selfieclothing {
    padding-top: 100px;
    padding-bottom: 180px;
  }

}

@media (max-width: 465px) {

  .page-breadcrumb.selfieclothing {
    padding-top: 100px;
    padding-bottom: 68px;
  }

}
*/

/* Specifally landscape phones */
@media only screen and (min-width: 480px) and (max-width: 767px) {

  .col-xsl-1, .col-xsl-2, .col-xsl-3, .col-xsl-4, .col-xsl-5, .col-xsl-6, .col-xsl-7, .col-xsl-8, .col-xsl-9, .col-xsl-10, .col-xsl-11, .col-xsl-12 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xsl-12 {
    width: 100%;
  }
  .col-xsl-11 {
    width: 91.66666667%;
  }
  .col-xsl-10 {
    width: 83.33333333%;
  }
  .col-xsl-9 {
    width: 75%;
  }
  .col-xsl-8 {
    width: 66.66666667%;
  }
  .col-xsl-7 {
    width: 58.33333333%;
  }
  .col-xsl-6 {
    width: 50%;
  }
  .col-xsl-5 {
    width: 41.66666667%;
  }
  .col-xsl-4 {
    width: 33.33333333%;
  }
  .col-xsl-3 {
    width: 25%;
  }
  .col-xsl-2 {
    width: 16.66666667%;
  }
  .col-xsl-1 {
    width: 8.33333333%;
  }
  .col-xsl-pull-12 {
    right: 100%;
  }
  .col-xsl-pull-11 {
    right: 91.66666667%;
  }
  .col-xsl-pull-10 {
    right: 83.33333333%;
  }
  .col-xsl-pull-9 {
    right: 75%;
  }
  .col-xsl-pull-8 {
    right: 66.66666667%;
  }
  .col-xsl-pull-7 {
    right: 58.33333333%;
  }
  .col-xsl-pull-6 {
    right: 50%;
  }
  .col-xsl-pull-5 {
    right: 41.66666667%;
  }
  .col-xsl-pull-4 {
    right: 33.33333333%;
  }
  .col-xsl-pull-3 {
    right: 25%;
  }
  .col-xsl-pull-2 {
    right: 16.66666667%;
  }
  .col-xsl-pull-1 {
    right: 8.33333333%;
  }
  .col-xsl-pull-0 {
    right: auto;
  }
  .col-xsl-push-12 {
    left: 100%;
  }
  .col-xsl-push-11 {
    left: 91.66666667%;
  }
  .col-xsl-push-10 {
    left: 83.33333333%;
  }
  .col-xsl-push-9 {
    left: 75%;
  }
  .col-xsl-push-8 {
    left: 66.66666667%;
  }
  .col-xsl-push-7 {
    left: 58.33333333%;
  }
  .col-xsl-push-6 {
    left: 50%;
  }
  .col-xsl-push-5 {
    left: 41.66666667%;
  }
  .col-xsl-push-4 {
    left: 33.33333333%;
  }
  .col-xsl-push-3 {
    left: 25%;
  }
  .col-xsl-push-2 {
    left: 16.66666667%;
  }
  .col-xsl-push-1 {
    left: 8.33333333%;
  }
  .col-xsl-push-0 {
    left: auto;
  }
  .col-xsl-offset-12 {
    margin-left: 100%;
  }
  .col-xsl-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xsl-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xsl-offset-9 {
    margin-left: 75%;
  }
  .col-xsl-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xsl-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xsl-offset-6 {
    margin-left: 50%;
  }
  .col-xsl-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xsl-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xsl-offset-3 {
    margin-left: 25%;
  }
  .col-xsl-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xsl-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xsl-offset-0 {
    margin-left: 0;
  }
}


@media (max-width: 575px) {
  #order-summary-table table thead > tr > th:first-child {
    width: 50%;
  }

  #order-summary-table table tbody > tr > td:first-child {
    white-space: normal;
  }

  #about-section .about-section-image {
    width: 100%; height: auto; max-width: 100%;vertical-align: middle;
  }

}

@media (max-width: 420px) {

  #product-list .nav-pills {
    padding-bottom: 10px;
  }

  #product-list .nav-pills li a {
    padding: 5px 5px;
  }

  #product-list-pjax .product-list-sort {
    margin-top: 0px;
  }

  #product-list-pjax .product-list-sort {
    margin-top: 0px;
  }

  div.checkout-bottom .btn {
    padding: 10px 20px 10px;
    font-size: 12px;
  }

  input[type='text'],
  input[type='number'],
  textarea {
    font-size: 16px;
  }

  #products-overlay > p {
    top: 49%;
    line-height: 17px;
  }

  .top-bar .list-inline:first-child {
    margin-left: -13px;
  }

  .customization-bar .btn {
    padding: 5px 7px 5px;
    opacity: 0.75;
  }

  #mockup-details {
    margin-top: 10px;
  }

}

@media (max-width: 350px) {

  #order-summary-table table, #order-summary-table table h4, .cart-responsive h4 {
    font-size: 90%;
  }

  #product-list .nav-pills li a {
    padding: 5px 5px;
    font-size: 11px;
  }

  div.checkout-bottom .btn {
    padding: 10px 8px 10px;
    font-size: 12px;
  }

}



.order_history  .gray_btmline {
  margin: 15px 0;
  border-bottom: 1px solid #e3e3e3;
}

.order_history  .profile-order-item {

    margin-top: 10px;
    padding: 11px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;

}


.order_history .default_btn {
    font-family: 'Gotham Book';
    font-size: 14px;
    color: #6e6e6e;
    text-transform: uppercase;
    font-weight: 400;
    margin-top: 8px;
    display: inline-block;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    padding: 10px 15px;
    border: 1px solid #6e6e6e;
    border-radius: 0;
    margin-top: 0px;
    padding: 7px 15px;
}

.order_history .default_btn:hover{
    /*background-color: #1A1A1A;
    color: #fff;*/
    color: #000000;
    border: 1px solid #000000;
}

.text-red {
    color: red;
}
.text-bold {
    font-weight: bold;
}



@media (max-width: 767px) {
    .navbar-nav .open .dropdown-menu {
        padding-top: 4px;
        right: -12px;
    }

    .dropdown-submenu .dropdown-submenu {
        padding-left: 15px;
    }
}


.product_description {
  font-size: 16px;
}


.navbar-brand {
  /*vertical-align: bottom;*/
  background-size: contain;
  background-repeat: no-repeat !important;
  background-position: center center;
  width: 200px;
  height: 95px;
}

.navbar-toggle {
  margin-top: 30px;
}
.navbar-nav {
  margin-top: 27px;
}
@media (min-width: 768px) {
  .navbar-nav {
    margin-top: 22px;
  }
}


.modal .modal-dialog .modal-body .loader {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.8) url(../images/loader.gif) no-repeat center center;
}



.artwork_file_name_confirm {
  display: none;
  color: green;
  position: absolute;
  top: 0px;
  right: 0px;
  background: #F1F1F1;
  line-height: 26px;
  font-size: 18px;
  padding: 0px 4px;
  cursor: pointer;
}

.artwork_file_name_confirm:hover {
    background: #DEE3E9;
}

.artwork_file_name_loader {
    background: rgba(255, 255, 255, 0.8) url(../images/loader.gif) no-repeat center center;
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}



/* Bootstrap enchance */
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4,
.col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8,
.col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 384px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11 {
        float: left;
    }

    .col-xxs-1 {
        width: 8.333333333333332%;
    }

    .col-xxs-2 {
        width: 16.666666666666664%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-4 {
        width: 33.33333333333333%;
    }

    .col-xxs-5 {
        width: 41.66666666666667%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-7 {
        width: 58.333333333333336%;
    }

    .col-xxs-8 {
        width: 66.66666666666666%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-10 {
        width: 83.33333333333334%;
    }

    .col-xxs-11 {
        width: 91.66666666666666%;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-push-1 {
        left: 8.333333333333332%;
    }

    .col-xxs-push-2 {
        left: 16.666666666666664%;
    }

    .col-xxs-push-3 {
        left: 25%;
    }

    .col-xss-push-4 {
        left: 33.33333333333333%;
    }

    .col-xxs-push-5 {
        left: 41.66666666666667%;
    }

    .col-xxs-push-6 {
        left: 50%;
    }

    .col-xxs-push-7 {
        left: 58.333333333333336%;
    }

    .col-xxs-push-8 {
        left: 66.66666666666666%;
    }

    .col-xxs-push-9 {
        left: 75%;
    }

    .col-xxs-push-10 {
        left: 83.33333333333334%;
    }

    .col-xxs-push-11 {
        left: 91.66666666666666%;
    }

    .col-xxs-pull-1 {
        right: 8.333333333333332%;
    }

    .col-xxs-pull-2 {
        right: 16.666666666666664%;
    }

    .col-xxs-pull-3 {
        right: 25%;
    }

    .col-xxs-pull-4 {
        right: 33.33333333333333%;
    }

    .col-xxs-pull-5 {
        right: 41.66666666666667%;
    }

    .col-xxs-pull-6 {
        right: 50%;
    }

    .col-xxs-pull-7 {
        right: 58.333333333333336%;
    }

    .col-xxs-pull-8 {
        right: 66.66666666666666%;
    }

    .col-xxs-pull-9 {
        right: 75%;
    }

    .col-xxs-pull-10 {
        right: 83.33333333333334%;
    }

    .col-xxs-pull-11 {
        right: 91.66666666666666%;
    }

    .col-xxs-offset-1 {
        margin-left: 8.333333333333332%;
    }

    .col-xxs-offset-2 {
        margin-left: 16.666666666666664%;
    }

    .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333333333%;
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666666666667%;
    }

    .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .col-xxs-offset-7 {
        margin-left: 58.333333333333336%;
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666666666666%;
    }

    .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333333334%;
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666666666666%;
    }
}

.hidden-xxs {
    display: block !important;
}

tr.hidden-xxs {
    display: table-row !important;
}

th.hidden-xxs,
td.hidden-xxs {
    display: table-cell !important;
}

@media (max-width: 384px) {

    .hidden-xxs {
        display: none !important;
    }

    tr.hidden-xxs {
        display: none !important;
    }

    th.hidden-xxs,
    td.hidden-xxs {
        display: none !important;
    }

}

@media (min-width: 385px) and (max-width: 767px) {

    .hidden-xxs.hidden-xs {
        display: none !important;
    }

    tr.hidden-xxs.hidden-xs {
        display: none !important;
    }

    th.hidden-xxs.hidden-xs,
    td.hidden-xxs.hidden-xs {
        display: none !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .hidden-xxs.hidden-sm {
        display: none !important;
    }

    tr.hidden-xxs.hidden-sm {
        display: none !important;
    }

    th.hidden-xxs.hidden-sm,
    td.hidden-xxs.hidden-sm {
        display: none !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .hidden-xxs.hidden-md {
        display: none !important;
    }

    tr.hidden-xxs.hidden-md {
        display: none !important;
    }

    th.hidden-xxs.hidden-md,
    td.hidden-xxs.hidden-md {
        display: none !important;
    }

}

@media (min-width: 1200px) {

    .hidden-xxs.hidden-lg {
        display: none !important;
    }

    tr.hidden-xxs.hidden-lg {
        display: none !important;
    }

    th.hidden-xxs.hidden-lg,
    td.hidden-xxs.hidden-lg {
        display: none !important;
    }

}

@media (max-width: 384px) {

    .hidden-xs.hidden-xxs {
        display: none !important;
    }

    tr.hidden-xs.hidden-xxs {
        display: none !important;
    }

    th.hidden-xs.hidden-xxs,
    td.hidden-xs.hidden-xxs {
        display: none !important;
    }

}

@media (max-width: 384px) {

    .hidden-sm.hidden-xxs {
        display: none !important;
    }

    tr.hidden-sm.hidden-xxs {
        display: none !important;
    }

    th.hidden-sm.hidden-xxs,
    td.hidden-sm.hidden-xxs {
        display: none !important;
    }

}

@media (max-width: 384px) {

    .hidden-md.hidden-xxs {
        display: none !important;
    }

    tr.hidden-md.hidden-xxs {
        display: none !important;
    }

    th.hidden-md.hidden-xxs,
    td.hidden-md.hidden-xxs {
        display: none !important;
    }

}

@media (max-width: 384px) {

    .hidden-lg.hidden-xxs {
        display: none !important;
    }

    tr.hidden-lg.hidden-xxs {
        display: none !important;
    }

    th.hidden-lg.hidden-xxs,
    td.hidden-lg.hidden-xxs {
        display: none !important;
    }
}



.visible-xxs {
    display: none !important;
}

tr.visible-xxs {
    display: none !important;
}

th.visible-xxs,
td.visible-xxs {
    display: none !important;
}

@media (max-width: 384px) {

    .visible-xxs {
        display: block !important;
    }

    tr.visible-xxs {
        display: table-row !important;
    }

    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }

}

@media (min-width: 385px) and (max-width: 767px) {

    .visible-xxs.visible-xs {
        display: block !important;
    }

    tr.visible-xxs.visible-xs {
        display: table-row !important;
    }

    th.visible-xxs.visible-xs,
    td.visible-xxs.visible-xs {
        display: table-cell !important;
    }

}

@media (min-width: 768px) and (max-width: 991px) {

    .visible-xxs.visible-sm {
        display: block !important;
    }

    tr.visible-xxs.visible-sm {
        display: table-row !important;
    }

    th.visible-xxs.visible-sm,
    td.visible-xxs.visible-sm {
        display: table-cell !important;
    }

}

@media (min-width: 992px) and (max-width: 1199px) {

    .visible-xxs.visible-md {
        display: block !important;
    }

    tr.visible-xxs.visible-md {
        display: table-row !important;
    }

    th.visible-xxs.visible-md,
    td.visible-xxs.visible-md {
        display: table-cell !important;
    }

}

@media (min-width: 1200px) {

    .visible-xxs.visible-lg {
        display: block !important;
    }

    tr.visible-xxs.visible-lg {
        display: table-row !important;
    }

    th.visible-xxs.visible-lg,
    td.visible-xxs.visible-lg {
        display: table-cell !important;
    }

}

@media (max-width: 384px) {

    .visible-xs.visible-xxs {
        display: block !important;
    }

    tr.visible-xs.visible-xxs {
        display: table-row !important;
    }

    th.visible-xs.visible-xxs,
    td.visible-xs.visible-xxs {
        display: table-cell !important;
    }

}

@media (max-width: 384px) {

    .visible-sm.visible-xxs {
        display: block !important;
    }

    tr.visible-sm.visible-xxs {
        display: table-row !important;
    }

    th.visible-sm.visible-xxs,
    td.visible-sm.visible-xxs {
        display: table-cell !important;
    }

}

@media (max-width: 384px) {

    .visible-md.visible-xxs {
        display: block !important;
    }

    tr.visible-md.visible-xxs {
        display: table-row !important;
    }

    th.visible-md.visible-xxs,
    td.visible-md.visible-xxs {
        display: table-cell !important;
    }

}

@media (max-width: 384px) {

    .visible-lg.visible-xxs {
        display: block !important;
    }

    tr.visible-lg.visible-xxs {
        display: table-row !important;
    }

    th.visible-lg.visible-xxs,
    td.visible-lg.visible-xxs {
        display: table-cell !important;
    }

}


.inline-attachment {
  max-width: 640px;
  height: auto;
  max-height: 700px;
}

#image-preview-dialog, #preview-dialog {
  padding: 0px;
  min-height: 30px !important;
}


#image-preview-dialog > div {
    min-width: 640px;
}
@media (max-width: 780px) {
    #image-preview-dialog > div {
        min-width: 300px;
    }
}