body#wh:not(.cke_editable) h2:not(.swal2-title):not([style]){
	color: #000;
	font-size: 32px;
	text-transform: capitalize;
	font-weight: 500;
	margin-bottom: 30px;
}
body#wh:not(.cke_editable) h2:not(.swal2-title):not([style])::after{
	display: none;
}
/* Header */
header.fixed-header{
	background: transparent;
	box-shadow: none;
}
header.stick{
	background: #000;
}
header.fixed-header .header-menu ,
header.fixed-header .header-menu  a{
	color: #fff;
}

.header-container .header-menu #main-menu ul{
    background-color: #000!important;
    padding: 0px!important;
    border:0px!important;
}
.header-container .header-menu #main-menu ul li{
    padding:5px;
}
.header-container .header-menu #main-menu ul li:hover{
    background-color: #C89940!important;
}

.header-container .header-menu #main-menu a .sub-arrow{
    display:none;
}

#wh .header-container{
	display: flex;
	align-items: center;
	padding: 20px 0 10px 0;
}
.header-logo{
	text-align: center;
}
.header-logo img{
	transition: 0.3s;
	max-width: 150px;
}
header.stick .header-logo img{
	max-width: 160px;
}

.header-top a {
    padding: 0 10px;
    transform:scale(0.8);
}
.header-left-panel,
.header-right-panel{
	display: flex;
	flex: 1;
	justify-content: space-evenly;
}
.header-right-panel{
	padding-left: 10px;
}
.header-left-panel{
	padding-right: 10px;
	justify-content: flex-end;
}
.header-container .header-menu #main-menu a .sub-arrow,
.header-container .header-menu #main-menu ul{
	/*display: none!important;*/
}
.header-container .header-menu{
	width: 100%;
}
.header-container .header-menu #main-menu{
	display: flex;
    justify-content: space-evenly;
    width: 100%;
}
.header-container .header-left-panel .header-menu{
	width: calc(100% - 100px);
}
#wh .header-container .header-menu #main-menu>li>a{
	padding-left: 8px;
	padding-right: 8px;
}

