/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
section {
  display: block;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.article-container ul {
  margin: 16px 0;
  padding: 0 0 0 20px;
  clear: both;
}
.article-container ul > li {
  padding: 0 0 10px 18px;
  position: relative;
  list-style-type: none;
}
.article-container ul > li:before {
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 0.53em;
  line-height: 1em;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/*------------*/
legend {
  font-size: 18px;
  padding: 7px 0px;
  color: #303030;
  border-color: #ddd;
}
label {
  font-size: 13px;
  font-weight: normal;
}
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: 13px;
  border-radius: 12px;
  height: 38px;
}
input[type="text"] {
  min-width: 50px;
}
.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;
}
img {
  max-width: 100%;
  height: auto;
}
.panel-heading .radio,
.panel-heading .checkbox {
  margin: 0;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 2px 0 0;
}
/* Fix some bootstrap issues */
span.hidden-xs,
span.hidden-sm,
span.hidden-md,
span.hidden-lg {
  display: inline;
}
.help-block {
  margin-bottom: 0px;
  font-size: 11px;
  color: #737373 !important;
}
.flip {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  display: inline-block;
}

div.required .control-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.list-group-item {
  cursor: pointer;
}
.list-group-item:hover {
  background-color: #f5f5f5;
  border-color: #ddd;
  color: #222;
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  background-color: #e5f3f9;
  border-color: #ddd;
  color: #222;
}

/* tooltip */
.tooltip.in {
  filter: alpha(opacity=100);
  opacity: 1;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #222;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #222;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #222;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #222;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #222;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #222;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #222;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #222;
}
.tooltip-inner {
  background: #222;
}
.alert {
  text-align: center;
  font-size: 13px;
  /* margin: 0; */
  border-radius: 0;
  border: none;
}
.alert-fixed {
  position: fixed;
  width: 100%;
  padding: 16px 35px 16px 16px;
  z-index: 999;
  border-bottom: 3px solid #a9d696;
}
/* transition */
a:hover,
.banner-3 a:hover::before,
#button-guest:hover,
#button-search:hover,
#button-review:hover,
#button-question:hover,
#button-account:hover,
#button-login:hover,
#button-confirm:hover,
#button-payment-method:hover,
#button-register:hover,
#button-shipping-method:hover,
#button-quote:hover,
#button-coupon:hover,
.form-horizontal input.btn:hover,
a.btn:hover,
input[type="submit"]:hover,
.button:hover,
.product-layout:hover .action-links,
.static-policy .col:hover .text-content h2,
.static-policy .col:hover .col-img .hover,
.layout1:hover .btn-wishlist,
.layout1:hover .btn-compare,
.banner-2 a:hover::before,
.product-image:hover .img-r,
.banner-1 > div:hover img {
  -webkit-transition: ease-in-out all 0.3s;
  -moz-transition: ease-in-out all 0.3s;
  transition: ease-in-out all 0.3s;
}
#button-guest:hover,
#button-search:hover,
#button-review:hover,
#button-question:hover,
#button-account:hover,
#button-login:hover,
#button-confirm:hover,
#button-payment-method:hover,
#button-register:hover,
#button-shipping-method:hover,
#button-quote:hover,
#button-coupon:hover,
.form-horizontal input.btn:hover,
a.btn:hover,
input[type="submit"]:hover,
.button:hover {
  color: #fff;
  background-color: #059cdc;
  border-color: #059cdc;
}
.form-horizontal input.btn,
.btn,
input[type="submit"],
.button {
  border: none;
  /*background: #363636;*/
  padding: 0px 25px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  display: inline-block;
  vertical-align: top;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
#button-voucher,
#button-coupon {
  height: 34px;
  line-height: 34px;
  margin-left: 10px;
  border-radius: 20px;
}
#button-search + h2 {
  display: none;
}
#button-search {
  margin: 0px 0;
}
.btn-primary {
  background: #363636;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.btn-primary:focus,
.btn-primary.focus {
  color: #fff;
  background-color: #363636;
  border-color: #363636;
}
.btn-default {
  background: #059cdc;
  color: #fff;
  border-color: #059cdc;
}
.btn-default:hover,
.btn-default:active,
.btn-default:active:hover,
.btn-default.active:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.btn-default:focus,
.btn-default.focus {
  background: #363636;
  color: #ffffff;
}
.superprice {
  color: #ff0000;
}
#modal-agree {
  z-index: 9999;
}
/* owl carousel */
.owl-container {
  margin: 0 -15px;
}
.owl-container .owl-item {
  padding: 0 15px;
}
.owl-carousel.owl-theme:hover .owl-nav div {
  opacity: 1;
}
.owl-carousel.owl-theme .owl-dot:hover span {
  background: #ddd;
}
.owl-carousel.owl-theme .owl-dot.active span {
  border: 2px solid #fedc19;
  background: #fff;
  width: 16px;
  height: 16px;
}
.owl-carousel.owl-theme .owl-dot {
  display: inline-block;
  vertical-align: middle;
}
.owl-carousel.owl-theme .owl-dot span {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fedc19;
  margin: 4px;
  display: block;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav {
  margin: 0;
}
.owl-carousel.owl-theme .owl-nav div {
  position: absolute;
  top: 50%;
  font-size: 0;
  margin: 0;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  padding: 0;
  line-height: 58px;
  color: #a9a9a9;
  background: rgb(240 240 240);
  border: 1px solid #e9e9e9;
  border-radius: 100%;
  text-align: center;
  cursor: pointer;
  opacity: 0;
  z-index: 10;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.owl-carousel.owl-theme .owl-nav div:before {
  font-family: "Ionicons";
  display: inline-block;
  vertical-align: top;
  font-size: 21px;
  width: 100%;
  line-height: inherit;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev {
  left: 0;
}
.owl-carousel.owl-theme .owl-nav div.owl-prev:before {
  content: "\f3d5";
}
.owl-carousel.owl-theme .owl-nav div.owl-next {
  right: 0;
}
.owl-carousel.owl-theme .owl-nav div.owl-next:before {
  content: "\f3d6";
}
.owl-carousel.owl-theme:hover .owl-nav div.owl-prev {
  left: -10px;
}
.owl-carousel.owl-theme:hover .owl-nav div.owl-next {
  right: -10px;
}
.owl-carousel.owl-theme .owl-nav div:hover {
  background: #059cdc;
  border-color: #059cdc;
  color: #fff;
}
/*--------------*/
.buttons {
  padding-top: 10px;
}
ul.simple-list {
  margin: 10px 0 6px 0;
  padding: 0;
  clear: both;
}
ul.simple-list li {
  padding: 0 0 7px 18px;
  position: relative;
  list-style-type: none;
}
ul.simple-list li:before {
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 0.53em;
  line-height: 1em;
}
/* cookie */
#cookie {
  position: fixed;
  bottom: 0;
  width: 100%;
  margin: 0;
  border: 0;
  z-index: 9;
}
#cookie .btn-warning {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 13px;
  line-height: 27px;
  vertical-align: middle;
  margin-top: 5px;
  margin-left: 10px;
  background-color: #f0ad4e;
  border-color: #eea236;
}
#cookie .btn-warning:hover,
#cookie .btn-warning:active:hover,
#cookie .btn-warning:active:focus {
  background-color: #d58512;
  border-color: #985f0d;
}
#google_translate_element {
  height: 20px;
  margin-top: 10px;
}
.goog-logo-link {
  display: none !important;
}
.goog-te-gadget {
  color: transparent !important;
}
.goog-te-gadget .goog-te-combo {
  color: #888 !important;
}
.goog-te-banner-frame {
  visibility: hidden !important;
}

/* newsletter popup */
.b-close {
  display: block;
}
.newletter-popup {
  background: #fff;
  top: 50% !important;
  width: 55%;
  position: fixed !important;
  padding: 0;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: none;
}
#boxes .newletter-title h2 {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  letter-spacing: 3px;
  margin: 0 0 15px;
}
.newletter-popup #dialog {
  padding: 50px 20px;
}
#boxes .box-content label {
  font-weight: 400;

  font-size: 13px;
}
#boxes #frm_subscribe .required {
  color: #f00;
  padding-right: 5px;
}
#boxes #frm_subscribe a {
  cursor: pointer;
}
#boxes #frm_subscribe #subscribe_pemail {
  background: #ebebeb none repeat scroll 0% 0%;
  border: medium none;
  height: 40px;
  width: 65%;
  margin: 20px 0;
  padding: 0 15px;
}
#boxes .box-content .subscribe-bottom {
  margin-top: 20px;
}
#boxes .box-content .subscribe-bottom label {
  margin: 0;
}
#boxes .box-content .subscribe-bottom #newsletter_popup_dont_show_again {
  display: inline-block;
  margin: 0;
  vertical-align: middle;
  margin-top: -1px;
}
#boxes #frm_subscribe #notification {
  color: #f00;
}
#boxes #frm_subscribe #notification .success {
  color: #67d7bb;
}
#popup2 {
  text-align: center;
  background: #333;
  border-radius: 0;
  cursor: pointer;
  float: right;
  padding: 5px 10px;
  color: #fff;
  margin-top: -49px;
  margin-right: -19px;
}
#popup2:hover {
  background: #fedc19;
}
/* newsllter */
.newsletter-group {
  background: #f0f0f0;
  padding: 36px 0;
  text-align: center;
}
.newletter-subscribe-container {
  float: left;
  width: 75%;
  text-align: left;
}

#dialog-normal .newletter-title {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0;
  margin-right: 70px;
}
#dialog-normal .newletter-title h5 {
  font-size: 24px;
  text-transform: none;
  margin-bottom: 6px;
  font-weight: 500;
  margin-top: 0;
}
#dialog-normal .newletter-title h5 span {
  color: #222;
}
#dialog-normal .newletter-title p {
  font-size: 16px;
  margin-bottom: 0;
  color: #777;
}

#dialog-normal .newleter-content {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  text-align: center;
  padding: 13px 0;
}
#subscribe-normal {
  margin-bottom: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}

#subscribe_email-normal {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  padding-right: 153px;
  border: 0;
  line-height: 30px;
  height: 54px;
  color: #a6a6a6;
  font-size: 14px;
  font-weight: 500;
  width: 730px;
  background: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#frm_subscribe-normal .btn:hover {
  color: #fff;
  background: #048cc6;
}
#frm_subscribe-normal .btn {
  background: #059cdc;
  line-height: 54px;
  padding: 0 23px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 16px;
  border-radius: 0;
  -webkit-border-radius: 0;
  border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
}
#subscribe-normal .btn span {
}

.subscribe-terms {
  text-align: left;
  margin-top: -13px;
  font-size: 10px;
  padding-top: 10px;
}

#subscribe_popup .subscribe-terms {
  text-align: center;
  margin-top: 0px;
  margin-bottom: 7px;
}

#notification-normal {
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  font-size: 12px;
}
#notification-normal div {
  color: red;
}
#notification-normal div.warning {
  color: red;
  text-align: center;
}
#subscribe-normal ::-webkit-input-placeholder {
  color: #a2a2a2;
}
#subscribe-normal :-moz-placeholder {
  /* Firefox 18- */
  color: #a2a2a2;
}
#subscribe-normal ::-moz-placeholder {
  /* Firefox 19+ */
  color: #a2a2a2;
}
#subscribe-normal :-ms-input-placeholder {
  color: #a2a2a2;
}

