/**
 * ------------------------------------------------------------------------------------------------------
 * Custom styles goes here
 * ------------------------------------------------------------------------------------------------------
**/

.mds .modal-dialog {
  /*    width: 334px; */
}

.header-page .relat__disp__left, header .relat__disp__left {
  top: 110px;
}
@media screen and (max-width: 767px) {
  header .container-header {
    top: 380px;
  }
  /*header .logo-header img {
    top: 122px;
  }*/
  .header-page {
    height: 375px;
  }
  .header-page .logo-header img {
    top: 130px;
  }
  header .detailed-header-r {
    top: 300px;
  }
  .header-page .detailed-header-r {
    top: 295px;
  }
  .home .header-page .detailed-header-r {
    top: 245px;
  }
}

.about-two iframe {
  margin: 20px auto;
  display: block;
  padding: 0 20px;
}

.about-two {
  margin-bottom: 80px;
}

.about-two .table-responsive {
  width: 40%;
  margin: 45px auto;
}

@media screen and (max-width: 1200px) {
  .about-two .table-responsive {
    width: 54%;
  }
}

@media screen and (max-width: 991px) {
  .about-two .table-responsive {
    width: 70%;
  }
}

@media screen and (max-width: 767px) {
  .about-two .table-responsive {
    width: 95%;
  }
}

@media screen and (max-width: 360px) {
  .about-two .table-responsive>.table>tbody>tr>td {
    padding: 15px 10px 15px 20px !important;
  }
}

.about-two table tbody tr {
  font-family: "Open Sans", sans-serif;
  color: #575756;
  font-size: 17px;
  text-decoration: none;
  padding: 12px 20px;
  margin: 20px 0;
  position: relative;
  background-color: #F3F2F2;
}

.about-two table tbody tr:first-of-type {
  border-radius: 15px 15px 0 0;
}

.about-two table tbody tr:nth-of-type(2) td:last-of-type {
  vertical-align: bottom;
}

.about-two table tbody tr:last-of-type {
  border-radius: 0 0 15px 15px;
}

.about-two table tbody tr td:first-of-type {}

.about-two table tbody tr td p:first-of-type {
  margin: 0 0 20px;
}

.about-two table tbody tr td p:last-of-type {
  margin: 0;
}

.actions_page-one {
  padding-bottom: 80px;
}


/* header a#koshuk var#cart-quantity {
  right: -10px;
} */

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  background-color: RGBA(0, 0, 0, .5);
}

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

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

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}

.modal-backdrop {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: .5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857143;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn+.btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn+.btn {
  margin-left: -1px;
}

.modal-footer .btn-block+.btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  }

  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.modal-dialog .modal-content {
  background-color: #E3E8EA;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.modal-dialog .modal-content .modal-header {
  border: none;
}

.modal-dialog .modal-content .modal-header .modal-title,
.modal-dialog .modal-content .modal-body p {
  font-family: "FranklinGothicBooks";
  color: #000;
}


.reviews-one ul.item-3 li>input[type="text"] {
  text-transform: none;
}

.reviews-one ul.item-3 li>textarea {
  text-transform: none;
}

/*
@media screen and (max-width: 1600px) {
  #menu-left ul li a p {
    display: inline-block;
    padding-left: 5px;
    line-height: 16px;
  }
}

@media screen and (max-width: 1600px) {
  .hideunder1600 {
    display: none !important;
  }
}


#menu-left {
  transition: width 2s;
  -webkit-transition: width 2s;
  /** Chrome & Safari **/
  -moz-transition: width 2s;
  /** Firefox **/
  -o-transition: width 2s;
  /** Opera **/

}
*/


/* YouTube Responsive CSS for HubSpot */


iframe,
object,
embed {
  max-width: 100%;
  max-height: 100%;
}

.block-one .block .item p {
  line-height: 2rem;
}

.block-three {
  padding-bottom: 35px;
}

.service-one table {
  width: 100%;
  padding: 0;
}

.table {
  margin: 0;
}

.table-responsive {
  border-radius: 15px;
  margin: 56px auto 23px;
  border: 0;
}

@media screen and (max-width: 767px) {

  .table-responsive>.table>thead>tr>th,
  .table-responsive>.table>thead>tr>td,
  .table-responsive>.table>tbody>tr>th,
  .table-responsive>.table>tbody>tr>td,
  .table-responsive>.table>tfoot>tr>th,
  .table-responsive>.table>tfoot>tr>td {
    white-space: normal !important;
    padding: 15px 10px 15px 45px !important;
  }
}

