body {
  /*font-family: 'Jost', sans-serif;*/
    font-family: 'Roboto', sans-serif;

  font-weight: 400;
  color: #191718;
  font-size: 14px;
  line-height: 20px;
  width: 100%;
  overflow-x: hidden;
  transition: all .5s ease 0s;
}
h1, h2, h3, h4, h5, h6 {
  color: #191718;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
    font-weight: 600;
}
h2 {
  font-size: 27px;
    font-weight: 600;
}
h3 {
    font-size: 23px;
    font-weight: 600;
    color: #191718;
}
h4 {
  font-size: 15px;
    font-weight: 600;
}
footer h5 {
  font-size: 12px;
    font-weight: 600;
}
h6 {
  font-size: 10.2px;
    font-weight: 600;
}
a {
    color: #191718;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
legend {
  font-size: 18px;
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
.list-unstyled a {
  text-decoration: none;
}
.nav-tabs {
  margin-bottom: 15px;
}
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
#alert {
  z-index: 9999;
  pointer-events: all;
}
#alert .alert {
  min-width: 400px;
  position: relative;
  margin-bottom: 0px;
}

html body #alert.position-fixed {
  padding: 0px !important;
  top: 15px !important;
  right: 15px !important;
}

@media (min-width: 1300px) {
  #alert .alert {
    right: 50px;
  }
}
@media (min-width: 1400px) {
  #alert .alert {
    right: 0px;
  }
}
@media (min-width: 1600px) {
  #alert .alert {
    right: 100px;
  }
}
@media (min-width: 1800px) {
  #alert .alert {
    right: 200px;
  }
}
@media (min-width: 2000px) {
  #alert .alert {
    right: 300px;
  }
}
@media (min-width: 2200px) {
  #alert .alert {
    right: 400px;
  }
}
@media (min-width: 2400px) {
  #alert .alert {
    right: 500px;
  }
}
@media (min-width: 2600px) {
  #alert .alert {
    right: 600px;
  }
}
@media (min-width: 2800px) {
  #alert .alert {
    right: 700px;
  }
}
@media (min-width: 3000px) {
  #alert .alert {
    right: 800px;
  }
}
@media (min-width: 3200px) {
  #alert .alert {
    right: 900px;
  }
}
@media (min-width: 3400px) {
  #alert .alert {
    right: 1000px;
  }
}
@media (min-width: 3600px) {
  #alert .alert {
    right: 1100px;
  }
}
@media (min-width: 3800px) {
  #alert .alert {
    right: 1200px;
  }
}
@media (min-width: 4000px) {
  #alert .alert {
    right: 1300px;
  }
}
/* top */
#top {
  background-color: #EEEEEE;
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0;
  margin: 0 0 20px 0;
  min-height: 44px;
  position: relative;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #888;
  /*text-shadow: 0 1px 0 #FFF;*/
}
#top .btn-link {
  color: #888;
  /*text-shadow: 0 1px 0 #FFF;*/
  text-decoration: none;
}
#top .btn-link:hover {
  color: #444;
}
#top a {
  font-size: 1.1em;
  text-decoration: none;
}
footer a {
  font-size: 1.1em;
  text-decoration: none;
}
/* logo */
#logo {
  margin: 0 0 0px 0;
}
#logo img {
  max-width: 200px;
}
/* search */
#search {
  margin-bottom: 0px !important;
}
#search .form-control-lg {
  height: 40px;
  font-size: 14px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  /*text-shadow: 0 1px 0 #FFF;*/
}
/* cart */
#header-cart {
  margin-bottom: 0px;
}
#header-cart .btn-lg {
  color: #FFF;
  height: 40px;
  padding: 0 1rem;
}
#header-cart .btn:hover {
  color: #FFF;
}
#header-cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  /*text-shadow: none;*/
}
#header-cart.open > .btn:hover {
  color: #444;
}
#header-cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
  min-width: 100%;
}
#header-cart .dropdown-menu table {
  margin-bottom: 10px;
}
#header-cart .dropdown-menu li {
  min-width: 427px;
  padding: 0 10px;
}
#header-cart .dropdown-menu li p {
  margin: 20px 0;
}
@media (max-width: 478px) {
  #header-cart .dropdown-menu {
    width: 100%;
  }
  #header-cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#header-cart .table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
}
#menu.navbar {
  padding: 0 1rem;
  margin-bottom: 0px;
}
#menu .dropdown-menu {
  padding-bottom: 0;
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: table;
}
#menu .dropdown-inner ul {
  display: table-cell;
}
#menu .dropdown-inner ul li a:hover {
  color: #ffffff;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
}
#menu .dropdown-inner a {
  min-width: 160px;
  display: block;
  padding: 3px 20px;
  clear: both;
  line-height: 20px;
  color: #333333;
  font-size: 12px;
}
#menu .see-all {
  display: block;
  margin-top: 0.5em;
  border-top: 1px solid #DDD;
  padding: 3px 20px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  border-radius: 0 0 3px 2px;�
 $font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
  text-decoration: none;
  color: #ffffff;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
}
#menu #category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);*/
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
#menu .navbar-nav > li > a {
  color: #fff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  padding: 10px 15px 10px 15px;
  min-height: 15px;
  background-color: transparent;
}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
}
@media (max-width: 767px) {
  #menu {
    border-radius: 4px;
  }
  #menu div.dropdown-inner > ul .list-unstyled {
    display: block;
  }
  #menu div.dropdown-menu {
    margin-left: 0 !important;
    padding-bottom: 10px;
    background-color: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-inner {
    display: block;
  }
  #menu .dropdown-inner a {
    width: 100%;
    color: #fff;
  }
  #menu .dropdown-menu a:hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .dropdown-menu ul li a :hover {
    background: rgba(0, 0, 0, 0.1);
  }
  #menu .see-all {
    margin-top: 0;
    border: none;
    border-radius: 0;
    color: #fff;
  }
}
/* content */
#content {
  min-height: 600px;
}
/* footer */
footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 1px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
}
footer a:hover {
  color: #fff;
}
footer h5 {

  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  /*text-shadow: 0 1px 0 #FFF;*/
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.pagination {
  margin: 0;
}
/* buttons */
.btn-light {
  color: #777;
  /*text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);*/
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-position: 0;
}
.btn-primary {
  color: #ffffff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-position: 0;
}
.btn-warning {
  color: #ffffff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #ffffff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  background-image: linear-gradient(to bottom, #62c462, #51a351);
  background-repeat: repeat-x;
  border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-inverse {
  color: #ffffff;
  /*text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);*/
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.product-thumb {
  border: 0px solid #ddd;
  margin-bottom: 15px;
}
.product-thumb h4 {
  font-weight: bold;
}
.product-thumb .image {
  text-align: center;
  margin-bottom: 0px;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
}
.product-thumb .button-group {
  display: flex;
  border-top: 1px solid #ddd;
  background-color: #eee;
}
.product-thumb .button-group button {
  flex: 33%;
  border-radius: 0;
  display: inline-block;
  border: none;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button-group button + button {
  border-left: 1px solid #ddd;
}

.xzoom {
  width: 100% !important;
}

@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button-group {
    position: absolute;
    bottom: 0px;
    width: 100%;
    border-left: 1px solid #ddd;
  }
}
.rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  width: 20px;
}
.rating.fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
/* BS4 Changes */
.navbar-light .navbar-toggler {
  font-size: 15px;
  font-stretch: expanded;
  color: #FFF;
  padding: 6px 12px;
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
/* Theme Custom CSS */
#display-control #compare-total.a {
  margin-top: -2px;
  padding: 0.35rem 0.565rem;
}
#product-product h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}
#information-contact .card {
  margin-bottom: 20px;
}
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}






