html {
  font-size:14px;
}
@media (min-width:1200px) {
  html {
    font-size:16px;
  }
}
.h3, .h4, h3, h4 {
  font-size:1.125rem;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    border-radius: 0px;
    width: 100%;
    border: 1px solid #ebebeb;
    padding: 0 15px;
}
ul {
  padding: 0px;
  list-style: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance:textfield;
}
#content-wrapper {
    overflow-x: hidden;
}
.form-control {
    border-radius: 0px;
    height: 35px;
    line-height: 40px;
    border: 1px solid #eee;
    padding: 0 15px;
}
.label {
    padding: 0.25rem;
}
select:focus,
button:focus,
div:focus {
  outline:0;
}
a:hover {
  text-decoration: none;
}
.no-margin {
    margin-left:0px!important;
    margin-right:0px!important;
}
.no-padding {
    padding-left:0px!important;
    padding-right:0px!important;
}
.btn {
    border-radius: 0px;
}
.btn-default.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.btn-fullwidth {
    width:100%;
}
.btn-halfwidth {
  width: calc(50% - 10px);
}
.small-padding > .col,
.small-padding > [class*=col-] {
    padding-right: .5rem;
    padding-left: .5rem;
}
.img-responsive {
  max-width:100%;
}
/***** Header *****/
#desktop-header {
      display: none;
  }
@media (min-width: 992px) {
  #desktop-header {
      display: block;
  }
  #mobile-header {
      display: none;
  }
}
header p {
  margin: 0px;
}
header i {
  font-size:15px;
}
footer .row,
header .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding:0px 15px;
}
footer .layout-column {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
footer .row .layout-column,
header .row .layout-column {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
footer .row .col-auto,
header .row .col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
}
#mobile-header .row .col-auto {
  padding-left:7px;
  padding-right:7px;
}
#header-mobile-top {
  padding:20px 0px;
  position: relative;
}
#header-mobile-bottom {
  padding:10px 0px;
  background:#efefef;
  position: relative;
}
#mobile-header .btn-group,
#mobile-header .col-auto {
  position:unset;
}
.header-top {
    padding-top: 30px;
    padding-bottom: 30px;
    color: #777;
}
.header-sticky.sticky {
  position: fixed!important;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 999;
  box-shadow: 0 0 10px rgba(0,0,0,0.25);
  padding:0px!important;
}
.header-sticky.sticky .container {
  height:100%;
}
.header-sticky.sticky .container .row {
  height:100%;
}
.header-sticky.sticky #hor-menu {
  align-items: center;
  display: flex;
  height: 100%;
}
#search-form {
  max-width: 60%;
  margin:0 auto;
}