table tbody tr {
  font-family: "Open Sans", sans-serif;
  color: #575756;
  font-size: 15px;
  text-decoration: none;
  padding: 15px 45px;
  position: relative;
  background-color: #fff;
}

.table>tbody>tr>td {
  border: 0;
  padding: 15px 0 15px 45px !important;
}

table tbody tr:first-of-type {
  padding: 15px 0 !important;
}

table tbody tr:first-of-type td {
  color: #575756;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: .8px;
  font-family: "Open Sans", sans-serif;
  font-size: 17px;
  vertical-align: inherit;
}

table tbody tr:nth-of-type(2n) {
  background-color: #FFFFFF;
}

table tbody tr:nth-of-type(2n+1) {
  background-color: #F3F2F2;
}

.table-striped>tbody>tr:nth-of-type(2n+1) {
  background-color: #F3F2F2;
}

table tbody tr:last-of-type {
  border-radius: 0 0 15px 15px;
}

.tabl tbody tr:first-of-type td {
  padding: 3px 23px;
  font-size: 13px;
}

.tabl tbody tr td {
  font-size: 13px;
  color: #00B4DF;
}

.tabl>tbody>tr>td {
  padding: 9px 0 9px 45px !important;
}

.tabl>tbody>tr:first-of-type>td {
  padding: 15px 0 15px 0 !important;
}

.tabls-1 {
  margin: 56px 65px 23px;
}

@media screen and (max-width: 991px) {
  .tabls-1 {
    margin: 56px auto 23px;
  }
}

.block-map iframe {
  border: 0;
  pointer-events: none;
  width: 100%;
  height: 750px;
}

@media screen and (max-width: 1199px) {
  .block-map iframe {
    height: 450px;
  }
}

.text-page ol li,
.text-page ul li,
.text-page ol li p,
.text-page ul li p,
.news-block-two ol li,
.news-block-two ul li,
.news-block-two ol li p,
.news-block-two ul li p {
  line-height: 23px;
  margin: 0 0 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  color: #575756;
}

.news-block-two img {
  margin-top: 17px;
}



.delivery-one .block-left ul.block-form li>input[type="text"] {
  color: #000;
}

.delivery-one .block-left ul.block-form li>select {
  color: #000;
}

.reviews-one .block .item p {
  color: #3B3A3B;
}

.news-one .news .colom p {
  color: #3B3A3B;
}

.actions_page-one .actions_block .news-block-two p {
  color: #3B3A3B;
}

.actions_page-one .item .colom p {
  color: #3B3A3B;
}

.tabl tbody tr:first-of-type td {
  font-size: 16px;
}

.tabl tbody tr td {
  font-size: 15px;
}

.delivery-one .block-right p {
  font-size: 15px;
}

.delivery-one .block-left ul.block-form li ul.tabl-form li .water-one,
.delivery-one .block-left ul.block-form li ul.tabl-form li .water-two {
  font-size: 15px;
}

.delivery-one .block-left ul.block-form li .detailed-cart {
  padding: 10px 15px;
}

.delivery-one .block-left ul.block-form li .input-group-1 input[type="text"],
.delivery-one .block-left ul.block-form li .input-group-2 input[type="text"] {
  font-size: 14px;
}

.delivery-three .ss .panel-body {
  font-size: 15px;
}

.delivery-three .ss .panel-default>.panel-heading {
  border-radius: 20px;
  padding: 10px 10px;
}

.delivery-three ul.tark li p {
  margin: 0 0 15px;
  font-size: 18px;
}

.delivery-one .block-right h3 {
  font-size: 22px;
}

.detailed-block-footer {
  padding: 10px 0 10px;
}

.mds__order .modal-dialog {
  width: 400px;
}

.mds__order .modal-dialog .modal-content .modal-body select {
  padding: 10px 10px;
}

.mds__order .modal-dialog .modal-content .modal-body input[type="text"] {
  padding: 10px 10px;
}

/* JCF */

.jcf-radio {
  border-radius: 50%
}

.jcf-checkbox {
  border-radius: 5px
}

.jcf-radio span {
  display: none;
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: #dae2ee;
  border-radius: 100%
}

.jcf-radio input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0
}

.jcf-radio.jcf-checked span {
  display: block
}

