/* SHOW SẢN PHẨM */
#productDetails .images{
  width: 500px;
}
#lightSliderVertical {
  list-style: none outside none;
  padding-left: 0;
  margin-bottom:0;
}
#ru-slider-product li {
  display: block;
  float: left;
  cursor:pointer;
}
#ru-slider-product img {
  display: block;
  height: auto;
  width: 100%;
}
#ru-slider-product .lSSlideOuter .lSPager.lSGallery li {
  opacity: 0.8;
}
#ru-slider-product .lSSlideOuter .lSPager.lSGallery li.active a{
  border: 2px solid #000;
}
#ru-slider-product .lSSlideOuter .lSPager.lSGallery li a{
  opacity: 0.8;
  border-radius: 0;
  border: 0px solid #999;
  transition: border-color 0.2s ease 0s;
  display: block;
  overflow: hidden;
  padding: 2px;
  width: 50px;
  height: 50px;
}
#ru-slider-product .lSSlideOuter .lSPager.lSGallery li.active {
  opacity: 1;
}
#ru-slider-product .lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li{
  border-radius: 0;
}
#ru-slider-product .lSSlideOuter .lSPager.lSGallery li.active:hover, .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
}
#ru-slider-product .lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  width: 100%;
  max-width: 100%;
}
#ru-slider-product .codes{
  bottom: 5%;
  left: 5%;
  position: fixed;
}
#ru-slider-product .codes div {
  border: 2px solid black;
  font-size: 20px;
  padding: 10px;
  background-color: red;
  }
#ru-slider-product .codes div a{
  text-decoration: none;
  color: white;
  font-weight: 800;
}

#ru-slider-product .lSSlideOuter.vertical .lSGallery {
  right: auto;
  left: 0;
}
#ru-slider-product .lSAction > a{
  background-image: url("../images/controls.png");
}
.gallery li {
    display: block;
    float: left;
    margin-right: 6px;
}
.gallery li img {
    height: auto;
    max-width: 100%;
    display: block;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}
/* SHOW SẢN PHẨM */
#productDetails .details{
  margin-left: 1rem;
  width: calc(100% - 500px - 1rem);
}
#productDetails .ru-option .hr-left{
  white-space: pre-wrap;
  overflow-wrap: break-word;
  margin-left: 0.5em;
  margin-right: 0.5em;
  color: rgb(204, 204, 204);
  margin-top: -2px;
}
.ru-attrib-check{
  display: flex;
  flex-wrap: wrap;
}
.ru-attrib-check[data-show="default"] .item > div{
  display: none;
}
.ru-attrib-check[data-show="row"]{
  display: block;
  border: 1px solid rgb(204, 204, 204);
  margin: 8px 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  border-radius: 4px;
  max-height: 210px;
  overflow: hidden auto;
}
.ru-attrib-check[data-show="row"] .item{
  display: flex;
  padding-left: 12px;
  padding-right: 12px;
}
.ru-attrib-check[data-show="row"] .item > div{
  line-height: 45px;
  padding-left: 8px;
  display: block;
}
.ru-attrib-check[data-show="row"] .item:hover{
  background: #f6f6f8;
}
.css-variant-2{

}
.css-variant-2 .ru-attrib{
  padding-left: 8px;
  padding-right: 8px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
  margin-right: 5px;
}
.css-variant-2 .ru-attrib:last-child{
  margin-right: 0px;
}
.nav_attr{
  display: flex;
}
#title_variant{
  line-height: 21px;
}
.SwatchTypeSelector{
  background-color: rgb(238, 238, 238);
  border-radius: 9999px;
  font-size: 12px;
  display: flex;
  margin-left: auto;
}
.SwatchTypeSelector button{
    position: relative;
    height: 2em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 9999px;
    border: 1px solid transparent;
    display: block;
    outline: 0px;
    cursor: pointer
}
.SwatchTypeSelector button:hover{
  text-decoration: underline;
}
.SwatchTypeSelector button[data-check="true"] {
    position: relative;
    height: 2em;
    padding-left: 1em;
    padding-right: 1em;
    border-radius: 9999px;
    border: 1px solid rgb(204, 204, 204);
    z-index: 0;
    background-color: rgb(255, 255, 255);
    display: block;
    outline: 0px;
}
.ru-attrib{
  display: inline-flex;
  flex-shrink: 0;
  position: relative;
  -webkit-box-pack: center;
  justify-content: center;
  outline: 0px;
  scroll-snap-align: start;
  border-width: 2px;
  padding: 2px;
  border-color: rgb(255, 255, 255);
  transition: border-color 0.2s ease 0s;
  border-radius: 9999px;
}
.ru-attrib img {
    overflow: hidden;
    display: block;
    border-radius: 9999px;
    width: 36px;
    height: 36px;
}
.ru-cs-btncart{    
    padding: 0.25em 1.125em;
    min-height: 44px;
    display: inline-flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    line-height: 1;
    border-style: solid;
    border-width: 2px;
    border-color: transparent;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    font-weight: 700;
    outline: 0px;
    box-sizing: border-box;
    border-radius: 99999px;
    appearance: none;
    color: rgb(255, 255, 255);
    transition: background-color 0.2s ease 0s;
    background-color: rgb(207, 17, 44);
    width: 100%;
    max-width: 200px;
}
.ru-cs-btnlike{
  font-size: 1.5rem;
  margin-left: 15px;
  margin-top: 5px;
}
.ru-cs-btnlike:hover{
  color: rgb(207, 17, 44);
}
.methodBuy{
  gap: 8px;
  margin-top: 24px;
  display: grid;
  margin-bottom: 24px;
}
.methodBuy > div{
  gap: 12px;
  grid-template-columns: 1fr auto;
  line-height: 1.25;
  background-color: rgb(246, 246, 248);
  -webkit-box-align: center;
  align-items: center;
  border-radius: 4px;
  padding: 16px 12px;
  display: grid;
  cursor: pointer;
}
.methodBuy > div:hover{
  background: #f6f6f8;
}
.methodBuy > div.item label input{
  margin-right: 8px;
  margin-top: 0px;
}
.methodBuy > div.item a{
  color: rgb(20, 112, 245);
}
.methodBuy > div.item .css-sgmxqm {
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    vertical-align: text-bottom;
    fill: currentcolor;
    flex-shrink: 0;
    color: rgb(102, 102, 102);
    font-size: 24px;
    align-self: flex-start;
}
.uk-accordion-title{
  color: #000;
}
.uk-accordion .body_text{
  padding-left: 200px;
}
@media all and (max-width: 960px) {
  .uk-breadcrumb li:first-child,.uk-breadcrumb li:last-child{
    display: none;
  }
  .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{
    margin: 0 5px;
  }
  #productDetails .images{
    width: 100%;
    margin-bottom: 10px;
  }
  #productDetails .details{
    width: 100%;
    margin: 0;
  }
  .showProduct{
    display: block
  }
  .uk-accordion .body_text{
    padding-left: 10px;
  }
}
.uk-modal-title{
  font-size: 1.5rem;
}
.highlights .img{
  height: 48px;
}
.highlights .img img{
  max-height: 48px;
  max-width: 48px;
}
.highlights .item{
  display: flex;
  flex-wrap: wrap;
}
.highlights .item p{
  margin: 0;
  margin-left: 5px;
  padding: 0;
  line-height: 50px;
}