body {
  margin: 0;
  padding: 0;
  font-family: "MuseoSansCyrl-300";
  font-size: 16px;
  outline: none;
  background: #000;
  text-transform: uppercase;
  color: #000;
  overflow-x: hidden;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MuseoSansCyrl-700" !important;
}
img {
  max-width: 100%;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
ul li,
ol li {
  list-style: none;
}
a,
a:hover {
  text-decoration: none;
}
*:focus,
button:focus {
  outline: none;
}

main {
  padding: 50px 0;
}

.category-bx {
  background: #fff;
  display: flex;
  justify-content: space-between;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  border: 1px solid #fff;
  margin-bottom: 30px;
  min-height: 240px;
}

.category-des {
  width: 60%;
  padding: 30px;
}

.category-img {
  width: 40%;
  padding-right: 10px;
  display: flex;
  align-items: center;
}

.category-bx h4 {
  font-size: 28px;
  line-height: 40px;
}

.category-bx small {
  font-size: 14px;
  display: block;
  padding-top: 10px;
}
.overley-box .btn {
  position: absolute;
  bottom: 20px;
  left: 30px;
  text-transform: uppercase;
  font-weight: bold;
  color: #fff;
  font-size: 17px;
  padding: 10px 5px;
}
.overley-box .btn:after {
  position: absolute;
  content: "";
  height: 3px;
  width: 100%;
  background: #fff;
  left: 0;
  bottom: 0;
}
.overley-box {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  color: #fff;
  transform: scaleY(0);
  transform-origin: 0;
  transition: all 0.3s ease;
  border-radius: 10px;
}
.overley-box .over-text-bx {
  padding: 30px;
}
.overley-box small {
  color: #fff;
}
.category-bx:hover .overley-box {
  transform: scaleY(1);
  transform-origin: 0;
  transition: all 0.3s ease;
}
.over-text-bx {
  width: 60%;
}
#account-login aside#column-right {
  display: none;
}

footer {
  background: #0d0c0c;
}
footer ul {
  display: flex;
  justify-content: flex-start;
  padding: 40px 0 20px 0;
}
footer ul li a {
  font-size: 20px;
  color: #fff !important;
  text-decoration: none;
}
footer p {
  color: #fff;
  text-align: center;
  padding: 10px 0 30px 0;
  color: #a2a2a2;
}

.subcategory-bx {
  text-align: center;
  margin-bottom: 60px;
}
.subcategory-bx strong {
  font-size: 20px;
  display: block;
  margin: 20px 0 0 0;
  color: #fff;
  font-weight: normal;
}
.subcategory-bx:hover .sub-category-image {
  background: none !important;
  transition: all 0.3s ease;
}
.sub-category-image {
  display: block;
  height: 150px;
  width: 150px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 2px solid #fff;
}
.mf .sub-category-image {
  background: #fff;
}
.sub-category-image > a {
  padding: 20px;
}
.mf .sub-category-image > a {
  padding: 0;
}
.sub-category .row > div:first-child > div .sub-category-image {
  background: #ddc51b;
}
.sub-category {
  padding-bottom: 0;
}

/* header css */
header > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  width: 15%;
}

.searchbar {
  width: 50%;
  padding: 0 20px 0 40px;
}

.whatsapp {
  width: 8%;
}

.language {
  width: 12%;
  text-align: center;
}

.cart {
  width: 10%;
}

.login {
  width: 5%;
  text-align: right;
}
header {
  padding: 25px 0;
  border-bottom: 1px solid #313131;
}
header > div {
  max-width: 1300px;
}

.searchbar input {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #eaeaea !important;
  border-top: none !important;
  font-size: 16px !important;
  font-family: "MuseoSansCyrl-300";
  height: 50px !important;
  background: transparent;
  padding: 0 !important;
}

div#search {
  margin: 0;
  border: none !important;
}

#search .btn-lg {
  padding: 0;
  background: no-repeat;
  border: none;
  font-size: 30px;
  color: #fff !important;
  box-shadow: none;
}

#search .btn-lg i {
  font-size: 23px;
  color: #fff;
  font-weight: 100;
}

.whatsapp {
  font-size: 0px;
  text-align: center;
}

.whatsapp i {
  font-size: 30px;
  color: #fff;
}

.language button.btn.btn-link.dropdown-toggle {
  font-size: 18px;
  color: #fff;
  text-decoration: none !important;
  text-transform: uppercase;
}
#cart.open > .btn {
  background: no-repeat;
  color: #fff;
}
#cart .btn {
  color: #fff !important;
}
.language > div {
  float: none !important;
}

#cart > .btn {
  background: no-repeat;
  border: none !important;
  box-shadow: none !important;
  font-size: 20px;
}

#search span.input-group-btn {
  right: 20px;
}
#cart > .btn i {
  font-size: 23px;
  margin-right: 10px;
}

.login a {
  font-size: 18px;
  color: #fff;
}

.login ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

#cart {
  margin: 0;
}
.form-control:focus {
  border-color: inherit;
  box-shadow: none !important;
}
.category-des a {
  color: #000;
  text-decoration: none !important;
}
.overley-box h4 a {
  color: #fff !important;
  text-decoration: none !important;
}
#account-register .col-sm-9 {
  width: 100%;
}
#account-login .col-sm-9 {
  width: 100%;
}

#account-register h1 {
  margin-bottom: 10px;
}
label.control-label {
  font-weight: normal;
  font-size: 18px;
}
#account-login form > .form-group + .form-group a {
  display: inline-block;
  color: #000;
  text-decoration: underline;
  margin-top: 10px;
}
#account-register form {
  margin-top: 20px;
}
#account-login h2 + p {
  margin-bottom: 40px;
}
#account-login #content > .row > div:first-child > div .btn-primary {
  display: inline-block;
  margin-top: 20px;
}
.form-control {
  height: 44px;
  font-size: 18px;
  color: #000;
  border: 1px solid #aaaaaa;
}
.formcontrol {
  height: 44px !important;
  font-size: 18px !important;
  color: #000 !important;
  border: 1px solid #aaaaaa !important;
  border-radius: 4px !important;
}

#account-register legend {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 40px;
}

fieldset#account + fieldset {
  margin: 25px 0;
}

#account-login #content > .row {
  display: flex;
}
#account-login #content > .row > div > div {
  height: 100%;
  background: #fff;
  border: none !important;
  box-shadow: none;
  padding: 0;
  margin: 0;
}
#information-information {
  color: #fff;
  min-height: calc(100vh - 272px);
}

#information-information h1 {
  margin-bottom: 30px;
}

#information-information p span {
  font-size: 15px !important;
  color: #fff !important;
  margin-bottom: 10px !important;
}
.contact-us h2 {
  /* color: #fff; */
  margin-bottom: 20px;
}

.contact-us iframe {
  margin-bottom: 20px;
}

.contact-us h3,
.contact-us form > fieldset > legend {
  margin-bottom: 30px;
  border: none;
  font-size: 22px;
  font-family: "MuseoSansCyrl-700";
  color: #000;
  text-align: left;
}

.contact-us .panel.panel-default {
  /* border: none; */
  padding: 0;
}

.contact-us .panel.panel-default .row > div {
  margin-bottom: 30px;
  width: 100%;
}

.contact-us .panel.panel-default .row > div br {
  display: none;
}

.contact-us .panel.panel-default .row > div address {
  margin: 0;
}

.contact-us .panel.panel-default .row > div:last-child {
  margin-bottom: 0;
}

.contact-us .panel.panel-default strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
}

.contact-us form .control-label {
  width: 100% !important;
  text-align: left;
  margin-bottom: 5px;
}

.contact-us form .control-label + .col-sm-10 {
  width: 100%;
}

.contact-us form textarea {
  height: 90px;
}

.contcat-us .form-group.required + fieldset legend {
  margin: 0 !important;
}

.contact-us form > fieldset > fieldset > legend {
  border: none !important;
  font-weight: 600;
  margin-bottom: 10px;
}

input#input-captcha + img {
  margin-top: 10px;
}
button,
input,
optgroup,
select,
textarea {
  font-family: "MuseoSansCyrl-300" !important;
}
.white-bg {
  background: #fff;
}
.main-heading {
  text-align: center;
  font-size: 44px;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-family: "MuseoSansCyrl-300" !important;
}
.white-holder {
  padding: 40px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
label.col-sm-2.control-label {
  width: 100% !important;
  text-align: left;
  padding-bottom: 10px;
}
label.col-sm-2.control-label {
  width: 100% !important;
  text-align: left;
  padding-bottom: 10px;
  font-weight: normal;
  font-size: 18px;
}
#account-register legend {
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px;
  padding: 10px 5px;
  border-bottom: 1px solid #e2e2e2;
  font-size: 20px;
}
label.col-sm-2.control-label + div {
  width: 100%;
}
#account-register .white-holder > p a {
  color: #333 !important;
  text-decoration: underline;
}
.btn.btn-primary {
  background: #000 !important;
  border-color: #000 !important;
  font-size: 18px;
  padding: 8px 20px 6px 20px;
  font-weight: 300;
}
.contact-us h2.main-heading {
  color: #fff;
}
#information-contact label.col-sm-2.control-label {
  padding-bottom: 2px;
}
#column-right main {
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
  border: 1px solid #c3c3c3;
}

#column-right main a {
  border-radius: 0;
  border-left: none;
  border-right: 0;
  border-bottom: none;
  border-color: #f2f2f2;
  font-size: 18px;
  padding: 20px;
}

#column-right main a:first-child {
  border: none;
}
.account-heading {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 5px;
}

.account-heading > legend {
  padding: 0 !important;
  border: none;
  margin: 0;
  font-size: 24px;
}
.btn.btn-default {
  font-size: 18px;
  padding: 8px 20px 6px 20px;
}
.account label.control-label {
  margin-bottom: 7px;
}
.account .form-group {
  margin: 0 0 20px 0;
}
.form-control:focus {
  border-color: #aaaaaa;
  box-shadow: none !important;
}
.default-address label.control-label {
  margin-right: 30px;
  vertical-align: middle;
  margin-bottom: 0;
}

.col-md-12.form-group.default-address {
  margin: 20px 0 30px 0;
}
.address-box {
  border: 1px solid #333;
  border-radius: 5px;
  padding: 25px 15px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.address-box > div {
  line-height: 32px;
  width: 50%;
}

.btn.btn-info {
  display: inline-block;
  padding: 8px 12px;
  background: #191919;
  border-color: #191919;
}

.btn.btn-danger {
  display: inline-block;
  padding: 8px 12px;
  background: #db4141;
  border-color: #db4141;
}
.account #column-right + div {
  padding-left: 30px;
  padding-right: 15px;
}
aside#column-right a.active {
  background: #f5f5f5;
  color: #333;
}