.jcf-checkbox,
.jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  top: -2px;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 2px solid #dae2ee;
  margin: 0 6px 0 0;
  height: 20px;
  width: 20px
}

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 7px;
  width: 12px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"
}

:root .jcf-checkbox span {
  margin: -5px 0 0 -6px
}

.jcf-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0
}

.jcf-checkbox.jcf-checked span {
  display: block
}

.jcf-button,
.jcf-file {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff
}

.jcf-button {
  vertical-align: top;
  border: 1px solid #777;
  margin: 0 10px 10px 0;
  padding: 5px 10px
}

.jcf-button .jcf-real-element {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  outline: none;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0
}

.jcf-file {
  white-space: nowrap
}

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0
}

.jcf-file .jcf-fake-input,
.jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #777;
  line-height: 28px;
  height: 28px
}

.jcf-file .jcf-fake-input {
  text-overflow: ellipsis;
  font-size: 13px;
  width: 125px;
  padding: 0 8px
}

.jcf-file .jcf-upload-button {
  margin: 0 0 0 -1px;
  padding: 0 10px
}

.jcf-scrollable-wrapper {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: relative
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 14px
}

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3
}

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid transparent;
  border-radius: 10px;
  background: #fff;
  margin: 5px 0;
  padding: 10px 0;
  min-width: 150px;
  width: 100%;
}

.catalog-sort .jcf-select {
  margin-bottom: 0;
  margin-left: 1rem
}

.sidebar-mobile .jcf-select {
  width: 100%;
  padding: .8rem 0;
  margin-bottom: 0
}

.sidebar-mobile .jcf-select .jcf-select-opener {
  border-left: 1px solid #c5c5c5
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: transparent;
  width: 40px;
  bottom: 0;
  right: 0;
  top: 0
}

.jcf-select .jcf-select-opener::before {
  content: "\f107";
  font: normal normal normal 14px/1 FontAwesome;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 15px;
  color: #0c3861;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.jcf-select.jcf-drop-active .jcf-select-opener::before {
  content: "\f106";
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  color: #707070;
  margin: 0 42px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

/* City selector */

.city-selector .jcf-select {
  width: 230px;
  margin-left: 92px;
  margin-top: 20px;
  border-color: #ededed;
}
@media screen and (max-width: 1200px) {
  .city-selector .jcf-select {
    position: absolute;
    left: 72px;
    margin-left: 43px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .city-selector .jcf-select {
    left: 215px;
    width: 190px;
  }
}
@media screen and (max-width: 767px) {
  .city-selector {
    text-align: center;
  }
  .city-selector .jcf-select {
    position: relative;
    left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .city-selector .jcf-select:before {
    content: "";
    position: absolute;
    left: -30px;
    top: 8px;
    width: 16px;
    height: 22px;
    background-image: url('../img/icon-location.svg');
    background-repeat: no-repeat;
    background-size: 100%;
  }
}
.city-selector .jcf-select .jcf-select-text {
  font-size: 15px;
  color: #007bc4;
}
.city-selector .jcf-select .jcf-select-opener::before {
  font-size: 20px;
}

/* END City selector */

.jcf-select.jcf-drop-active {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.jcf-select.jcf-drop-active .jcf-select-text {
  color: #222
}

.jcf-select.jcf-drop-active.jcf-drop-flipped {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem
}

.jcf-select-drop.jcf-compact-multiple .jcf-option:before {
  content: "\e925";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 46%;
  left: 1.2rem;
  font-size: 2.1rem;
  color: #888
}

.jcf-select-drop.jcf-compact-multiple .jcf-option img {
  margin-right: 3.9rem
}

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  content: "\e926";
  color: #0893d7
}

body>.jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999
}

body>.jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0
}

.jcf-select .jcf-select-drop {
  position: absolute;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto
}

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #ededed;
  border-bottom-left-radius: 1.5rem;
  border-bottom-right-radius: 1.5rem;
  overflow: hidden
}

.jcf-select-drop.jcf-drop-flipped .jcf-select-drop-content {
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px
}

.jcf-list,
.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  width: 100%
}

.jcf-list {
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px;
  padding: .7rem 0
}

.jcf-list .jcf-list-content {
  overflow: auto
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0
}

.jcf-list .jcf-option,
.jcf-list ul li {
  overflow: hidden;
  display: block
}

.jcf-list .jcf-overflow {
  overflow: auto
}

.jcf-list .jcf-option {
  position: relative;
  white-space: nowrap;
  cursor: default;
  padding: 10px 15px;
  color: #707070;
  font-size: 13px;
  min-height: 14px;
  height: 1%
}

