#ppanel1 {
  width: 360px;
  min-height: 87px;
  _height: 87px;
  padding: 10px;
  border: 1px solid #d6bba1;
  font-size: 0.9em;
  float: left;
  margin-top: 1em;
  margin-right: 30px;
  position: relative;
}
#ppanel1 div.icostar {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 87px;
  height: 87px;
}
#ppanel1 div.icostar-new {
  display: none;
}
#ppanel1 div.icostar-new span {
  display: none;
}
#ppanel1 div.icostar-sale {
  background: url(../images/akcia1.png) no-repeat 100% 0%;
}
#ppanel1 div.icostar-sale span {
  display: none;
}

#productPicture {
  width: 360px;
  padding-left: 0px;
  padding-bottom: 1em;
}
#ppanel1 div.lupa {
  padding-bottom: 1em;
}
#ppanel1 div.lupa a {
  text-decoration: none;
  color: #472d1f;
}
#ppanel1 div.lupa img {
  text-decoration: none;
  border: none;
  margin-right: 7px;
}
#ppanel1 .artist {
  padding-left: 45px;
  /*width:100px;*/
}

#ppanel2 {
  float: right;
  width: 310px;
  margin-top: 1em;
}
#ppanel2 h2 {
  color: #492e20;
  margin: 0em;
  padding: 0em;
  font-size: 1.4em;
}
#ppanel2 .artist a.name {
  font-size: 1.2em;
  color: #472d1f;
}
#ppanel2 .artist .info {
  font-size: 0.8em;
}
#ppanel2 .pinfo {
  font-size: 0.9em;
}

#ppanel2 .section {
  background: url(../images/ppanel2-section-bg.png) repeat-y center center;
}
#ppanel2 .section .header {
  background: #d6bba1 url(../images/ppanel2-section-top.png) no-repeat center
    top;
  color: #4b2e2e;
  font-size: 1.4em;
  padding: 12px 17px;
  font-weight: bold;
  text-transform: uppercase;
}
#ppanel2 .section .header2 {
  background: #d6bba1;
  color: #4b2e2e;
  font-size: 1.1em;
  padding: 5px 15px;
  font-weight: bold;
  text-transform: uppercase;
}
#ppanel2 .section .separator {
  background: #d6bba1;
  height: 1px;
}
#ppanel2 .section .modificationTable {
  width: 90%;
  margin: 0 5%;
  padding: 5px 0px 2px 0px;
}
#ppanel2 .section .modificationTable td.action {
  width: 15px;
}
#ppanel2 .section .modificationTable td.info {
  width: 10px;
  padding: 0px;
}
#ppanel2 .section .colored {
  background: #fcf9f7 url(../images/ppanel2-section-bg2.png) repeat-y center
    center;
}
#ppanel2 .section .footer {
  background: url(../images/ppanel2-section-bottom.png) no-repeat center bottom;
}

#ppanel2 .section .priceTable {
  width: 90%;
  margin: 15px 5%;
  color: #9e0b0f;
  font-size: 1.2em;
}
#ppanel2 .section .priceTable td {
  font-size: 1.1em;
  font-weight: bold;
  text-align: right;
}
#ppanel2 .section .priceTable th {
  font-weight: normal;
}

#ppanel2 .section .sizeTable {
  width: 90%;
  margin: 15px 5%;
  font-size: 1.2em;
}

#ppanel3 {
  clear: both;
}
#ppanel4 {
  width: 360px;
  min-height: 87px;
  _height: 87px;
  padding: 10px;
  border: 1px solid #d6bba1;
  font-size: 0.9em;
  float: left;
  margin-top: 1em;
  margin-right: 30px;
  position: relative;
}

.sselect-container {
  font-size: 1em;
}

table.attribs {
  margin: 0.5em 0em 0.5em 0em;
  border-collapse: collapse;
  width: 100%;
}
table.attribs th,
table.attribs td {
  padding: 0.2em 0.8em 0.2em 0em;
  text-align: left;
  vertical-align: top;
}
table.attribs th {
  font-weight: normal;
}

table.attribs tr.price th,
table.attribs tr.price td {
  font-weight: bold;

  font-size: 1.2em;
  color: #9e0b0f;
}

table.attribs tr.oldprice th,
table.attribs tr.oldprice td {
  font-weight: bold;
  width: 50%;
  font-size: 1.2em;
  color: #000000;
}
table.attribs tr.oldprice th .priceDisplay,
table.attribs tr.oldprice td .priceDisplay {
  text-decoration: line-through;
}

