@font-face {
  font-family: 'SegoeUI';
  src: url('../fonts/SegoeUI.eot?#iefix') format('embedded-opentype'), url('../fonts/SegoeUI.woff') format('woff'), url('../fonts/SegoeUI.ttf') format('truetype'), url('../fonts/SegoeUI.svg#SegoeUI') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Segoe Print V2";
  src: url("../fonts/SegoePrintV2/d7abfa52675c67654ecc2a8213bc58ae.eot");
  /* IE9*/
  src: url("../fonts/SegoePrintV2/d7abfa52675c67654ecc2a8213bc58ae.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ url("../fonts/SegoePrintV2/d7abfa52675c67654ecc2a8213bc58ae.woff2") format("woff2"), /* chrome?firefox */ url("../fonts/SegoePrintV2/d7abfa52675c67654ecc2a8213bc58ae.woff") format("woff"), /* chrome?firefox */ url("../fonts/SegoePrintV2/d7abfa52675c67654ecc2a8213bc58ae.ttf") format("truetype"), /* chrome?firefox?opera?Safari, Android, iOS 4.2+*/ url("../fonts/SegoePrintV2/d7abfa52675c67654ecc2a8213bc58ae.svg#Segoe Print V2") format("svg");
  /* iOS 4.1- */
}
@font-face {
  font-family: "Arial";
  src: url("../fonts/Arial/Arial.eot");
  /* IE9*/
  src: url("../fonts/Arial/Arial.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */ /*url("../fonts/Arial/Arial.woff2") format("woff2"),*/ /* chrome?firefox */ url("../fonts/Arial/Arial.woff") format("woff"), /* chrome?firefox */ url("../fonts/Arial/Arial.ttf") format("truetype");
  /* iOS 4.1- */
}
@font-face {
  font-family: 'Conv_Cuprum-Bold';
  src: url('../fonts/Cuprum/Cuprum-Bold.eot');
  src: url('../fonts/Cuprum/Cuprum-Bold.woff') format('woff'), url('../fonts/Cuprum/Cuprum-Bold.ttf') format('truetype'), url('../fonts/Cuprum/Cuprum-Bold.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Cuprum-BoldItalic';
  src: url('../fonts/Cuprum/Cuprum-BoldItalic.eot');
  src: url('../fonts/Cuprum/Cuprum-BoldItalic.woff') format('woff'), url('../fonts/Cuprum/Cuprum-BoldItalic.ttf') format('truetype'), url('../fonts/Cuprum/Cuprum-BoldItalic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_CuprumFFU';
  src: url('../fonts/Cuprum/CuprumFFU.eot');
  src: url('../fonts/Cuprum/CuprumFFU.woff') format('woff'), url('../fonts/Cuprum/CuprumFFU.ttf') format('truetype'), url('../fonts/Cuprum/CuprumFFU.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Cuprum-Italic';
  src: url('../fonts/Cuprum/Cuprum-Italic.eot');
  src: url('../fonts/Cuprum/Cuprum-Italic.woff') format('woff'), url('../fonts/Cuprum/Cuprum-Italic.ttf') format('truetype'), url('../fonts/Cuprum/Cuprum-Italic.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Conv_Cuprum-Regular';
  src: url('../fonts/Cuprum/Cuprum-Regular.eot');
  src: url('../fonts/Cuprum/Cuprum-Regular.woff') format('woff'), url('../fonts/Cuprum/Cuprum-Regular.ttf') format('truetype'), url('../fonts/Cuprum/Cuprum-Regular.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: "Conv_Cuprum-Regular";
  /*font-size:16px;*/
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px !important;
  -moz-osx-font-smoothing: grayscale;
  color: #482e1b;
  background-color: #FFFFFF;
  margin: 0px;
}
h1,
h2,
h3 {
  text-align: center;
}
h4 {
  text-decoration: underline;
  margin-bottom: 0;
}
label {
  margin-bottom: 0;
}

.head-block *,
.head-block ::after,
.head-block ::before {
  box-sizing: content-box;
}
.border-box {
  box-sizing: border-box !important;
}
.border-box * {
  box-sizing: border-box !important;
}
.first_page {
  height: 100vh;
  width: 100%;
}
.container {
  margin-left: auto;
  margin-right: auto;
  width: 1044px;
  position: relative;
}
.header-phone,
.header-address {
  margin-top: 10%;
  width: 35%;
  float: left;
  display: inline-block;
  font-size: 25px;
  text-align: center;
}
.header-img {
  margin-top: 10%;
  width: 30%;
  display: inline-block;
  float: left;
  text-align: center;
}
.header-img img {
  width: 100%;
  height: auto;
}
.header-first_line {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 30px;
  background-color: #fff0c3;
}
.header-second_line {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  height: 10px;
  background-color: #482e1b;
}
.main_page-buttons {
  font-family: "Arial";
  width: 100%;
  text-align: center;
  position: relative;
  float: left;
  margin-top: 10%;
}
.main_page-buttons p {
  line-height: 70px;
}
.main_page-buttons a,
.main_page-buttons a:hover,
.main_page-buttons a:visited,
.main_page-buttons a:active {
  cursor: pointer;
  margin: 10px;
  text-decoration: none;
  /*font-size: 25px;
	padding: 15px;
	border-radius: 10px;
	color: #fffdf2;
	background: linear-gradient( to top, #482e1b, #aea193);*/
}
#button-login img {
  margin-bottom: 10px;
  width: 140px;
}
#button-registration img {
  width: 240px;
}
.main_page-links {
  width: 100%;
  text-align: center;
  position: relative;
  margin-top: 10%;
  float: left;
}
.main_page-links span {
  position: absolute;
  border: 1px solid #482e1b;
  height: 24px;
}
.main_page-links a,
.main_page-links a:hover,
.main_page-links a:visited,
.main_page-links a:active {
  margin: 10px;
  text-decoration: none;
  font-size: 25px;
  color: #482e1b;
}
.main_page-prices {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 100px;
  text-align: center;
}
.main_page-prices .small-header {
  font-weight: 100;
  font-size: 27px;
}
.small-subheader {
  font-weight: 100;
}
.main_page-prices table {
  width: 100%;
  border-collapse: collapse;
}
.main_page-prices table tr th {
  font-family: "Conv_CuprumFFU";
  font-weight: 100;
  text-align: center;
  background-color: #482e1b;
  color: #fffdf2;
}
.main_page-prices table tr td {
  text-align: center;
  padding: 12px;
  background-color: #fff0c3;
}
.main_page-prices table .light-bg td {
  background-color: #fff8e3;
}
.main_page-prices-botom_text {
  padding-top: 20px;
  text-align: left;
  font-size: 20px;
}
.main_page-phone_number {
  text-align: right;
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  /*border-bottom: 7px solid @brown-color;*/
}
.main_page-phone_number span {
  padding: 4px 5px;
  background: #482e1b;
  color: #fffdf2;
  margin-bottom: -2px;
  margin-right: 2px;
}
.main_page-phone_number span:last-child {
  margin-right: 0px;
}
.main_page-phone_number span:first-child {
  padding-right: 2px;
  padding-left: 2px;
}
.main_page-phone_number-bottom {
  float: left;
  width: 100%;
  background: #fff0c3;
  height: 30px;
}
.fa-phone {
  padding: 6px;
}
.main_page-requirements {
  font-family: "Arial";
  width: 100%;
  position: relative;
  float: left;
}
.reg-message-box,
.login-message-box,
.offset-seo-box,
.forgot-message-box {
  width: 500px;
  display: none;
  background: #fff0c3;
  color: #482e1b;
  position: relative;
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 50px;
}
.print-message-box {
  display: none;
  position: relative;
  width: 600px;
  margin: 0;
  padding: 0 0.5rem 1rem 0.5rem;
  text-align: center;
  font-family: 'Cuprum', sans-serif;
  color: #4E2A13;
  background-color: #FFFDF2;
  border: 2px solid #D9C392;
  border-radius: 4px;
}
.print-message-box .title {
  font-size: 1.2rem;
}
.print-message-box button {
  margin: 0.2rem;
  padding: 0.2rem;
  width: 240px;
  border: 2px solid #D9C392;
  border-radius: 4px;
  background-color: #482e1b;
  height: 38px;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Cuprum', sans-serif;
  font-size: 25px;
  color: white;
  cursor: pointer;
}
.print-message-box button:hover {
  background: #000000;
}
.login-message-box-block-bottom {
  width: 100%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  background: url("/images/enter_bottom.png");
  background-size: 100% 20px;
  height: 20px;
  text-align: center;
}
.reg-message-box-block-bottom {
  background: url("/images/reg_bottom.png");
  background-size: 100% 35px;
  height: 35px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.login-message-box-block-bottom a {
  color: #ff0000;
  text-decoration: none;
  font-size: 20px;
}
.login-message-box-bottom_line {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 20px;
  background: #482e1b;
}
.message-box-close {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 3px;
  position: absolute;
  text-align: center;
  cursor: pointer;
}
.message-box-close img {
  width: 100%;
}
.message-box-close:hover {
  background: #fff0c3;
}
.message-box-bg {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: scroll;
  vertical-align: middle;
  position: fixed;
  z-index: 99;
  background-color: rgba(0, 0, 2, 0.7);
  display: none;
  text-align: center;
  padding-top: 100px;
}
.login-message-box-block-header {
  background: url("/images/enter_header.png");
}
.login-message-box-block-header {
  line-height: 1px;
  font-size: 24px;
}
.login-message-box-block-login {
  background: url("/images/login-bg.png");
}
.login-message-box-block-password {
  background: url("/images/password-bg.png");
}
.login-message-box-block-enter {
  cursor: pointer;
  background: url("/images/enter_button.png");
}
.reg-message-box-block-enter {
  cursor: pointer;
  background: url("/images/reg_button.png");
}
.reg-message-box-input-error {
  background: url("/images/reg-input_error.png");
  background-size: 100% 100%;
  height: 40px;
  text-align: center;
  width: 90%;
  margin-left: 5%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  border: none;
}
.reg-message-box-input-error input {
  width: 90%;
  float: right;
  margin-right: 13px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 24px;
  font-family: "Conv_Cuprum-Regular";
  color: #482e1b;
}
.forgot-message-box-block-enter {
  cursor: pointer;
  background: url("/images/reestabl.png");
}
.reg-message-box-input {
  background: url("/images/reg-input.png");
  background-size: 100% 100%;
  height: 40px;
  text-align: center;
  width: 90%;
  margin-left: 5%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-top: 35px;
  border: none;
}
.reg-message-box-input input[type="text"],
.reg-message-box-input input[type="password"],
.reg-message-box-input select {
  width: 90%;
  float: right;
  margin-right: 13px;
  height: 40px;
  border: none;
  background: transparent;
  font-size: 24px;
  font-family: "Conv_Cuprum-Regular";
  color: #482e1b;
}
.reg-message-box .login-message-box-block-bottom {
  margin-top: 30px;
}
.reg-message-box {
  width: 600px;
}
.login-message-box-block {
  background-size: 100% 100%;
  height: 55px;
  text-align: center;
  width: 90%;
  margin-left: 5%;
  float: left;
  position: relative;
  overflow: hidden;
  margin-top: 50px;
  border: none;
}
.login-message-box-block input[type="text"],
.login-message-box-block input[type="password"] {
  width: 79%;
  float: right;
  margin-right: 13px;
  height: 50px;
  border: none;
  background: transparent;
  font-size: 24px;
  font-family: "Conv_Cuprum-Regular";
  color: #482e1b;
}
.reg-message-box {
  border-left: 10px solid #482e1b;
  border-right: 10px solid #482e1b;
}
input {
  outline: none;
}
/*input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
	border: 0;
	!*-webkit-text-fill-color: #???;*!
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,174,255,0.04) 50%,rgba(255,255,255,0) 51%,rgba(0,174,255,0.03) 100%);
}*/
.password-control {
  position: absolute;
  top: 11px;
  right: 6px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/view.svg) 0 0 no-repeat;
}
.password-control.view {
  background: url(/images/no-view.svg) 0 0 no-repeat;
}
.apassword-control {
  position: absolute;
  top: 11px;
  right: 27px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(/images/view.svg) 0 0 no-repeat;
}
.apassword-control.view {
  background: url(/images/no-view.svg) 0 0 no-repeat;
}

.user_region_selector {
  position: absolute;
}
@media (min-width: 544px) {
    .help_block .container-fluid {
        padding: 0;
    }
}
.page-tab a {
    text-decoration: none;
    color: #000;
}
.button_wrap {
    display: flex;
}
.product__quantity {
    display: flex;
    border: 1px solid #eee;
    position: relative;
}
.basket-btn {
    margin-left: 10px;
}
.number__input {
    border: none;
}
.input-number__sub {
    font-size: 24px;
    width: 40px;
    cursor: pointer;
}
.input-number__suffix {
    position: absolute;
    right: 36px;
    top: 5px;
}
.input-number__add {
    font-size: 24px;
    width: 40px;
    cursor: pointer;
}

.card  .button_wrap {
    display: none;
}
.card:hover > .card-body > [data-is-shop="1"]{
        display: flex !important;
}
body {
  background-color: white;
  padding-top: 25px;
  font-family: 'Open sans', Arial, sans-serif;
}

.header-navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  font-size: .80rem;
}

.header-navigation a {
  font-size: .80rem;
}

.header-navigation .breadcrumb {
  margin-bottom: 0;
  background-color: transparent;
  padding: 0.20rem 1rem;
}

.header-navigation .btn-group {
 margin-left: auto;
}

.header-navigation .btn-share {
  position: relative;
}

.header-navigation .btn-share::after {
  content: "";
  width: 1px;
  height: 50%;
  background-color: #ccc;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
.cards-wrapper {
    min-height: 252px;
}
.store-body {
  display: flex;
  flex-direction: row;
  padding: 0;
}

.store-body .product-info {
  width: 60%;
  border-right: 1px solid rgba(0,0,0,.125); 
}

.store-body .product-payment-details {
  width: 40%;
  padding: 15px 15px 0 15px;
}

.product-info .product-gallery {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid rgba(0,0,0,.125);
}

.product-gallery-featured {
    /*overflow: hidden;*/
  display: flex;
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  padding: 15px 0;
  cursor: zoom-in;
}
.product-gallery-featured img {
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    vertical-align: middle;
}
.product-gallery-thumbnails .thumbnails-list li {
  margin-bottom: 5px;
  cursor: pointer;
  position: relative;
  width: 70px;
  height: 70px;
  overflow: hidden;
}

.thumbnails-list li img {
  display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    vertical-align: middle;
}

.product-gallery-thumbnails .thumbnails-list li:hover::before {
  content: "";
  width: 3px;
  height: 100%;
  background: #007bff;
  position: absolute;
  top: 0;
  left: 0;
}

.product-info .product-seller-recommended {
  padding: 20px 20px 0 20px;
}

.product-comments textarea {
  height: 50px;
}

.last-questions-list li {
  margin-bottom: 20px;
}

.last-questions-list li span {
  padding-left: 10px;
}
.thumbnails-list li {
    display: inline-block;
}
.product-gallery {
    height: 485px;
}
del {
    padding-left: 20px;
    color: #bbb8b8;
    text-decoration: line-through;
	text-decoration-color: #bbb8b8;
}
.gallery-block{
	padding-bottom: 30px;
	padding-top: 5px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.cards-gallery h6 {
  font-size: 17px;
  font-weight: bold; 
}

.gallery-block.cards-gallery .card{
  transition: 0.4s ease; 
}

.gallery-block.cards-gallery .card img {
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15); 
}

.gallery-block.cards-gallery .card-body {
  text-align: center; 
}

.gallery-block.cards-gallery .card-body p {
  font-size: 15px; 
}

.gallery-block.cards-gallery a {
  color: #212529; 
}

.gallery-block.cards-gallery a:hover {
  text-decoration: none; 
}

.gallery-block.cards-gallery .card {
  margin-bottom: 30px; 
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.product-gallery {
    overflow: hidden;
}
@media (min-width: 576px) {

	.gallery-block .transform-on-hover:hover {
	    transform: translateY(-10px) scale(1.02);
	    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important; 
	}
}