.jcf-compact-multiple .jcf-list .jcf-option {
  padding: 10px 15px 10px 41px
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important
}

.jcf-list-box .jcf-selected,
.jcf-select-drop .jcf-hover {
  background: #e6e6e6;
  color: #000
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: 700;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px
}

.jcf-textarea {
  border: 1px solid #b8c3c9;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  position: relative
}

.jcf-textarea .jcf-scrollbar-horizontal {
  display: none;
  height: 0
}

.jcf-textarea textarea {
  padding: 8px 10px;
  border: none;
  margin: 0
}

.jcf-textarea .jcf-resize {
  position: absolute;
  text-align: center;
  cursor: se-resize;
  background: #e3e3e3;
  font-weight: 700;
  line-height: 15px;
  text-indent: 1px;
  font-size: 12px;
  height: 15px;
  width: 14px;
  bottom: 0;
  right: 0
}

.jcf-textarea .jcf-resize:before {
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  display: block;
  margin: 4px 0 0 3px;
  width: 6px;
  height: 6px;
  content: ''
}

.jcf-number {
  display: inline-block;
  position: relative;
  /* width: 5rem; */
  /* height: 4.5rem */
}

.jcf-number .parsley-errors-list {
  display: none
}

.jcf-number input {
  -moz-appearance: textfield;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
  border: 1px solid #dfdfdf;
  padding: 3px 15px;
  margin: 0;
  width: 100%;
  height: 100%;
  text-align: center
}
.jcf-number input:focus {
  outline: none;
}

.jcf-number input::-webkit-inner-spin-button,
.jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none
}

.jcf-number .jcf-btn-dec,
.jcf-number .jcf-btn-inc {
  position: absolute;
  top: 0;
  cursor: pointer;
  width: 22px;
  height: 100%;
  background-color: #fff;
  border: 1px solid #dfdfdf;
}

.jcf-number .jcf-btn-inc {
  right: -5px;
  border-radius: 0 6px 6px 0;
}

.jcf-number .jcf-btn-dec {
  right: auto;
  left: -5px;
  border-radius: 6px 0 0 6px;
}

.jcf-number .jcf-btn-dec:hover:before,
.jcf-number .jcf-btn-inc:hover:before {
  color: #cd2545
}

.internal-one .actions_block .internal-left-block .internal-cart-block ul.internal-cart li .form-control {
  font-size: 14px;
  padding: 0;
}

/* .jcf-number .jcf-btn-dec.jcf-disabled,
.jcf-number .jcf-btn-inc.jcf-disabled {
  background-color: transparent
} */

.jcf-number .jcf-btn-dec:before,
.jcf-number .jcf-btn-inc:before {
  position: absolute;
  color: #725b5b;
  font: normal normal normal 11px/1 FontAwesome;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.jcf-number .jcf-btn-inc:before {
  content: "\f067";
}

.jcf-number .jcf-btn-dec:before {
  content: "\f068";
}

.jcf-number .jcf-btn-dec.jcf-disabled:before,
.jcf-number .jcf-btn-inc.jcf-disabled:before,
.jcf-number.jcf-disabled .jcf-btn-dec:before,
.jcf-number.jcf-disabled .jcf-btn-inc:before {
  opacity: 0.3
}

.jcf-number.jcf-disabled input {
  background: transparent
}

.jcf-range {
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
  width: 130px
}

.jcf-range .jcf-range-track {
  margin: 0 20px 0 0;
  position: relative;
  display: block;
  height: 10px
}

.jcf-range .jcf-range-wrapper {
  position: relative;
  background: #e5e5e5;
  border-radius: 5px;
  display: block;
  margin: 5px 0
}

.jcf-range.jcf-vertical {
  min-width: 0;
  width: auto
}

.jcf-range.jcf-vertical .jcf-range-wrapper {
  margin: 0;
  width: 10px;
  height: auto;
  padding: 20px 0 0
}

.jcf-range.jcf-vertical .jcf-range-track {
  height: 180px;
  width: 10px
}

.jcf-range.jcf-vertical .jcf-range-handle {
  left: -5px;
  top: auto
}

.jcf-range .jcf-range-display-wrapper {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  left: 10px;
  right: 10px
}

.jcf-range .jcf-range-display {
  border-radius: 5px;
  position: absolute;
  background: #888;
  width: 10px;
  height: 10px
}

.jcf-range .jcf-range-display.jcf-range-min {
  margin: 0 0 0 -10px;
  padding: 0 0 0 10px
}

.jcf-range .jcf-range-display.jcf-range-max {
  margin: 0 -10px 0 0;
  padding: 0 10px 0 0
}

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
  left: auto;
  right: auto;
  top: 10px;
  bottom: 10px
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
  margin: 0 0 -10px;
  padding: 0 0 10px
}

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
  margin: -10px 0 0;
  padding: 10px 0 0
}

