body {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  width: 100%;
  background: #ededed;
}
h1, h2, h3, h4, h5, h6 {
  color: rgba(0,0,0,.87);
  font-weight: normal;
}
hr.full-width {
  margin-left: -30px;
  margin-right: -30px;
}
/* default font size */
.fa {
  font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
  font-size: 33px;
}
h2 {
  font-size: 27px;
}
h3 {
  font-size: 21px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
}
h6 {
  font-size: 10.2px;
}
a {
  color: #e8ba64;
}
a:hover, a:focus {
  color: #be9241;
  text-decoration: underline;
}
p {
  margin: 0 0 15px;
}
legend {
  font-size: 18px;
  padding: 7px 0px
}
label {
  font-size: 12px;
  font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
  font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
  font-size: 12px;
}
.input-group .input-group-addon {
  font-size: 12px;
  height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
  display: inline;
}

.modal-open .modal {
  background: rgba(0, 0, 0, 0.6);
}

.nav-tabs {
  margin-bottom: 15px;
}
div.required .control-label:before {
  content: '* ';
  color: #F00;
  font-weight: bold;
}

textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
  border-color: rgba(82,168,236,.8);
  outline: 0;
  outline: thin dotted \9;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(82,168,236,.6);
}

/* top */
#top {
  overflow: visible;
  height: 35px;
  padding: 5px 30px 0px 15px;
  clear: both;
  margin-bottom: 18px;
}
#top .container {
  padding: 0 20px;
}
nav .nav {
  display: block;
  float: left;
}
nav .nav>li, #top-links .nav>li {
  display: inline-block;
}
nav .nav>li>a, #top-links .nav>li>a {
  color: #828282;
  font-size: 15px;
  font-weight: 400;
  padding: 10px 15px 5px;
  text-decoration: none;
  text-shadow: 0 1px 0 #fff;
}
nav .nav>li>a:focus, nav .nav>li>a:hover,
#top-links .nav>li>a:focus, #top-links .nav>li>a:hover {
  background-color: transparent;
  color: #333;
  text-decoration: none;
}
nav .nav>li:first-child:after,
#top-links .nav>li:last-child:after {
  position: absolute;
  right: -7px;
  top: 4px;
  content: "";
  height: 22px;
  margin: 5px 5px 0 5px;
  border-left: 1px solid #f2f2f2;
}
nav .nav>li:last-child:before {
  position: absolute;
  left: -7px;
  top: 4px;
  content: "";
  height: 22px;
  margin: 5px 5px 0 5px;
  border-left: 1px solid #f2f2f2;
}
.grey-title {
  color: #ababab;
  padding-top: 5px;
  padding-left: 17px;
  padding-bottom: 10px;
}
nav .nav .dropdown-menu {
  margin-top: -37px;
}
nav .nav .dropdown-menu > li {
  font-size: 15px;
}
nav .nav .dropdown-menu>li>a {
  font-size: 14px;
  padding: 8px 15px;
}

/* brands menu */
.all-brands {
  border-top: 1px solid #EAEAEA;
  padding-top: 5px;
}
.dropdown-menu>li.all-brands>a {
  font-weight: 500;
  text-transform: uppercase;
}
.brandNavList, .brandNavList a {
  min-height: 45px;
}
.brandNavList a img {
  max-width: 1px;
  max-height: 1px;
  opacity: .0;
}
.brandNavList a span {
  font-size: 13px;
  opacity: 1;
}
li.material .dropdown-menu>li.brandNavList>a:hover {
  background: rgba(0,0,0,.0);
}
.brandNavList a:hover img {
  opacity: 1;
  max-width: 150px;
  max-height: 45px;
}
.brandNavList a:hover span {
  font-size: 0;
  opacity: 0;
}
.brandNavList a:hover {
  text-align: center;
  padding: 0!important;
}
/* search */
#top-links .nav > li{
  float: right;
}
#top-links > ul > li.dropdown .dropdown-menu {
  margin-top: -37px;
  margin-right: -130px;
  left: auto;
  right: 0;
}
.searchTopCont {
  border: 0px;
  width: 510px;
  height: 65px;
  box-shadow: 0px 2px 6px rgba(0,0,0,0.15);
  border-radius: 2px;
}
#search input {
  padding: 0px 10px;
  height: 42px;
  border: 1px solid #F3F3F3;
  width: 100%;
  color: #b4b4b4;
  text-indent: 30px;
  line-height: 28px;
  font-size: 18px;
  width: 480px;
  margin-right: -12px;
  margin-top: 0px;
}
#search .glyphicon-search {
  margin-right: -35px;
  font-size: 18px;    
  color: #A7A7A7
}
.searchTopCont > li {text-align: center;}

.wrapper-search {display: none;}

/* HEADER */
header {clear: both;}
header .desctop-version > .row {
  margin-left: 15px;
  margin-right: 15px;
}
.phoneContainer {
  float: left;
  padding-top: 13px;
}
header .desctop-version .head-icon {
  float: left;
  width: 48px;
  height: 50px;
  background: #ededed;
  border-radius: 50%;
  text-align: center;
  margin-right: 12px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.15);
}
header .desctop-version .head-icon .glyphicon {
  font-size: 25px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 48px;
}
header .desctop-version .phoneContainer .phone-conteiner {
  height: 48px;
  float: left;
}
header .desctop-version .phoneContainer .phone-conteiner .phone {
  font-size: 20px;
  font-weight: 500;
  color: #828282;
  margin-top: 4px;
}
header .desctop-version .phoneContainer .phone-conteiner .small-text {
  font-size: 12px;
  font-weight: 400;
  color: #9f9f9f;
  margin-top: -3px;
}
.basketContainer {
  width: 260px;
  float: right;
  height: 82px;
  background: #f7f7f7;
  border-radius: 2px;
}
.basketBg {
  width: 244px;
  height: 66px;
  background: #FFF;
  margin: 8px;
  border-radius: 2px;
  box-shadow: 0px 1px 3px rgba(0,0,0,0.08);
  padding-top: 7px;
  padding-left: 30px;
}
header .desctop-version .basketContainer .basket-conteiner {
  height: 48px;
  float: left;
}
header .desctop-version .basketContainer .basket-conteiner .basket {
  font-size: 20px;
  font-weight: 500;
  color: #828282;
  margin-top: 4px;
}
header .desctop-version .basketContainer .basket-conteiner .total-text {
  font-size: 12px;
  font-weight: 400;
  color: #9f9f9f;
  margin-top: -3px;
}
#cart-total-count {
  color: #333;
}
header .desctop-version .basketContainer .basket-conteiner .total-text b.accent {
  color: #C39847;
  font-weight: bold;
}
#cart > a:hover, #cart > a:focus, #cart > a:active {
  color: inherit;
  text-decoration: none;
}
.mobile-version {display: none;}
/* logo */
#logo {
  margin: 0 0 10px 0;
}
#logo img {
  display: inherit;
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .input-lg {
  height: 40px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 10px 35px;
  text-shadow: 0 1px 0 #FFF;
}

.search-page-input {
  margin-bottom: 30px;
}
#input-search {
  padding: 0px 10px;
  margin-top: 0px;
  height: 42px;
  border: 1px solid #F3F3F3;
  width: 100%;
  color: #b4b4b4;
  text-indent: 30px;
  line-height: 28px;
  font-size: 18px;
}
.search-page-input span.glyphicon-search {
  position: absolute;
  left: 25px;
  top: 12px;
  font-size: 18px; 
  color: #A7A7A7;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart > .btn {
  font-size: 12px;
  line-height: 18px;
  color: #FFF;
}
#cart.open > .btn {
  background-image: none;
  background-color: #FFFFFF;
  border: 1px solid #E6E6E6;
  color: #666;
  box-shadow: none;
  text-shadow: none;
}
#cart.open > .btn:hover {
  color: #444;
}
#cart .dropdown-menu {
  background: #eee;
  z-index: 1001;
}
#cart .dropdown-menu {
  min-width: 100%;
}
@media (max-width: 478px) {
  #cart .dropdown-menu {
    width: 100%;
  }
}
#cart .dropdown-menu table {
  margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
  min-width: 427px;
  padding: 0 10px;
}
@media (max-width: 478px) {
  #cart .dropdown-menu li > div {
    min-width: 100%;
  }
}
#cart .dropdown-menu li p {
  margin: 20px 0;
}
/* menu */
.navigation_container {
  border-bottom-color: #CCC;
}
ul.primary_nav {
  list-style: none;
  padding: 10px 5px 0 5px;
  border-bottom: 1px solid #f0f0f0;
  margin-right: 0px;
  overflow: visible;
  height: 63px;
}
ul.primary_nav > li {
  margin-right: 3px;
  display: inline-block;
  border-bottom: 3px solid transparent;
}
.primary_nav > li.active, .common-home li.home {
  border-bottom: 3px solid #C39847;
}
.primary_nav > li:hover {
  border-bottom: 3px solid #fff3b9;
}
nav .primary_nav > li > a {
  display: block;
  line-height: 100%;
  text-decoration: none;
}
ul.primary_nav > li > a {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  padding: 17px 13px;
  color: #474747;
}