.product-holder,
.gift-packges-holder {
  max-width: 850px;
  margin: 0px auto;
}
.related-product {
  max-width: 910px;
  margin: 0 auto;
}
.gift-packges-holder {
  margin-top: 50px;
}

.product-box {
  background: #151515;
  border-radius: 10px;
  margin: 0 15px;
  border: 1px solid #4e4e4e;
  height: 100%;
}
.product-holder .row > div {
  margin-bottom: 60px;
}
.product-box figure {
  height: 420px;
  background: #fff;
  overflow: hidden;
  text-align: center;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pro-body {
  padding: 25px;
  color: #c6c6c6;
}

.pro-body strong {
  color: #c6c6c6;
  font-size: 21px;
  margin-bottom: 15px;
  display: inline-block;
}
.pro-body strong a {
  color: #c6c6c6;
}

.pro-body p {
  line-height: 28px;
  margin-bottom: 12px;
  min-height: 80px;
  overflow: hidden;
}

ul.produt-tab {
  display: flex;
}

ul.produt-tab li {
  width: 100%;
  padding: 0 6px;
}

ul.produt-tab li label {
  font-size: 13px;
  margin: 0 0px;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 5px 8px;
  width: 100%;
  text-align: center;
  cursor: pointer;
}
.product-box .product-footer .price {
  font-size: 23px;
}

ul.produt-tab li label input {
  height: 0px;
  width: 0px;
  display: none;
}
.product-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}

.product-footer strong {
  font-size: 23px;
  color: #fff;
  margin: 0;
  font-weight: normal;
}
.checkbox + .checkbox,
.radio + .radio {
  margin: 0;
}
.product-footer .btn-primary {
  background: #2b2b2b !important;
  border: 1px solid #7e7e7e !important;
  font-size: 15px;
  padding: 8px 12px;
  border-radius: 30px;
  text-transform: uppercase;
}

.btn-primary i,
.btn-primary svg {
  margin-right: 10px !important;
}

/* quantity */
.quantity-box {
  margin-top: 30px;
  text-align: center;
}

.quantity-box span {
  background: #2b2b2b;
  border: 1px solid #707070;
  color: #fff;
  height: 40px;
  border-radius: 50%;
  width: 40px;
  display: inline-block;
  vertical-align: middle;
  line-height: 38px;
  cursor: pointer;
}

.quantity-box input {
  font-size: 23px;
  background: no-repeat !important;
  border: none;
  margin: 0 20px;
  width: 70px;
  text-align: center;
  line-height: 50px;
}
ul.produt-tab li.active label {
  background: #fff;
  color: #000;
}
.btn-primary.focus,
.btn-primary:focus {
  box-shadow: none !important;
}
ul.produt-tab li:first-child {
  padding-left: 0;
}

ul.produt-tab li:last-child {
  padding-right: 0;
}
ul#myTab {
  width: 240px;
  border: none;
  margin: 0 auto 40px auto;
  background: #151515;
  padding: 6px;
  border-radius: 4px;
}

ul#myTab li {
  width: 50%;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
}

ul#myTab li a {
  padding: 5px !important;
  color: #fff;
  border: none !important;
}

ul#myTab li a.active {
  color: #000;
  border-radius: 3px;
}
h3 {
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin-bottom: 30px;
}
.produt-select .text-danger {
  font-size: 14px;
  margin-top: 5px;
}

.produt-select select {
  background: no-repeat;
  color: #fff;
  width: 100%;
  border: 1px solid #fff;
  padding: 3px 5px;
  border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent url(../image/select-arrow.jpg) no-repeat 98%;
}

.produt-select select option {
  color: #000;
}
.choose-language button {
  display: inline-flex;
  margin: 0 15px;
  border: 1px solid #fff;
  color: #fff;
  padding: 8px;
  width: 200px;
  border-radius: 10px;
  transition: all 0.3s ease;
  font-size: 20px;
  background: no-repeat;
  align-items: center;
  justify-content: center;
}
.choose-language button img {
  margin: 0 10px;
}
.choose-language button:hover {
  background: #fff;
  color: #000;
  transition: all 0.3s ease;
}

section.home-page {
  height: 100vh;
  display: flex;
  justify-content: space-around;
  align-items: center;
  /* background: url(../images/home-bg.jpg)no-repeat; */
  background-size: cover;
  background-position: center, center;
}
.account table td {
  border: 1px solid #c3c3c3 !important;
  font-size: 16px;
}
.account table thead {
  background: #f2f2f2;
}
#account-order .table-responsive + .row {
  margin-bottom: 20px;
}
#account-order table .btn.btn-info {
  padding: 8px 10px;
}
.over-text-bx a {
  color: #fff;
}
.checkbox-filter {
  margin-bottom: 40px;
  text-align: center;
}
.btn.active,
.btn:active {
  box-shadow: none !important;
}

.side-cart {
  position: fixed;
  top: 0;
  right: -100% !important;
  height: 100vh;
  overflow-y: auto;
  width: 450px;
  background: #fff;
  padding: 25px;
  border-radius: 0;
  margin: 0;
  transition: all 0.5s ease;
}
.open-cart .side-cart {
  right: 0 !important;
  transition: all 0.5s ease;
}

.side-cart h4 {
  font-size: 28px;
  margin-bottom: 30px;
}

.side-cart ul li.cart-product {
  display: flex;
  padding: 15px 5px;
  border-bottom: 1px solid #ebebeb;
}
li.cart-product .pro-img figure {
  width: 70px;
  height: 80px;
  border: 1px solid #707070;
  overflow: hidden;
  border-radius: 5px;
  text-align: center;
  margin: 0 15px 0 auto;
  display: flex;
  align-items: center;
}

li.cart-product .pro-img figure img {
  margin: 0 auto;
}

li.cart-product .pro-info strong {
  font-size: 15px;
  display: block;
}

li.cart-product .pro-info i {
  color: #b7b7b7;
  display: block;
  padding: 3px 0 0 0;
  font-size: 13px;
  font-style: inherit;
}

li.cart-product .quantity-box {
  margin: 10px 0 0 0;
  border-radius: 10px;
  /* overflow: hidden; */
  display: flex;
}

li.cart-product .quantity-box input {
  width: 45px !important;
  margin: 0;
  background: #d6d6d6 !important;
  color: #000 !important;
  font-size: 13px !important;
  height: 26px;
  -webkit-text-fill-color: #000 !important;
  line-height: 16px !important;
}

li.cart-product .quantity-box span {
  border: 1px solid #d6d6d6;
  border-radius: 0;
  color: #333;
  background: no-repeat;
  height: 26px;
  line-height: 26px;
  width: 26px;
}

.cart-product .quantity-box span.input-number-decrement {
  border-radius: 3px 0 0 3px;
}

.cart-product span.input-number-increment {
  border-radius: 0 3px 3px 0 !important;
}

.cart-product .pro-info {
  width: 100%;
}
.cart-item-footer > div {
  text-align: center !important;
}

.cart-product .price {
  padding: 0 10px;
  text-align: center;
}

.cart-product .price strong {
  font-size: 17px;
}

.cart-product .remove-item-from-cart small {
  position: relative;
  height: 18px;
  width: 18px;
  border: 2px solid #ff0000;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
}
.cart-product .remove-item-from-cart span {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-item-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cart-product .remove-item-from-cart small:before {
  position: absolute;
  content: "";
  height: 2px;
  width: 8px;
  background: #ff0000;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.coupon {
  margin: 12px 0;
}

.coupon strong {
  background: #f2f2f2;
  display: block;
  padding: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: normal;
  line-height: initial;
}

.coupon form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupon input {
  width: 100%;
  border: 1px solid #707070;
  height: 34px;
  padding: 10px;
  font-size: 16px;
  color: #b7b7b7;
  font-style: italic;
  border-radius: 5px !important;
  color: #000;
}

.coupon button {
  background: #000;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 30px;
  white-space: nowrap;
  height: 46px;
  padding: 0 25px;
  margin-left: 10px;
}

.cart-footer {
  text-align: right;
  margin-top: 20px;
}

.cart-footer ul li {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 22px;
  padding: 5px 0;
}

.cart-footer span {
  color: #939393;
  display: block;
  padding-right: 15px;
}

.cart-footer strong {
  font-family: "MuseoSansCyrl-700";
}

.cart-footer .btn-default {
  display: inline-block;
  background: #000;
  color: #fff !important;
  padding: 10px 30px;
  border-radius: 30px;
  font-size: 18px;
  text-decoration: none !important;
}

.cart-footer a {
  margin-top: 15px;
}
.pagination_page ul li.active span,
.pagination li.active span {
  padding: 10px 20px !important;
  background: #fff;
  color: #000;
  border: 1px solid #fff;
}
.pagination_page ul li a,
.pagination li a {
  background: no-repeat;
  color: #fff;
  padding: 10px 20px;
}
.pagination_page {
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  width: 100%;
}
.pagination_page ul li a:hover,
.pagination_page ul li.active span:hover,
.pagination li a:hover,
.pagination li.active span {
  background: #fff;
  color: #000;
}

.checkbox-holder label:first-child {
  margin-left: 0;
}
.checkbox-holder label:last-child {
  margin-right: 0;
}

.checkbox-holder {
  display: inline-flex;
  justify-content: center;
  background: #151515;
  padding: 5px;
  margin: 0 auto;
  border-radius: 10px;
}
/* The container */
.checkbox {
  display: block;
  position: relative;
  width: 100% !important;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  margin: 0 5px;
  z-index: 9;
  padding: 6px 10px;
  border-radius: 10px;
  white-space: nowrap;
}
.checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: none;
  z-index: -1;
  text-align: center;
  border-radius: 5px;
}
.checkbox input:checked ~ .checkmark {
  background-color: #fff;
  color: #000;
}
.checkbox input:checked ~ .checkmark + span {
  color: #000;
}
.product-footer > div {
  width: 50%;
}
/* .product-holder .row {
    display: flex;
    flex-wrap: wrap;
} */
#onepagecheckout h2.main-heading {
  color: #fff;
}
#onepagecheckout table thead {
  background: #f2f2f2;
  font-size: 18px !important;
  border-top: 1px solid #d8d8d8;
}
#onepagecheckout table thead td {
  font-size: 16px;
}

.product-detail-info-bx {
  background: #171717;
  border: 1px solid #7e7e7e;
  padding: 50px 30px;
  border-radius: 30px;
  color: #fff;
}

.product-detail-info-bx h5 {
  font-size: 38px;
  color: #fff;
  margin-bottom: 20px;
}

.product-detail-info-bx p {
  color: #c6c6c6;
  margin-bottom: 30px;
  line-height: 26px;
}

.review-section > span {
  color: #c6c6c6;
  display: inline-block;
  padding: 0 30px 0 0;
  position: relative;
  line-height: initial;
}

