FullStack by Rocker.vn (since 2008)*/ 

html,h1,h2,h3,h4,h5,h6,button,input,textarea,select,p,span { 
  font-weight: 400; 
  font-size: 100%; 
  line-height: unset;
}  
html {font-size: 16px;color: #252525} 
#dot{ width: 10px; height: 10px; background-color: #ce3227; border-radius: 100%; position: absolute; left: 0px; bottom: 5px; margin-top: -5px; display: block; top: 0; margin: auto; } #dot .ping { border: 1px solid #fff; width: 10px; height: 10px; opacity: 1; background-color: rgba(212, 49, 38, 0.45); border-radius: 100%; -webkit-animation-duration: 1.25s; animation-duration: 1.25s; -webkit-animation-name: sonar; animation-name: sonar; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-timing-function: linear; animation-timing-function: linear; display: block; } @-webkit-keyframes sonar { 0% { opacity: 1; - webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(4); transform: scale(4); opacity: 0; } } @keyframes sonar { 0% { opacity: 1; - webkit-transform: scale(1); transform: scale(1); } 100% { -webkit-transform: scale(4); transform: scale(4); opacity: 0; } }
/*bg review-des*/
.review-des{ padding: 20px 10px; background: #ffffff; border-radius: 5px; border: 1px solid #e0e0e0; } .review-des.pblue{ margin:5px; background: #e2f4ff; border: 1px dashed #3f9ad0; } .review-des .sub-title{ font-weight: normal; } .review-des .title{ font-weight: bold; font-size: 25px; text-transform: uppercase; } .review-des h3{ display: inline-block; font-weight: bold; } .review-des .link-js{ color: #1888c9; text-decoration: underline; display: block; font-weight: bold; padding-top: 10px; } .review-des .des{ margin-top: 15px } .star{ width: 17px; height: 17px; background-image: url(../public_img/star.png); display: inline-block; background-size: cover; } .star.line{ background-image: url(../public_img/star-line.png); }
/*ed review-des*/

.color-1,.color-link-1 a{color:#ed2635}.bg-1,.bg-before-1::before,.bg-after-1::after{background:#ed2635 }.border-color-1{border-color:#ed2635}
.color-2,.color-link-2 a{color:#2e3192}.bg-2,.bg-before-2::before,.bg-after-2::after{background:#2e3192 }.border-color-2{border-color:#2e3192}
.color-3,.color-link-3 a{color:#a6ce39}.bg-3,.bg-before-3::before,.bg-after-3::after{background:#a6ce39 }.border-color-3{border-color:#a6ce39} 
@media(min-width: 1024px){.bg-1-hover:hover{ background: #ed2635 } .bg-2-hover:hover{ background: #2e3192 } .bg-3-hover:hover{ background: #a6ce39}}

.bg-gray-1 { background: #f3f4f7;}
.bg-gradient{
  background: rgb(214, 31, 54);
  background: linear-gradient(90deg, rgb(214, 32, 55) 0%,#bc0f0f 100%);
}
.pl-wrabauto {
  width: 90%;
  position: relative;
  margin: auto;
  max-width: 1200px;
}
.pl-wrabauto.smalls{ 
  max-width: 1000px;
} 
/*@media(max-width: 1100px){
  .shopPromotions .pl-wrabauto{
    padding-left: 40px
  }
}
@media(max-width: 900px){
  .shopPromotions .pl-wrabauto{
    padding-left: 30px
  }
}*/
@media(min-width: 1500px){
  .pl-wrabauto{
    max-width: calc(100% - 350px);
  }
}
header .pl-wrabauto{
  padding-left: 0px !important
}
.pl-info-details img{
  max-width: 100%;
  height: auto;
}
.pl-info-details iframe{
  max-width: 100%; 
  min-height: 380px;
  height: auto;
}
@media(max-width: 700px){
  .pl-info-details iframe{
    min-height: 320px;
    height: auto;
  }
}
.pl-info-details ul{
  list-style-type: disc;
  margin-block-start: 10px;
  margin-block-end: 10px;
  margin-inline-start: unset;
  margin-inline-end: inherit;
  padding-inline-start: 35px;
}  

/*items-products-main*/ 
.products-items-main .items {
  position: relative;
  background-color: #ffffff;
  background-repeat: repeat;
  border-radius: 5px;
  overflow: hidden;
  box-shadow: 0px 0px 3px 0px #d8d8d8;

}
.products-items-main .items .i-listcolor{
  position: relative;
  width: 100%;
  height: 30px;
  text-align: left;
  left: 0;
  right: 0;
  top:0;
  z-index: 2
}
.products-items-main .items .i-listcolor span{
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 2px;
  box-shadow: inset 0px 0px 0px 1px #ccc;
  border-radius: 100%;
  background-size: 100%
}
.products-items-main .items .img {
  display: block;
  overflow: hidden;
  position: relative;  
}

.products-items-main .items .img img { 
  transition: transform .2s; 
  left: 0;
  right: 0;
  width: 100%;
  height: auto;
  top: 0px; 
  margin: auto;
  bottom: 0; 
} 

.products-items-main .items .text {
  padding: 10px;
  position: unset;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  text-align: left; 
}

.products-items-main .items .text .titles {
  margin-bottom: 5px;
  height: auto;
  font-weight: 400;
  text-transform: uppercase;
}
.products-items-main .items .text .titles a{ 
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  height: auto;
  overflow: hidden;
  color: #444; 
  white-space: nowrap;
  text-overflow: ellipsis;
}
.products-items-main .items .text .prices-official{
  font-weight: bold; 
  display: inline-block;
  margin-bottom: 5px;
  padding-right: 10px;
}
.products-items-main .items .text .prices-old{
  display: block;
  text-decoration: line-through; 
  margin-top: 0px;
  margin-bottom: 3px; 
}

.products-items-main .items .text .prices-official,.products-items-main .items .text .prices-old{
  line-height: 15px;
  display: inline-block;
}

.products-items-main .items .discounts{
  position: absolute;
  right: 10px;
  top: 10px;
  width: auto;
  height: auto;
  background: #d62236;
  color: #fff;
  padding: 0 5px;
  font-size: 18px;
  border-radius: 5px;
  text-align: right;
  padding-left: 23px;
  border: 1px solid #a20618;
}
.products-items-main .items .discounts::after{ 
  position: absolute;
  content: "\f063";
  display: block;
  left: 0;
  top: 0;
  bottom: 0;
  font-family: 'Line Awesome Free';
  font-weight: 900;
  margin: auto;
  height: 21px;
  font-size: 23px; 
} 
.products-items-main .items.i-empty img{
opacity: .6
}
.products-items-main .items .pri-empty{
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;
  text-align: center;
  height: 36px;
  width: 110px;
  color: red;
  background: #ffffffcc;
  font-size: calc(100% + 5px);
  border-radius: 5px;
}
.products-items-main .items .pri-empty.pri-stop{
  width: 220px;
}
.products-items-main .items .img_variants{
  text-align: center;
  position: absolute;
  /* bottom: 0; */
  top: 0;
  width: 50px;
  background: #ffffff87;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 10px 5px;
  padding-bottom: 6px;
}
@media(max-width: 600px){
  .products-items-main .items .img_variants{
    width: 30px
  }
}
.products-items-main .items .img_variants img{
    width: 100%;
    height: auto;
    border: 1px solid #fff;
    margin-bottom: 6px;
    border-radius: 2px;
    cursor: zoom-in;
}
/*items-products-main
/**/
.ct-ftpages{
  padding: 20px;
  background: #fbfbfb;
  border: 1px solid #e4e4e4;
  margin-top: 20px;
  text-align: left;
}
.ct-ftpages .ct-des{
  margin-bottom: 20px;
  border-bottom: 1px dashed;
  padding-bottom: 20px;
}
.ct-ftpages .ct-title{
  font-size: calc(100% + 8px);
  font-weight: bold;
  color: #ed2625;
  margin-bottom: 5px;
  margin-top: 5px;
}
.ct-ftpages .ct-rif{
  margin: 5px 0
}
.ct-ftpages .ct-thanks{
  font-weight: bold;
  margin-top: 20px;
}
/**/

.pl-post-tags {
  margin-top: 20px;
  padding-top: 10px;
}

.pl-post-tags span.tag-title, .pl-post-tags a {
  display: inline-block;
  padding: 2px 6px;
  margin-right: 5px;
  margin-bottom: 5px;
  color: #696969;
  font-size: 11px;
  border: 1px dashed #ccc; 
}