/* dropdown menu */
.dropdown-toggle:active, .open .dropdown-toggle {
  outline: 0;
}
ul.primary_nav>li.dropdown .dropdown-menu {
  margin-top: -50px;
}
li.material .dropdown-menu {
  border: 0;
  border-radius: 2px;
}
ul.primary_nav>li.dropdown .dropdown-menu li {
  display: block;
}
.dropdown-menu>li>a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 18px;
  color: #333;
  white-space: nowrap;
}
li.material .dropdown-menu>li>a {
  border-left: 2px solid #fff;
}
ul.primary_nav>li.dropdown .dropdown-menu>li>a {
  font-size: 16px;
  padding: 10px 20px;
}
li.material .dropdown-menu>li>a:hover, li.material .dropdown-menu>li>a.active {
  border-left: 2px solid #c39847;
  background: rgba(0,0,0,.02);
  color: #333;
}
.base-title {
  padding-top: 11px;
  padding-left: 19px;
  padding-bottom: 15px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
}
.gold {
  color: #dcc346;
}
.dropDownTitle {
  border-bottom: 1px solid #eaeaea;
}
/* content */
#content {
  min-height: 400px;
  padding: 0 30px;
  margin-bottom: 20px;
  background-color: #fff;
}
#column-left + #content {
  padding: 0 15px;
}
.mainContainer {margin: 30px 0 0 0;}
#content img {max-width: 100%;}

body[class*="information"] #column-right,
body[class*="blog"] #column-right {
  border-left: 1px solid #EAEAEA;
  padding: 0;
  margin-bottom: 30px;
}
body[class*="information"] #column-left,
body[class*="blog"] #column-left {
  border-right: 1px solid #EAEAEA;
  padding: 0;
  margin-bottom: 30px;
}
body[class*="information"] .breadcumbCont,
body[class*="blog"] .breadcumbCont {
  margin-bottom: 0;
}
body[class*="information"] #content h2,
body[class*="blog"] #content h2 {
  margin-top: 30px;
}
body[class*="information"] #column-right > div:first-child .module-title,
body[class*="blog"] #column-right > div:first-child .module-title {
  margin-top: 15px;
}

