@charset "UTF-8";
html {
  font-size: 14px !important;
}
body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  color: #666;
  font-size: 1rem;
  line-height: 20px;
  width: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #444;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
c h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #044067;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
.mb-0 {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: 0;
}
.ml-0 {
  margin-left: 0;
}
.mr-0 {
  margin-right: 0;
}
.slideshow .swiper-pager {
  display: none;
}
/* Header */
#header .header-top {
  margin: 0;
  background-color: #f7f7f7;
  min-height: 38px;
  line-height: 38px;
  position: relative;
  box-shadow: 1px 1px 3px #e2e2e2;
}
#header .header-top a {
  font-size: 1.1em;
  text-decoration: none;
}
#header .header-top .header-top-container {
  display: flex;
  justify-content: space-between;
}
#header .header-top .header-top-left {
  display: none;
}
#header .header-top .header-top-right {
  width: 100%;
}
#header .header-top .header-top-right ul.right-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#header .header-top ul.contact-info {
  margin-bottom: 0;
}
#header .header-top ul.contact-info > .list-inline-item, #header .header-top ul.contact-info .list-inline-item > a, #header .header-top ul.contact-info .list-inline-item .dropdown > a {
  color: #1c2127;
  text-shadow: 0 1px 0 #fff;
}
#header .header-top .language-item .btn-link {
  gap: 5px;
  display: flex;
  align-items: center;
}
#header .header-top .currency-select, #header .header-top .language-select {
  text-align: left;
}
#header .header-top .currency-select:hover, #header .header-top .language-select:hover {
  color: #ffffff;
  text-shadow: none;
  background-color: #044067;
}
#header .header-top .currency-select img, #header .header-top .language-select img {
  margin-right: 5px;
}
#header .header-top a, #header .header-top .btn-link {
  text-decoration: none;
  color: #666;
  font-size: 1rem;
}
#header .header-top ul.social-links > li a {
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header .header-top ul.social-links > li a.facebook-link {
  background-color: #4267b2;
}
#header .header-top ul.social-links > li a.instagram-link {
  background-color: #e1306c;
}
#header .header-top ul.currency {
  margin-bottom: 0;
}
#header .header-top ul.currency .dropdown > a {
  color: #1c2127;
  text-shadow: 0 1px 0 #fff;
}
#header .header-middle {
  padding: 20px 0;
}
#header .header-middle .header-middle-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
#header #logo {
  width: 75%;
}
#header #search {
  margin-bottom: 10px;
  align-items: center;
}
#header #search .search-container {
  display: flex;
  justify-content: end;
}
#header #search input.input-lg {
  display: none;
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
  border-radius: 5px 0 0 5px;
  border: 1px solid #044067;
}
#header #search .btn {
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 11px;
  text-shadow: none;
  background-color: #044067;
  background-image: none;
  border-color: #044067;
  transition: background-color 0.5s ease-in-out;
  border-radius: 5px;
  border: 0;
}
#header #search .btn:hover {
  background-color: #000;
}
#header #access-icons {
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
}
#header ul.access-icons-list {
  margin-bottom: 0;
}
#header ul.access-icons-list > .list-inline-item:not(:last-child) {
  margin-right: 15px;
}
#header ul.access-icons-list > .list-inline-item a {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#header ul.access-icons-list > .list-inline-item a i {
  font-size: 1.5rem;
}
#header ul.access-icons-list > .list-inline-item a span {
  display: block;
  font-weight: 600;
}
#header ul.access-icons-list > .list-inline-item a span.badge {
  top: 1px;
  right: -12px;
  position: absolute;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 50%;
  background-color: #da4f49;
}
#header ul.access-icons-list > .list-inline-item.access-item-wishlist .icon-wrap {
  position: relative;
}
@media screen and (min-width: 420px) {
  #header #logo img {
    max-width: 300px;
  }
}
@media screen and (min-width: 576px) {
  #header #logo {
    width: 50%;
    margin-bottom: 0;
  }
  #header #search {
    display: none;
  }
  #header #access-icons {
    width: auto;
    margin-top: 0;
  }
}
@media screen and (min-width: 600px) {
  #header .header-top .header-top-left {
    display: block;
  }
  #header .header-top .header-top-right {
    width: auto;
  }
  #header .header-top .header-top-right ul.right-menu {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  #header #logo {
    width: auto;
  }
  #header #search {
    display: block;
    flex-grow: 1;
    margin: 0 30px;
  }
  #header #search input.input-lg {
    display: block;
  }
  #header #search .btn {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 0 5px 5px 0;
  }
}
@media screen and (min-width: 1200px) {
  #header #search {
    margin: 0 50px;
  }
  #header #search .btn {
    padding-left: 30px;
    padding-right: 30px;
  }
}
/* Main Menu */
.main-menu {
  top: 0;
  position: sticky;
  z-index: 999999;
  margin-bottom: 10px;
}
.main-menu .menu-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  background-color: #000;
}
.main-menu.fixed {
  top: 0;
  position: sticky;
  z-index: 999999;
  width: 100%;
}
#menu {
  border-radius: 0;
  min-height: auto;
  display: flex;
  align-items: center;
  padding: 0;
  margin-bottom: 0;
}
#menu .navbar-toggle {
  float: none;
  margin: 0 15px;
  color: #fff;
  border-color: #fff;
  border-radius: 3px;
  padding: 4px 10px;
  height: fit-content;
}
#menu .navbar-nav {
  margin: 0;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 42px;
  left: 0;
  z-index: 9999;
  background-color: #000;
  min-width: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  transition: all 0.3s ease-in-out;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
