/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.bg4 {
  background-color: #e7e6e6 !important;
}
.review-box {
  background: #fff;
  border: 1px solid #e5e5e5;
  padding: 20px 15px;
  border-radius: 2px;
}
.review-holder {
  margin: 0;
  line-height: 45px;
  overflow: hidden;
}
.review-holder h2 {
  font-weight: 500;
  font-size: 24px;
  color: #242c42;
  margin-top: 10px;
}
.bordright {
  border-right: 1px dotted #9f9f9f;
}
.bordbtm {
  border-bottom: 1px dotted #c1c1c1;
}
.boxbtm {
  -webkit-box-shadow: 0px 5px 0px 0px #dadada;
  -moz-box-shadow: 0px 5px 0px 0px #dadada;
  box-shadow: 0px 5px 0px 0px #dadada;
}
.line-links .links-head {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
}
.line-links ul li a {
  padding-right: 6px;
  border-right: solid 1px #9f9f9f;
}
.profile__cover {
  min-height: 400px;
}
.profile__cover-block {
  padding: 10px;
  background-color: #444;
  opacity: 0.7;
  color: #fff;
  text-align: center;
}
.profile__cover h1 {
  font-size: 35px;
  text-transform: uppercase;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.ph03 {
  display: block;
  position: relative;
  margin: 0 auto;
}
.ph03__cover {
  display: block;
  position: relative;
  height: 350px;
  overflow: hidden;
  z-index: 1;
}
.ph03__cover img {
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  -webkit-transition: 0.2s all;
  -webkit-filter: brightness(50%);
}
.ph03__profile {
  display: block;
  position: relative;
  border: #d0efff solid 3px;
  border-radius: 5px;
  width: 200px;
  height: 200px;
  margin: -100px 0 10px 20px;
  z-index: 999;
}
.ph03__profile img {
  max-width: 100%;
  z-index: 999;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.view-box {
  background: #fff;
  border: 1px solid #dedede;
}
.view-nav ul li i {
  color: red;
}
.view-nav ul li a {
  color: #333;
  font-size: 16px;
}
.premium-member {
  padding: 12px 0px 0px 20px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 20px;
}
.premium-member a {
  font-size: 17px;
  color: #ff564b !important;
}
.king i {
  font-size: 32px;
  color: #ffc83c !important;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.slider-nav, .slider-nav img, .slider-nav .slick-slide {
  height: 68px;
  object-fit: cover;
}
.slider-for img, .slider-for .slick-slide {
  object-fit: cover;
  height: 284px;
}
.ps02-slick .slick-track {
  margin: 0px !important;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.preview-links li a {
  background: #eae4e4;
  border-radius: 50%;
  font-size: 18px;
  height: 44px;
  line-height: 44px;
  width: 44px;
  float: left;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.photo img {
  height: 160px;
  object-fit: cover;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
.fprlv02 .fa-map-marker-alt {
  color: #d9475c;
  font-size: 2.97em;
  display: inline-block !important;
  vertical-align: middle;
  text-shadow: 2px 2px 2px #33495e;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/*-------------------------------------------------
             products
--------------------------------------------------*/
.ds_01-grid {
  text-align: center;
}
.ds_01-grid:hover .ds_01__pic-1 {
  opacity: 0;
  transform: rotateY(-90deg);
}
.ds_01-grid:hover .ds_01__pic-2 {
  opacity: 1;
  transform: rotateY(0deg);
}
.ds_01-grid:hover .ds_01__social {
  opacity: 1;
}
.ds_01-grid__product-image {
  overflow: hidden;
  position: relative;
  /*width: 250px;
			max-width: 250px;*/
  height: 260px;
  max-height: 260px;
  margin: 5px;
}
.ds_01-grid__product-image:before {
  content: "";
  background: rgba(0, 0, 0, 0.02);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.ds_01-grid__product-image img {
  width: 100%;
  height: auto;
  height: 120px !important;
  object-fit: contain;
}
.ds_01__pic-1 {
  opacity: 1;
  transform: rotateY(0);
  transition: all 0.5s ease-out 0s;
}
.ds_01__pic-2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transform: rotateY(-90deg);
  transition: all 0.5s ease-out 0s;
}
.ds_01__social {
  width: 100%;
  background: #ccc;
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s ease 0s;
}
.ds_01__social li a:hover {
  background: #d9475c;
  color: #f1f1f1;
}
.ds_01__social .btn {
  height: 48px;
  font-size: 16px;
  display: inline-block;
}
.ds_01__social .btn a {
  display: block;
  width: 70px;
  height: 70px;
  line-height: 70px;
  background: #ccc;
  font-size: 20px;
  color: #33495e;
  transition: all 0.3s ease 0s;
}
.ds_01__discount {
  width: 100%;
  padding: 8px;
  background: #ccc;
  font-size: 18px;
  font-weight: 700;
  color: #33495e;
  position: absolute;
  bottom: 0;
  left: 0;
}
.ds_01-content {
  /* padding: 15px 0; */
}
.ds_01-content .product-grid .title {
  font-size: 20px;
  font-weight: 600;
  color: #33495e;
  text-transform: capitalize;
  margin: 0 0 5px 0;
}
.ds_01-content__title {
  color: #d9475c;
  font-size: 22px;
}
.ds_01-content__price {
  font-size: 16px;
  font-weight: 600;
  color: #f1f1f1;
  margin-bottom: 5px;
}
.ds_01-content__price span {
  display: inline-block;
  color: #d9475c;
  text-decoration: line-through;
  margin-right: 2px;
}
.ds_01-content__rating {
  padding: 0;
  margin: 0;
  list-style: none;
}
.ds_01-content__rating li {
  display: inline-block;
  font-size: 16px;
  color: #f1f1f1;
}
@media only screen and (max-width: 990px) {
  .ds_01 .ds_01-grid {
    margin-bottom: 30px;
  }
}
.ds_01 .subscribe-form .form-control {
  height: 52px;
  border: 1px solid #d9475c;
  border-radius: 0px;
  font-size: 16px;
  color: #d9475c;
  background-color: inherit;
  padding: 0 200px 0 16px;
}
/*----------------------------------------------

		product slick slider

----------------------------------------------*/
.sw21-slick {
  display: block;
  margin: 0 auto;
}
.sw21-slick .slick-initialized.slick-slider {
  position: relative;
}
.sw21-slick .slick-prev::before, .sw21-slick .slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sw21-slick:hover .slick-arrow {
  display: block !important;
  transition: all 0.5s ease-out;
}
.sw21-slick .slick-arrow {
  background: #fff;
  max-height: 105px;
  min-height: 105px;
  width: 41px;
  border-radius: 3px;
  display: none !important;
  transition: all 0.5s ease-out;
}
.sw21-slick .slick-prev {
  position: absolute;
  top: 40%;
  left: 0px;
  box-shadow: 8px 6px 16px #ec7d00;
  transition: all 5s ease-out;
}
.sw21-slick .slick-next {
  position: absolute;
  top: 40%;
  right: 0;
  box-shadow: -7px 0px 11px 3px #ec7d00;
}
.ds_01 .slick-prev {
  z-index: 99;
}
/*
0 - 600px:		Phone
600 - 900px:	Tablet Portrait
900	- 1200px:	Tablet Landscape
[1200-1800] is where our normal styles apply
1800px +:		Big Desktop

$breakpoint argument choices:
- phone
- tab-port
- tab-land
- big-desktop

1em = 16px
*/
/*----------------------------------------------

		product slick slider

----------------------------------------------*/
.sw22-slick {
  display: block;
  margin: 0 auto;
}
.sw22-slick .slick-initialized.slick-slider {
  position: relative;
}
.sw22-slick .slick-prev::before, .sw22-slick .slick-next::before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #444;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sw22-slick:hover .slick-arrow {
  display: block !important;
  transition: all 0.5s ease-out;
}
.sw22-slick .slick-arrow {
  z-index: 13;
  background: #fff;
  max-height: 105px;
  min-height: 105px;
  width: 41px;
  border-radius: 3px;
  display: none !important;
  transition: all 0.5s ease-out;
}
.sw22-slick .slick-prev {
  position: absolute;
  top: 40%;
  left: 0px;
  box-shadow: 8px 6px 16px #ec7d00;
  transition: all 5s ease-out;
}
.sw22-slick .slick-next {
  position: absolute;
  top: 40%;
  right: 0;
  box-shadow: -7px 0px 11px 3px #ec7d00;
}