/* HOME PAGE */
.common-home #content {
  padding: 0;
}
.common-home #content > div:first-child {
  margin-top: 50px;
}
.common-home #content > .row {
  margin-left: 0;
  margin-right: 0;
}
.common-home #content > h1,
.common-home #content > h2,
.common-home #content > h3 {
  padding-left: 15px;
  padding-right: 15px;
}
.common-home .cat_description {
  padding: 0 30px;
}
.section_container > .row {
  margin-left: 0;
  margin-right: 0;
}
/* footer */
.container-footer {
  padding: 25px 15px;
  border-top: 1px solid #dedede;
  overflow: auto;
  background: #f3f3f3;
}
.container-footer > .row {
  margin-left: 0;
  margin-right: 0;
}
.footerFootSide {
  min-height: 70px;
  background: #2f2f2f;
  padding: 0 15px;
  color: #fff;
}
.container-footer h4 {
  font-size: 24px;
  color: #666;
  padding-bottom: 20px;
  padding-left: 15px;
  font-weight: normal;
}
.container-footer .foot_top_left {
  border-right: 1px solid #DEDEDE;
  box-sizing: border-box;
}
.container-footer .foot_top_left h4 {
  padding-left: 0;
}
.foot_extra_nav {
  list-style: none;
  padding: 28px 0 0 0;
  margin: 0;
}
.foot_extra_nav li {
  display: inline-block;
  margin-right: 8px;
}
.foot_extra_nav li a {
  color: #fff;
  font-size: 14px;
}
.ffs_right p, .ffs_right p a {
  margin-bottom: 0;
  font-size: 13px;
  color: #fff;
  text-align: right;
}
.ffs_right p:first-child {
  padding-top: 28px;
}
.footerFootSide .ffs_right a {
  color: #fff7c8;
}
.footerFootSide .ffs_right a:hover {
  text-decoration: underline;
}
.foot_top_right .cont_containet {
  padding: 0 0 25px 0;
  border-bottom: 1px solid #dedede;
}
.foot_top_right h5 {
  font-size: 18px;
  text-align: left;
  margin: 0 10px 10px 0;
  display: block;
  color: #60817a;
}
.cont_foot_icon {
  float: left;
  width: 43px;
  height: 43px;
}
.cont_foot_text {
  float: left;
  padding-left: 15px;
  font-size: 14px;
  padding-top: 2px;
  color: #60817a;
}
.soc_containet {
  padding-top: 20px;
  overflow: auto;
}
ul.social {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.social li {
  float: left;
  width: 18%;
  padding: 0px;
  margin: 0px;
  text-align: center;
  margin-left: 1%;
  margin-right: 1%;
}
ul.social li a {
  display: block;
  width: 38px;
  height: 38px;
  margin: 0 auto;
}
ul.social li a img {
  max-width: 100%;
}
.google-app-link {
  background: #000; 
  width: 47%; 
  float: left; 
  display: block; 
  border-radius: 10px; 
  text-align: center;
}
.appstore-link {
  opacity: 0.2; 
  background: #000; 
  width: 48%; 
  float: right; 
  display: block; 
  border-radius: 10px; 
  text-align: center;
}
.google-app-link img,
.appstore-link img {
  max-width: 40px;
}
.clearPad {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.mainH1st {
  text-align: right;
  font-size: 24px;
  padding-right: 15px;
  margin-top: 20px;
  margin-bottom: 15px;
  font-weight: 400;
}
.section_container > section {
  padding: 0px;
  overflow: visible;
  background: #fff;
  min-height: 540px;
  margin: 0 auto;
}
.section_container > section > .container {
  width: 100% !important;
}
.section_container > section, .footer_container footer {
  box-shadow: 0px 2px 6px rgba(0,0,0,0.25);
}

/* SCROLLER */
#scroller {
  position: fixed;
  z-index: 1000;
  bottom: 25px;
  left: 25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background: #fff;
  text-align: center;
  font-size: 20px;
  color: #989898;
  padding-top: 10px;
  border-radius: 50%;
  box-shadow: 0 1px 2px rgba(0,0,0,.05);
  opacity: .65;
  display: none;
}
#scroller i {
  font-size: 22px;
}
#scroller:hover{
  box-shadow:0 2px 6px rgba(0,0,0,.35);
  color:#444;
  opacity:1
}
/* alert */
.alert {
  padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcumbCont {
  margin-bottom: 15px;
  padding-bottom: 5px;
  padding-top: 10px;
  overflow: auto;
  border-bottom: 1px solid #f0f0f0;
}
ul.breadcrumb {
  display: inline-block;
  overflow: hidden;
  width: 100%;
  padding: 22px 0px 21px 15px;
  margin: 0px;
  list-style: none;
  background-color: transparent;
}
ul.breadcrumb li {
  padding: 0px 14px;
  font-size: 14px;
  text-transform: none;
  display: inline-block;
  list-style: none;
  background: url(../image/arrow.png) no-repeat -10px -1px;
}
ul.breadcrumb li:first-child {
  padding-left: 0px;
  background: none;
}
ul.breadcrumb li:last-child{
  color: #a0a0a0;
  font-weight: 400;
}
ul.breadcrumb li a {
  color: #be9241;
  text-decoration: none;
}
.breadcrumb>li+li:before {display: none;}

/* PAGINATION */
.pagination {
  list-style: none;
}
.pagination>li.active>span {
  margin-left: 3px;
  margin-right: 3px;
  padding: 4px 10px;
  box-shadow: none;
  color: #c39847;
  border: 1px solid #c39847;
  border-radius: 2px;
  background: #fff;
}
.pagination>li>a {
  margin-left: 3px;
  margin-right: 3px;
  padding: 4px 10px;
  min-height: 28px;
  color: #8e8e8e;
  border: 1px solid #fff;
  background: #fff;
  border-radius: 2px;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
  color: #c39847;
  background: #fff;
  border-color: #c39847;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover {
    color: #8e8e8e;
    background-color: #fff;
    border-color: #8e8e8e;
}
.pagination>li:last-child>a, .pagination>li:last-child>span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}
.pagination>li:first-child>a, .pagination>li:first-child>span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}
/* buttons */
.buttons {
  margin: 1em 0;
}
.btn {
  padding: 7.5px 12px;
  font-size: 12px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
  font-size: 9px;
}
.btn-sm {
  font-size: 10.2px;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
  font-size: 12px;
}
.btn-group > .btn-xs {
  font-size: 9px;
}
.btn-group > .btn-sm {
  font-size: 10.2px;
}
.btn-group > .btn-lg {
  font-size: 15px;
}
.btn-default {
  background: #EEEEEE;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.12);
  color: #999;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #DDDDDD;
  background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
  background-repeat: repeat-x;
  border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border-color: #1f90bb #1f90bb #145e7a;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  background-color: #1f90bb;
  background-position: 0 -15px;
}
.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #da4f49;
  background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
  background-repeat: repeat-x;
  border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
  color: #FCFCFC;
  box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #76BA27;
  background-image: linear-gradient(to bottom, #76BA27, #66af11);
  background-repeat: repeat-x;
  border-color: #9AD754;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
  box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #df5c39;
  background-image: linear-gradient(to bottom, #e06342, #dc512c);
  background-repeat: repeat-x;
  border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
  background-image: none;
  background-color: #df5c39;
}
.btn-link {
  border-color: rgba(0, 0, 0, 0);
  cursor: pointer;
  color: #23A1D1;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
  box-shadow: none;
}
.btn-link:active, .btn-link:active:focus, .btn-link:focus {
  outline: none;
}
.btn-inverse {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #363636;
  background-image: linear-gradient(to bottom, #444444, #222222);
  background-repeat: repeat-x;
  border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
  background-color: #222222;
  background-image: linear-gradient(to bottom, #333333, #111111);
}
.btn-lg {
  font-size: 16px;
  padding: 12px 20px;
}
.btn-non-style {
  box-shadow: none;
  background: transparent;
  border: none;
}
.btn-non-style:active, .btn-non-style:hover, .btn-non-style:focus, .btn-non-style:active:focus {
  box-shadow: none;
  background: transparent;
  border: none;
  outline: none;
}

.itemToCart {
  font-size: 18px;
  color: #8dc63f;
  padding: 14px 50px;
  border: 1px solid #8dc63f;
  border-radius: 2px;
  background: #fff;
  margin-right: 20px;
}
.itemToEmail {
  font-size: 18px;
  color: #ffc000;
  padding: 14px 25px;
  border: 1px solid #ffc000;
  border-radius: 2px;
  background: #fff;
}

.itemToCart:hover, .itemToCart:focus, .itemToCart:active:focus {
  background: #8dc63f;
  color: #fff;
  text-decoration: none;
  outline: none;
}
.itemToEmail:hover, .itemToEmail:focus, .itemToEmail:active:focus {
  background: #ffc000;
  color: #fff;
  text-decoration: none;
  outline: none;
}

/* list group */
.list-group a {
  border: 1px solid #DDDDDD;
  color: #888888;
  padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
  color: #444444;
  background: #eeeeee;
  border: 1px solid #DDDDDD;
  text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
  color: #FFFFFF;
  text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
  content: '\f053';
  font-family: FontAwesome;
}
.carousel-control .icon-next:before {
  content: '\f054';
  font-family: FontAwesome;
}

/* CATEGORY PAGE*/

/* main category */
.category-wrap .product-grid {
  height: auto;
}
.category-wrap .product-grid:hover {
  height: auto;
  margin-bottom: 0;
}
.category-wrap .product-thumb .image {
  min-height: 190px;
}
.category-wrap .product-thumb .caption {
  min-height: auto;
  padding: 15px;
}
.category-wrap .product-thumb .caption h4 {
  margin: 0;
  text-align: center;
}
.category-wrap .product-thumb .caption h4 a {
  font-size: 16px;
  color: #888;
  text-decoration: none;
}
.category-top-line {
  overflow: visible;
  min-height: 80px;
  margin-left: 0;
  margin-right: 0;
}
.category-top-line + .row {
  margin-top: 20px;
}
.category-top-line h1 {
  font-size: 32px;
  font-weight: lighter;
  color: #444;
}
.category-description {
  padding: 0 15px;
  margin-bottom: 30px;
}
.content-bottom {
  margin: 0 -15px;
}
/* sort block */
.sort-block {
  float: right;
  list-style: none;
  padding: 20px 0 0 0;
}
.sort-block li {
  float: left;
  padding: 5px 25px;
}
.sort-block li a {
  color: #333;
}
.sort_subtitle {
  font-size: 11px;
  color: #999;
}
.sort-block li .dropdown-menu {
  margin-top: -45px;
}
.sort-block li .dropdown-menu li {
  width: 100%;
  float: none;
  padding: 0;
}
.sort-block li .dropdown-menu li a {
  padding: 10px 15px;
}

/* product list */
.product-grid {
  z-index: 5;
  height: 380px;
  overflow: hidden;
}
.product-grid:hover {
  height: 530px;
  margin-bottom: -150px;
  z-index: 11;
}
.product-thumb {
  background: #fff;
  border-top: 1px solid rgba(0,0,0,0.0);
  margin-bottom: 10px;
}
.product-thumb:hover {
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.20);
  border-radius: 4px;
  border-top: 1px solid rgba(0,0,0,0.07);
}
.product-thumb .image {
  text-align: center;
  min-height: 260px;
  max-height: 300px;
}
.product-thumb .image a {
  display: block;
}

.product-thumb .image img {
  margin-left: auto;
  margin-right: auto;
}
.product-grid .product-thumb .image {
  float: none;
}

.product-thumb .caption {
  padding: 0 10px;
  min-height: 45px;
}
.product-thumb .item_desc_left {
  float: left;
  width: 50%;
}
.product-thumb:hover .item_desc_left {
  opacity: 1;
}
.item_desc_left {
  opacity: 0.5;
}
.itemSKU {
  font-size: 16px;
  color: #AAAAAA;
}
.itemStock.exist {
  font-size: 12px;
  color: #6d9d31;
}
.itemStock.preorder {
  font-size: 12px;
  color: #fb4d0b;
}
.itemStock.not-stock {
  font-size: 12px;
  color: #f10606;
}
.product-thumb .item_desc_right {
  float: right;
  width: 50%;
}
.itemPriceCur {
  font-size: 12px;
  text-align: right;
  color: #D42F5D;
}
.itemPrice {
  font-size: 24px;
  font-weight: 300;
  text-align: right;
  margin-top: -5px;
  color: #7c7c7c;
}
.item_long_desc {
  background: #FFF;
  padding: 10px 15px;
  border-bottom: 1px solid #EDEDED;
  border-top: 1px solid #EDEDED;
  margin-bottom: 0;
  font-size: 13px;
  color: #606060;
}
.item_bue_block {
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #fff;
  border-top: 1px solid #ededed;
}
.item_bue_block .itemLearnMore, .item_bue_block .itemBuyNow {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 500;
}
.item_bue_block .itemLearnMore {
  color: #8a8a8a;
  padding-right: 10px;
}
.item_bue_block .itemBuyNow {
  color: #c39847;
  padding-left: 10px;
  padding-right: 10px;
}
.item_bue_block, .item_long_desc {
  opacity: 0;
}
.product-thumb:hover .item_bue_block, 
.product-thumb:hover .item_long_desc {
    opacity: 1;
}
.homeSlidesItems .owl-carousel {
  margin: 0;
}
.item_long_desc .attr-view {
  margin-bottom: 0;
}
.product-thumb .rating {
  padding-bottom: 10px;
}
.rating .fa-stack {
  font-size: 8px;
}
.rating .fa-star-o {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star-o {
  color: #E69500;
}
h2.price {
  margin: 0;
}
.product-thumb .price {
  color: #444;
}
.product-thumb .price-new {
  font-weight: 600;
}
.product-thumb .price-old {
  color: #d5315f;
  text-decoration: line-through;
  margin-left: 10px;
}
.product-thumb .price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}
.product-thumb .button-group {
  border-top: 1px solid #ddd;
  background-color: #eee;
  overflow: auto;
}

.product-thumb .button-group button {
  width: 60%;
  border: none;
  display: inline-block;
  float: left;
  background-color: #eee;
  color: #888;
  line-height: 38px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.product-thumb .button-group button + button {
  width: 20%;
  border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
  color: #444;
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 1200px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .product-thumb .button-group button, .product-thumb .button-group button + button {
    width: 33.33%;
  }
}

/* PRODUCT PAGE */

.image-additional {
  padding: 0;
}
.thumbnails {
  overflow: auto;
  clear: both;
  list-style: none;
  padding: 0;
  margin: 0;
}
.image-additional-wrap ul li {
  width: 100%;
  padding-left: 15%;
  margin-bottom: 15px;
}
.thumbnail {
  padding: 0;
  border: none;
  margin: 0;
}
.thumbnails > img {
  width: 100%;
  vertical-align: middle;
}
.main-image {
  padding: 0;
}
.product-wrap {
  margin-bottom: 30px;
}
body[class*="product-product"] h1 {
  text-align: left;
  font-size: 18px;
  font-weight: 500;
  margin-top: 15px;
  margin-bottom: 0px;
  line-height: 25px;
}
body[class*="product-product"] .content-top {
  margin: 0 -30px;
}
.product-data {
  overflow: auto;
  margin-bottom: 25px;
}
.product-data .pd-model {
  float: left;
  color: #333333;
  font-size: 14px;
}
.product-data .stock {
  float: left;
  font-size: 14px;
  margin-left: 25px;
}
.product-data .stock.exist {
  color: #6d9d31;
}
.product-data .stock.preorder {
  color: #fb4d0b;
}
.product-data .stock.not-stock {
  color: #f10606;
}
.sortItemParam {
  margin-bottom: 20px;
}
.sortItemParam span {
  font-size: 14px;
  color: #666;
}
.sortItemParam .paramline:after {
  content: ' / ';
  color: #ccc;
}
.sortItemParam .paramline:last-child:after {
  display: none;
}
.rings_sizes {
  padding: 0px 20px;
  display: inline-block;
  line-height: 42px;
  height: 42px;
  border: 1px solid #cccccc;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 25px;
}
.rings_sizes img {
  width: 32px;
  margin-top: -2px;
}
h3.price {
  text-align: left;
  font-size: 42px;
  font-weight: lighter;
  margin-top: 0;
  margin-bottom: 15px;
  color: #7c7c7c;
}
.product-page .price-old {
  color: #d5315f;
  font-size: 28px;
  text-decoration: line-through;
}

.text-share {
  float: left; 
  margin-right: 10px; 
  line-height: 26px;
}
.shareItemBlock {
  clear: both;
  padding-top: 15px;
  border-top: 1px solid rgba(0,0,0,0.07);
  overflow: auto;
}


body[class*="product-product"] .tab-content h3, .rightInfoBlock h3 {
  font-size: 24px;
  font-weight: 100;
  padding-bottom: 10px;
  margin: 0;
}
.tab-content>.tab-pane {
  padding: 0 15px;
}
.tab-content>.tab-pane > .row {
  margin: 0;
}
.tab-content>.tab-pane > .row.m-15 {
  margin-left: -15px;
  margin-right: -15px;
}
#tab-description .col-sm-12.rightInfoBlock {
  padding: 0;
}

/* tabs */
.nav-tabs {
  border-bottom: 1px solid #dedede;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
  border: none;
  border-bottom: 2px solid #c39847;
  color: #c39847;
}
.nav-tabs>li>a {
  padding: 12px 24px;
  border: none;
  color: #999;
  margin-right: 1px;
  line-height: 24px;
}
.nav-tabs>li>a:hover {
  border: none;
  border-bottom: 2px solid #dcdada;
  color: #666;
  background: none;
}
.nav-tabs>li.active>a, .nav-tabs>li>a {
  font-size: 16px;
}

.product-layout #owl-related .owl-wrapper-outer {border:none;border-radius:0;box-shadow: none;}
.product-layout #owl-related .owl-carousel .owl-buttons .owl-prev {left:0;}
.product-layout #owl-related .owl-carousel .owl-buttons .owl-next {right:0;}

.product-layout #owl-random .owl-wrapper-outer {border:none;border-radius:0;box-shadow: none;}
.product-layout #owl-random .owl-carousel .owl-buttons .owl-prev {left:0;}
.product-layout #owl-random .owl-carousel .owl-buttons .owl-next {right:0;}

.product-layout #owl-related .product-grid,
.product-layout #owl-random .product-grid {margin: 0 10px;}
/* VIDEO */
 #video iframe, .pp_inline iframe {
    width:500px;
    height: 344px;
    max-width: 100%;
}
 #video .pp_content{max-height:375px}

/* SIZES */
.pp_inline h3 {
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: none;
  padding-left: 20px;
  padding-right: 20px;
}
.pp_content h3 {
  font-size: 22px;
  margin-bottom: 15px;
  text-transform: none;
  font-weight: 400;
}
.pp_content h3.sizesfirst {
  font-style: normal;
  color: rgb(58, 58, 58);
  padding-top: 20px;
  display: block;
  height: 40px;
  font-size: 32px;
  text-align: left;
  padding-bottom: 45px;
  width: 100%;
  font-weight: 100;
  margin-top: 0;
}
#pp_full_res .pp_inline p {
  font-size: 15px;
  line-height: normal;
  padding-left: 20px;
  padding-right: 20px;
}
.sizetableblock {
  float: left;
  width: 55%;
  font-size: 12px;
}
.sizebgblock {
  float: right;
  width: 44%;
  height: 300px;
  background-image: url(../image/ring-faq-small.jpg);
  background-position: 0px -20px;
  background-repeat: no-repeat;
}
.sizetableblock, .sizetableblock .table {
  padding-left: 20px;
}
.hidden-block {display: none;visibility:hidden;}
@media (min-width: 1200px) {
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-2:nth-child(6n+1),
  #content .col-lg-3:nth-child(4n+1),
  #content .col-lg-4:nth-child(3n+1),
  #content .col-lg-6:nth-child(2n+1) {
    clear:left;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-2:nth-child(6n+1),
  #content .col-md-3:nth-child(4n+1),
  #content .col-md-4:nth-child(3n+1),
  #content .col-md-6:nth-child(2n+1) {
    clear:left;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-2:nth-child(6n+1),
  #content .col-sm-3:nth-child(4n+1),
  #content .col-sm-4:nth-child(3n+1),
  #content .col-sm-6:nth-child(2n+1) {
    clear:left;
  }
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

  #column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

  #column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
  width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
  min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