/*==========================*/
.cart-content-main .table-responsive > table tbody td:last-child {
  white-space: nowrap;
}
.cart-content-main .table-responsive > table tfoot td {
  line-height: 2.2;
  background: #f9f9f9;
}
.cart-content-side {
  position: sticky;
  top: 60px;
}
.cart-summary {
  border: 1px solid #e9e9e9;
  -webkit-box-shadow: 0 -1px 10px rgba(29, 30, 32, 0.1);
  box-shadow: 0 -1px 10px rgba(29, 30, 32, 0.1);
  margin: 0 0 24px;
  padding: 20px 24px;
}
.cart-summary .cart-summary-heading {
  font-size: 24px;
  font-weight: 600;
  padding-bottom: 20px;
  color: #222;
}
.cart-summary table {
  width: 100%;
  display: table;
  margin: 0;
  padding: 0;
}
.cart-summary .buttons {
  margin-top: 10px;
}
#totals table tr td:last-child {
  white-space: nowrap;
}
#totals table tr td {
  padding: 5px 0;
}
#totals table tr.total-total td {
  padding: 12px 0 0;
  font-weight: 600;
}
#totals .total-total td strong {
  font-size: 23px;
  font-weight: 600;
  padding-left: 15px;
  color: #059cdc;
}
#shipping-address,
#invoice-address {
  display: none;
}
#shipping-method .radio p {
  padding-left: 30px;
  padding-bottom: 5px;
}
#shipping-method .radio,
#payment-method .radio {
  border: 1px solid #ddd;
  padding: 12px 15px;
  margin-top: 15px;
  margin-bottom: 15px;
}
#shipping-method .radio:hover,
#payment-method .radio:hover {
  border-color: #bbb;
}
#shipping-method .radio.active,
#payment-method .radio.active {
  border-color: #fff;
  outline: 2px solid #059cdc;
}
#shipping-method label,
#payment-method label {
  display: flex;
}
#shipping-method label input,
#payment-method label input {
  margin-top: 8px;
  width: 17px;
  height: 17px;
}
#shipping-method label span,
#payment-method label span {
  margin-right: 12px;
}
#shipping-method label span:last-child,
#payment-method label span:last-child {
  margin-right: 0px;
}
#payment-method select option:disabled {
  background-color: #eee;
  color: #bbb;
}
#modal-checkout-option .btn {
  margin-top: 7px;
}
#modal-checkout-option .well .btn {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cart-content-side {
    top: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1048px) {
  #shipping-method .radio,
  #payment-method .radio {
    padding: 12px 12px;
  }
}
.headerSpace {
  display: none;
}

/* cms block */
.banner-static {
  text-align: center;
  clear: both;
  overflow: hidden;
}
.banner-static .owl-pagination {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 2%;
}
.banner-static .image a {
  position: relative;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  vertical-align: top;
}

.banner-static .image a:hover img {
  opacity: 0.7;
}

