#tm-main .uk-first-column {
  padding-left: 0px !important;
}
.ts-bkg-yel {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 10px;
  background-color: #fdc300;
}
.ts-bkg-gr {
  padding: 15px;
  background-color: #F2F2F2;
}
.ts-nopad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.ts-pad2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}
.ts-pad30 {
  padding-left: 30px;
}
.ts-mtop20 {
  margin-top: 20px;
}
.ts-mleft10 {
  margin-left: 10px;
}
#item .ts-desmag > h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 36px;
}
#item .ts-codmag {
  font-size: 18px;
  margin: 0px;
  display: inline-block;
}
.ts-sep {
  border-top: 1px solid #FDC300;
  margin-top: 5px;
  margin-bottom: 10px;
  width: 50px;
}
#item .ts-vrt {
  padding-left: 30px;
  padding-right: 15px;
}
.ts-row-nomrg {
  margin-left: 0px !important;
}
#item .ts-disp {
  padding-top: 15px
}
#item .ts-disp > span{
  font-size: 16px;
}
#item .ts-qta {
  display: block;
}
#item .ts-qta-val {
  display: block;
  background-color: #373735;
  text-align: center;
  width: 55px;
  height: 30px;
  border: none;
  border-radius: 8px;
  color: white;
}
.ts-box-prz >h3 {
  padding-left: 15px;
  margin-top: 20px;
}
#item .ts-add-cart {
  padding-top: 15px;
}
#item .ts-vrt-err {
  border: 1px solid red !important;
}
#item .ts-icon-box {
  text-align: center;
}
#item .ts-icon-box > span {
  color: #373735;
  padding-top: 20px;
}
#item .ts-icon-box > span:hover {
  color: white;
}

.ts-button-blk-wh {
  position: relative;
  height: 25px;
  width: 250px;
  overflow: hidden;
  background-color: #373735;
  cursor: pointer;
  padding: 5px;
  font-size: 18px;
  display: inline-block;
  text-align: left;
  box-sizing: unset;
}
.ts-button-blk-wh::before {
    content: '';
    position: absolute;
    left: 67%;
    top: 28%;
    width: 300px;
    height: 300px;
    background-color: white;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(25deg);
}
.ts-button-blk-wh:hover {
    background-color: #fff;
    color: #373735 !important;
}
.ts-button-blk-wh > a {
  text-decoration: none;
  color: white;
}
.ts-button-blk-wh:hover > a, .ts-button-blk-wh > a:hover {
  color: #373735;
}
.ts-button-blk-wh + div {
    position: relative;
    right: 28px;
    bottom: 14px;
    color: #373735;
    display: inline-block;
    cursor: pointer;
}
.ts-button-blk-wh + div > a, .ts-button-blk-wh + div > a:hover {
  color: #373735;
}

.ts-img-small {
  max-width: 100px;
}

.carousel-control {
  font-size: 18px !important;
  /*text-decoration: none !important;*/
}
.carousel-control {
  left: -15px !important;
}
.carousel-control.right {
  right: -15px !important;
  left: unset !important;
}

#imgzoom img:hover {
    cursor: zoom-in;
}
.zoomImg {
    background: white;
}

@media (max-width: 767px) {
  
  #item .ts-vrt {
    padding-left: 0px;
  }
  .ts-button-blk-wh {
    font-size: 16px;
    height: 20px;
    width: 220px;
  }
  .ts-button-blk-wh + div {
    bottom: 10px;
    right: 26px;
  }
  #item .ts-desmag > h2 {
    font-size: 24px;
  }
}

@media (min-width: 768px){  
  .uk-grid {
    margin-left: 0px !important;
  }
}
@media (min-width: 992px) {
  .uk-grid {
    margin-left: -20px !important;
  }
}

.modal {
  background-color: transparent !important;
  width: 620px !important;
  margin-left: -300px !important
}
.modal .modal-dialog{
  width: 560px;
}

.modal .modal-content > section {
  padding: 10px;
}
.modal button.close {
    color: #FDC300;
    opacity: 1;
    font-size: 2em;
    outline: none;
    text-align: right;
    width: 100%;
    margin-top: 6px;
}

@media (max-width: 768px) {
  .modal {
    width: 340px !important;
    margin-left: -180px !important
  }
  .modal .modal-dialog{
    width: 320px;
  }
}

.ts-button-yel-grd {
  position: relative;
  height: 20px;
  width: 180px;
  overflow: hidden;
  background-color: #fdc300;
  cursor: pointer;
  padding: 5px;
  font-size: 13px;
  display: inline-block;
  text-align: left;
  box-sizing: unset;
}
.ts-button-yel-grd::before {
    content: '';
    position: absolute;
    left: 60%;
    top: 28%;
    width: 300px;
    height: 300px;
    background-color: #373735;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(25deg);
}
.ts-button-yel-grd:hover {
    background-color: #373735;
}
.ts-button-yel-grd:hover > a{
    color: white;
}
.ts-button-yel-grd > a {
  text-decoration: none;
  color: #373735;
}
.ts-button-yel-grd > a:hover {
  color: white;
}
.ts-button-yel-grd + div {
    position: relative;
    right: 26px;
    bottom: 12px;
    color: #373735;
    display: inline-block;
    cursor: pointer;
}
.ts-button-yel-grd + div > a, .ts-button-yel-grd + div > a:hover {
  color: white;
}

.ts-box-promo {
    margin: 25px 0;
}
.ts-box-promo .ts-promo-end:not(:empty) {
    background-color: #373735;
    color: #fdc300;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 700;
}
.ts-box-promo .ts-prz {
    float: right;
    border-bottom: 5px solid #fdc300;
    font-weight: 700;
    font-size: 22px;
    line-height: 0.7;
    margin-top: 2px;
}