#wh header.hide-header{
	top: 0!important;
}
#cart span.flex{
	color: #d39c45;
}
/* Footer */
body#wh #footer-area{
	margin-top: -1px!important;
}
body #footer-area footer{
	background: #000000;
	border-top: 0;
}
#wh.information-information #footer-area,
#wh.common-home #footer-area{
	margin-top: 0;
}
#wh footer{
	background: #356745;
}
footer .email-text{
	color: #d39c45!important;
}
#wh footer, #wh footer a{
	color: #fff;
}
#wh footer a img{
	max-height: 30px;
	padding: 5px;
}
#footer-area .footer-upper-contet>*:last-child{
    flex: unset;
}
.footer-contact-info{
	width: 40%;
	text-align: center;
}
.footer-contact-links{
	width: 20%;
	text-align: center;
}
footer h5,
footer .newsletter-module .orange{
    font-size: 18px;
    color: #fff;
	text-transform: uppercase;
	font-weight: 600;
	text-align: center;
	margin-bottom: 10px;
	padding-bottom: 0;
}
.footer-contact-links li a{
	color: #fff;
	font-size: 14px;
}
.footer-contact-links li{
	margin-bottom: 6px;
}
.footer-contact-info .image-cont{
	margin-right: 10px;
}
.footer-bottom{
	font-weight: 600;
}
.whatsapp-wrapper{
	z-index: 1;
    position: fixed;
    right: 20px;
    bottom: 75px;
}
.whatsapp-wrapper img{
	max-width: 52px;
}
/* Newsletter */
.newsletter-cont{
	margin-top: 40px;
}
.newsletter-module, 
.newsletter-module h2{
	color: #fff!important;
}
.newsletter-module h2{
	margin-bottom: 20px!important;
}
.newsletter-module form{
	max-width: 550px;
	margin: auto;
}
.newsletter-module form input{
	height: 100%!important;
}
/* Buttons */
.btn-primary, 
.media-detail__btn, #yen #rotate_btn, 
.saving.velsof_button,
#continue_btn.velsof_button,
.swal2-popup .swal2-actions button,
.donation-item .btn-link{
	font-family: 'Lora', serif;
	background: #d39c45;
    color: #fff;
    border: 2px solid #d39c45;
    transition: all 0.2s;
    letter-spacing: 1px;
    padding: 6px 14px;
    font-size: 14px;
    text-transform: none!important;
}
.swal2-popup .swal2-actions button{
	background: #d39c45!important;
	border: 2px solid #d39c45!important;;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active:hover,
.btn-primary:active,
.media-detail__btn:hover,
.media-detail__btn:focus{
    background: #d39c45;
    color: #fff;
    border: 2px solid #d39c45;
	outline: none;
	opacity: 0.8;
}

.btn-primary[disabled],
.btn-primary[disabled]:hover,
.btn-primary[disabled]:focus{
    background: #d39c45;
    color: #fff;
    border: 2px solid #d39c45;
    opacity: 0.6;
}

.btn-default:not(.no-custom){
    background: #fff;
    color: #d39c45;
    border: 2px solid #d39c45;
    font-size: 14px;
    padding: 6px 14px;
    font-weight: 600;
    text-transform: none;
    transition: all 0.2s;
    letter-spacing: 1px;
}
.btn-default:not(.no-custom):hover,
.btn-default:not(.no-custom):focus,
.btn-default:not(.no-custom):active:hover,
.btn-default:not(.no-custom):active{
    background: #d39c45;
    color: #fff;
    border: 2px solid #d39c45;
    outline: none;
}

.btn-default:not(.no-custom)[disabled],
.btn-default:not(.no-custom)[disabled]:hover,
.btn-default:not(.no-custom)[disabled]:focus{
    background: #d39c45;
    color: #fff;
    border: 2px solid #d39c45;
    opacity: 0.6;
}
#button-login, #button-search, #button-coupon{
	border-radius: 0!important;
    min-width: unset;
    padding: 10px 14px;
}
.btn-primary:disabled,
.btn-primary[disabled]{
	background-color: #d1d1d1;
	border-color: #d1d1d1;
}
#wh .wishlist-btn{
	background: #946a24;
	border-color: #946a24;
	color: #fff;
	font-family: 'Lora', serif;
	font-weight: normal;
}
/* Add this plugin */
.addthis_sharing_toolbox .at-style-responsive .at-share-btn{
	background-color: transparent!important;
}
.addthis_sharing_toolbox .at-resp-share-element .at-share-btn .at-icon-wrapper svg{
	fill: #000!important;
}
/* Pages */
body.common-home #pg-banner-wrap{
	position: absolute;
}
#pg-banner-wrap{
	margin-bottom: 60px;
}
#pg-banner-wrap .position-center-center{
	top: 70%
}
#pg-banner-wrap .banner_breadcrumb{
	list-style: none;
	text-align: center;
	padding-left: 0;
}
#pg-banner-wrap .banner_breadcrumb li{
	display: inline-block;
	padding: 2px 4px;
}
#pg-banner-wrap .banner_breadcrumb li,
#pg-banner-wrap .banner_breadcrumb li a{
	color: #fff;
}
#wh .page-banner-title h2{
	color: #fff!important;
	margin-bottom: 10px!important;
}
body .container>.breadcrumb,
body .container>.row>h2,
body #content>h2{
	display: none;
}
/* Home Slider */
.common-home .slideshow .slider-nav{
	display: none;
}
.slider-slideshow-description .slider-slideshow-description-texts{
	max-width: 50%;
}
#wh .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0{
	font-family: 'Lora', serif;
	font-size: 60px;
	font-weight: 600;
	line-height: 1.1;
}
#wh .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1{
	font-size: 16px;
}
#wh .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0,
#wh .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-1{
	margin-bottom: 25px;
}
#wh .slideshow .slider-custom-dots .owl-dot.active{
	background: #d39c45;
}
/* Home - Why Choose Us*/
.why_choose_us{
	background-attachment: fixed;
}
.why_choose_us,
.why_choose_us h2,
.why_choose_us h3{
	color: #fff!important;
}
.items{
	margin-top: 50px;
}
.item-cont{
	width: 25%;
	text-align: center;
	padding: 10px;
}
.item-cont img{
	max-height: 70px;
    width: auto;
    margin: auto;
    display: block;
    margin-bottom: 15px;
}
/* Home Articles */
#news_latest .slick-slide{
	padding: 10px;
}
#wh #news_latest.bnews-list .artblock .img_container{
	width: 100%;
}
#wh #news_latest.bnews-list .artblock .info{
	width: 100%;
	padding-left: 0;
}
#wh .bnews-list .artblock .name a{
	font-size: 22px;
    color: #000;
}
.bnews-list .artblock .description p{
	margin-top: 15px;
	max-height: 42px;
    overflow: hidden;
}
.bnews-list .artblock .date-added{
	color: #d39c45;
    margin-bottom: 4px;
	margin-top: 10px;
    font-weight: 600;
	float: left;
    width: 100%;
}
/* Featured */
#wh .slick-list{
	padding: 2px;
}
#wh .section-space.featured{
	background: #f8f3ec;
}
#wh .featured-module .featured,
#wh .related-module .related{
    margin-top: 15px;
	padding: 0;
}
#wh .featured-module .featured .slick-slider,
#wh .related-module .related .slick-slider, 
#wh .featured-category-module .category-module .slick-slider{
	padding-top: 50px;
}
#wh .featured-module .featured .slick-nav .position-center-center,
#wh .related-module .related .slick-nav .position-center-center,
#wh .featured-category-module .category-module .position-center-center{
	top: 0;
    left: auto;
    right: auto;
    bottom: auto;
    transform: none;
}
#wh .featured-module .slick-nav.right, 
#wh .featured-module .slick-nav.next,
#wh .related-module .slick-nav.right, 
#wh .related-module .slick-nav.next,
#wh .category-module .slick-nav.right, 
#wh .category-module .slick-nav.next{
	right: 0;
	top:0
}
#wh .featured-module .slick-nav.left, 
#wh .featured-module .slick-nav.prev,
#wh .related-module .slick-nav.left, 
#wh .related-module .slick-nav.prev,
#wh .category-module .slick-nav.left, 
#wh .category-module .slick-nav.prev{
	left: auto;
	right: 50px;
	top:0
}
#wh .related-module .slick-nav.right, 
#wh .related-module .slick-nav.next{
	right: 30px;
}
#wh .related-module .slick-nav.left, 
#wh .related-module .slick-nav.prev{
	right: 80px;
}
#wh .category-module .slick-nav.right, 
#wh .category-module .slick-nav.next{
	right: 50px;
}
#wh .category-module .slick-nav.left, 
#wh .category-module .slick-nav.prev{
	right: 100px;
}
.product-gutter .product-inputs{
	display: none;
}
/* Home Category */
.category-module .slick-slider .product-thumb{
	border: 0;
	position: relative;
}
.category-module .slick-slider .product-thumb h4{
	position: absolute;
	bottom: 15px;
	text-align: center;
	padding: 0;
	width: 100%;
}
.category-module .slick-slider .product-thumb h4 a{
	color: #fff;
	font-size: 28px;
    font-weight: 500;
}
/* Stickers */
#wh .sticker,
#wh .special-sticker{
	left: 10px;
    right: auto;
    margin-top: 12px;
    text-transform: capitalize;
    font-size: 13px;
    line-height: 14px;
    font-weight: normal;
    border-radius: 50%;
    text-align: center;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#wh .out-of-stock .sticker,