.cimenu {
  background: #3a7af5;
  background: linear-gradient(to right,#6b36bc 0,#14042e 100%);
  margin-bottom: 20px;
}
.cimenu #menu {
  background: transparent !important;
  border: 0px;
  padding: 2px 0px;
}

.cimenu #menu li a{
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
}
#top {
    background-color: #fff;
    border-bottom: 0px solid #e2e2e2;
    padding: 8px 0px;
    min-height: 37px;
    margin: 0px;
}
#top ul {
  margin-bottom: 0px;
}
#top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
  color: #61616c;
  font-size: 13px;
}
#header-cart .btn-inverse {
  background: transparent;
  border: 0px;
  /*text-shadow: none;*/
  color: #61616c;
  font-size: 13px;
  padding-right: 7px !important;
}
#header-cart .btn-inverse:hover, #header-cart .btn-inverse:focus {
  color: #000;
}
#search .form-control-lg, #search .btn-lg {
  border: 0px;
  background: transparent;
}
#search .form-control-lg {
  padding-left: 15px;
}
#search .btn-lg {
    padding: 10px 13px;
    color: #fff;
    background: linear-gradient(to right,#8549e3 0,#6935b8 100%);
    /*text-shadow: none;*/
        border-radius: 0px;
}
#search {
      border: 1px solid #e6e6e6;
    border-radius: 6px;
    overflow: hidden;
    background: #ffffff;
    border: 2px solid #8647e9a6;
    border-radius: 0px;
}

.slide.carousel {
    border: 0px solid #fff;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0px;
    overflow: hidden;
}
.slide.carousel a{
  overflow: hidden;
  display: inline-block;
  display: block;
}
.slide.carousel a img{

    transition: all 1s ease 0s;
}
.dropdown>a>i {
  font-size: 12px;
}
header{  
  background: #f8f8f8 !important;
  padding: 15px 0px;
}
.flex_control {
  justify-content: flex-end;
}
.fa-basket-shopping{
      height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    background: #000;
      background:linear-gradient(to right,#8549e3 0,#6935b8 100%);
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
}
.iBreak {
  display: block;
  padding-bottom: 3px;
    font-size: 22px !important;

}
.wish_acc {
  color: #61616c !important;
  padding: 0px 5px;
}
.wish_acc a {
  color: #61616c !important;
}
.product-thumb .description {
  text-align: center;
}
.product-thumb .description h4 a {
  font-weight: 500;
  color: #000;
}
.product-thumb:hover .description h4 a {
  text-decoration: underline;
}
.product-thumb .image a:hover {
    opacity: 1;
}
.product-thumb .content {
  position: relative;
}
.product-thumb .content .button-group {
  position: absolute;
    width: 100%;
    border: 2px solid #000;
    background: #fff;
    margin: 0px;
    top: -30px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    width: 95%;
    margin: auto;
    left: 0px;
    right: 0px;
    height: 41px;
}
.product-thumb:hover .content .button-group {
  opacity: 1;
    top: -50px;
}
.product-thumb .content .button-group button, .product-thumb .content .button-group button:hover, .product-thumb .content .button-group button:focus {
  background-color: transparent;
  color: #000;
}
#common-home #content .row {
  margin-bottom: 25px;
}