/*img category*/
.imgcategory .product-thumb.transition > h4 {
  padding-left: 10px;
}

/*sticker*/
.image {
    position: relative;
}
.image .corner_0,
.image .corner_1,
.image .corner_2,
.image .corner_3 {
    height: 57px;
  width: 58px;
    position: absolute;
  z-index: 998;
}
.image .corner_0 {
  left: 0px;
    top: 0px;
}
.image .corner_1 {
  right: 0px;
    top: 0px;
}
.image .corner_2 {
  left: 0px;
    bottom: 0px;
}
.image .corner_3 {
  right: 0px;
    bottom: 0px;
}
.box-product .image .corner_0 img,
.box-product .image .corner_1 img,
.box-product .image .corner_2 img,
.box-product .image .corner_3 img {
  border: none;
    padding: 0px;
}
.box .box-product .image .corner_0 img,
.box .box-product .image .corner_1 img,
.box .box-product .image .corner_2 img,
.box .box-product .image .corner_3 img {
  width: 60%;
}

/* PANEL GROUP */
.panel-group .panel {
  border-radius: 0;
}
.panel-default>.panel-heading {
  color: #0A80C5;
  background-color: transparent;
  border-color: transparent;
  padding: 0;
}
.panel-default {
  border-color: transparent;
  box-shadow: none;
}
.panel-title > a {
  display: block;
  text-decoration: underline;
  padding: 10px 15px;
  background-image: url(../image/toggle.png);
  background-repeat: no-repeat;
  background-position: 97% 13px;
}
.panel-title > a:hover {
  color: #0A80C5;
  text-decoration: none;
}
.panel-default.toggled .panel-title > a {
  text-decoration: none;
  color: #e94639;
  background-position: 97% -12px;
}
.panel-default:hover,
.panel-default.toggled {
  border: 1px dashed rgba(0, 0, 0, 0.09);
}
.panel-group .panel-heading+.panel-collapse>.list-group, 
.panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 1px dashed rgba(0, 0, 0, 0.09);
}
.panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: rgba(0, 0, 0, 0.09);
}
.panel-default p {
  color: rgba(0,0,0,.87);
  font-size: 16px;
  line-height: 150%;
}