.banner-static .image a img {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.banner-static .image a .text {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.static-sidebar {
  text-align: left;
  overflow: hidden;
}
.static-sidebar .image {
  margin-top: 12px;
}
.static-top-sinrato2 .image {
  margin-top: 30px;
}
.static-middle-sinrato2 {
  margin-top: 30px;
}
.static-middle-sinrato2 .col {
  float: left;
  width: 26.6666%;
  padding: 0 15px;
  margin-top: 30px;
}
.static-middle-sinrato2 .col:nth-child(2) {
  width: 46.6668%;
}
.static-bottom-sinrato2 {
  margin-top: 60px;
}
/**/
.layer-background {
  background: #f8f8f8;
}
.product-category .description {
  padding-bottom: 15px;
}
/* Products */

.owl-item.active .item {
  -moz-animation: zoomIn 500ms ease;
  -o-animation: zoomIn 500ms ease;
  -webkit-animation: zoomIn 500ms ease;
  animation: zoomIn 500ms ease;
}

.item .item-inner {
  position: relative;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.item .item-inner:hover {
  border-color: #bbb;
  z-index: 1;
}
.item .item-inner:hover .option-listing {
  display: block;
}
.box-label {
  position: absolute;
  top: 10px;
  left: 12px;
  z-index: 3;
  color: #fff;
  font-weight: 400;
  text-align: center;
  line-height: 22px;
  font-size: 12px;
  text-transform: uppercase;
}
.box-label div {
  padding: 0 9px;
  min-width: 46px;
  padding: 0 9px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  transform: skewX(-20deg);
  -webkit-transform: skewX(-20deg);
  -moz-transform: skewX(-20deg);
  -o-transform: skewX(-20deg);
  -ms-transform: skewX(-20deg);
  margin-top: 0.6781em;
}
.box-label div span {
  transform: skewX(20deg);
  -webkit-transform: skewX(20deg);
  -moz-transform: skewX(20deg);
  -o-transform: skewX(20deg);
  -ms-transform: skewX(20deg);
  display: block;
}
.label_new {
  background: #83b71c;
}
.label_sale {
  background: #fedc19;
  color: #222;
}
/* .label-product:nth-child(1) { */
/* top: 20px; */
/* } */
/* .label-product:nth-child(2) { */
/* top: 47px; */
/* } */
.item-inner .images-container {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.item-inner .images-container > .inner {
  position: relative;
}
.item-inner .images-container .product-image {
  position: relative;
  display: block;
}
.item-inner .images-container img {
  margin: auto;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
.item-inner .images-container .img-r {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}
.item-inner:hover .images-container .img-r {
  opacity: 1;
  visibility: visible;
}
.item-inner .images-container .quickview {
  position: absolute;
  right: 10px;
  bottom: 20px;
  opacity: 0;
  z-index: 3;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.item-inner:hover .images-container .quickview {
  opacity: 1;
}
.item-inner:hover .images-container .quickview button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.item-inner .images-container .quickview button {
  width: 36px;
  height: 36px;
  line-height: 36px;
  background: #e9e9e9;
  color: #222;
  padding: 0;
  font-weight: normal;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.item-inner .images-container .quickview button:hover {
  background: #fedc19;
}
.item-inner button.btn-quickview:before {
  content: "\e86f";
  font-family: "Linearicons-Free";
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.item-inner .images-container .quickview button span {
  display: none;
}

.item-inner .images-container .action-links {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  right: 10px;
  z-index: 3;
  top: 20px;

  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.item-inner:hover .images-container .action-links {
  opacity: 1;
  visibility: visible;
}
.item-inner .action-links button {
  line-height: 36px;
  width: 36px;
  display: block;
  background-color: #e9e9e9;
  font-weight: normal;
  font-size: 0;
  padding: 0;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  text-align: center;
  color: #222;
  margin-bottom: 5px;
  transform: scale(0.7);
  -webkit-transform: scale(0.7);
  -moz-transform: scale(0.7);
  -ms-transform: scale(0.7);
  -o-transform: scale(0.7);
}
.item-inner:hover .action-links button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}
.item-inner .action-links button:last-child {
  margin: 0;
}
.item-inner .action-links button span {
  display: none;
}
.item-inner .action-links button:before {
  font-family: "Linearicons-Free";
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  line-height: inherit;
}
.item-inner .action-links button.btn-wishlist:before {
  content: "\e813";
}
.item-inner .action-links button.btn-compare:before {
  content: "\e862";
}
.item-inner .action-links button:hover {
  background: #059cdc;
  color: #fff;
}
.item-inner button.btn-cart {
  line-height: 36px;
  padding: 0 25px;
  background: #059cdc;
  color: #222;
  font-size: 14px;
  font-weight: normal;
  text-transform: capitalize;
  margin-top: 10px;
}
.item-inner button.btn-cart:hover {
  color: #fff;
  background: #222;
}
.item-inner .caption {
  background: transparent;
  text-align: left;
  overflow: hidden;
  position: relative;
  padding: 22px 15px 26px 15px;
}
.item-inner .product-des {
  line-height: 22px;
}
.product-stock {
  position: relative;
  display: inline-block;
  line-height: 1.4;
  padding: 5px 8px;
  background: #059cdc;
  color: #ffffff;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  text-align: center;
  margin-top: 0px;
  border-radius: 5px;
  z-index: 1;
}
.product-list .item-inner .product-stock {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.product-info-main .product-stock {
  line-height: 1.2;
  padding: 4px 8px;
}
.product-name {
  display: block;
  margin: 0;
  height: 45px;
  overflow: hidden;
}
.product-name a {
  padding: 0;
  display: block;
  text-transform: capitalize;
  overflow: hidden;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #222;
}
.product-name a:hover {
  color: #059cdc;
}
.ratings {
  display: block;
}
.ratings a {
  margin-left: 1px;
  text-transform: none;
  color: #5a5a5a;
  font-size: 12px;
  line-height: 12px;
  display: inline-block;
  vertical-align: top;
}
.ratings a:hover {
  color: #059cdc;
}
.ratings a.review-count:after {
  content: "|";
  margin-left: 8px;
  vertical-align: top;
}
.ratings a.sold-count {
  font-weight: 600;
  font-size: 13px;
}
.ratings .rating-box {
  display: inline-block;
  vertical-align: top;
}
.rating-box div[class^="rating"] {
  background: url("../image/rating0.png") no-repeat;
  font-size: 0;
  height: 13px;
  width: 79px;
}
.rating-box div.rating1 {
  background-image: url("../image/rating1.png");
}
.rating-box div.rating2 {
  background-image: url("../image/rating2.png");
}
.rating-box div.rating3 {
  background-image: url("../image/rating3.png");
}
.rating-box div.rating4 {
  background-image: url("../image/rating4.png");
}
.rating-box div.rating5 {
  background-image: url("../image/rating5.png");
}
.price-box p {
  display: inline-block;
  vertical-align: top;
  margin-bottom: 0;
}
.price-box .price-tax {
  display: none;
}
.price-box .price {
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}
.price-box p.special-price .price {
  color: #fe4f19;
}
.price-box p.old-price {
  margin-left: 4px;
  padding-top: 3px;
}
.price-box p.old-price .price {
  color: #999999;
  text-decoration: line-through;
  font-size: 15px;
  font-weight: 400;
}
.item-inner .caption .price-box {
  display: block;
  margin-top: 8px;
}
.item-inner .caption .model {
  margin: 0;
  color: #737373;
}
.item-inner .caption .ratings {
  margin-bottom: 6px;
  margin-top: 15px;
}
.item-inner .category-options .ul-swatches-colors {
  margin-bottom: 5px;
}

.item-inner .caption .price-box label {
  margin: 0;
  font-size: 13px;
  color: #363f4d;
  display: none;
}
.item-inner .caption .manufacture-product {
  margin-bottom: 4px;
}
.item-inner .caption .manufacture-product a {
  font-size: 13px;
  color: #222;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  text-transform: uppercase;
}
.item-inner .caption .manufacture-product a:hover {
  color: #059cdc;
}
.item-inner .caption .product-tags {
  margin-bottom: 7px;
}
.item-inner .caption .product-tags a {
  color: #5a5a5a;
  font-size: 13px;
}
.item-inner .caption .product-tags a:hover {
  color: #fedc19;
}
.item-inner .caption .available {
  display: none;
}
/* module title*/
.module-title {
  position: relative;
  display: block;
  margin-top: 54px;
  margin-bottom: 22px;
  text-align: left;
}
.module-title:before {
  content: "";
  background: #e9e9e9;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}
.module-group > .container > .row > .main-col.col-md-3 .module-title h2 {
  font-size: 23px;
}
.module-title h2 {
  position: relative;
  text-transform: capitalize;
  font-size: 26px;
  margin: 0;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  padding-right: 30px;
  line-height: 33px;
}
.module-title h2 .word1 {
  font-weight: 600;
}

.module-description {
  text-align: center;
  margin-bottom: 50px;
}
.module-description p {
  line-height: 30px;
  max-width: 630px;
  letter-spacing: 0.05em;
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
/*--*/
.module-title-style2 .module-title {
  text-align: left;
  margin-bottom: 44px;
  margin-top: 60px;
}
.module-title-style2 .module-title h2 {
  font-size: 21px;
  padding: 6px 0;
  padding-left: 20px;
  max-width: 200px;
  border-left: 3px solid #363636;
  line-height: 1.15;
  display: inline-block;
  vertical-align: top;
}
/*--*/
.module-title-style3 .module-title {
  text-align: left;
  margin-bottom: 30px;
}
.module-title-style3 .module-title h2 {
  font-size: 21px;
  position: relative;
  padding-bottom: 15px;
}
.module-title-style3 .module-title h2:after {
  content: "";
  width: 70px;
  height: 1px;
  background: #fedc19;
  left: 0;
  bottom: 0;
  position: absolute;
}
/*-------------*/
.module-footer .module-title h2 {
  font-size: 20px;
  line-height: 24px;
}
.module-footer .module-title {
  margin-top: 20px;
  margin-bottom: 37px;
}
.module-footer .module-title:before {
  display: none;
}
/*grid-style*/
.grid-style:not(:first-child) {
  margin-top: 45px;
}
.grid-style .item-inner button.btn-cart {
  position: absolute;
  bottom: 33px;
  left: 15px;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.grid-style .item-inner:hover button.btn-cart {
  /*opacity: 1;
	bottom: 37px;*/
}
.grid-style .item-inner .ratings,
.grid-style .item-inner .price-box {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.grid-style .item-inner:hover .ratings,
.grid-style .item-inner:hover .price-box {
  /*opacity:0;
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);*/
}
/*list-style*/

.list-style:not(:first-child) {
  margin-top: 50px;
}
.list-style .item .item-inner {
  overflow: hidden;
}
.list-style .item .item-inner .images-container {
  display: table-cell;
  vertical-align: middle;
  width: 44%;
}
.list-style .item .item-inner .caption {
  display: table-cell;
  vertical-align: middle;
  width: 56%;
  padding: 15px;
}
.list-style .item .item-inner button.btn-cart {
  background: #fff;
  border: 1px solid #aaa;
  color: #555;
  font-weight: 400;
  font-size: 13px;
  line-height: 40px;
  padding: 0 30px;
  margin-top: 10px;
}
.list-style .item .item-inner button.btn-cart:hover {
  border-color: #fedc19;
  background: #fedc19;
  color: #fff;
}
/*list-module*/
.list-module-style2 {
}
.list-module-style2 .item-inner .caption .manufacture-product,
.list-module-style2 .item-inner .caption .ratings {
  display: none;
}
.list-module-style2 .list-style .item .item-inner {
}
.list-module-style2 .list-style .item .item-inner .images-container {
  width: 27%;
}
.list-module-style2 .list-style .item .item-inner .caption {
  padding: 25px 10px;
}
.list-module-style2 .list-style:not(:first-child) {
  margin-top: -1px;
}
.list-module-style2 .list-style:not(:first-child) .item .item-inner {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.list-module-style2 .list-style:not(:last-child) .item .item-inner {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.list-module-style2 .module-title:before {
  display: none;
}
/* module-style1 */
.module-style1 {
}
/* bkg-color */
.bkg-color {
  background: #f0f5f7;
  padding-top: 300px;
  margin-top: -300px;
}
.bkg-color2 {
  background: #f0f5f7;
  padding: 120px 0 115px 0;
  margin-top: 120px;
}
/* module-style2 */
/* module-style3 */
.module-style3 {
}

/* module-nav2 */
.module-nav2 .owl-carousel.owl-theme .owl-nav {
  position: absolute;
  right: 15px;
  top: -54px;
  background: #fff;
}
.module-nav2 .owl-carousel.owl-theme .owl-nav {
  border: 1px solid #e9e9e9;
  background: #f0f0f0;
  padding: 0 9px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div {
  position: relative;
  display: inline-block;
  vertical-align: top;
  opacity: 1;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  margin: 0;
  border: 0;
  width: 25px;
  height: 30px;
  line-height: 30px;
  font-weight: normal;
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div:hover {
  background: transparent;
  color: #222;
}
.module-nav2 .owl-carousel.owl-theme .owl-nav div.owl-prev {
  /* margin-right: 4px; */
}
/* slider-group */
.slider-group {
  position: relative;
  z-index: 6;
}
.slider-group > .container > .row > .main-col.col-md-3 {
  width: 285px;
}
.slider-group > .container > .row > .main-col.col-md-6 {
  width: calc(100% - 285px);
}
/* tabs-category-slider */

.tabs-category-slider {
}
.tabs-category-slider .module-title {
}
.tabs-category-slider .module-title h2 {
}
.tabs-category-slider.module-nav2 .owl-carousel.owl-theme .owl-nav {
}
.tabs-category-slider.tabs-style1 .box-tab {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.tabs-category-slider .tabs-categorys {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #fff;
  padding: 0 15px;
  border: 1px solid #e9e9e9;
  border-radius: 25px;
}
.tabs-style2 .tabs-categorys {
  display: none;
}
.tabs-category-slider .tabs-categorys li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  position: relative;
}
.tabs-category-slider .tabs-categorys li:after {
  content: "";
  width: 15px;
  height: 1px;
  background: #d6d6d6;
  position: absolute;
  top: 50%;
  right: -15px;
}
.tabs-category-slider .tabs-categorys li:last-child:after {
  display: none;
}
.tabs-category-slider .tabs-categorys li a {
  font-size: 14px;
  color: #777;
  line-height: 30px;
  text-transform: none;
  font-weight: 500;
  cursor: pointer;
  position: relative;
  display: block;
  padding: 0 15px;
}

.tabs-category-slider .tabs-categorys li:last-child {
  margin: 0;
}
.tabs-category-slider .tabs-categorys li a:hover,
.tabs-category-slider .tabs-categorys li.active a {
  color: #222;
}
/* tabs-brand-category-slider */
.tabs-brand-category-slider {
}
.tabs-brand-category-slider.module-nav2 .owl-carousel.owl-theme .owl-nav {
  top: -195px;
}
.tabs-brand-category-slider .tabs-categorys {
  text-align: center;
  border: 1px solid #f0f0f0;
  background: #f8f8f8;
  padding: 17px 10px;
  margin-bottom: 30px;
}
.tabs-brand-category-slider .tabs-categorys .tab-name {
  display: none;
}
.tabs-brand-category-slider .tabs-categorys .a-tabs {
  display: block;
}
.tabs-brand-category-slider .tabs-categorys .a-tabs img {
  opacity: 0.4;
}
.tabs-brand-category-slider .tabs-categorys .a-tabs:hover img,
.tabs-brand-category-slider .tabs-categorys .li-tabs.active .a-tabs img {
  opacity: 1;
}
/* product-tabs-container-slider */
.product-tabs-container-slider .module-title h2 {
  display: none;
}
.product-tabs-container-slider .module-title {
  padding-right: 74px;
}

.product-tabs-container-slider .tabs-categorys {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.product-tabs-container-slider .tabs-categorys li {
  float: left;
  margin-right: 20px;
}

.product-tabs-container-slider .tabs-categorys li a {
  font-size: 26px;
  color: #868686;
  line-height: 1.3;
  text-transform: capitalize;
  font-weight: 500;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  padding: 0 30px;
  background: #fff;
}
.product-tabs-container-slider .tabs-categorys li:first-child a {
  padding-left: 0;
}
.product-tabs-container-slider .tabs-categorys li:last-child {
  margin: 0;
}
.product-tabs-container-slider .tabs-categorys li:last-child:after {
  display: none;
}
.product-tabs-container-slider .tabs-categorys li.active a {
  color: #222;
}
.product-tabs-container-slider .tabs-categorys li.active a .word1 {
  font-weight: 600;
}
.product-tabs-container-slider .tabs-categorys li a:hover {
  color: #222;
}
/* bestseller-products-slider */
.bestseller-products-slider {
}

/* related-products */
.related-products {
}

/* featured-categories-container */
.featured-categories-container {
}
.featured-categories-container .content {
  border: 1px solid #f0f0f0;
  padding: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.featured-categories-container .item:not(:first-child) {
  margin-top: 30px;
}
.featured-categories-container.module-nav2 .owl-carousel.owl-theme .owl-nav {
  right: -5px;

  top: -74px;
}
.fcategory-content {
}
.fcategory-content .image {
  text-align: center;
}
.fcategory-content .content-thumb {
}
.fcategory-content .content-thumb .total-items {
  color: #a9a9a9;
  text-transform: capitalize;
  margin-bottom: 14px;
  display: none;
}
.fcategory-content .image img {
  -webkit-transition: all 300ms ease-in;
  -moz-transition: all 300ms ease-in;
  -ms-transition: all 300ms ease-in;
  -o-transition: all 300ms ease-in;
  transition: all 300ms ease-in;
}
.fcategory-content .image:hover img {
  opacity: 0.7;
}
.featured-categories-container .content-thumb .name {
  margin-top: 0;
  margin-bottom: 16px;
  margin-top: 25px;
}
.featured-categories-container .content-thumb .name a {
  font-size: 16px;
  color: #222;
  display: block;
  font-weight: 500;
  line-height: 22px;
  text-transform: capitalize;
}
.featured-categories-container .content-thumb .name a:hover {
  color: #fedc19;
}
.sub-featured-categories li a {
  display: block;
  font-size: 14px;
  color: #777;
  line-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.sub-featured-categories li a:hover {
  color: #fedc19;
  padding-left: 7px;
}
.featured-categories-container .view-more {
  line-height: 22px;
  color: #fedc19;
  text-transform: capitalize;

  display: inline-block;
  vertical-align: top;

  margin-top: 16px;
}
.featured-categories-container .view-more:before {
  content: "+";
  margin-right: 5px;
}
.featured-categories-container .view-more:hover {
  color: #222;
}
/* CountDown */
.occountdown_module {
  margin-bottom: 48px;
}
.occountdown_module .grid-style:not(:first-child) {
  margin-top: -1px;
}
.occountdown_module .grid-style:not(:first-child) .item .item-inner {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.occountdown_module .grid-style:not(:last-child) .item .item-inner {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.occountdown_module .grid-style .item-inner .ratings,
.occountdown_module .grid-style .item-inner .price-box {
  opacity: 1;
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.occountdown_module .grid-style .item-inner .is-countdown {
  -moz-transform: translateY(0);
  -webkit-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.occountdown_module .grid-style .item-inner:hover .is-countdown {
  /*opacity: 0;
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px);*/
}
.text-hurryup {
  display: none;
}

.occountdown_module .text-hurryup {
  /* display: block; */
  font-size: 15px;
  color: #666666;
  position: relative;
  margin-top: 35px;
}
.occountdown_module .text-hurryup:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #eeeeee;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  z-index: 1;
}
.occountdown_module .text-hurryup p {
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  background: #fff;
  margin: 0;
  z-index: 2;
  position: relative;
}
.occountdown_module .text-hurryup strong {
  display: block;
  color: #202226;
  font-size: 18px;
  margin-bottom: 2px;
}
.is-countdown {
  margin-top: 25px;
}
.countdown-row {
  overflow: hidden;
  display: block;
  margin: 0 -5px;
}
.countdown-section {
  width: 25%;
  text-align: center;
  float: left;
  padding: 0 5px;
}
.countdown-section:last-child .countdown-amount:after {
  display: none;
}
.countdown-section .time-info {
}
.countdown-section:last-child {
  border: 0;
}
.countdown-amount {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 18px;
  line-height: 45px;
  background: #fedc19;
  color: #222;
  position: relative;
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}
.countdown-amount:after {
  content: ":";
  position: absolute;
  right: -8px;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.countdown-period {
  display: block;
  font-size: 13px;
  text-transform: capitalize;
}
/* testimonial */
.testimonial-container {
}
.testimonial-container .module-title:before {
  display: none;
}
.testimonial-container .owl-dots {
  position: absolute;
  bottom: 48px;
  left: 30px;
}
.testimonial-images {
  overflow: hidden;
}
.testimonial-images > div {
  float: left;
}
.testimonial-images div + div {
  padding-left: 20px;
  padding-top: 20px;
  max-width: 120px;
}
.testimonial-images img {
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  overflow: hidden;
}
.testimonial-content {
  /* text-align: center; */
}
.testimonial-content .item-inner {
  padding: 20px;
  padding-bottom: 85px;
}

.testimonial-content .title {
  margin-top: 20px;
  margin-bottom: 12px;
}
.testimonial-content .title a {
  font-size: 18px;
  color: #454545;
}
.testimonial-content .title a:hover {
  color: #fedc19;
}
.testimonial-box {
  padding: 37px 0 0 0;
  margin-top: 30px;
  line-height: 20px;
  background: url(../image/icon_ttm.png) top left no-repeat;
  text-align: left;
}
.testimonial-container .icon {
  display: block;
  text-align: center;
  padding-top: 5px;
}
.testimonial-container .icon i {
  width: 52px;
  height: 52px;
  border: 1px solid #fedc19;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.testimonial-container .icon i:before {
  content: "\e04a";
  font-family: "simple-line-icons";
  font-size: 24px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #fff;
  color: #fedc19;
  position: absolute;
  left: 5px;
  bottom: 5px;
  text-align: center;
}
.testimonial-box a {
  font-weight: 400;
  line-height: 22px;
  text-transform: none;
  display: block;
  color: #777;
}
.testimonial-box a:hover {
  color: #fedc19;
}
.testimonial-author {
  font-size: 15px;
  text-transform: capitalize;
  color: #222;
  font-weight: 500;
  margin-bottom: 6px;
}

.row-testimonials {
  padding: 20px;
  border: 1px solid #ebebeb;
  margin-bottom: 30px;
  text-align: center;
}
.testimonial-container .owl-carousel.owl-theme .owl-nav div {
  background: transparent;
  color: rgba(255, 255, 255, 0.5);
}
.testimonial-container .owl-carousel.owl-theme .owl-nav div:hover {
  color: #fff;
}
/* corporate */
.ma-corporate-about {
  text-align: center;
  background: #fff;
  overflow: hidden;
  padding: 27px 10px;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  margin-top: 40px;
  display: grid;
  grid-template-columns: 25% 25% 25% 25%;
}
.ma-corporate-about .col {
  padding: 0;
  position: relative;
}
.ma-corporate-about .col:after {
  content: "";
  width: 1px;
  height: 60px;
  background: #ececec;
  position: absolute;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ma-corporate-about .col:last-child:after {
  opacity: 0;
}
.ma-corporate-about .block-wrapper {
  background: url(../image/wrapper1.png) left center no-repeat;
  padding: 10px 0;
  padding-left: 62px;
  display: inline-block;
  vertical-align: top;
}
.ma-corporate-about .block-wrapper.wrapper2 {
  background: url(../image/wrapper2.png) left center no-repeat;
  padding-left: 68px;
}
.ma-corporate-about .block-wrapper.wrapper3 {
  background: url(../image/wrapper3.png) left center no-repeat;
  padding-left: 66px;
}
.ma-corporate-about .block-wrapper.wrapper4 {
  background: url(../image/wrapper4.png) left center no-repeat;
  padding-left: 72px;
}
.ma-corporate-about .block-wrapper.wrapper5 {
  background: url(../image/wrapper5.png) left center no-repeat;
  padding-left: 66px;
}
.ma-corporate-about .block-wrapper .text-des {
  text-align: left;
  font-size: 13px;
  line-height: 20px;
}
.ma-corporate-about .block-wrapper .text-des p {
  color: #222;
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  display: block;
  margin-bottom: 4px;
}
.ma-corporate-about .block-wrapper .text-des span {
  color: #777;
  display: block;
}
/* End Corporate */
.box-blog {
  border-top: 1px solid #2d2d2d;
  margin-top: 95px;
}
.menu-recent {
}
.menu-recent.module-nav2 .owl-carousel.owl-theme .owl-nav {
}
.menu-recent .row_items .articles-inner:not(:first-child) {
  display: inline-block;
  margin-top: 10px;
  vertical-align: top;
  width: 100%;
}
.menu-recent .articles-image {
}
.menu-recent .aritcles-content {
  text-align: left;
  padding: 20px;
  border: 1px solid #f0f0f0;
  border-top: 0;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.menu-recent .aritcles-content .content-inner {
}
.menu-recent .articles-image a {
  display: inline-block;
  overflow: hidden;
  vertical-align: top;
  max-width: 100%;
  width: 100%;
  position: relative;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.menu-recent .articles-image a img {
  width: 100%;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menu-recent .articles-image a:hover img {
  opacity: 0.7;
}
.menu-recent .articles-image a:hover .icon-view {
  opacity: 1;
}
.menu-recent .articles-image a .icon-view {
  width: 52px;
  height: 52px;
  border: 1px solid #fedc19;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
.menu-recent .articles-image a .icon-view:before {
  content: "\e032";
  font-family: "simple-line-icons";
  font-size: 23px;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background: #fedc19;
  color: #fff;
  text-align: center;
  position: absolute;
  left: 5px;
  bottom: 5px;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.3);
}
.post-date-time {
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  color: #222;
  font-size: 13px;
  background: #fedc19;
  padding: 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-bottom: 14px;
}
.articles-name {
  display: block;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 22px;
  position: relative;
  margin-top: 0;
  margin-bottom: 12px;
  color: #222;
  font-weight: 500;
  padding-bottom: 15px;
}
.articles-name:after {
  content: "";
  width: 36px;
  height: 1px;
  background: #d6d6d6;
  position: absolute;
  bottom: 0;
  left: 0;
}
.articles-date {
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 400;
  color: #fedc19;
  display: block;
}
.articles-date .artice-day {
  padding-top: 6px;
  margin-bottom: 2px;
}
.author-name {
  display: block;
  font-size: 13px;
  text-transform: capitalize;
  margin: 0;
}
.author-name span {
  color: #fedc19;
}
.articles-intro {
}
.articles-intro p {
  line-height: 22px;
  padding: 0;
  margin: 0;
}
.menu-recent .read-more {
  font-size: 14px;
  display: block;
  text-transform: uppercase;
  margin-top: 33px;
  text-decoration: underline;
}
.menu-recent .read-more:hover {
  text-decoration: underline;
}
.blog-blog .intro-content img,
.blog-article .article-description img {
  float: left;
  margin-right: 30px;
  margin-bottom: 15px;
}
.blog-blog .article-list,
.blog-article .article-container {
  clear: both;
  overflow: hidden;
  margin-bottom: 15px;
}
.article-description p,
.intro-content p {
  line-height: 24px;
}
/*----instagram_block_home----*/
#instagram_block_home {
  position: relative;
}
#instagram_block_home .title_block {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  -moz-transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
#instagram_block_home .content_block {
  display: block;
}
#instagram_block_home .title_block h3 {
  background: #fedc19;
  line-height: 34px;
  padding: 0 20px;
  text-transform: none;
  font-size: 14px;

  border-radius: 4px;
  border-top: 1px solid #5d461b;
  border-bottom: 1px solid #5d461b;
}
#instagram_block_home .title_block h3:before {
  content: "\f350";
  font-family: "Ionicons";
  font-size: 18px;
  margin-right: 5px;
  vertical-align: middle;
}
#instagram_block_home a.fancybox {
  overflow: hidden;
  position: relative;
  margin-bottom: 5px;
}
#instagram_block_home a.fancybox:last-child {
  margin: 0;
}
#instagram_block_home a.fancybox:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  opacity: 0;
  background: rgba(33, 179, 241, 0.6) url(../image/icon_view_insta.png) center
    no-repeat;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#instagram_block_home a.fancybox:hover:before {
  opacity: 1;
}
/* Tweets */
.timeline-Widget {
  background: none;
}
/* brand */
.brand-slider img {
  display: inline-block;
  vertical-align: top;
  opacity: 0.4;
}
.brand-slider img:hover {
  opacity: 1;
}
.brand-slider {
  border: 1px solid #f0f0f0;
  padding: 37px 0;
  text-align: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  margin-top: 60px;
}

/* Social */
/* Top Social */
.top-menu .container-inner {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.top-menu .follow {
  position: absolute;
  right: 0;
  top: 2px;
  z-index: 2;
}
.top-menu .follow label {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  line-height: 24px;
  font-size: 14px;
  color: #56595e;
  text-transform: uppercase;
  font-weight: 500;
  padding: 15.5px 0;
  margin-top: 0;
  margin-right: 15px;
}
.top-menu .follow label:after {
  content: ":";
}
.top-menu ul.link-follow {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.top-menu ul.link-follow li a {
  background: #373b41 !important;
  color: #56595e;
}
.top-menu ul.link-follow li a:hover {
  color: #fff;
}
/* ----*/
.follow {
  float: right;
  padding-bottom: 10px;
}
.follow label {
  display: none;
}
ul.link-follow {
  float: right;
  width: 25%;
  text-align: right;
  padding: 13px 0;
}
ul.link-follow li {
  display: inline-block;
  margin-right: 8px;
  vertical-align: top;
}
ul.link-follow li:last-child {
  margin-right: 0;
}
ul.link-follow li a {
  position: relative;
  display: inline-block;
  vertical-align: top;
  color: #222;
  font-size: 0;
  width: 54px;
  height: 54px;
  line-height: 54px;
  background: #fff;
  border-radius: 5px;
  text-align: center;
  z-index: 1;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
}
ul.link-follow li a:before {
  font-size: 20px;
}

ul.link-follow li a span {
  display: none;
}
ul.link-follow li a:hover {
  color: #059cdc;
  border-color: #fff;
  background: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.1);
}
/*twitter*/
#twitter-feed {
}
#twitter-feed .tweet-title {
  display: none;
}
#twitter-feed .tweet-title h3 {
  color: #2d2d2d;
  font-size: 18px;
  text-transform: uppercase;
  display: block;
  margin-bottom: 20px;
  font-weight: 700;
  margin-top: 0;
}
#twitter-feed .twitter-pic {
  display: none;
}
#twitter-feed .twitter-text {
  line-height: 24px;
  position: relative;
  background: #f8f8f8;
  padding: 20px;
  border: 1px solid #f0f0f0;
  border-radius: 7px;
  margin-bottom: 65px;
}
#twitter-feed .twitter-text:before {
  content: "";
  position: absolute;
  bottom: -26px;
  left: 43px;
  z-index: 2;
  border-top: 13px solid #f8f8f8;
  border-left: 12px solid #f8f8f8;
  border-bottom: 13px solid transparent;
  border-right: 12px solid transparent;
}
#twitter-feed .twitter-text:after {
  content: "";
  position: absolute;
  bottom: -29px;
  left: 42px;
  border-top: 14px solid #f0f0f0;
  border-left: 13px solid #f0f0f0;
  border-bottom: 14px solid transparent;
  border-right: 13px solid transparent;
  z-index: 1;
}
#twitter-feed .twitter-text .tweetprofilelink,
#twitter-feed .twitter-text br {
  display: none;
}
#twitter-feed .twitter-text .tweet-time {
  display: block;
  position: absolute;
  left: 20px;
  bottom: -67px;
}
#twitter-feed .twitter-text .tweet-time a {
  font-size: 13px;
  color: #777;
  font-style: italic;
}
#twitter-feed .twitter-text .tweet-time:before {
  content: "\f243";
  font-family: "Ionicons";
  font-size: 21px;
  color: #fedc19;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
#twitter-feed .twitter-text a {
  color: #fedc19;
}
#twitter-feed .twitter-text a:hover {
  text-decoration: underline;
}
#twitter-feed .twitter-article {
  position: relative;
  margin-bottom: 15px;
}
#twitter-feed .twitter-article:last-child {
  margin: 0;
}

/* footer */
/* footer */
.common-home footer {
  /* margin-top: 0; */
}
footer {
  margin-top: 60px;
}
.footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
}

ul.links-footer {
  display: block;
  padding: 14px 0;
  border-bottom: 2px solid #393939;
  margin-bottom: 47px;
}
ul.links-footer li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-right: 25px;
  margin-right: 25px;
}
ul.links-footer li:after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: #808080;
  right: 0;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
ul.links-footer li:last-child {
  margin: 0;
  padding: 0;
}
ul.links-footer li:last-child:after {
  display: none;
}
ul.links-footer li a {
  line-height: 24px;
  font-size: 13px;
  color: #999999;
  display: block;
  text-transform: capitalize;
}
ul.links-footer li a:hover {
  color: #fedc19;
}
footer .col-footer {
  margin-bottom: 30px;
  position: relative;
  float: left;
}
footer .col-footer:first-child .footer-title {
  display: none;
}
.footer-title h5 {
  font-size: 18px;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 23px;
  font-weight: 600;
  margin-top: 0;
}
.col2 .footer-title h5 {
}
.col4 .footer-title h5 {
  margin-bottom: 34px;
}
.footer-content {
  line-height: 24px;
  font-size: 14px;
  font-weight: 400;
}
.logo-footer {
  display: block;
  margin-bottom: 25px;
}
.footer-contact {
}
.footer-contact .footer-title h5 {
  margin-bottom: 26px;
}
.footer-contact li {
  margin-bottom: 15px;
}
.footer-contact li:last-child {
  margin-bottom: 0;
}
.footer-contact li.phone {
  color: #222;
  font-size: 20px;
  font-weight: 500;
}
.footer-contact li span {
  color: #222;
  font-size: 14px;
  font-weight: normal;
}
.payment {
  display: block;
  margin-top: 40px;
}
.payment h5 {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 24px;
  font-weight: 500;
}
footer .list-unstyled.text-content li a:hover {
  margin-left: 10px;
}
footer .list-unstyled.text-content li a {
  color: #777;
  display: block;
  font-weight: 400;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
}

.footer-middle {
}

.tag-static {
}
.tag-static li a:first-child {
  padding: 0 15px;
  font-weight: 400;
  color: #fff;
  background: #37475a;
  border-radius: 2px;
  margin-right: 8px;
}
.tag-static li a:first-child:after,
.tag-static li a:last-child:after {
  display: none;
}
.tag-static li a {
  line-height: 32px;
  text-transform: capitalize;
  color: #5b697b;
  position: relative;
  display: inline-block;
  vertical-align: top;
}
.tag-static li a:after {
  content: "/";
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
  color: #5b697b;
}
.tag-static li a:hover {
  color: #fff;
}

.tag-static li {
  display: block;
  margin-bottom: 8px;
}
.tag-static li:last-child {
  margin-bottom: 0;
}
.footer-bottom {
  text-align: center;
}
.footer-bottom .container-inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  border-top: 1px solid #e9e9e9;
  padding: 11px 0;
}
.footer-copyright {
  float: left;
  line-height: 30px;
  padding: 10px 0;
}
.footer-copyright p {
  font-size: 13px;
  background: none;
  text-transform: capitalize;
  font-weight: 400;
  margin: 0;
  color: #999;
}
.footer-copyright p span {
}
.footer-bottom .footer-copyright a {
  color: #fedc19;
}
.footer-bottom .footer-copyright a:hover {
  text-decoration: underline;
}
.footer-custom-links {
  font-size: 13px;
  float: right;
  padding: 10px 0;
}
.footer-custom-links a {
  display: inline-block;
  vertical-align: top;
  margin-right: 33px;
  position: relative;
  line-height: 30px;
  color: #777;
}
.footer-custom-links a:hover {
  color: #fedc19;
}
.footer-custom-links a:after {
  content: "";
  width: 1px;
  height: 13px;
  background: #777;
  position: absolute;
  right: -19px;
  top: 50%;
  margin-top: -6.5px;
}
.footer-custom-links a:last-child {
  margin: 0;
}
.footer-custom-links a:last-child:after {
  display: none;
}
#back-top i {
  font-size: 18px;
  line-height: inherit;
  display: inline-block;
  vertical-align: top;
}
#back-top:hover {
  background: #059cdc;
}
#back-top {
  position: fixed;
  bottom: 80px;
  right: 30px;
  background: #333;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  color: #fff;
  display: none;
  text-align: center;
  cursor: pointer;
  z-index: 100;
}

.hasimage {
  text-align: center;
  margin-top: 0;
}
.hasimage .breadcrumb {
  padding-top: 0;
}
.hasimage h1,
.hasimage .breadcrumb li a,
.hasimage .breadcrumb > li + li:before {
  color: #fff;
}
.hasimage > .container {
  position: relative;
}
.hasimage > .container .inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0 30px;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*----------*/
.category-module .li a.active,
.category-module .li a:hover {
  color: #fedc19;
}
.category-module .li {
}
.category-module .li a {
  text-transform: capitalize;
  display: block;
  line-height: 30px;
  padding: 3px 0;
}
.category-module > .ul {
  margin: 0;
  border-top: 0;
}
.category-module .list-child {
  padding-left: 30px;
}
.category-module {
  margin-bottom: 55px;
}
.category-module h3 {
  color: #fff;
  font-size: 20px;
  text-transform: capitalize;
  margin: 0 0 14px;
  line-height: 30px;
}
/* toolbar */
.description p:last-child {
  margin: 0;
}
.text-refine {
  margin-top: 0;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
}
.category-image {
  margin-bottom: 22px;
  border-radius: 1px;
  overflow: hidden;
}
.category-image img {
  border: none;
  padding: 0;
  border-radius: 0;
}
#compare-total,
.list-cate {
  padding: 0;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 10px;
  font-size: 14px;
  text-transform: normal;
}

.list-cate li a {
  line-height: 24px;
  display: block;
}
.toolbar-products {
  margin-bottom: 25px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
}
.toolbar-products.toolbar-bottom {
  margin-bottom: 0;
  border-top: 1px solid #f0f0f0;
  padding-top: 20px;
}
.toolbar-products.toolbar-bottom .toolbar-amount {
}
.toolbar-products .modes {
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 5px 20px 5px 0;
  float: left;
}
.toolbar-products .toolbar-amount {
  line-height: 46px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
  font-size: 13px;
}
#grid-view i,
#list-view i {
  display: none;
}
.modes button {
  width: 46px;
  height: 46px;
  padding: 0;
  margin-right: 4px;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: none !important;
  border: 1px solid #f0f0f0;
}
.modes .btn-grid {
  background: url(../image/bkg_grid.png) center no-repeat;
}
.modes .btn-grid.active,
.modes .btn-grid:hover {
  background: #ffffff url(../image/bkg_grid_hover.png) center no-repeat;
  border-color: #222222;
}
.modes .btn-grid.btn-grid-2 {
  background: url(../image/bkg_grid2.png) center no-repeat;
}
.modes .btn-grid.btn-grid-2.active,
.modes .btn-grid.btn-grid-2:hover {
  background: #ffffff url(../image/bkg_grid2_hover.png) center no-repeat;
  border-color: #222222;
}

.modes .btn-grid.btn-grid-4 {
  background: url(../image/bkg_grid4.png) center no-repeat;
}
.modes .btn-grid.btn-grid-4.active,
.modes .btn-grid.btn-grid-4:hover {
  background: #ffffff url(../image/bkg_grid4_hover.png) center no-repeat;
  border-color: #222222;
}
.modes .btn-grid.btn-grid-5 {
  background: url(../image/bkg_grid5.png) center no-repeat;
}
.modes .btn-grid.btn-grid-5.active,
.modes .btn-grid.btn-grid-5:hover {
  background: #ffffff url(../image/bkg_grid5_hover.png) center no-repeat;
  border-color: #222222;
}
.modes .btn-list {
  background: url(../image/bkg_list.png) center no-repeat;
}
.modes .btn-list.active,
.modes .btn-list:hover {
  background: #ffffff url(../image/bkg_list_hover.png) center no-repeat;
  border-color: #222222;
}
.toolbar-products .sorter {
  margin-left: 15px;
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
  float: right;
}
.toolbar-products .limiter {
  /*display: inline-block;
	vertical-align: top;
	padding: 5px 0;*/
  display: none;
}
.toolbar-products .sorter label,
.toolbar-products .limiter label {
  display: inline-block;
  vertical-align: top;
  line-height: 46px;
  margin: 0;
  font-size: 14px;
  margin-right: 8px;
}

.toolbar-products .sorter select,
.toolbar-products .limiter select {
  padding: 0 15px;
  height: 46px;
  font-size: 14px;
  color: #222;
  display: inline-block;
  vertical-align: top;
  width: auto;
  border: 1px solid #f0f0f0;
  box-shadow: none;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.toolbar-products .pages {
  display: inline-block;
  vertical-align: top;
  padding: 5px 0;
}
.toolbar-products .pages ul {
  margin: 0;
  border-radius: 0;
}
.toolbar-products .pages ul li {
  display: inline-block;
  vertical-align: top;
  margin: 0 6px;
}
.toolbar-products .pages ul li:last-child {
  margin-right: 0;
}
.toolbar-products .pages ul li a {
  color: #777777;
  font-size: 18px;
  font-weight: 600;
  padding: 0 4px;
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-align: center;
  background: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.toolbar-products .pages ul li span {
  color: #222;
  background: none;
  font-size: 18px;
  border: none;
  padding: 0 4px;
  width: 46px;
  height: 46px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  line-height: 46px;
  font-weight: 600;
}
.toolbar-products .pages ul li.active span,
.toolbar-products .pages ul li:hover a {
  color: #ffffff;
  background: #333333;
  border-color: #333333;
}
/* category */

.custom-category .product-grid {
  margin-top: 0;
}
#product-category .product-grid .item-inner .caption .manufacture-product {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#product-category .product-grid .item-inner:hover .caption .hide-hover {
  opacity: 0;
}

.product-grid .product-des {
  /*! display: none; */
  display: none;
}
.product-grid .product-credit {
  display: none;
}
.product-grid .item {
  margin-bottom: 30px;
}

.product-list {
  margin-bottom: 30px;
}
.product-list .item-inner {
  display: grid;
  grid-template-columns: 27% 52% 21%;
}
.product-list .caption {
  text-align: left;
  padding: 20px;
  align-items: center;
  display: grid;
}
.product-list .caption:after {
  content: "";
  width: 1px;
  top: 30px;
  bottom: 30px;
  background: #f0f0f0;
  right: 0;
  position: absolute;
}
.product-list .box-action {
  padding: 20px;
  text-align: left;
}
.product-list .product-name {
  border-top: 0;
  background: none;
  padding-bottom: 0;
  margin-bottom: 24px;
  padding-top: 5px;
  height: auto;
}
.product-list .product-name a {
  font-size: 20px;
}
.product-list .item-inner .caption .ratings {
  margin-top: 0;
  margin-bottom: 13px;
}
.product-list .product-des {
  padding: 0;
  background: none;
  margin-bottom: 0;
}
.product-list .item-inner .price-box {
  margin-top: 35px;
}
.product-list .price-box .price {
  font-size: 24px;
  color: #222;
}
.product-list .price-box p.old-price .price {
  font-size: 21px;
}
.product-list .price-box p.old-price {
  padding-top: 0px;
  margin-left: 0px;
  display: block;
}

.product-list .item-inner button.btn-cart:hover span {
  text-decoration: none;
}
.product-list .item-inner .action-links {
  text-align: center;
}
.product-list .item-inner .action-links button {
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  display: inline-block;
  vertical-align: top;
  margin: 10px 5px 0 0;
  width: 46px;
  line-height: 46px;
}
.product-list .item-inner .action-links button:last-child {
  margin-right: 0;
}
.product-list .item-inner button.btn-cart {
  line-height: 46px;
  width: 100%;
  background: #fedc19;
  color: #222;
  font-size: 16px;
  margin-top: 17px;
  max-width: 320px;
}
.product-list .item-inner button.btn-cart:hover {
  background: #222;
  color: #fff;
}
/* product detail */
/*no use zoom*/
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(81px, 1fr));
  grid-gap: 10px;
}
.thumbnails > li:first-child {
  grid-column: 1 / -1;
}
.thumbnails > img {
  width: 100%;
}
.image-additional a {
  margin-bottom: 0px;
  padding: 5px;
  display: block;
  border: 1px solid #ddd;
}
.thumbnails .image-additional {
}
.thumbnails .thumbnail {
  margin-bottom: 10px;
}
/*--*/
.image-additional-container {
}
.image-additional-container .thumbnail {
  margin: 0;
  border: 1px solid #edecec;
}
.image-additional-container .thumbnail:hover,
.image-additional-container .thumbnail.current-additional {
  border-color: #fedc19;
}