.header-3 #hor-menu .jms-megamenu {
  display:inline-block;
  padding:0px;
}
#cart_block .cart-icon {
    position: relative;
}
#cart_block .ajax_cart_quantity {
    position: absolute;
    width: 1rem;
    height: 1rem;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    border-radius: 50%;
    font-size: 0.75rem;
    font-weight: 500;
    bottom: -3px;
    right: -3px;
    overflow: hidden;
}
#cart_block .circle-notify {
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    top: 9px;
    right: 3px;
    overflow: hidden;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 1.875rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0;
    box-shadow: 0 0 10px rgba(0,0,0,0.25);
}
#content-wrapper .page-title {
    color: #333;
    text-align: left;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: bold;
    text-transform: none;
    border-bottom: solid 1px #e3e3e3;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
}
.text-small {
    font-size:0.8rem;
}
.header-right .dropdown-menu {
  right:0px;
  left:auto;
  min-width: 200px;
}
.dropdown-menu ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
  line-height: 30px;
}
.collapse.in {
    display: block;
    visibility: visible;
}
#hor-menu .nav {
  display:block;
  width:100%;
}
#hor-menu.align-center .navbar > ul{
  text-align:center;
}
#hor-menu.align-right .navbar > ul{
  text-align:right;
}
#ver-menu {
    position: absolute;
    width: calc(100% - 30px);
    margin-bottom: 0px;
    border-radius: 0;
    z-index: 9991;
    background: #fff;
    padding:15px 0px;
    min-width: 220px;
    box-shadow: 0px 1px 5px #ddd;
}
#ver-menu .nav {
  width:100%;
}
#ver-menu .nav > li {
    vertical-align: top;
    text-align: left;
    width:100%;
    padding:5px 20px;
}
#ver-menu .open > .dropdown-menu {
    opacity: 1;
    left: 100%;
    top:0px;
    visibility: visible;
}
#ver-menu .dropdown-menu {
    background: #fff;
    border-radius: 0;
    display: block;
    left: 100%;
    margin-top: 0;
    min-width: 230px;
    opacity: 0;
    padding: 20px 0px;
    position: absolute;
    visibility: hidden;
    z-index: 9999;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
}
.vermenu-btn {
  display:flex;
}
.vermenu-btn i {
  margin-right:10px;
  font-size:24px!important;
}
#header-bottom .container {
  padding-left:0px;
  padding-right:0px;
}
.margin-right-15 {
  margin-right:15px;
}
.user-info-sidebar .customer-name {
  font-size: 20px;
  border-bottom: 1px solid rgba(0,0,0,0.1);
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.user-info-content ul {
  list-style: none;
  margin:0px;
  padding:0px;
  line-height: 30px;
}
/***** Sidebar *****/
#header-sidebar {
  width: 343px!important;
  top:0px;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  background: #222;
  float: left;
  height: 100%;
  margin-left: 0;
  position: fixed;
  z-index: 9999;
}
.left-sidebar {
  left: -343px;
  right: auto;
}
.right-sidebar {
  right: -343px;
  left: auto;
}
.main-site {
  overflow: hidden;
  position: relative;
  left:0px;
}
#header-sidebar,
.main-site {
  transition: all 400ms;
  -webkit-transition: all 400ms;
  -moz-transition: all 400ms;
  -ms-transition: all 400ms;
  -o-transition: all 400ms;
}
.sidebar-right-open .right-sidebar {
  right: 0px;
}
.sidebar-left-open .left-sidebar {
  left: 0px;
}
.sidebar-left-open .main-site {
    overflow: unset;
    left: 343px;
    right:auto;
    position: relative;
}
.sidebar-right-open .main-site {
    overflow: unset;
    left:auto;
    right: 343px;
    position: relative;
}
.sidebar-open {
  overflow-x: hidden;
}
#header-sidebar .social-links {
  position: absolute;
  bottom:20px;
  margin: 0px 30px;
  width:calc(100% - 60px);
  text-align: center;
  padding:20px 0px 0px 0px;
  border-top:1px solid #2e2e2e;
}
#header-sidebar .social-links li {
  display: inline-block;
  margin: 0px 15px;
}
#header-sidebar .social-links li i {
  font-size:16px;
  color:#8f8f8f;
}
#header-sidebar #ver-menu {
  box-shadow: none;
  background: none;
  width:100%;
  padding-top: 60px;
}
#header-sidebar .jms-megamenu .nav > li {
    padding: 0px;
}
#header-sidebar .jms-megamenu .nav > li > a {
    color: #bababa;
    text-transform: capitalize;
    font-weight: 500;
    padding: 5px 30px;
    font-size: 16px;
    text-align: left;
    line-height: 46px;
    display:block;
    position: relative;
}
#header-sidebar .jms-megamenu .nav > li > a > .caret::after {
    content: '\f105';
    font-family: FontAwesome;
}
#header-sidebar .jms-megamenu .nav > li > a > .caret {
    display: block;
    border: 0;
    top: 4px;
    position: absolute;
    right: 35px;
    -webkit-transform: skewX(13deg);
    -ms-transform: skewX(13deg);
    transform: skewX(13deg);
}
.right-sidebar #ver-menu .open > .dropdown-menu {
    right: 100%;
    left: auto;
}
/***** Cart *****/
.dropdown-menu.user-info-sidebar,
.dropdown-menu.shoppingcart-box {
  min-width:300px;
  max-width:300px;
}
.shoppingcart-box.shoppingcart-sidebar,
.user-info-content.user-info-sidebar {
    margin:0px;
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex!important;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh;
    position: fixed;
    z-index: 1001;
    top: 0;
    right: 0;
    overflow-x: hidden;
    transform: translate3d(115%,0,0);
    transition: transform .4s;
    transition-timing-function: cubic-bezier(.7,0,.3,1);
    padding-bottom: 50px;
    min-width:300px;
}
.show .shoppingcart-box.shoppingcart-sidebar,
.show .user-info-content.user-info-sidebar {
    transform: translateZ(0);
}
.shoppingcart-box.shoppingcart-sidebar .cart_block_list {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow-y: auto;
    min-height: 0;
}
.cart_block_list {
    padding:0px;
    list-style: none;
    margin-bottom:30px;
}
.cart_block_list .row {
  margin: 0px 0px 15px 0px;
}
.cart_block_list .layout-column {
  padding-left:0px;
  padding-right:0px;
}
.cart-product-image {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.cart-product-image img {
    width:100%;
}
.cart_block_list .layout-column.product-info {
  padding-left:15px;
}
.cart-prices-line .value {
  float:right;
}
.remove-from-cart i {
  font-size:26px!important;
}
.cart-title {
  display:none;
  font-size:20px;
  border-bottom:1px solid rgba(0,0,0,0.1);
  margin-bottom:30px;
  padding-bottom:10px;
}
.shoppingcart-sidebar .cart-title {
  display:block;
}
.billing-info {
  border-top:1px solid rgba(0,0,0,0.1);
  margin-bottom:20px;
  padding-top:20px;
}
.billing-info .cart-prices-line {
  line-height: 30px;
}
.cart-button .btn {
    width: 100%;
    margin: 10px 0px;
}
#blockcart-modal .modal-header {
    background: #ebebeb;
    border-radius: 3px;
    position: relative;
}
#blockcart-modal .modal-dialog .close {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
}
.modal-dialog .close {
    opacity: 1;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #000;
    z-index: 99;
}
#blockcart-modal .modal-title {
    font-size: 15px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#blockcart-modal .modal-body {
    background: #fff;
    padding: 3.125rem 1.875rem;
    border-radius: 3px;
}
#blockcart-modal.modal.in .modal-dialog {
    -webkit-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
}
#blockcart-modal.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 20%);
    -ms-transform: translate(0, 20%);
    transform: translate(0, 20%);
}
#blockcart-modal .modal-dialog {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop.in {
    opacity: 0.3;
}
#blockcart-modal .product-image {
    width: 100%;
    border: 1px solid #ebebeb;
}
#blockcart-modal .product-name {
    font-size: 1.1rem;
    margin: 0;
    padding-bottom: 4px;
    color: #000;
    font-weight: 400;
}
#blockcart-modal .divide-left {
    border-left: #ebebeb 1px solid;
}
.number-bounce.bounce .ajax_cart_quantity {
    -webkit-animation: bounceIconUp 1s ease-in-out 2 forwards;
    -moz-animation: bounceIconUp 1s ease-in-out 2 forwards;
    -o-animation: bounceIconUp 1s ease-in-out 2 forwards;
    animation: bounceIconUp 1s ease-in-out 2 forwards;
}
@keyframes bounceIconUp {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0); }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -20px, 0); }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0); }
  90% {
    transform: translate3d(0, -5px, 0); } }