/* PREV NEXT PRODUCT */
a.product-next, a.product-prev {
  display: block;
  width: 45%;
  float: right;
  color: #999999;
  text-transform: uppercase;
  font-weight: 500;
  background-color: #FFF;
  box-shadow: none;
  height: 40px;
  line-height: 40px;
  border: 1px solid #f8f8f8;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  margin-top: 12px;
  margin-bottom: 11px;
}
a.product-next {
  margin-left: 5%;
}
a.product-next:hover, a.product-prev:hover {
  background: #FFF;
  text-decoration: none;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.18);
}

/* FAQ PAGE */
.artcle-faq {
  background: rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 20px;
  font-size: 15px;
  text-align: justify;
} 
.artcle-faq a {
  text-decoration: underline;
  color: #00639d;
}
.artcle-faq a:hover {
  text-decoration: none;
}

/* IMAGE CATEGORY */
.rom.imgcategory {
  margin: 0;
}
footer .cat_item {
  text-align: center;
  padding-bottom: 30px;
}
footer .cat_item a {
  display: inline-block;
  text-align: center;
}
footer .cat_item .img {
  margin-bottom: 5px;
  display: block;
  width: 100%;
  height: 60px;
}
footer .cat_item .img img {
  border-radius: 50%;
}
footer .cat_item .url {
  font-size: 15px;
  font-weight: 500;
  color: #999;
}
footer .cat_item:hover .img img {
  box-shadow: 0px 3px 12px rgba(0,0,0,0.18);
}
footer .cat_item:hover .url {
  color: #333;
}
footer .cat_item .url:hover {
  text-decoration: underline;
}

/* BLOG PAGE */

.showcase-list .blog-item {
  overflow: auto;
  margin-bottom: 50px;
  margin-top: 50px;
}
.showcase-list .blog-item:first-child {
  margin-top: 25px;
}

.blog-item-title {
  margin-bottom: 10px;
}
.blog-item-title a {
  font-size: 18px;
  color: #333;
  font-weight: 500;
}
.blog-item-title a:hover {
  color: #be9241;
  text-decoration: underline;
}
.introTextBlog {
  padding-top: 9px;
  margin-top: 9px;
  border-top: 1px solid #d0d0d0;
  font-weight: 400;
  font-size: 16px;
}
.tagLinksContainer {
  padding-top: 4px;
  margin-top: 8px;
  border-top: 1px solid #d0d0d0;
}
.tagLinksContainer .taglinks a, .blog-item-title .time {
  font-size: 11px;
  color: #8e8e8e;
  font-weight: 500;
}
.text-tags {
  font-size: 10px;
  color: #555;
  font-weight: 500;
}

/* OWL CAROUSEL MODULE */
.homeSlidesItems {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  border-bottom: 1px solid #f0f0f0;
}
.homeSlidesItems h2 {
  font-size: 22px;
  margin: 0 0 15px 0;
}
.homeSlidesItems h2 strong {
  font-size: 48px;
  padding-top: 0;
  font-weight: 400;
  display: block;
}
.homeSlidesItems .hsi_desc {
  line-height: 1.6;
  color: #777;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 15px;
}
.link-block a {
  padding: 15px 20px;
  font-weight: 500;
  font-size: 16px;
  border-radius: 3px;
}

/* latest products */
.latest-products h2 strong {
  color: #d42f5d;
}
.latest-products .link-block a {
  border: 2px solid #d42f5d;
  color: #d42f5d;
  background: #fff;
}
.latest-products .link-block a:hover,
.latest-products .link-block a:active {
  border: 2px solid #d42f5d;
  color: #fff;
  background: #d42f5d;
  text-shadow: 0 0 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
}

/* special products */
.special-products h2 strong {
    color: #ffc000;
}
.special-products .link-block a {
  border: 2px solid #ffc000;
  color: #ffc000;
  background: #FFF;
}
.special-products .link-block a:hover,
.special-products .link-block a:active {
  border: 2px solid #ffc000;
  color: #FFF;
  background: #ffc000;
  text-shadow: 0px 0px 0px;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.3);
}

/* special products */
.sets-products h2 strong {
  color: #8920b4;
}
.sets-products .link-block a {
  border: 2px solid #8920b4;
  color: #8920b4;
  background: #fff;
}
.sets-products .link-block a:hover,
.sets-products .link-block a:active {
  border: 2px solid #8920b4;
  color: #fff;
  background: #8920b4;
  text-shadow: 0 0 0;
  box-shadow: 0 2px 6px rgba(0,0,0,.3);
}

/* CATEGORY DESCRIPTION */
.cat_description h1, .content h1, .cat_description h2, .content h2, .cat_description h3, .content h3 {
  color: rgba(0,0,0,.87);
  font-weight: 500;
  margin-bottom: 5px;
  margin-top: 30px;
  line-height: 135%;
}
.cat_description h1, .content h1 {
  font-size: 36px;
}
.cat_description h2, .content h2 {
  font-size: 28px;
  font-weight: normal;
}
.cat_description, .cat_description p {
  color: rgba(0,0,0,.87);
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
}

/* MANUFACTURER LIST */
@media screen and (min-width:768px) and(max-width:991px) {
  .manufacturer-list .col-sm-4:nth-child(3n+1){clear: left;}
}
.manufacturer-block {
  text-align: center;
  margin-bottom: 20px;
  min-height: 105px;
  display: table;
  width: 100%;
  cursor: pointer;
}
.manufacturer-block:hover {
  -moz-transition: all 0.6s;
  -webkit-transition: all 0.6s;
  box-shadow: 0px -7px 16px #d9d9d9;
  border-radius: 3px;
}
.manufacturer-block .image img {
  max-width: 100%;
}
.manufacturer-block .caption {
  display: table-cell;
  vertical-align: middle;
}
.manufacturer-block .image + .caption {
  display: block;
}
.manufacturer-block .caption a {
  display: block;
}
.img-thumbnail-manufacturer {
  display: block;
  margin: 0 auto;
  max-width: 100%
}
.manufacturer-info {
  border-bottom: 1px solid #f0f0f0;
  margin: -15px -30px 20px -30px;
}
.manufacturer-info > div:last-child {
  border-left: 1px solid #f0f0f0;
}
.manufacturer-info ul {
  padding: 25px 0 0 0;
  margin-left: 35px;
  list-style: none;
}
.manufacturer-info ul h2 {
  font-size: 24px;
  font-weight: normal;
}

/* MANUFACTURER INFO */
body[class*="product-manufacturer-info"] .breadcumbCont {
  margin-bottom: 0;
}
body[class*="product-manufacturer-info"] #content {min-height: auto;}
.manufact-desc {
  border-left: 1px solid #EFEFEF;
  min-height: 208px;
}
.manufac-image .image {
  text-align: center;
  margin: 10px 0;
}
.manufacturer-filters {
  border-bottom: 1px solid #EFEFEF;
  margin-bottom: 20px;
}
.filters-desc h2 {
  font-size: 24px;
  margin: 0 0 10px 0;
  color: #333333;
}
.filters-desc ul {
  list-style: none;
  margin: 0 0 0 35px;
  padding: 25px 0;
}