#product-product .column-main {
  background: #fff;
  padding: 10px;
}
.product-info-main .product-name {
  font-size: 22px;
  text-transform: none;
  margin: 0px 0 17px 0;
  background: none;
  font-weight: 500;
  color: #222;
  height: auto;
}
.product-info-main .price-box {
  display: block;
  margin-bottom: 20px;
  margin-top: 18px;
}
.product-info-main .price-box .price {
  font-size: 24px;
}
.product-info-main .price-box p.old-price .price {
  font-size: 21px;
}
.product-info-main .price-box p.old-price {
  /* padding-top: 8px; */
}
.product-info-detailed .product-specification table {
  margin-bottom: 0;
}
.product-info-detailed .product-specification ul,
#tab-specification ul {
  margin: 8px 0 3px 0;
  padding: 0;
  clear: both;
}
.product-info-detailed .product-specification ul li,
#tab-specification ul li {
  padding: 0 0 7px 15px;
  position: relative;
  list-style-type: none;
}
.product-info-detailed .product-specification ul li:before,
#tab-specification ul li:before {
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 0.53em;
  line-height: 1em;
}
.product-info-main .ratings {
  margin: 0;
  padding: 0;
  display: block;
}
.product-info-main .short-des {
  line-height: 22px;
  margin-bottom: 21px;
  padding-bottom: 27px;
  border-bottom: 1px solid #f0f0f0;
}
.product-info-main .product-credit {
  margin-left: 0px;
  margin-top: 15px;
}
.product-info-main .product-credit img {
  max-width: 120px;
}
.product-info-main .product-call {
  margin-top: 15px;
}
.product-info-main .product-call b {
  font-size: 16px;
  color: #036d9a;
}
#product .form-group .radio {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px;
}
#product .form-group .radio input[type="radio"] {
  margin-top: 2px;
}
#input-quantity2,
#minus2,
#plus2,
#input-quantity,
#minus,
#plus {
  height: 40px;
  box-shadow: none;
  font-weight: 400;
  text-align: center;
  width: 55px;
  font-size: 14px;
  border-radius: 25px;
  padding: 0;
  color: #222;
  background: #fff;
  float: left;
  border: 1px solid #dbdbdb;
}