form.addToCart {
  margin: 0.5em 0em;
  /*border-top:1px solid #D6BBA1;*/
}
form.addToCart .addToCartBtnContainer {
  /*background:#D6BBA1;*/
}
form.addToCart button.addToCartBtn {
  width: 100%;
  height: 55px;
  border: none;
  background: url(../images/btn-buy-it.png) no-repeat center center;
  padding: 0;
  margin: 10px 0;
  color: #5f4435;
  text-align: left;
  font-weight: bold;
  cursor: pointer;
}
form.addToCart button.addToCartBtn span {
  display: none;
}

form.addToCart button.addToCartWithFrame {
  width: 100%;
  border: none;
  background: url(../images/addToCartWithFrame.png) no-repeat 0 50%;
  padding: 17px 24px 18px 1px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 2px;
}
/*
form.addToCart button.addToCartWithFrame span{
    display: none;
}
*/
form.addToCart button.addToCartWithoutFrame {
  width: 100%;
  border: none;
  background: url(../images/addToCartWithoutFrame.png) no-repeat 0 50%;
  padding: 5px 10px 5px 10px;
  text-align: center;
  color: #efe6de;
  font-weight: bold;
  cursor: pointer;
  letter-spacing: 2px;
}
/*
form.addToCart button.addToCartWithoutFrame span{
    display: none;
}
*/
form.addToCart .specifyorder label {
  display: block;
  float: left;
  width: 50%;
  padding-top: 0.2em;
}
form.addToCart .specifyorder .text {
  float: none;
  width: 40%;
  margin-top: 0.2em;
}
form.addToCart .specifyorder .section {
  margin-bottom: 0.5em;
}

tr.bordertop td,
tr.bordertop th {
  border-top: 1px solid #d6bba1;
}

#productFuncsContainer {
  padding: 10px;
  width: 360px;
  float: left;
  margin-right: 30px;
  margin-top: 1em;
}
#productFuncs {
  margin: 0em;
  padding: 0em;
  list-style: none;
  font-size: 0.9em;
}
#productFuncs li {
  float: left;
  width: 70px;
  margin: 0 10px;
  text-align: center;
  background-image: url(../images/funcs2.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
}
#productFuncs li.gallery {
  background-position: 0px 0px;
}
#productFuncs li.galleryon {
  background-position: -280px 0px;
}
/* #productFuncs li.framebtn { background-position:-70px 0px; } */
#productFuncs li.framebtn {
  background-position: -350px 0px;
  display: none;
}
#productFuncs li.interior {
  background-position: -140px 0px;
}
#productFuncs li.mail {
  background-position: -210px 0px;
  background-color: transparent;
  padding: 0;
}

#productFuncs li a {
  color: #472d1f;
  display: block;
  padding: 30px 0 0 0;
}
#productFuncs li a:hover {
  color: #bc0700;
  background-image: url(../images/funcs2.png);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  text-decoration: none;
}

#productFuncs li.framebtn a {
  color: #bc0700;
}

#productFuncs li.gallery a:hover,
#productFuncs li.galleryon a:hover {
  background-position: -280px 0px;
}
#productFuncs li.interior a:hover {
  background-position: -420px 0px;
}
#productFuncs li.framebtn a:hover {
  background-position: -350px 0px;
}
#productFuncs li.mail a:hover {
  background-position: -490px 0px;
}

#productModificationsContainer {
  border: 1px solid #9e0b0f;
  padding: 5px 0px 5px 5px;
  margin: 0 0 5px 0;
}
/* Prepojene produkty */
div.products-connected {
  padding: 1em 0 0 0;
  margin-top: 1em;
}
div.products-connected div.h {
  font-size: 1.3em;
  padding: 0 0 0.5em 0;
}

table.modificationTable {
  width: 100%;
}
table.modificationTable tr th {
  font-size: 1.1em;
  vertical-align: top;
  padding-bottom: 5px;
}
table.modificationTable tr td {
  font-size: 1em;
  vertical-align: top;
}
table.modificationTable tr td.separator {
  border-top: 1px solid #e5d5c3;
}
table.modificationTable span.small {
  font-size: 0.8em;
}

#ram {
  width: 100%;
  background: #e1c6af url(../images/tiraz-top.png) no-repeat center top;
  clear: both;
  font-size: 0.85em;
  margin: 10px 0;
}
#ram p {
  margin: 3px 0;
}
#ram div.container {
  padding: 10px 0;
  background: url(../images/tiraz-bottom.png) no-repeat center bottom;
}