/* REVIEWS */
#content .review-wrap .col-sm-6:nth-child(2n+1) {
  clear: none;
  padding-right: 0;
}
#form-review h3 {
  background: none;
  border: 0;
  color: #000;
  display: block;
  font: 18px/1.2 Helvetica,Arial,sans-serif;
  padding: 0;
  margin: 0 0 10px;
  text-align: left;
  text-transform: none;
}
.count-testimonials {
  line-height: 30px;
  display: inline-block;
  margin-right: 12px;
  font-size: 15px;
  color: #000;
  border-bottom: 2px solid #333;
  margin-bottom: 15px;
  transition-property: color , background;
  transition-duration: .2s;
}
.testimonial-wrapper {
  font: 12px/1.3 Helvetica,Arial,sans-serif;
  margin-bottom: 15px;
}
.testimonial-wrapper-answer {
  margin: 0 0 15px 80px;
}
.user-photo {
  float: left;
  margin-right: 15px;
}
.user-photo img {
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -o-box-shadow: 0 0 2px rgba(0,0,0,.12) , 0 2px 4px rgba(0,0,0,.24);
  box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
}
.testimonial-header {margin-bottom: 2px;}
.testimonial-header .author {
  font-size: 14px;
  font-weight: normal;
  color: #3a609b;
}
.testimonial-header .date {
  font-size: 11px;
  color: #a3a3a3;
  margin: 0 0 0 6px;
}
.testimonial-wrapper .testimonial-body {
  font-size: 14px;
  line-height: 20px;
  word-wrap: break-word;
  margin-bottom: 7px;
  color: #363636;
  position: relative;
  margin-left: 50px;
}
.testimonial-wrapper .testimonial-image {
  margin-top: 10px;
  margin-left: 50px;
}
.testimonial-wrapper .testimonial-image img {
  max-height: 300px;
  width: auto;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -o-box-shadow: 0 0 2px rgba(0,0,0,.12) , 0 2px 4px rgba(0,0,0,.24);
  box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
}
.testimonial-wrapper .testimonial-image img:hover {
  background: #333;
  -o-box-shadow: 0 0 4px rgba(0,0,0,.14) , 0 4px 8px rgba(0,0,0,.28);
  box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);
}
#form-review .user-photo img {
  width: 45px;
  height: 45px;
  margin-bottom: 0;
}
.reply-box {
  margin-left: 40px !important;
}
.reply-box textarea {
  overflow: hidden;
  display: inline;
  box-sizing: border-box;
  height: 80px;
  width: 100%;
  background-color: #fff;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: 1px solid #e1e4e6;
  font-size: 14px;
  padding: 9px 60px 14px 9px;
  resize: none;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -o-box-shadow: 0 0 1px rgba(0,0,0,.01) , 0 2px 1px rgba(0,0,0,.04);
  box-shadow: 0 0 1px rgba(0,0,0,.01), 0 2px 1px rgba(0,0,0,.04);
  transition-property: height;
  transition-duration: .25s;
}
.reply-box textarea:focus {
  border-color: #e1e4e6;
  outline: 0;
  z-index: 2;
  box-shadow: 0 0 5px 3px rgba(95,151,216,.14);
}

.btn-review {
  position: relative;
  z-index: 3;
  background: #424141;
  color: #fff;
  text-align: center;
  font-size: 14px;
  cursor: pointer;
  height: 27px;
  line-height: 25px;
  padding: 0 10px;
  display: inline-block;
  text-shadow: none;
  border: none;
  border-radius: 2px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -o-box-shadow: 0 0 2px rgba(0,0,0,.12) , 0 2px 4px rgba(0,0,0,.24);
  box-shadow: 0 0 2px rgba(0,0,0,.12), 0 2px 4px rgba(0,0,0,.24);
}
.btn-review:hover, .btn-review:active, .btn-review:focus, .btn-review:active:focus {
  color: #fff;
}
.m-15 {
  margin-left: -15px;
  margin-right: -15px;
}
.m-30 {
  margin-left: -30px;
  margin-right: -30px;
}
.review-title {
  background: url('../image/icon_rb_help.png') no-repeat left top;
  font-size: 24px;
  line-height: 30px;
  font-weight: 100;
  margin: 0;
  padding: 10px 0px 10px 50px;
}
/* GOOGLE APPS */
.basHidden {
  display: none;
}
.btnCotBlock {
  width: 100%;
  background: url(../image/bg2.jpg);
  background-position: center;
  height: 147px;
  background-size: cover;
  padding: 0;
  margin-bottom: 30px;
}
.bntMarkets {
  display: block;
  width: 25%;
  height: 67px;
  box-sizing: border-box;
}
.bntMarGoogle {
  margin-top: 40px;
  padding-left: 30px;
  float: left;
}
.bntMarApple {
  margin-top: 40px;
  padding-left: 40px;
  float: left;
}
.btnMobDesc {
  width: 50%;
  float: left;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
.btnMobDesc h3, .btnMobDesc p {
  color: #053a4e;
  text-shadow: 0 4px 6px rgba(0,0,0,.15);
  text-align: right;
  font-weight: 500;
  line-height: normal;
}
.btnMobDesc h3 {
  font-size: 36px;
  padding-top: 24px;
  padding-bottom: 4px;
  margin: 0 30px 0 0;
}
.btnMobDesc p {
  font-size: 20px;
  max-width: 85%;
  float: right;
  margin-right: 30px;
  text-align: right;
}
.bntMarGoogle:hover, .bntMarApple:hover {
  margin-top: 35px;
}
.bntMarkets img {
  box-shadow: 0 4px 12px rgba(0,0,0,.25);
  border-radius: 4px;
  max-width: 100%;
}
.bntMarkets:hover img {
  box-shadow: 0 6px 16px rgba(0,0,0,.45);
}

/* CONTACT PAGE */
#map-container {margin: 30px 0;}
.contactInfoCon {
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.87);
}
.contactInfoCon .form-name {
  font-size: 16px;
  line-height: 24px;
}
.contactFeedBack input.form-control {
  font-size: 15px;
  height: 40px;
  border-radius: 2px;
}
.contactFeedBack textarea.form-control {
  font-size: 15px;
  border-radius: 2px;
}
.contactFeedBack .btn-success {min-width: 210px;}

.contactContent h3 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 3px 0px 37px 0px;
  font-weight: 500;
}
.contactInfoCon .tel > span:first-child {font-weight: bold;}
.contactInfoCon .telephone a {
  color: rgba(0, 0, 0, 0.87);
}
.contactInfoCon .telephone a:hover {
  text-decoration: none;
}
.messeger div > span {
  font-weight: bold;
}
.messeger a { text-decoration: underline; }
.ContactsSocial {margin: 25px 0;}
.ContactsSocial a { text-decoration: underline; }
.ContactsSocial .vk {
  color: #649fe8;
}
.ContactsSocial .fb {
  color: #4814e8;
}
.ContactsSocial .inst {
  color: #e21c81;
}
.ContactsSocial .youtube {
  color: #e01a1a;
}
/* movie */
.move-5 {
  transition: all 0.5s;
}
.move-8 {
  transition: all .8s;
}

/* MODULE */
.module-title {
  font-size: 22px;
  font-weight: 400;
  color: #444;
  padding-left: 20px;
  margin-top: 50px;
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: solid 1px #ebebeb;
}
/* blog category */
.check_li li, .arrow_li li, .arrow2_li li, .plus_li li, .dash_li li, .circle_li li, .star_li li {
  padding: 2px 0px 2px 20px;
  font-size: 12px;
}
.side_nav {
  list-style: none;
  padding: 0;
  margin: 0;
}
.side_nav li {
  padding-top: 12px;
  padding-bottom: 11px;
  border-bottom: solid 1px #EBEBEB;
  background-position: left 15px;
}
.arrow_li li {
  background: url(../image/list-arrow.png) no-repeat left 8px;
}
.side_nav li {
  background-position: 95% 18px;
  padding-right: 28px;
}
.side_nav li a {
  color: #544F4B;
  text-decoration: none;
  font-size: 15px;
  font-weight: 400;
}
.side_nav li a:hover {
  color: #C39847;
}
.side_nav li.active, .active_el_blog {
  border-left: solid 3px #E8BA64;
}
.side_nav li.active a {
  color: #C39847;
}
/* RESPONSIVE STYLE */

@media screen and (max-width:1199px) { 
  #scroller {
    left: auto;
    right: 25px;
    background: #000;
    color: #fff;
  }
  #scroller:hover {
    color: #fff;
  }
}

@media screen and (min-width:992px) and (max-width:1199px) {
  ul.primary_nav > li > a {padding: 17px 8px;}

  .clearPadLg {padding-left: 0; padding-right: 0;}
  ul.social li a {width: 32px; height: 32px;}
  .google-app-link,
  .appstore-link {width: 40%;float: left;}
  .google-app-link {margin-right: 20px;}
  .google-app-link img,
  .appstore-link img {max-width: 32px;}

  .itemToCart, .itemToEmail {min-width: 200px;margin-bottom: 15px;}
}

