/**
* @package pechatium.ru
* @version 1.0
* @author ООО "Политех"
*/

/**
* @section uikit
*/
h1, h2, h3 {
  text-align: center;
}


.uk-checkbox, .uk-radio {
  width: 30px;
  height: 30px;
}
/*
.uk-radio:checked {
  border-color: #3399FF;
} */

.uk-radio {
  background: url('/themes/images/radiobtn.svg') 0 0 no-repeat;
  background-size: 75px;
  border: none;
}
.uk-radio:checked {
  background: url('/themes/images/radiobtn.svg') right 0 no-repeat;
  background-size: 75px;
}
.uk-radio:hover {
  background: url('/themes/images/radiobtn.svg') -25px 0 no-repeat;
  background-size: 75px;
}

.uk-dropdown {
  padding: 15px;
  font-size: medium;
  /* color: #32d296; */
}

/* Remove
 ========================================================================== */

 /* Phone landscape and bigger */
@media (min-width: $breakpoint-small) {
  .uk-padding-remove-top\@s { padding-left: 0 !important; }
  .uk-padding-remove-bottom\@s { padding-right: 0 !important; }
  .uk-padding-remove-left\@s { padding-left: 0 !important; }
  .uk-padding-remove-right\@s { padding-right: 0 !important; }
}

/* Tablet landscape and bigger */
@media (min-width: $breakpoint-medium) {
  .uk-padding-remove-top\@m { padding-left: 0 !important; }
  .uk-padding-remove-bottom\@m { padding-right: 0 !important; }
  .uk-padding-remove-left\@m { padding-left: 0 !important; }
  .uk-padding-remove-right\@m { padding-right: 0 !important; }
}

/* Desktop and bigger */
@media (min-width: $breakpoint-large) {
  .uk-padding-remove-top\@l { padding-left: 0 !important; }
  .uk-padding-remove-bottom\@l { padding-right: 0 !important; }
  .uk-padding-remove-left\@l { padding-left: 0 !important; }
  .uk-padding-remove-right\@l { padding-right: 0 !important; }
}

/* Large screen and bigger */
@media (min-width: $breakpoint-xlarge) {
  .uk-padding-remove-top\@xl { padding-left: 0 !important; }
  .uk-padding-remove-bottom\@xl { padding-right: 0 !important; }
  .uk-padding-remove-left\@xl { padding-left: 0 !important; }
  .uk-padding-remove-right\@xl { padding-right: 0 !important; }
}

/**
* @section tipografy
*/



/**
* @section header
*/

#header .main-menu,
#header .uk-offcanvas-bar {
  background: #d4dee8 !important;
}

#header .uk-nav-default > li > a,
#header .uk-navbar-nav > li > a {
  color: #446588;
}

#header .uk-navbar-nav > li:hover a {
  color: #ff3366;
}

#header .uk-navbar-nav > li.uk-active {
  background: #446588 !important;
}

#header .uk-navbar-nav > li.uk-active > a {
  color: #ffffff;
}

#header .header-bar .uk-text-center ul > li:nth-child(2) {
  line-height: 1;
}

#header .header-bar .uk-text-center ul > li:nth-child(2) a {
  padding-left: 23px;
}

#header .header-bar .uk-text-center ul > li:nth-child(2) a::before {
  position: absolute;
  content: '';
  top: 50%;
  bottom: auto;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
  width: 13px;
  height: 17px;
  background: url("../images/phone.png") no-repeat 0 0;
}

#header .cart-status a::before {
  position: absolute;
  content: '';
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
  right: 10px;
  width: 28px;
  height: 28px;
  background: url("../images/cart.png") no-repeat 0 0;
}

#header .cart-status a:hover::before {
  background-position: -56px;
}

#header .mobile-menu {
  border-bottom: 1px solid #808080;
}

#header .mobile-menu .uk-navbar-item,
#header .mobile-menu .uk-navbar-nav > li > a,
#header .mobile-menu  .uk-navbar-toggle,
#header .breadcrumb .uk-navbar-item {
  min-height: 50px;
}

#header #offcanvas-slide .uk-list-divider > li:nth-child(n+2) {
  border-top: 1px solid #c0c8d0;
}

#header .breadcrumb {
  background-color: #f5f5f5;
}

/**
* @section footer
*/

/**
* @section catalog
*/
#catalog > div:hover {
  opacity: 0.7;
}

/**
* @section calc-pages
*/

section.calc-section {
  margin-top: 20px;
}

.tm-type-element, .tm-protect-element {
  cursor: pointer;
}

section.product-summary,
section.basket-summary {
  background: url("../images/pattern-light.svg") left 0 repeat;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}

