@charset "utf-8";
/* CSS Document */

#myDIV {
	display: none;
}
#cat {
	display: block;
}
.site__body {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.page-header__container {
  padding-bottom: 15px;
}
.breadcrumb {
	padding-left: 0px!important;
	margin-bottom: 0px!important;
}
.page-header__title h1 {
	font-size: 36px;
	color: #3d464d;
}
.shop-layout {
	display: -ms-flexbox;
	display: flex
}


@media (min-width:992px) {
.shop-layout__sidebar {
	width: 255px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.shop-layout__content {
	width: calc(100% - 285px)
}
.shop-layout--sidebar--start .shop-layout__sidebar {
	margin-right: 30px
}
.shop-layout--sidebar--end .shop-layout__sidebar {
	margin-left: 30px
}
}

@media (max-width:991px) {
.shop-layout {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.shop-layout__content, .shop-layout__sidebar {
	width: 100%
}
.shop-layout__sidebar {
	-ms-flex-order: 1;
	order: 1
}
.shop-layout--sidebar--end .shop-layout__sidebar, .shop-layout--sidebar--start .shop-layout__sidebar {
	margin-left: 0;
	margin-right: 0
}
}





.widget__title {
	margin-bottom: 20px;
	font-size: 20px
}
.widget-aboutus {
	border: 2px solid #f0f0f0;
	border-radius: 2px;
	padding: 28px
}
.widget-aboutus__socials {
	margin-top: 20px;
	font-size: 16px
}
.widget-aboutus__socials ul {
	list-style: none;
	padding: 0;
	margin: -4px;
	display: -ms-flexbox;
	display: flex
}
.widget-aboutus__socials li {
	margin: 4px
}
.widget-aboutus__link {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 2px;
	transition: all .2s;
	color: #fff
}
.widget-aboutus__link:hover {
	color: #fff;
	opacity: .8
}
.widget-aboutus__link--facebook {
	background: #3c5a99
}
.widget-aboutus__link--twitter {
	background: #00a2e8
}
.widget-aboutus__link--youtube {
	background: #e52e2e
}
.widget-aboutus__link--instagram {
	background: #815dc7
}
.widget-aboutus__link--rss {
	background: #ffc338
}
.widget-categories {
	border: 2px solid #f0f0f0;
	border-radius: 2px;
	padding: 28px
}
.widget-categories__list {
	list-style: none;
	padding: 0;
	margin: 0;
	line-height: 18px;
	font-size: 16px
}
.widget-categories__row {
	display: -ms-flexbox;
	display: flex
}
.widget-categories__row a {
	position: relative;
	display: block;
	color: inherit;
	padding: 7px 10px 7px 16px;
	fill: #ccc;
	transition: color .15s;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.widget-categories__row a:hover {
	color: #1a66ff
}
.widget-categories__arrow {
	position: absolute;
	left: 0;
	top: calc(50% - 5px)
}
.widget-categories__expander {
	margin-top: 1px;
	width: 28px;
	height: 28px;
	position: relative;
	border: none;
	border-radius: 1.5px;
	cursor: pointer;
	padding: 0;
	margin-right: -10px;
	background: transparent;
	color: #ccc;
	transition: all .2s
}
.widget-categories__expander:focus, .widget-categories__expander:hover {
	background: #f2f2f2;
	color: #a6a6a6
}
.widget-categories__expander:focus {
	outline: none
}
.widget-categories__expander:after, .widget-categories__expander:before {
	display: block;
	position: absolute;
	content: "";
	background: currentColor
}
.widget-categories__expander:before {
	width: 8px;
	height: 2px;
	left: calc(50% - 4px);
	top: calc(50% - 1px)
}
.widget-categories__expander:after {
	width: 2px;
	height: 8px;
	left: calc(50% - 1px);
	top: calc(50% - 4px);
	transition: transform .2s
}
.widget-categories__subs {
	overflow: hidden;
	height: 0;
	opacity: 0;
	visibility: hidden;
	font-size: 15px;
	line-height: 26px;
	transition: height .2s, opacity .2s, visibility 0s .2s
}
.widget-categories__subs ul {
	list-style: none;
	padding: 6px 0 8px;
	margin: 0
}
.widget-categories__subs li {
	position: relative;
	padding-left: 32px
}
.widget-categories__subs li:before {
	content: "";
	display: block;
	position: absolute;
	left: 16px;
	top: 10px;
	width: 6px;
	height: 6px;
	border: 1px solid #ccc;
	border-radius: 3px
}
.widget-categories__subs a {
	color: inherit;
	transition: color .15s
}
.widget-categories__subs a:hover {
	color: #1a66ff
}
.widget-categories__item--open .widget-categories__expander:after {
	transform: rotate(90deg)
}
.widget-categories__item--open .widget-categories__subs {
	height: auto;
	opacity: 1;
	visibility: visible;
	transition-delay: 0s, 0s, 0s
}
.widget-categories--location--shop {
	padding: 20px
}
.widget-comments {
	border: 2px solid #f0f0f0;
	border-radius: 2px;
	padding: 28px
}
.widget-comments a {
	color: inherit;
	transition: color .2s
}
.widget-comments a:hover {
	color: #1a66ff
}
.widget-comments__list {
	list-style: none;
	margin: 0;
	padding: 8px 0 4px
}
.widget-comments__item+.widget-comments__item {
	margin-top: 26px
}
.widget-comments__author {
	font-size: 15px;
	line-height: 18px
}
.widget-comments__author a {
	border-bottom: 2px solid #ebebeb;
	transition: border .2s
}
.widget-comments__author a:hover {
	border-color: rgba(26,102,255,.8)
}
.widget-comments__content {
	margin-top: 12px;
	font-size: 15px;
	line-height: 20px
}
.widget-comments__meta {
	margin-top: 4px;
	font-size: 13px;
	color: #999;
	display: -ms-flexbox;
	display: flex;
	white-space: nowrap
}
.widget-comments__date {
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.widget-comments__name {
	overflow: hidden;
	text-overflow: ellipsis;
	position: relative;
	padding-left: 20px
}
.widget-comments__name:before {
	position: absolute;
	content: "";
	display: block;
	width: 4px;
	height: 4px;
	background: currentColor;
	border-radius: 2px;
	left: 8px;
	top: 8px
}
.widget-filters {
	border: 2px solid #f0f0f0;
	border-radius: 2px;
	padding: 20px
}
.widget-filters__item {
	padding: 8px 20px;
	margin: 0 -20px;
	border-bottom: 2px solid #f0f0f0
}
.widget-filters__item:first-child {
	border-top: 2px solid #f0f0f0
}
.widget-filters__actions {
	padding-top: 24px;
	padding-bottom: 16px
}
.widget-newsletter {
	background: #f5f5f5;
	border-radius: 2px;
	padding: 32px 30px 36px;
	text-align: center;
	font-size: 15px;
	line-height: 24px
}
.widget-newsletter__title {
	font-size: 24px;
	padding-top: 6px;
	margin-bottom: 24px
}
.widget-newsletter__text {
	margin-bottom: 22px
}
.widget-newsletter__form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column
}
.widget-posts {
	border: 2px solid #f0f0f0;
	border-radius: 2px;
	padding: 28px
}
.widget-posts__list {
	padding-top: 10px
}
.widget-posts__item {
	display: -ms-flexbox;
	display: flex
}
.widget-posts__item+.widget-posts__item {
	margin-top: 22px
}
.widget-posts__image {
	width: 90px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	border-radius: 1.5px;
	overflow: hidden;
	-ms-flex-item-align: self-start;
	align-self: self-start;
	margin-right: 16px;
	position: relative
}
.widget-posts__image :before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.2);
	opacity: 0;
	transition: opacity .6s;
	z-index: 1
}
.widget-posts__image img {
	max-width: 100%;
	display: block
}
.widget-posts__image:hover :before {
	opacity: 1
}
.widget-posts__info {
	margin-top: -2px
}
.widget-posts__name {
	font-size: 15px;
	line-height: 18px
}
.widget-posts__name a {
	color: inherit;
	transition: color .2s
}
.widget-posts__name a:hover {
	color: #1a66ff
}
.widget-posts__date {
	margin-top: 2px;
	font-size: 13px;
	color: #999
}
.widget-products {
	border: 2px solid #f0f0f0;
	border-radius: 2px;
	padding: 20px
}
.widget-products__list {
	padding-top: 8px
}
.widget-products__item {
	display: -ms-flexbox;
	display: flex
}
.widget-products__item+.widget-products__item {
	margin-top: 18px
}
.widget-products__image {
	width: 80px;
	margin-right: 12px;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.widget-products__image img {
	max-width: 100%
}
.widget-products__name {
	margin-top: -2px;
	font-size: 14px;
	line-height: 17px
}
.widget-products__name a {
	color: inherit;
	transition: .15s
}
.widget-products__name a:hover {
	color: #1a66ff
}
.widget-products__prices {
	padding-top: 2px;
	font-size: 14px;
	font-weight: 700;
	color: #3d464d
}
.widget-products__new-price {
	color: #ff2626
}
.widget-products__old-price {
	color: #b3b3b3;
	font-weight: 400;
	font-size: 12px;
	text-decoration: line-through
}
.widget-search {
	height: 48px
}
.widget-search__body {
	position: relative;
	height: 100%
}
.widget-search__input {
	box-shadow: inset 0 0 0 2px #ededed;
	transition: box-shadow .2s;
	border-radius: 2px;
	height: 100%;
	width: 100%;
	background: transparent;
	border: none;
	padding: 10px 48px 10px 18px;
	color: inherit;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}
.widget-search__input:hover {
	box-shadow: inset 0 0 0 2px #d9d9d9
}
.widget-search__input:focus {
	outline: none;
	box-shadow: inset 0 0 0 2px #ffd333
}
.widget-search__input::-webkit-input-placeholder {
color:#999
}
.widget-search__input:-ms-input-placeholder, .widget-search__input::-ms-input-placeholder {
color:#999
}
.widget-search__input::placeholder {
color:#999
}
.widget-search__button {
	height: 48px;
	width: 48px;
	cursor: pointer;
	position: absolute;
	right: 0;
	top: 0;
	background: transparent;
	border: none;
	padding: 0;
	fill: #ccc;
	transition: fill .2s
}
.widget-search__button svg {
	position: absolute;
	left: calc(50% - 10px);
	top: calc(50% - 10px)
}
.widget-search__button:focus {
	outline: none
}
.widget-search__button:focus, .widget-search__button:hover {
	fill: #ffd333
}
.widget-tags {
	border: 2px solid #f0f0f0;
	border-radius: 2px;
	padding: 28px
}


.filter__title {
	display: block;
	border: none;
	padding: 6px 10px;
	cursor: pointer;
	width: calc(100% + 20px);
	position: relative;
	text-align: left;
	color: inherit;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	border-radius: 2px;
	margin: 0 -10px;
	transition: background-color .2s, fill .2s;
	background: transparent;
	fill: #ccc
}
.filter__title:focus, .filter__title:hover {
	transition-duration: .1s, .1s;
	background: #f2f2f2;
	fill: #b3b3b3
}
.filter__title:focus {
	outline: none
}
.filter__arrow {
	position: absolute;
	top: 11px;
	right: 10px;
	transition: transform .2s
}
.filter__body {
	margin: 0 -20px;
	overflow: hidden;
	visibility: hidden;
	height: 0;
	opacity: 0;
	transition: height .2s, opacity .2s, visibility 0s .2s
}
.filter__container {
	padding: 10px 20px 16px
}
.filter--opened .filter__body {
	transition-delay: 0s, 0s;
	visibility: visible;
	height: auto;
	opacity: 1
}
.filter--opened .filter__arrow {
	transform: rotate(180deg)
}
.filter-categories__list {
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 15px;
	line-height: 18px
}
.filter-categories__list a {
	color: inherit;
	transition: color .15s
}
.filter-categories__list a:hover {
	color: #1a66ff
}
.filter-categories__item {
	padding: 6px 0;
	display: -ms-flexbox;
	display: flex
}
.filter-categories__item>a {
	padding-right: 10px;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.filter-categories__item--parent {
	position: relative;
	padding-left: 14px
}
.filter-categories__item--current {
	font-weight: 700
}
.filter-categories__item--child {
	position: relative;
	padding-left: 14px;
	font-size: 15px
}
.filter-categories__arrow {
	fill: #ccc;
	position: absolute;
	left: 0;
	top: 10px
}
.filter-categories__counter {
	font-size: 12px;
	line-height: 12px;
	padding-top: 4px;
	font-weight: 400;
	color: #999
}
.filter-color__list {
	padding: 2px 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px
}
.filter-color__item {
	cursor: pointer;
	margin: 4px
}
.filter-color__check {
	display: block
}
.filter-list__list {
	margin: -8px 0
}
.filter-list__item {
	padding: 1px 0;
	cursor: pointer;
	display: -ms-flexbox;
	display: flex;
	margin: 8px 0
}
.filter-list__input {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 7px
}
.filter-list__title {
	padding: 1px 0;
	font-size: 14px;
	line-height: 22px;
	-ms-flex-positive: 1;
	flex-grow: 1
}
.filter-list__counter {
	margin-left: 12px;
	padding-top: 3px;
	font-size: 12px;
	line-height: 12px;
	color: #999
}
.filter-list__item--disabled {
	cursor: default
}
.filter-list__item--disabled .filter-list__title {
	color: #999
}
.filter-price__slider {
	margin-top: 6px
}
.filter-price__title {
	margin-top: 16px;
	font-size: 14px;
	color: #999
}



.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.noUi-target {
  position: relative;
  direction: ltr;
}

.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}

.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}

.noUi-handle {
  position: relative;
  z-index: 1;
}

.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}

.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 4px;
}