.slide.carousel a:hover img {
  transform: scale(1.04);
}
footer {
    margin-top: 25px;
    padding-top: 30px;
    padding-bottom: 1px;
    background-color: #f7f7f7;
    border-top: 0px solid #ddd;
    color: #373434;
}
footer li {
  margin-bottom: 10px;
}
footer a {
    color: #555555;
}
footer a:hover {
    color: #323232;
}
footer h5 {
    font-size: 22px;
    font-weight: bold;
    color: #000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.dropdown-menu{
  border: 1px solid #ddd;
  border-radius: 0px;
  box-shadow: 0 1px 4px #00000026;
}
.cimenu #menu li .dropdown-menu a {
    font-size: 13px;
    position: relative;
    padding-left: 12px;
    padding-right: 12px;
    color: #323232;
    transition: all 0.5s ease 0s;
    text-transform: capitalize;
}
.navbar-collapse{
    transition: all 0.5s ease 0s;
}
.cimenu #menu li .dropdown-menu a:hover {
  background: transparent;
  color: #333333;
}
.cimenu #menu li .dropdown-menu a:before {
    position: absolute;
    content: '';
    left: 12px;
    height: 1px;
    width: 0px;
    background-color: #323232;
    bottom: 3px;
    transition: all 0.5s ease 0s;
}
.cimenu #menu li .dropdown-menu a:hover:before {
    width: 50px;
}
.cimenu #menu li .dropdown-menu a.see-all {
  font-weight: 600;
    font-size: 12px;
}
.list-group-item.active {
  background: linear-gradient(to right,#6b36bc 0,#14042e 100%);
  border: 0px;
  z-index: 1;
}
.list-group-item.active~.active, .active > .page-link {
    background: #8a4de6;
    border-color:  #8a4de6;
}
.btn-primary, .page-link.active{
  background: linear-gradient(to right,#8549e3 0,#6935b8 100%);
  border: 0px !important;
  color: #fff;
    transition: all 0.5s ease 0s;
}
.page-link {
  color: #323232;
}
.btn-primary:hover, .btn-primary:focus{
  background: linear-gradient(to right,#14042e 0,#6b36bc 100%);
  color: #fff;
}
#product-category .product-thumb{
  padding-bottom: 10px;
  border-bottom: 1px solid #f9f9f9;
}
.product-list .product-thumb .description {
  text-align: left;
}
.product-grid .product-thumb .description {
  text-align: center;
}
#product-list .product-thumb .content .button-group{
  position: relative;
  top: auto;
  opacity: 1;
}
.breadcrumb {
    border: 0px;
    background: transparent;
    padding: 0px 0;
}
.breadcrumb > li.breadcrumb-item {
    padding: 0 11px;
}
.breadcrumb > li.breadcrumb-item a {
  color: #999;
}  
.breadcrumb > li.breadcrumb-item:after {
    top: 6px;
    right: 0px;
    width: 6px;
    height: 6px;
}
.breadcrumb > li.breadcrumb-item:last-child:after {
  display: none;
}
.nav-tabs{
  border-color: #f9f9f9;
}
.nav-tabs .nav-link {
  margin-bottom: 0px;
  color: #323232;
  font-weight: 600;
  font-size: 16px;
  border: 0px;
  border-radius: 0px;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border: 0px;
  background: #9c83f8;
  color: #fff;
}
/* Styling for xzoom and placement */

.xzoom-source img,
.xzoom-preview img,
.xzoom-lens img {
  display: block;
  max-width: none;
  max-height: none;
}

/* --------------- */

/* xZoom Styles below */

.xzoom-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.xzoom-thumbs {
  text-align: center;
  margin-bottom: 0px;
}

.xzoom,
.xzoom2,
.xzoom3,
.xzoom4,
.xzoom5 {
  box-shadow: none;
  margin-bottom: 15px;
}

/* Thumbs */

.xzoom-gallery,
.xzoom-gallery2,
.xzoom-gallery3,
.xzoom-gallery4,
.xzoom-gallery5 {
  border: 1px solid #cecece;
  margin-left: 5px;
  margin-bottom: 0px;
}

.xzoom-source {
  display: block;
  position: static;
  float: none;
  clear: both;
}

.xzoom-hidden {
  display: block;
  position: static;
  float: none;
  clear: both;
  overflow: hidden;
}

/* Everything out of border is hidden */

/* Preview */

.xzoom-preview {
  border: 1px solid #888;
  background: #2f4f4f;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}

/* Lens */

.xzoom-lens {
  border: 1px solid #555;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  cursor: zoom-in;
}

/* Loading */

.xzoom-loading {
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  opacity: 0.7;
  width: 48px;
  height: 48px;
  transform: translate(-50%, -50%);
}

/* Additional class that applied to thumb when it is active */

.xactive {
  box-shadow: 0px 0px 3px 0px rgba(74, 169, 210, 1);
  border: 1px solid #4aaad2;
}

/* Caption */

.xzoom-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  width: 100%;
  text-align: left;

}
  .xzoom-caption span {
    color: #fff;
    display: block;
    font-size: 0.75em;
    font-weight: bold;
    padding: 10px;
  }

@media (max-width: 500px) {
  img.xzoom {
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  .xzoom-thumbs .xzoom-gallery {
    width: 20%;
    max-width: 50px;
  }
}

.btn-light {
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
      background-image: linear-gradient(to bottom, #ffffff, #ebebeb);
}
#header-cart .dropdown-menu {
  background: #fff;
  border-radius: 4px;
  border: 0px;
}
.shadowPopup {
  position: fixed;
  height: 100%;
  width: 100%;
  background: #4a6a9fd4;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 2;
  display: none;
}
.show~.shadowPopup{
  display: block;
}

.shadowPopup~.dropdown-menu {
  z-index: 3;
}
.closeTogggle {
    position: absolute;
    right: -11px;
    font-size: 21px;
    top: -12px;
    background: #fff;
    border-radius: 35px;
    cursor: pointer;
    color: #000;
}
.cartSnProdiuct.evenodd:nth-of-type(odd) {
    background: linear-gradient(to right,#c6a1fd 0,#ffb09f 100%);
    border-radius: 8px;
}
.cartSnProdiuct {
  gap: 10px;
  margin-bottom: 8px;
  padding: 5px;
}
.dImg {
  width: 15%;
}
.dText {
  width: 35%;
}

.dText  a, .dTotal{
  color: #000;
  font-weight: 600;
}
.dQty {
  width: 20%;
}
.dTotal{
  width: 20%;
}
.dBtn {
  width: 10%;
}

.dBtn .btn{
  border-radius: 250px;
  padding: 0px;
  line-height: 25px;
    height: 25px;
    width: 25px;
    background: transparent;
    border: 0px;
}
.dBtn .btn.btn-danger {

    background: transparent;
    border: 0px;
    color: #bd362f;
    font-size: 20px;
}

.dBtn .btn i {
  display: block;
}
.quantitygrp .input-group-btn {
      border: 1px solid #ced4da;
}

.quantitygrp {
  width: 200px;
}
.cartSnProdiuctPage {
  border: 1px solid #ddd;
}
.mobShow {
  display: none !important;
}
#accordion{
  margin-bottom: 10px;
}
.qval {
    font-family: 'Jost', sans-serif;
    position: absolute;
    font-weight: 400;
    height: 18px;
    width: 18px;
    background: #ff5000;
    border-radius: 15px;
    top: -7px;
    left: 44px;
    padding: 0;
    line-height: 19px;
    font-size: 14px;
        color: #fff;
}
header .fa-heart {
  position: relative;
  font-size: 25px !important;
}
header .fa-heart .qval {
    left: 23px;
    right: 0px;
    margin: auto;
}
.xzoom-preview{
  z-index: 3;
}
.border_product {
  border: 1px solid #ddd;
  margin-bottom: 30px;
  padding: 15px ;
}
.Verticial_img img{
  margin-bottom: 10px;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
  margin-bottom: 25px;
}
.navbar-nav.dropdown:last-child .dropdown-menu {
  right: 0px;
}
.header .dropdown-item.active, .dropdown-item:active {
  background: #f9f9f9 !important;
}
.carousel-item a {
  position: relative;
}
.carousel-item a:before {
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.carousel-item a:hover:before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}
@keyframes shine {
  100% {
    left: 125%;
  }
}
@media (min-width: 767px) {
  .searchCol {
    order: 2;
  }
  .iconCol {
    order: 3;
  }
}
@media (max-width: 991px) {
}
@media (max-width: 991px) {
  .wish_acc i~span{
    display: none !important;
  }
  .thCart {
    display: none !important;
  }
  .cartSnProdiuctPage{
    display: block !important;
  }
  .cartSnProdiuctPage .dImg {
    width: 30%;
    float: left;
  }
  .cartSnProdiuctPage .dText {
    width: 70%;
    float: left;
  }
  .cartSnProdiuctPage .dQtyBox {
    width: 54% !important;
    float: left;
    margin-bottom: 10px;
  }
  .cartSnProdiuctPage .dQty, .cartSnProdiuctPage .dTotal {
    width: 100%;
    float: left;
  }
  .mobile-logo.mobShow {
    display: block !important;
  }
  .mobile-logo img {
    height: 50px;
    margin: auto;
  }
  .mobShow {
    display: inline-block !important;
  }
  h1 {
    font-size: 26px;
  }
  header .fa-heart .qval {
    left: 17px;
  }
  .mobHide {
    display: none !important;
  }
  .iBreak {
    font-size: 14px !important;
  }
  #logo img {
    max-width: 150px;
  }
  .menuShadow {
    position: fixed;
    background: #121c23d1;
    left: 0px;
    width: 0%;
    height: 100% !important;
    z-index: 4;
    top: 0px;
    transition: all 0.5s ease 0s;
    left: 00px;
  }
  .navbar-collapse>ul {
    position: fixed;
    width: 300px;
    height: 100% !important;
    background: #fff;
    top: 0px;
    left: 0px;
    padding: 30px 5px;
    z-index: 5;
    left: -302px;
    transition: all 0.5s ease 0s;
    overflow: scroll;
        display: block;
  }
  .navbar-collapse.collapse:not(.show) {
    display: block;
  }
  .show.navbar-collapse>ul  {
    left: 0px;
  }

  .show.navbar-collapse .menuShadow {
    width: 100%;
  }
  .navbar-collapse>ul>li {
    border-bottom: 1px solid #f9f9f9;
  }
  .navbar-collapse .nav-item.dropdown i.fa-angle-down{
    float: right;
  }
  #menu .navbar-nav > li > a {
    color: #323232;
    /*text-shadow: none;*/
    font-weight: 500;
  }
  #menu .navbar-nav > li > a:hover {
    background: linear-gradient(to right,#6b36bc 0,#14042e 100%);
    color: #fff;
  }
  #menu div.dropdown-menu {
    background-color: rgb(203 218 255 / 13%);
    border-color: #e1eaff;
    box-shadow: none;
  }
  header .fa-heart, .mobSearch  i {
      font-size: 22px !important;
  }
  .mobSearch  i {
    padding-right: 8px;
  }
  header .fa-heart .qval {
    left: 14px;
  }
  .fa-basket-shopping {
    height: 36px;
    width: 36px;
    line-height: 36px;
  }
  #header-cart .btn-inverse {
    padding-left: 12px;
  }
  .qval {
    left: 37px;
  }
  .cimenu {
    background: transparent !important;
  }
  #menu {
    min-height: 0px;
    display: block;
    margin-bottom: 8px !important;
  }
  #search {
    margin-top: 5px;
  }
  #search .form-control-lg {
    height: 35px;
    min-height: 35px;
  }
  #search .btn-lg {
    padding: 0px 13px;
  }
  h3 {
    font-size: 18px;
  }
  .row .col {
    width: 50%;
    flex: 1 0 50%;
  }
  #top .nav > .list-inline > .list-inline-item, #top .nav > .list-inline .list-inline-item > a, #top .nav > .list-inline .list-inline-item .dropdown > a {
    font-size: 14px;
    /*text-shadow: none;*/
  }
  footer h5 {
    font-size: 17px;
    position: relative;
  }
  footer h5:before {
    position: absolute;
    content: '\f107';
    font-family: "Font Awesome 6 Free";
    right: 0px;
    color: #9e9e9e;
  }
  footer .row>div {
    border-bottom: 1px solid #ddd;
    width: 50%;
  }
  footer h5~ul {
    display: none;
  }
  footer h5.active~ul {
    display: block;
  }
  footer h5.active {
    color: #8549e3 ;
  }
  #header-cart .dropdown-menu {
    width: 320px !important;
    right: 10px !important;
    left: auto !important;
  }
  #header-cart .dropdown-menu li {
    min-width: 100%;
  }
  .product-thumb .content .button-group {
    position: relative;
    top: 0px !important;
    opacity: 1 !important;
  }
  #display-control i~.d-none {
    display: inline-block !important;
  }
  #product-list .product-thumb .description {
    text-align: center;
  }
  .product-thumb .description {
    padding: 12px 0px;
  }
  #top .d-none, #top .iBreak {
    display: inline-block !important;
  }
  #menu .dropdown .dropdown-inner ul {
    display: block;
  }
  .carousel-control-prev, .carousel-control-next {
    font-size: 14px;
  }
  .cimenu #menu {
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
}
@media (max-width: 576px) {

  ul.pagination {
    margin-bottom: 10px;
    justify-content: center;
  }
  #product-list~div.row .col-sm-6 {
    text-align: center !important;
  }
  footer .row>div{
    width: 100%;
  }
  footer .row>div:last-child {
    border-bottom: 0px;
  }
}
.xzoom-container .owl-carousel .owl-item img {
  width: auto !important;
  max-width: 100%;
}
.xzoom-container .owl-nav button {
  position: absolute;
  margin-top: 0px !important;
  top: 0px;
  bottom: 0px;
  height: 25px;
  margin: auto !important;
  background: #8647e9 !important;
  opacity: 1 !important;
  color: #fff !important;
  height: 23px;
  width: 23px;
}
.xzoom-container .owl-nav {
  margin: 0px !important;
}
.xzoom-container .owl-nav button span {
  font-size: 25px;
  display: block;
  top: -1px;
  position: relative;
}
.xzoom-container .owl-nav button.owl-prev {
  left: 0px;
}
.xzoom-container .owl-nav button.owl-next {
  right: 0px;
}
.xzoom-container .owl-dots {
  position: absolute;
  display: none;
}
.btn-light, .quantitygrp .input-group-btn {
  border-color: #b6cdf7;
  background: #f3faff;
  border-width: 1px;
  color: #264962;
}
.btn-light:hover, .btn-light:focus, .btn-light:active, .btn-light.active, .btn-light.disabled, .btn-light[disabled] {

  border-color: #b6cdf7;
  background: #d2ecff;
  border-width: 1px;
  color: #264962;
}
.input-group .btn {
  z-index: 1;
}
.emptyCart i {
  font-size: 30px;
  background: transparent;
  color: #8647e9;
}

