html,
body {
    height: 100%;
    font-family: 'Comfortaa', cursive;
    font-weight: 300;
    color: #000;
    line-height: 26px;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}
section {
    padding-left: 0px;
    min-height: 100vh;
    padding-top: 80px;
	border-bottom: 1px solid #ccc;
}
.h2, h2 {
    font-size: 25px;
}
a {
    color: #000;
    text-decoration: none;
}
a:focus, a:hover {
    color: #000;
	text-decoration: none;
}
.section-heading{
   font-size: 35px;
   font-family: 'Poiret One', cursive;
}
.section-heading-black {
	color: #fff;
    font-size: 35px;
    font-family: 'Poiret One', cursive;
}
hr.red {
    border-color: #cb177c;
}

hr {
    border-color: #000;
    border-width: 3px;
    max-width: 50px;
}
/** style **/
.bottom5 {
    padding-bottom: 5px;
}
.bottom20 {
    padding-bottom: 20px;
}
.top5 {
    padding-top: 5px;
}
.dotted {
  background-image: -webkit-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  background-image: -moz-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  background-image: -ms-repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  background-image: repeating-radial-gradient(center center, rgba(0,0,0,.1), rgba(0,0,0,.1) 1px, transparent 1px, transparent 100%);
  -webkit-background-size: 3px 3px;
  -moz-background-size: 3px 3px;
  background-size: 3px 3px;
}
.dress-width { 
    width: 150px;
    height: 150px;
}
.brick {
    background-color: rgba(0, 0, 0, 0.61);
background-image: url("https://www.transparenttextures.com/patterns/bright-squares.png");
/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
}
.gray-back{
  background-color: rgba(230, 230, 230, 0.79);
background-image: linear-gradient(90deg, rgba(255,255,255,.07) 50%, transparent 50%),
linear-gradient(90deg, rgba(255,255,255,.13) 50%, transparent 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.17) 50%),
linear-gradient(90deg, transparent 50%, rgba(255,255,255,.19) 50%);
background-size: 13px, 29px, 37px, 53px;
}

.red-middle{
  color: #cb177c;
  font-size: 20px;
}

/** navbar **/
.navbar-default {
background: #FFFFFF;
/* padding: 10px 0; */
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.open > a, .navbar-default .navbar-nav > li:hover > a {
background: transparent;
color: #000;
/* font-weight: bold; */
}
.navbar.navbar-default {
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .navbar-toggle {
  margin-top: 32px;
}
.navbar-toggle {
    border-radius: 0;
}
.navbar-brand>img {
    width: 60px;
    padding-top: 10px;
	display: inline;
}
@media only screen and (min-width: 768px) {
.navbar-brand>img {
    width: 110px;
    padding-top: 0px;
    margin-left: 50%;
}
}
.brand-text{
  padding: 10px 5px;
  width: auto;
  float: right;
}
.brand-text .h1, h1{
    margin-top: 0px;
    margin-bottom: 10px;
	font-size: 22px;
}
.navbar.navbar-default .navbar-brand {
    padding: 2px 10px;
    color: #cb177c;
    font-size: 30px;
	font-weight: 700;
	font-family: 'Poiret One', cursive;
}
@media only screen and (min-width: 992px) {
.navbar.navbar-default .navbar-brand {
    padding: 2px 50px;
	font-size: 35px;
    }
	.navbar-right {
    padding-right: 50px;
    }
	.brand-text {
    padding: 0px 5px;
    }
	.brand-text .h1, h1{
	font-size: 36px;
    text-align: center;
}
}
/* Large devices (large desktops, 1200px and up) */
@media (min-width: @screen-lg-min) { 
   .navbar.navbar-default .navbar-brand {
    padding: 2px 100px;
    }
	.navbar-right {
    padding-right: 100px;
    }
}
.navbar-brand small {
    display: block;
    font-size: 22px;
    line-height: 1.5;
	color: #858585;
	font-weight: 400;
	font-family: 'Poiret One', cursive;
}


.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus{
color: #000;
background: transparent;
}
.navbar-default .navbar-nav>li>a{
color: #000;
font-family: 'Advent Pro', sans-serif;
} 
.navbar-default {
background: #fff;
box-shadow: 0px 1px 2px rgba(40, 40, 40, 0.6);
}
.navbar-nav>li {
}
.navbar-nav {
    margin: 0px 0px;
}
 .navbar-default .navbar-nav > li > a{
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 4px solid transparent;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background: transparent;
}

@media only screen and (min-width: 768px) {
  .navbar-default { 
  }
  .navbar-default .navbar-nav > li > a { 
}
  .navbar-default .navbar-nav>li>a {
	color: #000;
	font-size: 18px;
	/**text-transform: uppercase;**/
	}
  .navbar-default .navbar-nav > li.active > a,
  .navbar-default .navbar-nav > li.open > a,
  .navbar-default .navbar-nav > li:hover > a {
    background: transparent;
    color: #000000;
	border-top: 4px solid #cb177c;
}
  .navbar-default .navbar-nav > li.active > a{
	font-weight: normal;
}
}
@media only screen and (max-width:768px){
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
border-color: #A3A3A3;
padding: 10px 0;
}

.navbar-default .navbar-nav > li > a {
  padding-top: 8px;
  padding-bottom: 13px;
  border-top: 4px solid transparent;
}
.navbar-default .navbar-nav>li>a {
  color: #000; 
  text-transform: uppercase;
}
}

.highlight-info {
    background: #fff;
    height: 300px;
}

/** footer **/
footer.site-footer {
    background-color: #000000;
    padding: 15px 0;
    color: #ffffff;
    text-align: center;
}
footer.site-footer a {
  color: #ffffff;
}
footer.site-footer a:hover {
  color: #cb177c;
}
.white-font {
   color:#fff;
}
img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  border: 0;
}

