
.flex{ display: flex; }
.flexColumn{ display: flex;flex-direction: column; }
.justifySpaceBetween{ justify-content: space-between; }
.alignCenter{ align-items: center; }
.flexGrow{ flex-grow: 1; }
.gap10{ gap:10px }
.fontInitial{ font: initial; }
.fright{float: right;}
.posRel{position: relative;}
.padding0{padding: 0;}
.p0x5{padding: 0 5px;}
.ptop15{ padding-top: 15px;}
.ptop30{ padding-top: 30px;}
.ptop50{ padding-top: 50px;}
.pleft0{padding-left: 0;}
.pleft10{padding-left: 10px;}
.pleft20{padding-left: 20px;}
.pright0{padding-right: 0;}
.pright15{padding-right:15px;}
.pbottom0{padding-bottom: 0px !important;}
.pbottom10{padding-bottom: 10px !important;}

.mtop0{margin-top: 0px !important;}
.mleft0{ margin-left: 0px !important;}
.mtop10{margin-top: 10px;}
.mtop20{margin-top: 20px;}
.mbottom0{margin-bottom: 0 !important;}

.whiteBg{background-color: #fff;}
.txtGreen{ color: #6eb50a;}
.txtWhite{color: #fff !important;}
.txtRed{color: #bc2029;}
.txtred{color: #bc2029;}
.txtAsh{color: #565555;}
.txt16{font-size:16px; line-height: 20px;}
.txt20{font-size:20px; line-height: 25px;}
.txt24{font-size:24px;}
.txt30{font-size: 30px;}
.txtbold{font-weight: bold !important;}
.txtleft {text-align: left;}
.txtcenter {text-align: center;}
.txtright {text-align: right;}
.borderTop{border-top: 1px solid #fff;}
.minHeight100{min-height: 100px;}
.w100Per{width: 100%;}
h2[_ngcontent-hmd-c72] {
  color: #4c4c4c;
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 20px;
}

.separator{
  margin: 0 auto 20px auto;
  width: 100%;
  height: 20px;
  background: url(../images/separator.png) center center no-repeat;
}
.headerTop{
  background:rgba(119, 7, 7, .7);
  position: relative;
  padding: 10px 0;
}
.headerLogo{
  position: relative;
  padding:0;
}
.headerLogo .logo{
  height: 90px;
}

.pageTransBody{
  padding:30px;
  width: 100%;
  display: block;
  position: relative;
  background:rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .txtright, .txtleft {text-align: center;}
  .ptopMed10{ padding-top: 10px !important;}
  .txt24{font-size: 20pt;}
  .container {
      max-width: 100% !important;
  }
  .pageTransBody{
    width: 102%;
    padding:20px 15px 20px 30px;
  }
}
@media (max-width: 548px) {
  .pageTransBody{
    width: 103%;
  }

}

/*==================Header Menu==============*/
.headerMenu{
  border-top: 1px solid #bc2029;
  background: rgba(143,14,22,1);
  position: relative;
}
.nav-item i {
	margin-left: 10px;
}
/*----------bootstrap-navbar-css------------*/
.ml-auto, .mx-auto{
  margin-left: auto !important; margin-right: auto !important;
}
.navbar-logo {
	padding: 15px;
	color: #fff;
}
.navbar-mainbg {
	padding: 0px;
  background: rgba(143,14,22,1);
}
#navbarSupportedContent {
	/* overflow: hidden; */
	position: relative;
}
#navbarSupportedContent ul {
	padding: 0px;
	margin: 0px;
}
#navbarSupportedContent li:has(ul.down-menu){
  position: relative;
}
#navbarSupportedContent li:has(ul.down-menu):hover ul.down-menu{
  visibility: visible;
  opacity: 1;
}
#navbarSupportedContent ul.down-menu{
  position: absolute;
  left: 0;
  right: 0;
  z-index:10;
  visibility: hidden;
  opacity: 0;
  display: flex;
  flex-direction: column;
  min-width: max-content;
  text-align: center;
  transition: 0.5s;
}
#navbarSupportedContent ul.down-menu li{
  background: rgba(143,14,22,1);
  transition: background 500ms;
}
#navbarSupportedContent ul.down-menu li:not(:last-child){
  border-bottom: 1px solid lightgray;
}
#navbarSupportedContent ul.down-menu li:hover{
  background: rgb(162, 8, 19);
}