#checkout-cart #content {
  min-height: auto;
}



.footer-newsletter>.row {
    align-items:center;
}
.product-thumb {
    background: #f9f9f9 !important;
    border: 1px solid #f0f0f0 !important;
}
.product-thumb .image {
    background: #ffffff;
}
.main_newsletter .input-group .btn {
    border-radius:2px;
}
.main_newsletter .input-group input {
    border:0px;
}



/*********** up ************/
.product-thumb {
    background: #fff !important;
    border: 1px solid #fff !important;
}


#top {
    padding: 0;
    min-height: 34px;
    border-bottom: 1px solid #e6e6e6;
}
#top .container {
    display: flex;
    align-items: center;
    height: 34px;
}
#top .list-inline-item {
    display: inline-flex;
}
#top .float-end {
    margin-left: auto;
}
#top .float-end .list-inline {
    display: flex;
    align-items: center;
}


#menu .navbar-nav > li > a {
    font-size: 24px;
    text-transform: uppercase;
    color: #191718;
    padding-left: 13px;
    padding-right: 13px;
    font-family: "Bebas Neue", sans-serif;
}
#menu .navbar-nav > li:last-of-type > a {
    padding-right: 0;
}

#header-cart .fa-basket-shopping {
    color: #fff;
    height: 34px;
    line-height: 34px;
    border-radius: 0;
    width: 65px;
}
#header-cart .btn-inverse {
    height: 34px;
}
.qval {
    top: 2px;
    left: 58px;
}


