/**
Animations
**/
/**
Transformers
**/
/**
Linear Gradient
**/
/**
Retina Images
**/
/**
  Usage:
  .logo{
      background:url(logo.png) no-repeat;
      @include image-2x(logo-hd.png", 120, 30);
  }
*/
/**
Media Query Breakpoint
**/
/**
  Usage:
  .main{
      width:1100px;
      @include breakpoint(940){ width:100%; }
  }
*/
/**
Rounded Corners
**/
/**
Opacity
**/
/**
REM Units with PX Fallback
**/
/**
  Usage:
  .main{
      @inlcude rem("margin", 10, 0);
      @inlcude rem("padding", 10);
      @inlcude rem("font-size", 12);
  }
 */
@font-face {
  font-family: "Museo Sans";
  src: url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl.otf");
  src: local("Museo Sans Semi-Light"), local("Museo-Semi-Light"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl.otf") format("embedded-opentype"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl.otf") format("woff"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl.otf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_0.otf");
  src: local("Museo Sans Light"), local("Museo-Light"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_0.otf") format("embedded-opentype"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_0.otf") format("woff"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_0.otf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_1.otf");
  src: local("Museo Sans"), local("Museo"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_1.otf") format("embedded-opentype"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_1.otf") format("woff"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_1.otf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_2.otf");
  src: local("Museo Sans Bold"), local("Museo-Bold"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_2.otf") format("embedded-opentype"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_2.otf") format("woff"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_2.otf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans";
  src: url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_3.otf");
  src: local("Museo Sans Black"), local("Museo-Black"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_3.otf") format("embedded-opentype"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_3.otf") format("woff"), url("../fixtures-assets/Museo-Sans-Cyr/MuseoSansCyrl_3.otf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
/* hide scroll */
.cart-block .cart-content .content::-webkit-scrollbar {
  width: 0;
}

.pagination::-webkit-scrollbar {
  width: 0;
}

.cart-block .cart-content .content, .pagination {
  -ms-overflow-style: none;
}

.cart-block .cart-content .content, .pagination {
  overflow: -moz-scrollbars-none;
}

/* end hide scroll */
html {
  overflow-y: scroll;
}

body {
  font-family: "Museo Sans";
  color: #42424c;
  font-weight: 300;
  overflow-x: hidden;
  left: 0;
  position: relative;
  transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -ms-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -o-transition: left 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}

a {
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.index-container .p-lr-5 {
  padding: 0;
}
.index-container .img-pos-0 img {
  padding-top: 5px;
  padding-left: 0;
  padding-right: 4px;
}
.index-container .img-pos-1 {
  padding: 5px 2px;
}
.index-container .img-pos-2 img {
  padding-top: 5px;
  padding-right: 0;
  padding-left: 4px;
}

.custom-radio label {
  font-weight: 300;
  cursor: pointer;
}
.custom-radio input[type=radio] {
  opacity: 0;
  margin-top: 20px;
}
.custom-radio input[type=radio] + label:before {
  width: 18px;
  height: 18px;
  background: #fff;
  border: 2px solid #c9ced0;
  display: inline-block;
  content: "";
  border-radius: 100%;
  vertical-align: middle;
  margin: -4px 10px 0px -15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.custom-radio input[type=radio]:hover + label:before {
  border: 2px solid #FBFBFB;
  cursor: pointer;
}
.custom-radio input[type=radio]:checked + label:before {
  background: #42424c;
  border: 2px solid #42424c;
}
.custom-radio input[type=radio] + label {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.custom-radio input[type=radio] + label:hover {
  color: #42424c;
}
.custom-radio input[type=radio]:checked + label {
  color: #42424c;
}

.color-options {
  margin-top: 30px;
}
.color-options .options-title {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-weight: 600;
  letter-spacing: 2.5px;
}
.color-options input[type=radio] {
  display: none;
}
.color-options input[type=radio] + label:before, .color-options input[type=radio] + label:after {
  display: none;
}
.color-options label {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin-right: 5px;
  cursor: pointer;
  padding: 3px;
  border: 1px solid #eee;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.color-options label:hover {
  border: 1px solid #b2b2b2;
}
.color-options label span {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.color-options input[type=radio]:checked + label {
  border: 1px solid #b2b2b2;
  box-shadow: 0 3px 6px 0 rgba(38, 51, 64, 0.05);
}

.top-news {
  width: 100%;
  height: 35px;
  background: #42424c;
  color: #fff;
  text-align: center;
  padding-top: 10px;
  font-size: 11px;
  letter-spacing: 1px;
}
.top-news a {
  color: #fff;
  text-decoration: underline !important;
}

.mobile-btn-category, .close-column-mobile {
  display: none;
}

header {
  width: 100%;
  height: 135px;
  border-bottom: 1px solid #eeeeee;
  text-align: center;
  position: relative;
  z-index: 15;
  background: #fcfcfc;
}
header .login-btn {
  text-transform: uppercase;
  padding: 60px 0;
  margin: 0 15px;
  font-size: 11px;
  color: #42424c;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}
header .login-btn:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 0;
  height: 2px;
  background: #42424c;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0.25, 0.12, 1);
  transition: all 0.5s cubic-bezier(0.7, 0.25, 0.12, 1);
}
header .login-btn:hover:after {
  width: 100%;
  opacity: 1;
}
header .login-btn.active:after {
  width: 100%;
  opacity: 1;
}
header .mobile-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  padding: 22px;
  z-index: 10;
  cursor: pointer;
}
header .mobile-menu img {
  width: 25px;
}
header .left {
  position: absolute;
  left: 0;
  top: 0;
}
header .left .logo img {
  width: 70px;
  margin: 20px 0 0 20px;
}
header .center {
  display: inline-block;
}
header .center ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .center ul li {
  display: inline-block;
}
header .center ul li .category-mobile {
  display: none;
}
header .center ul li.active a:after {
  width: 100%;
  opacity: 1;
}
header .center ul li a {
  text-transform: uppercase;
  padding: 60px 0;
  margin: 0 15px;
  display: block;
  font-size: 11px;
  color: #42424c;
  font-weight: 600;
  letter-spacing: 2px;
  position: relative;
}
header .center ul li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 35px;
  width: 0;
  height: 2px;
  background: #42424c;
  opacity: 0;
  -webkit-transition: all 0.5s cubic-bezier(0.7, 0.25, 0.12, 1);
  transition: all 0.5s cubic-bezier(0.7, 0.25, 0.12, 1);
}
header .center ul li a:hover:after {
  width: 100%;
  opacity: 1;
}
header .right {
  position: absolute;
  top: 16px;
  right: 0;
  padding-right: 20px;
}
header .right .search-btn {
  padding: 40px 20px;
  cursor: pointer;
  margin-right: 15px;
  display: inline-block;
}
header .right .search-btn img {
  width: 16px;
}
header .right .cart {
  padding: 38px 0;
  cursor: pointer;
  display: inline-block;
}
header .right .cart:hover span {
  background: #222227;
}
header .right .cart img {
  width: 15px;
}
header .right .cart span {
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #42424c;
  display: inline-block;
  margin-left: 5px;
  position: relative;
  top: 3px;
  padding-top: 2px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search-block {
  position: absolute;
  z-index: 20;
  top: -65px;
  left: 0;
  width: 100%;
  opacity: 0;
  border-bottom: 1px solid #eeeeee;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-block .search-input input {
  font-weight: 300;
  padding: 67px 20px;
  border: 0;
  width: 100%;
  font-style: italic;
  outline: none;
  background: #fff;
}
.search-block .search-input .has-error .help-block-error {
  width: 100%;
  padding: 20px;
  background: #fff;
  margin-top: 0;
}
.search-block .search-results {
  opacity: 0;
  visibility: hidden;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.search-block .search-results .no-matches {
  padding: 20px;
}
.search-block .search-results ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.search-block .search-results ul li {
  border-top: 1px solid #eeeeee;
}
.search-block .search-results ul li a {
  color: #42424c;
  padding: 22px;
  display: block;
}
.search-block .search-results ul li a .img-results {
  width: 50px;
  height: 50px;
  padding: 3px;
  background: #FBFBFB;
  display: inline-block;
  vertical-align: top;
}
.search-block .search-results ul li a .img-results img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search-block .search-results ul li a .title {
  margin-left: 10px;
  font-weight: 400;
  display: inline-block;
}
.search-block .search-results ul li a .title .price {
  font-weight: 300;
  display: block;
}

.search-show .search-block {
  top: 0;
  visibility: inherit;
  opacity: 1;
}
.search-show .search-block .search-results {
  opacity: 1;
  visibility: inherit;
}
.search-show .custom-bg-category {
  opacity: 1;
  visibility: inherit;
}

.category {
  width: 100%;
  height: auto;
  position: absolute;
  top: -165px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  border-bottom: 1px solid #eeeeee;
  padding: 40px 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: 10;
}
.category .close-mobile {
  display: none;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: #FBFBFB;
  border-radius: 100%;
  border: none;
  outline: none;
  padding-top: 4px;
  text-align: center;
  z-index: 25;
}
.category .close-mobile img {
  width: 10px;
  opacity: 0.9;
}
.category .all-category {
  width: 100%;
  background: #FBFBFB;
  color: #42424c;
  display: block;
  margin-top: 40px;
}
.category .all-category div {
  padding: 10px 55px;
}
.category .all-category i {
  font-size: 11px;
}
.category .all-category:hover {
  background: #eeeeee;
}
.category .container {
  text-align: left;
}
.category .container ul {
  opacity: 0;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  top: 10px;
  -webkit-transition: all 0.3s ease 0.2s;
  -moz-transition: all 0.3s ease 0.2s;
  -ms-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
}
.category .container ul li.title {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.category .container ul li.title a {
  font-weight: 600;
}
.category .container ul li a {
  color: #42424c;
  line-height: 25px;
  font-weight: 100;
  display: block;
  position: relative;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.category .container ul li a:hover {
  color: #8d8d8d;
}

.menu-mobile {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  padding: 25px;
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  overflow-y: auto;
  -webkit-transform: translate3d(-100%, 0, 0);
  -ms-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
.menu-mobile .close-mobile-menu {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 30px;
  height: 30px;
  background: #FBFBFB;
  border-radius: 100%;
  border: none;
  outline: none;
  padding-top: 4px;
  text-align: center;
  z-index: 25;
}
.menu-mobile .close-mobile-menu img {
  width: 10px;
  opacity: 0.9;
}
.menu-mobile ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-mobile ul li {
  border-bottom: 1px solid #eeeeee;
}
.menu-mobile ul li:last-child {
  border-bottom: 0;
}
.menu-mobile ul li .active {
  font-weight: 400;
}
.menu-mobile ul li a {
  color: #42424c;
  padding: 20px 0;
  font-size: 15px;
  display: block;
}

.category-show header .center ul li a:after {
  opacity: 0;
  width: 0;
}
.category-show header .center ul li .category-btn:after {
  opacity: 1;
  width: 100%;
}
.category-show .custom-bg-category {
  opacity: 1;
  visibility: inherit;
}
.category-show .category {
  opacity: 1;
  visibility: inherit;
  top: 134px;
}
.category-show .category .container ul {
  opacity: 1;
  top: 0;
}

.slider {
  position: relative;
  height: 565px;
  width: 100%;
}
.slider img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#owl-slider .item {
  position: relative;
  min-height: 570px;
  width: 100%;
}
#owl-slider .slider-content {
  position: absolute;
  background: rgba(255, 255, 255, 0.86);
  top: 30%;
  padding: 20px 20px 40px 50px;
}
#owl-slider .slider-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  /*    background: rgba(251, 251, 251, 0.4);*/
  content: "";
  top: 0;
  left: 0;
}
#owl-slider .item-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.banner-index {
  position: relative;
  min-height: 570px;
  width: 100%;
}
.banner-index .banner-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.banner-index .banner-content {
  position: absolute;
  background: rgba(255, 255, 255, 0.86);
  top: 30%;
  padding: 20px 20px 40px 50px;
  right: 0;
}
.banner-index p {
  font-size: 12px;
  font-weight: 400;
  max-width: 400px;
  margin: 15px 0 0 0;
}
.banner-index .btn-banner {
  padding: 15px;
  height: 48px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background: #42424c;
  border: 2px solid #42424c;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  margin-top: 30px;
}

.cart-block {
  position: fixed;
  top: 0;
  right: -700px;
  width: 700px;
  height: 100%;
  padding: 25px 25px 0 25px;
  background: #fff;
  z-index: 20;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
.cart-block form {
  height: 100%;
}
.cart-block form #order-phone {
  padding-left: 50px;
}
.cart-block form .country-list li {
  padding: 9px 0 !important;
}
.cart-block form .country-list li:first-child {
  margin-top: 0 !important;
}
.cart-block .cart-content {
  position: relative;
  width: 100%;
  height: 100%;
}
.cart-block .cart-content .title {
  text-transform: uppercase;
  font-size: 11px;
  color: #42424c;
  font-weight: 600;
  letter-spacing: 2px;
}
.cart-block .cart-content .close-cart {
  position: absolute;
  top: 0;
  right: 0;
  background: #FBFBFB;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-block .cart-content .close-cart:hover {
  background: #eeeeee;
}
.cart-block .cart-content .close-cart img {
  width: 10px;
  opacity: 0.9;
}
.cart-block .cart-content .content {
  margin-top: 25px;
  height: 100%;
  padding-bottom: 310px;
  overflow: auto;
}
.cart-block .cart-content .content ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.cart-block .cart-content .content ul li {
  padding: 25px 0;
  border-bottom: 1px solid #FBFBFB;
  position: relative;
}
.cart-block .cart-content .content ul li:first-child {
  margin-top: -25px;
}
.cart-block .cart-content .content ul li:last-child {
  border-bottom: 0;
}
.cart-block .cart-content .content ul li .cart-img-product {
  width: 100px;
  height: 100px;
  background: #FBFBFB;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
}
.cart-block .cart-content .content ul li .cart-img-product img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cart-block .cart-content .content ul li .cart-product {
  display: inline-block;
  padding-left: 20px;
  width: 315px;
}
.cart-block .cart-content .content ul li .cart-product span {
  display: block;
}
.cart-block .cart-content .content ul li .cart-product .color-product {
  font-size: 11px;
  margin-top: 10px;
}
.cart-block .cart-content .content ul li .cart-product .color-product .color {
  border: 1px solid #eeeeee;
  border-radius: 100%;
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 3px;
  vertical-align: middle;
  margin-left: 5px;
}
.cart-block .cart-content .content ul li .cart-product .color-product .color span {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.cart-block .cart-content .content ul li .cart-product .name {
  color: #42424c;
  letter-spacing: 1px;
  max-height: 37px;
  overflow: hidden;
}
.cart-block .cart-content .content ul li .cart-product .name a {
  color: #42424c;
}
.cart-block .cart-content .content ul li .cart-product .quantity {
  position: absolute;
  bottom: 25px;
}
.cart-block .cart-content .content ul li .cart-product .quantity button {
  width: 22px;
  height: 22px;
  padding-top: 1px;
  background: #FBFBFB;
  border-radius: 100%;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-block .cart-content .content ul li .cart-product .quantity button:hover {
  background: #eeeeee;
}
.cart-block .cart-content .content ul li .cart-product .quantity input {
  width: 45px;
  height: 22px;
  text-align: center;
  border: none;
  outline: none;
  padding: 0 5px;
}
.cart-block .cart-content .content ul li .delete {
  position: absolute;
  right: 0;
  top: 25px;
  width: 23px;
  height: 23px;
  background: #FBFBFB;
  border-radius: 100%;
  border: none;
  outline: none;
  padding-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-block .cart-content .content ul li .delete:hover {
  background: #eeeeee;
}
.cart-block .cart-content .content ul li .delete img {
  width: 10px;
  opacity: 0.9;
}
.cart-block .cart-content .content ul li .price {
  position: absolute;
  bottom: 25px;
  right: 0;
}
.cart-block .cart-content .content .ordering .form-group {
  padding: 15px 0 0 0;
}
.cart-block .cart-content .content .ordering .form-group .form-input {
  font-weight: 300;
  width: 100%;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  padding: 12px;
  outline: none;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-block .cart-content .content .ordering .form-group .form-input:focus {
  border: 2px solid #42424c;
}
.cart-block .cart-content .content .ordering .title {
  letter-spacing: 1px;
  margin-top: 25px;
}
.cart-block .cart-content .content .ordering .title:first-child {
  margin-top: 0;
}
.cart-block .cart-content .content .ordering .title span {
  width: 22px;
  height: 22px;
  background: #FBFBFB;
  text-align: center;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-block;
  padding-top: 3px;
}
.cart-block .cart-content .footer-cart {
  width: 100%;
  position: absolute;
  bottom: 0;
  border-top: 1px solid #eeeeee;
  padding-top: 25px;
  padding-bottom: 25px;
  background: #ffff;
}
.cart-block .cart-content .footer-cart .cart-btn {
  width: 100%;
  background: #fff;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #42424c;
  color: #42424c;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cart-block .cart-content .footer-cart .cart-btn:hover {
  background: #42424c;
  color: #fff;
}
.cart-block .cart-content .footer-cart .second-btn {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
}
.cart-block .cart-content .footer-cart .total {
  padding-bottom: 25px;
}
.cart-block .cart-content .footer-cart .total .checkout-total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.ordering-btn {
  display: none;
}

.next-step .list-product-btn {
  display: none;
}
.next-step .ordering-btn {
  display: block;
}

.custom-bg-category {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.custom-bg {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  z-index: 15;
  background: rgba(0, 0, 0, 0.2);
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.cart-show {
  position: fixed;
  top: 0;
  left: -200px;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
}
.cart-show .cart-block {
  opacity: 1;
  visibility: inherit;
  -webkit-transform: translate3d(-700px, 0, 0);
  -ms-transform: translate3d(-700px, 0, 0);
  transform: translate3d(-700px, 0, 0);
}
.cart-show .custom-bg {
  opacity: 1;
  visibility: inherit;
}

main {
  padding-bottom: 25px;
}
main .index-container {
  max-width: 1920px;
}
main .left {
  height: 700px;
  width: 100%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  background: #f5f5f5;
}
main .left img {
  max-width: 500px;
}
main .right {
  height: 700px;
  width: 100%;
  margin: 0;
  text-align: center;
  padding: 250px 0 0 0;
  background: #FBFBFB;
}
main .right .title {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 20px;
  letter-spacing: 1px;
  position: relative;
}
main .right .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #42424c;
  left: 0;
  right: 0;
  margin: 0 auto;
}
main .right h2 {
  font-size: 17px;
  display: inline-block;
  margin: 0 0 20px 0;
}
main .right p {
  font-size: 12px;
  font-weight: 300;
  max-width: 400px;
  margin: 0 auto;
}
main .right .btn-home {
  padding: 15px;
  height: 48px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #42424c;
  letter-spacing: 1px;
  color: #42424c;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  margin-top: 30px;
}
main .right .btn-home:hover {
  background: #42424c;
  color: #fff;
}
main .right button {
  position: relative;
  left: -6px;
}
main .popular {
  padding: 50px 0 0 0;
}
main .popular .title {
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  display: block;
  padding-bottom: 10px;
  margin-bottom: 50px;
  letter-spacing: 1px;
  position: relative;
}
main .popular .title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 40px;
  height: 2px;
  background: #42424c;
  left: 0;
  right: 0;
  margin: 0 auto;
}
main .product-item {
  position: relative;
}
main .product-item .name {
  letter-spacing: 1px;
  margin: 20px 0 0 0;
  display: block;
  color: #42424c;
  font-size: 17px;
}
main .product-item .description {
  font-size: 12px;
  font-weight: 300;
  margin: 10px 0 0 0;
  color: #8c8c8a;
}
main .product-item .description a {
  color: #42424c;
  text-decoration: underline !important;
}
main .product-item .price {
  margin: 10px 0 0 0;
  font-weight: 400;
  font-size: 17px;
}
main .product-item .price span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  margin-right: 5px;
  color: #8c8c8a;
  font-weight: 300;
}
main .product-item .price span:before {
  content: "";
  position: absolute;
  top: 9px;
  width: 100%;
  height: 1px;
  background: #8c8c8a;
}
main .product-item:hover .img-product img {
  -webkit-transform: scale(1.075);
  transform: scale(1.075);
}
main .product-item .img-product {
  width: 100%;
  background: #FBFBFB;
  position: relative;
  display: block;
  overflow: hidden;
}
main .product-item .img-product img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
main #owl-featured-product:hover .owl-prev {
  -webkit-transform: translate3d(-50px, 0, 0);
  -ms-transform: translate3d(-50px, 0, 0);
  transform: translate3d(-50px, 0, 0);
  color: #42424c;
}
main #owl-featured-product:hover .owl-next {
  -webkit-transform: translate3d(50px, 0, 0);
  -ms-transform: translate3d(50px, 0, 0);
  transform: translate3d(50px, 0, 0);
  color: #42424c;
}
main #owl-featured-product .owl-prev, main #owl-featured-product .owl-next {
  background: #ffffff;
  font-size: 17px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.1s;
}
main .column-left {
  padding-right: 25px;
}
main .column-left .btn-def {
  margin: 25px auto 0;
  display: block;
  width: 62%;
  border-radius: 0;
  height: 33px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background: #42424c;
  letter-spacing: 1px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border: none;
}
main .column-left .btn-def:hover {
  background: #35353F;
}
main .column-left .title {
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  padding: 25px 0 0 0;
}
main .column-left .title:first-child {
  padding: 0;
}
main .column-left .category-list {
  list-style: none;
  padding: 0 0 5px 0;
  margin: 0;
  border-bottom: 1px solid #eeeeee;
}
main .column-left .category-list:last-child {
  border: 0;
}
main .column-left .category-list li {
  padding: 5px 0;
}
main .column-left .category-list li.active a {
  padding-left: 10px;
}
main .column-left .category-list li.active a:before {
  opacity: 1;
  left: 0;
}
main .column-left .category-list li a {
  color: #42424c;
  position: relative;
  display: block;
}
main .column-left .category-list li a:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #42424c;
  position: absolute;
  top: 8px;
  left: -10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
main .column-left .category-list li a:hover {
  padding-left: 10px;
}
main .column-left .category-list li a:hover:before {
  opacity: 1;
  left: 0;
}
main .items .product-item {
  margin-bottom: 25px;
  min-height: 410px;
}
main .breadcrumb-bg {
  background: #FBFBFB;
  padding: 25px 0;
}
main .breadcrumb-bg .breadcrumb {
  background: none;
  margin: 0;
  padding-left: 0;
  font-size: 12px;
  font-weight: 300;
  color: #42424c;
}
main .breadcrumb-bg .breadcrumb a {
  color: #c0c0c0;
}
main .breadcrumb-bg .breadcrumb a:hover {
  color: #42424c;
}
main .filter {
  margin: 40px 0;
  position: relative;
  padding: 10px 0;
}
main .filter .drop-filter {
  position: absolute;
  right: 0;
  top: 0;
}
main .filter .drop-filter .dropdown-menu {
  border: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.07);
  right: 0;
  float: right;
  left: inherit;
}
main .filter .drop-filter .dropdown-menu li {
  display: block;
  margin: 0;
}
main .filter .drop-filter .dropdown-menu li a {
  outline: none !important;
}
main .filter .drop-filter .dropdown-toggle {
  border: none;
  background: #FBFBFB;
  color: #42424c;
  font-size: 12px;
  border-radius: 100px;
  padding: 5px 15px;
  outline: none;
  display: inline-block;
}
main .filter .drop-filter select {
  border: none;
  background: #FBFBFB;
  color: #42424c;
  font-size: 12px;
  border-radius: 100px;
  padding: 5px 15px;
  outline: none;
}
main .filter ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
main .filter ul li {
  display: inline-block;
  font-size: 12px;
  margin-right: 20px;
}
main .filter ul li:last-child {
  margin-right: 0;
}
main .filter ul li.title {
  font-weight: 600;
}
main .filter ul li .delete {
  width: 23px;
  height: 23px;
  background: #FBFBFB;
  border-radius: 100%;
  border: none;
  outline: none;
  padding-top: 0;
  margin-left: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
main .filter ul li .delete:hover {
  background: #eeeeee;
}
main .filter ul li .delete img {
  width: 10px;
  opacity: 0.9;
}
main .card-block .no-pagination-images .stock {
  right: 82px;
}
main .card-block .stock {
  left: inherit;
  right: 42px;
  top: 30px;
  z-index: 1;
  -moz-transform: rotate(0deg);
  -webkit-transform: rotate(0deg);
  -o-transform: rotate(0deg);
}
main .card-block .details {
  padding-top: 60px;
}
main .card-block .details h1 {
  font-size: 25px;
  margin: 0 0 20px 0;
  font-weight: 300;
}
main .card-block .details .price {
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 25px;
}
main .card-block .details .price span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #8c8c8a;
  font-weight: 300;
}
main .card-block .details .price span:before {
  content: "";
  position: absolute;
  top: 9px;
  width: 100%;
  height: 1px;
  background: #8c8c8a;
}
main .card-block .details .availability {
  margin-bottom: 25px;
}
main .card-block .details .availability .in-stock, main .card-block .details .availability .not-available, main .card-block .details .availability .to-order {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  display: inline-block;
  margin-right: 5px;
}
main .card-block .details .availability .in-stock {
  background: #42424c;
}
main .card-block .details .availability .not-available {
  background: #dbdbdb;
}
main .card-block .details .color-options {
  margin-bottom: 25px;
}
main .card-block .details .color-options .colors {
  margin-top: 5px;
}
main .card-block .details .color-options .colors .color {
  border: 1px solid #eeeeee;
  border-radius: 100%;
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 3px;
  vertical-align: middle;
  margin-right: 5px;
}
main .card-block .details .color-options .colors .color span {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: inline-block;
}
main .card-block .details .quantity {
  margin-bottom: 50px;
  display: block;
}
main .card-block .details .quantity button {
  width: 22px;
  height: 22px;
  padding-top: 1px;
  background: #eeeeee;
  border-radius: 100%;
  border: none;
  outline: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
main .card-block .details .quantity input {
  width: 45px;
  height: 22px;
  text-align: center;
  border: none;
  outline: none;
  padding: 0 5px;
  background: none;
}
main .card-block .details .card-btn {
  width: 100%;
  background: #fff;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  border: 1px solid #42424c;
  color: #42424c;
  letter-spacing: 1px;
  cursor: pointer;
  outline: none;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
main .card-block .details .card-btn:hover {
  background: #42424c;
  color: #fff;
}
main .card-block .details .quick {
  width: 100%;
  text-align: center;
  font-size: 12px;
  cursor: pointer;
  padding: 10px;
  text-decoration: underline;
}
main .card-block .card-img {
  height: 500px;
  width: 100%;
  margin: 0;
}
main .card-block .card-img .gallery {
  height: 100%;
  position: relative;
}
main .card-block .card-img .gallery a {
  width: 100px;
  height: auto;
  display: block;
  padding: 10px 0;
}
main .card-block .card-img .gallery a:hover {
  opacity: 0.8;
}
main .card-block .card-img .gallery img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
main .card-block .card-img .gallery .pagination {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  background: #FBFBFB;
  margin: 0;
  padding-top: 20px;
  height: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
main .card-block .card-img .gallery .index-img {
  width: 100%;
  height: 100%;
  padding: 20px 20px 20px 100px;
}
main .card-block .card-img .gallery .index-img.no-pagination-images {
  padding: 20px 20px 20px 20px;
}
main .card-block .card-img .gallery .index-img a {
  width: 100%;
  height: 100%;
  text-align: center;
}
main .card-block .card-img .gallery .index-img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  width: auto;
}
main .card-bg {
  background: #FBFBFB;
  border-top: 1px solid #eeeeee;
}
main .card-description {
  padding-top: 50px;
}
main .card-description h3 {
  font-size: 17px;
}
main .card-description .nav {
  border-bottom: 1px solid #FBFBFB;
  text-align: center;
}
main .card-description .nav li {
  display: inline-block;
  border-bottom: 2px solid #fff;
  margin: 0 20px 0 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
main .card-description .nav li.active {
  border-bottom: 2px solid #42424c;
}
main .card-description .nav li a {
  background: #fff !important;
  padding: 10px 0;
  color: #42424c;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2px;
}
main .page {
  padding-top: 30px;
  text-align: justify;
}
main .page h1 {
  font-size: 25px;
  margin: 0 0 20px 0;
  font-weight: 300;
}
main .stock {
  position: absolute;
  top: 0;
  right: 0;
  background: #ffcd48;
  padding: 3px 20px;
  color: #ffffff;
  letter-spacing: 1px;
  font-weight: 400;
}
main .stock .stock-item {
  display: inline-block;
  font-weight: 300;
}
main .filter-items {
  padding: 0;
}
main .filter-items li {
  margin-bottom: 0;
  list-style: none;
}
main .filter-items label {
  font-weight: 300;
  padding-left: 5px;
}
main .options-catalog li {
  margin-bottom: 0;
  list-style: none;
}
main .options-catalog .colors {
  margin-top: 5px;
}
main .options-catalog .colors .color {
  border: 1px solid #eeeeee;
  border-radius: 100%;
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 3px;
  vertical-align: middle;
  margin-right: 5px;
}
main .options-catalog .colors .color span {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: inline-block;
}
main .price-filter {
  display: block;
  font-weight: 400;
}

.hidden-scroll {
  padding: 0 !important;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

footer {
  border-top: 1px solid #eeeeee;
  padding: 50px 0;
  text-align: center;
  background: #fcfcfc;
}
footer .phone-title {
  font-size: 12px;
  font-weight: 600;
}
footer .phone-link {
  color: #42424c;
}
footer #subscriber-form .help-block {
  width: 100%;
}
footer .field-subscriber-email {
  display: inline-block;
  position: relative;
}
footer .column-center {
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
footer .column-center ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .column-center ul li {
  margin-bottom: 10px;
}
footer .column-center ul li:last-child {
  margin-bottom: 0;
}
footer .column-center ul li a {
  color: #42424c;
  font-weight: 100;
  position: relative;
  letter-spacing: 1px;
}
footer .column-center ul li a:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #42424c;
  position: absolute;
  top: 8px;
  left: -10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer .column-center ul li a:hover {
  padding-left: 10px;
}
footer .column-center ul li a:hover:before {
  opacity: 1;
  left: 0;
}
footer .column-center ul li.active > a {
  padding: 3px 4px;
  background-color: #42424c;
  color: white;
}
footer .column-center ul li.active > a:hover:before {
  opacity: 0;
  /*left: 0;*/
}
footer .column-second-center ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .column-second-center ul li {
  margin-bottom: 10px;
}
footer .column-second-center ul li:last-child {
  margin-bottom: 0;
}
footer .column-second-center ul li a {
  color: #42424c;
  font-weight: 100;
  position: relative;
  letter-spacing: 1px;
}
footer .column-second-center ul li a:before {
  content: "";
  width: 5px;
  height: 1px;
  background: #42424c;
  position: absolute;
  top: 8px;
  left: -10px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
footer .column-second-center ul li a:hover {
  padding-left: 10px;
}
footer .column-second-center ul li a:hover:before {
  opacity: 1;
  left: 0;
}
footer .column .title {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
footer .column .description {
  font-weight: 100;
  max-width: 300px;
  margin: 0 auto 10px auto;
  letter-spacing: 1px;
}
footer .column .description ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
footer .column .description ul li {
  display: inline-block;
}
footer .column .sub-input {
  padding: 11px 0;
  position: relative;
  top: 0;
  left: 4px;
  border: 0;
  border-bottom: 2px solid #42424c;
  font-style: italic;
  font-weight: 300;
  outline: none;
  background: #fcfcfc;
}
footer .column .sub-btn {
  padding: 15px 15px 10px 15px;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  background: #fcfcfc;
  letter-spacing: 1px;
  color: #42424c;
  display: inline-block;
  border: 0;
  border-bottom: 2px solid #42424c;
  outline: none;
}
footer .follow {
  margin-top: 0 !important;
  margin-bottom: 20px !important;
}
footer .follow a {
  padding: 15px 15px 5px 15px;
  color: #42424c;
  text-align: center;
  display: block;
}
footer .follow a:hover {
  color: #42424c;
}

.home-slider {
  border-bottom: 1px solid #eee;
}
.home-slider .slider-img-pos {
  height: 565px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.home-slider .owl-theme .owl-dots .owl-dot span {
  background: #eeeeee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.home-slider .owl-theme .owl-dots .owl-dot.active span, .home-slider .owl-theme .owl-dots .owl-dot:hover span {
  background: #42424c;
}
.home-slider .stock {
  position: absolute;
  top: 50%;
  right: 0;
  background: #ffcd48;
  padding: 3px 20px;
  color: #ffffff;
  letter-spacing: 1px;
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  font-weight: 400;
}
.home-slider .owl-dots {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.home-slider h2 {
  font-size: 25px;
  font-weight: 300;
}
.home-slider .price {
  font-size: 30px;
  font-weight: 400;
  margin-top: 25px;
}
.home-slider .price span {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #8c8c8a;
  font-weight: 300;
}
.home-slider .price span:before {
  content: "";
  position: absolute;
  top: 9px;
  width: 100%;
  height: 1px;
  background: #8c8c8a;
}
.home-slider p {
  font-size: 12px;
  font-weight: 300;
  max-width: 400px;
  margin: 15px 0 0 0;
}
.home-slider .btn-home {
  padding: 15px;
  height: 48px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background: #42424c;
  border: 1px solid #42424c;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  margin-top: 30px;
}
.home-slider .slider-img {
  display: block;
  width: auto !important;
  max-width: inherit;
  height: 400px;
}

.rew-btn {
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background: #42424c;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  padding: 0 15px;
  border: none;
}
.rew-btn:hover {
  background: #35353F;
}

.modal-open {
  padding-right: 0 !important;
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -webkit-transform: translate(0, 25%);
  -ms-transform: translate(0, 25%);
  -o-transform: translate(0, 25%);
  transform: translate(0, 25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 20%);
  -ms-transform: translate(0, 20%);
  -o-transform: translate(0, 20%);
  transform: translate(0, 20%);
}

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0s;
  -moz-transition: opacity 0.3s ease-out 0s;
  -ms-transition: opacity 0.3s ease-out 0s;
  -o-transition: opacity 0.3s ease-out 0s;
  transition: opacity 0.3s ease-out 0s;
}

.modal-content {
  border-radius: 3px;
  border: 0;
  box-shadow: none;
}

.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.4);
}

.modal-header {
  border-bottom: 0;
}
.modal-header h3 {
  margin-top: 25px;
}

.modal-body {
  padding: 0 50px 50px;
}
.modal-body .help-block-error {
  position: relative;
  margin-top: 0;
}
.modal-body .control-label {
  font-weight: 400;
}
.modal-body .rew-btn {
  width: 100%;
}
.modal-body .form-group {
  margin-bottom: 15px;
}
.modal-body .form-group .form-input {
  font-weight: 300;
  width: 100%;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  padding: 12px;
  outline: none;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.modal-body .form-group .form-input:focus {
  border: 2px solid #42424c;
}

.rating-container .filled-stars {
  text-shadow: none;
  -webkit-text-stroke: 0;
}

.rating-md {
  font-size: 25px;
}

.login-cabinet {
  text-align: center;
  padding: 70px 0 70px 0;
}
.login-cabinet .title {
  text-transform: uppercase;
  font-size: 14px;
  display: inline-block;
  margin: 0 0 20px 0;
  color: #42424c;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-cabinet .title:hover {
  color: #42424c;
}
.login-cabinet .title span {
  color: #ccc !important;
}
.login-cabinet .title a {
  color: #42424c;
  text-decoration: underline !important;
}
.login-cabinet .title a:hover {
  color: #42424c;
}
.login-cabinet form {
  max-width: 350px;
  margin: 0 auto;
}
.login-cabinet .form-group {
  padding: 15px 0 0 0;
}
.login-cabinet .form-group .form-input {
  font-weight: 300;
  width: 100%;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  padding: 12px;
  outline: none;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.login-cabinet .form-group .form-input:focus {
  border: 2px solid #42424c;
}
.login-cabinet .btn-login {
  padding: 10px;
  width: 100%;
  height: 40px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background: #42424c;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border: 0;
  line-height: 20px;
}
.login-cabinet .btn-login:hover {
  background: #35353F;
}
.login-cabinet .restore-link {
  display: inline-block;
  margin: 0 auto;
  padding: 15px;
  font-size: 12px;
  text-decoration: underline !important;
  color: #42424c !important;
}

.contacts h4 {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 20px;
  margin-top: 50px;
}
.contacts h2 {
  font-size: 20px;
  font-weight: 300;
  margin: 20px 0 20px 0;
}
.contacts .contacts-text {
  margin-bottom: 50px;
}
.contacts .contacts-text a {
  color: #42424c;
}
.contacts form {
  margin-bottom: 50px;
}
.contacts .form-group {
  padding: 15px 0 0 0;
}
.contacts .form-group .form-input {
  font-weight: 300;
  width: 100%;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  padding: 12px;
  outline: none;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contacts .form-group .form-input:focus {
  border: 2px solid #42424c;
}
.contacts .btn-contacts {
  height: 40px;
  line-height: 20px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background: #42424c;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  width: 100%;
  border: none;
}
.contacts .btn-contacts:hover {
  background: #35353F;
}

.alert-massage {
  color: #fff;
  padding: 30px 15px;
  text-align: center;
  width: 100%;
}
.alert-massage.success {
  background: #42424c;
}
.alert-massage.fail {
  background: #F44336;
}
.alert-massage .close-alert {
  float: right;
  width: 23px;
  height: 23px;
  border-radius: 100%;
  border: none;
  outline: none;
  padding-top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: none;
  margin-right: 5px;
  margin-top: -1px;
}
.alert-massage .close-alert img {
  width: 10px;
}

.cabinet .table tbody > tr > td {
  border: 0 !important;
}
.cabinet .table .form-group {
  margin-bottom: 5px;
}
.cabinet .table .form-group .intl-tel-input .form-input {
  padding-left: 52px !important;
}
.cabinet .table .form-group .form-input {
  font-weight: 300;
  width: 100%;
  border: 2px solid #eeeeee;
  border-radius: 3px;
  padding: 8px;
  outline: none;
  font-size: 13px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.cabinet .table .form-group .form-input:focus {
  border: 2px solid #42424c;
}
.cabinet .data {
  float: right;
}
.cabinet .panel {
  border-radius: 0;
  box-shadow: none;
}
.cabinet .panel-default {
  border-color: #eeeeee;
}
.cabinet .panel-heading {
  background: #fff;
  padding: 0;
}
.cabinet .panel-title {
  font-weight: 300;
  font-size: 14px;
  position: relative;
}
.cabinet .panel-title:hover a {
  color: #42424c;
}
.cabinet .panel-title a {
  padding: 15px 15px;
  display: block;
  position: relative;
}
.cabinet .panel-title a:hover {
  color: #42424c;
}
.cabinet .panel-title .status {
  display: inline-block;
  position: absolute;
  right: 0;
  text-align: right;
  top: 0;
  font-size: 12px;
  padding: 12px 12px;
}
.cabinet .order-ok {
  display: inline-block;
  border-radius: 100px;
  padding: 5px 10px;
  background: rgba(87, 222, 164, 0.12);
  color: #42424c !important;
}
.cabinet .order-fail {
  background: rgba(244, 67, 54, 0.12);
  display: inline-block;
  border-radius: 100px;
  padding: 5px 10px;
  color: #F44336 !important;
}
.cabinet .order-processing {
  background: rgba(3, 169, 244, 0.12);
  display: inline-block;
  border-radius: 100px;
  padding: 5px 10px;
  color: #03a9f4 !important;
}
.cabinet .panel-group .panel + .panel {
  margin-top: 20px;
}
.cabinet .panel-group .panel-heading + .panel-collapse > .panel-body {
  border-top: 0;
}
.cabinet .img-cabinet {
  width: 100px;
  height: 100px;
  background: #FBFBFB;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  float: left;
}
.cabinet .img-cabinet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cabinet .details {
  padding-left: 20px;
  text-align: left;
}
.cabinet a.title {
  color: #42424c;
  letter-spacing: 1px;
  max-height: 37px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.cabinet a.title:hover {
  color: #42424c;
}
.cabinet .title {
  color: #42424c;
  max-height: 37px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.cabinet .price {
  margin-bottom: 10px;
}
.cabinet .color-product {
  font-size: 11px;
  margin-top: 10px;
}
.cabinet .color-product .color {
  border: 1px solid #eeeeee;
  border-radius: 100%;
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 3px;
  vertical-align: middle;
  margin-left: 5px;
}
.cabinet .color-product .color span {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.cabinet .panel-body ul {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.cabinet .panel-body ul li {
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
}
.cabinet .panel-body ul li:first-child {
  border: none;
}

.success-items {
  padding: 30px 0;
}
.success-items .img-cabinet {
  width: 100px;
  height: 100px;
  background: #FBFBFB;
  padding: 20px;
  display: inline-block;
  vertical-align: top;
  float: left;
  margin-right: 20px;
}
.success-items .img-cabinet img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.success-items .details {
  padding-left: 20px;
  text-align: left;
}
.success-items a.title {
  color: #42424c;
  letter-spacing: 1px;
  max-height: 37px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.success-items a.title:hover {
  color: #42424c;
}
.success-items .title {
  color: #42424c;
  max-height: 37px;
  overflow: hidden;
  display: block;
  margin-bottom: 20px;
}
.success-items .price {
  margin-bottom: 10px;
}
.success-items .color-product {
  font-size: 11px;
  margin-top: 10px;
}
.success-items .color-product .color {
  border: 1px solid #eeeeee;
  border-radius: 100%;
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 3px;
  vertical-align: middle;
  margin-left: 5px;
}
.success-items .color-product .color span {
  border-radius: 100%;
  width: 100%;
  height: 100%;
  display: inline-block;
}
.success-items ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.success-items ul li {
  padding: 15px 0;
  border-top: 1px solid #eeeeee;
}
.success-items ul li:first-child {
  border: none;
}
.success-items .subotal {
  text-align: right;
}
.success-items .total {
  font-weight: 400;
  text-align: right;
}
.success-items .quantity-total {
  text-align: right;
}
.success-items .duscount {
  text-align: right;
}
.success-items .title-success {
  margin-bottom: 20px;
  letter-spacing: 1px;
  font-weight: 600;
}

.payment-pending {
  color: #2196f3;
}

.payment-paid {
  color: #42424c;
}

.btn-continue-shopping {
  width: 290px;
  margin: 0 auto;
  border: 0;
  background: #42424c;
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  color: #fff !important;
  letter-spacing: 1px;
  cursor: pointer;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.btn-continue-shopping:hover {
  background: #35353F;
}

.btn-go-home {
  width: 100%;
  text-align: center;
  padding: 15px;
  font-size: 12px;
  text-decoration: underline !important;
  cursor: pointer;
  color: #42424c;
  display: block;
}

.success-details {
  padding: 30px 0;
}
.success-details .title-success {
  margin-bottom: 35px;
  letter-spacing: 1px;
  font-weight: 600;
}
.success-details span {
  float: right;
  display: inline-block;
}

.count-down-sale-head {
  font-size: 13px;
  font-weight: 400;
  margin-top: 0;
  width: 225px;
  text-align: left !important;
  position: absolute;
  top: -25px;
}

#count-down-sale {
  display: inline-block;
  font-family: sans-serif;
  font-weight: 100;
  text-align: left;
  font-size: 17px;
  position: relative;
  margin: 20px 0 20px 0;
}
#count-down-sale > div {
  padding: 0 5px 0 0;
  display: inline-block;
  color: #414142;
  text-align: center;
}
#count-down-sale > div > span {
  padding: 10px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid #eeeeee;
  font-weight: 400;
}
#count-down-sale > div .smalltext {
  padding-top: 2px;
  font-size: 12px;
}

.sl-overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.2);
}

.sl-wrapper .sl-image .sl-caption {
  color: #42424c;
  background: none;
  font-size: 14px;
  text-align: center;
}

.sl-wrapper .sl-image img {
  background: #fff;
}

.sl-prev, .sl-next, .sl-close {
  font-size: 5rem !important;
  color: #fff !important;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.sl-close {
  font-size: 3rem !important;
  right: 23px !important;
  margin-top: -17px !important;
}

.bootstrap-select .dropdown-toggle {
  border: none !important;
  background: #FBFBFB !important;
  color: #42424c !important;
  font-size: 14px;
  border-radius: 100px;
  padding: 5px 25px 5px 15px;
  font-weight: 300;
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  border: 0;
  border-radius: 3px;
  right: 0;
  left: inherit;
}
.bootstrap-select .dropdown-menu ul li {
  display: block;
  margin-right: 0;
}

.error-page {
  text-align: center;
  padding: 150px 0 150px 0;
}
.error-page h1 {
  font-size: 75px !important;
  margin-bottom: 0 !important;
}
.error-page p {
  margin-bottom: 20px;
}
.error-page .btn-error {
  padding: 10px;
  width: 250px;
  height: 40px;
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  background: #42424c;
  letter-spacing: 1px;
  color: #fff;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  outline: none;
  border: 0;
  line-height: 20px;
}
.error-page .btn-error:hover {
  background: #35353F;
}

.help-block-error {
  position: absolute;
  font-size: 12px;
  color: #F44336 !important;
}

.has-error .control-label {
  color: #F44336 !important;
}

.check-container {
  display: block;
  position: relative;
  padding-left: 32px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.check-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: -2px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #eee;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.check-container:hover input ~ .checkmark {
  background-color: #ccc;
}

.check-container input:checked ~ .checkmark {
  background-color: #42424c;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.check-container input:checked ~ .checkmark:after {
  display: block;
}

.check-container .checkmark:after {
  left: 8px;
  top: 4px;
  width: 6px;
  height: 11px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.rew-block {
  padding: 30px;
  position: relative;
  min-height: 160px;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  border-bottom: 1px solid #eee;
}
.rew-block .img-rew {
  position: absolute;
  left: 30px;
  top: 30px;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  overflow: hidden;
  text-align: center;
}
.rew-block .img-rew img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rew-block .text-rew {
  padding-left: 110px;
  font-style: italic;
}
.rew-block .text-rew h4 {
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 16px;
  font-style: initial;
}
.rew-block .date-rew {
  position: absolute;
  right: 30px;
  bottom: 20px;
  font-size: 12px;
}

.parallax {
  position: absolute;
}

.parallax-container {
  position: relative;
  overflow: hidden;
}

.teaser {
  position: absolute;
  height: 100%;
  width: 100%;
  color: white;
  text-shadow: 0 0 5px black;
  text-align: center;
  font-size: 2rem;
}

.teaser .content {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}

#order-payment_method_code .custom-radio input[type=radio] {
  position: absolute;
}
#order-payment_method_code .custom-radio input[type=radio] + label:before {
  left: 0;
  top: 3px;
}
#order-payment_method_code label {
  position: relative;
  padding-left: 16px;
  margin-bottom: 15px;
}
#order-payment_method_code label img {
  max-width: 400px;
  vertical-align: top;
}

.checkout-paypal-button {
  border: 1px solid #42424c;
  padding: 7px 42px;
  width: 360px;
  transition: box-shadow 0.3s ease-in-out;
}
.checkout-paypal-button:hover {
  box-shadow: inset 0 0 0 1px #42424c;
}

.system-pay {
  position: relative;
}
.system-pay .help-block-error {
  position: absolute;
  bottom: -18px;
  left: 15px;
}

/**
Animations
**/
/**
Transformers
**/
/**
Linear Gradient
**/
/**
Retina Images
**/
/**
  Usage:
  .logo{
      background:url(logo.png) no-repeat;
      @include image-2x(logo-hd.png", 120, 30);
  }
*/
/**
Media Query Breakpoint
**/
/**
  Usage:
  .main{
      width:1100px;
      @include breakpoint(940){ width:100%; }
  }
*/
/**
Rounded Corners
**/
/**
Opacity
**/
/**
REM Units with PX Fallback
**/
/**
  Usage:
  .main{
      @inlcude rem("margin", 10, 0);
      @inlcude rem("padding", 10);
      @inlcude rem("font-size", 12);
  }
 */
@media (max-width: 768px) {
  .index-container .p-lr-5 {
    padding-top: 5px;
  }
  .index-container .img-pos-0 img {
    padding-right: 0;
  }
  .index-container .img-pos-1 {
    padding: 5px 0 0;
  }
  .index-container .img-pos-2 img {
    padding-left: 0;
  }

  .index-left-row {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 15px;
  }

  .index-img-center {
    padding: 0;
  }

  .index-right-row {
    margin-right: -15px;
    margin-left: -15px;
    margin-top: 15px;
  }

  .rew-block .img-rew {
    margin: 30px auto;
    position: relative;
    left: 0;
    top: 0;
  }
  .rew-block .text-rew {
    padding-left: 0;
    text-align: center;
  }

  .modal-body {
    padding: 0 20px 20px;
  }

  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0%);
    -ms-transform: translate(0, 0%);
    -o-transform: translate(0, 0%);
    transform: translate(0, 0%);
  }

  header .login-btn:after {
    bottom: 20px;
  }

  .close-column-mobile {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 30px;
    height: 30px;
    background: #FBFBFB;
    border-radius: 100%;
    border: none;
    outline: none;
    padding-top: 4px;
    text-align: center;
    z-index: 25;
  }
  .close-column-mobile img {
    width: 10px;
    opacity: 0.9;
  }

  .column-mobile {
    top: -165px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    z-index: 20;
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 15px;
  }

  .show-column-mobile {
    opacity: 1;
    visibility: inherit;
    top: 0;
    overflow: auto;
  }

  .mobile-btn-category {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0;
    background: #fbfbfb;
    margin: 0;
    left: 0;
    border-left: 1px solid #eee;
    padding: 10px 0 !important;
    color: #333;
    border-top: 1px solid #eee;
    z-index: 5;
    text-align: center;
  }

  .search-block .search-input input {
    padding: 32px 20px;
  }

  main .filter {
    margin: 40px 0 0;
  }
  main .filter .drop-filter {
    position: relative;
    margin-top: 15px;
  }
  main .filter .drop-filter select {
    margin-top: 15px;
    width: 100%;
  }

  .success-items {
    padding: 0;
  }
  .success-items .title {
    text-align: center !important;
    margin-bottom: 10px;
  }
  .success-items .price {
    text-align: center !important;
    margin-bottom: 10px;
  }
  .success-items .details {
    padding: 0;
    text-align: center !important;
    margin-top: 20px;
  }
  .success-items ul {
    text-align: center;
  }
  .success-items .img-cabinet {
    float: none;
    margin-right: 0;
  }

  .success-details span {
    float: none;
    display: block;
  }

  .category .all-category div {
    padding: 10px 25px;
  }

  .cabinet .img-cabinet {
    margin-top: 20px;
  }

  .cabinet .title {
    margin-top: 25px !important;
    margin-bottom: 10px !important;
  }

  .cabinet .details {
    display: block;
    padding: 0;
  }

  .cabinet .panel-body {
    text-align: center;
  }

  .login-cabinet {
    padding: 50px 0 50px 0;
  }

  .sl-wrapper .sl-image .sl-caption {
    bottom: -40px;
    background: #fff !important;
  }

  .home-slider {
    text-align: center;
  }
  .home-slider h2 {
    margin: 50px 0 0 0;
  }
  .home-slider .slider-img-pos {
    display: block;
    height: auto;
  }
  .home-slider .slider-img {
    width: auto !important;
    height: 150px;
    margin: 30px auto;
  }
  .home-slider .stock {
    top: 92%;
    right: -29px;
  }

  html {
    overflow: auto;
  }

  header {
    height: 65px;
  }
  header .login-btn {
    padding: 30px 0;
  }
  header .right {
    padding-right: 0;
    top: 0;
  }
  header .right .search-btn {
    padding: 23px 5px 20px 10px;
    margin: 0;
  }
  header .right .cart {
    padding: 20px;
  }
  header .right .cart span {
    display: none;
  }
  header .mobile-menu {
    display: block;
  }
  header .left {
    position: relative;
    text-align: left;
  }
  header .left .logo img {
    margin: 13px 0 0 75px;
    width: 30px;
  }
  header .center {
    display: none;
  }

  .category-show-mobile .category {
    opacity: 1;
    visibility: inherit;
    top: 0;
    z-index: 20;
    overflow: auto;
  }
  .category-show-mobile .category .container ul {
    opacity: 1;
    top: 0;
  }

  .category {
    position: fixed;
    width: 100%;
    height: 100%;
  }
  .category .close-mobile {
    display: block;
  }
  .category .container ul {
    padding: 0 10px;
  }
  .category .container ul li.title {
    margin-bottom: 10px;
    margin-top: 20px;
  }

  .menu-show .menu-mobile {
    opacity: 1;
    visibility: inherit;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .cart-show {
    left: 0 !important;
  }

  .cart-block {
    width: 100%;
    right: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }

  .cart-show .cart-block {
    opacity: 1;
    visibility: inherit;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .cart-block .cart-content .content ul li .cart-img-product {
    width: 60px;
    height: 60px;
    padding: 5px;
  }

  .cart-block .cart-content .content ul li .cart-product {
    width: 185px;
    margin-bottom: 40px;
  }

  .cart-block .cart-content .footer-cart {
    padding-bottom: 0;
    padding-top: 10px;
  }

  .cart-block .cart-content .footer-cart .total {
    padding-bottom: 10px;
  }

  .cart-block .cart-content .content {
    padding-bottom: 250px;
    overflow-y: auto;
    overflow-x: hidden;
  }

  main .left img {
    max-width: 100%;
    max-height: 100%;
  }

  main .right {
    height: auto;
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 50px 15px;
    background: #FBFBFB;
  }

  main .left {
    height: 250px;
    padding: 25px 0;
  }

  footer .col-md-3 {
    margin-bottom: 40px;
  }
  footer .col-md-3:last-child {
    margin-bottom: 0;
  }

  main .card-block .card-img .gallery a {
    width: 45px;
    height: 45px;
    display: block;
    padding: 5px 0;
  }

  main .card-block .card-img .gallery .pagination {
    width: 50px;
  }

  main .card-block .card-img .gallery .index-img {
    padding: 20px 50px 20px 50px;
  }

  main .card-block .card-img {
    height: 300px;
  }

  main .card-block .details {
    padding-top: 10px;
    text-align: center;
  }

  main .card-block .stock {
    top: 28px;
  }

  main .card-block .details {
    padding-top: 10px;
    text-align: center;
  }

  main .breadcrumb-bg {
    display: none;
  }

  main .card-bg {
    border-top: 0;
  }

  main .card-description .nav li {
    margin: 0 10px;
  }

  main .popular {
    padding: 50px 0 0 0;
  }
}

/*# sourceMappingURL=main.css.map */

.cart-product .color-product,
.color-product{display:none!important}