.review-section > span:before {
  position: absolute;
  content: "";
  right: 14px;
  height: 20px;
  width: 1px;
  background: #c6c6c6;
  top: -2px;
}

.review-section > span:last-child:before {
  display: none;
}
.product-detail-info-bx ul.produt-tab {
  max-width: 310px;
  margin: 60px auto;
}

.product-detail-info-bx .quantity-box {
  margin: 120px 0 50px 0;
}

.product-detail-info-bx .product-footer strong {
  /* text-align: right; */
  width: auto;
  font-size: 34px;
  margin: 0 20px 0 0;
}

.product-detail-info-bx .product-footer button {
  font-size: 19px;
  padding: 10px 20px;
  margin: 0 0 0 20px;
  max-width: 220px;
}

.product-detail-info-bx .quantity-box span {
  height: 50px;
  width: 50px;
  line-height: 50px;
  font-size: 22px;
}
.review-section span i {
  fill: #ffd800 !important;
  color: #ffd800;
  font-size: 22px;
  vertical-align: middle;
  margin-right: 7px;
  font-style: normal;
  margin-top: -8px;
}
.product-detail-image-bx .slider-for .slider-item.slick-slide {
  background: #fff;
  padding: 50px;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 550px;
}

.product-detail-image-bx .slider-nav .slider-item {
  height: 90px;
  margin: 40px 0 0 0;
  overflow: hidden;
  background: #fff;
  border-radius: 15px;
  margin: 40px 5px 0 5px;
}

.product-detail-image-bx .slider-nav .slider-item img {
  margin: 0 5px;
  border-radius: 10px;
  height: 100%;
  width: 100%;
  object-fit: contain;
}
.product-detail-image-bx .slick-prev,
.product-detail-image-bx .slick-next {
  height: 50px !important;
  width: 50px !important;
  background: #2b2b2b !important;
  border: 1px solid #e7e7e7 !important;
  border-radius: 50%;
  z-index: 99;
}
.product-detail-image-bx .slick-next {
  right: -60px !important;
}
.product-detail-image-bx .slick-prev {
  left: -60px !important;
}
section.related-slider {
  padding: 50px 0;
}
section.related-slider h2 {
  text-align: left;
  color: #b7b7b7;
  border-top: 1px solid #5d5d5d;
  padding: 25px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #5d5d5d;
  margin-bottom: 60px;
}
.related-product button.slick-next {
  position: absolute;
  top: -114px;
  right: -110px;
}

.related-product button.slick-prev {
  position: absolute;
  top: -114px;
  right: -10px;
  left: auto;
}

.related-product button.slick-next,
.related-product button.slick-prev {
  height: 45px;
  width: 45px;
  background: #2b2b2b !important;
  z-index: 999;
  border-radius: 50%;
  border: 1px solid #7e7e7e;
}
.related-product .slick-next:before {
  content: "\f0da" !important;
  font-weight: bold;
  font-size: 30px !important;
  font-family: "FontAwesome";
  padding-left: 5px;
}
.related-product .slick-prev:before {
  content: "\f0d9" !important;
  font-weight: bold;
  font-size: 30px !important;
  font-family: "FontAwesome";
  padding-right: 5px;
}
.related-product .product-box {
  margin: 0 35px;
}
#cart .dropdown-menu {
  display: block;
}
.coupon h4.panel-title {
  margin: 0;
  font-size: 19px;
  box-shadow: none !important;
}

.coupon .panel-heading {
  box-shadow: none !important;
  border-radius: 0;
  border: none;
  background: #f2f2f2 !important;
}

.coupon .panel-heading a {
  text-decoration: none !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.coupon .panel.panel-default {
  border-radius: 0;
  border: none;
}
#collapse-coupon label.col-sm-2.control-label {
  padding-left: 0;
  margin-bottom: 0;
}
#collapse-coupon .panel-body {
  padding: 15px 0;
}
#button-coupon {
  border-radius: 30px !important;
  font-style: normal;
  width: 150px;
  margin-left: 10px !important;
  text-transform: uppercase;
  font-size: 14px;
  padding: 0 20px;
}
.overlay {
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 99;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}
.open-cart .overlay {
  visibility: visible;
  opacity: 1;
  transition: all 0.3s ease;
}
.open-cart {
  overflow: hidden;
}
#product-product #product {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  flex-wrap: wrap;
}
#product-product #product > div {
  width: 50%;
}
.review-section > a {
  color: #e7e7e7;
  text-decoration: none;
}
.product-footer .price {
  text-decoration: line-through;
  line-height: 25px;
}
.slider-for > div {
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
#search input {
  color: #fff;
  text-transform: uppercase;
  padding-right: 35px !important;
}
.product-detail-info-bx p span,
.product-detail-info-bx p {
  font-size: 16px !important;
  color: #c6c6c6 !important;
  font-family: "MuseoSansCyrl-300" !important;
}
main.product-detail #content > .row > div {
  padding: 0 40px;
}
.product-detail-info-bx .pro-body {
  padding: 0px;
}
#content {
  padding: 0;
}
span.close-cart {
  position: absolute;
  top: 15px;
  right: 30px;
  font-size: 18px;
  height: 35px;
  width: 35px;
  background: #eaeaea;
  text-align: center;
  border-radius: 50%;
  line-height: 35px;
  cursor: pointer;
  color: #333;
}
.product-detail ul.nav.nav-tabs li a {
  font-size: 20px;
  color: #fff !important;
  background: no-repeat;
  border: none !important;
}
.product-detail .product_review {
  margin-top: 80px;
}
#review {
  margin-bottom: 10px;
}
#review + h2 {
  margin-bottom: 20px;
}
#form-review .form-group > div {
  padding: 0;
}
#form-review label.col-sm-2.control-label {
  padding-left: 0;
  color: #fff;
  font-size: 16px;
  padding: 0;
  margin: 0;
}
.product-detail .nav-tabs > li.active a {
  color: #333 !important;
}
.product-detail .nav-tabs {
  margin: 40px 0 20px 0;
}
.product-detail .nav-tabs > li.active a {
  background: no-repeat;
  border: none;
}
.extpanel .extpanel-title {
  padding: 12px 15px;
  font-size: 20px;
}
#onepagecheckout .account table td {
  border: none;
}
#onepagecheckout .content-shopping-cart .extpanel-body {
  padding: 0;
  overflow: inherit;
}
.content-shopping-cart a img {
  height: 60px;
  border: none;
}
.content-shopping-cart table td {
  vertical-align: middle !important;
}
.content-shopping-cart table td a {
  color: #333;
}
.content-shopping-cart table tbody > tr > td:nth-child(3),
.content-shopping-cart table tbody > tr > td:nth-child(4),
.content-shopping-cart table tbody > tr > td:nth-child(5) {
  text-align: center !important;
}
.content-shopping-cart .noborder strong {
  font-size: 20px;
  color: #939393;
  font-weight: normal;
}
.content-shopping-cart .noborder {
  font-size: 20px;
  color: #333;
  border: none !important;
}
.shopping-cart-content table tr td {
  border: none !important;
  border-bottom: 1px solid #eaeaea !important;
}
.shopping-cart-content table {
  border: none !important;
}
.content-shopping-cart .extpanel-body {
  padding: 0;
  overflow: inherit;
}
.extpanel-body.delivery-Date-content.ext-delivery-date .form-group {
  display: flex;
}
.extpanel-body.delivery-Date-content.ext-delivery-date .form-group:last-child {
  margin: 0;
}
.confirm-order-content.content-confirm-order a {
  color: #333;
  text-decoration: underline;
}
.confirm-order-content.content-confirm-order {
  padding: 30px !important;
}
#button-guest,
#button-register,
#button-loggedorder {
  display: block;
  margin-top: 20px;
  padding: 10px;
  font-size: 20px;
}
.account-content.content-login a {
  color: #333;
  text-decoration: underline;
  margin-top: 10px;
  display: inline-block;
}
#account-forgotten #content,
#my-account #content {
  width: 100%;
}
#account-forgotten #column-right main {
  border: none;
}
#account-forgotten form {
  margin-top: 20px;
}
#account-forgotten legend {
  padding-bottom: 10px;
}
#account-forgotten label.col-sm-2.control-label,
#account-forgotten label.col-sm-2.control-label + div {
  padding-left: 0;
  padding-right: 0;
}
#account-forgotten h2.main-heading {
  color: #fff;
}
#my-account .white-holder {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
#my-account .white-holder ul {
  width: 67.333%;
  padding-left: 30px;
  display: flex;
  flex-wrap: wrap;
  margin: -10px 0;
}
#my-account .white-holder ul li a {
  display: flex;
  background: #fff;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #333;
  border-radius: 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-decoration: none !important;
  text-align: center;
}
#my-account .white-holder ul li {
  width: 50%;
  padding: 10px;
}
#my-account h2.main-heading {
  color: #fff;
}

#senddetails textarea {
  width: 100% !important;
}
#senddetails textarea {
  width: 100% !important;
  height: 100px !important;
}
#senddetails h2 {
  font-size: 20px;
  margin-bottom: 20px;
}
#senddetails .form-group.extsm-12.required {
  padding: 0;
  margin-bottom: 0;
}
.content-payment-details #payment-new + div,
.content-payment-details #payment-new + div + div {
  padding: 0 !important;
}
.confirm-order-bx {
  max-width: 650px;
  margin: 50px auto;
  color: #fff;
}

.confirm-order-bx p {
  padding: 12px 0;
  font-size: 18px;
}

.confirm-order-bx i {
  display: block;
  margin-bottom: 40px;
}

.new-btn {
  display: inline-block;
  color: #fff !important;
  border: 1px solid #fff;
  padding: 10px 60px;
  border-radius: 30px;
}

.confirm-order-bx a {
  margin-top: 20px;
}
footer p a {
  color: #fff;
}
#common-success {
  text-align: center;
  color: #fff;
}

#common-success #content {
  width: 100%;
}

#common-success h1 {
  margin-bottom: 20px;
}

#common-success p {
  line-height: 28px;
}

main#common-success .btn {
  border: 1px solid #fff !important;
  padding: 10px 40px;
  border-radius: 30px;
}
main#common-success p a {
  color: #fff;
  text-decoration: underline;
}
#common-success .pull-right {
  float: none !important;
}

main#common-success .buttons {
  margin-top: 30px;
}
.search-product-page {
  color: #fff;
  text-align: center;
}
.search-form {
  margin: 40px 0 0 0;
  text-align: center;
  background: #fff;
  padding: 20px;
  color: #000;
}
.search-form + #button-search {
  color: #fff !important;
  border: 1px solid #fff !important;
  border-radius: 30px;
  margin: 20px 0;
  width: 180px;
  padding: 10px;
}
.search-form .row + p {
  margin-top: 10px;
}
.search-form + #button-search + h2 {
  margin-bottom: 10px;
}
.search-product-page h2 {
  word-break: break-word;
}
.coupon > div + div {
  display: none;
}
#account-order table thead td {
  background: no-repeat !important;
  border-color: #ddd !important;
  padding: 16px;
}