.list-inline-item .del {
    margin: 0 2px;
}


#logo img {
    max-width: 260px;
    width: 100%;
}





.h-notice-title {
    margin-top: 40px;
    text-align: center;
    font-size: 60px;
    line-height: 90px;
    text-transform: uppercase;
    color: #191718;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
}
.h-notice-text {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
    color: #191718;
}
.home-notice .nav-link {
    background: #fff !important;
}
.home-notice .nav-link:hover,
.home-notice .nav-link.active {
    background: #f7f7f7 !important;
}

.home-notice .nav-tabs {
    display: flex;
    margin: 0 !important;
    border-top: 1px solid #f7f7f7 !important;
}
.home-notice .nav-item {
    width: 25%;
    border-right: 1px solid #f7f7f7 ;
}
.home-notice .nav-item:first-of-type {
    border-left: 1px solid #f7f7f7 ;
}
.home-notice .nav-link {
    width: 100%;
    padding: 25px 10px 15px;
}

.home-notice .nav-link img {
    height: 40px;
}
.home-notice .nav-link strong {
    font-size: 24px;
    line-height: 20px;
    color: #191718;
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
    margin-top: 10px;
    display: block;
    min-height: 40px;
}

.home-notice .tab-content-wrap {
    background: #f7f7f7;
}
.home-notice .tab-content {
    border: none !important;
    min-height: 180px;
    display: flex;
    align-items: center;
}