/***** Footer *****/
#footer {
  background:#F6F5F6;
  margin-top:90px;
}

#footer-main .layout-column {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:100%;
    max-width: 100%;
    padding-left:15px;
    padding-right:15px;
}
@media (min-width:480px) {
  .row-col-4 .layout-column.wrapper {
      width:25%!important;
  }
  #footer-main .layout-column {
      width:auto;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
  }
}
@media (max-width:570px) {
  #footer-copyright .layout-column,
  #footer-top .layout-column {
    width:100%!important;
    text-align:center!important;
  }
  #footer-copyright .layout-column:first-child,
  #footer-top .layout-column:first-child {
    margin-bottom:10px;
  }
}
#footer-main .block {
    padding-bottom: 1rem;
}
#footer-main .block .block-title {
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom:10px;
  margin-bottom:10px;
  color:#000;
}
#footer-main .block .block-title i {
  float:right;
  cursor: pointer;
}
@media (min-width:480px) {
  #footer-main .block .block-title i {
    display:none;
  }
}
#footer ul {
  list-style: none;
  padding:0px;
}
#footer input {
  border-radius: 0px;
}
#footer li a {
  color:#555555;
  line-height: 26px;
}
#footer-copyright p {
  margin-bottom:0px;
}
#footer .social-links {
  display: inline-block;
  margin: 0px;
}
#footer .social-links li {
  display: inline-block;
  margin:0px 10px;
}
#footer-top .newsletter-desc {
  display:none;
}
#footer-top .block-title {
  display:inline-block;
  font-size:18px;
  margin-right:10px;
}
#footer-top .block-content {
  display:inline-block;
}
#footer-top .text-center .block-content {
  width:50%;
}
#footer-top .text-center input {
}