#menu .navbar-nav li.home-menu-item {
  order: -1;
}
#menu .navbar-nav div.categories-submenu {
  margin-left: 25px;
}
#menu .navbar-nav div.categories-submenu ul > li {
  display: flex;
  align-items: center;
}
#menu .navbar-nav div.categories-submenu ul > li a {
  width: 100%;
  padding: 7px 16px 7px 0;
}
#menu .navbar-nav li > a {
  color: #fff;
  min-height: 15px;
  padding: 10px 15px 10px 15px;
  background-color: transparent;
  transition: all 0.15s ease-in-out;
}
#menu .navbar-nav li > a:hover {
  background-color: #044067;
}
#menu #narbar-menu.open .navbar-nav {
  height: 380px;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  #menu .navbar-toggle {
    display: inline-block;
  }
}
@media screen and (min-width: 992px) {
  #menu .navbar-toggle {
    display: none !important;
  }
  #menu .navbar-nav {
    height: auto;
    opacity: 1;
    flex-direction: row;
    position: static;
    overflow: visible;
  }
  #menu .navbar-nav li.all-categories-nav-item {
    order: -1;
    margin-right: 10px;
    background-color: #044067;
    min-width: 215px;
    text-align: center;
  }
  #menu .navbar-nav li.all-categories-nav-item .all-categories-text {
    font-size: 12px;
    text-transform: uppercase;
  }
  #menu .navbar-nav li.all-categories-nav-item > a.nav-link {
    padding: 10px 25px;
  }
  #menu .navbar-nav li.all-categories-nav-item i {
    margin-right: 5px;
  }
  #menu .navbar-nav li.all-categories-nav-item:hover div.categories-submenu {
    display: block;
    min-width: 100%;
  }
  #menu .navbar-nav div.categories-submenu {
    left: 0;
    top: 41px;
    display: none;
    z-index: 999999;
    text-align: left;
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 5px 0;
    border: 1px solid rgba(0, 0, 0, 0.15);
    background-color: #fff;
  }
  #menu .navbar-nav div.categories-submenu ul > li a {
    color: #333;
    padding: 8px 20px;
    transition: all 0.15s ease-in-out;
  }
  #menu .navbar-nav div.categories-submenu ul > li a:hover {
    color: #fff;
    background-color: #000;
  }
}
/* Shopping Cart */
#header-cart #cart {
  position: static;
  height: 100%;
}
#header-cart .icon-wrap {
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
#header-cart .icon-wrap .fa {
  font-size: 16px;
}
#header-cart .icon-wrap span.badge {
  top: -2px;
  right: -12px;
  position: absolute;
  font-size: 11px;
  padding: 2px 5px;
  border-radius: 50px;
  background-color: #da4f49;
}
#header-cart .dropdown-toggle {
  color: #fff;
  border: 0;
  font-size: 1rem;
  line-height: 18px;
  min-width: 145px;
  padding: 12px 16px;
  border-radius: 0 !important;
  background-color: #044067;
}
#header-cart .dropdown-menu {
  z-index: 1001;
  background: #eee;
  overflow-y: auto;
  max-height: 800px;
  min-width: 100%;
  scrollbar-width: thin;
  overflow-x: hidden;
}
#header-cart .dropdown-menu table {
  margin-bottom: 10px;
}
#header-cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
#header-cart .dropdown-menu li p {
  margin: 20px 0;
}
#header-cart .dropdown-menu .alert {
  margin-bottom: 5px;
}
@media (max-width: 478px) {
  #header-cart .dropdown-menu {
    width: 100%;
  }
  #header-cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #header-cart .dropdown-menu {
    min-width: 160px;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* Add to cart floating */