.home-notice .tab-pane {
    width: 100%;
    font-size: 16px;
}
.home-notice .tab-pane strong {
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #191718;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
}





.product-thumb h4 {
    font-size: 20px;
    line-height: 22px;
    font-family: "Bebas Neue", sans-serif;
}
.product-thumb h4 a {
    text-decoration: none !important;
}
.product-thumb .price {
    font-size: 20px;
    line-height: 22px;
    font-family: "Bebas Neue", sans-serif;
    color: #de0000;
}



.home-bestseller-wrap {
    margin-top: 40px;
}
.home-bestseller-swiper {
    padding: 40px 0 !important;
}
.home-bestseller-wrap h3 {
    font-size: 60px;
    line-height: 90px;
    text-transform: uppercase;
    color: #191718;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
}



.home-bestseller-wrap .product-slide {
    position: relative;
}
.home-bestseller-wrap .bs-slide-number {
    position: absolute;
    font-size: 120px;
    letter-spacing: 2px;
    line-height: 1;
    text-transform: uppercase;
    color: #f2f2f2;
    font-family: "Allerta Stencil", sans-serif;
    right: -90px;
    top: -10px;
}



.home-bestseller-wrap .product-thumb {
    position: relative;
    background: none !important;
    border: none !important;
}

.home-bestseller-wrap .swiper-slide:nth-of-type(3n + 2) .product-thumb {
    margin-top: 100px;
    left: 50px;
}
.home-bestseller-wrap .swiper-slide:nth-of-type(3n + 2) .product-thumb .image {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.home-bestseller-wrap .swiper-slide:nth-of-type(3n + 2) .bs-slide-number {
    font-size: 85px;
    right: -105px;
    top: unset;
    bottom: 80px;
}


.home-bestseller-wrap .swiper-slide:nth-of-type(3n + 3) .product-thumb {
    margin-top: -40px;
    right: 0;
}
.home-bestseller-wrap .swiper-slide:nth-of-type(3n + 3) .product-thumb .image {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.home-bestseller-wrap .swiper-slide:nth-of-type(3n + 3) .bs-slide-number {
    font-size: 90px;
    right: unset;
    top: 0;
    left: -85px;
}


.home-notice .my-4 {
    margin-bottom: 0 !important;
}
footer {
    background: #fff;
}
footer h5 {
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #191718;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
}
footer h5 {
    font-size: 24px;
    line-height: 36px;
    text-transform: uppercase;
    color: #191718;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
    margin-bottom: 20px;
}
footer a {
    color: #191718;
}

.footer-line {
    height: 1px;
    background: #e6e6e6;;
}
.footer-top {
    padding-bottom: 30px;
}
.footer-bottom {
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
}
.footer-bottom-1 ul {
    display: flex;
    margin: 0;
}
.footer-bottom-1 ul li {
    margin: 0;
    margin-right: 30px;
    position: relative;
}
.footer-bottom-1 ul li:after {
    content: "";
    right: -15px;
    width: 1px;
    height: 15px;
    background: #191718;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.footer-bottom-1 ul li:last-of-type:after {
    display: none;
}
.footer-bottom-2 p {
    margin: 0;
}


.footer-social ul {
    display: flex !important;
    margin-top: -14px;
    margin-left: -4px
}
.footer-social h5:before {
    display: none !important;
}
.footer-social ul li {
    margin-right: 10px;
}
.footer-social ul li:last-of-type {
    margin-right: 0;
}
.footer-social .social-item {
    display: inline-flex;
    width: 32px;
    height: 32px;
    background: url(/image/catalog/hkfa/icons/facebook.png) no-repeat;
    background-size: 22px;
    background-position: center;
    transition: .2s;
}
.footer-social .social-item:hover {
    opacity: .85;
}
.footer-social .social-facebook {
    background-image: url(/image/catalog/hkfa/icons/facebook.png);
}
.footer-social .social-instagram {
    background-image: url(/image/catalog/hkfa/icons/instagram.png);
}
.footer-social .social-youtube {
    background-image: url(/image/catalog/hkfa/icons/youtube.png);
}






.btn.btn-primary,
.btn.btn-primary {
    background: #de0000 !important;
    color: #fff !important;

    border-radius: 0;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
    font-size: 24px;
    padding: 10px 20px 7px;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary:focus {
    background: #b70000 !important;
    color: #fff !important;
}




[id*="account-"] .btn.btn-light {
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
    font-size: 24px;
    padding: 10px 20px 7px;
}




#display-control .btn.btn-primary {
    font-size: 18px;
    height: 36px;
}
#shopping-cart .btn.btn-primary {
    font-size: 14px;
    padding: 10px 12px 7px;
}


#shopping-cart .btn.btn-danger {
    background: #de0000 !important;
    color: #fff !important;
    border-radius: 0;
}
#shopping-cart .btn.btn-danger:hover,
#shopping-cart .btn.btn-danger:active,
#shopping-cart .btn.btn-danger:focus {
    background: #b70000 !important;
    color: #fff !important;
}



/************** product page **************/
.breadcrumb-mob {
    display: none;
}
@media (max-width: 576px) {
    .breadcrumb-mob {
        display: flex;
    }
    .breadcrumb-desktop {
        display: none;
    }
}


.breadcrumb-item a {
    font-size: 12px;
    line-height: 22px;
    text-transform: uppercase;
    color: #191718 !important;
}
.breadcrumb-item:after {
    border-color: #191718 !important;
}
.breadcrumb > li.breadcrumb-item:after {
    top: 8px;
    right: 0;
    width: 5px;
    height: 5px;
}
.breadcrumb > li.breadcrumb-item:first-of-type {
    padding-left: 0;
}



.pr-sale-banner {
    background-color: #de0000;
    text-align: center;
    padding: 8px 15px 4px;

    font-size: 36px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: bold;
    font-family: "Bebas Neue", sans-serif;
}