@media screen and (min-width:1107px) and (max-width:1199px) { 
  ul.primary_nav > li > a {padding: 17px 14px;}
}
@media screen and (min-width:992px) and (max-width:1106px) { 
  ul.primary_nav>li.dropdown .dropdown-menu {margin-left: -105px;}
}

@media screen and (max-width:991px) {
  ul.primary_nav {height: auto;}
  ul.primary_nav > li {margin-right: 0;}
  ul.primary_nav > li > a {font-size: 12px;padding: 6px 3px;}
  ul.primary_nav>li.dropdown .dropdown-menu {margin-left: -105px;margin-top: -31px;}
  .base-title {font-size: 12px; padding-top: 6px;padding-bottom: 6px;}
  ul.primary_nav>li.dropdown .dropdown-menu>li>a {font-size: 12px;padding: 6px 25px;}

  .container-footer .foot_top_left {border-right: none;}
  .cont_containet > div, 
  .foot_top_right h5, 
  .container-footer h4 {text-align: center;}
  .cont_foot_icon, .cont_foot_text {float: none; display: inline-block; vertical-align: top;}
  .soc_containet h5 {margin: 0 10px 20px 0;}
  ul.social li {margin-bottom: 20px;}
  .google-app-link img, .appstore-link img {max-width: 60px;}

  .foot_extra_nav {text-align: center;}
  .ffs_right p, .ffs_right p a {text-align: center;}
  .ffs_right p:last-child {margin-bottom: 20px;}

  .cat_description h1, .content h1 {text-align: center;}

  .btnCotBlock {
    width: auto;
    background: #053a4e;
    clear: both;
    padding: 35px 15px 25px 15px;
    border-radius: 8px;
    height: auto;
    margin: 0 25px 20px 25px;
  }
  .basHidden {
    display: block;
    text-align: center;
    font-size: 18px;
    line-height: 180%;
    margin-bottom: 20px;
    color: #fff;
  }
  .bntMarGoogle, .bntMarApple {margin-top: 0;padding-left: 0;clear: both; margin-bottom: 25px !important;}
  .bntMarkets {float: none;width: 225px;margin: 0 auto;}
  .btnMobDesc {display: none;}
  .bntMarGoogle:hover, .bntMarApple:hover {margin-top: 0;}
}
@media screen and (min-width:880px) and (max-width:991px) {  
  ul.primary_nav > li > a {font-size: 14px;}
  .base-title {font-size: 14px;}
  ul.primary_nav>li.dropdown .dropdown-menu>li>a {font-size: 14px;padding: 6px 20px;}
}
@media screen and (min-width:768px) and (max-width:991px) { 
  .phoneContainer {display: none;}
  nav .nav>li>a, #top-links .nav>li>a {padding: 10px 8px 5px; font-size: 14px;}
  nav .nav .dropdown-menu>li>a {font-size: 13px;padding: 6px 13px;}
  .itemToCart, .itemToEmail {min-width: 200px;margin-bottom: 15px;}
  
  .zoomcontainer {position: relative;}
  .main-image {padding: 0;}
  .thumbnails {margin-left: -2%;}
  .image-additional-wrap {padding: 0;}
  .image-additional-wrap ul li {width: 23%;padding-left: 0;margin-left: 2%;float: left;}
}
@media screen and (max-width:767px) { 
  .container.section_container {padding-left: 5px;padding-right: 5px;}
  .foot_top_right h5 {margin: 0 10px 20px 0;}
  .cat_description {text-align: left;}
  .cat_description h1, .content h1, 
  .cat_description h2, .content h2, 
  .cat_description h3, .content h3 {font-weight: normal;}

  .desctop-version, #top, .navigation_container, .search-desctop {display: none;}
  .mobile-version, .wrapper-search {display: block;}

  /* responsive navigation */
  .footer-phones {
    text-align: center;
    height: 50px;
    padding-top: 4px;
    background: #888;
    border-bottom: 1px solid #f0f0f0;
  }
  .footer-phones a {
    color: #fffcae;
    text-decoration: none;
    font-size: 14px;
    display: block;
    width: 100%;
    height: 39px;
    margin-top: -4px;
    padding-top: 8px;
  }
  .footer-phones a span.operator {
    text-decoration: none;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
  }
  .footer-phones .pn1 {
    position: relative;
  }
  .footer-phones .pn1:after {
    content: "";
    position: absolute;
    top: 5px;
    right: -15px;
    width: 1px;
    background: #989898;
    height: 30px;
    float: left;
    margin-top: 5px;
  }
  .search-responsive {
    background-color: #e7e7e7;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .wrapper-search > .input-group {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15), 0px -1px 4px rgba(0, 0, 0, 0.10);
  }
  #search-mobile input {
    height: 44px;
    color: #b4b4b4;
    text-indent: 20px;
    font-size: 18px;
    padding: 0px;
    border: 0px;
    margin: 0px;
  }
  #search-mobile .btn-search {
    font-size: 18px;
    color: #ffffff;
    background: #d42f5d;
    height: 44px;
    text-align: center;
    border: 0px;
    margin: 0px;
    padding: 0 31px;
  }

  /* header mobile */
  .header-mobile {margin-bottom: 15px;}
  .nav>li>a:hover, .nav>li>a:focus {
    text-decoration: none;
    background-color: #fdfdfd;
  }
  .categoryMobileBtn, .filterMobileBtn {
    z-index: 999;
    float: left;
  }
  .categoryMobileBtn {
    margin-left: 0%!important;
    width: 100%!important;
    box-shadow: 0 3px 6px rgba(0,0,0,.2);
  }
  .categoryMobileBtn a.l-m {
    height: 70px;
    margin-top: 0;
    line-height: 67px;
    color: #333;
    font-size: 16px;
    border-radius: 0;
    padding-left: 20px;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    width: 85%;
    float: left;
    padding-top: 0;
    padding-bottom: 0;
  }
  .categoryMobileBtn a.busketAdaptive {
    text-align: center;
    margin-top: 10px;
    padding: 0;
    background: #fff;
    height: 70px;
    float: right;
    margin: 0;
    width: 15%;
    display: block;
    border-left: 1px solid rgba(173,173,173,.19);
  }
  .categoryMobileBtn a.l-m, .filterMobileBtn a.l-m {
    box-shadow: none;
  }
  a.l-m .glyphicon-remove, .open a.l-m .glyphicon-menu-hamburger {
    display: none;
  }
  .open a.l-m .glyphicon-remove, a.l-m .glyphicon-menu-hamburger {
    display: block;
    float: left;
    width: 40px;
  }
  a.l-m .glyphicon-menu-hamburger {
    font-size: 21px;
    margin-top: 24px;
  }
  .mobileLogoContainer {
    width: 100%;
    margin-right: -40px;
    padding-left: 15px;
    height: 70px;
    float: left;
    text-align: center;
    padding-right: 10px;
    font-size: 25px;
    padding-top: 16px;
    margin-top: 0;
    line-height: normal;
    text-transform: uppercase;
    color: #878786;
    border-left: 1px solid rgba(173,173,173,.19);
  }
  .mobileLogoContainer .LogoSubTitle {
    font-size: 8.25px;
    font-weight: 600;
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    line-height: normal;
    text-transform: uppercase;
    color: #999;
    letter-spacing: .3px;
  }
  .mobileLogoContainer span {
    color: #e8ba64;
  }
  .nav>li.open>a.l-m:hover, .nav>li.open>a.l-m:focus, 
  .nav>li.open>a.l-m, .nav>li.open>a.l-m {
    background: #636363;
    color: #fff;
  }
  .dropdown-menu.mobMenuContBlock {
    max-height: 360px;
    overflow-y: scroll;
    overflow-x: hidden;
  }
  .open a.l-m .glyphicon-remove {
    font-size: 16px;
    margin-top: 28px;
  }
  .open .mobileLogoContainer, .open .mobileLogoContainer .LogoSubTitle {
    color: #fff;
  }
  .mobMenuContBlock {
    width: 100%;
    min-width: 190px;
    z-index: 9999;
  }
  li#mobileFilterContainer {
    padding: 20px;
  }
  .SecMenuTitle {
    margin-top: 6px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f4f4f4;
    text-align: left;
    padding-left: 18px;
    font-size: 18px;
    font-weight: 500;
  }
  #NewMobileNav .dropdown-menu>li>a {
    padding: 12px 20px;
    font-size: 15px;
    background: #fff;
    color: #242424;
  }
  #NewMobileNav .dropdown-menu>li>a:hover {
    background: #f2f2f2;
    color: #222;
  }
  .mobMenuContBlock>li.active>a {
    font-weight: bold;
    background: #f2f2f2;
    color: #242424;
  }

  .nav>li.filterMobileBtn {
    display: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
    height: 50px;
    background: #fff;
    border-top: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.2);
  }
  .filterMobileBtn a.l-m {
    margin-top: 0;
    height: 50px;
    color: #333;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    padding: 0 15px;
  }
  .mobMenuContBlock {
    width: 100%;
    min-width: 190px;
    z-index: 9999;
  }
  .mobMenuContBlock {
    border-radius: 0;
    margin-top: 0;
  }
  .filterMobileBtn .mobMenuContBlock {
    min-width: 240px;
  }
  body[class*="product-category"] .nav>li.filterMobileBtn {display: block;}

  .mainH1st, ul.breadcrumb {text-align: center;}
  .mainH1st {margin-top: 5px;}
  ul.breadcrumb {padding: 5px 0;}

  #cloud-zoom-big, #cloud-zoom-big:hover, .cloud-zoom-lens, .cloud-zoom-lens:hover {
    display: none!important;
    cursor: default!important;
  }

  .zoomcontainer {position: relative;}
  .main-image {padding: 0;}
  .thumbnails {margin-left: -2%;}
  .image-additional-wrap {padding: 0;}
  .image-additional-wrap ul li {width: 18%;padding-left: 0;margin-left: 2%;float: left;}

}
@media screen and (max-width:639px) { 
  footer .cat_item.col-xs-3 {width: 33.333%;}
  .cont_containet > .col-xs-6 {width: 100%;}
  .foot_top_right h5 {margin: 0 10px 10px 0;}
  .cont_containet > .col-xs-6 h5, .cont_containet > div {text-align: left;}
  .cont_containet > .col-xs-6:last-child h5 {margin-top: 20px;}

  .foot_extra_nav li {padding: 5px 0;}

  .container-footer h4 {padding-left: 0;}
}
@media screen and (max-width:479px) { 
  footer .cat_item.col-xs-3 {width: 50%;}
  .cont_containet > .col-xs-6 h5 {text-align: center;}
}
@media screen and (max-width:379px) { 
  body[class*="product-category"] .category-wrap .col-xs-6, 
  .manufacturer-list .col-xs-6 {width: 100%;}
  
  .common-home .cat_description {padding: 0 15px;}
  .cat_description h2, .content h2 {font-size: 24px;line-height: 125%;}
  .cat_description h1, .content h1 {font-size: 30px;line-height: 125%;}
}
/*.not-empty.rightInfoBlock .payment-delivery-info {margin: 0 -15px;}
.not-empty.rightInfoBlock .payment-delivery-info > .col-md-4 {width: 100%;}*/
@media (min-width: 768px) {
  .container {width: 100%;}
  .manufacturer-info > div:last-child {min-height: 200px;}
  .rightInfoBlock.not-empty .payment-delivery-info > .col-md-4 {width:100%;}
}
@media (min-width: 992px) {
  .container {width: 100%;}
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

/* RESPONSIVE STYLES */
@media screen and (max-width: 767px) {
  .homeSlidesItems > div.text-sl-top {
    text-align: center;
    margin-top: 30px;
  }
  .homeSlidesItems > div.text-sl-bottom {
    text-align: center;
    margin-bottom: 30px;
  }

  #video iframe, .pp_inline iframe {
    width:100%;
    height: 100%;
    max-width: 100%;
  }
  #map-container, .contactFeedBack, .contactContent {
    background: #fff;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
    color: black;
  }
  #map-container {
    margin: 10px 6px;
    padding: 7px;
  }
  .contactFeedBack {
    margin: 20px 6px;
    padding: 10px 15px 20px 15px;
  }
  .contactContent {
    margin: 10px 6px;
    padding: 5px 15px 20px 15px;
  }
  .ContactsSocial {
      border-top: 1px solid #e0e0e0;
      border-bottom: 1px solid #e0e0e0;
      padding: 15px 0px;
  }
  .ContactsSocial span {
    display: block;
    width: 1px;
    height: 1px;
    font-size: 0px;
    margin-bottom: 5px;
  }
  .ContactsSocial strong {
    display: block;
  }

  #content .review-wrap .col-sm-6:nth-child(2n+1),
  #content .form-review-page .col-sm-6:nth-child(2n+1) {padding-left: 0;padding-right: 0;}

  .nav-tabs>li.active>a, .nav-tabs>li>a {font-size: 14px;padding: 10px 14px;}

  a.product-prev {float: left;}
  .sort-block {float: none;}
  .sort-block li {padding-left: 0;}
}
@media screen and (max-width: 620px) { 
  .tab-pane .product-layout.col-xs-6 {width: 100%;}
}
@media screen and (max-width: 550px) {
  .product-layout.col-xs-6 {width: 100%;}
  .category-wrap .product-grid.col-xs-6 {width: 100%;}
  .pp_content h3.sizesfirst {font-size: 26px;}
}
@media screen and (max-width: 500px) {
  .itemToCart {width: 100%;margin-right: 0;margin-bottom: 10px;}
  .itemToEmail {width: 100%;}
  .nav-tabs>li.active>a, .nav-tabs>li>a {font-size: 12px;padding: 7px 8px;}
}
@media screen and (max-width: 479px) {
  .sizetableblock {width: 96%;}
  .sizebgblock {display: none;}
  .pp_content h3.sizesfirst {font-size: 22px;}
  div.pp_default2 .pp_content_container .pp_details {margin-top: 10px;}
  div.pp_default2 .pp_content_container .pp_right {padding-right: 20px;}
}
@media screen and (max-width: 419px) {
  .nav-tabs {border-bottom: none;}
  .nav-tabs>li {float: none;margin-bottom: 0;}
  .nav-tabs>li.active>a, .nav-tabs>li>a {font-size: 16px;padding: 10px 0;}
  .nav-tabs>li>a:hover {border-bottom: none;}

  #tab-description .col-sm-12.rightInfoBlock {padding: 0;}
  #tab-description .rightInfoContainer {padding: 0;}
  .tab-content>.tab-pane {padding: 0;}
}
@media screen and(max-width: 380px) {
  .bntMarkets {width: 215px;}
  .rings_sizes {padding: 0 15px;}
  #boc_order h2, #boc_success h2 {font-size: 21px;}
  #boc_order h3, #boc_success h3 {font-size: 14px;}
}