#input-quantity2,
#input-quantity {
  width: 100%;
  min-width: auto;
  margin: 0 1px;
  margin-right: 15px;
}
.product-info-main #product > h3 {
  margin-top: 0;
  font-size: 18px;
}
.product-info-main .form-group {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product-info-main #product {
  /* margin-bottom: 20px; */
}
.product-info-main #product .form-group .control-label {
  display: inline-block;
  vertical-align: top;
  color: #222;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}
.product-info-main #product .form-group input.form-control {
  height: 48px;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  border-color: #dbdbdb;
  padding-left: 20px;
  padding-right: 20px;
  box-shadow: none;
}
.product-info-main #product .form-group .input-group .form-control {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.product-info-main #product .form-group .input-group .input-group-btn button {
  border-left: 0;
  border-color: #dbdbdb;
  padding: 9px 20px 9px 18px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 48px;
  background: #059cdc;
  color: #ffffff;
}
.product-info-main
  #product
  .form-group
  .input-group
  .input-group-btn
  button:active,
.product-info-main
  #product
  .form-group
  .input-group
  .input-group-btn
  button:hover {
  color: #ffffff;
  background: #363636;
}
label[for="input-quantity"] {
  float: left;
  line-height: 46px;
  margin-right: 20px;
  color: #363636;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 34px;
}
.product-info-main .button-cart {
  font-size: 18px;
  line-height: 48px;
  padding: 0x;
  background: #059cdc;
  color: #fff;
  width: 100%;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  text-transform: none;
  margin-top: 15px;
  margin-bottom: 20px;
  font-weight: 400;
  box-shadow: none;
  -webkit-box-shadow: none;
}