.pr-wrap {
    margin-top: 20px;
}



.pr-sticker-items {
    display: flex;
    flex-flow: wrap;
}
.pr-sticker-item {
    background-color: #de0000;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 11px;
    font-weight: 700;
    padding: 5px 15px 4px;
}
.pr-sticker-items > div {
    margin-right: 12px;
}
.pr-sticker-items > div:last-of-type {
    margin-right: 0;
}


#product-info h1 {
    font-size: 50px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    margin-top: 10px;
    margin-bottom: 0;
}


.pr-price {
    margin-top: 30px;
}
.price-new.special {
    font-size: 28px;
    line-height: 1;
    color: #de0000;
    font-family: "Bebas Neue", sans-serif;
    font-weight: 800;
}
.price-old-wrap {
    font-size: 12px;
    line-height: 25px;
    color: #8c8b8b;
    margin-top: -10px;
}
.price-old-wrap span {
    font-weight: 700;
    color: #8c8b8b;
}
.price-new.no-special {
    color: #de0000;
}


.pr-description {
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
}
.pr-description-title {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    color: #191718;
    font-family: "Bebas Neue", sans-serif;
}
.pr-description-text {
    margin-top: 5px;
    font-size: 15px;
    line-height: 1.5;
}


.pr-related {
    margin-top: 50px;
}
.pr-related h3 {
    font-size: 60px;
    line-height: 90px;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
}



.product-thumb .image {
    position: relative;
}
.product-thumb .pr-sticker-items {
    position: absolute;
    left: 0;
    top: 20px;
    text-align: left;
}
.product-thumb .pr-sticker-items > div {
    width: 100%;
    margin-bottom: 5px;
}
.product-thumb .pr-sticker-items > div:last-of-type {
    width: 100%;
    margin-bottom: 0;
}
.product-thumb .pr-sticker-item {
    width: auto;
    display: inline-flex;
}
.product-thumb .price-old {
    color: #8c8b8b;
    margin-left: 5px;
    font-size: 18px;
}




.pr-left .border_product {
    border: none;
}
.pr-left .xzoom-container > a {
    margin-right: 100px;
}
.pr-left .xzoom-container .owl-carousel .item img {
    width: 92% !important;
    border: 1px solid transparent;
    position: relative;
    /*left: -5px;*/
}

.pr-left  .xzoom-gallery,
.pr-left  .xzoom-gallery2,
.pr-left  .xzoom-gallery3,
.pr-left  .xzoom-gallery4,
.pr-left  .xzoom-gallery5 {
    border: none;
}

.pr-left .owl-stage-outer {
    padding-top: 5px;
    padding-bottom: 5px;
}
.pr-left .xactive {
    box-shadow: none !important;
    border: 1px solid rgba(183, 0, 0, .3) !important;
}



.pr-buy-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.pr-item-total {
    display: flex;
    align-items: flex-end;
    margin-top: 5px;
}
.pr-item-total-text,
.pr-item-total-value {
    font-size: 24px;
    line-height: 1.2;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
}
.pr-item-total-value {
    color: #de0000;
    font-size: 32px;
    line-height: 1;
    font-weight: bold;
    margin-left: 8px;
}

#button-cart {
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
    font-size: 24px;
    padding: 10px 20px 7px;
}
#product-info #button-cart:disabled {
    background: #de0000;
}







/**** options ****/
.pr-options {
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
}
.pr-option > .form-label,
.pr-options-text-title > .form-label {
    font-size: 24px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
}


.pr-option-items {
    display: flex;
    flex-flow: wrap;
}
.pr-option-item input {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
    white-space: nowrap;
}
.pr-option-item .pr-option-item-label {
    min-width: 96px;
    min-height: 58px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    padding: 5px;
    cursor: pointer;
    transition: .25s;
    color: #191718;
}
.pr-option-item .pr-option-item-label:hover {
    border-color: #de0000;
}
.pr-option-item input:checked + .pr-option-item-label {
    background: #de0000;
    border-color: #de0000;
    color: #fff;
}
.pr-option-item input:disabled + .pr-option-item-label {
    border-color: #e5e5e5;
}
.pr-option-item-name {
    font-size: 24px;
    line-height: .9;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    width: 100%;
    text-align: center;
}
.pr-option-item-availability {
    line-height: 1.3;
    width: 100%;
    text-align: center;
}

.pr-option-item {
    padding: 0;
}
.pr-option-item {
    margin-right: 12px;
    margin-bottom: 12px;
}
.pr-option-item:last-of-type {
    margin-right: 0;
}
.pr-option .invalid-feedback {
    margin-top: 0;
    font-size: 14px;
}



.pr-option-item-img-wrap {
    display: flex;
    align-items: center;
    padding-left: 15px;
    padding-right: 15px;
}
.pr-option-item-img-wrap img {
    width: 42px;
    padding: 0;
    border-radius: 0;
    border: none;
    background: none;
}
.pr-option-item-img {
    flex: none;
}
.pr-option-item-name-wrap {
    text-align: center;
    margin-left: 10px;
}
.pr-option-item-price {
    line-height: 1.4;
    margin-bottom: -4px;
}



.pr-options-text-wrap .pr-option-text {
    display: flex;
    flex-flow: wrap;
}
.pr-options-text-wrap .pr-option-14,
.pr-options-text-wrap .pr-option-16 {
    width: calc(70% - 40px);
    margin-right: 40px;
    margin-bottom: 40px !important;
}
.pr-options-text-wrap .pr-option-14:last-of-type,
.pr-options-text-wrap .pr-option-16:last-of-type {
    width: 70%;
    margin-right: 0;
}

.pr-options-text-wrap .pr-option-15 {
    width: calc(30% - 40px);
    margin-right: 40px;
    margin-bottom: 40px !important;
}
.pr-options-text-wrap .pr-option-15:last-of-type {
    width: 30%;
    margin-right: 0;
}


