html {
  font-size:16px;
}
@media (min-width:1200px) {
  html {
    font-size:16px;
  }
}
body {
  color:#000000;
  line-height: 1.5;
  font-size:16px;
}
a {
    color: #303030;
}
h1 {
    font-size:2.5rem;
}
h2 {
    font-size:2rem;
}
h3 {
    font-size:1.75rem;
}
h4 {
  font-size:1.5rem;
}
h5 {
  font-size:1.25rem;
}
h6 {
  font-size:1rem;
}
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;
}
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;
}
.layout-full-width #content-wrapper {
    width:100%;
}
.form-control {
    border-radius: 0px;
    height: 35px;
    line-height: 40px;
    border: 1px solid #eee;
    padding: 0 15px;
}
.label {
  margin: 0;
}
select:focus,
button:focus,
div:focus {
  outline:0;
}
a:hover {
  text-decoration: none;
}
.no-margin {
    margin-left:0px!important;
    margin-right:0px!important;
}
.btn-default.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.small-padding > .col,
.small-padding > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}
.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;
}
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;
    max-width: 100%;
}
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%;
}
.s-padding .col-auto {
    padding-left:5px;
    padding-right:5px;
}
.width-20 {
    min-width:20%;
}
.width-25 {
    min-width:25%;
}
#mobile-header .row .col-auto {
  padding-left:0;
  padding-right:10px;
}
#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;
}
.sticky {
  background-color: #fff;
  position: fixed!important;
  top: 0px;
  right: 0px;
  left: 0px;
  z-index: 1001;
  box-shadow: 0 3px 6px rgba(51,51,51,0.05);
  padding:0px!important;
}
.sticky .container {
  height:100%;
}
.sticky{
  -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
.header-sticky.sticky.sticky-slide {
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-name: slideDown;
    animation-name: slideDown;
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease;
}
@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }
.header-sticky.sticky #hor-menu {
  align-items: center;
  display: flex;
  height: 100%;
}
#search-form {
  margin:0 auto;
  position: relative;
}
#cart_block .cart-icon {
    position: relative;
}

#cart_block .ajax_cart_quantity {
    min-width: 10px;
    height: 22px;
    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;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 0.04em;
    color: #444444;
    margin-left: 3px;
  bottom: auto;
    overflow: hidden;
}
#cart_block .circle-notify {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 50%;
    top: 9px;
    left: 3px;
    overflow: hidden;
}
.dropdown-menu {
  font-size: 1.3rem;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    padding: 18.75px;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0;
    box-shadow: 5px 10px 16px rgba(51,51,51,0.05),-5px 10px 16px rgba(51,51,51,0.05);
}
#content-wrapper .page-title {

}
.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;
}
.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;
}
#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;
}
.user-info-content > ul > li > a{
  white-space: nowrap;
}
/***** 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;
    left: auto;
    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: 10px 0px 10px 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;
}
.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;
}
#blockcart-modal .modal-header {
    background: #ebebeb;
    position: relative;
    padding: 15px 18.75px;
}
#blockcart-modal .modal-dialog .close {
    top: 50%;
    transform: translateY(-50%);
    margin-top: 0;
    margin-right: 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: 31.25px 18.75px;
}
#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 .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-top .layout-column {
  padding-left:10px;
  padding-right:10px;
}
#footer-main .layout-column {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width:100%;
    max-width: 100%;
    padding-left:10px;
    padding-right:10px;
}
@media (min-width:480px) {
  .row-col-4 .layout-column.wrapper {
      width:25%!important;
  }
}
@media (min-width: 576px){
  #footer-main .layout-column {
      width:auto;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      -ms-flex-positive: 1;
      flex-grow: 1;
  }
}
@media (max-width:575px) {
  #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: 10px;
    margin-left: 0;
}
@media only screen and (min-width:576px) and (max-width:768px){
  .footer-3  #footer-main  h3.block-title{
    font-size: 13px;
  }
}
#footer-main  h3.block-title {
  font-family: sans_medium;
  margin-top: 7px;
  margin-bottom: 17px;
  font-weight: 500;
font-size: 18px;
line-height: 30px;
letter-spacing: 0.2em;
color: #222222;
}
#footer-main  .block-content{
  
}
#footer-main .block .block-title i {
  float:right;
  cursor: pointer;
  font-size: 24px;
}
@media (min-width:480px) {
  #footer-main .block .block-title i {
    display:none;
  }
}

#footer-main .collapsed .opening {
  display:block;
}
#footer-main .opening,
#footer-main .collapsed .closing {
  display:none;
}
#footer ul {
  list-style: none;
  padding:0px;
}

#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 {
}

.html_links ul {
  margin: 0px;
}
.html_links ul li {
  display: inline-block;
  margin: 0px 20px;
}
.html_links ul li:first-child {
  margin-left:0px;
}
.html_links ul li:last-child {
  margin-right:0px;
}
/* .footer-1 #footer-top .row,
.footer-8 #footer-top .row {
  margin: 20px 0px;
}
.footer-1 .email_subscription,
.footer-8 .email_subscription {
  margin: 0px 0px 20px 0px;
}
.footer-1 .email_subscription .block-title,
.footer-8 .email_subscription .block-title {
  display:block!important;
} */
/***** SHOP PAGE *****/
.old.price {
  text-decoration: line-through;
  opacity: 0.5;
}