.noUi-horizontal .noUi-handle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #ffd333;
	border: solid 3px #3d464d;
}

/* Styling;
 */
.noUi-background {
  background: #D6D7D9;
}

.noUi-connect {
  background: #ffd333;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}

.noUi-origin {
  border-radius: 2px;
}

.noUi-target {
  border-radius: 2px;
}

.noUi-target.noUi-connect {
}

/* Handles and cursors;
 */
.noUi-draggable {
  cursor: w-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}

.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}

.noUi-handle:active {
  border: 8px solid #345DBB;
  border: 8px solid rgba(53,93,187,0.38);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}

/* Disabled state;
 */
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
.caption {
	font-size: 14px;
	padding: 10px 6px; 
}
#slider-range-value2 {
	padding-left: 5px;
}
.slider-labels {
	padding-left: 5px;
}

.widget-filters__item {
	padding: 8px 20px;
	margin: 0 -20px;
	border-bottom: 2px solid #f0f0f0
}
.widget-filters__item:first-child {
	border-top: 2px solid #f0f0f0
}
.widget-filters__actions {
	padding-top: 24px;
	padding-bottom: 16px
}
.custom-control {
	float: left;
	padding: 8px;
	
}
.custom-control-label::after {
	position: relative!important;
}

 .green:before{
background-color:green;
border-radius: 0px!important
    }
.custom-checkbox .custom-control-input:checked~.green::before{
background-color:green;
border-radius: 0px!important
    }
.custom-checkbox {
	padding:0px 5px!important;
}

 .red:before{
background-color: red;
border-radius: 0px!important
    }
.custom-checkbox .custom-control-input:checked~.red::before{
background-color: red;
border-radius: 0px!important
    }

 .grey:before{
background-color: #c1c1c1;
border-radius: 0px!important
    }
.custom-checkbox .custom-control-input:checked~.grey::before{
background-color: #c1c1c1;
border-radius: 0px!important
    }

 .yellow:before{
background-color: #ffd800;
border-radius: 0px!important
    }
.custom-checkbox .custom-control-input:checked~.yellow::before{
background-color: #ffd800;
border-radius: 0px!important
    }

 .black:before{
background-color: #000;
border-radius: 0px!important
    }
.custom-checkbox .custom-control-input:checked~.black::before{
background-color: #000;
border-radius: 0px!important
    }
 .orange:before{
background-color: #ff8a00;
border-radius: 0px!important
    }
.custom-checkbox .custom-control-input:checked~.orange::before{
background-color: #ff8a00;
border-radius: 0px!important
    }

 .green2:before{
background-color: #a7db29;
border-radius: 0px!important
    }
.custom-checkbox .custom-control-input:checked~.green2::before{
background-color: #a7db29;
border-radius: 0px!important
    }

 .blue:before{
background-color: #0558e0;
border-radius: 0px!important
    }
.custom-checkbox .custom-control-input:checked~.blue::before{
background-color: #0558e0;
border-radius: 0px!important
    }

 .blue2:before{
background-color: #4ec7ff;
border-radius: 0px!important
    }
.custom-checkbox .custom-control-input:checked~.blue2::before{
background-color: #4ec7ff;
border-radius: 0px!important
    }

.pink:before{
background-color: #e701e4;
border-radius: 0px!important
    }
.custom-checkbox .custom-control-input:checked~.pink::before{
background-color: #e701e4;
border-radius: 0px!important
    }

.catgeory_card {
	border: solid 1px #c0c0c0;
}
.catgeory_card .carousel-control .glyphicon-chevron-right, .glyphicon-chevron-left	{
	font-size: 13px!important;
	color: #000!important;
	background: #fff;
	border-radius: 50px;
	padding-top: 8px;
}
.catgeory_card .carousel-indicators li {
	width: 6px;
height: 6px;
}
.catgeory_card .carousel-indicators {
	bottom: 6px;
}
.card  {
	height: 100%;
	padding-bottom: 20px;
}

