/* MY STYLE */

/* FONTS BEGIN */
@font-face {
  font-family: 'RobotoCondensedBold';
  src: url('/wa-apps/site/themes/supreme/fonts/RobotoCondensedBold.ttf');
  font-weight: normal;
  font-style: normal;
}

#header p {
    margin: -3px 20px 0;
    font-size: 13px;
}

h1, .h1 {
  font-size: 2em;
}
h2, .h2 {
  font-size: 1.8em;
}
h3, .h3 {
  font-size: 1.6em;
}
h1, .h1, h2, .h2, h3, .h3 {
  font-family: RobotoCondensedBold, sans-serif;
  font-weight: 400;
}
h1.category-name, article h1 {
  font-family: RobotoCondensedBold, sans-serif !important;
  font-weight: 400;
}
.page_wrapper h1, .page_wrapper .h2, .page_wrapper .h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
h1 > span, #page-content h1 {
  font-family: RobotoCondensedBold, sans-serif;
  font-weight: 400;
}
.post > h1 > span, .post h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
.menubar .menu > li > .link > a {
  font-weight: 700;
  /*
  font-family: RobotoCondensedBold, sans-serif;
  padding: 1px 15px;
  font-size: 18px;
  */
}
.side_block .title {
  font-family: RobotoCondensedBold, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.stocks .stock-high {
  font-family: RobotoCondensedBold, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  padding-top: 12px;
  padding-bottom: 8px;
}
.services .services-head {
  font-family: RobotoCondensedBold, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 18px;
  color: #878787;
  text-transform: uppercase;
  padding: 5px 0 8px 4px;
}
.prices .compare-at-price {
  font-family: Lato, "Open Sans", Helvetica, Arial, sans-serif;
  font-weight: 600;
  font-size: 18px !important;
}
/* FONTS END */

/* CONTACT HEAD BEGIN */
.h_contacts .in .phone {
  font-size: 28px;
  font-family: Lato, "Open Sans", Arial, sans-serif;
  font-weight: 600;
}
.comments .reviews-count-text {
  font-family: Lato, "Open Sans", Arial, sans-serif;
  font-weight: 600;
  font-size: 18px;
}
/* CONTACT HEAD END */

/* SLIDER STYLE BEGIN */
.products_slider .title {
  font-family: RobotoCondensedBold, sans-serif;
  font-size: 1.6em;
}
#homeslider_photos .slide_text .title {
  line-height: 1.25em;
  font-weight: 400;
  color: #fff !important;
  text-transform: uppercase;
  text-shadow: 1px 1px 1px #000;
}
#homeslider_photos .slide_text .text {
  color: #fff !important;
  text-shadow: 1px 1px 1px #000;
}
/* SLIDER STYLE END */

/* OPTIONS COLOR PRODUCT BEGIN */
.product_page .options {
  margin: 20px 0;
}

.product_page .options .option {
  font-size: 13px;
  margin: 10px 0;
}

.product_page .options .option_name {
  font-size: 12px;
  margin-bottom: 1px;
}

.product_page .options .h6 {
  margin: 12px 0 3px;
}

.product_page .options .inline-select {
  margin-bottom: 10px;
}

.product_page .options .inline-select a {
  border-radius: 4px;
  margin: 0 0 8px 0;
  display: inline-block;
  padding: 0 12px;
  border: 1px solid #c5c5c5;
  background-color: #fff;
  font-size: 13px;
  height: 31px;
  line-height: 29px;
  min-width: 31px;
  color: #555555;
  text-decoration: none;
  font-weight: 400;
  position: relative;
  text-align: center;
}

.product_page .options .inline-select a:hover {
  border-color: #8f8f8f;
}

.product_page .options .inline-select a.selected {
  border-color: #8f8f8f;
  background-color: #e3e3e3;
  color: #333333 !important;
}

.product_page .options .inline-select.color {
  margin-bottom: -15px;
}