#navbarSupportedContent ul li a i {
	margin-right: 10px;
}
#navbarSupportedContent li {
	list-style-type: none;
	float: left;
}
#navbarSupportedContent ul li a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	display: block;
	padding: 15px 20px;
	/* transition-duration: 0.6s; */
	/* transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55); */
	position: relative;
}
#navbarSupportedContent > ul > li.active > a {
	color: rgb(255,255,255);
	background-color: transparent;
	/* transition: all 0.7s; */
}
#navbarSupportedContent a:not(:only-child):after {
	content: "\f078";
	margin-left: 15px;	
	font-family: "FontAwesome";
	display: inline-block;
	padding-right: 3px;
	vertical-align: middle;
	font-weight: 200;
	transition: 0.5s;
	font-size: 14px;
}

@media (min-width: 992px) {
	.navbar-expand-custom {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.navbar-expand-custom .navbar-nav {
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.navbar-expand-custom .navbar-toggler {
		display: none;
	}
	.navbar-expand-custom .navbar-collapse {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
	}
}

@media (max-width: 991px) {
	#navbarSupportedContent ul li a {
		padding: 12px 30px;
	}
	.hori-selector {
		margin-top: 0px;
		margin-left: 10px;
		border-radius: 0;
		border-top-left-radius: 25px;
		border-bottom-left-radius: 25px;
	}
	.hori-selector .left,
	.hori-selector .right {
		right: 10px;
	}
	.hori-selector .left {
		top: -25px;
		left: auto;
	}
	.hori-selector .right {
		bottom: -25px;
	}
	.hori-selector .left:before {
		left: -25px;
		top: -25px;
	}
	.hori-selector .right:before {
		bottom: -25px;
		left: -25px;
	}
}

.postcodesearchWrapper{
  width: 100%;
  padding:1px;
  margin: 0;
  text-align: center;
  background: #000;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    border-radius:4px;
    border: 1px solid #F1F1F1;
}

/* Sidebar Widget */
.sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  z-index: 0;
}
.sidebar-widget {
  margin-bottom:15px;
}

.sidebar-widget .widget-content {
  position: relative;
  padding: 20px;
  border-radius: 4px;
  border: 1px solid #e7eaed;
  background: rgba(255, 255, 255, .8)
}

.sidebar-widget:last-child {
  margin-bottom: 0px;
}

.sidebar-title {
  position: relative;
  margin-bottom: 20px;
}

.sidebar-title h5 {
  font-size: 22px;
}

.sidebar-title .text {
  margin-top: 10px;
}

/*Search Box Widget*/

.sidebar .search-box {
  position: relative;
}

.sidebar .search-box .form-group {
  position: relative;
  margin: 0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"] {
  position: relative;
  line-height: 28px;
  padding: 10px 50px 10px 25px;
  background: #ffffff;
  display: block;
  font-size: 15px;
  width: 100%;
  height: 50px;
  border-radius: 0px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  border: 1px dashed #fff;
}

.sidebar .search-box .form-group button {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 50px;
  width: 50px;
  display: block;
  font-size: 14px;
  cursor: pointer;
  line-height: 100%;
  font-weight: normal;
  background: none;
  border-radius: 0px;
  border: 1px solid #fff;
}

/* Blog Cat */