/***** SHOP PAGE *****/
.old.price {
  text-decoration: line-through;
  opacity: 0.5;
}
.quickview-modal .modal-dialog {
    max-width: 1200px;
    width: 100%;
    margin: 66px auto;
}
/***** Breadcrumb *****/
.breadcrumb-wrapper {
    padding: 0px 15px;
}
.breadcrumb {
    border-radius: 0px;
    padding: 0px;
}
.breadcrumb ul {
  list-style: none;
  padding:0px 15px;
  margin:0px;
  width: 100%;
}
.breadcrumb ul.align-center {
  text-align: center;
}
.breadcrumb ul.align-right {
  text-align: right;
}
.breadcrumb li {
    display: inline;
}
.breadcrumb li:after {
    content: "/";
    opacity: .7;
    margin: .3em;
}
.breadcrumb .seperator-dash li:after {
    content: "-";
}
.breadcrumb .seperator-arrow li:after {
    content: ">";
}
.breadcrumb li:last-child:after {
    content: "";
}
/***** Mobile Menu *****/
#content-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
}
#content-wrap {
  -webkit-overflow-scrolling: touch;
}
.close-button {
  font-size: 20px;
  border: 0 none;
  margin-top: 0;
  padding: 10px 20px;
  text-align: left;
  width: 100%;
  position: relative;
  background: transparent;
  border-bottom:1px solid #e5e5e5;
}
.close-button h3 {
  float:left;
  font-size:20px;
  margin: 0px;
}
.close-button i {
  float:right;
}