.product-card__name {
  font-size: 15px;
  line-height: 19px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.product-card__rating-legend {
  font-size: 13px;
  line-height: 1;
  color: #b3b3b3;
  margin-left: 9px;
  padding-top: 1px;
	text-align: right;
}
.product-card__prices {
  margin-top: 14px;
  line-height: 1;
  font-weight: 700;
  color: #3d464d;
}

.products-list[data-layout="grid-3-sidebar"] .product-card .product-card__buttons .btn {
  font-size: .875rem;
  height: calc(1.875rem + 2px);
  line-height: 1.25;
  padding: .375rem 1rem;
  font-weight: 500;
}



.page-item {
	font-size: 13px;
}
.preview {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }
  @media screen and (max-width: 996px) {
    .preview {
      margin-bottom: 20px; } }

.preview-pic {
  /*-webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;*/ }

.preview-thumbnail.nav-tabs {
  border: none;
  margin-top: 15px; }
  .preview-thumbnail.nav-tabs li {
    width: 10%;
    margin-right: 1.2%; border: solid 1px #ddd; margin-bottom: 1%}
    .preview-thumbnail.nav-tabs li img {
      max-width: 100%;
      display: block; }
    .preview-thumbnail.nav-tabs li a {
      padding: 0;
      margin: 0; }
    .preview-thumbnail.nav-tabs li:last-of-type {
      margin-right: 0; }

.tab-content {
  overflow: hidden; border: solid 1px #ddd;}
  .tab-content img {
    width: 100%;
    -webkit-animation-name: opacity;
            animation-name: opacity;
    -webkit-animation-duration: .3s;
            animation-duration: .3s; }

.cardouter {
  margin-top: 30px;
  background: #fff;
  padding: 1.5em;
  line-height: 1.5em;
margin-bottom: 30px;
	border: solid 0px #a3a6f9;

}
.pr_content {
	padding:10px;
}
.product_box h3{
	
	font-size: 16px;
}
.product_box p{
	padding-bottom: 10px;
	font-size: 13px;
}


@media screen and (min-width: 997px) {
  .wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; } }

.details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.colors {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; }

 .price, .sizes, .colors {
  text-transform: normal;
  font-weight: bold;
font-size: 14px;
}
.product-title {
	  font-weight: bold;
font-size: 20px;
}
.checked, .price span {
  color: #0178c9; }

.product-title, .rating, .product-description, .price, .vote, .sizes {
  margin-bottom: 15px; }
.product-description {
	font-size: 14px;
}
.product-title {
  margin-top: 0; }

.size {
  margin-right: 10px; }
  .size:first-of-type {
    margin-left: 40px; }


@-webkit-keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes opacity {
  0% {
    opacity: 0;
    -webkit-transform: scale(3);
            transform: scale(3); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
.btn-minus{cursor:pointer;font-size:7px;display:flex;align-items:center;padding:5px;padding-left:10px;padding-right:10px;border:1px solid gray;border-radius:2px;border-right:0;}
.btn-plus{cursor:pointer;font-size:7px;display:flex;align-items:center;padding:5px;padding-left:10px;padding-right:10px;border:1px solid gray;border-radius:2px;border-left:0;}
div.section > div {width:100%;display:inline-flex;}
div.section > div > input {margin:0;padding-left:5px;font-size:10px;padding-right:5px;max-width:18%;text-align:center;}
.qty {
	font-size: 18px;
	padding-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
}


/*checkout*/



.panel-info > .panel-heading {
	color: #31708f;
background-color: #fbf9ee;
border-color: #cfb888;
}

.panel-info {
  border-color: #cfb888;
}
.panel {
  margin-bottom: 20px;
  background-color: #fff;
	border-radius: 0px!important;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
    border-bottom-color: transparent;
  border-top-left-radius: 0px!important;
  border-top-right-radius: 0px!important;
}
.carttitle  {
	margin-bottom: 10px;
	margin-top: 10px;
}

.carttitle h5 {
	color: #572b00;
	font-size: 18px;
}

.product__name {
	margin-bottom: 22px;
	font-size: 26px!important;
}

.product__meta {
	list-style: none;
	margin: 12px 0 0;
	padding: 12px 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #999;
	font-size: 14px;
	border-top: 1px solid #ebebeb
}
.product__meta li {
	margin-right: 18px
}
.product__meta a {
	color: inherit;
	transition: color .2s
}
.product__meta a:hover {
	color: #1a66ff
}

.product__meta {
	list-style: none;
	margin: 12px 0 0;
	padding: 12px 0 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: #999;
	font-size: 14px;
	border-top: 1px solid #ebebeb
}
.product__meta li {
	margin-right: 18px
}
.product__meta a {
	color: inherit;
	transition: color .2s
}
.product__meta a:hover {
	color: #1a66ff
}
.product__option {
	margin-bottom: 18px
}
.product__option:last-child {
	margin-bottom: 0
}
.product__option-label {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #6c757d;
	padding-bottom: 2px
}

.product__option-label {
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	color: #6c757d;
	padding-bottom: 2px
}

.product__actions {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -4px
}
.product__actions-item {
	margin: 4px
}
.product--layout--columnar .product__actions {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.product--layout--columnar .product__actions-item--addtocart {
	-ms-flex-positive: 1;
	flex-grow: 1
}
.product--layout--columnar .product__actions-item--addtocart .btn {
	width: 100%;
	padding-left: .5rem;
	padding-right: .5rem
}
.product--layout--columnar .product__actions-item--compare, .product--layout--columnar .product__actions-item--wishlist {
	display: none
}
.product__quantity {
	width: 120px
}


.input-number__add, .input-number__sub {
	position: absolute;
	height: 100%;
	width: 24px;
	top: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	opacity: .3;
	transition: opacity .18s
}
.input-number__add:after, .input-number__add:before, .input-number__sub:after, .input-number__sub:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	background: currentColor
}
.input-number__add:before, .input-number__sub:before {
	width: 8px;
	height: 2px
}
.input-number__add:hover, .input-number__sub:hover {
	opacity: 1
}
.input-number__sub {
	left: 1px
}
.input-number__add {
	right: 1px
}
.input-number__add:after {
	width: 2px;
	height: 8px
}
.products-list__item .product-card {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
} {
	/*display: flex;*/
	margin-top: 15px;
}
.addcartitem-nu {
	width: 180px;
	margin-right: 15px;
	
}
@media (min-width:992px) and (max-width:1199px) {
	.product--layout--columnar .product__actions {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0
}
.product--layout--columnar .product__quantity {
	width: 100px
}
.product--layout--columnar .product__actions-item {
	margin: 0
}
.product--layout--columnar .product__actions-item--addtocart {
	margin-top: 16px
}
	
}

#tabs{

    color: #000;
}
#tabs h6.section-title{
    color: #000;
}

#tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 4px solid #ffd333!important;
    font-size: 14px;
    font-weight: bold;
	
}
#tabs .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #000;
    font-size: 16px;
}
.tab-content {
	font-size: 14px;
}


.typography {
	line-height: 1.625
}
.typography a:hover {
	text-decoration: underline
}
.typography h1, .typography h2, .typography h3, .typography h4, .typography h5, .typography h6 {
	margin-top: 1.75em;
	margin-bottom: .75em
}
.typography p {
	margin-bottom: 1.5em
}
.typography ol, .typography ul {
	margin: 1.7em 0
}
.typography li {
	margin-bottom: .7em
}
.typography>:first-child {
	margin-top: 0
}
.typography>:last-child {
	margin-bottom: 0
}
.typography a>img {
	transition: opacity .2s
}
.typography a:hover>img {
	opacity: .8
}
.typography img {
	max-width: 100%
}
.typography figure {
	margin: 2.5em 0
}
.typography figcaption {
	margin-top: 20px;
	text-align: center;
	font-size: 14px;
	color: #999
}
.typography hr {
	position: relative;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	border: none;
	background: #ccc;
	margin: 2.5em auto
}
.typography hr:after, .typography hr:before {
	position: absolute;
	content: "";
	display: block;
	width: inherit;
	height: inherit;
	border-radius: inherit;
	background: inherit
}
.typography hr:after {
	left: -30px
}
.typography hr:before {
	right: -30px
}
.typography blockquote {
	margin: 3em 2.5em 2.5em;
	text-align: center;
	font-size: 18px;
	font-style: italic
}
.typography blockquote cite {
	margin-top: -.5em;
	color: #999;
	display: block;
	font-size: 15px;
	font-style: normal
}
.typography blockquote p {
	margin-bottom: 1.25em
}
.typography blockquote>:first-child {
	margin-top: 0
}
.typography blockquote>:last-child {
	margin-bottom: 0
}

@media (min-width:576px) and (max-width:767px) {
.typography blockquote {
	margin: 2.5em 1.5em 2em
}
}

@media (max-width:575px) {
.typography blockquote {
	font-size: 16px;
	text-align: left;
	margin: 2.75em 0 2.5em
}
}
.spec {
	font-size: 15px;
	line-height: 18px
}
.spec__header {
	margin-bottom: 50px
}
.spec__section+.spec__section {
	margin-top: 40px
}
.spec__section-title {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: -.03em;
	line-height: 20px;
	margin: 0 0 12px
}
.spec__row {
	padding: 8px 12px;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #ebebeb
}
.spec__row:first-of-type {
	border-top: 1px solid #ebebeb
}
.spec__name {
	width: 230px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-right: 30px;
	color: #999
}
.spec__disclaimer {
	margin-top: 40px;
	font-size: 14px;
	line-height: 22px;
	color: #999
}

@media (min-width:576px) and (max-width:767px) {
.spec__name {
	width: 170px
}
}

@media (max-width:575px) {
.spec__row {
	display: block;
	padding: 12px 0
}
.spec__name {
	width: auto;
	margin-bottom: 6px
}
}

.reviews-view__header {
	margin-bottom: 50px
}
.reviews-view__form {
	margin-top: 40px;
	border-top: 1px solid #ebebeb;
	padding-top: 60px
}

@media (max-width:575px) {
.reviews-view__header {
	margin-bottom: 40px
}
}
	.reviews-list__item {
	border-bottom: 1px solid #ebebeb;
	padding-top: 28px;
	padding-bottom: 24px
}
.reviews-list__item:first-child {
	padding-top: 0
}


.review {
	display: -ms-flexbox;
	display: flex
}
.review__avatar {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-left: 16px;
	margin-right: 24px
}
.review__avatar img {
	width: 70px;
	border-radius: 1000px
}
.review__author {
	margin-top: -4px;
	font-size: 16px;
	font-weight: 500
}
.review__rating {
	margin-top: 2px
}
.review__text {
	font-size: 16px;
	margin-top: 12px
}
.review__date {
	margin-top: 10px;
	color: #999;
	font-size: 14px
}

@media (min-width:576px) and (max-width:767px) {
.review__avatar {
	margin-right: 18px
}
.review__avatar img {
	width: 60px
}
}

@media (max-width:575px) {
.review__avatar {
	display: none
}
}
.reviews-list__content {
	list-style: none;
	padding: 0;
	margin: 0
}
.reviews-list__item {
	border-bottom: 1px solid #ebebeb;
	padding-top: 28px;
	padding-bottom: 24px
}
.reviews-list__item:first-child {
	padding-top: 0
}
.reviews-list__pagination {
	margin-top: 36px
}
.reviews-view__header {
	margin-bottom: 50px
}
.reviews-view__form {
	margin-top: 40px;
	border-top: 1px solid #ebebeb;
	padding-top: 60px
}
.pagination {
	float: none!important;
}
.page-item.active .page-link {
	
  background-color: #ffc107;
  border-color: #ffc107;
}
.page-link {
	color: #000;
}

.product__prices {
  margin-top: 18px;
  margin-bottom: 14px;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -.03em;
  color: #3d464d;
}
@media (max-width:575px) {
.reviews-view__header {
	margin-bottom: 40px
}
.reviews-view__form {
	margin-top: 30px;
	padding-top: 50px
}
}

.input-radio-color__item--white span, .input-radio-color__item--white span:after {
	box-shadow: inset 0 0 0 2px #ccc
}
.input-radio-label {
	display: block;
	font-size: 14px;
	font-weight: 500
}
.input-radio-label__list {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -3px
}
.input-radio-label__list input {
	position: absolute;
	pointer-events: none;
	opacity: 0
}
.input-radio-label__list label {
	display: -ms-flexbox;
	display: flex;
	margin: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
.input-radio-label__list span {
	cursor: pointer;
	display: block;
	height: 32px;
	padding: .3125rem 1rem;
	border-radius: 2px;
	background: #f0f0f0;
	color: #3d464d;
	transition: background-color .2s, color .2s
}
.input-radio-label__list input:not(:checked):not(:disabled)~span:hover {
	background: #e0e0e0;
	color: #3d464d
}
.input-radio-label__list input:checked~span {
	cursor: default;
	background: #ffd333;
	color: #3d464d;
	transition-duration: .08s, .08s
}
.input-radio-label__list input:disabled~span {
	cursor: default;
	opacity: .5
}

.input-radio-color {
	display: block
}
.input-radio-color__list {
	padding: 1px 0;
	display: -ms-flexbox;
	display: flex;
	margin: -2px
}
.input-radio-color__item {
	width: 30px;
	height: 30px;
	display: block;
	margin: 2px;
	cursor: pointer
}
.input-radio-color__item input {
	pointer-events: none;
	opacity: 0;
	position: absolute
}
.input-radio-color__item span {
	position: relative;
	width: 30px;
	height: 30px;
	display: block;
	border-radius: 15px;
	background: currentColor;
	transform: scale(.73333);
	transition: transform .2s
}
.input-radio-color__item span:after, .input-radio-color__item span:before {
	display: block;
	position: absolute;
	content: "";
	border-radius: 1000px
}
.input-radio-color__item span:before {
	left: 3px;
	top: 3px;
	width: 24px;
	height: 24px;
	background: #fff;
	transform: scale(0);
	transition: transform .2s
}
.input-radio-color__item span:after {
	left: 8px;
	top: 8px;
	width: 14px;
	height: 14px;
	background: currentColor;
	transform: scale(0);
	transition: transform .2s
}
.input-radio-color__item:hover input:enabled~span {
	transform: scale(.86667)
}
.input-radio-color__item input:enabled:checked~span, .input-radio-color__item input:enabled:checked~span:after, .input-radio-color__item input:enabled:checked~span:before {
	transform: scale(1)
}
.input-radio-color__item--disabled {
	cursor: default
}
.input-radio-color__item--disabled span {
	transform: scale(.75)
}
.input-radio-color__item--disabled span:before {
	transform: scale(1.33) rotate(45deg);
	left: 14px;
	top: -1px;
	width: 2px;
	height: calc(100% + 2px);
	background: rgba(0,0,0,.3)
}
.input-radio-color__item--white span, .input-radio-color__item--white span:after {
	box-shadow: inset 0 0 0 2px #ccc
}

.compare-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	font-size: 15px;
	line-height: 18px
}
.compare-table tr>* {
	border-top: 1px solid #ebebeb;
	border-left: 1px solid #ebebeb
}
.compare-table tr>:last-child {
	border-right: 1px solid #ebebeb
}
.compare-table>:first-child>tr:first-child>:first-child {
	border-top-left-radius: 2.5px
}
.compare-table>:first-child>tr:first-child>:last-child {
	border-top-right-radius: 2.5px
}
.compare-table>:last-child>tr:last-child>:first-child {
	border-bottom-left-radius: 2.5px
}
.compare-table>:last-child>tr:last-child>:last-child {
	border-bottom-right-radius: 2.5px
}
.compare-table>:last-child>tr:last-child>* {
	border-bottom: 1px solid #ebebeb
}
.compare-table th {
	min-width: 200px;
	text-align: right;
	background: #f7f7f7;
	font-weight: 500
}
.compare-table td {
	min-width: 180px;
	max-width: 180px;
	text-align: center;
	vertical-align: top
}
.compare-table td, .compare-table th {
	padding: 14px 16px
}
.compare-table__product-link {
	display: block;
	padding: 8px 8px 0;
	color: inherit
}
.compare-table__product-image {
	margin-bottom: 14px;
	width: 100%
}
.compare-table__product-image img {
	width: 140px;
	max-width: 100%
}
.compare-table__product-name {
	line-height: 20px
}
.compare-table__product-rating {
	padding-top: 3px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.compare-table__product-rating-legend {
	margin-top: 8px;
	font-size: 13px;
	line-height: 1;
	color: #b3b3b3
}
.compare-table__product-badge {
	font-size: 12px
}
.btn-secondary {
	border-radius: 0px!important;
}


.checkout__totals {
	font-size: 15px;
	line-height: 19px;
	width: 100%;
	margin-bottom: 40px
}
.checkout__totals td, .checkout__totals th {
	padding: 4px 0
}
.checkout__totals th {
	font-weight: 700
}
.checkout__totals tr>:first-child {
	padding-right: 20px
}
.checkout__totals tr>:last-child {
	text-align: right
}
.checkout__totals-header tr:last-child>* {
	padding-bottom: 10px
}
.checkout__totals-products tr:first-child>* {
	padding-top: 20px;
	border-top: 1px solid #ebebeb
}
.checkout__totals-products tr:last-child>* {
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb
}
.checkout__totals-subtotals tr:first-child>* {
	padding-top: 20px
}
.checkout__totals-subtotals tr:last-child>* {
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb
}
.checkout__totals-footer {
	font-size: 24px
}
.checkout__totals-footer th {
	font-weight: 500
}
.checkout__totals-footer tr:first-child>* {
	padding-top: 20px
}
.payment-methods {
	margin-bottom: 30px
}
.payment-methods__list {
	list-style: none;
	padding: 0;
	margin: 0
}
.payment-methods__item {
	border-radius: 2px;
	background: transparent;
	border: 1px solid #e5e5e5
}
.payment-methods__item:hover {
	background: #f7f7f7;
	border: 1px solid #e5e5e5
}
.payment-methods__item+.payment-methods__item {
	margin-top: 6px
}
.payment-methods__item-header {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 14px;
	font-size: 15px;
	font-weight: 500;
	letter-spacing: .01em;
	cursor: pointer;
	margin-bottom: 0
}
.payment-methods__item-radio {
	margin-right: 10px
}
.payment-methods__item-container {
	overflow: hidden;
	height: 0;
	transition: height .2s
}
.payment-methods__item-description {
	font-size: 15px;
	line-height: 20px;
	padding: 2px 16px 13px
}
.payment-methods__item--active, .payment-methods__item--active:hover {
	background: #f7f7f7;
	border: 1px solid #e5e5e5
}
.payment-methods__item--active .payment-methods__item-container {
	height: auto
}
.checkout__agree {
	margin-bottom: 36px
}
.checkout__agree a:hover {
	text-decoration: underline
}
.w-150 {
	width: 150px!important;
}


.cart__actions {
	margin-top: 2rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.cart__coupon-form {
	width: calc(50% - 15px);
	display: -ms-flexbox;
	display: flex
}
.cart__coupon-form .btn {
	margin-left: .5rem;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.cart__buttons {
	width: calc(50% - 15px);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	justify-content: flex-end
}
.cart__update-button {
	margin-left: .5rem
}
.cart__totals {
	font-size: 16px;
	line-height: 20px;
	width: 100%;
	margin-bottom: 40px
}
.cart__totals a:hover {
	text-decoration: underline
}
.cart__totals td, .cart__totals th {
	vertical-align: top;
	padding: 6px 0
}
.cart__totals th {
	font-weight: 700
}
.cart__totals tr>:first-child {
	padding-right: 20px
}
.cart__totals tr>:last-child {
	text-align: right
}
.cart__totals-header tr:last-child>* {
	padding-bottom: 10px
}
.cart__totals-body tr:first-child>* {
	padding-top: 20px;
	border-top: 1px solid #ebebeb
}
.cart__totals-body tr:last-child>* {
	padding-bottom: 20px;
	border-bottom: 1px solid #ebebeb
}
.cart__totals-footer {
	font-size: 24px
}
.cart__totals-footer th {
	font-weight: 500
}
.cart__totals-footer tr:first-child>* {
	padding-top: 20px
}
.cart__calc-shipping {
	margin-top: 2px;
	font-size: 15px
}

@media (max-width:767px) {
.cart__actions {
	margin-top: 1.5rem;
	display: block
}
.cart__coupon-form {
	width: 100%
}
.cart__buttons {
	-ms-flex-direction: column;
	flex-direction: column;
	margin-top: 2.5rem;
	width: 100%
}
.cart__update-button {
	margin-left: 0;
	-ms-flex-order: -1;
	order: -1;
	margin-bottom: .75rem
}
}

@media (max-width:479px) {
.cart__checkout-button {
	font-size: 1.125rem;
	height: calc(2.75rem + 2px);
	padding: .8125rem 2rem;
	line-height: 1;
	font-weight: 500
}
.cart__checkout-button.btn-svg-icon {
	width: calc(2.75rem + 2px)
}
}

@media (max-width:379px) {
.cart__checkout-button {
	font-size: 1rem;
	height: calc(2.25rem + 2px);
	line-height: 1.5;
	padding: .375rem 1.25rem;
	font-weight: 500
}
.cart__checkout-button.btn-svg-icon {
	width: calc(2.25rem + 2px)
}
}
.cart-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0
}
.cart-table__product-name {
	color: inherit
}
.cart-table__options {
	list-style: none;
	padding: 0;
	margin: 4px 0 0;
	font-size: 14px;
	color: #999;
	line-height: 19px
}
.cart-table__options li {
	padding-left: 12px;
	position: relative
}
.cart-table__options li:before {
	content: "";
	display: block;
	position: absolute;
	left: 1px;
	top: 7px;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	background: currentColor
}

@media (min-width:768px) {
.cart-table__column {
	padding: 12px 18px;
	border-top: 1px solid #ebebeb
}
.cart-table__column:first-child {
	border-left: 1px solid #ebebeb
}
.cart-table__column:last-child {
	border-right: 1px solid #ebebeb
}
.cart-table__head {
	background: #f7f7f7;
	font-size: 15px
}
.cart-table__head .cart-table__column {
	font-weight: 500
}
.cart-table__head .cart-table__column:first-child {
	border-top-left-radius: 2.5px
}
.cart-table__head .cart-table__column:last-child {
	border-top-right-radius: 2.5px
}
.cart-table__body .cart-table__column {
	padding-top: 18px;
	padding-bottom: 18px
}
.cart-table__body .cart-table__row:last-child .cart-table__column {
	border-bottom: 1px solid #ebebeb
}
.cart-table__body .cart-table__row:last-child .cart-table__column:first-child {
	border-bottom-left-radius: 2.5px
}
.cart-table__body .cart-table__row:last-child .cart-table__column:last-child {
	border-bottom-right-radius: 2.5px
}
.cart-table__column--image {
	width: 1px;
	text-align: center
}
.cart-table__column--image img {
	width: 80px
}
.cart-table__column--price {
	text-align: right;
	width: 170px
}
.cart-table__column--quantity {
	padding-left: 90px;
	text-align: center;
	width: 1px
}
.cart-table__column--total {
	text-align: right;
	width: 170px
}
.cart-table__column--remove {
	width: 1px
}
}

@media (min-width:992px) and (max-width:1199px) {
.cart-table__column--quantity {
	padding-left: 40px
}
.cart-table__column--price, .cart-table__column--total {
	width: 130px
}
}

@media (min-width:768px) and (max-width:991px) {
.cart-table__column--quantity {
	padding-left: 0;
	padding-right: 0
}
.cart-table__column--price, .cart-table__column--total {
	width: 1px
}
.cart-table__column--remove {
	padding-left: 0
}
}

@media (max-width:767px) {
.cart-table {
	display: block
}
.cart-table__head {
	display: none
}
.cart-table__body {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.cart-table__row {
	position: relative;
	width: 100%;
	display: block;
	border: 1px solid #ebebeb;
	border-radius: 2px
}
.cart-table__row+.cart-table__row {
	margin-top: 15px
}
.cart-table__column {
	display: block;
	padding: 0
}
.cart-table__column--image {
	padding: 20px 20px 10px;
	text-align: center
}
.cart-table__column--image img {
	width: 100%;
	max-width: 160px
}
.cart-table__column--product {
	text-align: center;
	border-bottom: 1px solid #ebebeb;
	padding: 0 20px 18px
}
.cart-table__column--price, .cart-table__column--quantity, .cart-table__column--total {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 20px
}
.cart-table__column--price:before, .cart-table__column--quantity:before, .cart-table__column--total:before {
	text-align: left;
	font-weight: 500;
	width: 55%;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	content: attr(data-title) ": "
}
.cart-table__column--quantity .input-number {
	width: 110px
}
.cart-table__column--price {
	padding-top: 18px
}
.cart-table__column--total {
	padding-bottom: 18px
}
.cart-table__column--remove {
	position: absolute;
	top: 5px;
	right: 5px
}
.cart-table__options li:before {
	display: none
}
}


.products-list[data-layout="list"] .products-list__body {
  margin: -8px 0;
}
.products-list__body, .products-list__item {
  display: -ms-flexbox;
  display: flex;
}
.products-list__body {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.products-list[data-layout="list"] .products-list__item {
  width: 100%;
  margin: 8px 0;
  display: block;
}
.products-list__body, .products-list__item {
  display: -ms-flexbox;
  display: flex;
}

.product-card::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  border-radius: 2px;
  box-shadow: inset 0 0 0 1px #ededed;
  transition: box-shadow .2s;
}

.products-list[data-layout="list"] .product-card {
  -ms-flex-direction: row;
  flex-direction: row;
}

.products-list__item .product-card {
  width: 100%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.product-card {
  position: relative;
  padding: 1px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #fff;
}

.product-card .product-card__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 24px;
  width: 210px;
}
.products-list .product-card .product-card__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 24px;
  width: 210px;
}

.product-card__image img {
  max-width: 100%;
  display: block;
  position: absolute;
}

.products-list .product-card .product-card__info {
  padding: 20px 24px 20px 4px;
}

.product-card__info {
  padding: 2px 22px 24px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.products-list  .product-card .product-card__actions {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 190px;
  padding: 16px 20px;
  border-left: 1px solid #ebebeb;
}



.products-list .product-card .product-card__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 24px;
  width: 210px;
}

.products-list__body, .products-list__item {
	display: -ms-flexbox;
	display: flex
}
.products-list__item .product-card {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.product-card__image a {
  display: block;
  padding-bottom: 100%;
  position: relative;
}

.product-card__image img {
  max-width: 100%;
  display: block;
  position: absolute;
}


.products-list__body {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.products-list__body, .products-list__item {
	display: -ms-flexbox;
	display: flex
}
.products-list__item .product-card {
	width: 100%;
	-ms-flex-negative: 0;
	flex-shrink: 0
}
.products-list[data-layout^=grid-] .product-card .product-card__image {
	padding: 18px 18px 20px
}
.products-list[data-layout^=grid-] .product-card .product-card__info {
	padding: 0 24px
}
.products-list[data-layout^=grid-] .product-card .product-card__actions {
	padding: 0 24px 24px
}
.products-list[data-layout^=grid-] .product-card .product-card__availability, .products-list[data-layout^=grid-] .product-card .product-card__description, .products-list[data-layout^=grid-] .product-card .product-card__features-list {
	display: none
}
.products-list[data-layout^=grid-][data-with-features=true] .product-card .product-card__features-list {
	display: block
}
.products-list[data-layout=grid-3-sidebar] .products-list__body {
	margin: -8px -6px
}
.products-list[data-layout=grid-3-sidebar] .products-list__item {
	width: calc(33.33333% - 12px);
	margin: 8px 6px
}
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__buttons .btn {
	font-size: .875rem;
	height: calc(1.875rem + 2px);
	line-height: 1.25;
	padding: .375rem 1rem;
	font-weight: 500
}
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__buttons .btn.btn-svg-icon {
	width: calc(1.875rem + 2px)
}

@media (hover:hover) {
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__buttons {
	display: none
}
.products-list[data-layout=grid-3-sidebar] .product-card:hover {
	position: relative;
	z-index: 3;
	margin-bottom: -56px
}
.products-list[data-layout=grid-3-sidebar] .product-card:hover .product-card__buttons {
	display: -ms-flexbox;
	display: flex
}
}

@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__buttons {
	display: none
}
.products-list[data-layout=grid-3-sidebar] .product-card:hover {
	position: relative;
	z-index: 3;
	margin-bottom: -56px
}
.products-list[data-layout=grid-3-sidebar] .product-card:hover .product-card__buttons {
	display: -ms-flexbox;
	display: flex
}
}

@media (max-width:1199px) and (min-width:480px) {
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__image {
	padding: 15px
}
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__badges-list {
	left: 16px;
	top: 16px
}
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__info {
	padding: 0 15px
}
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__actions {
	padding: 0 15px 15px
}
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__buttons .btn {
	font-size: .8125rem;
	height: calc(1.5rem + 2px);
	line-height: 1.25;
	padding: .25rem .5625rem;
	font-weight: 500
}
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__buttons .btn.btn-svg-icon {
	width: calc(1.5rem + 2px)
}
}

@media (max-width:1199px) and (min-width:480px) and (hover:hover) {
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__buttons {
	display: none
}
.products-list[data-layout=grid-3-sidebar] .product-card:hover {
	position: relative;
	z-index: 3;
	margin-bottom: -50px
}
.products-list[data-layout=grid-3-sidebar] .product-card:hover .product-card__buttons {
	display: -ms-flexbox;
	display: flex
}
}

@media (max-width:1199px) and (min-width:480px) and (-ms-high-contrast:none), screen and (max-width:1199px) and (min-width:480px) and (-ms-high-contrast:active) {
.products-list[data-layout=grid-3-sidebar] .product-card .product-card__buttons {
	display: none
}
.products-list[data-layout=grid-3-sidebar] .product-card:hover {
	position: relative;
	z-index: 3;
	margin-bottom: -50px
}
.products-list[data-layout=grid-3-sidebar] .product-card:hover .product-card__buttons {
	display: -ms-flexbox;
	display: flex
}
}

@media (max-width:991px) and (min-width:768px) {
.products-list[data-layout=grid-3-sidebar] .products-list__body {
	margin: -8px -6px
}
.products-list[data-layout=grid-3-sidebar] .products-list__item {
	width: calc(33.33333% - 12px);
	margin: 8px 6px
}
}

@media (max-width:767px) and (min-width:480px) {
.products-list[data-layout=grid-3-sidebar] .products-list__body {
	margin: -8px -6px
}
.products-list[data-layout=grid-3-sidebar] .products-list__item {
	width: calc(50% - 12px);
	margin: 8px 6px
}
}

@media (max-width:479px) {
.products-list[data-layout=grid-3-sidebar] .products-list__body {
	margin: -8px -6px
}
.products-list[data-layout=grid-3-sidebar] .products-list__item {
	width: 100%;
	margin: 8px 6px
}
}
.products-list[data-layout=grid-4-full] .products-list__body {
	margin: -8px -6px
}
.products-list[data-layout=grid-4-full] .products-list__item {
	width: calc(25% - 12px);
	margin: 8px 6px
}
.products-list[data-layout=grid-4-full] .product-card .product-card__buttons .btn {
	font-size: .875rem;
	height: calc(1.875rem + 2px);
	line-height: 1.25;
	padding: .375rem 1rem;
	font-weight: 500
}
.products-list[data-layout=grid-4-full] .product-card .product-card__buttons .btn.btn-svg-icon {
	width: calc(1.875rem + 2px)
}

@media (hover:hover) {
.products-list[data-layout=grid-4-full] .product-card .product-card__buttons {
	display: none
}
.products-list[data-layout=grid-4-full] .product-card:hover {
	position: relative;
	z-index: 3;
	margin-bottom: -56px
}
.products-list[data-layout=grid-4-full] .product-card:hover .product-card__buttons {
	display: -ms-flexbox;
	display: flex
}
}

@media (-ms-high-contrast:none), screen and (-ms-high-contrast:active) {
.products-list[data-layout=grid-4-full] .product-card .product-card__buttons {
	display: none
}
.products-list[data-layout=grid-4-full] .product-card:hover {
	position: relative;
	z-index: 3;
	margin-bottom: -56px
}
.products-list[data-layout=grid-4-full] .product-card:hover .product-card__buttons {
	display: -ms-flexbox;
	display: flex
}
}

@media (max-width:1199px) and (min-width:480px) {
.products-list[data-layout=grid-4-full] .product-card .product-card__image {
	padding: 15px
}
.products-list[data-layout=grid-4-full] .product-card .product-card__badges-list {
	left: 16px;
	top: 16px
}
.products-list[data-layout=grid-4-full] .product-card .product-card__info {
	padding: 0 15px
}
.products-list[data-layout=grid-4-full] .product-card .product-card__actions {
	padding: 0 15px 15px
}
.products-list[data-layout=grid-4-full] .product-card .product-card__buttons .btn {
	font-size: .8125rem;
	height: calc(1.5rem + 2px);
	line-height: 1.25;
	padding: .25rem .5625rem;
	font-weight: 500
}
.products-list[data-layout=grid-4-full] .product-card .product-card__buttons .btn.btn-svg-icon {
	width: calc(1.5rem + 2px)
}
}

@media (max-width:1199px) and (min-width:480px) and (hover:hover) {
.products-list[data-layout=grid-4-full] .product-card .product-card__buttons {
	display: none
}
.products-list[data-layout=grid-4-full] .product-card:hover {
	position: relative;
	z-index: 3;
	margin-bottom: -50px
}
.products-list[data-layout=grid-4-full] .product-card:hover .product-card__buttons {
	display: -ms-flexbox;
	display: flex
}
}

@media (max-width:1199px) and (min-width:480px) and (-ms-high-contrast:none), screen and (max-width:1199px) and (min-width:480px) and (-ms-high-contrast:active) {
.products-list[data-layout=grid-4-full] .product-card .product-card__buttons {
	display: none
}
.products-list[data-layout=grid-4-full] .product-card:hover {
	position: relative;
	z-index: 3;
	margin-bottom: -50px
}
.products-list[data-layout=grid-4-full] .product-card:hover .product-card__buttons {
	display: -ms-flexbox;
	display: flex
}
}

@media (max-width:991px) and (min-width:768px) {
.products-list[data-layout=grid-4-full] .products-list__body {
	margin: -8px -6px
}
.products-list[data-layout=grid-4-full] .products-list__item {
	width: calc(33.33333% - 12px);
	margin: 8px 6px
}
}

@media (max-width:767px) and (min-width:480px) {
.products-list[data-layout=grid-4-full] .products-list__body {
	margin: -8px -6px
}
.products-list[data-layout=grid-4-full] .products-list__item {
	width: calc(50% - 12px);
	margin: 8px 6px
}
}

@media (max-width:479px) {
.products-list[data-layout=grid-4-full] .products-list__body {
	margin: -8px -6px
}
.products-list[data-layout=grid-4-full] .products-list__item {
	width: 100%;
	margin: 8px 6px
}
}
.products-list[data-layout=grid-5-full] .products-list__body {
	margin: -8px -6px
}
.products-list[data-layout=grid-5-full] .products-list__item {
	width: calc(20% - 12px);
	margin: 8px 6px
}

@media (min-width:480px) {
.products-list[data-layout=grid-5-full] .product-card .product-card__image {
	padding: 15px
}
.products-list[data-layout=grid-5-full] .product-card .product-card__badges-list {
	left: 16px;
	top: 16px
}
.products-list[data-layout=grid-5-full] .product-card .product-card__info {
	padding: 0 15px
}
.products-list[data-layout=grid-5-full] .product-card .product-card__actions {
	padding: 0 15px 15px
}
.products-list[data-layout=grid-5-full] .product-card .product-card__buttons .btn {
	font-size: .8125rem;
	height: calc(1.5rem + 2px);
	line-height: 1.25;
	padding: .25rem .5625rem;
	font-weight: 500
}
.products-list[data-layout=grid-5-full] .product-card .product-card__buttons .btn.btn-svg-icon {
	width: calc(1.5rem + 2px)
}
}

@media (min-width:480px) and (hover:hover) {
.products-list[data-layout=grid-5-full] .product-card .product-card__buttons {
	display: none
}
.products-list[data-layout=grid-5-full] .product-card:hover {
	position: relative;
	z-index: 3;
	margin-bottom: -50px
}
.products-list[data-layout=grid-5-full] .product-card:hover .product-card__buttons {
	display: -ms-flexbox;
	display: flex
}
}

@media (min-width:480px) and (-ms-high-contrast:none), screen and (min-width:480px) and (-ms-high-contrast:active) {
.products-list[data-layout=grid-5-full] .product-card .product-card__buttons {
	display: none
}
.products-list[data-layout=grid-5-full] .product-card:hover {
	position: relative;
	z-index: 3;
	margin-bottom: -50px
}
.products-list[data-layout=grid-5-full] .product-card:hover .product-card__buttons {
	display: -ms-flexbox;
	display: flex
}
}

@media (max-width:1199px) and (min-width:992px) {
.products-list[data-layout=grid-5-full] .products-list__body {
	margin: -8px -6px
}
.products-list[data-layout=grid-5-full] .products-list__item {
	width: calc(25% - 12px);
	margin: 8px 6px
}
}

@media (max-width:991px) and (min-width:768px) {
.products-list[data-layout=grid-5-full] .products-list__body {
	margin: -8px -6px
}
.products-list[data-layout=grid-5-full] .products-list__item {
	width: calc(33.33333% - 12px);
	margin: 8px 6px
}
}

@media (max-width:767px) and (min-width:480px) {
.products-list[data-layout=grid-5-full] .products-list__body {
	margin: -8px -6px
}
.products-list[data-layout=grid-5-full] .products-list__item {
	width: calc(50% - 12px);
	margin: 8px 6px
}
}

@media (max-width:479px) {
.products-list[data-layout=grid-5-full] .products-list__body {
	margin: -8px -6px
}
.products-list[data-layout=grid-5-full] .products-list__item {
	width: 100%;
	margin: 8px 6px
}
}
.products-list[data-layout=list] .products-list__body {
	margin: -8px 0
}
.products-list[data-layout=list] .products-list__item {
	width: 100%;
	margin: 8px 0;
	display: block
}
.products-list[data-layout=list] .product-card {
	-ms-flex-direction: row;
	flex-direction: row
}
.products-list[data-layout=list] .product-card .product-card__image {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding: 24px;
	width: 210px
}
.products-list[data-layout=list] .product-card .product-card__info {
	padding: 20px 24px 20px 4px
}
.products-list[data-layout=list] .product-card .product-card__name {
	font-size: 16px;
	line-height: 20px;
	-ms-flex-positive: 0;
	flex-grow: 0
}
.products-list[data-layout=list] .product-card .product-card__rating {
	margin-top: 7px
}
.products-list[data-layout=list] .product-card .product-card__description {
	color: #6c757d;
	font-size: 15px;
	line-height: 22px;
	margin-top: 12px
}
.products-list[data-layout=list] .product-card .product-card__actions {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 190px;
	padding: 16px 20px;
	border-left: 1px solid #ebebeb
}
.products-list[data-layout=list] .product-card .product-card__prices {
	margin-top: 16px;
	font-size: 18px
}
.products-list[data-layout=list] .product-card .product-card__old-price {
	font-size: 14px
}
.products-list[data-layout=list] .product-card .product-card__buttons {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.products-list[data-layout=list] .product-card .product-card__addtocart {
	display: none
}
.products-list[data-layout=list] .product-card .product-card__addtocart--list {
	display: block
}
.products-list[data-layout=list] .product-card .product-card__addtocart {
	width: 100%
}
.products-list[data-layout=list] .product-card .product-card__addtocart+* {
	margin-left: 0
}
.products-list[data-layout=list] .product-card .product-card__addtocart~* {
	margin-top: 8px
}
.products-list[data-layout=list] .product-card .product-card__addtocart, .products-list[data-layout=list] .product-card .product-card__compare, .products-list[data-layout=list] .product-card .product-card__wishlist {
	font-size: .875rem;
	height: calc(1.875rem + 2px);
	line-height: 1.25;
	padding: .375rem 1rem;
	font-weight: 500
}
.products-list[data-layout=list] .product-card .product-card__addtocart.btn-svg-icon, .products-list[data-layout=list] .product-card .product-card__compare.btn-svg-icon, .products-list[data-layout=list] .product-card .product-card__wishlist.btn-svg-icon {
	width: calc(1.875rem + 2px)
}
.products-list[data-layout=list] .product-card .product-card__availability {
	color: #999;
	font-size: 14px;
	padding-right: 10px
}
.products-list[data-layout=list] .product-card .product-card__features-list {
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0
}
.products-list[data-layout=list] .product-card .product-card__features-list li {
	padding: 3px 0 3px 12px
}
.products-list[data-layout=list] .product-card .product-card__features-list li:before {
	top: 8px
}

@media (min-width:992px) and (max-width:1199px) {
.products-list[data-layout=list] .product-card .product-card__image {
	width: 180px;
	padding-left: 20px;
	padding-right: 20px
}
.products-list[data-layout=list] .product-card .product-card__info {
	padding-right: 20px;
	padding-left: 0
}
}

@media (max-width:767px) {
.products-list[data-layout=list] .product-card {
	-ms-flex-direction: column;
	flex-direction: column
}
.products-list[data-layout=list] .product-card .product-card__image {
	width: 250px;
	padding: 20px;
	margin: 0 auto
}
.products-list[data-layout=list] .product-card .product-card__info {
	border-top: 1px solid #ebebeb;
	padding: 20px
}
.products-list[data-layout=list] .product-card .product-card__actions {
	width: auto;
	border-left: none;
	border-top: 1px solid #ebebeb;
	padding: 20px
}
.products-list[data-layout=list] .product-card .product-card__buttons {
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}
.products-list[data-layout=list] .product-card .product-card__buttons .btn {
	font-size: 1rem;
	height: calc(2.25rem + 2px);
	line-height: 1.5;
	padding: .375rem 1.25rem;
	font-weight: 500
}
.products-list[data-layout=list] .product-card .product-card__buttons .btn.btn-svg-icon {
	width: calc(2.25rem + 2px)
}
.products-list[data-layout=list] .product-card .product-card__addtocart--list {
	width: auto;
	margin-right: auto
}
}
.product-card__name a {
	color: #000;
}

.products-view__options {
	padding-bottom: 20px
}
.view-options {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
}
.switcher__list {
  display: -ms-flexbox;
  display: flex;
}
.layout-switcher__button:first-child {
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
}
.layout-switcher__button {
  border: 1px solid #e5e5e5;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 9px;
  height: 32px;
  border-radius: 0;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  background: #fff;
  fill: #a1abb3;
}

.layout-switcher__button, .layout-switcher__list {
  display: -ms-flexbox;
  display: flex;
}
.view-options__legend {
  margin-left: 20px;
}
.view-options__control {
  margin-left: 24px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.view-options__divider {
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.view-options__control label {
  margin-bottom: 0;
  margin-right: 8px;
}
.form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-append > .btn, .input-group-sm > .input-group-append > .input-group-text, .input-group-sm > .input-group-prepend > .btn, .input-group-sm > .input-group-prepend > .input-group-text {
	border-radius: 0px!important;
}

.about-us__image {
  background-image: url(../images/aboutus.jpg);
  background-size: cover;
  background-position: bottom;
  height: 500px;
	margin-top: -10px;
}


.about-us__body {
	background: #fff;
	min-height: 380px;
	margin-top: -380px;
	border-radius: 4px 4px 0 0;
	padding: 75px 15px
}
.about-us__title {
	margin-bottom: 50px
}
.about-us__team, .about-us__text, .about-us__title {
	text-align: center
}
.about-us__team {
	margin-top: 75px
}
.about-us__team-subtitle {
	margin-top: 24px
}
.about-us__teammates {
	margin-top: 42px
}
.teammates .owl-carousel .owl-dots {
	margin-top: 20px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center
}
.teammates .owl-carousel .owl-dots.disabled {
	display: none
}
.teammates .owl-carousel button.owl-dot {
	display: block;
	color: #e5e5e5;
	transition: color .2s
}
.teammates .owl-carousel button.owl-dot:before {
	display: block;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 6px;
	background: currentColor;
	margin: 6px
}
.teammates .owl-carousel button.owl-dot:focus {
	outline: none
}
.teammates .owl-carousel button.owl-dot:hover {
	color: #ccc
}
.teammates .owl-carousel button.owl-dot.active {
	color: #ffd333
}
.teammate__avatar img {
	max-width: 100%;
	border-radius: 2px
}
.teammate__name {
	font-size: 18px;
	font-weight: 500;
	margin-top: 16px
}
.teammate__position {
	font-size: 14px
}

@media (max-width:991px) and (min-width:768px) {
.about-us__image {
	height: 460px
}
.about-us__title {
	margin-bottom: 36px
}
.about-us__body {
	padding: 50px
}
.about-us__team {
	margin-top: 75px
}
}

@media (max-width:767px) and (min-width:576px) {
.about-us__image {
	height: 360px
}
.about-us__title {
	margin-bottom: 24px
}
.about-us__body {
	min-height: 290px;
	margin-top: -290px;
	padding: 40px
}
.about-us__team {
	margin-top: 50px
}
}

@media (max-width:767px) {
.about-us__image {
	height: 330px
}
.about-us__body {
	min-height: 290px;
	margin-top: -290px;
	padding: 30px 24px
}
.about-us__title {
	margin-bottom: 20px
}
.about-us__team {
	margin-top: 50px
}
}



.owl-carousel .owl-item {
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item .card {
    padding: 30px;
    position: relative;
}

.owl-carousel .owl-stage-outer {
    overflow-y: auto !important;
    padding-bottom: 40px;
}

.owl-carousel .owl-item img {
    height: 300px;
    object-fit: cover;
    border-radius: 6px;
}

.owl-carousel .owl-item .card .name {
    position: absolute;
    bottom: -20px;
    left: 33%;
    color: #101c81;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: aquamarine;
    padding: 0.3rem 0.4rem;
    border-radius: 5px;
    box-shadow: 2px 3px 15px #3c405a;
}

.owl-carousel .owl-item .card {
    opacity: 0.2;
    transform: scale3d(0.8, 0.8, 0.8);
    transition: all 0.3s ease-in-out;
}

.owl-carousel .owl-item.active.center .card {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

.owl-carousel .owl-dots {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.owl-theme .owl-dots .owl-dot span {
    height: 20px;
    background: #2a6ba3 !important;
    border-radius: 2px !important;
    opacity: 0.8;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    height: 13px;
    width: 13px;
    opacity: 1;
    transform: translateY(2px);
    background: #83b8e7 !important;
}

@media(min-width: 480.6px) and (max-width: 575.5px) {
    .owl-carousel .owl-item .card .name {
        left: 24%;
    }
}

@media(max-width: 360px) {
    .owl-carousel .owl-item .card .name {
        left: 30%;
    }
}
.document {
	border: 2px solid #f0f0f0;
	border-radius: 2px;
	padding: 85px 200px 120px
}
.document__header {
	text-align: center;
	margin-bottom: 80px
}
.document__subtitle {
	margin-top: 12px;
	font-size: 14px;
	line-height: 22px;
	color: #999
}

@media (max-width:1199px) {
.document {
	padding: 75px 110px 110px
}
.document__header {
	margin-bottom: 60px
}
}

@media (max-width:991px) {
.document {
	padding: 45px 35px 90px
}
.document__header {
	margin-bottom: 40px
}
}

@media (max-width:767px) {
.document {
	padding: 35px 30px 80px
}
.document__header {
	margin-bottom: 30px
}
.document__subtitle {
	margin-top: 6px
}
}

@media (max-width:575px) {
.document {
	padding: 26px 20px 40px
}
.document__header {
	text-align: left
}
}


.wishlist__product-name {
	color: inherit
}
.wishlist__product-rating {
	margin-top: 6px;
	display: -ms-flexbox;
	display: flex
}
.wishlist__product-rating-legend {
	font-size: 13px;
	line-height: 1;
	color: #b3b3b3;
	margin-left: 9px;
	padding-top: 1px
}

@media (min-width:768px) {
.wishlist {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0
}
.wishlist__column {
	padding: 12px 18px;
	border-top: 1px solid #ebebeb
}
.wishlist__column:first-child {
	border-left: 1px solid #ebebeb
}
.wishlist__column:last-child {
	border-right: 1px solid #ebebeb
}
.wishlist__head {
	background: #f7f7f7;
	font-size: 15px
}
.wishlist__head .wishlist__column {
	font-weight: 500
}
.wishlist__head .wishlist__column:first-child {
	border-top-left-radius: 2.5px
}
.wishlist__head .wishlist__column:last-child {
	border-top-right-radius: 2.5px
}
.wishlist__body .wishlist__column {
	padding-top: 18px;
	padding-bottom: 18px
}
.wishlist__body .wishlist__row:last-child .wishlist__column {
	border-bottom: 1px solid #ebebeb
}
.wishlist__body .wishlist__row:last-child .wishlist__column:first-child {
	border-bottom-left-radius: 2.5px
}
.wishlist__body .wishlist__row:last-child .wishlist__column:last-child {
	border-bottom-right-radius: 2.5px
}
.wishlist__column--image {
	width: 1px;
	text-align: center
}
.wishlist__column--image img {
	width: 80px
}
.wishlist__column--stock {
	white-space: nowrap;
	text-align: center;
	width: 1px
}
.wishlist__column--price {
	text-align: right;
	width: 170px;
	padding-left: 90px
}
.wishlist__column--tocart {
	white-space: nowrap;
	width: 1px;
	padding-left: 90px;
	padding-right: 0
}
.wishlist__column--remove {
	width: 1px
}
}

@media (min-width:992px) and (max-width:1199px) {
.wishlist__column--price {
	width: 140px
}
.wishlist__column--price, .wishlist__column--tocart {
	padding-left: 30px
}
}

@media (min-width:768px) and (max-width:991px) {
.wishlist__column--price {
	width: 1px
}
.wishlist__column--price, .wishlist__column--product, .wishlist__column--stock, .wishlist__column--tocart {
	padding-left: 0
}
.wishlist__column--remove {
	padding-left: 8px;
	padding-right: 12px
}
}

@media (max-width:767px) {
.wishlist {
	display: block
}
.wishlist__head {
	display: none
}
.wishlist__body {
	display: block
}
.wishlist__row {
	position: relative;
	width: 100%;
	display: block;
	border: 1px solid #ebebeb;
	border-radius: 2px;
	padding: 20px 20px 24px
}
.wishlist__row+.wishlist__row {
	margin-top: 15px
}
.wishlist__column {
	display: block;
	padding: 0
}
.wishlist__column--image {
	padding: 20px 20px 10px;
	text-align: center
}
.wishlist__column--image img {
	width: 100%;
	max-width: 160px
}
.wishlist__column--price, .wishlist__column--product, .wishlist__column--stock, .wishlist__column--tocart {
	text-align: center
}
.wishlist__column--stock {
	margin-top: 8px
}
.wishlist__column--price {
	margin-top: 12px;
	font-size: 16px;
	font-weight: 700
}
.wishlist__column--tocart {
	margin-top: 24px
}
.wishlist__column--remove {
	position: absolute;
	top: 5px;
	right: 5px
}
.wishlist__product-rating {
	-ms-flex-pack: center;
	justify-content: center
}
}
.newitem {
	width: 100%!important;
	padding: 2px!important;
}
.newcard {
	padding: 0px!important;
}
.owl-carousel .owl-item .card {
	padding: 0px!important;	
}
