.body-oc {
  /* font-family: "Open Sans", sans-serif; */
  font-weight: 400;
  /* color: #666; */
  font-size: 12px;
  line-height: 20px;
  /* width: 100%; */
}
.body-oc h1, .body-oc h2, .body-oc h3, .body-oc h4, .body-oc h5, .body-oc h6 {
  /* color: #444; */
  /* Override the bootstrap defaults */
}
.body-oc h1 {
  font-size: 33px;
}
.body-oc h2 {
  font-size: 27px;
}
.body-oc h3 {
  font-size: 21px;
}
.body-oc h4 {
  font-size: 15px;
}
.body-oc h5 {
  font-size: 12px;
}
.body-oc h6 {
  font-size: 10.2px;
}
.body-oc a {
  /* color: #23a1d1;*/
  text-decoration: none;
}
.body-oc a:hover {
  text-decoration: none;
  /* Chrome border line */
}
.body-oc button:focus {
  outline: none !important;
}
.body-oc legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
.body-oc label {
  font-size: 12px;
  font-weight: normal;
}
.body-oc .list-unstyled a {
  text-decoration: none;
}
.body-oc .nav-tabs {
  margin-bottom: 15px;
}
.body-oc div.required .col-form-label:before, .body-oc div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
@media (min-width: 768px) {
  /* top */
  .body-oc .col-form-label {
    text-align: right;
  }
}
.body-oc #alert {
  z-index: 9999;
}
.body-oc #alert .alert {
  min-width: 400px;
  position: relative;
}
@media (min-width: 1300px) {
  .body-oc #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  .body-oc #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  .body-oc #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  .body-oc #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  .body-oc #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  .body-oc #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  .body-oc #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  .body-oc #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  .body-oc #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  .body-oc #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  .body-oc #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  .body-oc #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  .body-oc #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  .body-oc #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  .body-oc #alert .alert {
    right: 1300px;
  }
}
.body-oc #top-oc {
  /* background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2; */
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
}
.body-oc #top-oc .nav-oc > .list-inline > .list-inline-item, .body-oc #top-oc .nav-oc > .list-inline .list-inline-item > a, .body-oc #top-oc .nav-oc > .list-inline .list-inline-item .dropdown > a {
  /* color: #888; */
  text-shadow: 0 1px 0 #FFF;
}
.body-oc #top-oc .btn-link {
  /* color: #888; */
  text-shadow: 0 1px 0 #FFF;
  text-decoration: none;
}
.body-oc #top-oc .btn-link:hover {
  /* color: #444; */
}
.body-oc #top-oc a {
  font-size: 1.1em;
  text-decoration: none;
}
.body-oc .footer-oc a {
  font-size: 1.1em;
  text-decoration: none;
  /* logo */
}
.body-oc #logo-oc {
  margin: 0 0 10px 0;
}
.body-oc #logo-oc img {
  max-width: 200px;
  /* search */
}
.body-oc #search-oc {
  margin-bottom: 10px;
}
.body-oc #search-oc .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
.body-oc #search-oc .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
  /* cart */
}
.body-oc #header-cart {
  margin-bottom: 10px;
}
.body-oc #header-cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}
.body-oc #header-cart .btn-lg {
  padding: 0.65rem 1rem;
}
.body-oc #header-cart .btn:hover {
  color: #FFF;
}
.body-oc #header-cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
.body-oc #header-cart.open > .btn:hover {
  color: #444;
}
.body-oc #header-cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
  min-width: 100%;
}
.body-oc #header-cart .dropdown-menu table {
  margin-bottom: 10px;
}
.body-oc #header-cart .dropdown-menu li {
  min-width: 427px;
  padding: 0 10px;
}
.body-oc #header-cart .dropdown-menu li p {
  margin: 20px 0;
}
@media (max-width: 478px) {
  .body-oc #header-cart .dropdown-menu {
    width: 100%;
  }
  .body-oc #header-cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