#account-order table thead {
  background: none !important;
}

#account-order table tbody td {
  border-color: #ddd !important;
  padding: 15px;
  line-height: 32px;
}
#account-order table td {
  border-color: #ddd !important;
  padding: 16px;
}
#account-order h3 {
  text-align: left;
  color: #333;
  font-family: "MuseoSansCyrl-300";
  font-size: 30px;
  margin: 20px 0 10px 0;
}
.product-box figure a {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-box .produt-select {
  padding: 10px;
}
footer p a {
  color: #fff !important;
}
.searchbar > i,
.login li a i {
  display: none;
}
#error-not-found {
  text-align: center;
  color: #fff;
}

#error-not-found h1 {
  font-size: 32px;
  margin-bottom: 15px;
}

#error-not-found p {
  font-size: 18px;
}

#error-not-found .pull-right {
  float: none !important;
}

#error-not-found a {
  border: 1px solid #fff !important;
  border-radius: 30px;
  width: 200px;
  margin-top: 30px;
}
.language button:focus {
  outline: none !important;
  text-decoration: none !important;
}
.language button:hover {
  text-decoration: none !important;
}
.language button {
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff !important;
  font-size: 18px;
  font-family: "GESSTwoLight" !important;
}
.language ul li button {
  color: #000 !important;
}
.language button img {
  margin-right: 5px;
  vertical-align: middle;
}

.language ul li {
  border-bottom: 1px solid #eaeaea;
}

.language ul li:last-child {
  border: none;
}
figure.mz-figure.mz-hover-zoom.mz-no-expand.mz-ready {
  height: 590px;
  background: #fff;
  border-radius: 30px;
  overflow: hidden;
}
.MagicToolboxSelectorsContainer a {
  margin: 0 10px !important;
  border-radius: 10px;
  overflow: hidden;
}
.MagicToolboxSelectorsContainer {
  margin-top: 30px;
}
div.MagicToolboxContainer > a {
  border-radius: 30px;
}
#product-category main {
  padding: 0;
}
#loader img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  background: #fff;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
#loader img {
  height: 60px;
}

.review-holder input,
.review-holder textarea {
  background: no-repeat;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #fff;
  color: #fff;
  margin-bottom: 30px;
  text-transform: uppercase;
  padding: 10px;
  height: 55px;
}
.review-holder {
  background: #171717;
  padding: 40px;
  border-radius: 30px;
  border: 1px solid #7e7e7e;
}
#product_review h2 {
  margin-bottom: 40px;
  color: #fff;
  font-size: 38px;
}
input#input-captcha {
  margin-bottom: 0px;
}
#form-review label.col-sm-2.control-label {
  color: #fff;
}
.review-holder .row > div:last-child {
  padding: 0 120px 0 140px;
  text-align: center;
}
.btn-big,
.btn-primary.btn-big {
  width: 190px;
  padding: 10px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 30px;
  background: #2b2b2b !important;
  border: 1px solid #7e7e7e !important;
}
.review-holder legend {
  color: #fff;
  padding-bottom: 10px;
}
.review-holder .row > div:last-child .pull-right {
  float: none !important;
  margin-top: 20px;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;

  -moz-user-select: none;
  -webkit-user-select: none;
}
.rating-stars ul > li.star {
  display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 24px; /* Change the size of the stars */
  color: #ccc; /* Color on idle state */
  width: 42px;
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #ffcc36;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #ffd800;
}
.rating-widget .success-box {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}
.rating-widget .success-box span {
  display: block;
  padding-left: 20px;
}
.rating-widget {
  display: inline-flex;
  align-items: center;
  padding: 12px 30px;
  border: 1px solid #fff;
  border-radius: 30px;
  margin-top: 20px;
}
.review-holder textarea {
  margin-top: 50px;
  display: none;
}
.search-product-page input + h2 {
  text-align: center;
  margin: 40px 0 10px 0 !important;
}
.search-product-page .product-holder {
  text-align: left;
  margin-top: 40px;
}
.alert a {
  color: #000;
}
#error-not-found {
  text-align: center;
  color: #fff;
  height: 100calc;
  display: flex;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 285px);
}
.home-bx > a {
  display: block;
}
.home-bx a img {
  margin: 0 auto;
}
.category > div > .row {
  display: flex;
  flex-wrap: wrap;
}
#account .extsm-12 input {
  margin-right: 10px;
  height: 18px;
  width: 18px;
  margin-top: 0;
}
#account .extsm-12 {
  padding: 0;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#account .extsm-12 label {
  display: flex;
  align-items: center;
}
#senddetails > hr {
  display: none;
}
#senddetails {
  padding-bottom: 20px !important;
}
.shopping-cart-content table td[colspan="6"] {
  border: none !important;
}
#load_delivery_date .input-group-btn .btn.btn-default {
  padding: 10px 20px 7px 20px !important;
}
.product-detail .produt-select {
  padding: 10px !important;
}
.product-box .product-footer {
  height: 40px;
  position: relative;
}
.product-footer small {
  position: absolute;
  top: -20px;
  right: 10px;
}

.new-category-bx {
  text-align: center;
  color: #fff;
  margin-bottom: 50px;
}

.new-category-bx figure {
  display: block;
  text-align: center;
  width: 100%;
}

.new-category-bx figure i {
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  padding: 20px;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 2px solid #fff;
}
.new-category-bx a {
  color: #fff !important;
}
.new-category-bx figure {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  margin-bottom: 15px;
  padding-right: 0;
}
.new-category-bx figure .btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-bottom: 2px solid #fff;
  color: #fff !important;
  font-weight: bold;
  font-size: 14px !important;
  border-radius: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  padding: 0 0 5px 0;
  z-index: 99;
  display: none;
}
.new-category-bx figure i:after {
  position: absolute;
  content: "";
  height: 161px;
  width: 161px;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  border-radius: 50%;
  z-index: 99;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.new-category-bx:hover .btn,
.new-category-bx:hover i:after {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease;
}
.new-category-bx h4 {
  font-size: 20px;
}
.new-category {
  padding-bottom: 0;
}
/*.new-category > div > .row > div:first-child i {
    background: #dec52b;
    border: 2px solid #dec52b;
}*/
/* .new-category > div > .row{
    display: flex;
    flex-wrap: wrap;
} */
.new-category a {
  text-decoration: none !important;
  display: inline-block;
}
.cart-product .pro-info > strong {
  font-weight: normal;
}
#cart_page br {
  display: none;
}
#accordion {
  margin: 20px 0 0 0;
}

#cart_page ul li:last-child {
  border: none !important;
}

ul#cart_page {
  /* margin-bottom: 20px; */
}

#accordion .panel-heading {
  font-size: 15px;
  color: #000 !important;
  border: none;
  border-radius: 0;
}
#checkout-page .loader {
  left: 0 !important;
  position: fixed !important;
  top: 0 !important;
  height: 100% !important;
  width: 100% !important;
  z-index: 99 !important;
}
#accordion .panel-heading a {
  color: #000;
  text-decoration: none !important;
}

#accordion .panel.panel-default {
  border: none;
  border-radius: 0;
}

#collapse-coupon {
  border: none !important;
}

#collapse-coupon > div {
  border: none;
  padding: 0 !important;
}
.side-cart br {
  display: none;
}

/* custom select
.custom-select {
    display: inline-block;
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 33px;
    color: #ffffff !important;
    vertical-align: middle;
    border: 1px solid #ced4da;
    border-radius: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 36px;
    background-image: none;
    background:none;
}
.custom-select {
  position: relative;
}

.custom-select select {
  display: none; hide original SELECT element:
}

.select-selected {
  position: relative;
  background: transparent url(../image/select-arrow.jpg) no-repeat 98%;
  cursor: default;
}

style the items (options), including the selected item:
.select-items div {
  padding: 8px 16px;
  border-bottom:1px solid #ddd;
  cursor: pointer;
  user-select: none;
  transition: all 0.3s ease;
}
.select-selected{
 color: #fff !important;
 color: #fff !important;
padding: 0px 10px;
border-radius: 5px;
}
.select-items div:hover{
    background-image: #ddd;
    transition: all 0.3s ease;
}
.select-items div:last-child{
    border: none;
}

style items (options):
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  border-radius: 10px;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.select-items > div {
    color: #000 !important;
    padding: 5px 10px;

}
.select-items > div:hover{
    background-image: #
}

hide the items when the select box is closed:
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}
 */

/* new select*/
.wrap-drop {
  background: #e7ded5;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  margin: 0 auto;
  max-width: 225px;
  padding: 1rem;
  position: relative;
  width: 75%;
  z-index: 3;
}

.wrap-drop::after {
  border-color: #695d52 transparent;
  border-style: solid;
  border-width: 10px 10px 0;
  content: "";
  height: 0;
  margin-top: -4px;
  position: absolute;
  right: 1rem;
  top: 50%;
  width: 0;
}

.wrap-drop .drop {
  background: #e7ded5;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  list-style: none;
  margin-top: 0;
  opacity: 0;
  padding-left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 2;
}

.wrap-drop .drop li a {
  color: #695d52;
  display: block;
  padding: 1rem;
  text-decoration: none;
}

.wrap-drop span {
  color: #928579;
}

.wrap-drop .drop li:hover a {
  background-color: #695d52;
  color: #e7ded5;
}

.wrap-drop.active::after {
  border-width: 0 10px 10px;
}

.wrap-drop.active .drop {
  display: block;
  opacity: 1;
  pointer-events: auto;
}
#account-reset #content {
  width: 100%;
}
#account-reset h2 {
  color: #fff;
}
#account-reset legend {
  padding-bottom: 10px;
}
#product-category #success_message,
#product-search #success_message,
.related-slider #success_message,
#product-product .alert-success,
.feature-products #success_message {
  position: fixed;
  top: 40px;
  right: 20px;
  z-index: 99;
}
.pro-body a > strong {
  min-height: 48px;
}
.minimum_message {
  font-style: italic;
  color: #ff0033;
  font-size: 13px;
  height: 30px;
}
.slideLeft,
.slideRight {
  display: none;
}
.alert.alert-success .close {
  padding-left: 10px;
}
.sub-category-image .img-thumbnail {
  padding: 0;
  border: none;
  border-radius: 0;
  background: none !important;
}
#product-category > div > .row {
  margin: 0;
}
#product-category a {
  text-decoration: none !important;
  display: inline-block;
}
.choose-language > button:first-child {
  font-family: "GESSTwoLight" !important;
}