.row.imgcategory {
  display: flex;
  flex-wrap: wrap;
}

#top-links > ul > li.nav-language {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 10px;
}
#top-links > ul > li.nav-language > a {
  padding-left: 0;
  padding-right: 0;
}
#top-links > ul > li.nav-language > a + a:before {
  content: "/";
  margin-left: -10px;
  padding-left: 5px;
  padding-right: 5px;
  color: #828282;
}
#top-links > ul > li.nav-language > a.active {
  color: #C39847;
}
#top-links > ul > li.nav-language:before {
  position: absolute;
  left: -7px;
  top: 4px;
  content: "";
  height: 22px;
  margin: 5px 5px 0 5px;
  border-left: 1px solid #f2f2f2;
}
.mobile-row-search .flex-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.mobile-lang-wrapper .nav-language {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 5px;
}
.mobile-lang-wrapper .nav-language a {
  color: #828282;
  position: relative;
}
.mobile-lang-wrapper .nav-language a.active {
  color: #C39847;
}
.mobile-lang-wrapper .nav-language a + a:before {
  content: "";
  position: absolute;
  top: -6px;
  width: 100%;
  height: 1px;
  background-color: #828282;
}

.radio-checbox-options {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 10px;
}
.radio-checbox-options .radio {
    margin: 0;
}
.radio-checbox-options .radio input {
    display: none;
}
.radio-checbox-options .radio label {
    border: 1px solid #E9ECEF;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    padding: 5px 8px;
    font-size: 13px;
    background-color: #F8F9FA;
}
.radio-checbox-options .radio label:hover {
    background-color: #ffc000;
}
.radio-checbox-options .radio input:checked + label {
    background-color: #ffc000;
    border-color: #ffc000;
}