.body-oc #header-cart .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
  /* menu */
}
.body-oc #menu-oc {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
}
.body-oc #menu-oc.navbar {
  padding: 0 1rem;
  margin-bottom: 20px;
}
.body-oc #menu-oc .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.body-oc #menu-oc .dropdown-inner {
  display: table;
}
.body-oc #menu-oc .dropdown-inner ul {
  display: table-cell;
}
.body-oc #menu-oc .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}
.body-oc #menu-oc .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
.body-oc #menu-oc .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 3px;
  font-size: 12px;
}
.body-oc #menu-oc .see-all:hover, .body-oc #menu-oc .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
.body-oc #menu-oc #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.body-oc #menu-oc .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
.body-oc #menu-oc .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
.body-oc #menu-oc .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  .body-oc #menu-oc .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  /* content */
  .body-oc #menu-oc {
    border-radius: 4px;
  }
  .body-oc #menu-oc div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  .body-oc #menu-oc div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  .body-oc #menu-oc .dropdown-inner {
    display: block;
  }
  .body-oc #menu-oc .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  .body-oc #menu-oc .dropdown-menu a:hover {
    /* background: rgba(0, 0, 0, 0.1); */
  }
  .body-oc #menu-oc .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  .body-oc #menu-oc .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
.body-oc #content-oc {
  min-height: 600px;
  /* footer */
}
.body-oc .footer-oc {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  /* background-color: #303030; */
  border-top: 1px solid #ddd;
  /* color: #e2e2e2; */
}
.body-oc .footer-oc hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
.body-oc .footer-oc a {
  /* color: #ccc; */
}
.body-oc .footer-oc a:hover {
  /* color: #fff; */
}
.body-oc .footer-oc h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  /* color: #fff; */
  margin-top: 10px;
  margin-bottom: 10px;
  /* breadcrumb */
}