*:focus {
outline: 0;
outline: none;
}
.mt-1 {
	margin-top: 10px
}
.mt-2 {
	margin-top: 20px
}
.mt-3 {
	margin-top: 30px
}
.mt-4 {
	margin-top: 40px
}
.mb-1 {
	margin-bottom: 10px
}
.mb-2 {
	margin-bottom: 20px
}
.mb-3 {
	margin-bottom: 30px
}
.mb-4 {
	margin-bottom: 40px
}
.pt-1 {
	padding-top: 10px
}
.pt-2 {
	padding-top: 20px
}
.pt-3 {
	padding-top: 30px
}
.pt-4 {
	padding-top: 40px
}
.pt-5 {
	padding-top: 50px
}
.pb-1 {
	padding-bottom: 10px
}
.pb-2 {
	padding-bottom: 20px
}
.pb-3 {
	padding-bottom: 30px
}
.pb-4 {
	padding-bottom: 40px
}
.pb-5 {
	padding-bottom: 50px
}
.pr-1 {
	padding-right: 10px;
}
.pr-2 {
	padding-right: 20px;
}
.pr-3 {
	padding-right: 30px;
}
.pr-4 {
	padding-right: 40px;
}
.pr-5 {
	padding-right: 50px;
}
.pl-1 {
	padding-left: 10px;
}
.pl-2 {
	padding-left: 20px;
}
.pl-3 {
	padding-left: 30px;
}
.pl-4 {
	padding-left: 40px;
}
.pl-5 {
	padding-left: 50px;
}
.p-1 {
	padding: 10px;
}
.p-2 {
	padding: 20px;
}
.p-3 {
	padding: 30px;
}
.p-4 {
	padding: 40px;
}
.p-5 {
	padding: 50px;
}
.big-one {
    font-size: 39px;
	text-align: center;
    color: #000;
}
@media (max-width: 767px) {
	section {
	min-height: 100vh;
	padding-top: 70px;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
	section {
	min-height: 100vh;
	padding-top: 100px;
    }
	.item-page {
    padding: 50px;
    color: #000;
    background: #fffc;
    border: 1px solid #f3f3f3;
    border-radius: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
	section {
	min-height: 100vh;
	padding-top: 0px;
    }
}
@media (min-width: 1200px) {
	section {
	min-height: 100vh;
	padding-top: 100px;
    }
}
.img-full {
	width: auto;
	height: auto;
}
.img-big {
	width: 100%;
	height: auto;
}
@media (max-width: 767px) {
.img-full {
	width: 100%;
	height: auto;
	}
}
.carousel {
	padding-top: 0px;
}
.carousel-inner>.item {
  height: auto;

  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
#myCarousel .carousel-inner>.item {
    height: auto;
    background: no-repeat center center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#myCarousel {
	margin-bottom: 20px;
}
.carousel-image {
    display: block;
    height: auto;
    width: 100%;
}
.carousel-image img {
    vertical-align: middle;
    width: 100%;
    object-fit: cover;
    max-height: 70vh;
}
.carousel-caption {
    /* right: 20%; */
    left: 5%;
    top: 20%;
    text-align: left;
    /* padding-bottom: 30px; */
    /* background: #000000ba; */
	bottom: auto;
    width: 30%;
}
.black {
	padding: 20px;
    background: rgba(0,0,0,0.5);
}
.white {
	padding: 20px;
    background: rgba(0,0,0,0.5);
}
.carousel-title {
	font-weight: bold;
}
.carousel-caption-under {
    background: #fff;
    position: relative;
    width: 100%;
    bottom: 0px;
    padding: 10px;
	border-bottom: 1px solid #f7f7f7;
}


.pagination ul > li {
  display: inline;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  border-left-width: 0;
}
.pagination ul > li > a:hover,
.pagination ul > li > a:focus,
.pagination ul > .active > a,
.pagination ul > .active > span {
  background-color: #272727;
    color: #fff;
}
.pagination ul > .active > a,
.pagination ul > .active > span {
  color: #999999;
  cursor: default;
}
.pagination ul > .disabled > span,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: transparent;
  cursor: default;
}
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  border-left-width: 1px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-left-radius: 4px;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-right-radius: 4px;
}
.pagination-centered {
  text-align: center;
}
.pagination-right {
  text-align: right;
}
.pagination-large ul > li > a,
.pagination-large ul > li > span {
  padding: 11px 19px;
  font-size: 17.5px;
}
.pagination-large ul > li:first-child > a,
.pagination-large ul > li:first-child > span {
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-bottom-left-radius: 6px;
}
.pagination-large ul > li:last-child > a,
.pagination-large ul > li:last-child > span {
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-bottomright: 6px;
  border-bottom-right-radius: 6px;
}
.pagination-mini ul > li:first-child > a,
.pagination-small ul > li:first-child > a,
.pagination-mini ul > li:first-child > span,
.pagination-small ul > li:first-child > span {
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-bottom-left-radius: 2px;
  -moz-border-radius-bottomleft: 2px;
  border-bottom-left-radius: 2px;
}
.pagination-mini ul > li:last-child > a,
.pagination-small ul > li:last-child > a,
.pagination-mini ul > li:last-child > span,
.pagination-small ul > li:last-child > span {
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topright: 2px;
  border-top-right-radius: 2px;
  -webkit-border-bottom-right-radius: 2px;
  -moz-border-radius-bottomright: 2px;
  border-bottom-right-radius: 2px;
}
.pagination-small ul > li > a,
.pagination-small ul > li > span {
  padding: 2px 10px;
  font-size: 11.9px;
}
.pagination-mini ul > li > a,
.pagination-mini ul > li > span {
  padding: 0 6px;
  font-size: 10.5px;
}
.orange {
	background: #feb500;
	border-bottom: 1px solid #000;
}
.navbar-default .navbar-nav>.orange>a {
	color: #000;
}
.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100vh;
}
.orange i{
	padding-right: 5px;
}
.section-header-action {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
}