.messgae-box .alert.alert-success .close {
  position: absolute;
  top: 13px;
  color: #fff !important;
  opacity: 1;
  right: 20px;
}
.messgae-box .alert.alert-success a {
  color: #fff !important;
  text-decoration: underline !important;
  margin: 0 5px;
}
.messgae-box .alert.alert-success {
  background: #2b2b2b !important;
  border: none;
  color: #fff !important;
  padding: 15px 20px !important;
  padding-right: 50px !important;
  font-size: 14px;
}
.messgae-box i {
  margin-right: 10px;
  font-size: 18px;
  vertical-align: middle;
  margin-top: -5px;
  color: #68e05a;
}
.sold-out {
  color: #ff0033 !important;
}
.sold-out i {
  color: #fff;
}
.MagicToolboxSelectorsContainer a {
  font-size: 0px;
}
.extbtn-block {
  display: flex;
}
.choose-language {
  margin-top: 40px;
}
div.MagicToolboxContainer.minWidth,
.product-detail-image-bx,
.MagicZoom img,
.mz-figure img {
  background: #fff;
  border-radius: 30px;
}
.product-detail .extloader.loader {
  height: 100vh;
  width: 100%;
  background: #fff;
  top: 0;
  position: fixed;
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
}
#product-category .product-holder > .row {
  margin: 0;
}
input.btn.btn-custom {
  display: none;
}
.product-detail-info-bx .product-footer strong + hr + strong {
  font-size: 20px;
  margin: 0;
}
#information-information p {
  margin-bottom: 15px;
}
footer ul {
  flex-wrap: wrap;
}
footer ul li {
  width: 33.333%;
  padding-bottom: 10px;
  text-align: center;
}
#common-home .swiper-viewport {
  margin: 0;
  background: transparent;
  border-radius: 0;
  border: none !important;
  box-shadow: none;
}
#common-home .swiper-viewport .swiper-slide {
  opacity: 1 !important;
}
.cc-color-override--1360619034.cc-window,
.cc-color-override--1360619034.cc-revoke {
  background: #2b2b2b !important;
  font-size: 14px;
}
.cc-color-override--1360619034.cc-window span.cc-header {
  font-size: 16px;
  padding-right: 40px;
}
.cc-color-override--1360619034 .cc-btn {
  color: #000;
  padding: 10px 10px 6px 10px;
}
a.cc-btn.cc-allow {
  color: #000 !important;
}
.cc-color-override--1360619034 .cc-btn {
  text-decoration: none !important;
  outline: none;
}
.cc-banner .cc-message,
.cc-color-override--1360619034.cc-window span.cc-header,
.cc-compliance {
  text-transform: capitalize !important;
}
#banner .row.swiper-wrapper > div {
  margin: 0 15px !important;
  padding: 0;
}
#banner .row.swiper-wrapper > div > div {
  margin: 0;
}
#banner .product-box figure {
  height: 330px;
}
#banner .pro-body a > strong {
  min-height: 28px;
  font-size: 18px;
}
#banner .pro-body p {
  line-height: 22px;
  min-height: 48px;
}
#banner .quantity-box span {
  width: 36px;
  height: 36px;
  line-height: 34px;
}
#banner .pro-body {
  padding: 15px;
}
#banner .quantity-box input {
  font-size: 18px;
}
#banner .product-footer strong {
  font-size: 18px;
}
#banner .product-footer .btn-primary {
  padding: 8px 10px;
  font-size: 13px;
  white-space: nowrap;
}

.swiper-viewport .swiper-button-next {
  opacity: 1;
  right: 0;
}
.feature-products .swiper-viewport .swiper-button-next:before {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #fff;
  height: auto;
  width: auto;
  top: 0;
  top: 0;
  position: absolute;
  right: 2px;
  z-index: 9;
}
.feature-products .swiper-container {
  position: static;
}
.feature-products .product-box {
  border: 1px solid #999;
}
.feature-products .swiper-viewport .swiper-button-next,
.feature-products .swiper-viewport:hover .swiper-button-next {
  right: -55px;
  opacity: 1;
}
.feature-products .swiper-viewport .swiper-button-prev,
.feature-products .swiper-viewport:hover .swiper-button-prev {
  left: -55px;
  opacity: 1;
}

.feature-products .swiper-viewport .swiper-button-next:after {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid #999;
  height: auto;
  width: auto;
  top: 0;
  position: absolute;
  right: 0;
}
.feature-products .swiper-viewport .swiper-button-prev:before {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #fff;
  height: auto;
  width: auto;
  top: 0;
  position: absolute;
  left: 2px;
  z-index: 9;
}

.feature-products .swiper-viewport .swiper-button-prev:after {
  content: "";
  border-top: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-right: 30px solid #999;
  height: auto;
  width: auto;
  top: 0;
  position: absolute;
  left: 0;
}

.feature-products {
  padding: 40px 0;
  position: relative;
  background: #fff;
  margin-top: 40px;
}
.feature-products:before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100vw;
  left: 50%;
  top: 0;
  background: #fff;
  margin-left: -50vw;
  z-index: -1;
}
body .feature-products .swiper-viewport {
  background: #fff !important;
}
.feature-products h3 {
  color: #000;
  margin-bottom: 40px;
}
.feature-products .swiper-pager {
  left: 50%;
  transform: translate(-50%, -50%);
}
ul#timer_left li {
    padding-left: 18px;
    font-size: 23px;
}
ul#timer_left li:first-child {
  padding-left: 0px;
}
ul#timer_left li span{
  font-weight:bold;
   padding-left:2px;
}
ul#timer_left {
    display: flex;
}
h6.heading-timer {
    font-family: "MuseoSansCyrl-300" !important;
    font-size: 25px;
    margin-bottom: 10px;
}
.amount_text {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    color: #fff;
    background-color: #ff0000;
    border-color: #ff0000;
    margin-top: 10px;
    font-weight: bold;
    font-size: 14px;
}
span.product_tetx {
    font-size: 14px;
}
.telephone_field .block_1 {
    width: 22%;
}
/* media css start */
@media (min-width: 992px) {
  .container {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1240px;
  }
}
@media (min-width: 1399px) {
  .container {
    max-width: 1270px;
    width: 1270px;
  }
}
@media (min-width: 1500px) {
  .container {
    max-width: 1470px;
    width: 1470px;
  }
  header > div {
    max-width: 1500px;
  }
}

@media (max-width: 1199px) {
  .category-des {
    padding: 15px;
  }
  .feature-products .swiper-viewport .swiper-button-next,
  .feature-products .swiper-viewport:hover .swiper-button-next {
    right: -5px;
  }
  .feature-products .swiper-viewport .swiper-button-prev,
  .feature-products .swiper-viewport:hover .swiper-button-prev {
    left: -5px;
  }
  main.product-detail #content > .row > div {
    padding: 0 15px;
  }
  .category-bx h4 {
    font-size: 24px;
    line-height: 34px;
  }
  .category-bx {
    min-height: 210px;
  }
  #onepagecheckout .account_option .btn.btn-default,
  #onepagecheckout .account_option .btn.btn-primary {
    font-size: 17px;
    padding: 8px 5px 6px 5px;
  }
  .related-product button.slick-next {
    right: -10px;
  }
  .related-product button.slick-prev {
    right: 80px;
  }

}

@media (max-width: 991px) {
  .login {
    width: 10%;
  }
  .product-holder .row > div {
    width: 50%;
    float: left;
  }
  .product-box {
    margin: 0;
  }
  .product-holder .row > div {
    margin-bottom: 30px;
  }
  .pro-body {
    padding: 20px;
  }
  .account #column-right + div {
    padding-left: 10px;
  }
  #column-right main a {
    padding: 15px 10px;
  }
  .address-button {
    text-align: right;
    width: 40%;
  }
  .address-box .address {
    width: 60%;
  }
  #account-login .col-sm-9 {
    padding: 0 15px;
  }
  #my-account #content {
    padding: 0 15px;
  }
  .white-holder {
    padding: 25px;
  }
  #product-search #content {
    padding: 0 15px;
  }
  .product-detail #content .row > div {
    width: 100%;
    padding: 0 15px !important;
  }
  figure.mz-figure.mz-hover-zoom.mz-no-expand.mz-ready,
  div.MagicToolboxContainer > a {
    width: 100%;
  }
  .product-detail-info-bx {
    margin-top: 20px;
  }
  .review-holder .row > div:last-child {
    padding: 60px 15px 20px 15px;
    text-align: left;
  }
  .product-detail > div > .row {
    margin: 0;
  }
  #product_review h2 {
    margin-bottom: 25px;
    font-size: 26px;
  }
  .category-des {
    padding: 20px;
  }
  #information-information #content {
    text-align: center;
    padding: 0 15px;
  }
  #information-contact form {
    margin-top: 40px;
  }
  .product-footer .btn-primary {
    font-size: 14px;
    padding: 8px 10px;
  }
  #onepagecheckout .account_option .btn.btn-default,
  #onepagecheckout .account_option .btn.btn-primary {
    width: 100% !important;
  }
  .extpanel .extpanel-title {
    font-size: 16px;
    display: flex;
  }
  #onepagecheckout table thead td {
    white-space: nowrap;
  }
  .related-product .product-box {
    margin: 0 15px;
  }
  section.related-slider h2 {
    font-size: 30px;
  }
  .new-category-bx h4 {
    font-size: 18px;
  }
  #product-category #content > .row > div {
    width: 33.333%;
    float: left;
  }
  .feature-products .swiper-pager {
    display: none;
  }
  body .feature-products .swiper-viewport {
    padding: 0 25px;
  }
  #banner .product-box figure {
    height: 400px;
  }
}