.body-oc .breadcrumb-oc {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
.body-oc .breadcrumb-oc i {
  font-size: 15px;
}
.body-oc .breadcrumb-oc > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.body-oc .breadcrumb-oc > li.breadcrumb-item > a {
  text-decoration: none;
}
.body-oc .breadcrumb-oc > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.body-oc .breadcrumb-oc > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

.body-oc .pagination {
  margin: 0;
  /* buttons */
}
.body-oc .btn-light {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.body-oc .btn-light:hover, .body-oc .btn-light:focus, .body-oc .btn-light:active, .body-oc .btn-light.active, .body-oc .btn-light.disabled, .body-oc .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.body-oc .btn-primary-oc {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.body-oc .btn-primary-oc:hover, .body-oc .btn-primary-oc:focus, .body-oc .btn-primary-oc:active, .body-oc .btn-primary.active, .body-oc .btn-primary.disabled, .body-oc .btn-primary[disabled] {
  background-position: 0;
}
.body-oc .btn-warning-oc {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.body-oc .btn-warning-oc:hover, .body-oc .btn-warning-oc:focus, .body-oc .btn-warning-oc:active, .body-oc .btn-warning.active, .body-oc .btn-warning.disabled, .body-oc .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.body-oc .btn-danger-oc {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.body-oc .btn-danger-oc:hover, .body-oc .btn-danger-oc:focus, .body-oc .btn-danger-oc:active, .body-oc .btn-danger.active, .body-oc .btn-danger.disabled, .body-oc .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.body-oc .btn-success-oc {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.body-oc .btn-success-oc:hover, .body-oc .btn-success-oc:focus, .body-oc .btn-success-oc:active, .body-oc .btn-success.active, .body-oc .btn-success.disabled, .body-oc .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.body-oc .btn-info-oc {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.body-oc .btn-info-oc:hover, .body-oc .btn-info-oc:focus, .body-oc .btn-info-oc:active, .body-oc .btn-info.active, .body-oc .btn-info.disabled, .body-oc .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.body-oc .btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.body-oc .btn-link, .body-oc .btn-link:active, .body-oc .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.body-oc .btn-inverse-oc {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.body-oc .btn-inverse-oc:hover, .body-oc .btn-inverse-oc:focus, .body-oc .btn-inverse-oc:active, .body-oc .btn-inverse.active, .body-oc .btn-inverse.disabled, .body-oc .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.body-oc .product-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.body-oc .product-thumb h4 {
  font-weight: bold;
}
.body-oc .product-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.body-oc .product-thumb .image a:hover {
  opacity: 0.8;
}
.body-oc .product-thumb .description {
  padding: 15px;
}
.body-oc .product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.body-oc .product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.body-oc .product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.body-oc .product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}
@media (min-width: 960px) {
  .body-oc .product-list .product-thumb {
    display: flex;
  }
  .body-oc .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .body-oc .product-list .product-thumb .content-oc {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .body-oc .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.body-oc .rating {
  padding-bottom: 10px;
}
.body-oc .rating .fa-stack {
  width: 20px;
}
.body-oc .rating.fa-star {
  color: #999;
  font-size: 15px;
}
.body-oc .rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.body-oc .rating .fa-star + .fa-star {
  color: #E69500;
  /* product list */
}
.body-oc .price {
  /* color: #444; */
}
.body-oc .price-new {
  font-weight: 600;
}
.body-oc .price-old {
  /* color: #dc512c; */
  text-decoration: line-through;
}
.body-oc .price-tax {
  /* color: #999; */
  font-size: 12px;
  display: block;
  /* BS4 Changes */
}
.body-oc .navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.body-oc .form-check .form-check-input {
  margin-top: 0.25rem;
  /* Theme Custom CSS */
}
.body-oc #display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
.body-oc #product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.body-oc #information-contact .card {
  margin-bottom: 20px;
}
.body-oc #cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
.body-oc #cookie div {
  font-size: 16px;
  color: #FFFFFF;
}


/* changes */
.body-oc .container-oc {
  font-size: 12px;
  width: 100% !important;
  /* padding: 0; */
}
/* .body-oc .row {
  margin-right: 0;
  margin-left: 0;
  padding: 0;
} */
.body-oc ul,
.body-oc ul li {
  list-style: none;
}
.body-oc .navbar {
  min-height: inherit !important;
}
.body-oc label.col-sm-2.control-label {
  width: 15%;
}
.body-oc .col-sm-12 label.control-label {
  text-align: left;
}
.body-oc .product-thumb {
  padding: 0px;
}
.input-prepend .add-on, .input-prepend .input-small, .input-prepend .add-on span  {
	height: inherit;
	line-height: inherit;
}
/*
.body-oc input.form-control,
.body-oc .form-control input,
.body-oc input[type="text"],
.body-oc .input-group button,
.body-oc .input-group input {
  height: 35px;
}
.body-oc .alert .close {
  padding-right: 15px;
}*/
.body-oc #mod-search-searchword {
  width: inherit;
}
.body-oc .mini-cart-info table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 5px;
}
.body-oc .mini-cart-info td {
  /* color: #000; */
  vertical-align: top;
  padding: 10px 5px !important;
  border-bottom: 1px solid #EEEEEE;
}
.body-oc .mini-cart-info .image {
  width: 1px;
}
.body-oc .mini-cart-info .image img {
  border: 1px solid #EEEEEE;
  text-align: left;
}
.body-oc .mini-cart-info .name small {
  /* color: #666; */
}
.body-oc .mini-cart-info .quantity {
  text-align: right;
}
.body-oc .mini-cart-info td.total {
  text-align: right;
}
.body-oc .mini-cart-info .remove {
  text-align: right;
}
.body-oc #module-cart .cart {
  width: 100%;
}
.body-oc #module-cart .cart .remove img {
  cursor: pointer;
}
.body-oc .mini-cart-info .remove img {
  cursor: pointer;
}
.body-oc .mini-cart-total {
  text-align: right;
  float: right;
}
.body-oc .mini-cart-total table {
  border-collapse: collapse;
  display: inline-block;
  margin-bottom: 5px;
}
.body-oc .mini-cart-total td {
  /* color: #000; */
  padding: 4px;
}
.body-oc #module-cart .content-oc .checkout {
  text-align: right;
  clear: both;
}
.owl-wrapper .owl-item .item {
	padding:0;
	margin:0;
}
/*
div.owl-controls.clickable {
	height: 0px;
} */
/* currency */
#top-oc .btn-group ul.dropdown-menu {
	top: 35px;
}
/* #header-cart ul.dropdown-menu.pull-right {
	top: 40px !important;
} */
.button-group button, .btn-group button {
	display: inline-block !important;
}
#top-oc .container-oc .dropdown, #top-oc .container-oc .btn-group {
	display: inline-block !important;
}
/*.body-oc .breadcrumb-oc {
  margin: 0 10px 20px 10px;
  padding: 8px 0;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}
.body-oc .breadcrumb-oc > li {
  display: inline-block;
  padding-left: 10px;
}
.body-oc .breadcrumb-oc > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.body-oc .breadcrumb-oc > .active {
  color: #777;
} */
@media (max-width: 478px) {
  .body-oc #top-links .list-inline > li {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  /* .body-oc #top-oc .container-oc {
    padding-right: 10px;
  }*/
  .body-oc #header-cart {
    margin-left: 0;
    margin-right: 0;
  } 
  .body-oc #search-oc {
    margin-left: 0;
    margin-right: 0;
  }
  .body-oc #search-oc .btn-lg {
    margin-left: 0;
    margin-right: 0;
  }
}
.bootstrap-datetimepicker-widget{
   background-color: #fff;
}
.body-oc .mfilter-price-slider div {
  overflow: inherit !important;
}
/* .modal-oc {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1060;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal-oc.fade .modal-dialog {
  -webkit-transition: -webkit-transform .3s ease-out;
       -o-transition:      -o-transform .3s ease-out;
          transition:         transform .3s ease-out;
  -webkit-transform: translate(0, -25%);
      -ms-transform: translate(0, -25%);
       -o-transform: translate(0, -25%);
          transform: translate(0, -25%);
}
.modal-oc.in .modal-dialog {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
       -o-transform: translate(0, 0);
          transform: translate(0, 0);
}
.modal-open .modal-oc {
  overflow-x: auto;
  overflow-y: auto;
}
.modal-backdrop-oc {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop-oc.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop-oc.in {
  filter: alpha(opacity=50);
  opacity: .5;
} */
/* Extra Small */
@media(max-width:767px){
	.col-xs-12.product-layout:nth-of-type(n+1) {
		clear: left;
	}
	#tab-description {
		overflow-x: hidden;
	}
}
/* Small */
@media(min-width:768px) and (max-width:991px){
	.col-sm-6.product-layout:nth-of-type(2n+1) {
		clear: left;
	}
	.col-sm-12.product-layout:nth-of-type(n+1) {
		clear: left;
	}
	#tab-description {
		overflow-x: hidden;
	}
}