#frame-toolbox {
  border: 1px solid #b49274;
  margin-bottom: 10px;
  padding: 5px 0 0 0;
  background: #ffffff;
}
#frame-box {
}
.box-selector {
  float: left;
  width: 203px;
  /* background: #f2e8df url(../images/box-selector-top.png) no-repeat right top; */
  min-height: 429px;
  _height: 330px;
}
.box-info {
  float: left;
  width: 303px;
  min-height: 330px;
  _height: 330px;
  text-align: center;
  padding-top: 15px;
}
.box-list {
  float: right;
  width: 753px;
  height: 428px;
  overflow: auto;
}
.box-list .container {
  padding-top: 6px;
}
.box-list2 {
  float: right;
  width: 653px;
  height: 330px;
  overflow: auto;
}
.box-list2 .container {
}
.box-list2 table {
  width: 90%;
}
.box-list2 table tr {
}
.box-list2 table tr td,
.box-list2 table tr th {
  background: #e1c6af;
  padding: 7px 5px;
  border-bottom: 2px solid #ffffff;
}
.box-list2 table tr td.first,
.box-list2 table tr th.first {
  -moz-border-radius: 5px 0px 0px 8px;
  -webkit-border-radius: 5px 0px 0px 8px;
  border-radius: 5px 0px 0px 8px;
}
.box-list2 table tr td.name {
  font-weight: bold;
}
.box-list2 table tr td.last,
.box-list2 table tr th.last {
  -moz-border-radius: 0px 5px 8px 0px;
  -webkit-border-radius: 0px 5px 8px 0px;
  border-radius: 0px 5px 8px 0px;
}
.nobg {
  background: none !important;
}

table.crop-table {
  width: 97%;
  margin: 0 auto 15px auto;
}
table.crop-table tr {
}
table.crop-table tr td {
  text-align: center;
}
table.crop-table tr td.bg {
  background: #edddcf;
}
table.crop-table tr th {
  font-weight: bold;
  color: #3d0000;
  vertical-align: top;
}
table.crop-table tr th table {
  margin: 0 auto;
}
table.crop-table tr th table td {
  font-weight: normal;
  color: #44281c;
}
.crop-tip {
  background: url(../images/crop-tip.png) no-repeat center center;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-weight: bold;
  color: #3d0000;
}

.frame {
  float: left;
  width: 100px;
  margin: 3px 2px -1px 0px;
  border: 1px solid #c1b1a3;
}
.frame a.frame-title-link,
.frame a.paspart-title-link {
  display: block;
  background: #f7f4ed;
  color: #005d9f;
  text-align: center;
  padding: 3px 0;
  min-height: 32px;
  position: relative;
  text-decoration: underline;
}

.frame .search-icon {
  position: absolute;
  background: url('../../images/search_icon_brown.png') no-repeat top center;
  display: block;
  width: 20px;
  height: 20px;
  top: -6px;
  right: -10px;
}

.frame a.selected {
  background: #553b2f;
  color: #f7f4ed;
}

.frame .image {
  background: #ffffff;
  text-align: center;
  min-height: 100px;
  padding: 0px;
  position: relative;
}

.frame .image:hover a::after {
  content:"ZARÁMUJ";
  background: rgba(0,0,0,0.7);
  position: absolute;
  top:0;
  right:0;
  bottom:0
  left:0;
  width:100%;
  height:100%;
  color:greenyellow;
  line-height:100px;
  font-weight: bold;
}

.frame .image img {
  float: left;
}
a.frame-info-link {
  display: block;
  background: #f7f4ed;
  color: #553b2f;
  text-align: center;
  padding: 3px 0;
  font-size: 0.65em;
}

.paspart_width {
  width: 30px;
}

table.selector {
  border-collapse: colapse;
  font-size: 1em;
  empty-cells: show;
  width: 180px;
  margin: 10px auto 0 auto;
  border: 1px solid #b49274;
}
table.selector th {
  background: #af1f24;
  color: #ffffff;
  padding: 3px 0;
}
table.selector th a {
  color: #ffffff;
}
table.selector td {
  padding: 3px;
}
.choose-paspart {
  background: url(../images/paspart-selector.png) no-repeat left top;
  width: 110px;
  height: 110px;
  margin: 10px 0 10px 10px;
  position: relative;
}

.paspart_selector {
  display: block;
  width: 70px;
  height: 24px;
  background: url(../images/paspart-selector-link.png) no-repeat center center;
  text-align: right;
  font-weight: bold;
  color: #ffffff;
  line-height: 22px;
}
.active_selector {
  background: url(../images/paspart-selector-link-active.png) no-repeat center
    center;
}
.paspart_selector span {
  padding: 3px 6px 3px 0;
}
.paspart_selector:hover {
  text-decoration: none;
  color: #ffffff;
}

#paspart1_selector {
  position: absolute;
  top: 82px;
  right: -69px;
}

#paspart2_selector {
  position: absolute;
  top: 53px;
  right: -69px;
}
#paspart3_selector {
  position: absolute;
  top: 24px;
  right: -69px;
}

