@charset "UTF-8";
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}

section {
  margin-bottom: 20px;
}

thead {
  background: #b8cd06;
  color: #fff;
}

.button {
  border: none;
}

.bg-gray {
  background: #eee;
}

.text-theme {
  color: #b8cd06;
}

.text-red {
  color: #d80505;
}

.bg-none {
  background: none !important;
}

@media (min-width: 992px) {
  .featured-heading h1 {
    font-size: 2.5em;
    margin: 50px 0;
  }
}
@media (max-width: 991px) {
  .featured-heading h1 {
    font-size: 2em;
    margin: 25px 0;
  }
}

@media (max-width: 767px) {
  .mb-xs-0 {
    margin-bottom: 0;
  }
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.quantity-select {
  margin: 0 auto;
}
.quantity-select input.number {
  width: 115px;
  font-size: 15px;
}
@media (max-width: 350px) {
  .quantity-select input.number {
    text-align: left;
    padding-left: 42px;
  }
}
.quantity-select .plus {
  background: #fff;
}

@media (min-width: 768px) {
  #logo {
    display: inline-block;
    vertical-align: top;
    height: 87px;
    position: relative;
    top: 37%;
    margin-top: -30px;
  }
}

.logo {
  display: inline-block;
  vertical-align: top;
  height: 60px;
  position: relative;
  top: 50%;
  padding: 5px;
}
.logo img {
  display: block;
  max-height: 100%;
  width: auto;
}

.header-top {
  border-top: 1px #eee solid;
  border-bottom: 1px #eee solid;
}
.header-top .logo {
  display: none;
}
.header-top .sub-header-search {
  display: none;
}
.header-top .entry.user-profile-thum-wrp {
  visibility: hidden;
}
@media (max-width: 767px) {
  .header-top .entry.user-profile-thum-wrp {
    padding: 0 12px 4px;
    visibility: visible;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top .entry.user-profile-thum-wrp {
    padding: 0px 10px 10px;
    visibility: visible;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header-top .entry.user-profile-thum-wrp {
    padding: 12px 5px 14px;
  }
}
@media (min-width: 1200px) {
  .header-top .entry.user-profile-thum-wrp {
    padding: 14px 13px 12px;
  }
}
.header-top .entry .user-profile-thumbnail {
  height: 35px;
  width: 35px;
  border: 3px solid #eee;
  border-radius: 50%;
  overflow: hidden;
}
.header-top .entry .user-profile-thumbnail img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

header {
  z-index: 11;
}
@media (min-width: 992px) {
  header.scrolled {
    top: -100px;
  }
}
header.scrolled .header-top {
  border-bottom: 1px #eee solid;
}
header.scrolled .header-top .logo {
  padding: 10px;
  display: block;
}
@media (max-width: 991px) {
  header.scrolled .header-top .logo {
    display: none;
  }
}
header.scrolled .header-top .sub-header-search {
  display: block;
}
@media (max-width: 991px) {
  header.scrolled .header-top .sub-header-search {
    display: none;
  }
}
header.scrolled .header-top .sub-header-search select {
  height: 35px;
  width: auto;
  border-top-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0px;
  border-right: 0;
  color: #b8cd06;
  font-weight: 700;
}
header.scrolled .header-top .sub-header-search input.form-control {
  height: 35px;
  margin-top: 13px;
  border-radius: 20px;
  border-top-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 20px;
}
header.scrolled .header-top .sub-header-search input.form-control:focus {
  border-color: #b8cd06;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(48, 203, 0, 0.6);
}
header.scrolled .header-top .sub-header-search input.form-control::placeholder {
  color: #b8cd06;
  font-family: FontAwesome;
}
header.scrolled .header-top .user-profile-thum-wrp {
  visibility: visible;
}
header.scrolled .header-top .input-select {
  border-radius: 0;
  min-height: 35px;
  margin-top: 13px;
  width: auto;
  border-top-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0px;
  border-right: 0;
  color: #b8cd06;
  font-weight: 700;
  border: 1px solid #ccc;
  padding: 6px 7px 7px 15px;
  border-right: 0;
}
@media (max-width: 767px) {
  header.scrolled .header-top .input-select {
    margin-top: 15px;
    min-height: 30px;
  }
}
header.scrolled .header-top .input-select select {
  width: auto;
  height: 22px;
  border: none;
  box-shadow: none;
  padding: 0;
}
@media (max-width: 767px) {
  header.scrolled .header-top .input-select select {
    margin: -4px 0 0 0 !important;
    height: 25px !important;
  }
}
@media (min-width: 992px) {
  header.scrolled .header-bottom #logo {
    display: none;
  }
}
header.scrolled.inner-header {
  top: 0;
}
header.scrolled.inner-header #logo {
  display: block;
}