#addcart-floating {
  position: fixed;
  bottom: 50px;
  right: 30px;
  z-index: 5555;
}
#addcart-floating a {
  color: #fff;
  font-size: 0.875rem;
  background-color: #044067;
  border-radius: 3px;
  padding: 10px 24px;
  transition: all 0.3s ease-in-out;
}
#addcart-floating a:hover {
  background-color: #000;
}
/* Footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  background-color: #f7f7f7;
  border-top: 1px solid #ddd;
  color: #666;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer ul.list-unstyled > li {
  padding: 5px 0;
}
footer a {
  color: #666;
  transition: all 0.3s ease-in-out;
}
footer a:hover {
  color: #044067;
}
footer h4 {
  color: #044067;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: "Inter", sans-serif;
}
footer .store-info img.logo {
  margin-bottom: 24px;
  width: 80%;
}
footer .copyright-payments {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  border-top: 1px solid #ddd;
  padding: 10px 0;
}
footer .copyright-payments .powered {
  order: 2;
}
footer .copyright-payments .methods-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
footer .copyright-payments .methods-list .fa {
  font-size: 2rem;
}
@media screen and (min-width: 478px) {
  footer .copyright-payments {
    flex-direction: row;
  }
  footer .copyright-payments .powered {
    order: -1;
  }
}
/* Alert */
.alert {
  display: flex;
  align-items: center;
  padding: 8px 14px 8px 14px;
}
.alert.alert-dismissable .close, .alert.alert-dismissible .close {
  top: 0;
  right: 0;
  margin-left: auto;
}
.alert .fa {
  margin-right: 5px;
}
/* Breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li + li:before {
  content: "";
  padding: 0;
}
.breadcrumb > li: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);
}
html[dir="rtl"] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #ddd;
  border-top: 1px solid #ddd;
  right: unset;
  border-right: unset;
  border-bottom: unset;
}
.pagination {
  margin: 0;
}
/* Buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default {
  color: #777;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #e7e7e7;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #044067;
  border-color: #044067;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #032e4b;
  background-position: 0 -15px;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #5bb75b;
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23a1d1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  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;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
/* List group */
.list-group a {
  border: 1px solid #dddddd;
  color: #888888;
  padding: 8px 12px;
}
.list-group a a.active, .list-group a a.active:hover, .list-group a a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #dddddd;
  text-shadow: 0 1px 0 #fff;
}
/* Carousel */
.carousel-caption {
  color: #ffffff;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: "";
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: "";
  font-family: FontAwesome;
}
/* Quantity */
.quantity-addcart .qty-wrap, .quantity-addcart .addcart-btn-wrap {
  display: inline-block;
  vertical-align: middle;
  flex-grow: 1;
}
.quantity-addcart .qty-wrap {
  margin-right: 20px;
}
.quantity-addcart .qty-wrap .form-label {
  margin-right: 5px;
  font-size: 0.9375rem;
  font-weight: 700;
}
.quantity-addcart .product-btn-quantity {
  border: 1px solid #eaeaea;
  display: inline-flex;
  border-radius: 3px;
  background-color: #f5f5f5;
}
.quantity-addcart .product-btn-quantity button {
  width: 30px;
  height: 30px;
  margin: 5px;
  border: 0;
  padding: 1px 10px;
  border-radius: 3px;
  background-color: #d9d9d9;
  transition: all 0.3s ease-in-out;
}
.quantity-addcart .product-btn-quantity button:hover, .quantity-addcart .product-btn-quantity button:focus {
  color: #fff;
  background-color: #044067;
}
.quantity-addcart .product-btn-quantity .input-quantity {
  border: 0;
  background-color: transparent;
  text-align: center;
  border-radius: 0;
  padding: 5px 10px;
  width: 60px;
  height: 40px;
  box-shadow: none;
}
.quantity-addcart .product-btn-quantity .input-quantity:focus, .quantity-addcart .product-btn-quantity .input-quantity:active {
  box-shadow: none;
}
/* Product List */
.price {
  color: #444;
  font-size: 1rem;
}
.price .price-new {
  font-weight: 600;
  color: #dc512c;
}
.price .price-old {
  color: #999;
  font-size: 0.875rem;
  text-decoration: line-through;
}
.price .price-tax {
  color: #999;
  font-size: 0.75rem;
}
.product-thumb {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  border-radius: 3px;
  box-shadow: #ddd 0 0 0;
  border: 1px solid #ddd;
  transition: all 0.3s ease;
}
.product-thumb .image {
  overflow: hidden;
  text-align: center;
  position: relative;
}
.product-thumb .image a {
  display: block;
}
.product-thumb .image a img {
  margin-left: auto;
  margin-right: auto;
  transition: all 300ms ease 0s;
}
.product-thumb .image a:hover img {
  transition: all 300ms ease 0;
  transform: scale(1.1) rotate(1deg);
}
.product-thumb .special-discount-tag {
  position: absolute;
  font-weight: 600;
  top: 10px;
  left: 10px;
  z-index: 8;
  color: #fff;
  padding: 0 8px;
  font-size: 11px;
  line-height: 22px;
  border-radius: 3px;
  text-transform: capitalize;
  background-color: #044067;
  transition: all 400ms ease-in-out;
}
.product-thumb .product-hover-block {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  bottom: auto;
  padding: 0 2px;
  opacity: 1;
  z-index: 1;
  overflow: hidden;
  margin: auto;
  transition: all 0.5s ease;
  transform: translateX(0);
}
.product-thumb .product-hover-block .btn-action {
  width: auto;
  height: auto;
  display: block;
  position: relative;
}
.product-thumb .product-hover-block .btn-action.wishlist-button {
  margin-bottom: 5px;
}
.product-thumb .product-hover-block button {
  color: #044067;
  margin: 0;
  border: 1px solid #044067;
  position: relative;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.5s ease;
  line-height: 1.6;
  width: 30px;
  height: 28px;
}
.product-thumb .product-hover-block button:hover {
  color: #fff;
  background-color: #044067;
}
.product-thumb:hover {
  border: 1px solid #044067;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb h4.product-title {
  min-height: 36px;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 0.875rem;
}
.product-thumb h4.product-title a {
  color: #444;
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.product-thumb .price {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.product-thumb .price .price-old {
  margin-left: 6px;
}
.product-thumb .price .price-tax {
  display: block;
}
.product-thumb .quantity-addcart {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-thumb .quantity-addcart .product-btn-quantity {
  padding: 3px;
  margin-right: 5px;
  border-radius: 3px;
  border: 1px solid #ddd;
}
.product-thumb .quantity-addcart .product-btn-quantity button {
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 1px 5px;
}
.product-thumb .quantity-addcart .product-btn-quantity .input-quantity {
  width: 35px;
  height: 28px;
  padding: 5px;
  font-size: 0.875rem;
}
.product-thumb .button-group {
  display: flex;
  padding: 0 15px 15px;
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}
.product-thumb #button-cart {
  flex: 33%;
  width: 100%;
  display: inline-block;
  border: 1px solid #044067;
  background-color: #044067;
  color: #fff;
  line-height: 30px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  padding: 2px 6px;
}
.product-thumb #button-cart:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background-color: #032e4b;
}
.product-thumb #button-cart span.full-text {
  display: none;
}
@media screen and (min-width: 525px) {
  .product-thumb #button-cart span.full-text {
    display: inline;
  }
}
@media screen and (min-width: 992px) {
  .product-thumb .product-hover-block {
    opacity: 0;
    transition: all 0.5s ease;
    transform: translateX(50px);
  }
  .product-thumb:hover .product-hover-block {
    opacity: 1;
    transition: all 0.3s;
    transform: translateX(0);
  }
}
.product-grid .product-thumb .image {
  float: none;
}
@media (min-width: 767px) {
  .product-list .product-thumb .image {
    float: left;
    padding: 0 15px;
  }
}
.product-list .product-thumb .caption {
  margin-left: 230px;
}
@media (max-width: 1200px) {
  .product-grid .product-thumb .caption {
    min-height: 210px;
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .product-list .product-thumb .caption {
    min-height: 0;
    margin-left: 0;
    padding: 0 10px;
  }
  .product-grid .product-thumb .caption {
    min-height: 0;
  }
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #e69500;
}
h2.price {
  margin: 0;
}
.product-list .product-thumb .button-group {
  border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
  .product-list .product-thumb .button-group {
    border-left: none;
  }
}
/* Home Page */
#common-home #content h3.section-title {
  font-weight: 700;
  padding-bottom: 5px;
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
#common-home .categories-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0;
  margin-bottom: 30px;
}
#common-home .categories-section .top-categories-container, #common-home .categories-section .bottom-categories-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: 0;
  margin: 0;
  width: 100%;
}
#common-home .categories-section .category {
  width: 100%;
  padding: 40px 20px;
  box-shadow: 10px 10px 33px #0000001a;
  background-position: right 25px bottom 0;
  background-size: 35%;
  background-repeat: no-repeat;
  background-color: #e1e2dd;
  border-radius: 5px;
}
#common-home .categories-section .category.carnicos-category {
  background-image: url("https://365contigo.com/image/catalog/365contigo/categories/carnicos.png");
}
#common-home .categories-section .category.foods-category {
  background-image: url("https://365contigo.com/image/catalog/365contigo/categories/alimentos.png");
}
#common-home .categories-section .category.agro-category {
  background-image: url("https://365contigo.com/image/catalog/365contigo/categories/productos.png");
}
#common-home .categories-section .category.bebidas-category {
  background-image: url("https://365contigo.com/image/catalog/365contigo/categories/bebidas-y-refrescos.png");
}
#common-home .categories-section .category.confituras-category {
  background-image: url("https://365contigo.com/image/catalog/365contigo/categories/confituras.png");
}
#common-home .categories-section .category .category-wrap {
  /* display: flex;
				flex-direction: column;
				align-items: center;
				gap: 10px; */
}
#common-home .categories-section .bottom-categories-container .category {
  min-height: 230px;
  background-size: 35%;
  background-position: right 20px bottom 5px;
}
#common-home .categories-section .category-title {
  margin-bottom: 3px;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
}
#common-home .categories-section .desc {
  font-size: 14px;
  font-weight: 300;
  color: #404040;
  margin-bottom: 35px;
}
#common-home .categories-section .btn-show-products {
  border: 1px solid #044067;
  background-color: #044067;
  color: #fff;
  line-height: 30px;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  border-radius: 2px;
  text-transform: uppercase;
  transition: all 0.5s ease;
  padding: 10px;
}
#common-home .categories-section .btn-show-products:hover {
  color: #fff;
  cursor: pointer;
  text-decoration: none;
  background-color: #032e4b;
}
#common-home .bestservices-section {
  gap: 15px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  margin: 15px 0;
}
#common-home .bestservices-section svg {
  fill: #044067;
}
#common-home .bestservices-section > .service {
  flex: 1 1 100%;
  width: 100%;
  padding: 35px 20px;
  box-shadow: 10px 10px 33px #0000001a;
}
#common-home .bestservices-section .service-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
#common-home .bestservices-section .title {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 3px;
}
#common-home .bestservices-section .desc {
  font-size: 14px;
  font-weight: 300;
  color: #797979;
  margin-bottom: 0;
}
#common-home .banners-section {
  margin: 10px 0 15px;
  border: 0;
  border-radius: 0;
}
@media screen and (min-width: 576px) {
  #common-home .categories-section .category {
    background-size: 50%;
  }
  #common-home .categories-section .bottom-categories-container .category {
    background-size: 50%;
  }
}
@media screen and (min-width: 768px) {
  #common-home .categories-section .top-categories-container, #common-home .categories-section .bottom-categories-container {
    flex-direction: row;
  }
  #common-home .categories-section .bottom-categories-container .category {
    background-size: auto 70%;
  }
  #common-home .bestservices-section {
    gap: 8px;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
  }
  #common-home .bestservices-section > .service {
    width: 33%;
    flex: 1 1 33%;
    padding: 35px 20px;
  }
}
@media screen and (min-width: 992px) {
  #common-home .categories-section .category {
    min-height: 215px;
  }
  #common-home .bestservices-section {
    gap: 0;
    padding: 35px 20px;
    box-shadow: 10px 10px 33px #0000001a;
    margin: 30px 0 45px 0;
  }
  #common-home .bestservices-section > .service {
    flex: 1 1 25%;
    padding: 0 10px;
    box-shadow: none;
  }
}
@media screen and (min-width: 1200px) {
  #common-home .bestservices-section > .section {
    padding: 0;
  }
}
/* Product Page */
#product-product .product-info .product-title {
  font-size: 26px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#product-product .product-info .rating {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#product-product .product-info .rating ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#product-product .product-info .product-data.list-unstyled {
  padding-bottom: 10px;
  border-bottom: 1px solid #eaeaea;
}
#product-product .product-info .product-data.list-unstyled .item span {
  font-weight: 600;
}
#product-product .product-info .product-data.list-unstyled .item.item-stock {
  color: #228b22;
}
#product-product .product-info .price {
  padding-top: 5px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