.blog-cat {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.blog-cat li {
  position: relative;
  margin-bottom: 10px;
}

.blog-cat li:last-child {
  margin-bottom: 0px;
}

.blog-cat li a {
  position: relative;
  color: black;
  text-decoration: none;
  padding-left: 0px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.blog-cat li a:hover {
  color: rgb(250, 166, 166);
}
.blog-cat li i{
  font-size: 18px;
  line-height: 1em;
}


/***

====================================================================
	Shop Detail Section
====================================================================

***/
.product-details .image-column, .product-details .info-column {
  margin-bottom: 40px;
}

.product-details .basic-details {
  position: relative;
  margin-bottom: 5px;
  padding: 30px 30px;
  border: 1px solid #2d5ea1;
}

.product-details .info-column .add-to-cart {
  position: relative;
  float: left;
  padding: 12px 28px;
  font-size: 14px;
  color: #ffffff;
  border-radius: 0px;
  margin-bottom: 10px;
  margin-right: 10px;
  background-color: #2d5ea1;
}

.product-details .info-column .add-to-cart .icon {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}

.product-details .basic-details .details-header {
  position: relative;
  margin-bottom: 0px;
}

.product-details .basic-details .details-header h3 {
  font-weight: 400;
  margin: 0px 0px;
  line-height: 35px;
  color: #000000;
  margin-bottom: 15px;
}

.product-details .basic-details .details-header h3 a {
  color: #333333;
}

.product-details .basic-details .details-header .rating {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

.product-details .basic-details .details-header .rating span {
  color: #f9a109;
}

.product-details .basic-details .details-header .rating .fa {
  display: inline-block;
  margin-right: 1px;
}

.product-details .basic-details .details-header .rating .fa.light {
  color: #b1b0af;
}

.product-details .basic-details .details-header .item-price {
  position: relative;
  color: #2d5ea1;
  font-size: 26px;
  font-weight: 600;
  margin-top: 10px;

}

.product-details .basic-details .details-header .item-price span {
  position: relative;
  font-weight: 600;
  color: #000000;
  margin-left: 15px;
  line-height: 24px;
  letter-spacing: 1px;
  text-decoration: line-through;
}

.product-details .basic-details .details-header .reviews {
  position: relative;
  margin-left: 10px;
  display: inline-block;
}

.product-details .basic-details .details-header .reviews a {
  position: relative;
  color: #000;
  font-size: 14px;
}

.product-details .basic-details .stock-list {
  position: relative;
  margin-top: 5px;
  margin-bottom: 12px;
}

.product-details .basic-details .stock-list li {
  position: relative;
  color: #000;
  font-size: 14px;
  margin-bottom: 8px;
  margin-right: 70px;
  display: inline-block;
}

.product-details .basic-details .stock-list li span {
  position: relative;
  color: #000000;
  font-size: 14px;
  font-weight: 600;

}

.product-details .basic-details .stock-list li:last-child {
  margin-right: 0px;
}

.product-details .basic-details .text {
  margin-bottom: 15px;
  color: #555555;
  font-size: 14px;
  line-height: 1.8em;
  margin-top: 15px;
}

.product-details .basic-details .availablity {
  position: relative;
  float: left;
  padding-right: 40px;
  line-height: 32px;
  margin-bottom: 27px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  color: #000;
}

.product-details .basic-details .availablity strong {
  font-size: 14px;
  letter-spacing: 2px;
  color: #f7542b;
  font-weight: 600;
}

.product-details .basic-details .item-quantity {
  position: relative;
}

.product-details .basic-details .item-title {
  position: relative;
  display: block;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  text-transform: capitalize;

}

.product-details .basic-details .btns-box {
  position: relative;
  margin-top: 0px;
  float: left;
}

.product-details .basic-details .cart-options {
  position: relative;
  float: left;
}

.product-details .basic-details .cart-options li {
  position: relative;
  margin-right: 8px;
  display: inline-block;
}

.product-details .basic-details .cart-options li a {
  position: relative;
  width: 46px;
  height: 46px;
  color: #2d5ea1;
  text-align: center;
  line-height: 42px;
  font-size: 18px;
  border-radius: 0px;
  display: inline-block;
  border: 2px solid #2d5ea1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.product-details .basic-details .cart-options li a:hover {
  color: #ffffff;
  background-color: #2d5ea1;
}

.product-details .basic-details .tags-list {
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
}

.product-details .basic-details .tags-list strong {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 10px;
  margin-right: 15px;
  text-transform: capitalize;

}

.product-details .basic-details .tags-list li {
  position: relative;
  margin-right: 10px;
  display: inline-block;
}

.product-details .basic-details .tags-list li a {
  position: relative;
  color: #2d5ea1;
  font-size: 14px;
  padding: 6px 20px;
  display: inline-block;
  border: 1px dashed #2d5ea1;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}

.product-details .basic-details .tags-list li a:hover {
  color: #ffffff;
  background-color: #2d5ea1;
}

.quantity-spinner {
  position: relative;
  display: block;
  width: 100%;
}

.product-details .quantity-spinner {
  margin-bottom: 20px;
  float: left;
  margin-right: 20px;
}

.quantity-spinner input {
  position: relative;
  display: block;
  width: 50%;
  line-height: 20px;
  padding: 9px 10px;
  margin: 0px 25%;
  font-weight: 500;
  height: 38px;
  border:1px solid #ced4da;
  text-align: center;
  border-radius: 2px;
}

.quantity-spinner .minus {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 25%;
  height: 38px;
  line-height: 18px;
  padding: 10px 10px;
  text-align: center;
  background: #ffffff;
  font-weight: 400;
  color: #555555;
  font-size: 14px;
  cursor: pointer;
  border:1px solid #ced4da;
  border-right: 1px solid rgb(116, 108, 108);
  z-index: 1;
}

.quantity-spinner .plus {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 25%;
  height: 38px;
  cursor: pointer;
  line-height: 18px;
  padding: 10px 10px;
  text-align: center;
  font-weight: 400;
  background: #ffffff;
  color: #555555;
  font-size: 14px;
  border:1px solid #ced4da;
  border-left: 1px solid rgb(116, 108, 108);
  z-index: 1;
}

.tableBorder{
  border: 1px solid #e7eaed;
  background: rgba(255, 255, 255, .8);
  width: 100%;}
.tableBorder th{ font-weight: 500; font-size: 125%;}
.tableBorder th, .tableBorder td{ vertical-align: middle; padding: 5px 10px 5px 10px;border-bottom: 1px solid #ddd;}
.tableBorder a{color:black !important;}


.successMsg{ border-color: #09723f !important;background-color: #12a05c !important;color: white !important;width: 100%;display:block;}
.errorMsg{ border-color: #a5065d !important;background-color: #af0d31 !important;color: white !important;width: 100%;display:block;}
.lineHeight30 {
  line-height: 30px;
}
.padding20 {
  padding: 20px;
}
.disScreen{
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .5;
  filter: Alpha(Opacity=50);
  position: fixed;
  inset: 0;
  z-index:102;
  background: #fff;
  margin-left:-107px;
  margin-top:-69px;
}

#otp_shopOpenTimes {
  width: 100%;
  margin: 0 0 10px 0;
}
.otp_shopOpenTimesWrapper {
  width: 90%;
}
#otp_shopOpenTimes td.left {
  text-align: left;
}
#otp_shopOpenTimes td {
  padding: 8px;
  text-align: center;
  border-bottom:1px dashed #fff;
}
.deliveryChargeBox {
  margin-left: 30px;
  width: 45%;
  float: right;
}
fieldset {
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  margin:10px 0;
  padding: 0.35em 1em 1em;
  border: 1px solid #e7eaed;
  background: rgba(255, 255, 255, .8);
}
legend {
  padding: 0 5px; width: auto;
}


.reserve-box {
  position: relative;
  margin-bottom: 30px;
}

.reserve-box .inner-box {
  position: relative;
  padding: 30px 0px;
}

.reserve-box .inner-box .content {
  position: relative;
  padding-left: 90px;
  padding-right: 15px;
}

.reserve-box .inner-box:before {
  position: absolute;
  content: '';
  left: 30px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #e7eaed;
  background: rgba(255, 255, 255, .8);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease;
}

.reserve-box .inner-box:hover::before {
  border-style: solid;
}

.reserve-box .inner-box .content .icon {
  position: absolute;
  left: 0px;
  top: 6px;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 63px;
  font-size: 26px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: url(../images/icons/cap-1.png) no-repeat;
}

.reserve-box .inner-box .content .icon:after {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  opacity: 0;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
  background: url(../images/icons/cap-2.png) no-repeat;
}

.reserve-box .inner-box:hover .content .icon:after {
  opacity: 1;
}
.inner-box .icon .fa{font-size: 30px; color: #116e46; padding: 15px 0 0 10px;}

.reserve-box .inner-box:hover .content .icon {
  color: black
}

.reserve-box .inner-box .content h4 {
  position: relative;
  margin-bottom: 10px;
}

.reserve-box .inner-box .content ul {
  position: relative;
  margin: 0;
  padding: 0;
}

.reserve-box .inner-box .content ul li {
  position: relative;
  margin-bottom: 0px;
  list-style-type:square;
}

.reserve-box .inner-box .content ul li a {
  position: relative;
  color: black;
  font-size: 90%;
}

.reservation-booking-form {
  position: relative;
  padding: 25px 25px 10px;
  border: 1px solid #e7eaed;
  background: rgba(255, 255, 255, .8);
}

.reservation-booking-form .image-column {
  position: relative;
}

.reservation-booking-form .image-column .inner-column {
  position: relative;
}

.reservation-booking-form .image-column .image {
  position: relative;
}

.reservation-booking-form .image-column .image img {
  position: relative;
  width: 100%;
  display: block;
}

.reservation-booking-form .form-column {
  position: relative;
}

.reservation-booking-form .form-column .inner-column {
  position: relative;
}
.form-group{
  margin-bottom: 15px;
}
.default-form .form-group input[type="text"], .default-form .form-group input[type="email"], .default-form .form-group input[type="tel"], .default-form .form-group input[type="url"], .default-form .form-group input[type="file"], .default-form .form-group textarea, .default-form .form-group select {
  position: relative;
  display: block;
  width: 100%;
  line-height: 20px;
  color: black;
  font-weight: 400;
  padding: 14px 24px;
  z-index: 1;
  background-color: #ffffff;
  border: 1px solid #e7eaed;
  -webkit-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}

.btn-style-three {
  position: relative;
  display: inline-block;
  line-height: 30px;
  color: #000;
  padding: 12px 40px;
  font-weight: 700;
  overflow: hidden;
  border-radius: 0px;
  overflow: hidden;
  padding: 15px 38px;
  background-color: #fff;
  text-transform: capitalize;
  cursor: pointer;

}

.btn-style-three:before {
  position: absolute;
  content: '';
  left: 100%;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 1;
  color: white;
  background-color: #047918;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.btn-style-three .txt {
  position: relative;
  z-index: 1;
}

.btn-style-three:hover::before {
  left: 0%;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.btn-style-three:hover {
  color: #ffffff;
}


/***
====================================================================
	Shop Page Section
====================================================================
***/
.shop-item {
  position: relative;
  margin-bottom:15px;
}

.shop-item.inner-box, .shop-item .inner-box {
  position: relative;
  border-radius: 4px;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  width: 100%;
  padding: 15px;
  border: 1px solid #e7eaed;
  background: rgba(255, 255, 255, .8)
}

.shop-item.inner-box:hover, .shop-item .inner-box:hover {
  border-style: solid;
}

.shop-item.inner-box .image, .shop-item .inner-box .image {
  position: relative;
  overflow: hidden;
  /* background-color: #000000; */
}

.shop-item.inner-box .image .off-price, .shop-item .inner-box .image .off-price {
  position: absolute;
  left: 15px;
  top: 15px;
  z-index: 1;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 20px;
  display: inline-block;
  background-color: #ed1c1c;

}

.shop-item.inner-box .image img, .shop-item .inner-box .image img {
  position: relative;
  width: 100%;
  max-width:285px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.shop-item.inner-box:hover .image img, .shop-item .inner-box:hover .image img {
  opacity: 0.50;
  transform: scale(1.06, 1.06) rotate(4deg);
}

.shop-item.inner-box .image .options-box, .shop-item .inner-box .image .options-box {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  opacity: 0;
  display: block;
  margin-left: -3px;
  padding: 0;
  transform: translateX(-50%) translateY(-50%);
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.shop-item.inner-box:hover .image .options-box, .shop-item .inner-box:hover .image .options-box{
  opacity: 1;
}

.shop-item.inner-box .image .options-box li, .shop-item .inner-box .image .options-box li {
  position: relative;
  margin: 0px 6px 5px;
  display: inline-block;
}

.shop-item.inner-box .image .options-box li a, .shop-item .inner-box .image .options-box li a {
  position: relative;
  color: #fff;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 38px;
  text-align: center;
  display: inline-block;
  border: 1px solid #fff;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

.shop-item.inner-box .image .options-box li a:before, .shop-item .inner-box .image .options-box li a:before {
  position: relative;
  z-index: 1;
}

.shop-item.inner-box .image .options-box li a:after, .shop-item .inner-box .image .options-box li a:after {
  position: absolute;
  content: '';
  left: -6px;
  top: -14px;
  right: 0px;
  bottom: 0px;
  width: 50px;
  height: 53px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  background: url(../images/icons/cap-7.png) no-repeat;
}

.shop-item.inner-box .image .options-box li a:hover, .shop-item .inner-box .image .options-box li a:hover {
  color: #000;
  background-color: #fff;
}

.shop-item.inner-box .image .options-box li a:hover::after, .shop-item .inner-box .image .options-box li a:hover::after {
  opacity: 1;
}

.shop-item.inner-box .lower-content, .shop-item .inner-box .lower-content {
  position: relative;
  text-align: center;
}

.shop-item.inner-box .lower-content h4, .shop-item .inner-box .lower-content h4 {
  margin-top: 15px;
}

.shop-item.inner-box .lower-content h4 a, .shop-item .inner-box .lower-content h4 a {
  position: relative;
  color:black;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.shop-item.inner-box:hover .lower-content h4 a, .shop-item .inner-box .lower-content h4 a {
  font-weight: 600;
  color: rgb(63, 32, 33);
  text-decoration: none;
  transition: 0.3s;
  font-size: 16px;  
}

.shop-item.inner-box .lower-content .text, .shop-item .inner-box .lower-content .text {
  margin-bottom: 15px;
  text-align: justify;
  font-size: 90%;
}

.shop-item.inner-box .lower-content .price, .shop-item .inner-box .lower-content .price {
  font-size: 30px;
  margin-bottom: 15px;

}

.shop-item.inner-box .lower-content .price span, .shop-item .inner-box .price span {
  color:black;
  text-decoration: line-through;
}
.buttons-lower {
  width: 100%;
  height: 45px;
  border-width: 1px;
  border-style: solid;
  border-color: #f0f0f0 #e9e9e9 #e9e9e9;
}

.buttons-lower  button:not(:last-child) {
  /* border-right: none; */
  border-right: 1px solid #f0f0f0;
}

.buttons-lower button {
  display: block;
  width: 50%;
  height: 43px;
  border: none;
  color: white;
  background:rgba(143,14,22,1);
  font-size: 16px;
  transition: all 0.2s ease;
  cursor: pointer;
  float: left;
}

.buttons-lower button:hover {
  background-color: #f74258;
  color: white;
}

/*===============Social Media=============*/
@font-face {
  font-family: 'Font Awesome 6 Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../fonts/fa-brands-400.woff2") format("woff2"), url("../fonts/fa-brands-400.ttf") format("truetype"); 
}
.fa-brands, .fab {
  font-weight: 400;
  font-family: "Font Awesome 6 Brands";
}

/*================navbar-nav==============*/
.navbar-nav .active{
  background-color: #4b4c4e;
}
.testinomalContainer .contents{
  background: url(../images/reviews/testimonial.png) no-repeat;
}

.testinomalContainer .contents p{
  font-family: 'AvenirLTStd-Roman';
  font-size:20px;
  margin: 0;
  text-align: justify;
}

.testinomalContainer h5 {
  font-family: 'AvenirLTStd-Black';
  font-size: 1.333rem;
  text-align: center;
}

.testinomalContainer h6 {
  font-family: 'AvenirLTStd-Book';
  font-size: 1.133rem;
  margin-bottom: 6px;
  text-align: center;
}

.testinomalContainer {
  position: relative;
  padding: 2.667rem 0;
  margin: auto;
}

.testinomalSection .arrow{
  display: block;
  position: absolute;
  cursor: pointer;
  font-size: 3em;
  top: 50%;
  transform: translateY(-50%);
  transition: all .3s ease-in-out;
  padding: 0.333rem;
}

.testinomalSection i {
  color: #cbc6c6;
  font-size: 2rem;
}

.arrow.previousArrow {
  left: 0;
  cursor: pointer;
}

.arrow.nextArrow {
  right: 0.667rem;
  cursor: pointer;
}

.testinomalSection i:hover{
  color: #0196db;
}

.testinomalSection .dots {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom:10px;
  left: 0;
  display: block;
  z-index: 3333;
  height: 0.8rem;
}

.testinomalSection .dots .dot {
  list-style-type: none;
  display: inline-block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  border: 1px solid #eee;
  margin: 0 0.667rem;
  cursor: pointer;
  transition: all .5s ease-in-out;
  position: relative;
}

.testinomalSection .dots .dot.active,
.testinomalSection .dots .dot:hover{
  background: #0196db;
  border-color: #03adfc;
}

.testinomalSection .dots .dot.active{
  animation: testinomalSection-scale .5s ease-in-out forwards;
}
.testinomalContainer .rating{
  display: flex;
  justify-content: center;
  padding: 0;
}
.testinomalContainer div.row{ padding: 0 100px 40px 100px; }
.testinomalContainer .rating li{
  list-style: none;
  width: 20px; 
  height: 20px;
  float: left;
}
.full{background: url(../images/reviews/star1.png) no-repeat center center;}
.half{background: url(../images/reviews/star.5.png) no-repeat center center;}
.zero{background: url(../images/reviews/star0.png) no-repeat center center;}


/* more choices */
.CMOptions:not(:last-child){
  margin-bottom: 35px;
}
.CMOptions span.required{
  font-size: initial;
  color: dimgray;
}
.CMOptions ul{
  list-style-type: none;
  padding: 0;
  border: 1px solid lightgray;
  border-radius: 3px;
}
.CMOptions ul.errorCMO{
  border: 1px solid red;
  box-shadow: 0 0 10px red;
}
.CMOptions ul li{
  display: flex;
  justify-content: space-between;
  padding:0 10px;
}
.CMOptions ul li:not(:last-child){
  border-bottom: 1px solid lightgrey;
}
.CMOptions ul li input[type='checkbox']{
  margin-right: 10px;
  cursor: pointer;
}
.CMOptions ul li label{
  margin: 0;
  cursor: pointer;
}

/* popup */
#popup{
  position: fixed;
  inset: 0;
  z-index: 10000;
  background-color: rgba(228, 228, 228, 0.8);
}
#popupDialog{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  min-width: 400px;
  width: fit-content;
  max-width: 90vw;
  max-height: 80vh;
  background-color: white;
  color: black;
  font-family: initial;
  font-size:1rem;
  overflow-y: auto;
}
#popupDialog::-webkit-scrollbar {
  width: 0px;
}
#popupDialog header{
  position: sticky;
  top: 0;
  background: rgb(221,221,221);
  background: linear-gradient(140deg, rgba(221,221,221,1) 0%, rgba(236,236,236,1) 100%);
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid lightgray;
  box-shadow:0 0 10px lightgrey;
  font-weight: bolder;
}
#popupDialog header h4{
  font-weight: bold;
  padding: 5px 15px;
}

#popupDialog header #closeBtn{
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  padding: 0 20px;
  border: none;
  font-size: 20px;
  font-family: monospace;
  cursor: pointer;
  background-color: lightgray;
}
#error_ChoiceMore{
  position: sticky;
  top: 48px;
  background: white;
  border-bottom: 1px solid lightgray;
  margin: 0;
  color: red;
  text-align: center;
  box-shadow:0 0 10px lightgrey;
}
#error_ChoiceMore.hide{ visibility: hidden; }
#popupDialog #popupContent{
  padding: 5px 20px 0 20px;
  overflow-y: auto;
}
#popupDialog footer{
  position: sticky;
  bottom: 0;
  width: 100%;
  margin: 0;
}
#popupDialog footer #scrollDownIndicator{
  box-shadow:0 0 10px lightgrey;
  background: white;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  border-top: 1px solid lightgray;
  font-size: 13px;
  padding-right: 10px;
}
#popupDialog footer #scrollDownIndicator i{
  animation: scrolldownArrow 2s linear infinite;
}
@keyframes scrolldownArrow {
  0%{ transform: translateY(5px); }
  50%{ transform: translateY(15px); }
  100%{ transform: translateY(5px); }
}