.header-bottom {
  box-shadow: none;
}
.header-bottom nav ul li {
  z-index: 4;
}
.header-bottom nav ul ul {
  z-index: 3;
}
.header-bottom .form-search input {
  border-radius: 0;
  min-height: 45px;
  margin-top: 25px;
  border-top-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 20px;
  font-size: 20px;
}
.header-bottom .form-search input:focus {
  border-color: #b8cd06;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(48, 203, 0, 0.6);
}
.header-bottom .form-search input::placeholder {
  color: #b8cd06;
  font-family: FontAwesome;
  text-align: right;
}
.header-bottom .form-search .input-group .input-select {
  border-radius: 0;
  min-height: 45px;
  margin-top: 25px;
  width: auto;
  border-top-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0px;
  border-right: 0;
  color: #b8cd06;
  font-weight: 700;
  border: 1px solid #ccc;
  padding: 6px 7px 7px 15px;
  border-right: 0;
}
@media (max-width: 767px) {
  .header-bottom .form-search .input-group .input-select {
    margin-top: 15px;
    min-height: 30px;
  }
}
.header-bottom .form-search .input-group .input-select select {
  width: auto;
  height: 30px;
  border: none;
  box-shadow: none;
  padding: 0;
}
@media (max-width: 767px) {
  .header-bottom .form-search .input-group .input-select select {
    margin: -4px 0 0 0 !important;
    height: 25px !important;
  }
}

.xs-header-search-wrp {
  background: #fff;
  height: 50px;
  padding: 0px 10px 5px 10px;
}
.xs-header-search-wrp .form-search input.form-control {
  margin-top: 5px !important;
}
.xs-header-search-wrp .form-search input {
  border-radius: 0;
  min-height: 45px;
  margin-top: 25px;
  border-top-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 20px;
  font-size: 20px;
}
.xs-header-search-wrp .form-search input:focus {
  border-color: #b8cd06;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(48, 203, 0, 0.6);
}
.xs-header-search-wrp .form-search input::placeholder {
  color: #b8cd06;
  font-family: FontAwesome;
  text-align: right;
}
.xs-header-search-wrp .form-search .input-group .input-select {
  border-radius: 0;
  min-height: 45px;
  margin-top: 25px;
  width: auto;
  border-top-right-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 0px;
  border-right: 0;
  color: #b8cd06;
  font-weight: 700;
  border: 1px solid #ccc;
  padding: 6px 7px 7px 15px;
  border-right: 0;
}
@media (max-width: 767px) {
  .xs-header-search-wrp .form-search .input-group .input-select {
    margin-top: 5px;
    min-height: 30px;
  }
}
.xs-header-search-wrp .form-search .input-group .input-select select {
  width: auto;
  height: 30px;
  border: none;
  box-shadow: none;
  padding: 0;
}
@media (max-width: 767px) {
  .xs-header-search-wrp .form-search .input-group .input-select select {
    margin: -4px 0 0 0 !important;
    height: 25px !important;
  }
}

.cart-overflow .cart-entry {
  padding: 10px;
}

.cart-toggle .cart-entry-thumbnail img {
  max-height: 50px;
}

.product-btn-wrp .button {
  width: 100%;
}
.product-btn-wrp .button.size-2 .text {
  padding: 10px;
}
.product-btn-wrp .button.style-1 {
  border: 1px solid #0097dd;
  margin-bottom: 15px;
}
.product-btn-wrp .info-icon a i {
  font-size: 20px;
  margin: 12px 0px 0px -25px;
  color: #b8cd06;
}

.featured-product-slider .quantity-select .plus::after {
  background: #00cc3c !important;
}
.featured-product-slider .quantity-select .plus::before {
  background: #00cc3c !important;
}
.featured-product-slider .quantity-select .minus::before {
  background: #f00;
}