section.product-summary p,
section.basket-summary p {
  line-height: 40px;
}

.uk-button-default {
  color: #3399FF;
  background: #ffffff;
  border-color: #3399FF;
}

.uk-button-default:focus,
.uk-button-default:hover {
  color: #ffffff;
  background: #32d296;
  border-color: #32d296;
}


.uk-placeholder .uk-card-badge {
  top: 10px;
  right: 10px;
}

.snap-list .uk-card-badge {
  top: 5px;
  right: 5px;
}

.tm-selected::before {
  position: absolute;
  content: '';
  width: 25px;
  height: 24px;
  background: url("../images/tick.svg") no-repeat 0 0/25px 24px;
  top: 200px;
  right: 40px;
}

.data-snap.tm-selected::before {
  top: 170px;
  right: 10px;
}

.zoom {
  position: absolute;
  /* opacity: 0; */
  transition: 0.5s;
  width: 30px;
  right: 0;
}

.tm-delete-file {
  width: 20px;
  height: 20px;
}

/**
* @section basket
* @products
*/

section.basket-products > .basket-for-desktop > div {
	border-bottom: 1px dashed #d9dadc;
}

section.basket-products > .basket-for-desktop > div:first-child {
	border-bottom: 1px solid #d9dadc;
}

section.basket-products > .basket-for-mobile > div {
  border-bottom: 1px dashed #d9dadc;
}

.tm-quantity-input {
  width: 50px;
  margin: 0 5px;
  text-align: center;
}

/**
* конструктор
*/
.uk-padding-xsmall {
  padding: 10px;
}
.uk-margin-xsmall-left {
  margin-left: 5px;
}

select {
  height: 30px!important;
  border-color: #999;
}
  select:focus {
    outline: 1px
  }
.uk-input {
  /* border-color: #999; */ /* Savin + в комментарий */
}

.stampsize {
  width: 40px!important;
  margin: 0 5px;
}

.editor-canvas {
  position: relative;
  width: 100%;
  max-width: 117.5mm;
  height: 66mm;
  background: #E9E9E9;
  overflow: hidden;
  border: red dotted 1px;
}
.editor-cover {
  position: absolute;
  width: 55mm;
  height: 19mm;
  background: #fff;
  /* overflow: hidden; */
  left: 30.5mm;
  top: 23mm;
  border-color: #0000FD;
  border-width: 0.6mm;
  border-style: solid;
  color: #0000FD;
}

.del {
  color: #ff3366;
}

.addline {
  border: grey dashed 1px;
  /* margin-left: 68px; */ /* Savin */
}

.font-select {
  width: 100px;
  background-color: #fff;
  border: 1px solid #999;
  line-height: 28px;
  padding: 0 5px;
  text-align: left;
}

.fontize-select {
  width: 50px;
  background-color: #fff;
  border: 1px solid #999;
  line-height: 28px;
  padding: 0 5px;
  text-align: left;
  margin-left: 5px;
}

.slidecontainer {
  width: 100%;
  height: 30px;
}

.slider {
  -webkit-appearance: none;
  width: 100%;
  height: 2px;
  background: #999;
  outline: none;
  vertical-align: middle;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #39f;
  background: #fff;
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #39f;
  background: #fff;
  cursor: pointer;
}

.slider-button {
  border: 1px solid #999;
}


/* savin */

.stamp-area {
  background: #E9E9E9;
  border: red dotted 1px;
  min-height: 240px;
}

#stamp-klishe {
  background: #fff;
  color: #0000FD;
}

#stamp-klishe.frame {
  border-color: #0000FD;
  border-width: 2px;
  border-style: solid;

  position: relative;
}

#stamp-klishe > p {
  left: 0;
  top: 0;
  margin: 0;
  font-size: 12pt;
  line-height: 12pt;
  word-wrap: break-word;
  position: absolute;
}

/* #stamp-klishe > p span {
  display: inline-block;
  vertical-align: top;

  position: relative;
} */

.range-position a {
  border: 1px solid #999;
  max-width: 30px;
}

.range-position input::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #39f;
  background: #fff;
  cursor: pointer;
}

.range-position input::-moz-range-thumb {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  border: 1px solid #39f;
  background: #fff;
  cursor: pointer;
}

.line-action-icon {
  width: 20px;
}

.add-line,
.add-line input {
  cursor: pointer;
}

#line-alignment a,
.range-position a {
  color: inherit;
  text-decoration: inherit;
}

#line-alignment a span,
#line-alignment a img {
  border: 1px solid #fff;
}

#line-alignment a.formatting-selected span,
#line-alignment a.formatting-selected img {
  border-color: #999;
}