#wh .Sold.sticker{
	background-color: #808080!important;
}
#wh .special-sticker{
	background-color: #d34545!important;
}
/* Product List */
.product-block .product-name a{
	font-size: 14px;
	color: #000;
}
/* Product */
#wh .product-block{
	border: 0
}
#wh .product-block:hover{
	-webkit-box-shadow: 0px 0px 8px 0px #ccc;
    -moz-box-shadow: 0px 0px 8px 0px #ccc;
    box-shadow: 0px 0px 8px 0px #ccc;
}
#wh .product-view>.product-gutter{
	margin-bottom: 15px;
}
#wh .product-block .product-details .price .price-old,
.product-block .product-details .price{
	font-size: 18px;
	font-weight: 600;
}
#wh .product-block .product-details .price .price-old{
	text-decoration: line-through;
	color: #b9b9b9;
	margin-left: 6px;
}
.product-block .product-details .price{
	color: #d39c45;
}
#wh .product-gutter .cart-buttons{
	margin-top: 12px;
	margin-bottom: 12px;
}
#wh .product-gutter .cart-buttons button{
	margin: 3px 5px;
}
.product-product .product-image-column .product-image-main{
	border: 1px #ccc solid;
}
.quantity-cont .btn-number{

}
.product-product #content{
	max-width: 1300px;
    margin: 0 auto;
    display: block;
    float: none;
}
.product-product #product .form-group.quantity-cont{
	max-width: 250px!important;
}
.product-product #product .form-group.quantity-cont label{
	width: 100%;
	font-weight: 600;
}
.product-product #product .form-group.quantity-cont .minus,
.product-product #product .form-group.quantity-cont .add{
	background: #d7d7d7;
    color: #fff;
    border-color: #d7d7d7;
	border-radius: 0!important;
	font-size: 10px;
}
.product-product #product .form-group.quantity-cont .minus:hover,
.product-product #product .form-group.quantity-cont .add:hover{
	background: #959595;
    color: #fff;
    border-color: #959595;
}
.product-product #product #button-sold{
	background: #959595;
    border-color: #959595;
    opacity: 1;
}
.product-product .related-module{
	margin-top: 40px;
}
.product-product #content .input-group-flex{
	margin-top: 15px;
	margin-bottom: 20px;
}
/* Attribute Tabs */
#wh.product-product .nav-tabs>li a{
	color: #000;
	border: 0;
}
#wh.product-product .nav-tabs>li a:hover{
	background: transparent;
	border-color: transparent;
	color: #d39c45;
}
#wh.product-product .nav-tabs>li.active>a, 
#wh.product-product .nav-tabs>li.active>a:focus, 
#wh.product-product .nav-tabs>li.active>a:hover{
	background: transparent;
	color: #d39c45;
}
#wh.product-product .nav-tabs>li.active{
	border-bottom: 2px #d39c45 solid;
}
/* Waiting List */
#wh .waiting_list_container{
	padding: 20px;
    border: 1px solid #cccccc;
    background: #f5f5f5;
    color: #000;
}
#wh .waiting_list_container .flex-group input{
	margin-right: 0;
	border: 1px solid #cccccc;
	border-right: 0;
}
/* Product Filter*/
.filters-wrap{
	justify-content: flex-end;
    padding: 0;
}
.filters-wrap .col-md-5{
	width: auto;
}
#filter-groups .list-group-item.item-header{
	font-family: 'Lora', serif;
	font-weight: 700;
	font-size: 26px;
	color: #000;
}
#filter-groups #side-categories .group .item .caret{
	border-top: 0;
}
#side-categories .group .item .toggle:hover{
	background: none!important;
	color:#356443!important
}
#side-categories .group .item .toggle,
#side-categories .group:not(:last-child){
	border: 0!important;
}
#filter-groups #side-categories .group .item .caret::before{
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f067";
    position: absolute;
    top: 15px;
    font-size: 10px;
}
#filter-groups #side-categories .group .item.active .caret::before{
    content: "\f068";
}
#wh #side-categories .group .item.active+.sub{
	border-top: 0;
	padding-left: 20px;
}
#filter-groups #side-categories .group .item a {
	padding: 7px 0;
	color: #000;
	font-size: 16px;
}
#filter-groups #side-categories .group .item.active a,
#filter-groups #side-categories .group .item:hover a{
	background: transparent;
	color: #d39c45;
}
#filter-groups #side-price .list-group-item:not(.item-header){
	padding-top: 0;
}
#filter-groups #side-price .ui-slider-range,
#filter-groups #side-price .ui-slider-handle{
	background: #d39c45;
}
#filter-groups #side-price .ui-slider-handle{
	border-radius: 0;
	width: 18px;
    height: 18px;
}
#side-price #min, #side-price #max{
	font-weight: 600;
	font-size: 16px;
	color: #000;
}
/* FAQ */
.information-faq .panel-group{
	max-width: 1100px;
    margin: auto;
}
.information-faq .panel-group .panel{	
	border: 0;
	box-shadow: none;
}
.information-faq .panel-default>.panel-heading{
	background: transparent;
}
.information-faq .panel-default>.panel-heading+.panel-collapse>.panel-body{
	border-top: 0;
}

