@font-face {
  font-family: "circe-r";
  src: url(../fonts/Circe-Regular.ttf);
}
@font-face {
  font-family: "circe-b";
  src: url(../fonts/Circe-Bold.ttf);
}
@font-face {
  font-family: "circe-l";
  src: url(../fonts/Circe-Light.ttf);
}
body,
* {
  margin: 0;
  padding: 0;
}
body {
  font-family: "circe-r";
}
body.no-scroll {
  overflow: hidden;
}
ul {
  margin: 0;
  list-style-type: none;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
button.s_menu {
  background-color: unset;
  color: #000;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  display: none;
  border: 0;
}
textarea,
input,
button {
  cursor: pointer;
}
textarea:focus,
input:focus,
button:focus {
  outline: 0;
}
.slick-dots {
  position: absolute;
  width: 100%;
  text-align: center;
}
.slick-dots li {
  display: inline-block;
  margin: 0px 5px;
}
.slick-dots li.slick-active button {
  background-color: #F58D2D;
}
.slick-dots li button {
  font-size: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 0;
  background-color: #444B54;
}
.slick-arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  font-size: 0;
  width: 21px;
  height: 35px;
  border: 0;
  margin: auto;
  background: unset;
}
.slick-arrow:hover:after {
  color: #F58D2D;
}
.slick-arrow:after {
  content: "\f104";
  font: normal normal normal 44px/1 FontAwesome;
  color: #000;
}
.slick-arrow.slick-prev {
  left: -50px;
}
.slick-arrow.slick-next {
  right: -50px;
}
.slick-arrow.slick-next:after {
  content: "\f105";
}
.head {
  padding: 25px 0px;
  text-align: center;
  background-color: #F8F8F8;
}
.head ul {
  display: block;
  text-align: center;
  width: 100%;
}
.head ul li {
  font-size: 14px;
  display: inline-block;
  color: #F58D2D;
}
.head ul li a {
  color: #777;
  font-size: 14px;
}
.head ul li a:after {
  content: "\\";
  margin-left: 5px;
  color: #444B54;
}
.head h1 {
  font-size: 24px;
  font-family: "circe-b";
  text-transform: uppercase;
}
header {
  padding: 15px 0px;
}
header .container-fluid {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  justify-content: center;
  align-content: center;
  justify-items: center;
  position: relative;
}
header .container-fluid a.logo {
  width: 163px;
}
header .container-fluid a.logo img {
  width: 100%;
  height: auto;
}
header .container-fluid .btns {
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
  align-items: center;
  justify-content: center;
  display: flex;
}
header .container-fluid .btns .tag {
  position: relative;
}
header .container-fluid .btns .tag .count {
  position: absolute;
  right: -9px;
  top: -6px;
  border-radius: 15px;
  color: #fff;
  background-color: #f58d2d;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
  width: 20px;
  height: 20px;
}
header .container-fluid .btns .dropdown-menu {
  position: absolute;
  right: 100px !important;
  transform: translate3d(-44px, 30px, 0px) !important;
}
header .container-fluid .btns .dropdown-menu a {
  margin-left: 0;
}
header .container-fluid .btns .dropdown-menu a:hover {
  color: #F58D2D;
}
header .container-fluid .btns button {
  background: unset;
  border: 0;
  margin-left: 15px;
}
header .container-fluid .btns button.dropdown-toggle:after {
  content: unset;
}
header .container-fluid .btns a {
  display: inline-block;
  margin-left: 15px;
}
header .container-fluid .btns .cartm {
  position: absolute;
  right: 0px;
  top: 50px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.05);
  z-index: 2;
  width: 400px;
  background-color: #fff;
  padding: 0px 15px;
  height: 0;
  overflow: hidden;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