.product-shortcode.style-1 {
  transition: 0.5s;
}
.product-shortcode.style-1:hover .description .icons {
  opacity: 0;
}
.product-shortcode.style-1:hover .description .text {
  opacity: 1;
}
.product-shortcode.style-1 .description {
  height: 55px;
}
.product-shortcode.style-1 .description .simple-article .dark.market-price {
  text-decoration: line-through;
}
.product-shortcode.style-1.big .preview {
  margin-bottom: 0;
}
.product-shortcode.style-1.big .preview img {
  max-height: 250px;
  min-height: 250px;
}
.product-shortcode.style-5.small:hover .icons {
  display: none;
}
.product-shortcode.style-5.small:hover .description, .product-shortcode.style-5.small:hover .price {
  opacity: 1;
}
.product-shortcode .product-unit {
  font-weight: 700;
  text-align: center;
  padding: 18px 0 0px;
  font-size: 17px;
}
.product-shortcode .off-text {
  text-align: center;
  font-size: 23px;
  color: #d80505;
  margin-bottom: 10px;
}

.p20 {
  padding: 20px;
}

.swiper-slide .carousel-control.right, .swiper-slide .carousel-control.left {
  background: none;
}
.swiper-slide .carousel-inner h1 {
  color: #fff;
  text-align: center;
  margin-top: 15px;
  font-size: 1.5em;
  font-weight: 700;
}
.swiper-slide .preview .swiper-container .swiper-slide img {
  height: 100%;
  width: 100%;
  /* object-fit: cover; */
}

.banner-slider-wrp .carousel-inner h1 {
  font-size: 1.5em;
  text-align: center;
}
.banner-slider-wrp .carousel-inner .item img {
  display: block;
  margin: 0 auto;
  height: 350px;
  width: 100%;
  object-fit: cover;
}
.banner-slider-wrp .carousel-control.right, .banner-slider-wrp .carousel-control.left {
  background: transparent;
}
.banner-slider-wrp .carousel-control.right span, .banner-slider-wrp .carousel-control.left span {
  color: #b8cd06;
  border: 3px solid #b8cd06;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  padding: 3px;
}
.banner-slider-wrp .col-sm-4 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.cart-entry-description .button-close {
  background: none;
}

.pre-order-cart-form .control-label {
  font-weight: 700;
  padding-top: 15px;
  font-size: 18px;
}
.pre-order-cart-form input.form-control {
  border-radius: 20px;
  height: 45px;
}
.pre-order-cart-form input.form-control:focus {
  border: 1px solid #b8cd06;
}

.button-close {
  background: none;
  padding: 12px;
}

.product-view .market-price {
  font-size: 1.5em;
  margin-bottom: 20px;
}
.product-view .market-price span {
  text-decoration: line-through;
}
.product-view .our-price {
  font-size: 2em;
}
.product-view .good-for ul {
  margin-top: 18px;
}
.product-view .good-for ul li {
  font-size: 15px;
  margin-top: 8px;
}
.product-view .good-for ul li i {
  color: #b8cd06;
}

.mid-banner {
  background-image: url(../img/slider/barbecue-barbeque-bbq-1268551.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 150px 0;
  background-size: 100% 100%;
}
.mid-banner .single-line-form .btn-mid-banner h1 {
  color: #fff;
  font-size: 17px;
  font-family: "Raleway", sans-serif;
  text-align: center;
  background: #b8cd06;
  padding: 15px;
  border-radius: 20px;
}
.mid-banner .single-line-form .btn-mid-banner h1 span {
  font-size: 20px;
  text-transform: uppercase;
  color: #636f00;
}

footer {
  background: #c5c5c5;
}
footer .footer-column-links a {
  color: #000;
  font-size: 13px;
}
footer .footer-column-links a:hover {
  font-weight: 700;
  color: #000;
}
footer .simple-article {
  color: #000;
  font-size: 13px !important;
}
footer .footer-top img.footer-logo {
  max-height: 100px;
  display: block;
  margin: 0 auto;
}
footer .footer-contact {
  color: #000;
  font-size: 13px;
}
footer .footer-contact a, footer .footer-contact i {
  color: #000 !important;
}
footer .copyright {
  color: #000;
}

.stores .store-name h1 {
  font-size: 3em;
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin-bottom: 50px;
}
.stores .product-search {
  width: 100%;
}
.stores .product-shortcode.style-1 .preview img {
  height: 200px;
  width: 100%;
  /* object-fit: cover; */
}

.login-page .popup-align {
  padding: 30px;
}
.login-page button {
  border: none;
}

.register-page .popup-align {
  padding: 30px;
}
.register-page .popup-align .form-group input.form-control, .register-page .popup-align .form-group select.form-control {
  height: 45px;
  border: 1px solid #eee;
  border-radius: 20px;
  box-shadow: none;
}
@media (max-width: 767px) {
  .register-page .popup-align .form-group input.form-control, .register-page .popup-align .form-group select.form-control {
    margin-bottom: 15px;
  }
}
.register-page .popup-align .input-group.reg-frm select {
  width: 70px;
  height: 45px;
  border: 1px solid #eee;
  border-right: none;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  .register-page .popup-align .input-group.reg-frm select {
    margin-bottom: 0;
  }
}
.register-page .popup-align .input-group.reg-frm input {
  height: 45px;
  border: 1px solid #eee;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  .register-page .popup-align .input-group.reg-frm input {
    margin-bottom: 0;
  }
}
.register-page .popup-align button {
  border: none;
}