#wh.information-faq .panel-title a{
	padding: 10px;
	font-weight: 600;
	position: relative;
	font-size: 14px;
	color: #8d8d8d;
}
.information-faq .panel-title a::before{
	font: normal normal normal 14px/1 FontAwesome;
	content: '\f068';
    position: absolute;
    top: 16px;
    font-size: 10px;
    right: 18px;
}
.information-faq .panel-title a.collapsed::before{
    content: '\f067';
}
.information-faq .panel-title a.collapsed{
	background: transparent;
	border: 1px #e1e1e1 solid;
    border-radius: 0;
	color: #454545;
}
.information-faq .panel-title>a{
	background: #efefef;
	color: #8d8d8d;
}
/* Articles */
.list-latest-article{
	padding-left: 0;
	margin-bottom: 40px;
}
.news-article #content{
	max-width: 1100px;
    float: none;
    margin: auto;
}
.list-latest-article li{
	display: flex;
	margin-bottom: 12px;
	font-family: 'Lora', serif;
	align-items: center;
	font-weight: 600;
}
.list-latest-article li a{
	color: #000;
}
.date-added{
	color: #d39c45
}
.list-latest-article li .img_container {
	width: 60px;
    margin-right: 10px;
}

.news-ncategory h3 {
    margin-bottom:20px;
}
.list-latest-article li .img_container img{
	width: 100%;
}
.news-list-wrap .news-post{
	width: 100%!important;
	max-width: 100%!important;
}
.news-list-wrap .article-name a{
	font-size: 22px;
	color: #000;
}
.news-list-wrap .date-added,
.news-article .date-added{
	color: #d39c45;
	margin-bottom: 4px;
	font-weight: 600;
}
#wh #articles-column-left .list-group-item{
	padding: 8px 0;
}
#wh #articles-column-left .list-group-item.active{
	color: #d39c45;
}
#wh #articles-column-left .year-wrap a{
	padding-left: 0;
	background: transparent!important;
}
#articles-column-left .list-group-item.active .list-group{
	margin-bottom: 0;
	margin-top: 0;
}
#articles-column-left .year-wrap{
	border-bottom: 1px #e5e5e5 solid;
}
#wh #articles-column-left .list-group-item.active .list-group a{
	padding-left: 20px;
}
#wh #articles-column-left .list-group-item.active .list-group:last-child a{
	padding-bottom: 0;
}
/* Pagination */
.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover,
#wh .pagination li a:hover, 
#wh .pagination li span:hover{
	background-color: #d39c45;
    border-color: #d39c45;
}
@media screen and (max-width: 2000px){
    .container{
        width: calc(100% - 100px);
		max-width: none;
    }
}
@media (min-width: 1200px){
	#wh .product-view>.product-gutter{
		width: 33.333333%;
	}
	#wh.product-special .product-view>.product-gutter{
	    width: 25%;
	}
}
@media screen and (max-width: 1100px){
	.container{
        width: calc(100% - 10px);
		max-width: none;
    }
	#wh .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0{
		font-size: 40px;
	}
}
@media screen and (max-width: 990px){
	.header-right-panel{
		justify-content: flex-end;
	}
	#wh .slider-slideshow-description .slider-slideshow-description-texts .slideshow-text-0{
		font-size: 34px;
	}
	.slider-slideshow-description .slider-slideshow-description-texts{
		max-width: 100%;
		text-align: center;
	}
	.header-logo img{
		max-width: 120px!important;
	}
	#articles-filter-trigger-open{
		display: none;
	}
}
@media screen and (min-width: 770px){
	body#wh{
		padding-top: 0!important;
	}
}
@media screen and (max-width: 769px){
	header.fixed-header{
		background: #000
	}
	body#wh:not(.cke_editable) h2:not(.swal2-title):not([style]){
		font-size: 34px;
	}
	.why_choose_us .item-cont{
		width: 50%;
	}
	.why_choose_us .item-cont img{
		max-height: 46px;
	}
	.why_choose_us .items{
		margin-top: 0;
	}
	.filters-wrap .col-md-5,
	.filters-wrap .col-xs-4{
		width: 50%;
	}
	#filter_group_tigger_open{
		border: 0;
	}
	#mobileNav i{
		color: #fff;
	}
	
	.footer-bottom{
		text-align: center;
	}
}