.product-info-main .button-cart:hover {
  color: #fff;
  background: #222;
}
.product-info-main button.btn-wishlist,
.product-info-main button.btn-compare,
.product-info-main .btn-list {
  margin-top: 5px;
  font-size: 14px;
  color: #222;
  background: transparent;
  border-radius: 100%;
  padding: 0 0 0 25px;
  display: block;
  position: relative;
  font-weight: 400;
  text-transform: none;
  line-height: 30px;
}

.product-info-main button.btn-wishlist:before,
.product-info-main button.btn-compare:before,
.product-info-main .btn-list:before {
  content: "\e813";
  font-family: "Linearicons-Free";
  font-size: 18px;
  color: #059cdc;
  position: absolute;
  top: 0;
  left: 0;
}
.product-info-main button.btn-compare:before {
  content: "\e862";
}
.product-info-main .btn-list:before {
  content: "\e872";
}
.product-info-main button.btn-wishlist:hover,
.product-info-main button.btn-compare:hover {
  background: transparent;
  color: #059cdc;
}
#product2.has-option,
#product.has-option {
  max-height: 300px;
  overflow: auto;
  border: 1px solid #e1e1e1;
  padding: 20px;
}
#product + div {
  margin: 20px 0;
}
.quantity-box {
  float: left;
  border: 0;
  margin-right: 4px;
}
.product-info-main label[for="input-quantity"],
.product-info-main #input-quantity {
  margin-top: 15px;
  margin-bottom: 20px;
}
.product-info-main .box-options h3 {
  margin-bottom: 20px;
}
.product-info-main .box-options .list-group {
  margin-bottom: 0px;
}
.product-info-main .box-options .option-visual label,
.product-info-main .box-options .option-visual .form-control {
  display: none;
}
.product-info-main .box-options .option-visual .visual-item {
  position: relative;
  border: 1px solid #ddd;
  border-radius: 25px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  padding: 13px 40px 13px 26px;
}
.product-info-main .box-options .option-visual .visual-item:after {
  position: absolute;
  content: "\276F";
  font-size: 16px;
  right: 20px;
  top: 14px;
}
.product-info-main .box-options .option-visual .visual-item span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.product-info-main ul.list-unstyled {
  padding: 2px 0;

  margin-bottom: 15px;

  color: #222;

  font-size: 14px;

  position: relative;

  font-weight: 500;
}

.product-info-main ul.list-unstyled:after {
  top: auto;
  bottom: 0;
}
.product-info-main ul.list-unstyled li {
  display: block;
  line-height: 24px;
}
.product-info-main ul.list-unstyled li span {
  color: #777;
  font-weight: 400;
}
.product-info-main ul.list-unstyled li a {
  color: #222;
  font-weight: 400;
}
.product-info-main ul.list-unstyled li a:hover {
  color: #059cdc;
}