/*invoice start*/
.invoice-table img.invoice-logo {
  max-height: 100px;
  margin-bottom: 30px;
}
.invoice-table .invoice-heading h1 {
  font-size: 20px;
  text-transform: uppercase;
  color: #b8cd06;
  font-weight: 700;
  margin-bottom: 10px;
}
.invoice-table .invoice-heading p {
  font-size: 15px;
  margin-bottom: 10px;
}
.invoice-table .invoice-heading p span {
  font-weight: 700;
}
@media print {
  .invoice-table .invoice-heading p span {
    font-weight: 400;
  }
}
.invoice-table .invoice-address h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: #395795;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print {
  .invoice-table .invoice-address h1 {
    font-weight: 400;
  }
}
.invoice-table .invoice-address p {
  font-size: 15px;
  margin-bottom: 10px;
}
.invoice-table .invoice-address p i {
  color: #b8cd06;
}
.invoice-table .invoice-address2 h1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #395795;
  font-weight: 700;
  margin-bottom: 10px;
}
@media print {
  .invoice-table .invoice-address2 h1 {
    font-weight: 400;
  }
}
.invoice-table .invoice-address2 p {
  font-size: 15px;
  margin-bottom: 10px;
}
.invoice-table .invoice-address2 p i {
  color: #b8cd06;
}
.invoice-table thead {
  background: #b8cd06;
  color: #fff;
  font-weight: 700;
}
.invoice-table thead tr th {
  padding: 10px 20px;
}
@media print {
  .invoice-table thead {
    font-weight: 400;
  }
}
@media print {
  .invoice-table tbody {
    background: #000;
    -webkit-print-color-adjust: exact !important;
  }
}
.invoice-table tbody tr.tbl-border-bottom {
  border-top: 3px solid #ddd;
}
.invoice-table tbody tr td {
  padding: 10px 20px;
}
.invoice-table tbody tr td.total-amt {
  background: #b8cd06;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
@media print {
  .invoice-table tbody tr td.total-amt {
    font-weight: 400;
  }
}
.invoice-table tbody tr td.kik-paid {
  background: #d80505;
  color: #fff;
  font-weight: 700;
}
.invoice-table tbody tr td.total-paid {
  background: #b8cd06;
  color: #fff;
  font-weight: 700;
}
.invoice-table .invoice-footer p {
  font-size: 16px;
}
.invoice-table .invoice-footer .invoice-instructions {
  border: 1px solid #b8cd06;
  padding: 12px;
  margin-top: 20px;
}
.invoice-table .invoice-footer .invoice-instructions ul li {
  margin: 5px 0;
}
@media print {
  .invoice-table .invoice-footer .invoice-instructions {
    background: #000;
    -webkit-print-color-adjust: exact !important;
  }
}

/*invoice end*/
/*cover-image start*/
@media (min-width: 992px) {
  .cover-img-wrp .cover-image {
    height: 350px;
    overflow: hidden;
  }
}
@media (max-width: 991px) {
  .cover-img-wrp .cover-image {
    height: 200px;
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .cover-img-wrp .cover-image {
    overflow: visible;
  }
}
.cover-img-wrp .cover-image .edit-cover {
  position: absolute;
  top: 20px;
  right: 38px;
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
  padding: 10px 15px;
  height: 50px;
  width: 180px;
  opacity: 0;
  border-radius: 10px;
  transition: 0.5s;
  color: #fff;
}
.cover-img-wrp .cover-image .edit-cover:hover .edit-cover {
  opacity: 1;
}
.cover-img-wrp .cover-image .edit-cover a {
  color: #fff;
}
@media (max-width: 767px) {
  .cover-img-wrp .cover-image .edit-cover {
    top: 10px;
    padding: 8px 15px;
    height: 45px;
  }
}
.cover-img-wrp .cover-image:hover .edit-cover {
  opacity: 1;
}
.cover-img-wrp .profile-dp {
  height: 200px;
  width: 200px;
  border: 10px solid #fff;
  position: absolute;
  overflow: hidden;
  bottom: 0;
  left: 50px;
  z-index: 10;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 0;
}
@media (max-width: 767px) {
  .cover-img-wrp .profile-dp {
    position: relative;
    height: 140px;
    width: 140px;
    bottom: 140px;
  }
  .cover-img-wrp .profile-dp:hover .edit-dp-wrp {
    opacity: 1;
  }
}
.cover-img-wrp .profile-dp .edit-dp-wrp {
  opacity: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  top: 0;
  transition: 0.5s;
  text-align: center;
}
.cover-img-wrp .profile-dp .edit-dp-wrp:hover {
  opacity: 1;
}
.cover-img-wrp .profile-dp .edit-dp-wrp .update-txt {
  font-size: 18px;
  margin-top: 45%;
  color: #fff;
}
@media (max-width: 767px) {
  .cover-img-wrp .profile-dp .edit-dp-wrp .update-txt {
    font-size: 15px;
  }
}
.cover-img-wrp img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.cover-img-wrp .profile-name-wrp {
  position: absolute;
  height: 100px;
  background: rgba(0, 0, 0, 0.5);
  bottom: 0;
  z-index: 1;
}
@media (min-width: 1200px) {
  .cover-img-wrp .profile-name-wrp {
    width: 97.4%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cover-img-wrp .profile-name-wrp {
    width: 96.9%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cover-img-wrp .profile-name-wrp {
    width: 96%;
  }
}
.cover-img-wrp .profile-name-wrp h1 {
  color: #fff;
  padding: 30px 0 30px 265px;
}

.list-group-item.heading {
  background: #b8cd06;
  color: #fff;
}
.list-group-item.active {
  background: #b8cd06;
  color: #fff;
}
.list-group-item .badge {
  background: #b8cd06;
}

.profile-padding {
  padding: 15px;
}
.profile-padding.album-wrp .thumbnail {
  overflow: hidden;
}
.profile-padding.album-wrp .thumbnail img {
  height: 150px;
  width: 100%;
  object-fit: cover;
}
.profile-padding.album-wrp .thumbnail .album-name-wrp {
  text-align: center;
  padding: 10px;
}

#my_profile label {
  margin-bottom: 7px;
}

#profile_photos .gallery-img {
  overflow: hidden;
  height: 200px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #profile_photos .gallery-img {
    height: 120px;
  }
}
#profile_photos .gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

#cover_photos .gallery-img {
  overflow: hidden;
  height: 150px;
  cursor: pointer;
}
#cover_photos .gallery-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.badge.bg-warning {
  background: #f0ad4e;
}
.badge.bg-success {
  background: #00cc3c;
}
.badge.bg-danger {
  background: #d80505;
}