.product_page .options .inline-select.color a {
  width: 35px;
  height: 34px;
  background-image: none;
  margin-bottom: 22px;
}

.product_page .options .inline-select.color a .color {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #fff;
  border-radius: 4px;
}

.product_page .options .inline-select.color a .color_name {
  display: none;
  position: absolute;
  top: 29px;
  left: 50%;
  line-height: 100%;
  font-size: 9px;
  color: #4F4F4F;
  margin-left: -40px;
  width: 80px;
}

.product_page .options .inline-select.color a .color_checkmark {
  display: none;
  position: absolute;
  top: 6px;
  left: 7px;
  color: #fff !important;
  font-size: 20px;
  text-shadow: 0, 0, 1px, rgba(0, 0, 0, 0.7);
}

.product_page .options .inline-select.color a.selected, .product_page .options .inline-select.color a:hover {
  border-color: #8f8f8f;
}

.product_page .options .inline-select.color a.selected .color_checkmark,
.product_page .options .inline-select.color a.selected .color_name {
  display: block;
}
/* OPTIONS COLOR PRODUCT END */

/* FIXBLOCK BEGIN */
#fixing {
  max-width: 240px;
  max-height: 350px !important;
  text-align: left;
}

@media screen and (max-width: 767px) {
/*#fixing {display: none;}*/
#fixing {
  position: relative !important;
  max-width: 99% !important;
  text-align: center;
  margin-bottom: 30px;
}
}
/* FIXBLOCK END */