header .container-fluid .btns .cartm.active {
  height: auto;
  padding: 15px;
}
header .container-fluid .btns .cartm_close {
  position: absolute;
  right: 15px;
  top: 15px;
}
header .container-fluid .btns .cartm_title {
  font-family: "circe-b";
}
header .container-fluid .btns .cartm_list {
  border-top: 1px solid #F8F8F8;
  border-bottom: 1px solid #F8F8F8;
}
header .container-fluid .btns .cartm_foot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
header .container-fluid .btns .cartm_foot a {
  font-size: 14px;
  margin: 0;
  display: inline-block;
  background-color: #F58D2D;
  padding: 4px 14px;
  color: #fff;
  border-radius: 10px;
}
header .container-fluid .btns .cartm_foot a:last-child {
  background-color: #4caf50;
}
header .container-fluid .btns .cartm_sum {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 10px 0px;
  font-size: 14px;
}
header .container-fluid .btns .cartm_sum .all {
  font-family: "circe-b";
  font-size: 16px;
}
header .container-fluid .btns .cartm_item {
  padding: 10px 0px;
}
header .container-fluid .btns .cartm_item-body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
header .container-fluid .btns .cartm_item-img {
  height: 40px;
  flex-basis: 40px;
  flex: 0 0 40px;
  width: 40px;
  max-width: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
header .container-fluid .btns .cartm_item-count {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  flex-direction: row;
  align-items: center;
  text-align: center;
}
header .container-fluid .btns .cartm_item-count button {
  margin-left: 0;
  border: 1px solid #F8F8F8;
  padding: 5px;
  height: 20px;
  width: 20px;
  line-height: 10px;
  margin: 0px 3px;
}
header .container-fluid .btns .cartm_item-count button:hover {
  background-color: #F58D2D;
  border-color: #F58D2D;
  color: #fff;
}
header .container-fluid .btns .cartm_item-name {
  font-size: 12px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-right: auto;
  margin-left: 10px;
}
header .container-fluid .btns .cartm_item-name a {
  margin-left: 0;
}
header .container-fluid .phone {
  margin-left: auto;
  text-align: right;
  padding-top: 10px;
}
header .container-fluid .phone b {
  display: block;
  flex-basis: 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
}
nav.navbar ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  width: 100%;
}
nav.navbar ul li a {
  text-transform: uppercase;
  color: #444B54;
  font-size: 15px;
  font-family: "circe-b";
}
nav.navbar ul li a:hover {
  color: #fac28e;
}
.slider_item {
  height: 411px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.slider_caption {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  text-align: left;
  font-size: 48px;
  font-family: "circe-l";
  padding-top: 160px;
  line-height: 40px;
}
.slider_caption .orange {
  margin-top: 20px;
  font-family: "circe-b";
}
.slider_caption .num {
  font-size: 72px;
  margin-left: 100px;
  font-weight: normal;
  display: none;
}
.slider_caption .num .orange {
  font-family: "circe-b";
}
.orange {
  color: #F58D2D;
}
.advice {
  background-color: #F8F8F8;
  padding: 30px 0px;
}
.advice_item {
  background-color: #fff;
  border-radius: 20px;
  padding: 15px;
  font-size: 15px;
  color: #F58D2D;
  text-transform: uppercase;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  justify-content: start;
  font-family: "circe-b";
}
.advice_item img {
  margin-right: 10px;
  height: 100%;
  width: auto;
}
.advice_text {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btitle {
  font-size: 60px;
  text-align: center;
  margin-bottom: 20px;
}
.btitle_sub {
  font-size: 18px;
  text-align: center;
  margin-top: -15px;
}
.banners {
  padding: 50px 0px;
  overflow: hidden;
}
.banners .slick-dots {
  bottom: -50px;
}
.banners_item {
  padding: 0px 20px;
}
.banners_item:focus {
  outline: 0;
  border: 0;
}
.banners_item a {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: block;
  height: 460px;
  position: relative;
}
.banners_item a:focus {
  outline: 0;
  border: 0;
}
.banners_list {
  margin-left: -20px;
  margin-right: -20px;
}
.banners_cap {
  position: absolute;
  left: 0;
  top: 0;
  padding: 20px;
  color: #fff;
  font-size: 24px;
  line-height: normal;
}
.banners_cap b {
  display: block;
  font-size: 36px;
  font-family: "circe-b";
  line-height: 36px;
  color:black;
}
.banners_cap b.big {
  font-size: 48px;
}
.banners_cap.bottom {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
}
h2 {
  font-size: 24px;
  text-align: center;
  font-family: "circe-b";
}
.contacts {
  padding: 10px 0px;
}
.contacts .call {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 2rem;
  justify-content: space-around;
}
.contacts .call img {
  margin: auto;
  display: block;
}
.contacts .call .numbers span {
  display: block;
  height: auto;
  font-size: 15px;
  line-height: 120%;
  color: #777777;
  margin-bottom: 0.8rem;
}
.contacts .call .numbers a {
  padding: 5px;
  width: 220px;
  height: auto;
  background: #74c6a9;
  border-radius: 2px 0px 0px 2px;
  color: white;
  display: block;
  text-align: center;
}
.product {
  margin-top: 30px;
  margin-bottom: 40px;
}
.product .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.product_img {
  flex-basis: 48%;
  flex: 0 0 48%;
  width: 48%;
  max-width: 48%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.product_img-list {
  height: 410px;
  overflow: hidden;
}
.product_img-list .slick-list {
  height: 410px !important;
  margin-bottom: -10px;
  margin-top: -10px;
}
.product_img-slide {
  flex-basis: 20%;
  flex: 0 0 20%;
  width: 20%;
  max-width: 20%;
}
.product_img-slide-item {
  height: 100px !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin: 5px 0px;
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.product_img-slide-item.slick-active {
  opacity: 1;
}
.product_img-photo {
  flex-basis: 77%;
  flex: 0 0 77%;
  width: 77%;
  max-width: 77%;
}
.product_img-photo-item {
  height: 410px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.product_totag {
  display: block;
  font-size: 14px;
  color: #fff;
  line-height: 40px;
  border-radius: 20px;
  margin: auto;
  text-align: center;
  width: 200px;
  margin-top: 20px;
  background-color: #F58D2D;
}
.product_info {
  flex-basis: 48%;
  flex: 0 0 48%;
  width: 48%;
  max-width: 48%;
  min-height: 410px;
  padding: 25px;
  background-color: #F8F8F8;
  font-size: 14px;
}
.product_name {
  font-size: 24px;
  margin-bottom: 10px;
  font-family: "circe-b";
}
.product_hash {
  margin-left: -3px;
  margin-right: -3px;
}
.product_hash a {
  display: inline-block;
  margin: 0px 3px;
  font-family: "circe-l";
  font-size: 12px;
}
.product_hash a:hover {
  color: #F58D2D;
}
.product_rate {
  margin-left: -2px;
  margin-right: -2px;
  margin-bottom: 5px;
  margin-top: 5px;
}
.product_rate a {
  display: inline-block;
  margin: 0px 2px;
  font-size: 18px;
  color: #F58D2D;
}
.product_price {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.product_price .old {
  font-size: 18px;
  color: #777;
  text-decoration: line-through;
}
.product_price .new {
  font-size: 24px;
  font-family: "circe-l";
}
.product_price .new .orange {
  font-family: "circe-b";
}
.product_par {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 8px;
}
.product_par-t {
  color: #777;
}
.product_par_v {
  font-family: "circe-b";
}
.product_par_v a,
.product_par_v span,
.product_par_v button {
  display: inline-block;
  width: 42px;
  border-radius: 10px;
  background-color: #fff;
  border: 0;
  text-align: center;
  padding-top: 2px;
  margin-left: 3px;
}
.product_par_v a:hover,
.product_par_v span:hover,
.product_par_v button:hover,
.product_par_v a.active,
.product_par_v span.active,
.product_par_v button.active {
  background-color: #F58D2D;
  color: #fff;
}
.tool {
  margin-top: 30px;
}
.tool .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.tool .container form button,
.tool .container form select {
  font-size: 14px;
  padding: 8px 15px;
  border-radius: 10px;
  background-color: #F8F8F8;
  border: 0;
  width: 200px;
  margin-right: 10px;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.tool .container form button:hover,
.tool .container form select:hover {
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.07);
}
.tool .container form button {
  width: auto;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.tool .container form button:hover {
  background-color: #F58D2D;
}
.products {
  padding: 50px 0px;
}
.products.category_page {
  padding-top: 15px;
}
.products_list {
  margin-left: -25px;
  margin-right: -25px;
}
.products_list.row {
  margin-left: -15px;
  margin-right: -15px;
}
.products_list.row .products_item {
  padding: 15px 0px;
}
.products_list.row a.ban {
  display: block;
  width: 100%;
  padding: 15px 0px;
  height: auto;
}
.products_list.row a.ban img {
  display: block;
  margin: auto;
  width: 100%;
}
.products_item {
  padding: 25px;
}
.products_item-body {
  border-radius: 20px;
  background-color: #F8F8F8;
  font-size: 12px;
  font-family: "circe-l";
  padding: 20px;
}
.products_item-img {
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 15px;
}
.products_item-img:hover .products_item-caption {
  opacity: 1;
}
.products_item-caption {
  position: absolute;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  flex-wrap: wrap;
  opacity: 0;
  -webkit-transition: ease 0.5s;
  -o-transition: ease 0.5s;
  transition: ease 0.5s;
}
.products_item-caption .rate {
  margin-top: 10px;
  text-align: center;
}
.products_item-caption .rate a {
  color: #F58D2D;
  font-size: 18px;
  margin: 0px 3px;
  display: inline-block;
}

.rate span {
  color: #000;
  font-size: 22px;
  margin: 0px 3px;
  display: inline-block;
  cursor: pointer;
}

.rate span.star_active {
  color: #F58D2D;
  font-size: 22px;
  margin: 0px 3px;
  display: inline-block;
  cursor: pointer;
}

.products_item-caption .capb {
  flex-basis: 100%;
  flex: 0 0 100%;
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.products_item-caption button {
  background-color: #F58D2D;
  padding: 14px 35px;
  border-radius: 20px;
  color: #fff;
  font-size: 14px;
  font-family: "circe-l";
  border: 0;
  margin: auto;
}
.products_item-info {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  justify-content: center;
  font-size: 12px;
  font-family: "circe-l";
}
.products_item-info .val {
  font-size: 14px;
  font-family: "circe-b";
}
.products_item-info .val span {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 5px;
}
.products_item-info .val span.green {
  color: #26403d;
}
.products_item-size {
  margin-right: auto;
}
.products_item-color {
  margin-left: auto;
}
.products_item-bottom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-top: 15px;
}
.products_item-name {
  font-size: 16px;
  font-family: "circe-r";
}
.products_item-price {
  font-size: 18px;
  font-family: "circe-b";
}
.cab {
  background-color: #F8F8F8;
  padding: 40px 0px;
}
.cab_menu {
  background-color: #fff;
  padding: 20px;
}
.cab_menu li.active a {
  color: #F58D2D;
}
.cab_name {
  font-size: 24px;
  font-family: "circe-b";
}
.cab_id {
  font-size: 18px;
  color: #F58D2D;
  margin-bottom: 20px;
}
form.form,
form.search,
form.reg {
  width: 400px;
  margin: 50px auto 100px auto;
}
form.form select,
form.search select,
form.reg select,
form.form input,
form.search input,
form.reg input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
form.form select[type="checkbox"],
form.search select[type="checkbox"],
form.reg select[type="checkbox"],
form.form input[type="checkbox"],
form.search input[type="checkbox"],
form.reg input[type="checkbox"] {
  display: inline-block;
  width: auto;
  margin-right: 5px;
}
form.form .modal-foot,
form.search .modal-foot,
form.reg .modal-foot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
form.form button,
form.search button,
form.reg button,
form.form a,
form.search a,
form.reg a {
  margin: auto;
  display: block;
  padding: 10px 15px;
  border-radius: 10px;
  width: 220px;
  border: 0;
  background-color: #22b328;
  text-align: center;
  color: #fff;
}
form.form a,
form.search a,
form.reg a {
  background-color: #00bcd4;
}
form.form {
  margin: unset;
  width: 100%;
}
form.search {
  margin-bottom: 10px;
}
form.search .input {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  border-radius: 10px;
  border: 1px solid #ccc;
}
form.search .input input {
  border: 0;
  margin-bottom: 0;
}
form.search .input button {
  width: auto;
  background-color: unset;
  color: #22b328;
}
footer {
  background-color: #000;
  color: #fff;
  font-size: 16px;
}
footer .container {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
footer .uztex {
  width: 140px;
  margin-right: auto;
  display: none;
}
footer .uztex img {
  width: 100%;
}
footer .foot_mobile {
  display: none;
}
footer .foot_bottom {
  padding: 20px 0px;
  font-size: 14px;
}
footer .foot_bottom .copyright {
  margin-right: auto;
}
footer .foot_bottom .copyright span img {
  width: 100px;
  margin-left: 1rem;
}
footer .foot_bottom .copyright a {
  color: #fff;
}
footer .foot_bottom img.sublogo {
  display: none;
}
footer .foot_bottom .payment {
  margin-left: auto;
}
footer .foot_bottom .payment img {
  height: 29px;
  margin-left: 10px;
}
footer .foot_bottom .social_title {
  display: none;
}
footer .foot_bottom .social a {
  display: inline-block;
  margin: 0px 5px;
}
footer .foot_top {
  padding: 45px 0px;
  border-bottom: 1px solid #fff;
  width: 100%;
}
footer .foot_top b {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  font-family: "circe-b";
  margin-bottom: 15px;
}
footer .foot_top ul li a {
  display: inline-block;
  margin-bottom: 15px;
  color: #fff;
  font-family: "circe-l";
}
footer .foot_top ul li a:hover {
  text-decoration: underline;
}
.banner {
  display: block;
  width: 100%;
  margin-bottom: 30px;
  position: relative;
}
.banner img {
  width: 100%;
  height: auto;
}
.modal.auth .modal-header {
  border-bottom: 0;
  padding-bottom: 0;
  position: relative;
}
.modal.auth .modal-header h5 {
  display: block;
  margin: auto;
  width: 100%;
  text-align: center;
}
.modal.auth .modal-header button {
  position: absolute;
  right: 15px;
  top: 15px;
}
.modal.auth .modal-body form {
  display: block;
  width: 100%;
}
.modal.auth .modal-body form input {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #ccc;
  font-size: 16px;
  line-height: 12px;
}
.modal.auth .modal-body form .modal-foot {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.modal.auth .modal-body form button,
.modal.auth .modal-body form a {
  display: inline-block;
  padding: 10px 15px;
  border-radius: 10px;
  min-width: 160px;
  border: 0;
  background-color: #22b328;
  text-align: center;
  color: #fff;
}
.modal.auth .modal-body form a {
  background-color: #00bcd4;
}
.cart {
  padding: 40px 0px;
  background-color: #F8F8F8;
}
.cart h1 {
  margin-bottom: 40px;
}
.cart_item {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}
.cart_item-body {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cart_item-img {
  height: 150px;
  flex-basis: 150px;
  flex: 0 0 150px;
  width: 150px;
  max-width: 150px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}
.cart_item-img.less {
  height: 70px;
  flex-basis: 70px;
  flex: 0 0 70px;
  width: 70px;
  max-width: 70px;
}
.cart_item-sum {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  font-family: "circe-b";
}
.cart_item-count {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
}
.cart_item-count a,
.cart_item-count span,
.cart_item-count button {
  display: inline-block;
  width: 62px;
  border-radius: 10px;
  background-color: #fff;
  border: 0;
  text-align: center;
  padding-top: 2px;
  margin-left: 3px;
}
.cart_item-count a:hover,
.cart_item-count span:hover,
.cart_item-count button:hover,
.cart_item-count a.active,
.cart_item-count span.active,
.cart_item-count button.active {
  background-color: #F58D2D;
  color: #fff;
}
.cart_item-count span:hover {
  background-color: #fff;
  color: #000;
}
.cart_item-name {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  margin-right: auto;
  margin-left: 20px;
}
.cart_item-name a,
.cart_item-name span {
  display: block;
}
.cart_item-name a.name,
.cart_item-name span.name {
  font-size: 18px;
  font-family: "circe-b";
}
.cart_sum {
  background-color: #fff;
  padding: 20px;
}
.cart_sum-title {
  font-size: 18px;
  text-align: center;
  font-family: "circe-b";
  margin-bottom: 10px;
}
.cart_sum-all {
  font-size: 14px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.cart_sum-all .all {
  font-size: 18px;
  font-family: "circe-b";
}
.cart_sum a {
  display: block;
  width: 250px;
  background-color: #F58D2D;
  margin: 15px auto 0px auto;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  border-radius: 10px;
}

.orange-btn {
  display: block;
  width: 250px;
  background-color: #F58D2D;
  margin: 15px auto 0px auto;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  border-radius: 10px;
  border: none;
}

.heart {
  background-color: silver;
  display: inline-block;
  height: 25px;
  margin: 0 10px;
  position: relative;
  top: 0;
  transform: rotate(-45deg);
  width: 25px;
  float: right;
  cursor: pointer;
}

.heart-active {
  background-color: #F58D2D;
  display: inline-block;
  height: 25px;
  margin: 0 10px;
  position: relative;
  top: 0;
  transform: rotate(-45deg);
  width: 25px;
  float: right;
  cursor: pointer;
}

.heart-active:before,
.heart-active:after {
  content: "";
  background-color: #F58D2D;
  border-radius: 50%;
  height: 25px;
  position: absolute;
  width: 25px;
  cursor: pointer;
}

.heart:before,
.heart:after {
  content: "";
  background-color: silver;
  border-radius: 50%;
  height: 25px;
  position: absolute;
  width: 25px;
  cursor: pointer;
}

.heart:before {
  top: -15px;
  left: 0;
}

.heart:after {
  left: 15px;
  top: 0;
}

.heart-active:before {
  top: -15px;
  left: 0;
}

.heart-active:after {
  left: 15px;
  top: 0;
}

.mt-10 {
  margin-top: 15px;
}

.center {
  width: 60%;
  color: white;
  margin: auto;
}

.center a {
  color: white;
  font-size: 18px;
  margin-left: 20px;
  line-height: 2em;
}

.center a:hover {
  text-decoration: underline;
}

.hide {
  display: none;
}