.frame-selector {
  height: 250px;
  overflow: auto;
}
.frame-selector ul {
  margin: 0 0 0 1em;
  padding: 0 0 0 0;
  list-style: none;
}
.frame-selector ul li {
  margin: 0em;
  padding: 2px 0;
  list-style: none;
}
.frame-selector ul li a {
  color: #553b2f;
}
.frame-selector ul li a.active {
  font-weight: bold;
}
.frame-selector ul li li a.active {
  color: #000000;
  font-weight: normal;
}
.frame-selector ul li ul {
  display: none;
  margin: 0 0 0 1em;
  padding: 0 0 0 0;
}
#frame-toolbox-menu {
  position: relative;
}
#frame-toolbox-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  bottom: -1px;
  left: 0;
}
#frame-toolbox-menu ul li {
  background: url(../images/toolbox-menu.png) no-repeat center bottom;
  width: 148px;
  height: 32px;
  float: left;
  line-height: 32px;
  text-align: center;
}
#frame-toolbox-menu ul li.active {
  background: url(../images/toolbox-menu-active.png) no-repeat center bottom;
}
#frame-toolbox-menu ul li a {
  font-weight: bold;
  color: #553b2f;
}

#ram .image {
  width: 500px;
  float: left;
}
#ram .info {
  background: #ffffff;
  margin: 0 10px;
  width: 250px;
  float: right;
  font-size: 1.1em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#ram .info .info-bottom {
  padding: 0 15px;
  min-height: 280px;
  _height: 280px;
}
#ram .info .separator {
  border-top: 1px solid #e8cfbb;
  height: 1px;
}

#toolbox-menu-actions {
  background: url(../images/toolbox-menu-actions.png) no-repeat right bottom;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -1px;
  right: 0;
  width: 192px;
  height: 28px;
  line-height: 28px;
}
#toolbox-menu-actions a {
  color: #553b2f;
  font-size: 0.9em;
}
#toolbox-menu-actions a.back {
  padding: 0 22px 0 10px;
  background: url(../images/toolbox-menu-actions-back.png) no-repeat right
    center;
}
#toolbox-menu-actions a.reset {
  padding: 0 9px;
}

input.custom_size {
  width: 30px;
  margin: 0;
  padding: 3px 5px;
  border: 1px solid #d6bba1;
}

.frame-image-actions {
  position: absolute;
  bottom: 15px;
  right: 10px;
}
.text-bold-red {
  font-weight: bold;
  color: #9e0b0f;
}

.frame_help {
  float: left;
  width: 150px;
}
.frame_help_content {
  margin: 10px;
  padding: 10px;
  border-radius: 5px;
  background: #ffffff;
}

@media screen and (max-width: 991px) {
  #ppanel1 {
    max-width: 360px;
    width: auto;
    margin: 0;
    float: unset;
  }
  #ppanel2 {
    float: unset;
    width: auto;
    margin: 0;
  }
  #content .cleaner,
  #productFuncsContainer {
    display: none;
  }
  #ppanel2 .section,
  #ppanel2 .section .colored,
  #ppanel2 .section .footer {
    background: unset;
  }
  #ppanel2 .section .header {
    background-size: cover;
  }
  #ppanel4 {
    max-width: 360px;
    width: 100%;
    margin: 0;
  }
  #ppanel4 img {
    max-width: 360px;
    max-height: 360px;
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  #content .products-connected {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  #ppanel1 {
    border: unset;
  }
 /* #ppanel1 div.lupa {
    display: none;
  } */
}

/* tooltip design */

.tooltip1 {
  position: relative;
  /* display: inline-block; */
    display: none;

  border-bottom: 1px dotted black;
}

.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltip1:hover .tooltiptext {
  visibility: visible;
}

.xxx {
  color: #bfa997;
  margin: 0px 0px 11px 0px;
  background: #f7f4ed;
  padding: 8px;
  display: block;
}


/* mobil vyber uprav */

@media screen and (max-width: 479px) {

#ppanel2 tr {
  margin-top: 8px;
  margin-bottom: 8px;
}

#ppanel2 .section .modificationTable td.info {
  width: 10px;
  padding: 0px;
  margin-left: 20px;
  background: white;
  padding: 2px 0px 0px 13px;
  border-radius: 86px;
}

input.custom_size {
  width: 60px;
  margin: 0;
  padding: 6px 0px 6px 10px;
  border: 1px solid #d6bba1;
  height: 30px;
}

input, select, textarea {
  font-size: 1.3em ;
}

.frame_it {

  margin-left: 2.6em;
  margin-bottom: 1em;
}
#ppanel2 .section .priceTable td {
  font-size: 1.5em;
  margin-left: 1em;
}
.priceTable {
  margin-left: 2em !important;
  background: #fff;
  margin-bottom: 2em !important;
  padding: 9px 8%;
}

.action {
  margin-right: 1em;
}

#mobilbut {
  font-size: 20px !important;
}

.recenzie {
  font-size: 0.7em !important;

}

}


.BadgeContainer__Inner-sc-ac29bca1-1.fneyVt.es-badge-container {
  scale: 86% !important;
}