body, html  {
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  color: #212127;
  font-size: 16px;
  font-family: 'Nunito Sans', sans-serif;
}
.container-middle {
  max-width: 1030px;
  margin: 0px auto;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: 'Poppins', sans-serif;
}
h1, .h1 {
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 15px;
  font-weight: 400;
}
h2, .h2 {
  font-size: 28px;
  font-weight: 600;
}
h3, .h3 {
  font-size: 21px;
  font-weight: 600;
}
h4, .h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 20px;
}
p {
  margin-bottom: 0px;
}
.text {
  font-size: 16px;
  margin-bottom: 35px;
  font-weight: 600;
}
a {
  text-decoration: none !important;
}
ul, ol{
  padding: 0;
  webkit-padding: 0;
  moz-padding: 0;
  list-style: none;
}
.header {
  padding-bottom: 10px;
}
.wrapper_top_image {
  margin-bottom: 35px;
}
.top_block {
  text-align: center;
}
.top_block .h4 {
  color: #212127; 
}
.wrapper_date {
  margin-bottom: 40px;
}
.stars_b {
  width: 15px;
  vertical-align: top;
  margin-top: 2px;
  display: inline-block;
}
.stars {
  margin-right: 15px;
}
.date_b {
  margin-right: 15px;
}
.i_share {
  width: 16px; 
  vertical-align: top;
  margin-top: 2px;
  position: relative;
}
.wrapper-img-logo {
  padding-top: 15px;
  margin-bottom: 15px;
  display: inline-block;
}
.img-logo {
  display: inline-block;
}
.block_box {
  padding: 2px;
  margin-bottom: 40px;
  border-radius: 10px;
}
.block_box_yellow {
  border: 1px solid #fff5e6;
}
.block_box_blue {
  border: 1px solid #5b63d8;
}
.wrapper_box_container {
  padding: 2px;
  background-color: #ffffff;
  border-radius: 10px;
}
.box_container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 6px;
  padding: 15px 45px;
}
.box_container_1 {
  background-image: url('../img/bg/bg_box_yellow.png');
}
.box_container_2 {
  background-image: url('../img/bg/bg_box_blue.png');
}
.box_container_blue {
  background-color: #5b63d8;
  box-shadow: 0px 2px 0px 0px #4c53b5;
  border-radius: 10px;
  padding: 15px 30px;
  display: block;
}
.box_container .media {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.product_block {
  margin-bottom: 50px;
}
.product_block .h2 {
  color: #212127;
}
.icon_big {
  width: 70px;
}
.quantity_block svg {
  vertical-align: top;
}
.min_icon {
  width: 18px;
  margin-bottom: 4px;
  margin-right: 5px;
}
.wrapper_quantity_blocks {
  margin-top: 20px;
}
.quantity_block {
  margin-right: 25px;
}
.price_block {
  text-align: right;
  margin-top: 15px;
}
.discount_block {
  text-align: right;
  margin-top: 10px;  
}
.new_price {
  font-size: 28px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-right: 15px;
}
.old_price {
  font-size: 18px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #939397;
  text-decoration: line-through;
}
.new_price_min {
  font-size: 18px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-right: 15px;
}
.old_price_min {
  font-size: 13px;
  font-weight: 300;
  font-family: 'Poppins', sans-serif;
  color: #939397;
  text-decoration: line-through;
}
.discount {
  background-color: #e5f6d3;
  border-radius: 25px;
  color: #7ed321;
  padding: 0px 10px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 700;
}
.dollar {
  background-color: #fff1da;
  border-radius: 25px;
  color: #ffba48;
  padding: 0px 10px;
  font-size: 13px;
  font-weight: 700;
}
.img_radius {
  border-radius: 30px;
  box-shadow: 0px 5px 15px 0px #e8e6e6;
}
.img_radius_min {
  border-radius: 12px;
}
.line-through {
  text-decoration: line-through;
}
.wrapper_tags {
  margin-bottom: 40px;
}
.tag_block {
  padding: 5px 10px;
  border: 1px solid #ebebeb;
  border-radius: 6px;
  display: inline-block;
  margin-right: 12px;
  margin-bottom: 5px;
}
.tag_block span {
  color: #5b63d8;
}
.top_block {
  text-align: center;
}
.footer_table {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 15px;
}
.footer_table tr td {
  text-align: center;
  vertical-align: middle;
  border: none;
}
.footer_table tr td.line {
  width: 40%;
}
.center_block .h2 {
  margin-top: 0px;
}
.left_line,
.right_line {
  display: block;
  border-top: 1px solid #ddd;
}
.arrow_right {
  width: 10px;
}
.items {
  margin-top: 15px;
}
.list_item {
  margin-top: 10px;
}
.list_item a {
  color: #212127;
}
.list_item:before {
  content: '';
  background-image: url(../img/svg/arrow_right.svg);
  background-size: 10px;
  display: inline-block;
  width: 15px;
  height: 10px;
  background-repeat: no-repeat;
  background-position: 0px;
  padding-right: 20px;
}
.top_footer {
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.navbar-nav>li>a {
  background: none !important;
  font-weight: 700;
  font-size: 14px;
  color: #212127;
  font-family: 'Work Sans', sans-serif;
}
.wrapper_nav .nav {
  text-align: center;
}
.wrapper_nav .nav>li {
  display: inline-block;
} 
#aside1 {
  margin-bottom: 10px;
}
.sticky {
  position: fixed;
  top: 5px !important;
  z-index: 101;
  transition: all 0.3s;
}
.stop {
  position: relative;
  z-index: 101;
  margin-bottom: 30px;
}
.right-block {
  border: 2px solid #ffba48;
  padding: 10px 40px;
  border-radius: 15px;
  transition: all 0.6s;
  background-color: #ffffff;
  position: relative;
}
.inner-right_block {
  padding-left: 35px;
  padding-right: 35px;
}
#totop {
  position: fixed;
  bottom: 25px;
  right: 25px;
  z-index: 999;
  background: #fff;
  height: 36px;
  width: 36px;
  padding: 4px;
  text-align: center;
  line-height: 28px;
  font-size: 2em;
  color: #f8ee99;
  opacity: 0.6;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border: 1px solid #0e0e0e;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  display: none;
}
#totop .demo-icon {
  color: #000;
  margin: 0;
}
.btn {
  white-space: normal;
  outline: none !important;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 15px;
}
.btn:active, .btn.active {
  outline: 0 !important;
}
.btn-transparent,
.btn-transparent:focus {
  padding: 14px 15px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s;
  color: #ffffff;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 18px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  color: #212127 !important;
}
.btn-green {
  border-color: #7ed321 !important;
}
.btn-yellow {
  border-color: #ffba48 !important;
}
.btn-blue {
  border-color: #48e8e9 !important;
}
.btn_icon {
  width: 22px;
  margin-right: 20px;
}
.btn_blue,
.btn_blue:focus {
  padding: 13px 15px;
  font-family: 'Poppins', sans-serif;
  transition: all 0.3s;
  color: #ffffff;
  background-color: #5b63d8;
  border: 1px solid transparent;
  border-radius: 10px;
  font-size: 18px;
  text-decoration: underline !important;
  width: 160px;
  max-width: 100%;
  font-weight: 700;
  color: #ffffff !important;
  box-shadow: 0px 2px 0px 0px #4c53b5;
  font-family: 'Nunito Sans', sans-serif;
}
.btn_blue_min {
  width: 100px;
  padding: 5px 10px;
  font-size: 16px;
  border-radius: 5px;
}
.o_visible {
  overflow: visible;
}
.o_visible .h4 {
  color: #212127;
}
.wrapper_bottom_img {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

/* Footer */
#footer {
  border-bottom: 3px solid #ffba48;
  box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.copyright {
  padding: 15px 0px;
  font-family: 'Work Sans', sans-serif;
  font-size: 14px;
  color: #212121;
}
/* .Footer */
.flouting {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 18px;
  padding: 8px 11px;
  border-radius: 100px;
  background-color: rgba(238, 49, 62, 0.8);
  height: 50px;
  width: 50px;
  z-index: 1;
}
.flouting .demo-icon {
  color: #ffffff;
}
.close {
  display: none;
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 10px 13px;
  z-index: 21;
  border-radius: 6px;
  opacity: 1;
  color: #212127;
  font-weight: 300;
  opacity: 0.8;
}
.close:hover {
  color: #212127;
  opacity: 1;
}
.pulse {
  cursor: pointer;
  box-shadow: 0px 5px 10px 0px #dddddd;
  animation: pulse 2s infinite;
}
.pulse:hover {
  animation: none;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0px 0px 0px 0px #f2441f;
  }
  50% {
      -webkit-box-shadow: 0px 0px 5px 5px #f2441f;
  }
  100% {
      -webkit-box-shadow: 0px 0px 0px 0px #f2441f;
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0px 0px 0px 0px #f2441f;
    box-shadow: 0px 0px 0px 0px #f2441f;
  }
  50% {
      -moz-box-shadow: 0px 0px 5px 5px #f2441f;
      box-shadow: 0px 0px 5px 5px #f2441f;
  }
  100% {
      -moz-box-shadow: 0px 0px 0px 0px #f2441f;
      box-shadow: 0px 0px 0px 0px #f2441f;
  }
}
* {
  box-sizing: border-box;
}
/* Animation */
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  45% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.8;
  }
  45% {
    -webkit-transform: scale(1.75);
            transform: scale(1.75);
    opacity: 0;
  }
}
@-webkit-keyframes stop-pulsate {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
@keyframes stop-pulsate {
  from {
    opacity: 0.4;
  }
  to {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0;
  }
}
/* Button */
.btn-pulse .circle {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 32px;
  height: 32px;
  margin: -0.666em auto auto -0.666em;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  transition: opacity .2s ease-in, -webkit-transform .1s ease-out;
  transition: opacity .2s ease-in, transform .1s ease-out;
  transition: opacity .2s ease-in, transform .1s ease-out, -webkit-transform .1s ease-out;
  color: #fff;
  font-size: 1.5em;
  padding: 0;
  text-align: center;
  line-height: 32px;
  overflow: hidden;
}
.btn-pulse .circle:hover {
  opacity: 0.8;
  cursor: pointer;
}
.btn-pulse .circle:active {
  -webkit-transform: scale(0.875);
          transform: scale(0.875);
}
.btn-pulse .ring {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.2em;
  height: 2.2em;
  margin: -1.1em auto auto -1.1em;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  border-radius: 50%;
  border: 1px solid #ed0048;
  opacity: 0;
  -webkit-animation: pulsate 3s ease-out infinite;
          animation: pulsate 3s ease-out infinite;
}
.btn-pulse:hover .ring {
  -webkit-animation: none;
          animation: none;
}
.btn-pulse:active .ring {
  -webkit-animation: stop-pulsate 0.3s;
          animation: stop-pulsate 0.3s;
}
.popover_min {
  position: absolute;
  top: -25px;
  left: 30px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px 0 rgba(0, 0, 0, 0.06);
  background-color: #ffffff;
  padding: 10px;
  width: 160px;
  text-align: left;
  border: 1px solid #ece9e9;
}
.popover_min:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #ffffff;
  border-bottom: 10px solid transparent;
  z-index: 9999;
}
.popover_min:after {
  content: "";
  position: absolute;
  left: -11px;
  top: 20px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-right: 10px solid #ece9e9;
  border-bottom: 10px solid transparent;  
}
.item_advert a,
.item_advert button {
  width: 100%;
}
.item_advert {
  font-size: 15px;
  color: #212121;
}
.wrapper-demo-icon {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 2.15;
  letter-spacing: normal;
  text-align: left;
  color: #7f7f87;
  text-transform: uppercase;
}
.wrapper-demo-icon .demo-icon {
  color: #5b63d8;
  font-size: 13px;
  width: 30px;
  display: inline-block;
}
.btn_transparent {
  text-align: left;
  background-color: transparent;
}
/* Special Classes */
.clearfix {
  clear: both;
}
.clearfix:before, .clearfix:after {
  content: '';
  display: table;
}
.clearfix:after {
   clear: both;
}
.clearfix {
   *zoom: 1;
}
.btn:focus, 
.btn:active:focus, 
.btn.active:focus, 
.btn.focus, 
.btn:active.focus, 
.btn.active.focus {
  outline: thin dotted;
  outline: none;
  outline-offset: none;
}
.align-items-center {
  -ms-align-items: center;
  align-items: center;
}
.text-underline{
  text-decoration: underline !important;
}
.border-right {
  border-right: 1px solid #5258bc;
}
.d-flex { display: flex;}
.d-inline-block {display: inline-block;}
.fs-36 {font-size: 36px;}
.fs-16 {font-size: 16px;}
.fs-18 {font-size: 18px;}
.fw-600 {font-weight: 600;}
.fw-700 {font-weight: 700;}
.color-black { color: #212121;}
.color-blue { color: #1ca5e5;}
.color-white { color: #ffffff !important;}
.pl-20 {padding-left: 20px;}
.pr-20 {padding-right: 20px !important;}
.pr-30 {padding-right: 30px !important;}
.mb-0  { margin-bottom: 0px;}
.mb-10 { margin-bottom: 10px !important;}
.mb-15 { margin-bottom: 15px;}
.mb-20 { margin-bottom: 20px;}
.mb-30 { margin-bottom: 30px;}
.mb-50 { margin-bottom: 50px;}
.mt-0  { margin-top: 0;}
.mt-10  { margin-top: 10px;}
.mr-10  { margin-right: 10px;}
.mr-20  { margin-right: 20px;}
.ml-10  { margin-left: 10px;}
.ml-20  { margin-left: 20px;}
.mb-4px {margin-bottom: 4px;}
.lh-12 {line-height: 1.2;}
.w-100 {width: 100%;}
/* /Special Classes */
@media (min-width: 1300px) {
  .container {
    width: 1200px;
  }
}
@media (min-width: 1200px) {
  .row_big {
    margin-left: -30px;
    margin-right: -30px;
  }
  .col_big {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) {
  .wrapper-right-block {
    display: block!important;
   }
}
@media (max-width: 1199.98px) {
  h1, .h1 {
    font-size: 32px;
  }
  .right-block {
    padding-left: 20px;
    padding-right: 20px;
  }
  .o_visible .mr-20 {
    margin-right: 10px;
  }
}
@media (max-width: 991.98px) {
  #aside1 > div {
    width: 350px !important;
  }
  .right-block {
    padding: 0px 15px 0px 15px !important;
    height: 100%;
    float: right;
    text-align: center;
  }
  .sticky {
    position: static;
    max-width: 365px;
    width: 100% !important;
    float: right;
  }
  .wrapper-right-block {
    position: fixed;
    top: 10px;
    right: 5px;
    z-index: 1001;
    display: block;
    height: 100%;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: auto;
    display: none;
  }
  h1, .h1 {
    font-size: 30px;
  }
  h3, .h3 {
    font-size: 26px;
  }
  .sticky {position: static;}
  .flouting {
    display: block;
  }
  .open .flouting {
    display: none;
  }
  #totop {
    display: none !important;
  }
  .close {
    display: inline-block;
  }
}
@media (max-width: 767.98px) {
  .mob-none {
    display: none;
  }
  .copyright {
    text-align: center;
  }
  .img-logo {
    max-width: 150px;
  }
  h1, .h1 {
    font-size: 28px;
  }
  h2, .h2 {
    font-size: 24px;
  }
  h3, .h3 {
    font-size: 22px;
  }
  .top_block {
    max-width: 350px;
    margin: 0px auto 25px;
  }
  .wrapper_bottom_img {
    display: block;
    text-align: center;
  }
  .wrapper_bottom_img .pull-left,
  .wrapper_bottom_img .pull-right {
    float: none !important;
  }
  .footer_table tr td.line {
    width: 25%;
  }
  .box_container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .box_container .media {
    display: block;
  }
  .price_block, .discount_block {
    text-align: left;
  }
  .wrapper_bottom_img  .pr-30 {
    padding-right: 0px !important;
  }
  .img_radius {
    border-radius: 15px;
  }
  .text {
    font-size: 15px;
  }
  .popover_min {
    top: 35px;
    left: -100px;
  }
  .popover_min:before {
    top: -10px;
    left: 95px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ffffff;
    border-top: none;
  }
  .popover_min:after {
    top: -11px;
    left: 95px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #ece9e9;
    border-top: none;
  }
}
@media (max-width: 574.98px) {
  .footer_table tr td.line {
    width: 25%;
  }
  .list_item .text {
    font-size: 14px;
  }
}
@media (max-width: 374.98px) {
  #aside1 > div {
    max-width: 310px !important;
  }
  h1, .h1 {
    font-size: 24px;
  }
  .popover_min {
    left: -125px;
  }
  .popover_min:before {
    left: 120px;
  }
  .popover_min:after {
    left: 120px;
  }
}

.header {
	background-image: url('../img/bg/top-pattern.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.wrapper-content {
	background-image: url('../img/bg/pattern.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
}
.box_container_1 {
	background-image: url('../img/bg/blue-line-pattern.png');
}
.stars_b path {
	fill: #91FF00 !important;
}
.i_share path {
	fill: #ffffff !important;
}
.icon_big path,
.icon_big circle {
	fill: #0500F4 !important;
}
.min_icon path {
	fill: #91FF00 !important;
}
.top_block .h1,
.date_b,
.wrapper-content .h3,
.product_block .h2,
.quantity_block span,
.o_visible .h4,
.product_block .text-underline {
	color: #ffffff !important;
}
.box_container .h4,
.box_container .color-white,
.box_container_blue .color-white {
	color: #3704B8 !important;
}
.top_block .h4 {
	color: #BCD9FF;
}
.center_block .h2 {
	color: #9395FD;
}
.list_item a {
	color: #9395FD
}
.btn-green {
	color: #7ed321 !important;
	border-color: #5454E4 !important;
}
.btn-yellow {
	color: #ffba48 !important;
	border-color: #5454E4 !important;
}
.btn-blue {
	color: #48e8e9 !important;
	border-color: #5454E4 !important;
}
.btn_blue, .btn_blue:focus {
	background: linear-gradient(180deg, #5455E5 0%, #4F26B5 100%);
	box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.16);
}
.wrapper_box_container {
	background: transparent;
}
.wrapper_box_container_yellow {
	background: linear-gradient(184.24deg, #BEDCFF 11.51%, #99A8FF 92.89%);
}
.wrapper_box_container_blue {
	background: linear-gradient(180deg, #87F0C1 0%, #8CDDE2 100%);
}
.block_box_yellow {
	border: 1px solid #99A8FF;
}
.block_box_blue {
	border: 1px solid #534DDC;
}
.box_container_2 {
	background: none;
}
.text {
	color: #ffffff;
}
.new_price,
.new_price_min {
	color: #7886FF;
}
.old_price,
.old_price_min {
	color: #FFFFFF;
}
.btn_blue_min {
	background: linear-gradient(180deg, #77CD04 -38.57%, #36C290 112.38%);
	box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.16);
}
.box_container_blue {
	background: linear-gradient(180deg, #8DF900 0%, #26ABB3 100%);
	border-radius: 0px 0px 30px 30px;
	box-shadow: none;
	margin: 0px -5px;
}
.product_block {
	padding: 5px 5px 0px 5px;
	background: #121B4D;
	border-radius: 30px;
}
.product_block > .row,
.product_block > .text {
	padding-right: 30px;
	padding-left: 30px;
}
.discount {
	background-color: #8FFC00;
	color: #2C2323;
}
.dollar {
	background-color: #9104FF;
	color: #2C2323;
}
.hr {
	border-color: #373794;
}
.tag_block  {
	color: #91FF00;
	border-color: #373794;
}
.footer {
	background: #0E192E;
}
.left_line, .right_line {
	border-color: #9299FF;
}
.list_item:before {
	content: '';
	background-image: url('../img/svg/arrow_right.svg');
}
.navbar-nav>li>a, .copyright {
	color: #ffffff;
}
.right-block {
	border-color: #5d26e1;
	background: linear-gradient(360deg, #5d26e1 -0.96%, #1d395d 88.78%);
}
.close {
	color: #ffffff !important;
}
.border-right {
	border-right: 1px solid #5FB255;
}
.wrapper_box_container_blue .border-right {
	border-right: 1px solid #77B6CC;
}
.box_shadow_blue {
	box-shadow: 0px 5px 25px 0px #181A7F;
}
.img_radius {
	box-shadow: none;
}
#footer {
	border-bottom-color: #4ECC43;
}
@media (max-width: 767.98px) {
	.product_block {
		border-radius: 15px;
	}
	.box_container_blue {
		border-radius: 0px 0px 15px 15px;
	}
	.product_block > .row, .product_block > .text {
		padding-left: 15px;
		padding-right: 15px;
	}
}

.h2 {
	color: white!important;
}

.o_visible img {  height: auto !important;}