.product-info-detailed {
  margin-top: 40px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.product-info-detailed .nav-tabs {
  margin-bottom: 0;
  text-align: center;
  padding: 14px;
  padding: 15px 0;
  border: 0;
  background: #f3f3f3;
}
.product-info-detailed .nav-tabs li {
  position: relative;
  display: inline-block;
  vertical-align: top;
  float: none;
  margin-bottom: 0;
}

.product-info-detailed .nav-tabs li:last-child {
  margin: 0;
}

.product-info-detailed .nav-tabs li a {
  font-size: 18px;
  color: #ababab;
  text-transform: uppercase;
  border-radius: 0;
  padding: 0;
  border: none !important;
  margin: 0;
  background: none !important;
  position: relative;
  font-weight: 600;
  line-height: 30px;
  padding: 5px 20px;
}
.product-info-detailed .nav-tabs li.active {
}
.product-info-detailed .nav-tabs li a:hover,
.product-info-detailed .nav-tabs li.active a {
  background: none;
  color: #222 !important;
}
.product-info-detailed .tab-content {
  line-height: 24px;
  padding: 30px 0;
}
#tab-description .description-row {
  padding: 15px 0;
}
#tab-description .description-column {
}
#tab-description .description-row .msub_k4 {
  width: 100%;
}
#tab-description .description-row .msub_k4 + .msub_k4 {
  width: 50%;
}
#tab-description img {
  width: auto !important;
  height: auto !important;
  position: relative !important;
}
#tab-description h2 {
  font-size: 24px;
  line-height: 24px;
  margin: 18px 0;
}
#tab-description p {
  margin: 14px 0;
  word-wrap: break-word;
  font-size: 15px;
}
#tab-description ul {
  margin: 16px 0;
  padding: 0 0 0 30px;
  clear: both;
}
#tab-description ul > li {
  padding: 0 0 2px 18px;
  position: relative;
  list-style-type: none;
}
#tab-description ul > li:before {
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  font-family: "FontAwesome";
  content: "\f111";
  font-size: 0.53em;
  line-height: 1em;
}
#tab-review .rating-star {
  margin-top: 8px;
}
#tab-review .rating-star .fa {
  padding-left: 3px;
  padding-right: 3px;
  margin-left: -5px;
  font-size: 24px;
  color: #ffd200;
}
.bootstrap-datetimepicker-widget a[data-action] {
  padding: 0 !important;
}
.bootstrap-datetimepicker-widget td span:hover {
  background: none !important;
}
.bootstrap-datetimepicker-widget td span {
  height: 40px !important;
  line-height: 40px !important;
  margin: 0px !important;
}
.alert.alert-success {
  text-align: center;
  font-size: 14px;
  /* margin: 0; */
}
.account-login .well {
  background: none;
  box-shadow: none;
}
#map-canvas {
  min-height: 400px;
  margin: 20px 0;
}
.information-contact form .required {
  margin-bottom: 20px;
}
.bootstrap-datetimepicker-widget a[data-action] {
  border: none;
  height: auto;
}

.pushbar-block {
  display: flex;
  flex-direction: column;
  position: fixed;
  height: 100%;
  top: 0;
  right: 0;
  min-width: auto;
  width: 340px;
  padding: 0;
  margin-right: -340px;
  visibility: hidden;
  transition:
    right 0.3s,
    visibility 0.3s;
  transform: none;
  z-index: 1102;
  background-color: #fff;
  box-shadow: 0 2px 22px rgb(0 0 0 / 10%);
  text-align: left;
}
.pushbar-block.open {
  visibility: visible;
  right: 340px;
}
.pushbar-block .pushbar-head {
  margin-bottom: 18px;
  padding: 15px 22px;
  color: #222;
  border-bottom: 1px solid #f0f0f0;
}
.pushbar-block .pushbar-head h3 {
  margin: 0;
  font-weight: 600;
  font-size: 17px;
}
.pushbar-block .pushbar-head button {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  position: absolute;
  right: 24px;
  line-height: 1;
}
.pushbar-block .pushbar-head button .fa {
  font-size: 20px;
}
.pushbar-block .pushbar-content {
  padding: 10px 24px;
  overflow: hidden auto;
  overscroll-behavior: contain;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.pushbar-block .pushbar-content::-webkit-scrollbar {
  width: 0.6em;
  height: 0.6em;
}
.pushbar-block .pushbar-content::-webkit-scrollbar-track {
  background: #d6d6d6;
}
.pushbar-block .pushbar-content::-webkit-scrollbar-thumb {
  background: #777;
}
.pushbar-block .pushbar-footer {
  padding: 20px 24px 20px;
  border-top: 1px solid #f0f0f0;
}

.minioption-select li {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 10px;
}
.minioption-select .minioption-price,
.minioption-select .minioption-notify {
  font-weight: 600;
  white-space: nowrap;
}
.minioption-select .minioption-value {
  padding-right: 7px;
  font-weight: 600;
}
.minioption-select .minioption-notify {
  color: #059cdc;
}
.minioption-select .minioption-quantity {
  padding-right: 7px;
  text-align: center;
}
.minioption-select .minioption-price {
  text-align: right;
}
.minioption-select .minioption-disabled .minioption-value {
  color: #b7b7b7;
}

.module-box {
}
.module-box-title {
  background: #f3f3f3;
  text-align: center;
  font-weight: 600;
  line-height: 30px;
  padding: 20px 20px;
  color: #222;
  font-size: 18px;
  text-transform: uppercase;
}
.module-box-content {
  padding: 20px 0px;
}

#content {
  min-height: 300px;
}
#content > h1 {
  margin-top: 0;
  text-transform: normal;
}

.fluid-width > .container {
  width: auto;
  padding: 0 60px;
}
.fluid-width2 {
  background: #fff;
  margin-top: 60px;
}
.module-group > .container > .row > .main-col.col-md-3 {
  width: 285px;
}
.module-group > .container > .row > .main-col.col-md-9 {
  width: calc(100% - 285px);
}

@media (max-width: 1199px) {
  .slider-group > .container > .row > .main-col:first-child {
    display: none;
  }
  .slider-group > .container > .row > .main-col:nth-child(2) {
    width: calc(100% - 0px);
  }
  .tabs-category-slider.tabs-style1 .box-tab {
    position: relative;
    bottom: auto;
    margin-top: 25px;
  }
  .tabs-category-slider.tabs-style1 .module-title {
    margin-bottom: 30px;
  }
  .tabs-category-slider.tabs-style1 .module-title:before {
    display: none;
  }
  .tabs-category-slider.tabs-style1.module-nav2
    .owl-carousel.owl-theme
    .owl-nav {
    top: -120px;
  }
  .product-list .item-inner {
    grid-template-columns: 40% 60%;
  }
  .product-list .caption {
    align-items: normal;
  }
  .product-list .caption:after {
    display: none;
  }
  .product-list .item-inner .images-container {
    grid-row: 1/3;
  }
  .product-list .box-action {
    grid-column: 2/3;
    padding-top: 0;
  }
  .product-list .item-inner .action-links {
    text-align: left;
  }
  .product-list .item-inner .price-box {
    margin-top: 0;
  }
  .newletter-subscribe-container {
    float: none;
    width: 100%;
  }
  ul.link-follow {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
  }
  .ma-corporate-about {
    grid-template-columns: 50% 50%;
    padding-bottom: 17px;
  }
  .ma-corporate-about .col {
    margin-bottom: 10px;
  }

  .ma-corporate-about .col:after {
    display: none;
  }
  .product-tabs-container-slider .module-title:before {
    display: none;
  }

  .product-tabs-container-slider .tabs-categorys {
    display: block;
  }
  .product-tabs-container-slider .tabs-categorys li,
  .product-tabs-container-slider .tabs-categorys li a {
    float: none;
    padding: 0;
    display: inline-block;
    vertical-align: top;
  }
}

@media (max-width: 991px) {
  .col-order {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-order #content {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: none;
  }
  .col-order #column-left {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    float: none;
  }
  #column-left,
  #column-right {
    margin-top: 30px;
  }
  #search .search-content {
  }
  .logo-container {
    max-width: 35%;
  }
  .slider-group > .container > .row > .main-col:nth-child(2),
  .slider-group > .container > .row > .main-col.col-md-3 {
    width: 100%;
  }

  .static-top-sinrato2 .image {
    display: inline-block;
    vertical-align: top;
    margin-left: 13px;
    margin-right: 13px;
  }
  .module-group > .container > .row > .main-col.col-md-3 {
    width: 100%;
  }
  .module-group > .container > .row > .main-col.col-md-9 {
    width: 100%;
  }
  .tabs-category-slider.tabs-style1.module-nav2
    .owl-carousel.owl-theme
    .owl-nav {
    top: -120px;
  }

  .newletter-subscribe-container {
    text-align: center;
  }
  #dialog-normal .newletter-title,
  #dialog-normal .newleter-content {
    display: block;
    margin: 0;
    width: 100%;
  }
  #subscribe_email-normal {
    width: 100%;
  }
  .footer-top {
  }
  footer .col-footer:nth-child(3) {
    clear: left;
  }
  .newletter-popup,
  .b-modal {
    display: none !important;
  }
  .zoomContainer,
  .vermagemenu-container,
  #search-by-category .search-container .categories-container {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
}
@media (min-width: 768px) {
  .toolbar-products .toolbar-amount {
    float: left;
  }
  .toolbar-products .pages {
    float: right;
  }
}

@media (max-width: 767px) {
  #button-cart {
    display: block;
    width: 100%;
  }
  .toolbar-products .toolbar-amount {
    display: none;
  }
  .link-compare {
    text-align: center;
  }
  .fluid-width > .container {
    padding: 0 15px;
  }
  .static-top-sinrato2 .image {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  .static-middle-sinrato2 .col {
    float: none;
    width: 100% !important;
  }
  .product-tabs-container-slider .module-title {
    padding-right: 0;
  }
  .product-info-main .product-name {
    margin-top: 30px;
  }
  .footer-copyright,
  .footer-custom-links {
    float: none;
    padding: 5px 0;
  }
  .item-inner .images-container .quickview {
    bottom: 10px;
  }
  footer {
  }
  .footer-top {
    padding-top: 30px;
  }
  .footer-top .col-footer {
    margin-bottom: 0;
  }
  .footer-top .col-footer:first-child .footer-title {
    display: block;
  }
  .footer-top .footer-title {
    padding: 10px 13px;
    background: #f0f0f0;
    border-bottom: 1px solid #fff;
  }
  .footer-top .footer-title h5 {
    margin-bottom: 0;
  }
  .footer-top .footer-title[aria-expanded="false"] h5:after {
    content: "+";
    float: right;
    font-size: 22px;
    margin-right: 10px;
  }
  .footer-top .footer-title[aria-expanded="true"] h5:after {
    content: "-";
    float: right;
    font-size: 22px;
    margin-right: 10px;
  }
  .footer-top .footer-content > div {
    padding: 10px 13px;
    background: #fcfcfc;
  }
  #back-top {
    width: 40px;
    height: 40px;
  }
  #back-top i {
    left: 13px;
    top: 10px;
  }
}
@media (max-width: 640px) {
}
@media (max-width: 567px) {
  .product-info-detailed .nav-tabs {
    padding: 0;
    width: auto;
    float: none;
  }
  .product-info-detailed .nav-tabs li {
    float: none;
    display: block;
    margin: 0;
    padding: 0 10px;
  }
  .ma-corporate-about {
    grid-template-columns: 100%;
    grid-gap: 1px;
    background: #f0f0f0;
    border: 0;
    padding: 1px;
  }
  .ma-corporate-about .col {
    margin: 0;
    background: #fff;
    padding: 5px 0;
  }
  .box-cart {
    margin-bottom: 30px;
    display: block;
    top: auto;
    right: auto;
    position: relative;
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (min-width: 480px) and (max-width: 567px) {
  .countdown-amount {
    font-size: 14px;
  }
}
@media (max-width: 479px) {
  .product-list .item-inner {
    grid-template-columns: 100%;
  }
  .product-list .item-inner .images-container {
    grid-row: auto;
  }
  .product-list .box-action {
    grid-column: auto;
  }
  .toolbar-products .sorter label {
    display: none;
  }}

  #subscribe_email-normal {
    padding-right: 125px;
  }
  #frm_subscribe-normal .btn {
    padding: 0 15px;
  }
  #ceneo-widget {
    display: none !important;
  }
  .mylivechat_inline {
    display: none !important;
  }
}
@media (max-width: 374px) {
  #cart {
    display: block;
    text-align: center;
    margin-top: 15px;
  }
  .box-cart .wishlist {
    margin: 0;
  }
}
/*Fix products-grid */
@media (min-width: 1200px) {
  #content .custom-category .col-lg-2:nth-child(6n + 1),
  #content .custom-category .col-lg-3:nth-child(4n + 1),
  #content .custom-category .col-lg-4:nth-child(3n + 1),
  #content .custom-category .col-lg-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  #content .custom-category .col-md-2:nth-child(6n + 1),
  #content .custom-category .col-md-3:nth-child(4n + 1),
  #content .custom-category .col-md-4:nth-child(3n + 1),
  #content .custom-category .col-md-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  #content .custom-category .col-sm-2:nth-child(6n + 1),
  #content .custom-category .col-sm-3:nth-child(4n + 1),
  #content .custom-category .col-sm-4:nth-child(3n + 1),
  #content .custom-category .col-sm-6:nth-child(2n + 1) {
    clear: left;
  }
}
@media (max-width: 767px) and (min-width: 375px) {
  #content .custom-category .col-xs-6:nth-child(2n + 1) {
    clear: left;
  }
  #content .custom-category .col-xs-4:nth-child(3n + 1) {
    clear: left;
  }
}