.mobile-menu-wrap {
    background: #fff none repeat scroll 0 0;
    left: -300px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    transition: left 0.4s cubic-bezier(0.7, 0, 0.3, 1) 0s;
    width: 270px;
    height: 100%;
    z-index: 999999;
}
/* Shown menu */
.show-menu .mobile-menu-wrap {
  transition: left 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  box-shadow: 0 2px 11px rgba(0, 0, 0, 0.5);
  left: 0;
  top:0;
}
.show-menu .mobile-menu-wrap + .bg-overlay{
  opacity: 1;
  visibility: visible;
}
#off-canvas-menu {
  margin-top:20px;
}
#off-canvas-menu .nav > li {
    float: left;
    width: 100%;
    margin-top: 0;
    text-align:left;
    border-bottom:1px solid #f2f2f2;
    padding:0px;
}
#off-canvas-menu .nav > li > a {
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    position: relative;
    font-size: 15px;
    color: #555;
    display:block;
    padding:0px 20px;
}
#off-canvas-menu .nav > li:hover,
#off-canvas-menu .nav > li.open {
  background:#eee;
}
#off-canvas-menu .open > .dropdown-menu {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    padding: 15px 0px;
    position: relative;
    width: 100%;
    top:auto;
    left:auto;
    transition: none;
}
#off-canvas-menu .dropdown-menu li > a {
    font-weight: 400;
    line-height: 36px;
    text-transform: capitalize;
    position: relative;
    font-size: 13px;
    color: #555;
}
#off-canvas-menu .mega .caret {
    font-family: FontAwesome;
    font-style:normal;
    float:right;
}
#off-canvas-menu .mega .caret:before {
  content:"\f105"
}

.owl-carousel .owl-item img {
    width: 100%;
}
/***** Blog Home Widget *****/
.addon-box .post-title {
    text-align: center;
    margin-top:1rem;
}
.addon-box .post-title a {
    font-size:1rem;
    text-transform: capitalize;
}
.addon-box .post-meta {
    list-style:none;
    padding:0px;
    text-align: center;
}
.addon-box .post-meta li {
    display:inline-block;
    margin: 0px 0.625rem;
    font-size:0.8125em;
    opacity: 0.75;
    font-weight: 500;
}
/***** Block Title *****/
.addon-title h3 {
  margin:0px;
}
.blocktitle-1 .addon-title {
  text-align:center;
}
.blocktitle-2 .addon-title {
  text-align:center;
}
.blocktitle-2 .addon-title h3 {
  position:relative;
}
.blocktitle-2 .addon-title h3::before {
    content:' ';
    width:80px;
    border-bottom:2px solid #e0e0e0;
    position:absolute;
    bottom:0px;
    left:calc(50% - 40px);
}
.blocktitle-3 .addon-title {
    text-align:center;
}
.blocktitle-3 .addon-desc {
    display:none;
}
.blocktitle-4 .addon-desc {
    display:none;
}
.blocktitle-5 .addon-desc {
    display:none;
}
.blocktitle-5 .addon-desc {
    display:none;
}
.blocktitle-5 .addon-title {
    position:relative;
}
.blocktitle-5 .addon-title::before {
    content:' ';
    width:100%;
    border-bottom:2px solid #e0e0e0;
    position:absolute;
    bottom:-10px;
    left:0px;
}
.blocktitle-6 .addon-desc {
    display:none;
}
.blocktitle-6 .addon-desc {
    display:none;
}
.blocktitle-6 .addon-title {
    position:relative;
}
.blocktitle-6 .addon-title::before {
    content:' ';
    width:100%;
    border-bottom:2px solid #e0e0e0;
    position:absolute;
    bottom:0px;
    left:0px;
    z-index:-1;
}
.blocktitle-6 .addon-title h3 {
    display:inline-block;
    border-bottom:2px solid red;
}
/***** Block Tab Title *****/
.addon-tab-title h3 {
    margin:0px;
}
.addon-tab-title .addon-tab-desc {
  margin: 0px;
}
.addon-tab .nav-tabs .nav-link {
    border:0px;
    padding:0px;
}
.addon-tab .nav-tabs {
    border:0px;
}
.addon-tab .nav-tabs .nav-item {
    margin-left:20px;
    margin-right:20px;
}
.blocktab-1 .addon-tab-title {
    text-align:center;
}
.blocktab-1 .addon-tab .nav-tabs .nav-item {
    display: inline-block;
}
.blocktab-1 .addon-tab ul {
    text-align:center;
    display:block;
}
.blocktab-1 .addon-tab .nav-tabs .nav-link.active {
    border-bottom:2px solid red;
}
.blocktab-2 .addon-tab {
    border-bottom:2px solid #e0e0e0;
}
.blocktab-2 .addon-tab-title .addon-tab-desc {
    display:none;
}
.blocktab-2 .addon-tab-title {
    display:inline-block;
    z-index: 1;
    margin-bottom: -2px;
    margin-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid;
    vertical-align: middle;
}
.blocktab-2 .tabs-navigation {
    display:inline-block;
}
.blocktab-3 .addon-tab-title {
    text-align:center;
}
.blocktab-3 .addon-tab ul {
    text-align:center;
    display:block;
}
.blocktab-3 .addon-tab .nav-tabs .nav-item {
    display: inline-block;
    margin:0px!important;
}
.blocktab-3 .addon-tab .nav-tabs .nav-link {
    position:relative;
}
.blocktab-3 .addon-tab .nav-tabs .nav-link::before {
    color: #333;
    content: "/";
    position: absolute;
    left:-5px;
    line-height: 1;
    top:calc(20% - 3px);
}
.blocktab-3 .addon-tab .nav-tabs .nav-item:first-child .nav-link::before {
    content:none;
}
.blocktab-4 .addon-tab-title h3,
.blocktab-4 .addon-tab-title .addon-tab-desc {
    display:none;
}
.blocktab-4 .addon-tab {
    border-bottom:1px solid #e0e0e0;
}