@media (max-width: 767px) {
  main {
    padding: 30px 0 0 0;
  }
  #banner .product-footer strong {
    font-size: 18px !important;
  }
  .subcategory-bx {
    margin-bottom: 30px;
  }
  .side-cart {
    right: -150% !important;
  }
  header > div {
    flex-wrap: wrap;
  }
  .logo {
    width: 100%;
    padding: 15px 0;
    transition: all 0.3s ease;
    border-bottom: 1px solid #333333;
  }
  .logo a {
    display: block;
  }
  .logo a img {
    margin: 0 auto;
  }
  .logo:after {
    position: absolute;
    content: "";
    height: 1px;
    width: 100%;
    background: #333333;
    left: 0%;
    bottom: 0;
  }
  .searchbar,
  .whatsapp,
  .language,
  .login {
    width: 20% !important;
    height: 55px;
    line-height: 55px;
    position: relative;
    float: left;
  }
  .cart {
    position: relative;
    width: 20%;
    float: left;
  }
  .cart > #cart > button {
    height: 55px;
    line-height: 55px;
    padding: 0;
  }
  header {
    padding: 25px 0 0 0;
  }
  .side-cart {
    width: 90%;
  }
  header > div > div:before {
    position: absolute;
    content: "";
    height: 55px;
    width: 1px;
    background: #3a3a3a;
    top: 0px;
    right: 0px;
  }
  header > div > div:first-child:before,
  header > div > div:last-child:before {
    display: none;
  }
  .whatsapp a,
  .whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #content {
    padding: 0;
  }
  .category-bx h4 {
    font-size: 24px;
    line-height: 32px;
  }
  .category-bx {
    margin-bottom: 15px;
  }
  .main-heading {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .account #column-right {
    margin-bottom: 30px;
  }
  .account #column-right + div {
    padding: 0 15px;
  }
  .account .white-holder {
    margin-bottom: 40px;
  }
  .account-heading {
    margin-bottom: 15px;
  }
  #account-register .col-sm-9 {
    padding: 0 15px;
  }
  #account-forgotten #content {
    padding: 0 15px;
  }
  .search-form .row > div {
    margin-bottom: 15px;
  }
  #product-search #content {
    padding-bottom: 30px;
  }
  .searchbar > i,
  .login li a i {
    display: block;
  }
  .login a i {
    font-size: 28px;
    line-height: 55px;
    text-align: center;
  }
  .login a {
    font-size: 0px;
  }
  #search {
    position: absolute;
    width: 100vw;
    left: 0;
    top: 110%;
    padding: 5px;
    background: #fff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
  }
  .open-search #search {
    opacity: 1;
    visibility: visible;
    top: 100%;
    transition: all 0.3s ease;
    z-index: 99;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
  #search span.input-group-btn {
    right: 0;
  }
  header {
    position: relative;
  }
  #search input {
    border: 1px solid #9e9797 !important;
    height: 40px !important;
    padding: 10px !important;
    width: 100%;
    border-radius: 0 5px 5px 0;
    color: #333 !important;
  }
  #search .btn-lg {
    color: #333 !important;
    position: absolute;
    top: 0;
    z-index: 9999;
    right: 0px;
    background: #333;
    width: 50px;
  }
  .searchbar {
    padding: 0;
  }
  .searchbar > i {
    font-size: 26px;
    color: #fff;
    line-height: 52px;
    text-align: center;
  }
  header > div {
    padding: 0 !important;
  }
  span#cart-total {
    position: absolute;
    font-size: 15px;
  }
  span.close-cart {
    font-size: 16px;
    height: 30px;
    width: 30px;
    line-height: 30px;
    top: 10px;
    right: 15px;
  }
  #error-not-found #content {
    padding: 0 15px 20px 15px;
  }
  #error-not-found p {
    font-size: 14px;
  }
  #error-not-found h1 {
    font-size: 18px;
    line-height: 26px;
  }
  #error-not-found a {
    width: 160px;
    margin-top: 20px;
    font-size: 14px;
  }
  footer br {
    display: none;
  }
  .search-product-page h2 {
    font-size: 18px;
    line-height: 24px;
  }
  .search-form {
    margin: 20px 0 0 0;
  }
  .search-form + #button-search {
    width: 150px;
    padding: 6px;
  }
  #product-product {
    padding-bottom: 20px;
  }
  figure.mz-figure.mz-hover-zoom.mz-no-expand.mz-ready {
    height: 400px;
  }
  figure.mz-figure.mz-hover-zoom.mz-no-expand.mz-ready img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  .MagicToolboxSelectorsContainer {
    margin-top: 20px;
  }
  .MagicToolboxSelectorsContainer a {
    margin: 0 5px;
  }
  .review-holder {
    padding: 15px;
  }
  #product_review h2 {
    margin-bottom: 20px;
    font-size: 28px;
  }
  .product-detail .product_review {
    margin-top: 40px;
  }
  .search-product-page .product-holder + div > div {
    text-align: center;
  }
  .product-footer .btn-primary {
    font-size: 13px;
    padding: 8px 10px;
  }
  .btn-primary i,
  .btn-primary svg {
    margin-right: 5px !important;
  }
  .product-footer .product-price .price,
  .product-footer strong {
    font-size: 24px !important;
    display: block;
  }
  .choose-language button {
    margin: 0 10px;
  }
  .category > div > .row > div {
    width: 100%;
  }
  .contact-us h2 {
    font-size: 22px;
  }
  #information-contact label.col-sm-2.control-label,
  #information-contact label.col-sm-2.control-label + div {
    padding: 0;
  }
  h3 {
    font-size: 24px;
  }
  .cart-product .remove-item-from-cart span {
    justify-content: flex-start;
  }
  main {
    padding: 25px 0;
  }
  .pagination_page {
    display: inherit;
    margin: 0;
  }
  #onepagecheckout .account_option .extbtn-block > .btn.btn-default,
  #onepagecheckout .account_option .extbtn-block > .btn.btn-primary {
    width: 33.33% !important;
  }
  #load_delivery_date label.col-sm-3.control-label {
    width: 100%;
  }
  .extpanel-body.delivery-Date-content.ext-delivery-date .form-group {
    display: block;
  }
  .shopping-cart-content table td[colspan="5"] {
    border: none !important;
  }
  .extpanel-body.delivery-Date-content.ext-delivery-date br {
    display: none;
  }
  #load_delivery_date .input-group-btn .btn.btn-default {
    padding: 10px 20px 11px 20px !important;
  }
  .extpanel-body.delivery-Date-content.ext-delivery-date .form-group > div {
    padding: 0;
  }
  .min-hght {
    min-height: auto !important;
    padding-bottom: 10px;
  }
  .shopping-cart-content.ext-carts.min-hght .exttable-responsive {
    margin: 0;
    border: none;
  }
  #error-not-found {
    height: calc(100vh - 215px);
  }
  .cart-footer .btn-default {
    line-height: initial;
  }
  .extpanel-body .shopping-cart-content .extcover table tr td.width_product {
    display: table-cell !important;
    white-space: initial !important;
  }
  .confirm-order-content.content-confirm-order .buttons {
    margin-top: 15px;
  }
  section.related-slider h2 {
    font-size: 19px;
    padding: 15px 0;
  }
  .related-product button.slick-next,
  .related-product button.slick-prev {
    height: 35px;
    width: 35px;
    top: -92px;
	z-index:99;
  }
  .related-product button.slick-prev {
    right: 70px;
  }
  .related-product button.slick-next {
    right: 10px;
  }
  .new-category > div > .row > div {
    width: 33.333%;
    float: left;
  }
  .confirm-order-bx img {
    height: 170px;
  }
  .confirm-order-bx i {
    margin-bottom: 20px;
  }
  .confirm-order-bx p {
    padding: 8px 0;
  }
  .new-btn {
    padding: 10px 40px;
  }
  .confirm-order-bx {
    max-width: 100%;
    margin: 50px auto 20px;
    padding: 0 20px;
  }
  .language button {
    font-size: 15px;
    padding: 0;
  }
  .new-category-bx figure i {
    height: 120px;
    width: 120px;
  }
  .new-category-bx h4 {
    font-size: 15px;
  }
  #product-category #content > .row > div {
    width: 33.333%;
    float: left;
  }
  .sub-category-image {
    height: 120px;
    width: 120px;
  }
  body {
    padding-top: 146px;
  }
  header {
    background: #000;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    background: #000;
    transition: all 0.4s ease;
    width: 100%;
  }
  .sticky header {
    top: -90px;
    transition: all 0.4s ease;
  }
  #product-category .product-holder > .row {
    margin: 0 -15px;
  }
  #product-category #success_message,
  #product-search #success_message,
  .related-slider #success_message {
    top: 40px;
    right: 0px;
    z-index: 999;
    width: 95%;
    left: 0;
    margin: 0 auto;
  }
  header > div {
    display: block;
  }
  .landing_page {
    padding: 0;
  }
  .side-cart .side-cart-inner {
    padding-bottom: 50px;
    padding: 15px;
  }
  .side-cart {
    padding: 0 !important;
  }
  .cart-footer ul {
    margin-bottom: 40px;
  }
  #banner .product-box figure {
    height: 420px;
  }
  #product-category #success_message,
  #product-search #success_message,
  .related-slider #success_message,
  #product-product .alert-success,
  .feature-products #success_message {
    z-index: 999;
    max-width: 90%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 25px;
  }
  .messgae-box .alert.alert-success .close {
    font-size: 14px;
    right: 10px;
  }
  .pro-body p {
    height: 18px;
  }
  section.related-slider {
  padding: 0px 0;
}
.telephone_field .block_1 {
    width: 33% !important;
}
}