@media (max-width: 374px) and (min-width: 0px) {
  #content .custom-category .product-item:nth-child(1n + 1) {
    clear: left;
  }
  #content .custom-category .product-item {
    width: 100%;
  }
}
/*Fix products-no-slider */

@media (min-width: 768px) {
  .six_items:nth-child(6n + 1),
  .four_items:nth-child(4n + 1),
  .three_items:nth-child(3n + 1),
  .two_items:nth-child(2n + 1) {
    clear: left;
  }
}
.module-not-slider > div {
  padding: 0 15px;
  margin-bottom: 30px;
}
@media (max-width: 1500px) {
  .module-not-slider {
    grid-template-columns: 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% 16.6666666667% !important;
  }
}
@media (max-width: 1199px) {
  .module-not-slider {
    grid-template-columns: 25% 25% 25% 25% !important;
  }
}
@media (max-width: 991px) {
  .module-not-slider {
    grid-template-columns: 33.3333333333% 33.3333333333% 33.3333333333% !important;
  }
}
@media (max-width: 767px) {
  .module-not-slider {
    grid-template-columns: 50% 50% !important;
  }
}
@media (max-width: 374px) {
  .module-not-slider {
    grid-template-columns: 100% !important;
  }
  .module-not-slider .col-image {
    grid-column: 1 / 2 !important;
  }
}
/*Button CustomView */
@media (min-width: 1200px) {
  .btn-grid.btn-grid-2 {
    display: none;
  }
}
@media (max-width: 1199px) {
  .btn-grid.btn-grid-5 {
    display: none;
  }
}
@media (max-width: 767px) {
  .btn-grid.btn-grid-4 {
    display: none;
  }
  .modes .btn-grid.btn-grid-3 {
    background: url(../image/bkg_grid2.png) center no-repeat;
  }
  .modes .btn-grid.btn-grid-3.active,
  .modes .btn-grid.btn-grid-3:hover {
    background: #fedc19 url(../image/bkg_grid2_hover.png) center no-repeat;
    border-color: #fedc19;
  }
  .modes .btn-grid.btn-grid-2 {
    background: url(../image/bkg_grid1.png) center no-repeat;
  }
  .modes .btn-grid.btn-grid-2.active,
  .modes .btn-grid.btn-grid-2:hover {
    background: #fedc19 url(../image/bkg_grid1_hover.png) center no-repeat;
    border-color: #fedc19;
  }
  .tooltip {
    display: none !important;
  }
  #totals {
    text-align: center;
    padding-top: 15px;
  }
}
@media (max-width: 374px) {
  .btn-grid.btn-grid-3 {
    display: none;
  }
}
.bootstrap-datetimepicker-widget .datepicker .prev,
.bootstrap-datetimepicker-widget .datepicker .next {
  padding: 0 !important;
}

#inpost-map {
  height: 410px;
}
.inpost-list {
  max-height: 410px;
  overflow-y: auto;
  font-size: 13px;
}
.inpost-list table {
  margin-bottom: 0;
}
.inpost-list table td {
  white-space: normal !important;
}
.inpost-list td div:last-child {
  padding-top: 4px;
  font-size: 12px;
}
.inpost-list td a {
  float: right;
  padding: 3px 5px;
  opacity: 0;
}
.inpost-list td:hover a {
  opacity: 1;
}
#shipping-method .inpost-inpost p {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 0px;
  font-size: 12px;
}
#shipping-method .inpost-inpost p a {
  position: absolute;
  top: -19px;
  right: -8px;
}

.product-review .product-list .image img {
  max-width: 300px;
}
.product-review .product-list .caption {
  align-items: normal;
}
.product-review .product-list .review-author {
  font-size: 15px;
  font-weight: 600;
}
.product-review .product-list .review-time {
  margin: 5px 0 8px;
}
.product-review .product-list.review-active .item .item-inner {
  border-color: #fedc19;
  background: #fefbe8;
}

.combo-items {
}
.combo-item {
  display: flex;
  align-items: stretch;
  margin-top: 20px;
}
.combo-item .combo-main-product {
  width: 215px;
  box-sizing: border-box;
  border: 1px solid #e4e4e4;
  padding: 15px 10px;
}
.combo-item .combo-plus {
  margin-left: 20px;
  font-weight: 700;
  font-style: normal;
  font-size: 48px;
  color: #059cdc;
  display: flex;
  align-items: center;
}
.combo-item .combo-packages {
  display: flex;
  flex: 1;
}
.combo-item .combo-packages .combo-package {
  margin-left: 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
  max-width: 215px;
  border: 1px solid #e4e4e4;
  padding: 15px 10px;
  box-sizing: border-box;
}
.combo-item .combo-image {
  position: relative;
}
.combo-item .combo-image .box-label {
  top: -10px;
  left: 5px;
}
.combo-item .combo-content {
}
.combo-item .combo-manufacturer {
  margin-bottom: 2px;
}
.combo-item .combo-manufacturer a {
  font-size: 12px;
  color: #222;
  font-weight: 600;
  line-height: 20px;
  padding: 0;
  text-transform: uppercase;
}
.combo-item .combo-product-name {
  margin: 0;
  min-height: 51px;
  line-height: 17px;
  overflow: hidden;
}
.combo-item .combo-product-name a {
  padding: 0;
  text-transform: capitalize;
  font-size: 14px;
  font-weight: 400;
  color: #222;
}
.combo-item .combo-prices {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin-top: 12px;
  font-size: 17px;
  line-height: 1;
}
.combo-item .combo-price-regular,
.combo-price-special,
.combo-total-price-whole {
  font-weight: 600;
  color: #fe4f19;
  white-space: nowrap;
}
.combo-item .combo-price-old {
  color: #999999;
  text-decoration: line-through;
  font-size: 14px;
  font-weight: 400;
  margin-left: 8px;
}
.combo-totals {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 20px;
  padding: 10px;
  background: #f8f8f8;
}
.combo-totals button {
  color: #ffffff;
  border: none;
  font-size: 16px;
  line-height: 1;
  min-height: 51px;
  width: 115px;
}
.combo-totals .combo-total-prices {
  text-align: left;
  color: #222222;
}
.combo-totals .combo-total-label {
  display: inline-block;
  font-size: 21px;
  font-weight: 600;
  margin-right: 10px;
}
.combo-totals .combo-total-price-old {
  display: inline-block;
  font-size: 21px;
  text-decoration: line-through;
  font-weight: 500;
  white-space: nowrap;
}
.combo-totals .combo-total-price {
  display: inline-block;
  margin: 0 10px;
}
.combo-totals .combo-total-saving {
  display: inline-block;
  background: #fedc19;
  border-radius: 3px;
  padding: 3px 5px;
  margin-bottom: 3px;
  font-size: 12px;
  font-weight: 100;
  line-height: 1;
}
.combo-totals .combo-total-saving span {
  margin-left: 1px;
  font-weight: 600;
}
.combo-totals .combo-total-price-whole {
  font-size: 21px;
  text-align: center;
}

@media (max-width: 480px) {
  .combo-item,
  .combo-item .combo-packages {
    flex-direction: column;
  }
  .combo-item .combo-main-product {
    align-items: center;
    display: flex;
    width: 100%;
  }
  .combo-item .combo-image {
    max-width: 130px;
  }
  .combo-item .combo-product-name {
    min-height: auto;
  }
  .combo-item .combo-plus {
    margin: 15px 0;
    font-size: 42px;
    text-align: center;
    display: block;
  }
  .combo-item .combo-packages .combo-package {
    margin: 0;
    max-width: 100%;
    flex-direction: row;
    align-items: center;
  }
  .combo-item .combo-packages .combo-package + .combo-package {
    margin-top: 15px;
  }
  .combo-totals .combo-total-label,
  .combo-totals .combo-total-price-old {
    display: none;
  }
  .combo-totals button {
    font-size: 15px;
    min-height: 42px;
  }
  .combo-totals .combo-total-price-whole {
    font-size: 17px;
  }
}

.faq .title {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #000;
}

.faq .accordion-group {
  margin-bottom: 12px !important;
  padding: 12px 0 0 0 !important;
  list-style-type: none !important;
}

.faq .accordion-group:before {
  content: "" !important;
}

.faq .accordion-group:last-child {
  margin-bottom: 0;
}

.faq .accordion-group + .accordion-group {
  border-top: 1px solid #eee;
}

.faq .accordion-group .accordion-heading {
  position: relative;
  cursor: pointer;
  margin: 0;
  font-size: 16px;
  line-height: 1.9;
  font-weight: 600;
  padding-left: 30px;
  color: #000;
}

.faq .accordion-group .accordion-heading:after {
  content: "\f0da";
  font-family: "FontAwesome";
  position: absolute;
  top: 5px;
  left: 0;
  border-radius: 50%;
  background: #eee;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 1.5;
  font-size: 14px;
}

@media (max-width: 768px) {
  .faq .accordion-group .accordion-heading {
    font-size: 16px;
    line-height: 1.6;
  }

  .faq .accordion-group .accordion-heading:after {
    top: 1px;
  }
}

.faq .accordion-group .accordion-heading.active:after {
  content: "\f0d7";
}

.faq .accordion-group .answer {
  padding: 0px 5px 0px 30px;
  font-size: 15px;
  margin-top: 15px;
}

.back-to-category {
  padding: 5px;
}
.back-to-category .btn-link {
  padding: 5px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #333;
}