/* BUTTON PRICE BEGIN */
.btn-primary-credit {
  background-color: #1d9d84;
  background-image: linear-gradient(to bottom, #21b396 0%, #198772 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF21B396', endColorstr='#FF198772', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.btn-primary-credit:hover, .btn-primary-credit:focus, .btn-primary-credit:active:focus {
  background-color: #198772;
  background-image: linear-gradient(to bottom, #1d9d84 0%, #157260 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1D9D84', endColorstr='#FF157260', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.btn-primary-credit:active, .btn-primary-credit.active {
  background-image: none;
  background-color: #198772;
  background-image: linear-gradient(to bottom, #1d9d84 0%, #157260 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF1D9D84', endColorstr='#FF157260', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
}
.btn-credit {
 display: block;
 width: 231px;
 min-height: 34px;
 margin: 10px 0 0 0;
}

.btn-credit a, .btn-credit a:hover {
 display: block;
 padding: 3px 5px 4px 0;
 color: #fff;
 text-decoration: none;
 text-align: center;
}
/* BUTTON PRICE END */

/* PRICE REG BEGIN */
.products_view_grid .product .offers .pricereq-info {
  font-size: 15px;
  line-height: 26px;
  font-weight: 600;
  color: #F65D00;
}

.product-list .btn .price-req-button {
  padding: 5px 10px 6px 14px;
}
.product_page .add2cart .pricereq-info {
    font-family: "Open Sans", Arial Black, Arial, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #F65D00;
    margin: 5px 10px 15px 0;
}

.product_page .btn_add2cart_wrap .price-req-button {
    padding: 7px 15px 8px 19px;
}
/* PRICE REG END */

/* RADIO AND CHECKBOX BEGIN */
.checkbox, .radio {
	display: none;
}

.checkbox-custom, .radio-custom {
	width: 16px;
	height: 16px;
	border: 1px solid #808080;
	border-radius: 3px;
	position: relative;
	margin-right: 3px;
}

.checkbox-custom {
	margin-left: 2px;
}

.checkbox:checked + .checkbox-custom::before, .radio:checked + .radio-custom::before {
	content: "";
	display: block;
	position: absolute;
	background: #404040;
	border-radius: 3px;
}

.radio:checked + .radio-custom::before {
	top: 2px;
	right: 2px;
	bottom: 2px;
	left: 2px;
}

.checkbox:checked + .checkbox-custom::before {
	top: 1px;
	right: 1px;
	bottom: 1px;
	left: 1px;
}

.radio-custom, .radio:checked + .radio-custom::before {
	border-radius: 50%;
}

.checkbox-custom, .radio-custom, .label-custom {
	display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}

.label-price {
	display: inline-block;
	vertical-align: -12%;
	font-size: 16px;
	font-weight: bold;
	color: #008FC3;
    cursor: pointer;
}
/* RADIO AND CHECKBOX END */

.articul .artnumber {
    font-size: 14px;
    font-weight: 700;
    color: #3E3E3E;
}

.fa-rub::before {
    font-size: .95em;
    font-weight: 400;
    color: #808080;
}

.product_page .add2cart .price .fa-rub::before, .product_page .services .fa-rub::before {
    color: #808080;
}

.home_services a .item_title {
  color: #333;
  text-decoration: none !important;
  transition: all .3s;
}

.home_services a .item_text {
  color: #777;
  transition: all .3s;
}

.home_services a:hover .item_title {
  color: #008fc3;
  text-decoration: none !important;
  transition: all .3s;
}

.home_services a:hover .item_text {
  color: #000;
  transition: all .3s;
}

.home_services a:focus .item_title {
  color: #FF4040;
  text-decoration: none !important;
  transition: all .3s;
}

.home_services a:focus .item_text {
  color: #777;
  transition: all .3s;
}

/* BIG IMG IN TEXT BEGIN */
.page-content .tab-content .description ul {
  margin-top: 5px;
}
.tab-content .description .imgover, .post .imgover, .category_description .imgover {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0 20px 0;
}

.tab-content .imgover img, .post .imgover img, .category_description .imgover img {
  width: 100%;
  height: auto;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}

.tab-content .description .imgover img:hover, .post .imgover img:hover, .category_description .imgover img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/* BIG IMG IN TEXT END */

/* VIDEO BEGIN */
.videoblock {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 20px;
 }
.videoblock iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* VIDEO END */

/* ARROW UP */
#f_up .fa-arrow-up {
    padding-top: 5px;
    padding-left: 0;
}

/* PRODUCT LIST BEGIN */
.categories_grid .item:hover .cat_name {
  color: #008FC3;
  transition: all ease .25s;
}

.categories_grid .item:hover .in {
  text-decoration: none;
  transition: all ease .25s;
}

.product .img_middle_in img, .item .img_middle_in img {
  opacity: 1;
  transition: all ease .25s;
}

.product:hover .img_middle_in img, .item:hover .img_middle_in img {
  opacity: .7;
  transition: all ease .25s;
}

.product .h5 a {
  display: block;
  height: 54px;
  line-height: 18px;
  font-size: 13px;
  color: #5c5c5c !important;
  text-decoration: none;
  margin: 0;
  transition: all ease .25s;
}

.product:hover .h5 a {
  color: #008FC3 !important;
  text-decoration: none !important;
  transition: all ease .25s;
}
/* PRODUCT LIST END */

/* SITE DOCS BEGIN */
.imgdoc {
  min-width: 250px;
  max-width: 300px;
  height: auto;
  display: block;
  opacity: 1;
  transition: all ease .25s;
}
.imgdoc:hover {
  opacity: .6;
  transition: all ease .25s;
}
.imgdoc img {
  width: 100%;
  height: auto;
}
.hrdoc {
  border-top: 1px dotted #C8C8C8;
}
/* SITE DOCS END */

.articul {
  text-transform: uppercase;
}

.tab-content blockquote {
    padding: 3px 5px 2px 15px;
    margin: -5px 0 20px 0;
    font-size: 14px;
    border-left: 4px solid #eeeeee;
    line-height: 150%;
}

/* SHOP BUTTON BEGIN */
.wa-forgotpassword-form-wrapper input[type="text"] {
    margin-right: 5px !important;
    margin-bottom: 10px;
    display: inline-block;
}
.wa-forgotpassword-form-wrapper input {
    width: 210px;
    padding: 5px 12px 6px;
}
/* SHOP BUTTON END */

.wa-my {
    padding-top: 1px !important;
}