@media (max-width: 575px) {
  .checkbox-filter {
    margin-bottom: 25px;
  }
  .product-box figure {
    height: 200px;
  }
  .telephone_field .block_1 {
    width: 27% !important;
}
  #banner .row.swiper-wrapper {
    margin: 0 -8px;
  }
  .product-holder .row > div {
    margin-bottom: 20px;
    float: left;
  }
  .side-cart {
    padding: 15px;
  }
  .side-cart h4 {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .cart-item-footer {
    flex-wrap: wrap;
  }
  .cart-item-footer .price,
  .cart-item-footer .remove-item-from-cart {
    padding: 0;
    text-align: left !important;
  }
  .pro-info > div,
  .pro-info > strong {
    line-height: initial;
  }
  .cart-product .price {
    padding: 10px 0 0 0;
    width: 80%;
  }
  li.cart-product .pro-info i {
    line-height: initial;
  }
  .cart-footer ul li span,
  .cart-footer ul li strong {
    line-height: initial;
  }
  .cart-footer ul li {
    padding: 10px 0;
  }
  .cart-footer .btn-default {
    line-height: 30px;
    background: #000;
  }
  li.cart-product .pro-img figure {
    width: 80px;
    height: 85px;
    margin: 0 15px 0 auto;
  }
  li.cart-product .pro-img figure img {
    height: 80px;
  }
  .product-detail-info-bx .product-footer strong {
    font-size: 24px !important;
    margin: 0;
  }
  .product-detail-info-bx {
    padding: 20px;
    margin-top: 20px;
  }
  main.product-detail #content > .row > div {
    padding: 0 30px;
  }
  .product-detail-info-bx .quantity-box {
    margin: 60px 0 40px 0;
  }
  .product-holder .row > div:nth-child(2n + 2) {
    padding-left: 8px;
  }
  .product-holder .row > div:nth-child(2n + 1) {
    padding-right: 8px;
  }
  .checkbox {
    font-size: 18px;
    font-weight: normal;
  }
  .pro-body {
    padding: 15px;
  }
  .pro-body > strong {
    font-size: 16px;
    margin: 5px 0 10px 0;
    min-height: 40px;
  }
  .btn-primary i,
  .btn-primary svg {
    margin-right: 4px !important;
  }
  .pro-body p {
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 13px;
  }
  .quantity-box span,
  #banner .quantity-box span {
    height: 30px;
    width: 30px;
    line-height: 30px;
  }
  .quantity-box input,
  #banner .quantity-box input {
    width: 40px;
    margin: 0 10px;
    font-size: 15px;
  }
  .quantity-box {
    margin-top: 10px;
  }
  .product-footer strong,
  .product-footer .product-price .price,
  #banner .product-footer strong {
    font-size: 12px !important;
    font-weight: normal;
    margin: 0;
    white-space: nowrap;
  }
  #banner .product-footer .btn-primary {
    padding: 6px;
    font-size: 11px;
  }
  .product-footer > div {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  .product-detail .product-footer .product-price .price {
    font-size: 24px !important;
  }
  .product-box .produt-select {
    padding: 6px 0;
  }
  .pro-body,
  #banner .pro-body {
    padding: 8px;
  }
  .product-footer {
    margin-top: 15px;
    height: 22px;
  }
  .product-footer .btn-primary {
    font-size: 11px;
    padding: 6px;
    white-space: nowrap;
  }
  footer ul li a {
    font-size: 14px;
  }
  footer ul {
    padding: 20px 0 15px 0;
  }
  footer p {
    font-size: 14px;
    padding: 10px 0 20px 0;
  }
  footer ul li {
    text-align: center;
    padding: 5px 0;
  }
  .product-detail-image-bx .slider-for .slider-item.slick-slide {
    padding: 20px;
  }
  .product-detail #content > .row > div {
    width: 100%;
  }
  main.product-detail #content > .row > div {
    padding: 0;
  }
  .product-detail-image-bx {
    margin-bottom: 20px;
  }
  .product-detail-image-bx .slider-for .slider-item.slick-slide {
    min-height: 360px;
  }
  .product-detail-info-bx h5 {
    font-size: 26px;
  }
  .product-detail-info-bx p span,
  .product-detail-info-bx p {
    font-size: 14px !important;
    line-height: 22px;
  }
  .product-footer .price {
    font-size: 20px !important;
    line-height: 20px;
  }
  .product-detail-info-bx .quantity-box span {
    height: 40px;
    width: 40px;
    line-height: 40px;
    font-size: 18px;
  }
  .product-detail-info-bx .quantity-box {
    margin: 40px 0 20px 0;
  }
  .product-detail-info-bx .product-footer button {
    font-size: 14px;
    padding: 10px;
    margin: 0;
    max-width: 140px !important;
  }
  .product-detail-info-bx .product-footer {
    height: auto !important;
  }
  .produt-select select {
    padding: 5px;
    font-size: 13px;
  }
  main#product-product > div > div {
    margin: 0;
  }
  .product-detail #content + .col-sm-12 {
    padding: 0;
    margin-top: 20px;
  }
  .product-detail .product_review {
    padding: 0px;
    margin-top: 40px !important;
  }
  #review + h2 {
    margin-bottom: 30px;
    font-size: 22px;
  }
  label.col-sm-2.control-label {
    font-size: 16px;
  }
  #account-login #content > .row {
    display: block;
  }
  #account-login .col-sm-9 > div > div:first-child {
    margin-bottom: 30px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 20px;
  }
  #account-login h2 {
    font-size: 24px;
  }
  #account-login h2 {
    font-size: 24px;
  }
  #account-register label.control-label {
    padding: 0;
  }
  #account-register label.control-label + div {
    padding: 0;
  }
  .account-heading > legend {
    display: flex;
  }
  #my-account .white-holder {
    flex-direction: column-reverse;
  }
  #my-account .white-holder #column-right {
    width: 100%;
    padding: 0;
  }
  #my-account .white-holder ul {
    padding-left: 0;
    margin: 0 -10px;
    width: 100%;
  }
  #my-account .white-holder ul li a {
    border-radius: 15px;
    padding: 10px;
  }
  #my-account #column-right {
    margin-bottom: 20px;
  }
  #my-account .white-holder {
    padding: 15px;
  }
  #checkout-page #content {
    padding: 0 15px;
  }
  #checkout-page .white-holder {
    padding: 15px;
  }
  .language button.btn.btn-link.dropdown-toggle {
    padding-top: 0;
  }
  main {
    padding: 25px 0;
  }
  footer ul {
    display: block;
  }
  figure.mz-figure.mz-hover-zoom.mz-no-expand.mz-ready {
    height: 350px;
  }
  .produt-select {
    padding: 0;
  }
  ul.produt-tab {
    overflow-x: auto;
  }
  ul.produt-tab li {
    padding: 0 3px;
  }
  .address-box > div {
    width: 100% !important;
  }
  .address-box {
    display: block;
  }
  .address-button {
    text-align: left;
  }
  .rating-stars ul > li.star > i.fa {
    font-size: 20px;
    width: 28px;
  }
  .rating-widget {
    padding: 8px 20px;
  }
  .rating-widget .success-box span {
    padding-left: 15px;
    font-size: 15px;
  }
  .rating-widget {
    margin-top: 10px;
  }
  .review-holder .row > div:last-child {
    padding: 40px 15px 20px 15px;
  }
  .btn-big,
  .btn-primary.btn-big {
    width: 170px;
    padding: 10px;
    font-size: 15px;
  }
  .review-holder .row > div:last-child .pull-right {
    margin-top: 10px;
  }
  #product_review h2 {
    text-align: center;
    font-size: 24px;
  }
  .product-footer .product-price {
    padding-right: 10px;
    line-height: initial;
  }
  .pagination_page ul li a,
  .pagination li a,
  .pagination_page ul li.active span,
  .pagination li.active span {
    padding: 7px 15px !important;
  }
  .category-bx h4 {
    font-size: 20px;
    line-height: 28px;
  }
  .quantity-box span,
  #banner .quantity-box span {
    line-height: 28px;
    font-size: 14px;
  }
  h3 {
    font-size: 22px;
  }
  .coupon form {
    display: block;
  }
  #button-coupon {
    width: 100%;
    margin: 8px 0 0 0 !important;
    padding: 8px !important;
    height: auto;
  }
  .choose-language button {
    margin: 20px auto !important;
  }
  .choose-language button:last-child {
    margin-bottom: 0 !important;
  }
  .pagination_page {
    display: block;
    margin: 0;
  }
  .pagination_page > div {
    text-align: center !important;
  }
  #onepagecheckout .account_option .btn.btn-default,
  #onepagecheckout .account_option .btn.btn-primary {
    font-size: 15px;
  }
  .content-shopping-cart .noborder,
  .content-shopping-cart .noborder strong {
    font-size: 18px;
  }
  .content-shopping-cart table td {
    padding: 5px 8px !important;
  }
  .confirm-order-content.content-confirm-order {
    padding: 15px !important;
  }
  .related-product .slick-prev:before,
  .related-product .slick-next:before {
    font-size: 20px !important;
  }
  #banner .pro-body p {
    height: 18px;
    min-height: inherit;
  }
  #banner .pro-body p span {
    margin: 4px 0 0 0;
    display: block;
  }
  #banner .pro-body p span small {
    font-size: 80% !important;
    display: block;
  }
  .related-product .product-box {
    margin: 0 5px;
  }
  .related-product button.slick-next,
  .related-product button.slick-prev {
    height: 30px;
    width: 30px;
    top: -66px;
	z-index:99;
  }
  .related-product button.slick-prev {
    right: 60px;
  }
  section.related-slider h2 {
    margin-bottom: 35px;
  }
  .new-category-bx figure i {
    height: 85px;
    width: 85px;
    padding: 8px;
  }
  .new-category-bx h4 {
    font-size: 14px;
    line-height: 20px;
    min-height: 38px;
  }
  .new-category-bx figure {
    margin-bottom: 10px;
  }
  .new-category-bx {
    margin-bottom: 35px;
  }
  .confirm-order-bx p {
    padding: 5px 0;
    font-size: 15px;
  }
  .new-btn {
    padding: 8px 25px;
    font-size: 12px;
  }
  .confirm-order-bx img {
    height: 150px;
  }
  span#cart-total {
    position: static;
  }
  .select-items {
    padding: 5px;
  }
  .select-items > div {
    padding: 5px 7px;
    font-size: 12px !important;
    line-height: 20px;
  }
  .custom-select {
    font-size: 12px;
    height: 30px;
    line-height: 28px;
  }
  .select-selected {
    white-space: nowrap;
    overflow: hidden;
  }
  .select-selected:before {
    position: absolute;
    content: "";
    height: 28px;
    width: 25px;
    background: red;
    right: 0;
    background: transparent url(../image/select-arrow.jpg) no-repeat;
    top: 9px;
    right: -10px;
    z-index: 9;
  }
  .select-selected:after {
    position: absolute;
    content: "";
    height: 28px;
    width: 100%;
    background: #151515;
    width: 25px;
    right: 0;
  }
  .choose-language button {
    display: block;
  }
  .choose-language button img {
    margin-left: 10px;
    margin-right: 0;
    margin-top: -5px;
  }
  .pro-body > a > strong {
    font-size: 16px !important;
    min-height: 44px;
  }
  .alert.alert-success {
    font-size: 12px;
    padding: 5px;
  }
  #product-category #success_message,
  #product-search #success_message {
    left: 0;
    margin: 0 auto;
    width: 90%;
    right: 0;
    top: 20px;
  }
  #product-category #success_message button.close,
  #product-search #success_message button.close {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .slideLeft,
  .slideRight {
    background: no-repeat;
    border: none;
    position: absolute;
    top: 140px;
    display: block;
  }
  .pro-body {
    position: relative;
  }

  .slideRight {
    right: 1px;
  }

  .slideLeft {
    left: 1px;
  }
  ul.produt-tab {
    width: 86%;
    margin: 0 auto;
  }
  ul.produt-tab li label {
    font-size: 12px;
  }
  .minimum_message {
    font-size: 12px;
    line-height: 14px;
  }
  #product-category > div > .row {
    margin: 0 -15px;
  }
  .cart-footer ul li {
    font-size: 18px;
  }
  #cart > .btn i {
    margin-right: 5px;
  }
  .quantity-box {
    width: 100%;
  }
  .remove-item-from-cart {
    width: 20%;
    padding-top: 7px;
  }
  .messgae-box .alert.alert-success {
    font-size: 12px;
    padding: 10px 10px !important;
  }
  #product-category #success_message button.close,
  #product-search #success_message button.close {
    font-size: 13px;
  }

  .open-cart .cart-footer .btn-default {
    position: fixed;
    bottom: 0;
    width: 90%;
    right: 0;
    border-radius: 0;
    text-align: center;
    right: 0;
    transition: all 0.5s ease;
  }
  .cart-footer .btn-default {
    right: -150%;
    transition: all 0.5s ease;
  }
  .new-category > div > .row > div {
    padding: 0 5px;
  }
  .sub-category-image > a {
    padding: 8px;
  }
  .sub-category-image {
    height: 85px;
    width: 85px;
  }
  #product-category #content > .row {
    margin: 0;
  }
  #product-category #content > .row > div {
    padding: 0 10px;
  }
  .subcategory-bx strong {
    margin: 15px 0 0 0;
    font-size: 14px;
    min-height: 40px;
  }
  #information-information p span {
    font-size: 12px;
    line-height: 18px;
  }
  .contact-us h3,
  .contact-us form > fieldset > legend {
    margin-bottom: 20px;
  }
  .product-box .product-footer {
    flex-wrap: wrap;
  }
  .product-footer .btn-primary {
    width: 100%;
    margin-top: 10px;
  }
  .product-box .product-footer {
    height: auto;
  }
  .product-footer small {
    position: static;
    font-size: 12px;
  }
  .product-detail-info-bx .product-footer hr {
    margin: 8px 0;
  }
  .product-detail-info-bx .product-footer hr + strong {
    font-size: 18px !important;
  }
  footer ul li {
    width: 100%;
  }
  #banner .product-footer > div {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #banner .product-box figure {
    height: 200px;
  }
  body .feature-products .swiper-viewport {
    padding: 0 15px;
  }
  #banner .row.swiper-wrapper > div {
    margin: 0 8px !important;
  }
  #banner .pro-body a > strong {
    height: 42px;
    min-height: inherit;
  }
  .feature-products {
    padding: 20px 0 30px 0;
    margin-top: 20px;
  }
  .feature-products h3 {
    margin-bottom: 20px;
  }
  #banner .product-footer .product-price {
    height: 42px;
  }
  #banner .product-footer .product-price + small {
    line-height: 0;
  }
  .product-detail-info-bx .product-footer .disc-price strong {
    font-size: 14px !important;
  }
}