#popupDialog footer #checkoutBtn{
  font-size: 20px;
  display: flex;
  justify-content: space-around;
  padding:5px 10px;
  background: #f08b18;
  box-shadow:0 5px 0px #f08b18;
  cursor: pointer;
  transition: 0.5s;
  color: white;
  font-weight: bolder;
}
#popupDialog footer #checkoutBtn:hover{
  background: #c9700a;
}

@keyframes testinomalSection-scale {
  0% {
      box-shadow: 0px 0px 0px 0px #eee;
  }
  35% {
      box-shadow: 0px 0px 10px 5px #eee;
  }
  70% {
      box-shadow: 0px 0px 10px 5px #0196db;
  }
  100% {
      box-shadow: 0px 0px 0px 0px #03a9f7;
  }
}

@keyframes testinomalSection-content-in {
  from {
      opacity: 0;
      transform: translateY(100%);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes testinomalSection-content-out {
  from {
      opacity: 1;
      transform: translateY(0);
  }
  to {
      opacity: 0;
      transform: translateY(-100%);
  }
}

@keyframes testinomalSection-show {
  from {
      opacity: 0;
      transform: scale(0);
  }
  to {
      opacity: 1;
      transform: scale(1);
  }
}

@keyframes testinomalSection-hide {
  from {
      opacity: 1;
      transform: scale(1);
  }
  to {
      opacity: 0;
      transform: scale(0);
  }
}