/* Medium */
@media(min-width:992px) and (max-width:1199px){
	.col-md-3.product-layout:nth-of-type(4n+1) {
		clear: left;
	}
	.col-md-4.product-layout:nth-of-type(3n+1) {
		 clear: left;
	}
	.col-md-6.product-layout:nth-of-type(2n+1) {
		 clear: left;
	}
}
/* Large */
@media(min-width:1200px){
	.col-lg-3.product-layout:nth-of-type(4n+1) {
		clear: left;
	}
	.col-lg-4.product-layout:nth-of-type(3n+1) {
		clear: left;
	}
}
.body-oc .art-button, .body-oc button.art-button, .body-oc a.art-button {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border: 0 !important;
	height: 35px !important;
	margin: 0 !important;
}
.body-oc ul li:before {
	display: none !important;
}
.body-oc .dropdown-menu .art-button,
/* .body-oc #header-cart .dropdown-menu li,
.body-oc #form-currency .dropdown-menu li, */
.btn-inverse-oc.art-button,
.body-oc .btn-inverse-oc.art-button:hover,
.body-oc .btn-inverse-oc.art-button:active,
.body-oc .btn-inverse-oc.art-button.active,
.body-oc .btn-inverse-oc.art-button.disabled,
.body-oc .btn-inverse-oc.art-button[disabled] {
	padding: 0;
	overflow: hidden;
}
.body-oc #form-currency .dropdown-menu li .art-button {
	padding-left: 10px;
}
.body-oc .input-group input.form-control,
.body-oc .input-group select.form-control {
	height: inherit;
}
.body-oc #form-currency button.btn-link {
	border-radius: 4px;
}
.body-oc li.accordion-toggle .btn {
	padding-left: 0px;
	padding-right: 0px;
}
#header-cart .dropdown-menu .table-striped { 
        white-space: normal;
}
.body-oc .dropdown-toggle::after {
    	border: 0;
}
.body-oc span.caret {
	margin: 0 !important;
	
}
.body-oc #header-cart a img {
    min-width: 47px;
}
/* .body-oc ul.nav.nav-oc.nav-tabs li a { 
	display: block !important;
} */
.body-oc ul>li{ 
	overflow-y:visible !important;
}
/* .body-oc #menu-oc .nav.nav-oc.navbar-nav {
	display: block;
}
.body-oc #menu-oc .dropdown-menu {
	position: absolute;
} */
.body-oc #content-oc .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #dfe3e7;
}
/* #header-cart ul.dropdown-menu.pull-right {
    left: unset !important;
}
#content-oc .tooltip {
	padding: 0 !important;
	min-width: 150px !important;
	max-width: 200px !important;
}*/
/* more changes */
.body-oc .breadcrumb-oc {
  background-color: transparent;
}
.body-oc .btn-inverse-oc:hover, .body-oc .btn-inverse-oc:focus, .body-oc .btn-inverse-oc:active, .body-oc .btn-inverse.active, .body-oc .btn-inverse.disabled, .body-oc .btn-inverse[disabled] {
  color: #fff;
}
.body-oc .nav-tabs {
  margin-top: 15px;
}
.body-oc #search-oc .input-lg {
  height: 40px  !important;
}
.body-oc #search-oc .btn-lg {
  height: 40px  !important;
}