.bg-black {
    background-color: black !important;
    color: white !important;
}
.section-header-action h2 {
	font-size: 22px;
}
.section-header-action.bg-black.with-arrow:after {
    border-width: 18px 11px 0 11px;
    border-color: #212121 transparent transparent transparent;
}
.section-header-action.with-arrow:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 18px 11px 0 11px;
    border-color: #fff transparent transparent transparent;
    content: " ";
    position: absolute;
    bottom: -18px;
    left: calc(50% - 18px);
    z-index: 99;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.img-intro {
	height: 65vh;
}

@media (min-width: 1200px) {
  .span6 {
    width: 570px;
	float: left;
	padding: 1pc;
	}
}

@media (min-width: 768px) and (max-width: 979px) {
  .span6 {
    width: 352px;
  }
}
/** box **/
.smooth {
    opacity: 1;
}
.holder {
    border: 6px solid #FFFFFF;
    position: relative;
    overflow: hidden;
	padding: 5px;
	margin: 5px;
	text-align: center;
	background: #fff;
    box-shadow: 0px 0px 5px #333333;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.holder:hover {
    border: 6px solid #cb177c;
    box-shadow: 0px 0px 5px #000;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.box {
    height: 230px;
    overflow: hidden;
}
.watermarked .box img {
    vertical-align: middle;
    display: block;
    max-width: 100%;
}
.jshop h1 {
    margin-top: 0px;
    font-size: 35px;
}
.jshop_list_product .product .name {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.jshop_list_product .product .buttons a, .btn {
    text-shadow: none;
    font-weight: bold;
    text-decoration: none;
    color: #fff;
    background: #ce2885;
    border-radius: 0;
}
#mxcpr {
	font-size: 0px;
	display: none;
}
#lightbox-container-image {
    padding: 0px;
}
#lightbox-container-image-data-box {
    font: 10px Verdana, Helvetica, sans-serif;
    background-color: #fff;
    margin: 0 auto;
    /* line-height: 1.4em; */
    overflow: auto;
    width: 100%;
    visibility: hidden;
    padding: 0 0px 0;
}
#lightbox-container-image-box {
    position: relative;
    background-color: transparent;
    width: 250px;
    height: 250px;
    margin: 0 auto;
}
.pswp__caption__center {
	text-align: center;
}