.pr-options-text-wrap .pr-option {
    position: relative;
}
.pr-options-text-wrap .pr-option > .form-label {
    display: none;
}
.pr-options-text-wrap .pr-option .form-control::placeholder {
    color: #ccc;
}
.pr-options-text-wrap .pr-option .form-control {
    font-size: 22px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #de0000;
    padding-bottom: 0;
    padding-left: 0;
    box-shadow: none;
}
.pr-options-text-wrap .tab-content {
    margin-top: 10px !important;
}
.pr-options-text-wrap .pr-option-item-name {
    margin-top: 3px;
}
.pr-options > div {
    margin-bottom: 25px !important;
}
.pr-buy-wrap {
    border-top: 1px solid #e6e6e6;
    padding-top: 25px;
}

.pr-option-text-max-length {
    position: absolute;
    left: 0;
    bottom: -17px;
    font-size: 12px;
    line-height: 12px;
    color: #b3b3b3;
}




.pr-size-chart-btn {
    cursor: pointer;
    display: inline-flex;
    font-size: 12px;
    line-height: 22px;
}
.pr-size-chart-btn:before {
    content: "";
    width: 13px;
    height: 10px;
    background: url(/image/catalog/hkfa/icons/size.png) no-repeat;
    background-size: contain;
    background-position: center;
    margin-top: 5px;
    margin-right: 3px;
}




#sizeChartModal .modal-title {
    display: none;
}
#sizeChartModal .modal-header {
    border: none;
    padding: 0;
}
#sizeChartModal .btn-close {
    position: absolute;
    right: 8px;
    top: 8px;
    background-color: #de0000;
    z-index: 1;
    width: 10px;
    height: 10px;
    border-radius: 0;
    opacity: 1;
    outline: none;
    box-shadow: none;
    border: none;
    --bs-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
}

#sizeChartModal .modal-content {
    border-radius: 0;
}
#sizeChartModal .modal-body {
    padding: 45px;
}
#sizeChartModal .modal-body img {
    border-radius: 0;
    border: none;
}


.xzoom-container .owl-nav button {
    border-radius: 0 !important;
    background-color: #de0000 !important;
}

.pr-option .invalid-feedback {
    margin-bottom: 5px;
    font-weight: 500;
}
/************** end product page **************/




/********* register ********/
.container-grey {
    background-color: #f7f7f7;
    padding-top: 50px;
    padding-bottom: 50px;
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
}
.container-640 {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

#account-register .breadcrumb,
#account-login .breadcrumb {
    display: none;
}
#account-register #column-right,
#account-login #column-right {
    display: none !important;
}
#account-register #content h1,
#account-login #content h1 {
    font-size: 60px;
    line-height: 1;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    text-align: center;
}
#account-register .container-640 > p,
#account-login .container-640 > p {
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}
#account-register .container-640 > p a,
#account-login .container-640 > p a {
    color: #de0000;
}
#account-register .container-640 > p a:hover,
#account-login .container-640 > p a:hover {
    text-decoration: underline;
}


#form-register,
#form-login {
    margin-top: 25px;
}
#form-register legend,
#form-login legend {
    display: none;
}
#form-register .row > label,
#form-login .row > label {
    width: 35%;
    text-align: left;
    font-size: 22px;
    text-transform: uppercase;
    font-family: "Bebas Neue", sans-serif;
    line-height: 1;
    margin-top: 3px;
}
#form-register .row > .col-sm-10,
#form-login .row > .col-sm-10 {
    width: 65%;
}

#form-register .form-control,
#form-login .form-control {
    font-size: 22px;
    line-height: 1;
    font-family: "Bebas Neue", sans-serif;
    border-radius: 0;
    border: none;
    border-bottom: 2px solid #de0000;
    border-bottom: 2px solid #191718;
    padding-bottom: 0;
    padding-left: 0;
    box-shadow: none;
    background: none;
}
#form-register .form-control.is-invalid,
#form-login .form-control.is-invalid {
    border-color: #de0000;
}
#form-register .form-control ~ .invalid-feedback,
#form-login .form-control ~ .invalid-feedback {
    font-size: 12px;
    line-height: 14px;
    color: #b3b3b3;
}
#form-register .form-switch,
#form-login .form-switch {
    line-height: 1.3;
}
#form-register .form-check .form-check-input,
#form-login .form-check .form-check-input {
    margin-top: 0.5rem;
}
#form-register .btn.btn-primary[type="submit"],
#form-login .btn.btn-primary[type="submit"] {
    margin-top: 30px;
}
#form-register .form-check label,
#form-login .form-check label {
    font-size: 14px;
}
#form-register .form-check label a,
#form-login .form-check label a {
    color: #de0000;
    font-weight: 300;
    text-decoration: underline;
}
#form-register .form-check label a:hover,
#form-login .form-check label a:hover {
    text-decoration: none;
}
/********* register ********/






.form-check-input:checked {
    background-color: #b70000;
    border-color: #b70000;
}







#top a {
    font-size: 20px;
    font-weight: 300;
}
/*.cartSnProdiuct.evenodd:nth-of-type(odd) {*/
/*    color: #fff;*/
/*}*/
/*.cartSnProdiuct.evenodd:nth-of-type(odd) a {*/
/*    color: #fff;*/
/*}*/
/*.cartSnProdiuct.evenodd:nth-of-type(odd) .dTotal {*/
/*    color: #fff;*/
/*}*/
.cartSnProdiuct.evenodd:nth-of-type(odd) {
    background: #fff !important;
}



.auction-thead {
    background: #de0000 !important;
}


[id*="account-"] #content .home-notice {
    display: none;
}
.product-thumb .product-description {
    display: none;
}
#product-list.product-list .product-thumb .product-description {
    display: block;
}