.selected-image .popup-align {
  padding: 20px;
}

a.add-button {
  height: 40px;
  width: auto;
  border: 1px solid;
  padding: 8px;
  border-radius: 20px;
  text-transform: none;
}

.popover {
  background: #000;
  color: #fff;
}
.popover.top .arrow:after {
  border-top-color: #000;
}

a[data-toggle=popover] i {
  font-size: 25px;
}

.header-user-profile-thumb-wrp .user-profile-thumbnail a img {
  height: 50px;
  width: 50px;
  object-fit: cover;
  margin-top: 25px;
  border-radius: 50%;
  border: 5px solid #eee;
}

@media (max-width: 767px) {
  .cart-table td a {
    display: block !important;
  }
  .cart-table td a.button {
    width: 200px;
  }
}
.cart-table td a.cart-entry-thumbnail img {
  max-width: 50px;
}
@media (max-width: 767px) {
  .cart-table td a.cart-entry-thumbnail img {
    max-width: 100%;
    display: block !important;
    margin-right: auto;
    margin-left: auto;
    height: 100px !important;
  }
}

#profile_xs_back {
  font-size: 25px;
  margin-right: 15px;
  float: left;
}
@media (min-width: 992px) {
  #profile_xs_back {
    display: none !important;
  }
}

.review-wrp {
  width: 100%;
  border: 1px solid #ddd;
  min-height: 50px;
  background: #fff;
  padding: 12px;
  margin-bottom: 15px;
}
.review-wrp .image-wrp img {
  height: 100px;
  width: 100px;
  object-fit: cover;
  float: left;
}
.review-wrp .review-content-wrp h4 {
  font-weight: 700;
  margin-bottom: 10px;
}
.review-wrp .review-content-wrp .rating-stars {
  float: none;
}
.review-wrp .review-content-wrp .rating-stars i {
  float: left;
  font-size: 18px;
}
.review-wrp .review-content-wrp .comment-wrp textarea {
  margin-top: 10px;
}
.review-wrp .review-content-wrp .comment-wrp .button {
  margin-top: 10px;
  float: right;
}
.review-wrp .review-content-wrp .rating {
  unicode-bidi: bidi-override;
  direction: rtl;
  text-align: left;
}
.review-wrp .review-content-wrp .rating input {
  position: absolute;
  left: -999999px;
}
.review-wrp .review-content-wrp .rating label {
  display: inline-block;
  font-size: 0;
}
.review-wrp .review-content-wrp .rating label:before {
  position: relative;
  font: 24px/1 FontAwesome;
  display: block;
  content: "";
  color: #ccc;
  background: -webkit-linear-gradient(-45deg, #d9d9d9 0%, #b3b3b3 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.review-wrp .review-content-wrp .rating label:hover:before,
.review-wrp .review-content-wrp .rating label:hover ~ label:before,
.review-wrp .review-content-wrp .rating label.selected:before,
.review-wrp .review-content-wrp .rating label.selected ~ label:before {
  color: #f0ad4e;
  background: -webkit-linear-gradient(-45deg, #fcb551 0%, #d69a45 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hover-effect::before {
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
}
.hover-effect:hover {
  transform: scale(1.5);
  -webkit-transform: scale(1.5);
  opacity: 1;
  transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
  -webkit-transition: transform 0.5s, opacity 0.5s, visibility 0s 0.5s;
}

.xs-header-search .form-search input, .xs-header-search .form-search select {
  margin-top: 15px !important;
  height: 30px;
  min-height: 20px !important;
}

.otp p {
  font-size: 16px !important;
  margin: 15px 0;
  line-height: 1.6em;
}
.otp input[type=text] {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 30px;
  text-align: center;
  padding-left: 30px;
}

/****************************************
Scroll Top 
*****************************************/
.scrollTop {
  position: fixed;
  right: 10%;
  bottom: 10px;
  background-color: #b8cd06;
  padding: 20px;
  opacity: 0;
  transition: all 0.4s ease-in-out 0s;
  z-index: 105;
}
.scrollTop a {
  font-size: 18px;
  color: #fff;
}

.header-kikyou img {
  max-width: 55px;
  position: absolute;
  right: -4%;
  top: 10%;
}

.album .album-wrp2 {
  position: relative;
  margin-bottom: 20px;
}
.album .album-wrp2 .img1 {
  width: 100%;
}
.album .album-wrp2 .images {
  height: 100%;
  width: 100%;
}
.album .album-wrp2 .images .img2 {
  width: 50%;
  float: left;
  height: 197px;
  object-fit: cover;
}
.album .album-wrp2 .images .img3 {
  width: 50%;
  float: left;
  height: 99px;
  object-fit: cover;
}
.album .album-wrp2 .images .img3:nth-child(3) {
  width: 100%;
}
.album .album-wrp2 .dropdown {
  visibility: hidden;
  right: 25px;
  top: 5px;
  z-index: 100;
  position: absolute;
}
.album .album-wrp2 .dropdown a i {
  font-size: 25px;
  font-weight: bold;
  color: #fff;
}
.album .album-wrp2 a.album-title {
  transition: 0.5s;
  width: 100%;
  position: absolute;
  bottom: 2px;
  left: 0;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 15px;
  text-align: center;
}
.album .album-wrp2:hover .album-title {
  background: rgba(0, 0, 0, 0.5);
}
.album .album-wrp2:hover .dropdown {
  visibility: visible;
}

/*# sourceMappingURL=mystyle.css.map */