.blocktab-4 .addon-tab .nav-tabs .nav-link {
    padding-left:0px!important;
    padding-right:0px!important;
}
.blocktab-4 .addon-tab .nav-tabs .nav-link.active {
    border-bottom:1px solid red;
}
/***** PAGE NOT FOUND *****/
.page-not-found {
  text-align: center;
  padding: 5rem 0 12.5rem;
}
.page-not-found .small-text {
  margin-bottom: 3.125rem;
}
.page-not-found #search_widget {
  max-width: 40%;
}
.page-not-found p.text-1 {
  font-size: 10rem;
  margin-bottom: 1.5rem;
  color: #000;
  line-height: 1;
}
.page-not-found p.text-2 {
  font-size: 1.875rem;
  margin-bottom: 2.1rem;
  color: #000;
  letter-spacing: 0.03125rem;
}
.page-not-found p.text-3 {
  margin-bottom: 5.4375rem;
}
/***** Authentication *****/
#login-wrapper .login-row {
    margin-top:2rem;
}
#login-wrapper h3 {
    margin-bottom:1.25rem;
}
#login-wrapper select,
#login-wrapper input {
    height:40px;
}
#login-image .login-box {
    width:100%;
}
.forgot-password {
    float:left;
}
.return-store {
    float:right;
}
.authentication-links {
    margin-top: 10px;
    font-size: 90%;
}
.no-account {
    margin-top:20px;
}
.input-group-btn button,
.input-group-btn .btn {
    height: 100%;
    padding: 0px;
}
.input-group-btn .btn .buttonText {
    line-height: 1;
    display: inline-block;
    vertical-align: sub;
    text-transform: capitalize;
    font-size:0.75rem;
    padding:0px 5px;
}
/***** Navigation Style *****/
.owl-nav {
  width:100%;
  text-align: center;
  position: absolute;
  top:calc(50% - 1rem);
}
.owl-nav button span {
  font-size:1.5rem;
  border: 2px solid #bdbdbd;
  display:inline-block;
  width:2rem;
  height:2rem;
  line-height: 1;
}
.owl-nav button span:hover {
  background:#303030;
  border-color:#303030;
  color:#ffffff;
}
.owl-nav .owl-prev {
  float:left;
  margin-left:-1rem;
}
.owl-nav .owl-next {
  float:right;
  margin-right:-1rem;
}
.carousel-nav-2 .owl-nav button span {
  border-radius: 50%;
}
.carousel-nav-swh .owl-nav {
  opacity:0;
  transition: all 0.3s;
}
.carousel-nav-swh .owl-carousel:hover .owl-nav {
  opacity:1;
}
/***** Pagination Style *****/
.owl-dots {
  width:100%;
  text-align: center;
  margin-top:1rem;
}
.owl-dots button span {
  border: 1px solid #dedede;
  display:inline-block;
  width:1rem;
  height:1rem;
  border-radius: 50%;
  line-height: 1;
  margin: 0 0.4rem;
}
.owl-dots button.active span {
  background:#303030;
  border: 1px solid #303030;
}
.carousel-pag-swh .owl-dots {
  opacity:0;
  transition: all 0.3s;
}
.carousel-pag-swh .owl-carousel:hover .owl-dots {
  opacity:1;
}
#form_wishlist {
    margin-top: 2rem;
}
#submitWishlist {
  line-height: 33px;
  padding: 0px;
}
#block-history {
  margin-top: 2rem;
}
.wishlist-btns {
  margin:10px 0px;
  display: inline-block;
  width:100%;
}
#hideWishlist {
  float:left;
}
#block-order-detail .display_list {
  display: inline-block;
  float:right;
}
#block-order-detail .display_list li {
  float:left;
  margin-left:1rem;
}
.wishlisturl {
  margin-top: 2rem;
}
.links > div {
  padding: 1rem;
  border: 1px solid #ebebeb;
}
.links .link-item {
  align-items: center;
  display: flex;
}
.links .link-item i {
  margin-right:10px;
}
.address-footer {
  margin-bottom: 1rem;
  display: flex;
}
.address-footer a {
  margin:10px;
}
.order-actions .btn-default {
  margin: 5px 10px;
  display:block;
}
@media (min-width:768px) {
  .order-actions .btn-default {
    display:inline-block;
  }
}