@media screen and (max-width: 540px){
	h3{
		font-size: 18px;
	}
	#wh .footer-contact-links:nth-child(2),
	.header-top .h-label{
		display: none;
	}
	.why_choose_us .item-cont{
		width: 100%;
	}
	.why_choose_us .item-cont img{
		max-height: 40px;
	}
	#pg-banner-wrap{
		margin-bottom: 0;
	}
	#pg-banner-wrap .banner_breadcrumb{
		display: none;
	}
	body .container>.breadcrumb{
		display: block;
	}
}

/*additional amendment*/
.section-space.max-offset.why_choose_us p {
    color: #fff;
}

div#news_latest .name {
  font-family: 'Lora', serif;
}

.year-wrap a {
    color: #000!important;
    font-weight: 500;
}

.list-group-item.active .list-group a{
    color:#D49C45;
    font-weight:500;
}

.article-name.bold {
    font-family: 'Lora', serif;
}

.news-article h3.bold {
    padding-top:15px;
}

.article-description{
    line-height: 2em;
}

.news-article p {
    line-height: 2em;
}

.media-detail__btn {
    padding:6px 40px;
}

.media-detail__btn-group.btn-group {
    display:flex;
    justify-content: space-between;
}

.color-grey {
    background:grey;
    border:grey;
}