.jcf-range .jcf-range-handle {
  position: absolute;
  background: #aaa;
  border-radius: 19px;
  width: 19px;
  height: 19px;
  margin: -4px 0 0;
  z-index: 1;
  top: 0;
  left: 0
}

.jcf-range .jcf-range-mark {
  position: absolute;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 3px;
  top: -7px;
  margin: 0 0 0 9px
}

.jcf-range.jcf-vertical .jcf-range-mark {
  margin: 0 0 9px;
  left: 14px;
  top: auto;
  width: 3px;
  height: 1px
}

.jcf-range .jcf-active-handle {
  z-index: 2
}

.jcf-range.jcf-focus .jcf-active-handle {
  border: 1px solid red;
  margin: -5px 0 0 -1px
}

.jcf-range.jcf-disabled {
  background: 0 0;
  opacity: 0.3
}

.jcf-disabled {
  background: #ddd
}

/* Modal */

.mds_lg .modal-dialog {
  width: 700px;
}
.mds_lg .modal-dialog .modal-content .modal-header {
  padding: 10px 0;
}
.mds_lg .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 20px;
}
.mds_lg .modal-dialog .modal-content .modal-body {
  padding: 25px;
}
@media screen and (max-width: 767px) {
  .mds_lg .modal-dialog {
    width: 90%;
  }
}

/* Modal Cities */

.city-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.city-grid-item {
  width: 25%;
  text-align: center;
  padding: 15px;
}
.city-grid-item a {
  font-size: 16px;
}
@media screen and (max-width: 767px) {
  .city-grid-item {
    width: 50%;
  }
  .city-grid-item a {
    font-size: 13px;
  }
}

/* Product Gallery */

.product-single .internal-one .actions_block .img-block-news {
  height: auto;
  border-radius: 0;
  border: none;
  overflow: visible;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-image {
  border-radius: 50%;
  border: 2px solid #fff;
  -webkit-box-shadow: 1px 1px 10px #959DAF;
          box-shadow: 1px 1px 10px #959DAF;
  overflow: hidden;
}
.product-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 25px;
}
.product-gallery a {
  display: block;
  width: 33.33%;
  text-align: center;
  margin-bottom: 15px;
}
.product-gallery img {
  border-radius: 50%;
  width: 80px !important;
  height: 80px;
  max-width: 100%;
  -webkit-box-shadow: 1px 1px 2px #959DAF;
          box-shadow: 1px 1px 2px #959DAF;
}
@media screen and (max-width: 479px) {
  .product-gallery img {
    width: 60px !important;
    height: 60px;
  }
}


.mds_lg .modal-dialog2 {
  width: 500px;
}

@media screen and (max-width: 600px) {
  .mds_lg .modal-dialog2 {
    width: 100%;
  }
}


a.modal_detailed:hover {
  color:#fff;
}

.cart_font {
  font-size: 15px;
  font-weight: normal;
}


.flinks, .flinks a {
 	color: #004a9b;
	font-size: 15px;
}

.flinks {
 text-align: center;
margin-top: 5px;
}


@media screen and (max-width: 700px) {
.internal-one .actions_block .internal-left-block ul.tabl li b {
    width: 40%;
}

.internal-one .actions_block .internal-left-block ul.tabl li {
    padding: 11px 10px;

}

}
.internal-one .actions_block .internal-left-block ul.tabl li b {
    width: 45%;
}

.internal-one .actions_block .internal-left-block ul.tabl li {
    padding: 11px 30px;
}

.block-one .block .item .posit .icn {
    font-size: 55px;
}

.icon-Ecology::before {
    font-size: 55px;
}


.header-feedback-title {
    color: #004a9b;
}

header a#koshuk p, .header-page a#koshuk p {
    color: #004a9b;
}

.header a#koshuk::before, .header-page a#koshuk::before {
    color: #004a9b;
}

.header-page a#koshuk {
    color: #004A9B;
}