/***** Breadcrumb *****/
.breadcrumb-wrapper {
    padding: 0px 15px;
    margin-bottom:30px;
}
.breadcrumb {
    border-radius: 0px;
    padding: 10px 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;
    position: relative;
    margin-right: 17px;
}
.breadcrumb li:after {
    content: "/";
    color: #222222;
    position: absolute;
    top: 1px;
    right: -10px;
}
.breadcrumb .seperator-dash 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: 14px 17px;
	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: -280px;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 280px;
    height: 100%;
    transition: all 0.4s;
    z-index: 999999;
}
/* Shown menu */
.show-menu .mobile-menu-wrap {
	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:10px;
}
#off-canvas-menu .nav > li {
    float: left;
    width: 100%;
    margin-top: 0;
    text-align:left;
    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 .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;
}


.owl-carousel .owl-item img {
    /*width: 100%;*/
}
/***** 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;
    display: inline-block;
}
.addon-tab ul {
    text-align:center;
    display:block;
}
/***** Authentication *****/
#login-wrapper .login-row {
		margin-top:20px;
}
#login-wrapper h3 {
	margin-bottom:12.5px;
}

#login-wrapper select,
#login-wrapper input {
		height:40px;
}

#login-image .login-box {
		width:100%;
}
.forgot-password {
		float:left;
}
.return-store {
		float:right;
}
.no-account {
		margin-top:20px;
}
.input-group-btn button,
.input-group-btn .btn {
    height: 100%;
    background:none;
    padding: 0px;
}
.links > div {
  padding: 10px;
  border: 1px solid #ebebeb;
}
.links .link-item {
  align-items: center;
  display: flex;
}
.links .link-item i {
  margin-right:10px;
}
.address-footer {
  margin-bottom: 10px;
  display: flex;
}
.address-footer a {
  margin-right: 20px;
}
.order-actions .btn-default {
  margin: 5px 10px;
  display:block;
}


@media (min-width:768px) {
  .order-actions .btn-default {
    display:inline-block;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
      display: none!important;
  }
}
.zoomContainer {
	z-index: 999;
}
.store-item {
  border-bottom: 1px solid #dedede;
  padding:15px 0;
}
.store-date-hour label {
  float:left;
  min-width: 50px;
  font-weight: bold;
  margin-bottom: 0;
}
.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:5px 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:2.5px 0;color:#fff;
    padding:2.5px 3.75px
}
.page-order-detail .box {
    border: 1px solid hsla(0,0%,63%,.25);
    padding: 10px;
    margin-bottom: 10px;
}