.footer-bottom.row p, .footer-bottom.row .col-xs-12.col-sm-6 {
    color: #fff!important;
}

.footer-contact-info p.m0 {
    color:#fff;
}

/*giftcard*/
.row.marg-auto {
    display: flex;
    justify-content: center;
}

#wh .product-block:hover {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-gift_card_category #wh .product-block:hover {
   -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}

.product-gift_card_category #wh .product-block {
   -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.product-gift_card_category .product-block img {
        width: 100%;
    height: 500px!important;
    object-fit: cover;
}


.pd-b20 {
    padding-bottom:20px;
}



.gift-title {
        font-family: 'Lora', serif;
        font-size:24px;
}

.image-container{
  position: relative;
  width: 100%;
}

.image-gift {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .3s ease;
  background-color: rgba(0,0,0,0.6);
}

.image-container:hover .overlay {
  opacity: 1;
}

.overlay .text {
  color: white;
  text-decoration:none;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
   padding: 12px 20px;
    display: block;
    background:#D39C45;
}

.text a.atext, .text a.atext:hover {
    text-decoration:none!important;
    color:#fff!important;
}



.product-gift_card .product-block {
    text-align: center;
    flex-direction: column;
    display: flex;
    padding-bottom: 0px;
    border: 1px solid #ccc;
    height: auto;
    background: white;
}