#product-product .product-info .quantity-addcart {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-end;
}
#product-product .product-info .quantity-addcart .qty-wrap {
  display: flex;
  flex-direction: column;
}
#product-product .product-info .quantity-addcart .product-btn-quantity {
  align-items: center;
}
#product-product .product-info .quantity-addcart .product-btn-quantity .input-quantity {
  width: 45px;
}
#product-product .product-info .quantity-addcart .addcart-btn-wrap {
  flex-grow: initial;
}
#product-product .product-info .quantity-addcart #button-cart {
  border: 0;
}
#product-product .qty-compare-wishlist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
#product-product .compare-wishlist > .btn {
  height: 40px;
  width: 45px;
}
@media screen and (min-width: 380px) {
  #product-product .qty-compare-wishlist {
    flex-direction: row;
    align-items: flex-end;
  }
}
@media screen and (max-width: 477px) {
  #product-product .product-info .rating ul .write-review {
    flex-basis: 100%;
    padding: 5px 12px;
    background-color: #e7e7e7;
    border-radius: 2px;
    text-align: center;
    margin-top: 10px;
    border: 1px solid #cccaca;
  }
  #product-product .product-info .rating ul .write-review a {
    color: #444;
  }
}
@media screen and (min-width: 478px) {
  #product-product .product-info .rating ul .count-reviews {
    margin: 0 30px;
    padding: 0 30px;
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  #product-product .product-info .qty-compare-wishlist {
    flex-direction: column;
    align-items: flex-start;
  }
}
/* Checkout page */
#checkout-checkout .shipping-same-as-payment {
  display: none;
}
#checkout-checkout .card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
  min-height: 58px;
}
#checkout-checkout .card .card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}
#checkout-checkout .shipping-methods-group, #checkout-checkout .payment-methods-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
#checkout-checkout .shipping-methods-group .option, #checkout-checkout .payment-methods-group .option {
  position: relative;
  max-width: 524px;
}
#checkout-checkout .shipping-methods-group .card-body, #checkout-checkout .payment-methods-group .card-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 0.625rem;
  gap: 10px;
}
#checkout-checkout .shipping-methods-group .checkmark, #checkout-checkout .payment-methods-group .checkmark {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #ccc;
}
#checkout-checkout .shipping-methods-group .checkmark:before, #checkout-checkout .payment-methods-group .checkmark:before {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 10px;
  height: 10px;
  z-index: 1;
  background-color: #044067;
  border-radius: 50%;
  opacity: 0;
  transition: all 200ms ease;
  transform: scale(0);
}
#checkout-checkout .shipping-methods-group input[type="radio"], #checkout-checkout .payment-methods-group input[type="radio"] {
  display: none;
}
#checkout-checkout .shipping-methods-group input[type="radio"] ~ label.card, #checkout-checkout .payment-methods-group input[type="radio"] ~ label.card {
  margin: 0;
  border-left-width: 3px;
}
#checkout-checkout .shipping-methods-group input[type="radio"]:checked ~ label.card, #checkout-checkout .payment-methods-group input[type="radio"]:checked ~ label.card {
  border-color: #032e4b;
  border-left-width: 3px;
  background-color: rgba(97, 154, 234, 0.16);
  transition: all 300ms ease;
}
#checkout-checkout .shipping-methods-group input[type="radio"]:checked ~ label.card .checkmark, #checkout-checkout .payment-methods-group input[type="radio"]:checked ~ label.card .checkmark {
  border-color: #044067;
}
#checkout-checkout .shipping-methods-group input[type="radio"]:checked ~ label.card .checkmark:before, #checkout-checkout .payment-methods-group input[type="radio"]:checked ~ label.card .checkmark:before {
  opacity: 1;
  transform: scale(1);
}
#checkout-checkout .shipping-methods-group input[type="radio"]:disabled ~ label.card, #checkout-checkout .payment-methods-group input[type="radio"]:disabled ~ label.card {
  opacity: 0.5;
  pointer-events: none;
}
#checkout-checkout .shipping-methods-group .info .desc, #checkout-checkout .payment-methods-group .info .desc {
  margin-bottom: 0;
}
#checkout-checkout .shipping-methods-group .shipping-title, #checkout-checkout .shipping-methods-group .payment-title, #checkout-checkout .payment-methods-group .shipping-title, #checkout-checkout .payment-methods-group .payment-title {
  margin: 0;
  font-weight: 700;
}
#checkout-checkout .shipping-methods-group .icon, #checkout-checkout .payment-methods-group .icon {
  margin-left: auto;
}
#checkout-checkout .shipping-methods-group .icon i, #checkout-checkout .payment-methods-group .icon i {
  font-size: 30px;
  color: #333333;
}
#checkout-checkout .shipping-methods-group .icon svg, #checkout-checkout .payment-methods-group .icon svg {
  position: relative;
  display: block;
  width: 35px;
}
#checkout-checkout #collapse-checkout-confirm .well {
  border-color: #044067;
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.thumbnails > li {
  margin-left: 20px;
}
.thumbnails {
  margin-left: -20px;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 20px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.image-additional {
  max-width: 78px;
}
.thumbnails .image-additional {
  float: left;
  margin-left: 20px;
}
@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n + 1), #content .col-lg-3:nth-child(4n + 1), #content .col-lg-4:nth-child(3n + 1), #content .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n + 1), #content .col-md-3:nth-child(4n + 1), #content .col-md-4:nth-child(3n + 1), #content .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n + 1), #content .col-sm-3:nth-child(4n + 1), #content .col-sm-4:nth-child(3n + 1), #content .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}
/* fixed colum left + content + right*/
@media (min-width: 768px) {
  #column-left .product-layout .col-md-3 {
    width: 100%;
  }
  #column-left + #content .product-layout .col-md-3 {
    width: 50%;
  }
  #column-left + #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
  #content + #column-right .product-layout .col-md-3 {
    width: 100%;
  }
}
/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}
/* fixed mobile cart quantity input */
.input-group .form-control[name^="quantity"] {
  min-width: 50px;
}
/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
html[dir="rtl"] .checkbox input[type="checkbox"], html[dir="rtl"] .checkbox-inline input[type="checkbox"], html[dir="rtl"] .radio input[type="radio"], html[dir="rtl"] .radio-inline input[type="radio"] {
  position: absolute;
  margin-top: 4px \9 ;
  margin-right: -20px;
  margin-left: unset;
}
html[dir="rtl"] .input-group-btn:last-child > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
html[dir="rtl"] .input-group .form-control:first-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top-left-radius: unset;
  border-bottom-left-radius: unset;
}
html[dir="rtl"] .container .row:first-child .col-sm-4, html[dir="rtl"] .container .row:first-child .col-sm-5 {
  float: right;
}
html[dir="rtl"] #cart .dropdown-menu {
  left: 0;
  right: auto;
}
@media (min-width: 768px) {
  html[dir="rtl"] .navbar-nav {
    float: right;
    margin: 0;
  }
  html[dir="rtl"] .navbar-nav > li {
    float: right;
  }
}