@media (max-width: 767px) {
  /* .body-oc #menu-oc .dropdown-inner a,
  .body-oc #menu-oc .collapse ul,
  .body-oc #menu-oc .collapse li {
    width: 100%;
    color: #fff;
    margin-left: 2px;
  } */
}
.body-oc .btn {
  margin-right: 0;
  margin-bottom: 0;
}
.body-oc #search-oc .form-control-lg {
	height: 40px !important;
}
/* .body-oc #top-oc {
  padding: 10px 10px;
} */
.body-oc #top-oc .nav-oc ul {
	margin:0;
}
.body-oc .btn-inverse-oc {
  height: inherit;
  border-radius: 3px !important;
  display: block !important;
}
.body-oc  div.modal {
	margin-left: 0;
	background: transparent;
	overflow-x: hidden;
	overflow-y: auto; 
}
.body-oc .input-group input.form-control, .body-oc input.form-control ,
.body-oc input.form-control, .body-oc button, .body-oc select, .body-oc optgroup, .body-oc textarea, .body-oc .input-group label {
	height: inherit !important;
	margin-bottom: 0;
}

.body-oc .btn.btn-inverse {
	overflow: hidden;
}
.body-oc div.modal.fade, .body-oc div.tab-pane.fade  {
	opacity: 1;
}
.body-oc div.modal.fade {
	top:0;
}
.body-oc .modal label {
	width: inherit;
}
.com_jcart .modal-backdrop.fade {
	opacity: .8;
}
.body-oc .collapse {
	height: unset;
	overflow: unset;
}
.body-oc .carousel .carousel-indicators [data-bs-target] {
	display: none;
}
.com_jcart .tooltip.show {
  opacity: 0.9;
}
.body-oc .dropdown-item:hover, .body-oc .dropdown-item:focus {
	color: white;
}
.body-oc .table > :not(:first-child) {
	border-top: 1px solid #ededed;
}