.badge-container {
    position:relative;
}

.corner-badge-1 {
    background-color: #D49C45;
    border: none;
    border-radius: 50%;
    box-shadow: 0px;
    color: white;
    height: 100px;
    min-width: 100px;
    justify-content: center;
    font-size: 30px;
    display: flex;
    align-items: center;
    margin: 20px;
    padding-bottom: 20px;
}

.corner-badge-1:before {
    position:absolute;
    content:'';
    border:7px solid #D49C45;
    height:110px;
    width:110px;
    top:-5px;
    border-radius:50%;
    margin: 20px;
}

.corner-badge-1:after {
    position:absolute;
    content:'';
    border:3px solid #fff;
    height:105px;
    width:105px;
    top:-2.5px;
    border-radius:50%;
    margin: 20px;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
}

.product-gift_card label.control-label {
    font-weight:800;
    margin-bottom:15px;
}

.product-gift_card .product-block img {
    width: 100%;
    height: 500px!important;
    object-fit: cover;
}

.off {
    font-size: 22px;
    padding-top: 50px;
    margin-left: -41px;
    margin-top: 3px;
    margin-right: 10px;
    margin-bottom: -1px;
    padding-bottom: 1px;
}

#pg-banner-wrap .banner_breadcrumb li:after {
    content: '|';
    margin-left: 10px;
}

#pg-banner-wrap .banner_breadcrumb li:last-child:after { 
    content: " "; 
    
}

/*about us*/
.iid-4 .page-have-background {
    background: linear-gradient(to bottom, #f8f3ed 40%, #fff 0%);
    background-size:cover;
    background-repeat:no-repeat;
    z-index:-1;
    margin: 0px!important;
    width:100%!important;
}

.iid-4 .row{
    padding-top: 60px;
    display:flex;
    justify-content:center;
}

.iid-4 #content{
    width: 60%;
    margin: 0 auto;
}

.iid-4 #content img{
    margin: 30px 0;
}

.iid-4 p{
    color: #787878!important;
    line-height: 2em!important;
}

.iid-4 h3{
    margin:20px 0 50px 0;
}

.iid-4 #pg-banner-wrap{
    margin-bottom: 0px;
}

.ZoomContainer {
    /*left: 55%!important;*/
    z-index: 3!important;
}

.page-banner.relative {
    max-height: 460px;
    overflow:hidden;
}

@media screen and (max-width:767px) {
    .ZoomContainer {
    left: auto!important;
    z-index: 3!important;
}

    .row.marg-auto{
        flex-direction:column;
    }
    .product-gift_card .product-block img {
    height: 300px!important;
    }
    .product-gift_card_category .product-block img {
        height: 300px!important;
    }
}

.product-product .tab-content
{
        border-bottom: 1px solid #ddd;
}

h2
{
    position:relative;
    width:max-content;
    margin:auto;
}

h2::before
{
    position:absolute;
    content:'\00B7';
    left:-25%;
    color:#d39c45;
    top:-40%;
    font-size:60px;
}

h2::after{
    position:absolute!important;
    content:"\00B7"!important;
    right:-25%!important;
    color:#d39c45!important;
    top:-40%!important;
    font-size:60px!important;
    display:block!important;
}

.page-banner-title h2::before, .page-banner-title h2::after {
    display:none!important;
}

.messagestrip p {
    color: white !important;
}