@media (max-width:796px) {
  .hidden-sm-down {
      display:none;
  }
}
@media (min-width: 576px) {
  .hidden-sm-up {
      display:none!important;
  }
}
@media (min-width: 768px) {
  .hidden-md-up {
      display: none!important;
  }
}
.zoomContainer {
  z-index: 5000;
}
.store-item {
  border-bottom: 1px solid #dedede;
  padding:1.5rem 0;
}
.store-date-hour label {
  float:left;
  min-width: 50px;
  font-weight: bold;
}
.store-date-hour .value {
  float:left;
}
.pricing-box {
    background-color: #fff;
    box-shadow: 0 1px 2px 0 rgba(22,45,61,.1);
    border-radius: 4px;
    will-change: transform;
    -webkit-transition: all .42s cubic-bezier(.19,1,.22,1);
    transition: all .42s cubic-bezier(.19,1,.22,1);
    z-index: 60;
    height: 100%;
    text-align:center;
    padding:40px;
    display: flex;
    flex: 0 1 50%;
    flex-direction: column;
    align-items: stretch;
    margin-bottom: 0;
}
.pricing-header {
    border-bottom:1px solid #dfe5eb;
    padding-bottom:25px;
}

.pricing-title h3 {
    font-size: 20px;
    text-transform: uppercase;
}
.pricing-box .content_price {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
}
.pricing-box .product-short-desc {
    margin-top: 20px;
    line-height: 35px;
}
.pricing-box .col-action {
    margin-top: auto;
    padding:20px 0px 0px 0px;
    text-align: center;
}
.label-pill {
    color:#fff;
}
.page-order-detail #order-history .history-lines .history-line{
    padding:.5rem 0;border-bottom:1px solid hsla(0,0%,63%,.25)
}
.page-order-detail #order-history .history-lines .history-line:last-child{
    border-bottom:0
}
.page-order-detail #order-history .history-lines .history-line .label{
    display:inline-block;margin:.25rem 0;color:#fff;padding:.25rem .375rem
}
.page-order-detail .box {
    border: 1px solid hsla(0,0%,63%,.25);
    padding: 1rem;
    margin-bottom: 1rem;
}