figure {
      display: inline-block;
      width: 100%;
      float: left;
    }
	
.text-box {
	padding: 50px;
}
@media (max-width: 767px) {
	.text-box {
	padding: 10px;
}
}
.hidden-car {
	display: none;
}
.thumb-car {
	padding: 5px;
}
.text-more {
	text-align: center;
	font-size: 12px;
	font-weight: 500;
}
.product_link {
	position: relative;
    background: rgba(255, 255, 255, 0.78);
    color: #000;
    text-align: center;
    padding: 5px;
    bottom: 45px;
    font-size: 18px;
    left: 0;
    width: 100%;
}
.jshop_list_manufacturer .manufacturer .image {
    padding-right: 5px;
    height: 370px;
    overflow: hidden;
}
.product-detail-ext .field_val {
    display: none;
}
.product-detail-ext .extra_fields_value {
    display: block;
    font-size: 13px;
    font-weight: 500;
}
.data, .extra_fields_value {
    font-weight: 700;
    font-size: 14px;
}
.jshop_list_product .product .name {
	text-align: left;
	padding-left: 15px;
}
.oiproduct .manufacturer_name {
    padding-left: 15px;
    text-align: left;
    background: #fff;
}
.jshop .product_label {
    position: absolute;
    margin-left: -5px;
    margin-top: -5px;
    z-index: 1;
}
.jshop_list_product .product .jshop_price {
    font-size: 18px;
    text-align: left;
    margin-bottom: 5px;
}
.jshop_list_product .product .buttons {
    text-align: left;
}
.productfull .prod_price {
    background: #ce2885;
    padding: 10px;
    color: #fff;
    font-size: 20px;
}
.productfull #block_price {
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
}
.form-horizontal .box_cat_man .control-group {
    float: left;
    width: 100%;
}
@media (min-width: 768px){
.form-horizontal .box_cat_man .control-group {
    float: left;
    width: 271px;
}
.form-horizontal .box_category .control-label {
    width: 80px;
}}

.page-link {
  position: relative;
  display: block;
  padding: var(--pagination-padding-y) var(--pagination-padding-x);
  font-size: var(--pagination-font-size);
  color: var(--pagination-color);
  text-decoration: none;
  background-color: var(--pagination-bg);
  border: var(--pagination-border-width) solid var(--pagination-border-color);
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.page-link:hover {
  z-index: 2;
  color: var(--pagination-hover-color);
  background-color: var(--pagination-hover-bg);
  border-color: var(--pagination-hover-border-color);
}
.page-link:focus {
  z-index: 3;
  color: var(--pagination-focus-color);
  background-color: var(--pagination-focus-bg);
  outline: 0;
  -webkit-box-shadow: var(--pagination-focus-box-shadow);
          box-shadow: var(--pagination-focus-box-shadow);
}
.page-link.active, .active > .page-link {
  z-index: 3;
  color: var(--pagination-active-color);
  background-color: var(--pagination-active-bg);
  border-color: var(--pagination-active-border-color);
}
.page-link.disabled, .disabled > .page-link {
  color: var(--pagination-disabled-color);
  pointer-events: none;
  background-color: var(--pagination-disabled-bg);
  border-color: var(--pagination-disabled-border-color);
}
.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: var(--pagination-border-radius);
  border-bottom-left-radius: var(--pagination-border-radius);
}
.page-item:last-child .page-link {
  border-top-right-radius: var(--pagination-border-radius);
  border-bottom-right-radius: var(--pagination-border-radius);
}

.pagination-lg {
  --pagination-padding-x: 1.5rem;
  --pagination-padding-y: 0.75rem;
  --pagination-font-size: 1.25rem;
  --pagination-border-radius: 0.3rem;
}

.pagination-sm {
  --pagination-padding-x: 0.5rem;
  --pagination-padding-y: 0.25rem;
  --pagination-font-size: 0.875rem;
  --pagination-border-radius: 0.2rem;
}
.page-link [class*=" icon-"], .page-link [class^=icon-] {
    display: inline-block!important;
}
.form-group {
    margin-bottom: 15px;
    text-align: left;
}
.box_price_from {
	float: left;
	padding-right: 5px;
}
.box_price_to {
	float: left;
	padding-right: 5px;
}
.box_btn {
	float: left;
	padding-right: 5px;
	padding-top: 24px;
}
.clear_filter {
	float: left;
    padding-left: 5px;
    padding-top: 28px
}
.jshop_filters {
	min-height: 270px;
    padding: 10px;
    background: #ffeaf6;
}
@media (min-width: 768px){
.jshop_filters {
	min-height: 180px;
    padding: 10px;
    background: #ffeaf6;
}}