@media (max-width: 380px) {
  .product-detail-info-bx .product-footer hr + strong {
    font-size: 14px !important;
  }
}

@media (max-width: 320px) {
  .quantity-box input,
  #banner .quantity-box input {
    width: 30px;
    margin: 0 5px;
    font-size: 15px;
  }
  .telephone_field .block_1 {
    width: 32% !important;
}
  .minimum_message {
    font-size: 11px;
  }
  .product-footer {
    display: block;
  }
  .product-footer > div {
    width: 100%;
    text-align: center;
  }
  .product-box figure,
  #banner .product-box figure {
    height: 180px;
  }
  .product-footer .btn-primary {
    width: 100%;
    margin-top: 5px;
  }
  .checkbox {
    font-size: 16px;
  }
  .rating-widget {
    padding: 8px 15px;
  }
  .rating-widget .success-box span {
    padding-left: 10px;
    font-size: 13px;
  }
  .rating-stars ul > li.star > i.fa {
    font-size: 18px;
    width: 24px;
  }
  .language button {
    font-size: 13px;
    padding: 0;
  }
  .whatsapp i {
    font-size: 26px;
  }
  .searchbar > i {
    font-size: 23px;
  }
  #cart > .btn i {
    font-size: 20px;
  }
  .product-box .product-footer {
    height: auto;
  }
  ul.produt-tab li label {
    font-size: 10px;
    padding: 5px;
  }
  .slideLeft,
  .slideRight {
    top: 161px;
  }
  ul.produt-tab li:first-child {
    padding-left: 1px;
  }
  .slideLeft {
    left: -1px;
  }
  .slideRight {
    right: -1px;
  }
  .product-detail-info-bx .product-footer button {
    max-width: 100% !important;
    margin-top: 5px;
  }
  figure.mz-figure.mz-hover-zoom.mz-no-expand.mz-ready {
    height: 300px;
  }
  .product-footer small {
    display: block;
    text-align: center;
    font-size: 11px;
  }
  .quantity-box span,
  #banner .quantity-box span {
    line-height: 24px;
    font-size: 13px;
    height: 26px;
    width: 26px;
  }
  .product-detail-info-bx .product-footer hr + strong,
  .product-detail-info-bx .product-footer strong {
    font-size: 18px !important;
  }
  .product-detail-info-bx .product-footer hr + strong {
    margin-bottom: 10px;
  }
}

body .swiper-viewport {
  border: none !important;
  background: #000 !important;
  margin: 0;
}

.product-detail-info-bx .product-footer .disc-price strong {
  font-size: 14px;
  font-style: italic;
  margin: 0;
  display: block;
  padding: 5px 0 0 0;
}

.product-footer strong span {
  display: inline;
  position: relative;
}

.product-footer strong span strong.p-info {
  position: absolute;
  background: #fff;
  color: #fff;
  font-size: 13px;
  width: 200px;
  padding: 10px 15px;
  line-height: 23px;
  text-align: center;
  border-radius: 7px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  top: -75px;
  left: -90px;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  margin: 0;
  transition: all 0.3s ease-in-out;
}
.product-footer strong span img {
  margin-left: 1px;
  vertical-align: middle;
}
.product-footer strong span strong.p-info span {
  color: #333;
  display: block;
}

.product-footer strong span strong.p-info:before {
  position: absolute;
  content: "";
  border-top: 10px solid #fff;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  bottom: -10px;
  width: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.product-footer strong span:hover strong.p-info {
  opacity: 1;
  visibility: visible;
  transition: all 0.3s ease-in-out;
}

#common-home #content > .swiper-viewport {
  margin-top: 20px;
}

#button-coupon-remove {
  color: red;
  font-size: 22px;
  font-weight: 700;
}

.miniheightclass.extpanel-body.payment-method-content.ext-payment-method
  .radio
  label
  input[type="radio"]:checked
  + span {
  font-weight: 700;
}

.time-slot input {
  position: absolute;
  opacity: 0;
}

.time-slot label span {
  border: 1px solid #000000;
  padding: 3px 4px;

  border-radius: 7px;
}

.time-slot label {
  margin: 8px;
}

.time-slot label input:checked + span {
  background: #111;
  color: #fff;
}

.appointment-date {
  display: flex;
  margin-right: 50px;
}

.appointment-date input {
  border-radius: 5px 0 0px 5px;
}
.appointment-date button {
  min-height: 44px;
}

#content > main.customizebooking > form > div.col-md-5 > div:nth-child(6) {
  text-align: center;
}

@media (max-width: 768px) {
.telephone_field .block_1 {
    width: 40%;
}
}	
@media (max-width: 767px) {
  #product-category #content {
    padding: 25px 10px !important;
  }
  #customize-booking .container .row {
    margin: 0;
  }
  #customize-booking div#content {
    padding: 0px 10px !important;
    margin: 0;
  }
  main.customizebooking {
    padding-bottom: 10px;
  }
  #customize-booking h3 {
    margin-bottom: 18px;
  }
}

@media (max-width: 575px) {
  #product-category #content {
    padding: 25px 10px !important;
  }
  .time-slot {
    clear: both;
    display: block;
    width: 100%;
    text-align: left;
  }
  .time-slot label {
    width: 48%;
    margin: 0;
    padding: 5px;
    display: inline-block;
  }
  .time-slot label span {
    display: block;
    text-align: center;
    font-size: 14px;
  }
  #product-category #content {
    margin: 0;
  }
  #product-category h3 {
    margin-bottom: 20px;
  }
  main.customizebooking label {
    font-size: 16px;
  }
}

main.customizebooking form .required label:after {
  content: "*";
  color: red;
  margin-left: 3px;
}

main.customizebooking form .time-slot label:after {
  display: none;
}



.container.main-perfume-category {
  width: 100%;
}
.main-perfume-category .perfume-category {
  text-align: center;
  margin: 30px 0;
}

.main-perfume-category .perfume-category h1 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}

/*.main-perfume-category .perfume-category h1:before {
  position: absolute;
  top: 33%;
  left: 47%;
  right: 0;
  width: 50px;
  height: 2px;
  background: #000;
  content: '';
}*/

.main-perfume-category .account label.control-label {
  margin-bottom: 20px;
  margin-top: 30px;
}
.main-perfume-category label.control-label {
  font-weight: normal;
  font-size: 22px;
}
.main-perfume-category input#myCheck {
  width: 40px;
  height: 20px;
  margin-left: 80px;
}

.main-perfume-category input#myCheck1 {
  width: 40px;
  height: 20px;
  margin-left: 80px;
}

.main-perfume-category .myprice h4 {
  background: #f8f7f7;
  padding: 20px;
  margin-top: 10px;
}

.main-perfume-category .myprice h4:hover {
  background: #ccc;
  cursor: pointer;
  transition: 0.9s;
}

.exact-quantity{ margin-top: 30px; }

.main-perfume-category .perfume-category-second{
  text-align: left;
  margin: 30px 0;
}
.main-perfume-category .perfume-category-second h2 {
  font-size: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
/*.main-perfume-category .perfume-category-second h2:before {
  position: absolute;
  bottom: 7%;
  left: 14px;
  right: 0;
  width: 50px;
  height: 2px;
  background: #000;
  content: '';
}*/

.select-quantity {
  margin: 30px 15px;
}

label {
  padding: 0 15px !important;
}

.select-quantity .form-control {
  margin: 5px 0;
}

.select-quantity .input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.sticker-type-section input#myCheck2 {
  width: 40px;
  height: 20px;
  margin-left: 80px;
}
.sticker-type-section input#myCheck3 {
  width: 40px;
  height: 20px;
  margin-left: 80px;
}

.form-group.required.giveway-booking {
  text-align: center;
}
.form-group.required.giveway-booking .btn.btn-info {
  display: inline-block;
  padding: 10px 20px;
  background: #191919;
  border-color: #191919;
  border-radius: 30px;
  margin-top: 30px;
}

@media only screen and (min-width:320px) and (max-width:425px){
.main-perfume-category label.control-label {
  font-weight: normal;
  font-size: 14px;
}
.main-perfume-category input#myCheck {
  width: 25px;
  height: 15px;
  margin-left: 0px;
}

.sticker-type-section input#myCheck2 {
  width: 25px;
  height: 15px;
  margin-left: 0px;
}
.sticker-type-section input#myCheck3 {
  width: 25px;
  height: 15px;
  margin-left: 0px;
}

label {
  padding: 0px !important;
}

.main-perfume-category input#myCheck1 {
  width: 25px;
  height: 15px;
  margin-left: 0px;
}
.select-quantity {
  margin: 30px 0;
  background: #ccc;
  padding-bottom: 20px;
  padding-top: 20px;
}

.container.main-perfume-category {
  width: 100%;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.main-perfume-category .perfume-category {
  text-align: left;
  margin: 30px 0;
  padding-left: 0px !important;
}

}
