 /*
@font-face {
  font-family: Recoleta;
  src: url('font/Recoleta-Bold.otf');
  font-weight:600;
}
*/
@font-face {
  font-family: "Recoleta";
  src: url('font/font.woff2') format('woff2'), url('font/font.woff') format('woff');
}

footer .elementor-column-gap-default {
	width: 100%;
}
.bh-sl-container .bh-sl-map {
    width: 66.66%;
}
.bh-sl-container .bh-sl-loc-list {
    width: 33.33%;
}
.bh-sl-container .bh-sl-filters-container {
    margin-bottom: 0px!important;
}
.find-near-location {
    width: 100%!important;
    max-width: 700px;
    margin: 0 auto;
    display: block;
    float: none!important;
    position: relative;
    margin-bottom: 40px;
}
#bh-sl-maxdistance {
    display: none;
}
#bh-sl-submit1 {
    position: absolute;
    top: 0px;
    right: 0px;
    border-radius: 0px;
    height: 100%;
    margin: 0px;
    width: 140px;
    outline: none;
    background: #13453A;
	padding: 0px!important;
}
.recipe_slides_data a{
	text-decoration:none;
}
.pos-rel {
	position: relative;
}
.whby_location {
	width: 100%;
	flex: 0 0 100%
}
.inside.search_filter {
    position: absolute;
    top: 45px;
    width: 100%!important;
    left: 0px!important;
    border: unset!important;
}
.inside.search_filter p {
	display: none!important;
}
.inside.search_filter input.form-control {
	height: 55px!important;
	border-radius: 0px!important;
}


.first-map .panel-inner .item {
    display: flex!important;
    padding-top: 25px!important;
    padding-bottom: 25px!important;    
}
.first-map .panel-inner .item .distance {
	display: none!important;
}
.first-map .addr-sec {
    display: flex!important;
    flex: 0 0 40%!important;
}
.first-map .addr-sec .p-title {
	font-size: 20px!important;
	color: #000!important;
}
.first-map .col-xs-12.addr-sec p:nth-child(2), .first-map .col-xs-12.addr-sec p:nth-child(3), .first-map .col-xs-12.addr-sec p:nth-child(4), .first-map .col-xs-12.addr-sec p:nth-child(5) {
	display: none!important;
}
.first-map .asl-store-search span {
    width: 54px;
    height: 54px;
}
.first-map .asl-store-search span i {
    top: 14px!important;
    left: 10px!important;
}


.second-map .wpsl-select-wrap, .second-map .wpsl-search-btn-wrap .second-map .wpsl-input div, .second-map .wpsl-search-btn-wrap {
	display: none!important;
}
.second-map .wpsl-input {
	width: 100%!important;
}
.second-map .wpsl-input input {
	width: 100%!important;
	height: 55px!important;
}


/*** css for new map ***/

.product-selector {
	min-height: 110px;
	z-index: 9;
    display: flex;
    align-items: center;
    cursor: pointer;
    background: #43D6E8;
    color: #000000;
    font-size: 18px;
    line-height: 36px;
    padding-left: 0px;
    position: relative;
    border-bottom: 0px solid #f93822;
    flex: 0 0 33.33%;
    margin-top: 0px;
    color: #FDFEBE;
}
.product-selector.selected {
	justify-content: flex-end;
	flex-direction: row-reverse;
}
.product-selector.selected .dropdown-product {
	margin-left: 50px;
}
.product-selector.selected img {
	max-width: 126px;
	width: 126px;
	height: 110px;
	object-fit: cover;
}
.product-selector:before {
    content: '';
    background-image: url(images/filter-arrow.png);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 58px;
    position: absolute;
    background-position: center center;
    background-size: contain;
    width: 26px;
    height: 12px;
    background-repeat: no-repeat;
    transition-duration: .3s;
}
.product-selector.active:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
}
#category-filters-container1 {
	display: none;
	background: #fff;
	flex-direction: column;
	width: 100%;
	margin-right: 0px;
	position: absolute;
	left: 0;
    top: 100%;
	z-index: 9;
}
#category-filters-container1 li label {
    display: flex;
    width: 100%;
    cursor: pointer;
    align-items: center;
    padding: 14px 60px;
	color: #000;
    font-family: 'Roboto Condensed', sans-serif!important;
    font-size: 18px;
}
#category-filters-container1 li label input {
	position: absolute;
	opacity: 0!important;
}
#category-filters-container1 li label img {
	max-width: 35px;
	margin-right: 50px;
}
#category-filters-container1 li {
	background: #FDFEBE;
    cursor: pointer;
    margin: 0px;
    margin-top: 2px;
	border-bottom: 1px solid #13453A;
    margin-top: 0px!important;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#category-filters-container1 li:hover {
	background: #F5F5F5;
}
.bh-sl-filters-container {
	position: relative;
    display: flex;
}
.bh-sl-container {
	padding: 0px 0px!important;
	font-family: 'Roboto Condensed', sans-serif!important;
}
#category-filters-container2 {
	display: flex;
	margin-right: 0px;
	width: 100%;
	justify-content: space-between;
    flex: 0 0 66.66%;
    margin-right: 0px;
}
#category-filters-container2 li {
	background: #F5F5F5;
	display: flex;
	position: relative;
	width: calc(50%);
	max-height: 110px;
	    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}
#category-filters-container2 li:before {
    content: '';
    background-image: url(images/arr-fill-dark.png);
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 58px;
    position: absolute;
    background-position: center center;
    background-size: contain;
    width: 35px;
    height: 20px;
    background-repeat: no-repeat;
    transition-duration: .3s;
    display: none;
}
#category-filters-container2 li.active:before {
    -webkit-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg);
	background-image: url(images/arr-fill-light.png);
}
#category-filters-container2 li:hover {
	
}
#category-filters-container2 li.active {
	background: #FDFEBE;
}
#category-filters-container2 li label {
	padding: 0px 60px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	cursor: pointer;
	width: 100%;
    align-items: center;
    justify-content: center;
	margin: 0px;
}
#category-filters-container2 li.list2 label {
    
}
#category-filters-container2 li label span {
    color: #0D453A!important;
    font-size: 18px;
    line-height: 36px;
    font-weight: 600;
    margin-bottom: 5px;
}
#category-filters-container2 li label .pro-desc {
    color: #333;
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    padding-right: 60px;
}
#category-filters-container2 li.active span, #category-filters-container2 li.active .pro-desc {
	color: #fef9f0;
}
#category-filters-container2 li label span {
	
}
#category-filters-container2 li label input {
	position: absolute;
	opacity: 0!important;
}
#bh-sl-address {
    width: 100%;
    margin-left: 0px;
    max-width: calc(100% - 50px);
    margin: 0 auto;
    display: block;
    border-radius: 0px;
    outline: none;
    height: 45px;
    border-color: #13453A;
    border-width: 2px;
}
.bh-sl-filters-container .form-input {
	width: 100%!important;
	margin-top: 32px!important;
	display: none;
}
.bh-sl-filters-container.active .form-input {
	display: block;
}
.bh-sl-container .bh-sl-map-container {
    display: flex!important;
    flex-direction: row-reverse;
    margin-top: 0px!important;
}

.map-wrapper {
	display: none;
}

.bh-sl-container .list-only .bh-sl-map {
	display: none!important;
}
.bh-sl-container .list-only .bh-sl-loc-list {
	width: 100%!important;
}
.bh-sl-container .bh-sl-form-container {
	
}
.list-only .bh-sl-loc-list .list-content div {
	display: none;
}
.list-only .bh-sl-loc-list .list-content .loc-web {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    height: 100%;
    position: absolute;
}
.list-only .bh-sl-loc-list .list-content .loc-web a {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0!important;
}
.list-only .bh-sl-loc-list .list-content .loc-name {
	display: block;
	flex: 0 0 27%;
	text-transform: uppercase;
    color: #000;
    font-size: 18px;
    padding: 30px;
}
.list-only .bh-sl-loc-list .list-content .loc-addr {
	display: block;
}
.bh-sl-loc-list .list-label {
	display: none!important;
}
.list-only .bh-sl-loc-list .list-content {
	display: flex;
	align-items: center;
	color: #000!important;
    position: relative;
}
.bh-sl-container .list-only .bh-sl-loc-list ul li {
	background: #fff!important;
	border-top: 1px solid #000!important;
	transition: all 0.2s ease-in-out;
	-webkit-transition: all 0.2s ease-in-out;
}
.bh-sl-container .list-only .bh-sl-loc-list ul li:last-child {
	border-bottom: 1px solid #000!important;
}
.bh-sl-container .list-only .bh-sl-loc-list ul li:hover {
	background: #f6ff00!important;
}
.bh-sl-container .list-only .bh-sl-loc-list {
	height: auto!important;
}
.for-trigger {
	position: absolute;
    z-index: 999;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.bh-sl-container .bh-sl-filters-container .bh-sl-filters li {
	margin: 0px 0px 0px 0px!important;
}




.map_box_inner{
	position:relative;
}
.mpls_detail{
	position:fixed;
	top:150px;
	left:-100%;
	width:100%;
	max-width:520px;
	height:100vh;
	background:#fff;
	z-index:9;
	padding:20px 20px 20px;
	transition-duration: .5s;
}
.mpls_detail.active{
	left:0;
}
.mpls_description {
	display:none;
	color:#0d453a;
	/*max-height: calc(100vh - 80px); */
	max-height: calc(100vh - 180px);
    overflow: scroll;
    overflow-x: hidden;
    padding-bottom: 90px;
}
.mpls_description::-webkit-scrollbar {
  width: 0;
}

.mpls_description h3{
	margin-bottom: 30px; 
	font-family: Recoleta;
	font-size: 39px;
	font-weight: 600;
}
.mpls_description p{
	font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.mpls_description p a{
	color:#0d453a !important;
}
.mpls_back{
	font-weight:bold;
	cursor:pointer;
	position: absolute;
	right: 20px;
	top:5px;
	text-transform: uppercase;
	color: #000;
	font-family: "Roboto", Sans-serif;
	font-weight: 600;
}
.mpls_gogole_location a{
	color: #fff;
	font-family: "Roboto", Sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 15px;
}
.source_text p{
	color: #0d453a;
	font-family: "Roboto", Sans-serif;
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    font-size: 15px;
}
.mpls_list .mpls_click {
	position:absolute;
	width:110px;
	height:110px;
	cursor:pointer;
	max-width:unset;
	display: block; 
	transition-duration: .5s;
	border-radius:50%;
	border: 1px solid transparent;
}
.mpls_list .mpls_click:hover{
	border-radius:50%;
	position:absolute; 
	border-color:#fdf5b4; 
	background-color:#fdf5b4b5;
	border-radius:50%;
}
.mpls_list .mpls_click.active:before{
	content:'';
	left:0;
	top:0;
	width:100%;
	height:100%; 
	border-radius:50%;
	position:absolute; 
	border:1px solid #fdf5b4; 
	background-color:#fdf5b4b5; 
}
@keyframes glowing {
    0% { background-position: 0 0; }
    50% { background-position: 400% 0; }
    100% { background-position: 0 0; }
}
.source_text {   
    margin-top: 15px;
}
.mpls_list{
    max-width: unset;
	width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.mpls_img{
	margin-top:30px;
}
.mpls_img img{
	max-width:100%;
	max-height: 450px;
}
.pdf_donwload{
	position:fixed;
	bottom:0;
	right:0;
	background-color: #0d453a;
    width: 80px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
	z-index:999;
}
.pdf_donwload a{
	color:#fff;
	text-decoration:none;
	font-size: 16px;
}
.pdf_donwload a img{
	margin:0 auto;
}
.mpls_1{
	left: calc(19.4vw + 50px);
	top:  calc(27.8vw + 70px);
}
.mpls_2{
	left: calc(6vw + 50px);
	top: calc(44vw + 50px);
}
.mpls_3{
	left:  calc(19.6vw + 50px);
    top:  calc(63.3vw + 50px);
}
.mpls_4{
	left: calc(21.4vw + 50px);
	top: calc(52.1vw + 50px);
}
.mpls_5{
	left: calc(40vw + 50px);
    top: calc(38.8vw + 35px);
}
.mpls_6{
	left: calc(47.5vw + 50px);
    top: calc(39.5vw + 50px);
}
.mpls_7{ 
	left: calc(57.2vw + 50px);
	top: calc(22.9vw + 50px);
}
.mpls_8{ 
	right: calc(38vw + 50px);
    top: calc(30.5vw + 50px);
}
.mpls_9{ 
	right: calc(22.3vw + 50px);
    top: calc(20.9vw + 50px);
}
.mpls_10{ 
	right: calc(33vw + 50px);
    top: calc(15.6vw + 50px);
}
.mpls_11{ 
	right: calc(20.5vw + 50px);
    top: calc(4.5vw + 50px);
}
.mpls_12{ 
	right: calc(14vw + 50px);
    top: calc(-3.2vw + 50px);
}
.mpls_13{ 
	right: calc(6.5vw - 50px);
    top: calc(23vw + 50px);
}


.map_box.active .mpls_1{ 
	 left: calc(26.4vw + 50px);
	top: calc(38.8vw + 70px);
}
.map_box.active .mpls_2{ 
	top: calc(60vw + 50px);
    left: calc(8vw + 50px);
}
.map_box.active .mpls_3{ 
	left: calc(26.6vw + 50px);
    top: calc(83.3vw + 50px);
}
 .map_box.active .mpls_4{ 
	 left: calc(28.4vw + 50px);
    top: calc(69.1vw + 50px);
}
.map_box.active .mpls_5{ 
	left: calc(53vw + 50px);
    top: calc(54.8vw + 35px);
}
.map_box.active .mpls_6{ 
    left: calc(61.5vw + 50px);
    top: calc(52.5vw + 50px);
}
.map_box.active .mpls_7{ 
    left: calc(76.2vw + 50px);
    top: calc(32.9vw + 50px);
}
.map_box.active .mpls_8{ 
    right: calc(20vw + 50px);
    top: calc(41.5vw + 50px);
}
.map_box.active .mpls_9{ 
    right: calc(-0.7vw + 50px);
    top: calc(30.9vw + 50px);
}
.map_box.active .mpls_10{ 
    right: calc(12vw + 50px);
    top: calc(26.6vw + 50px);
}
.map_box.active .mpls_11{ 
    right: calc(-6.5vw + 50px);
    top: calc(9.5vw + 50px);
}
.map_box.active .mpls_12{ 
    right: calc(-10vw + 50px);
    top: calc(-0.2vw + 50px);
}
.map_box.active .mpls_13{ 
    right: calc(-26vw - 50px);
    top: calc(33vw + 50px);
}







.map_box{
	overflow:scroll;
	overflow-y:hidden;
	transition-duration: .6s;
}
.map_box.active{
	    margin-left: 550px; 
}
.map_box .map_box_inner img{
	transition-duration: 1.6s;
}
.map_box.active .map_box_inner img{
	width: calc(100% + 500px);
    max-width: unset;
}
.map_box_inner{
	width:calc(100vw + 150px);
}
.map_box::-webkit-scrollbar {
  width: 1px;
}
.map_box::-webkit-scrollbar-track {
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
}
.map_box::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}

.time_line{
	position:fixed;
    left:0;
	bottom:0;
	z-index: 99;
    background-color: #F497AC;
	width:100%;
	display:none;
}
.time_line:before{
	content:'';
	width:100%;
	left:0;
	top:114px;
	background-color:#0F4F12;
	height:2px;
	position:absolute;
}
.time_line_inner{
	max-width:1080px;
	margin:0 auto;
	padding:0 15px 10px;
	width:100%;
}
.tml_hidden{
	display:flex; 
}
.tml_items{
	min-width:105px;
	padding:10px 15px;
	margin: 0 20px;
	border-radius: 13px;
	cursor:pointer;
}
.tml_items.active{
	background-color:#FFF9B1;
}

.tml_items img{
	max-height: 100%;
    object-fit: contain;
    margin: 0 auto;
    display: block;
    width: 100%;
    object-position: center;
}
.tml_img{
	text-align:center;
	position:relative;
	padding:3px;
	height: 90px; 
	display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
}
.tml_img:before{
	content:'';
	position:absolute;
	width:2px;
	height:10px;
	left:50%;
	bottom:-10px;
	background-color:#0F4F12;
}
.tml_txt{
	text-align:center;
	padding-top:10px;
}
.tml_hidden{
	overflow-x:scroll;
	padding: 10px 0px;
}
.tml_hidden::-webkit-scrollbar {
  width: 3px;
}
 
.tml_hidden::-webkit-scrollbar-track {
  background-color:#E0E0E0;
}
 
.tml_hidden::-webkit-scrollbar-thumb {
  background-color: #fff; 
}
.next_prev_btn {
    position: fixed;
    bottom: 0px;
    background-color: #fff;
    width: 100%;
    max-width: 85px;
    display: flex;
    padding: 10px;
    left: 0;
	transition-duration: .4s;
    transition-delay: .1s;
}
.mpls_detail.active .next_prev_btn{
	left: 530px;
}
.next_prev_btn img{
	height:10px;
}
.next_prev_btn .arrow_prev {
    -webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.next_prev_btn .arrow_btn{
	padding: 8px 10px;
    cursor: pointer;
    border: 1px solid #000;
	margin-right: 5px;
}
.next_prev_btn .arrow_btn:hover{
	background-color: #bebebe;
}

.map_show_first{
	position:fixed;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:999; 
	background-color: #000000e0;
}
.map_show_box{
	position:fixed;
	background-color:#fff;
	padding:30px; 
	width: 100%;
    max-width: 380px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.mpsft_txt p{
	text-align:center;
	color:#0D453A;
	font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 600;
}
.mpsft_txt {
    text-align: center;
}
.mpsft_btn{
	background-color:#0D453A;
	color:#fff;
	padding:8px 10px;
	font-family: "Roboto", Sans-serif;
    font-size: 14px;
	margin-top: 10px;
	cursor:pointer;
}

.pdst_flx{
	display:flex;
	justify-content:space-between;
	padding-top: 10px;
	flex-wrap:wrap;
}
.pdst_flx .pdst_item {
	width: 100%;
    position: relative;
}
.pdst_flx .pdst_item:hover .nwpl_hover{
	opacity:1;
}
.pdst_img img{
	display:block;
	width:100%;
	max-height: 100vh;
    object-fit: contain;
}
.page-width{
	max-width:1280px;
	padding:0 20px;
	width:100%;
	margin:0 auto;
}
.pdst_flx h1{
	color:#0D453A;
	font-size:42px;
	margin-bottom:15px;
	font-family: Recoleta;
    font-weight: 600;
	text-shadow:2px 2px #F497AC;
}
.product_section{
	background-color: transparent;
}

.pdst_price{
	color: #0D453A;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 15px;
}
.liquid-address-typeahead input{
	all: unset;
    /* font-family: var(--liquid-font-family); */
    box-sizing: border-box;
    /* border-radius: var(--liquid-border-radius); */
    border-bottom: 3px solid #0d453a;
    width: 100%;
    padding: 13px 10px 13px 25px;
}
.liquid-cart-item .liquid-cart-item-name,
.liquid-cart-bottom-sub-total .liquid-bottom-sub-total-items,
.liquid-cart-bottom-sub-total .liquid-bottom-sub-total-value{
	color: #0D453A;
    font-weight: 500;
    font-size: 16px;
	line-height: 23px;
}
.liquid-cart-item .liquid-cart-item-volume,
.liquid-cart-item .liquid-cart-item-price,
.liquid-cart-item .liquid-cart-qty-selector{
	color: #0D453A;
    font-weight: 500;
    font-size: 16px;
	line-height: 18px;
}
.liquid-cart-item .liquid-cart-item-fulfillment-expectation .liquid-cart-item-fulfillment-expectation-supplier,
.liquid-cart-item .liquid-cart-item-fulfillment-expectation .liquid-cart-item-fulfillment-expectation-expectation{
	color: #0D453A;
    font-weight: 500;
}
.liquid-cart-item .liquid-cart-qty-selector{
	border:1px solid #0D453A;
	border-radius:30px;
	background-color:#fff;
	text-align: center;
	padding: 0;
    max-width: 70px;
	max-height: 32px;
}
.liquid-cart .liquid-cart-item{
	margin-bottom: 40px;
}
.liquid-cart-item .liquid-cart-item-remove{
	font-size:0;
	width: 12px;
    height: 23px;
    background-image: url('images/Icon-feather-trash-2.png?var=01');
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
}
.ctcn_icon {
    width: 20px;
    height: 20px;
	margin-right: 10px;
	cursor:pointer;
	color: #F7F1AD !important;
}
.header_icon .elementor-grid{
	/*display: flex;
    align-items: center; */
}


.liquid-cart-bottom-container .liquid-checkout-button{
	background-color: #0D453A;
    color: #fff;
    padding: 10px 30px;
    border-radius: 30px;
    font-weight: 500;
    font-size: 16px;
	line-height:20px;
    text-decoration: none;	
	text-transform: capitalize;
}
.pdst_box select{
	width: 100%;
    max-width: 400px;
    border: 6px double #0D453A;
    border-radius: 40px;
    outline: none;
    color: #0D453A;
    background-color: #f5f7ae;
    padding: 7px 20px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    min-width: 140px;
    background-image: url(https://www.goslingsrum.com/wp-content/uploads/2023/02/Polygon-1.png);
    padding-right: 25px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 93% 11px;
}
.pdst_qty_box{
	margin-top: 15px;
    margin-bottom: 20px;
}
.pdst_qty_box{
	color: #0D453A;
    font-weight: 500;
    font-size: 18px;
}
.pdst_ul{
	padding:0;
	margin-top:0;
	display:flex;
}
.pdst_ul .pdst_list{
	list-style:none; 
	font-size:15px;
	font-weight:600; 
	color:#0D453A;  
	margin-right: 10px;
}
.pdst_ul .liquid-address-typeahead{
	width:100%;
}


.pdst_button{
	display:flex;
	margin-top:25px;
}
.pdst_button .pdst_btn{
	margin-right:10px;
}
.pdst_btn_style button{
	color: #f5f7ae !important;
    background-color: #0D453A !important;
    /* border: 1px solid #0D453A; */
    padding: 10px 35px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    /* font-family: Recoleta; */
    width: unset;
    line-height: 20px;
    /* text-transform: lowercase; */
    /* box-shadow: 2px 2px #F497AC; */
    /* border-style: solid double; */
    border-width: 2.2px;
    /* fill: black; */
    border: 10px double;
}
.pdst_btn_style button:hover{
    color: #0D453A;
    background-color: #FFF9B1 !important;
}
.pdst_detail{
	margin-top:20px;
}
.pdst_heading{
	color:#0D453A;
	font-weight:500;
	font-size:18px;
	margin-bottom:15px;
}
.pdst_description p{
	color:#0D453A;
	font-weight:500;
	font-size:15px;
}
.vwmr_product{ 
	padding-bottom:50px;
}
.vwmr_header{
	text-align:center;
	padding:0;
	position:relative;
	background-color: #fff;
	margin-top:0;
}
 
.vwmr_header h2{
	color:#0D453A;
	font-size:52px;
	font-weight:600;
	position: relative;
	font-family: Recoleta;
	background-color:#FEF9B9;
	padding:60px 0 75px;
	background-size: cover;
    background-repeat: no-repeat;
	text-shadow: 2px 2px #F497AC;
}
.vwmr_item {
	text-align:center;
	padding:50px 30px;
	position:relative;
}
.vwmr_link{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;;
}
.nwpl_listing .vwmr_link{
	height:100%;
}
.nwpl_hover {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
	opacity: 0;
	background:#fff;
}
.nwpl_hover img{
	width:100%;
}
.vwmr_img:hover .nwpl_hover{
	opacity: 1;
}
.pdt_item .vwmr_img:hover [liquid-pim-img="main_image"],
.nwpl_listing .vwmr_img:hover [liquid-pim-img="main_image"],
.nwpl_listing .vwmr_img:hover .vwmr_img_main{
	opacity: 0;
}
.vwmr_title{
	color:#0D453A; 
	font-size:20px; 
    margin: 0 auto;
	padding-bottom:20px;
	padding-top:15px;
	line-height:22px;
	font-family: Recoleta;
    font-weight: 600; 
	max-width:290px;
	min-height: 90px;
}
.liquid-address-typeahead input{
	width: 100%;
    max-width: 480px;
	padding: 7px 10px;
    font-size: 16px;
    border-radius: 4px;
    outline: none;
    border: 1px solid #c1bebe;
    margin-bottom: 10px;
}
.vwmr_btn_style{
	border:1px solid #0D453A;
	display:inline-block;
	padding:8px 36px;
	font-size:15px;
	color:#0D453A;
	background-color:#F5F5F5;
	text-decoration:none;
	border-radius: 30px;
	font-family: Recoleta;
    font-weight: 600;
	transition-duration: .3s;
	text-transform: lowercase;
}
.vwmr_btn_style:hover{
	color:#FFF9B1;
	background-color:#0D453A;
}

.vwmr_flx {
    display: flex;
    flex-wrap: wrap;
}
.vwmr_flx .vwmr_item{
	width:33.33%;
}
.vwmr_flx .vwmr_item .liquid-address-typeahead, .vwmr_flx .vwmr_item [liquid-address-typeahead]{
	display:none;
}
.vwmr_flx img{
	height: 25vw;
    object-fit: contain;
    margin: 0 auto;
}
.vwmr_section h1{
	text-align: center;
    font-size: 52px;
    font-weight: 600;
    padding: 60px 0;
	color:#0D453A;
	font-family: Recoleta; 
    text-transform: lowercase; 
	background-color:#FFF9B1;
	text-shadow:3px 3px #41D5E7;
}
.listig_bottom_img{
	margin-top:60px;
}
.listig_bottom_img img{
	width:100%; 
}

.paging_tab {
    text-align: center;
	margin:20px;
}
.paging_tab ul{
	padding:0;
	margin:0; 
}
.paging_tab ul li{
	list-style:none;
	display:inline-block;
	margin: 0 10px;
}
.pdst_size .liquid-fulfillment-method-selector{
	margin:20px 0;
}
.pdst_size .liquid-availability{
	color: #0D453A;
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 15px;
	font-family: Recoleta;
}
.pdst_size .liquid-retailer-details,
.pdst_size .liquid-price-expectation-wrapper{
	color: #0D453A;
    font-weight: 500;
    font-size: 18px;
}
.liquid-cart .liquid-cart-item-fulfillment-expectation{
	display:none;
}
.liquid-cart .liquid-cart-bottom-container{
	background-color:#F5F5F5;	
}
.bundle[liquid-cart]{
	background-color:#F5F5F5 !important;	
	max-width:100%;
}
.liquid-cart .liquid-cart-item-image{
	border:1px solid #9F9F9F;
	height: 115px;
    object-fit: contain;
}
.ctcn_icon .liquid-cart-icon{
	padding-top: 0;
}
.liquid-cart .liquid-cart-title{ 
	margin-top: 60px;
    text-align: center;
	font-weight:600;
	color:#0D453A;
	font-size:34px;
	margin-bottom: 30px;
    font-family: Recoleta;
}
.liquid-cart .liquid-cart-close{
	font-size:0;
	width:25px;
	height:25px;
	background-image: url('images/Icon-ionic-md-close-circle.png?var=01');
	background-size: cover;
    background-position: center;
}
[liquid-cart] .liquid-cart-content{
	     height: auto;
}
[liquid-cart] .liquid-cart-bottom-container{
	position: relative;
}
.pdst_gift {
    display: flex;
    align-items: center;
    margin-top: 14px;
}
.pdst_gift label{
	line-height:20px;
	font-size: 14px !important;
    margin: 0;
}
.pdst_gift input{
	width: 18px;
    height: 18px;
	outline:none;
}
.pdst_gift input[type=checkbox]:after {
    width: 6px;
    height: 10px;
}



.bnn_flx{
    display:flex; 
}
.bnn_img{
    width:25%;
    margin-right:5px;
    padding: 160px 30px 160px;
    text-align:center; 
}
.bnn_item{
    width:calc(40% - 30px);
    background-color:#fff;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
	text-align:center;
}
.bnn_img.img_1{
    background-color:#FFF9B1;
}
.bnn_img.img_2{
    background-color:#F48D6E;
}
.bnn_img.img_3{
    background-color:#F497AC;
}
.bnn_img.img_4{
    background-color:#41D5E7;
}
.bnn_img img{
    display:block; 
	width:100%;
	position:relative;
	max-width: 280px;
    margin: 0 auto;
}
.bnn_item_inner{
	position:relative;
	margin-bottom:90px;
}
.bnn_url{
	margin-top: 30px;
}

.bnn_heading{
	color:#0D453A;
	text-shadow:2px 2px 0 #f497ac;
	font-family: Recoleta;
	font-weight:600;
	font-size:65px;
	line-height:75px;
}
.bnn_subheading{
	color:#41D5E7;
	text-shadow:2px 2px 0 #1F443A;
	font-family: Recoleta;
	font-weight:600;
	font-size:65px;
	line-height:75px;
	margin-bottom: 35px;
}
.bnn_section {
    position: relative;
    z-index: 1;
}
.bnn_section:before {
    content: '';
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    position: absolute;
    background-image: url(images/bg_line-top.png?var=01);
    background-position: center top;
    background-repeat-y: no-repeat;
    z-index: 2;
    background-size: cover;
}
.fmbx_input .fmbx_style {
    width: 100%;
    border-radius: 15px;
    border: 1px solid #707070;
    color: #000;
    font-family: 'Roboto', sans-serif;
    outline: none !important;
    margin-bottom: 10px;
    font-size: 14px;
    padding: 5px 15px;
}
.fmbx_input .fmbx_btn {
    border-radius: 45px;
    background-color: #0D453A !important;
    color: #0D453A !important;
    font-weight: 600;
    font-family: recoleta; 
    margin-top: 10px;
    outline: none;
    font-size: 20px;
    padding: 5px 30px;
	border:none;
	margin-bottom: 20px;
	box-shadow: 0px 3px 0 #F396AC;
}
.fmbx_input p{
	text-align:right;
}
.wpcf7-spinner{
	display:none;
}
 
.fmbx_input_flx label {
    color: #0D453A;
    font-family: 'Roboto', sans-serif;
    font-size: 13px !important;
    line-height: 16px;
    margin: 0;
	text-align:left;
    font-weight: 400;
	display:block;
}
.fmbx_input_flx .fmbx_checkout { 
    outline: none;
    border: 1px solid #707070;
	height:20px;
}
.fmbx_item_input{
	width:40px;
}
.fmbx_item_label{
	width:calc(100% - 40px);
}
 

.fmbx_input_flx {
    display: flex;
    align-items: center;
    margin: 0 0 15px;
	text-align:left;
}
.fmbx_txt p {
    color: #0D453A;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 12px;
	text-align:left;
}
.history_section .his_flx_inner h1 {
    color: #0D453A;
    text-shadow: 2px 2px 0 #f497ac;
    font-family: Recoleta;
    font-weight: 600;
    font-size:50px;
    line-height: 55px;
	margin-bottom:15px;
}
.history_section .his_flx_inner h1 span{
	display:block;
}
.history_section .his_flx_inner h1 .his_sub_heading{
	font-size:35px;
	line-height: 40px;
}
.history_section .his_flx_inner h2 {
    color: #0D453A;
    font-weight: 400;
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    line-height: 22px;
	/* max-width: 560px;   */
	margin: 0 auto;
}
 

.timeline .timeline_inner {
    display: flex;
    justify-content: left;
	flex-wrap: wrap;
	padding-left: 60px;
	margin-bottom:40px;
}
.timeline.home_timeline .timeline_inner{
	justify-content: center;
}
.timeline .timeline_inner .timeline_heading {
    margin-right: 40px;
}
.timeline .timeline_inner .timeline_heading h3 {
    font-size: 12px;
    color:#0D453A;
    font-family: 'Recoleta';
}
.timeline .timeline_inner .year_content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0;
}
.timeline .timeline_inner .year_content:before {
    content: "";
    position: absolute;
    bottom: 7px;
    width: 100%;
    height: 2px;
    background:#0D453A;
}
.timeline .timeline_inner .year_content p {
    color: #0D453A;
    font-size: 16px;
    font-family: 'Recoleta';
    position: relative;
    line-height: 43px;
    cursor: pointer;
}
.timeline .timeline_inner .year_content p:before {
    content: "";
    position: absolute;
    bottom: -9px;
    width: 10px;
    height: 10px;
    background: #0D453A;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.timeline .timeline_inner .year_content p.active:after {
    content: "";
    bottom: -11px;
    position: absolute;
    border: 1px solid #0D453A;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
}
.history_section .his_flx_inner {
    display: flex !important;
    align-items: center;
    justify-content: center; 
	flex-wrap:wrap;
	padding:0 35px;
}
.home_timeline .history_section .his_flx_inner{
	max-width:1400px;
	margin:0 auto;
}
.history_section .his_flx_inner.right{
	flex-direction: row-reverse;
}
.history_section .his_flx_inner .hist_details.center {
    text-align: center;
}
.history_section .his_flx_inner .hist_img{
	 width: 40%; 
} 
.history_section .his_flx_inner .hist_details {
    width: 60%; 
}
.hist_img img{
	height: 30vw;
    object-fit: contain;
    object-position: center;
	margin:0 auto;
}
.history_section .history_flx button.slick-prev, .resp_slider button.slick-prev,
.pdt_slider button.slick-prev,
.tmsld_slider button.slick-prev,
.txtimg_slider button.slick-prev,
.fst_slider button.slick-prev{
    background-image: url(images/left-arrow.png?var=02);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px !important;
    height: 35px !important;
    left: 20px;
    z-index: 1; 
}
.fst_slider.active button.slick-prev{
	 background-image: url(images/Icon-m-left.png);
}
.txtimg_slider button.slick-prev{
	left: 0;
}
/*
.pdt_slider button.slick-prev{
  background-image: url(images/Icon-left.png);
  background-size: contain;
}
*/

.tmsld_slider button.slick-prev{
  background-image: url(images/Icon-m-left.png);
  background-size: contain;
  left:-50px;
}
.history_section .history_flx button.slick-next.slick-arrow, 
.resp_slider button.slick-next.slick-arrow,
.pdt_slider button.slick-next,
.tmsld_slider button.slick-next,
.txtimg_slider button.slick-next,
.fst_slider button.slick-next{
    background-image: url(images/right-arrow.png?var=03);
    background-repeat: no-repeat;
    background-size: contain;
    width: 35px !important;
    height: 35px !important;
    right: 20px;
	z-index:9;
}
.txtimg_slider button.slick-next.slick-arrow{
	right: 0;
}
.fst_slider.active button.slick-next{
	background-image: url(images/Icon-m-right.png);
}
/*
.pdt_slider button.slick-next.slick-arrow{
	background-image: url(images/Icon-right.png);
	background-size: contain;
}
.tmsld_slider button.slick-next.slick-arrow{
	background-image: url(images/Icon-m-right.png);
	background-size: contain;
	right:-50px;
}
*/

.hist_details {
	padding:0 45px;
}
.history_section .history_flx button, .resp_slider button,
.pdt_slider button,
.tmsld_slider button,
.txtimg_slider button,
.fst_slider button{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent !important;
    color: transparent !important;
    border: none;
}
/*.timeline .timeline_inner .timeline_heading h2 {
    font-size: 40px;
    font-weight: bold;
    color: #0D453A;
    font-family: 'Recoleta';
	text-shadow: 2px 2px 0 #f497ac;
}
.timeline .timeline_inner .year_content p:not(:last-child) {
    margin-right: 30px;
}
.timeline {
    position: relative;
    padding-bottom: 200px;
}
.timeline:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 230px;
    background-image: url(images/page_bottom.png?var=01);
    background-repeat: no-repeat;
    background-size: cover;
    top: auto;
    background-color: transparent;
}*/
.image_with_text{
	padding-top:60px;
	background-color:#FFF9B1;
}
.imgtxt_flx{
	display:flex;
	align-items: center;
	flex-wrap:wrap;
}
.imgtxt_img{
	width:55%;
}
.imgtxt_txt{
	width:45%;
}
.imgtxt_txt_style{
	color: #41D5E7;
    text-shadow: 2px 2px 0 #F497AC;
    font-family: Recoleta;
    font-weight: 600;
    font-size: 98px;
    line-height: 108px;
	text-align:center;
	max-width: 330px;
    margin: 0 auto;
	padding-bottom:60px;
}
.page-template-rtd header [data-id="7df337d"],
.page-template-rtd header [data-id="774c182"]{
	display:none;
}
.page-template-rtd header .elementor-84 .elementor-element.elementor-element-83410d0{
	width:100%;
}
.page-template-rtd header [data-id="e544c85"]{
	width: 130px !important;
    border-radius: 50%;
    left: 25px;
    top: 20px !important;
}
.page-template-rtd header{
	position:fixed !important;
}
.page-template-rtd .logo_setting img {
    min-height: 110px;
}
.page-template-rtd .footer-width-fixer .elementor-image{
	background-color: #FFF9B1;
	position: absolute;
    width: 160px;
	height:160px;
    bottom: -100px;
    text-align: left;
	border-radius: 0 100% 0 0;
	display: flex;
    align-items: center;
    justify-content: left;
}
.page-template-rtd .footer-width-fixer .elementor-image img{
	width: 120px !important;
    height: 120px !important;
    object-fit: contain;
	padding: 25px 5px 5px 0;
}
.page-template-rtd .footer-width-fixer .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap {
    padding: 0;
}
.page-template-rtd .footer-width-fixer .elementor-nav-menu .menu-item:nth-child(2),
.page-template-rtd .footer-width-fixer .elementor-nav-menu .menu-item:nth-child(3),
.page-template-rtd .footer-width-fixer .elementor-nav-menu .menu-item:nth-child(4),
.page-template-rtd .footer-width-fixer .elementor-nav-menu .menu-item:nth-child(5){
	display:none;
}
.page-template-rtd .footer-width-fixer .elementor-nav-menu--main .elementor-nav-menu a{
	padding:10px;
}
.page-template-rtd .footer-width-fixer [data-id="9aff51c"]{
	opacity: 0;
    cursor: context-menu;
	visibility: hidden;
}
.page-template-rtd .elementor-259 .elementor-element.elementor-element-0ff2d55{
	margin-bottom: 0;	
	margin-top: 40px;
}
.page-template-rtd  [data-id="7d03ef7"] .elementor-widget-container,
.page-template-rtd  [data-id="f89f8b2"] .elementor-widget-container{
	position:relative;
}
.page-template-rtd  [data-id="7d03ef7"] .elementor-widget-container:before,
.page-template-rtd  [data-id="f89f8b2"] .elementor-widget-container:before{
	content:'FOLLOW US';
	position:absolute;
	font-size:14px;
	top:0;
	left:0;
	font-family: "Roboto Condensed", Sans-serif;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
	color: #0D453A;
}
.page-template-rtd .footer-width-fixer{
	position:relative;
}
.page-template-rtd .footer-width-fixer:before{
	content:'21 years of age and over. Enjoy responsibly. Goslings Rum®. 40% Alc./Vol. ©2023 Castle Brands, Pearl River, NY.';
	position:absolute;
	font-size:14px;
	bottom:-10px;
	left:calc(25% + 10px);
	font-family: "Roboto Condensed", Sans-serif;
    font-size: 13px;
	color: #0D453A;
}
.page-template-rtd [data-id="7d03ef7"] .elementor-social-icons-wrapper{
	padding-top: 35px;
    margin-left: -10px;
}
.page-template-rtd [data-id="8a3bdda"],
.page-template-rtd [data-id="0b44557"]{
	display:none;
}
.page-template-rtd [data-id="1f9ac60"] .elementor-image{
	background-color: #fff;
    border-radius: 50%;
}
.page-template-rtd .footer-width-fixer [data-id="a7f96e3"]{
	display:none;
}
.bnn_description{
	color: #0D453A;
    font-family: Recoleta;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    max-width: 360px;
    margin: 0 auto 20px;
}
.page-width_full{
	padding:0 45px;
}

.scent_flavor{
	background-color:#FFF9B1;
	padding:55px 0 70px;
	width: 100%;
	position:relative; 
}
.scent_flavor:before{
	content:'';
	left: -20px;
    height: 80px;
    background-color: #FFF9B1;
    width: calc(100% + 100px);
    position: absolute;
    top: -30px;
    transform: rotate(2deg);
}
.scent_flavor_section {
    overflow: hidden;
    padding-top: 100px;
}
.sctfl_flx{
	display:flex;
	max-width:1020px;
	padding:0 15px;
	margin:0 auto;
	width: 100%;
}
.sctfl_flx img{
	margin:0 auto 10px;
	height: 80px; 
	filter: grayscale(1);
}
.scent_flavor_item{
	width:100%;
	padding:0 10px;
	text-align:center;
	margin-bottom:40px;
}
.scent_flavor_name{
	font-family: Recoleta;
    font-weight: 600;
	color: #0D453A;
    font-size: 20px;
	line-height:36px;
	text-shadow:1px 1px #41D5E7;
}
.scent_flavor_name .liquid-pim-value{
	font-family: Recoleta;
}
.scent_flavor_txt{
	font-family: "Roboto Condensed", Sans-serif;
    color: #0D453A;
    font-size: 16px;
    line-height: 20px;
	max-width: 180px;
    margin: 0 auto;
}
.scent_flavor h3{
	text-align:center;
	color: #0D453A;
    font-size: 42px;
    margin-bottom:50px;
    font-family: Recoleta;
    font-weight: 600;
	text-shadow:2px 2px #41D5E7;
}
.pdst_section_heading{ 
    color: #0D453A;
    font-size: 36px;
    margin-bottom: 15px;
    font-family: Recoleta;
    font-weight: 600;
}
.ingd_flx{
	display:flex;
}
.ingd_item{
	width:100%;
	text-align:center;
}
.pdst_ingredient{
	margin-top:20px;
	margin-bottom:40px;
}
.ingd_name{
	color: #0D453A;
    font-size: 26px;
	line-height:32px;
    margin-bottom: 10px;
    font-family: Recoleta;
    font-weight: 600;
}
.ingd_detail{
	font-family: "Roboto Condensed", Sans-serif;
	color: #0D453A;
	font-size:16px;
	line-height:20px;
}
.rcp_box{
	width:100%;
	margin:45px 0;
}
.rcp_box h3{
	text-align:center;
}
.rcp_detail{
	font-family: "Roboto Condensed", Sans-serif;
	color: #0D453A;
	font-size:18px;
	line-height:20px;
	text-align:center;
	padding:30px 0;
}
.resp_header h2{
	color: #0D453A;
    font-size: 52px;
    margin-bottom: 15px;
    font-family: Recoleta;
    font-weight: 600; 
	text-align:center;
	text-shadow: 2px 2px #41D5E7;
}
.resp_flx{
	display:flex;
	padding:0 75px 80px;
	flex-wrap:wrap; 
	flex-direction: row-reverse;
}
.full_video img{
	width:100%;
	display:block;
}
.resp_img, .resp_txt{
	width:50%;
}
.resp_img img{
	display:block;
	width:100%;
	max-width: 480px;
	margin:0 auto;
}
.resp_txt h3{
	font-family: Recoleta;
    font-weight: 600;
    color: #0D453A;
    font-size: 26px;
    line-height: 38px;
	text-transform: lowercase;
	text-shadow:1px 1px #41D5E7;
}
.resp_description p, .resp_description li{
	/*font-family: "Roboto Condensed", Sans-serif; */    
    text-align: left;
	margin-bottom:30px;
	color: #0D453A;
    font-weight: 500;
    font-size: 15px;
	font-family: "Roboto-Regualar"
}
.resp_description ul{
	padding:0;
	margin:0;
	margin-left: 15px;
}
.resp_description li{
	margin-bottom:0;
}
.resp_description li span{
	font-weight: 500 !important;
}
.resp_description{
	margin-top:35px;
}
.resp_hd_txt{
	max-width:1024px;
	text-align:center;
	margin:30px auto 10px;
}
.resp_hd_txt p{
	font-family: "Roboto Condensed", Sans-serif;
    color: #0D453A;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}
.resp_description h4{
	font-family: Recoleta;
    color: #0D453A;
    font-size: 22px;
	letter-spacing:1px;
	margin-bottom: 25px;
    margin-top: 25px;
	text-transform: lowercase;
}
.resp_sectopm { 
	overflow: hidden;
	background-color:#FFF9B1;
}
.resp_header {
    margin-bottom: 60px;
}
.bnn__img{	
	padding:20px 30px 130px;
	text-align:center;
	/* height: 100vh; */
	max-height: 1000px; 
}
.homepage__section{
	position:relative;
	overflow:hidden;
}
.homepage__section:after{
	content:'';
	background-image: url("images/Wave.png");
	background-repeat: no-repeat;
	background-size: contain;
    position: absolute;
    left: 0;
    bottom: -1px;
    height: 200px;
    width: 100%;
    z-index: 99999;
    background-position: left bottom;
}
.homepage__section:before{
	content:'';
	background-image: url("images/palm_leave.png");
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	bottom: 0px;
	height: 100%;
	max-height: 183px;
	width: 100%;
	max-width:262px;
	z-index: 99999;
}
.bnn__img img{ 
	width:100%;
	/*max-height:calc(100vh - 170px);*/
	height:100%;
	margin:0 auto;
	object-fit:contain;
	/* margin-right:0; */
}
.homeapge__inner .img-wrap{
	position: absolute;
    bottom: -25vw;
    left: 2vw;
    width: 43vw;
}
.bnn_flx_box{
	display:flex;
	flex-wrap:wrap;
	
}
.bnn__item{
	width:50%;
	height:calc(100vh - 200px);
}
.bnn_txt_box{
	display:flex;
    align-items: center;
}
.bnn_txt_style{
	margin-left:90px;
	max-width:410px;
	text-align:left;
	margin-bottom:10vh;
}
.bnn_txt_style .bnn_heading{
	font-size:90px;
	line-height:95px;
	letter-spacing:.6px;
	font-family:Recoleta;
	font-weight:600;	
	text-shadow:4px 4px 0 #FFF9B1;
}
.pdt_slider .pdt_img_box{
	position:relative;
}
.pdt_slider .pdt_info{
	max-width:290px;
	margin:0 auto;
	text-align:center;
}
.pdt_slider .vwmr_btn_style{
	background-color: #FFF9B1; 
	color: #0D453A; 
	border:none;
	margin-bottom: 3px;
	box-shadow: 0px 3px 0 #F396AC;
}
.pdt_slider .vwmr_btn_style:hover{
	background-color:#0D453A;
	color:#FFF9B1;
}
.vwmr_img{
	position:relative;
}
.vwmr_img .vwmr_hover_img{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%; 
	opacity:0;
	object-fit: contain;
	transition-duration: .5s;
}
.vwmr_img:hover .vwmr_hover_img{
	opacity:1;
}
 
.vwmr_img:hover .main_img_sl{
	opacity:0;
}
 

.fst_list {
	background-repeat: no-repeat;
    background-size: cover;
}
.pdt_slider {
	padding:60px 0;
}
.text_with_image{
	background-color:#FFF9B1;
	text-align:center;
	padding-top: 20px;
    position:relative;
	background-image:url('images/FILTER-DOTS.png?var=01');
	transition-duration:.5s;
}
 
.txtimg_heading{
	color:#0D453A;
	text-shadow: 4px 4px 0px #f497ac;
	font-weight:bold;
	font-size:90px;
	line-height:105px;
	font-family: Recoleta;
	max-width: 960px;
    margin: 0 auto;
}
.txtimg_description{
	max-width:580px;
	margin:20px auto;
}
.txtimg_description p{
	color: #0D453A;
    font-weight: 500;
    font-size: 18px;
	line-height: 25px;
}
.txtimg_image img{
	width:100%;
	display:block;
}
.time_slider{
	background-color:#0D453A;
	padding-top: 90px;
    position:relative;
	background-image:url('images/FILTER-DOTS.png?var=02');
}
.tmsld_heading{ 
	color:#0D453A; 
	font-size:92px;
	font-family: Recoleta;
	line-height:105px;
	text-shadow:4px 4px #F396AC; 
    margin: 0 auto 30px;
}
.tmsld_flx{
	display:flex; 
	padding-bottom:10px;
	max-width:1120px;
	margin:0 auto;
	align-items: center;
	gap:20px;
}
.tmsld_full .tmsld_flx{
	display:block;
}
.tmsld_full .tmsld_text{
	width:100%
}
.tmsld_full .tmsld_item_inner{
	text-align:center;
}
.tmsld_Left .tmsld_flx {
	flex-direction: row-reverse;
}

.tmsld_text{
	width:calc(60% - 20px); 
}
.tmsld_img{
	width:40%;
}
.tmsld_img img{
	max-height:640px;
}
.tmsld_subheading{
	color:#0D453A;
	font-size:62px;
	line-height:65px;
	font-family: Recoleta;
	margin-bottom:15px;
}
.tmsld_description p{
	color:#000;
	font-size:20px;
	line-height:25px;
	font-family: 'Roboto', sans-serif;
}
.tmsld_item_inner { 
	position:relative;
	text-align:left;
}
.tmsld_item_inner:before{
   /* content:'';
	right:-10px;
	top:calc(50% - 2px);
	height:4px;
	width:180px;
	background-color:#FEF9B9;
	position:absolute; */
}
.time_slider_inner{ 
	margin:0 55px;
}
/*** end new map css ***/
/*** recipe cssstart *******/
.recipe_des {
    padding: 30px 0 30px; 
    position: relative;
	/*background-image: url(images/FILTER-DOTS.png?var=02); */
}
.home_timeline{
	padding-top:30px;
	padding-bottom: 0;
}
.home_timeline:before{
	display:none;
}
.txtimg_image {
    position: relative;
    z-index: 9;
}
.txtimg_image:before{
	content:'';
	background-color: #F497AC;
	left:0;
	width:100%;
	bottom:0;
	height:35%;
	position:absolute;
	z-index:-1;
}
.recipe_des .no_imgtxt_flx .imgtxt_item {
     
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.recipe_des .no_imgtxt_flx .imgtxt_item .imgtxt_main_img {
    max-width: 100%;
    width: 100%;
}

.recipe_des .no_imgtxt_flx .imgtxt_item .imgtxt_heading, .recipe_des .no_imgtxt_flx .imgtxt_item .imgtxt_txt { 
    width: 100%;
}

.recipe_des .no_imgtxt_flx .imgtxt_item .imgtxt_heading { 
    text-align: center;
    font-weight: bold;
    font-size: 92px;
    font-family: Recoleta;
    text-shadow: 3px 3px 2px #fef9b9;
	color: #0D453A;
}

.recipe_des .no_imgtxt_flx .imgtxt_item .imgtxt_txt {
    text-align: center;
}

.recipe_des .no_imgtxt_flx .imgtxt_item .imgtxt_txt a {
    background: #FEF9B9;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold; 
    font-family: Recoleta;
    padding: 5px 24px;
    border-radius: 50px;
	margin-bottom:30px;
	display: inline-block;
	box-shadow:0 3px 0 #fff;
	color: #0D453A;
	transition-duration: .4s;
}
.recipe_des .no_imgtxt_flx .imgtxt_item .imgtxt_txt a:hover{
	color: #FEF9B9;
	background: #0D453A;
}
.custom_width .imgtxt_item {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 20px;
}
.recipe_des .sli_two_col {
    display: flex;
    align-items: center;
    justify-content: space-between;
	gap:6vw;
}
.section_padding {
    padding: 0 100px;
}
.recipe_des .sli_two_col .imgtxt_main_img { 
    width: 50%;
}

.recipe_des .sli_two_col .imgtxt_main_anoth { 
    width: 50%;
}

.recipe_des .sli_two_col .imgtxt_main_img img {
    width: 100%;
}

.recipe_des .sli_two_col .imgtxt_main_anoth .slides_data_image {
    background: #F7F7F7;
    padding: 30px;
    width: 100%;
    /*max-height: 800px; */
}
.recipe_slides_data p.title {
    text-align: center;
	font-family: Recoleta;
	color: #0D453A;
	font-size:25px;
}
.recipe_des .sli_two_col .imgtxt_main_anoth .slides_data_image img {
    width: 100%;
    object-fit: cover;
	margin-bottom: 20px;
	max-height: 600px;
}
 
.recipe_des .sli_two_col button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.recipe_des .sli_two_col button.slick-arrow {
    background-color: transparent;
    border: none;
    color: transparent;
    background-image: url("https://www.goslingsrum.com/wp-content/uploads/2023/03/Icon-awesome-chevron-circle-right.png");
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat; 
}
.recipe_des .sli_two_col button.slick-prev {
    left: -40px;
    right: unset;
    z-index: 1;
    transform: rotate(175deg);
	top: calc(50% - 15px);
}
.recipe_des .sli_two_col button.slick-next{
	right: -40px;
}
.recipe_slides {
	width:100%;
}
.recipe_des .slides_data_desc {
    background: #FEF9B9;
    max-width: 600px;
    margin-top: 20px;
    text-align: center;
}
.recipe_des .slides_data_desc p {
    font-size: 16px;
	display: flex;
    justify-content: space-between;
}
.recipe_des .slides_data_desc p span {
    padding: 0 22px;
	font-family: "Roboto-Regualar"; 
}
.join-society .form_box {
    display: flex;
    justify-content: space-between;
}

 
.join-society {
    padding: 80px 0 170px;
	position:relative;
}
.join-society:before{
	content: '';
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 180px;
    background-image: url(images/Wave.png);
    position: absolute;
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.join-society .form_box_left_img img {
    width: 100%;
}

.join-society .form_box_left_img,.join-society .form_box_inner {
    max-width: calc(50% - 20px);
}

.join-society .form_box_inner .fmbx_heading {
    text-align: left;
    font-size: 50px;
    font-weight: bold;
    font-family: 'Recoleta';
    padding: 0 ;
    line-height: 70px;
    margin-bottom: 32px;
	max-width: 400px;
	text-shadow:2px 2px #41D5E7;
}

.join-society .form_box_inner form input[type="submit"] {
    background: #41D5E7 !important;
}
.gosling_insta {
    padding: 150px 10px 10px;
	position:relative; 
	/* background-color:#9ddcfd; */
}
.gosling_insta:before{
	position:absolute;
	content:'';
	top: 0;
    left: 0;
    width: 100%;
    height: 170px; 
	background-image:url('images/Pink_wave_NO_DOTS.png');
	background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}

.gosling_insta .gos_heading {
    text-align: left;
    width: 70%; 
    padding: 0 30px;
	max-width:780px;
}

.gosling_insta .gos_heading h2 {
    
    margin-bottom: 20px; 
    font-weight: bold;
    font-size: 92px;
    font-family: Recoleta;
    text-shadow: 3px 3px 2px #fef9b9;
    color: #0D453A;
}

.gosling_insta .gos_heading h3 {
    font-family: Roboto; 
    font-size: 26px;
	font-weight:700;
	color:#0D453A;
}

.gosling_insta .gosling_insta_inner {
    display: flex;
    justify-content: center;
	    margin-top: 50px;
}
.gosling_insta .gos_heading h3 a img {
    max-height: 20px;
    display: inline-block;
    margin-right: 10px;
}

.gosling_insta .gosling_insta_inner img {
    object-fit: cover;
    max-width: 16%;
}

.resp_ingredients{
	border-top:1px solid #666;
	border-bottom:1px solid #666;
}
.respingt_flx{
	display:flex;
	margin-bottom:30px;
	justify-content: right;
}
.respingt_item{
	width:33.33%;
}
.respingt_heading{ 
	font-family: Recoleta;
    font-weight: 600;
    color: #0D453A;
    font-size: 22px;
    line-height: 32px;
	margin-top:20px;
}
.respingt_title{
	text-align:center;
	color: #0D453A;
	font-family: Recoleta;
    font-weight: 600;
	text-align:center;
	font-size:16px;
}
.respingt_info {
    text-align: center;
}
.respingt_btn{
	background-color: #0D453A;
	text-decoration:none;
	border-radius:40px;
	color:#FEF9B9;
	display: inline-block;
    line-height: 10px;
    font-size: 16px;
    padding: 10px 20px;
	font-family: Recoleta;
}
.hisory_banner {
    padding: 75px 0;
}
.hisory_banner .heading h1 {
    font-family: Recoleta;
    color: #FFF9B1;
    text-align: center;
    text-shadow: 4px 5px #41D5E7;
    font-size: 95px;
    line-height: 105px;
}
.hisory_banner .heading h2 {
    font-family: Roboto;
    font-size: 18px;
    line-height: 24px;
    color: #FEF9B9;
    text-align: center;
    max-width: 580px;
    margin: 0 auto;
    margin-top: 50px;
}
.hisory_banner .heading {
    max-width: 900px;
    margin: 0 auto;
}
.history_bottom ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
    margin-top: 130px;
    padding-left: 0;
}
.history_bottom ul li a img {
    object-fit: contain;
    max-height: 70px;
    margin-left: auto;
	    position: relative;
	z-index: 11;
}
.history_bottom ul li a {
    color: #FEF9B9;
    text-decoration: none;
    font-family: 'Recoleta';
    font-size: 25px;
    line-height: 35px;
}
.history_bottom ul li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background: #8BA37E;
    top: 66%;
    transform: translateY(-50%);
    left: 0;
    z-index: 1;
}
.history_bottom ul li {
    width: calc(100% / 7);
    text-align: center;
    padding: 0 5px;
	position: relative;
}
.history_bottom ul li a:after {
    content: "";
    position: absolute;
    top: 65%;
    width: 10px;
    height: 10px;
    background: #FEF9B9;
    border-radius: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.hist_inner_main .hisory_main .alignment-Right,
.hist_inner_main .hisory_main .alignment-Left {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.hist_inner_main .hisory_main .hist_left, .hist_inner_main .hisory_main .hist_right {
    max-width: calc(50% - 20px);
    width: 100%;
}
.hist_inner_main .hisory_main .alignment-Left {
    flex-direction: row-reverse;
}
.hist_inner_main .hisory_main .hist_right img {
    width: auto;
    max-height: 500px;
    object-fit: contain;
	margin-right: auto;
}
.hist_inner_main .hisory_main .alignment-Right .hist_right img {
    margin-left: auto;
	    margin-right: 0;
}

.hist_inner_main .hisory_main {
    padding: 50px 0;
}
.hist_inner_main .hisory_main .hist_left h2 {
    font-size: 40px;
    color: #0D453A;
    font-weight: bold;
    font-family: 'Recoleta';
    line-height: 60px;
    text-shadow: 2px 2px #41d5e7;
}

.hist_inner_main .hisory_main .hist_left h3 {
    font-family: Roboto;
    font-size: 20px;
    margin-top: 20px;
}
body, html {
    scroll-behavior: smooth;
}
.hisory_banner {
    background-image: url(images/FILTER-DOTS.png?var=04);
 }
.resp_txt{
	padding-left:10px;	
}
.rpct_box h1{
	text-align: center;
    font-size: 92px;
    font-weight: 600; 
	padding:0;
    color: #0D453A;
    font-family: Recoleta;
    text-transform: lowercase;
	text-shadow:4px 4px #FEF9B9;
}
.rpct_section{
	background-color:#F497AC;
	position:relative;
	padding-top:40px;
}
.rpct_section:before{
	content:'';
	width:100%;
	height:100%;
	left:0;
	top:0;
	position:absolute;
	background-image:url(images/FILTER-DOTS.png);
}
.rpct_box{
	position:relative;
}
.rpct_flx{
	display:flex;
	flex-wrap:wrap;
}
.rpct_item{
	width:calc(33.33% - 20px);
	margin: 10px;
}
.vwmr_inner{
	padding:25px;
	border-radius:4px;
	background-color:#FFFFFF;
	position:relative;
}
.nwrp_section .vwmr_inner{
	background-color:#F7F7F7;
}
.vwmr_inner:hover .rpct_img img{
	    transform: scale(1.6);
}
.vwmr_inner:hover .rpct_title{
	color:#F396AC;
}
.lptp_url{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1;
	height:100%;
}
.rpct_img{
	overflow:hidden;
}
.rpct_header{
	background-image:url('images/clouds_01.png?var-03');
	background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
	padding:0 0 70px 0;
	margin-bottom:30px;
}
.rpct_section .txtimg_bird{
	margin-bottom:0;
}
.lptp_flx{
	display:flex;
	justify-content: space-between;
	gap:20px;
	margin-bottom: 100px;
	width:100%;
}
.lptp_item_inner{
	position:relative;
}
.lptp_item_inner img{
	display:block;
	width:100%;
	height:100%;
	object-fit:contain;
	max-height: 260px;
}
.lptp__img_hover{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
}
.lptp_item_inner:hover .lptp__img_hover{
	opacity:1;
}
.lptp_item_inner:hover .lptp__img{
	opacity:0;
}
.vwmr_inner a{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
}
.rpct_info{
	text-align:center;
}
.rpct_title{
	text-align: center;
    font-size: 24px;
    font-weight: 600;
    padding: 20px 0 0;
    color: #0D453A;
    font-family: Recoleta;
	line-height: 26px;
	-webkit-line-clamp: 2;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    min-height: 73px;
}
.rpct_meta_flx{
	display:flex;
	padding:10px;
	background-color:#FEF9B9;
	justify-content: space-between;
}
.rpct_meta_txt{
	color:#0D453A;
	font-size:12px;
	font-family: "Roboto", Sans-serif;
	line-height:14px;
}
.rpct_meta{
	margin-top:10px;
	margin-bottom:40px;
}
.rpct_img img{
	aspect-ratio: 1/1;
	object-fit: cover;
	width: 100%;
	    transition-duration: .6s;
}
.rpct_filter{
	margin:30px 15px 15px;
}
.rpctft_label{
	font-size: 24px;
    font-weight: 600;
    padding: 20px 0 0;
    color: #0D453A;
    font-family: Recoleta;
	line-height: 26px;
}
.rpctft_flx{
	display:flex;
	margin:15px 0;
}
.rpctft_item{
	margin-right:10px;
}
.rpctft_select{
	border:1px solid #0D453A;
	background-color:#F5F5F5;
	color:#0D453A;
	font-family: Recoleta;
	font-weight:600;
	font-size: 14px;
	border-radius: 25px;
	outline:none;
	min-width:180px;
	padding: 10px 20px;
	background-image:url(images/select_icon.png);
	background-repeat: no-repeat;
    background-size: 12px;
    background-position: 93% center;
}
.rpct_filter_inner{
	border-bottom:1px solid #0D453A;
}
.hdsort_flx{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
.hdsort_heading h2{
	font-size: 20px;
    font-weight: 600;
    color: #0D453A;
    font-family: Recoleta;
    line-height: 22px;
}
.hdsort_section{
	padding:15px;
}
.flvl_flx{
	display:flex;
	align-items: center;
    margin-top: 15px;
}
.filter_value{
	border-bottom:1px solid #0D453A;
	padding-bottom: 18px;;
}
.flvl_nav{
	display:flex;
	padding:0;
	margin:0;
}
.flvl_val{
	list-style:none;
	border:1px solid #0D453A;
	padding:10px;
	border-radius:20px;
	display: flex;
    align-items: center;
	margin: 0 5px;
	cursor:pointer;
}
.flvl_label{
	font-size: 18px;
    font-weight: 600;
    color: #0D453A;
    font-family: Recoleta;
    line-height: 20px;
}
.flvl_txt{
	font-size: 14px;
    font-weight: 600;
    color: #0D453A;
    font-family: Recoleta;
    line-height: 13px;
	padding:0 5px;
}
.flvl_remove img{
	width:13px;
	display:block;
}
.sgrp_flx{
	display:flex;
	max-width: 1180px;
    margin: 0 auto;
	flex-wrap:wrap;
}
.sgrp_item {
	width:50%;
}
.sgrp_txt_inner{
	padding-left:40px;
}
.sgrp_txt_inner h1{
	text-align: left;
    font-size: 62px;
    font-weight: 600;
    padding: 0;
    color: #0D453A;
    font-family: Recoleta;
     
    text-shadow: 4px 4px #F497AC;
}
.sgrp_content h3{
	text-align: left;
    font-size: 25px;
    font-weight: 600;
    padding: 0;
    color: #0D453A;
    font-family: Recoleta;
	margin-top: 30px;
    margin-bottom: 10px;
}
.sgrp_content ul{
	padding:0;
}
.sgrp_content ul li,
.sgrp_content p{ 
	color: #0D453A;
    font-weight: 500;
    font-size: 15px;
    font-family: "Roboto-Regualar";
	line-height:20px;
	margin-bottom:6px;
}
.sgrp_content ul{
	padding-left:15px;
}
.sgrpmr_txt .vwmr_flx .vwmr_item{
	width:50%;	
}
.sgrpmr_flx {
    display: flex;
	flex-wrap:wrap;
	align-items:center;
}
.sgrpmr_txt_style{
	color: #0D453A;
    font-family: Recoleta;
	font-size: 25px;
	text-align:center;
    font-weight: 600;
}
.sgrpmr_item {
	width:50%;
}
.sgrpmr_txt_heading{
	font-size: 36px;
    font-weight: 600;
    padding: 0;
    color:#0D453A;
    font-family: Recoleta;
	padding-top: 60px;
    margin: 0;
	text-align:center;
	text-shadow:2px 2px #F497AC;
	line-height: 36px;
}
.mrvw_seciton{
	background-color:#fff;	
}
.sgrpmr_box{
	max-width: 1180px;
    margin: 0 auto;
}
.sgrp_more{
	background: #9DDCFD; 
	padding:60px 0;
	position:relative;
	overflow:hidden;
}
.sgrp_more:before{
	content:'';
	width:calc(100% + 20px);
	height:50px;
	background-color:#fff;
	left:-10px;
	bottom:-30px;
	position:absolute;
	transform:rotate(1deg);
}
.sgrpmr_img video{
	height:100%;
	object-fit: cover;
}
.sgrpmr_img img{
	max-height:450px;
}
.imgtxt_txt.mob {
    display: none;
}
.recipe_slides_url{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
.recipe_slides_data{
	position:relative;
}
.elementor-widget-wrap .ctcn_icon{
	display: inline-block;
    margin-bottom: var(--grid-row-gap);
    word-break: break-word;
}

.elementor-widget-wrap .ctcn_icon .liquid-cart-icon svg{ 
    width: 20px;
    height: 20px;
    display: block;
	color: #0D453A;
    margin-right: 15px;
}
.ctcn_icon img{
	 width: 30px;
	 margin-right: 15px;
}
.video_append iframe{
	height:90vh;
	min-height:380px;
}

.bnn_txt_style .bnn_txt{
	font-size:36px;
	line-height:42px;
	font-family: Recoleta;
	font-weight: 600;	
	text-shadow:2px 2px 0 #FFF9B1;
	color: #0D453A;
}
.rcpbtm_img img{
	width:100%;
	display:block;
}
#sb_instagram #sbi_images{
	display:flex;
}
.gosling_insta_inner #sb_instagram #sbi_images .sbi_item{
	display:none;
	width:100%;
}
.gosling_insta_inner #sb_instagram #sbi_images .sbi_item:nth-child(1),
.gosling_insta_inner #sb_instagram #sbi_images .sbi_item:nth-child(2),
.gosling_insta_inner #sb_instagram #sbi_images .sbi_item:nth-child(3),
.gosling_insta_inner #sb_instagram #sbi_images .sbi_item:nth-child(4),
.gosling_insta_inner #sb_instagram #sbi_images .sbi_item:nth-child(5),
.gosling_insta_inner #sb_instagram #sbi_images .sbi_item:nth-child(6){
	display:inline-block;
}
.liquid-cart-icon span{
	position: absolute;
    line-height: 12px;
}
.sgrp_center_button {
    text-align: center;
    margin: 60px 0;
}

.fst_flx{
	display:flex;
	align-items:center;
	padding: 60px 0 30px;
}
.fst_txt{
	width:40%;
}
.fst_img{
	width:60%;
}
.fst_heading {
	font-size: 94px;
    line-height: 90px;
    letter-spacing: .6px;
    font-family: Recoleta;
    font-weight: 600;
	color:#FFF9B1;
    text-shadow: 4px 4px 0 #41D5E7;
	max-width: 500px;
	margin-left: 6vw;
}
.fst_heading img{
	display:none;
	width:100%;
}
.full_section{
	position:relative
}
.full_section:before{
	content:'';
	top: -1px;
    left: 0;
    width: 100%;
    height: 200px;
    background-image: url(images/wave_bottom.png);
    position: absolute;
    background-size: contain;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center top;
}




.liquid-fulfillment-method-selector [class*="shipped-"],
.liquid-fulfillment-method-selector [class*="onDemand-"]{
	 margin-top: 4rem;
}
.liquid-availability {
	 display: none;
}
[class*="shipped-"]::before {
	 content: 'Ship';
	 color: #0D453A;
	 font-weight: 600;
	 font-size: 25px;
	 margin-top: 15px;
	 font-family: Recoleta;
	 position: absolute;
	 transform: translate(-1rem, -5rem);
	 text-shadow:1px 1px #F497AC;
}
[class*="onDemand-"]::before {
	 content: 'Schedule';
	 color: #0D453A;
	 font-weight: 600;
	 font-size: 25px;
	 margin-top: 15px;
	 font-family: Recoleta;
	 position: absolute;
	 transform: translate(-1rem, -5rem);
}
.liquid-cart-item .liquid-cart-qty-selector {
    padding: 0 25px;
}
.timeline_main {
    margin: 70px 0;
}
.goshd_flx{
	display:flex;
	align-items: center;
    gap: 50px;
	justify-content: space-around;
}
.gos_img_inner {
    max-width: 280px;
}
.ttli_timeline{
	display:flex;
	position:relative;
	max-width: 900px;
    margin: 30px auto 0;
	justify-content: space-between;
}
.ttli_timeline:before{
	content:'';
	width:100%;
	top:50%;
	left:0;
	height:1px;
	position:absolute;
	background-color:#0D453A;
}
.ttli_timeline .ttli_item{
	position:relative;
	cursor:pointer;
	min-width:55px;
}
.ttli_timeline .ttli_item:before{
	content:'';
	width:12px;
	height:12px;
	border-radius:50%;
	background-color:#0D453A;
	position:absolute;
	top:calc(50% - 6px);
	left: 50%;
}
.ttli_timeline .ttli_item:hover:before{
	background-color:#4fc6db;
}
.ttli_name{
	font-family: Recoleta;
	font-size: 20px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: -0.01em;
	text-align: center;
	padding-bottom: 55px;
    display: inline-block;
}
.ttli_img{
	width:60px;
	position:absolute; 
	left: 63px;
    top: 50%;
    transform: translateY(-50%);
}
.ttli_item .ttli_img img{
	max-height:90px;
	transition-duration: .4s;
}
.ttli_item .ttli_img{
	transition-duration: .5s;
}
.ttli_item:hover .ttli_img img{
	transform: scale(1.1);
}

.ttli_timeline .ttli_item:last-child .ttli_img{
	left: 48px;
}


.animation_background_test{ 
    -webkit-animation-name: animation;
    -webkit-animation-duration: 10s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;    
    -webkit-animation-play-state: running;
    
    animation-name: animation;
    animation-duration: 10s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;    
    animation-play-state: running; 
}

@-webkit-keyframes animation {
    0%   {background-color:#9ddcfd;}
    25%  {background-color:#FEF9B9;}
	50%  {background-color:#9ddcfd;}
    75%  {background-color:#f58e6f;}
	100% {background-color:#9ddcfd;}
}

@keyframes animation {
    0%   {background-color:#9ddcfd;}
    25%  {background-color:#FEF9B9;}
	50%  {background-color:#9ddcfd;}
    75%  {background-color:#f58e6f;}
	100% {background-color:#9ddcfd;}
}

.main_img_sl img,
.vwmr_hover_img{
	max-height:420px;
	margin: 0 auto 30px;
}
 
.main_img_sl img{
	position:relative;
	z-index:2; 
}
.txtimg_bird{
	margin-bottom:15px; 
}
.txtimg_bird_inner img{
	max-width:100px;
}
.nwpl_header img{
	width:100%;
	display:block;
}
.nwpl_header{
	position:relative;
}
.nwpl_header .nwpl_txt{
	position:absolute;
	top:50%;
	left:60px;
	transform: translateY(-50%);
}
.nwpl_header .nwpl_txt h1{
	background-color:transparent;
	font-size: 90px;
	width: min-intrinsic;        
	width: -webkit-min-content; 
	width: -moz-min-content;    
	width: min-content;
	text-align: left;
	padding-top: 0;
    padding-bottom: 120px;
	text-shadow: 4px 4px 0 #FFF9B1;
}
 
.nwpl_listing  .vwmr_btn_style{
	background-color:#0D453A;
	color:#FFF9B1;
	border:none;
	box-shadow: 2px 2px 0 #f497ac;
}
.nwpl_listing  .vwmr_btn_style:hover{
	color:#0D453A;
	background-color:#FFF9B1;
}
.animat_1{
	position:absolute;
	top:6vw;
	left:19vw;
	width:190px;
	height:190px;
}
.animat_5{
	position:absolute;
	top: 19vw;
    right: 0;
    width: 170px;
    height: 180px;
}
.animat_auto .animat_item img,
.animat_hover .animathv_item img,
.animat_mhover .animat_item img{
	height: 100%;
    object-fit: contain; 
	object-position: right;
} 
.animat_3{
	position:absolute;
	top: 6vw;
    right: 6vw;
    width: 280px;
    height: 310px;
}

.animat_auto .animat_item {
	width:100%;
	height:100%; 
	visibility: hidden; 
	position: absolute;
    top: 0; left: 0; 
	animation: 3s autoplay1 infinite;
}

.animat_auto .animat_item_1 {animation-delay: 0s}
.animat_auto .animat_item_2 {animation-delay: 1s}
.animat_auto .animat_item_3 {animation-delay: 2s}

@keyframes autoplay1 {
  0% {visibility: visible}
  33.33% {visibility: hidden}
}


.animat_hover{
	position:absolute;
	top: 16vw;
    left: 37vw;
    width: 300px;
    height: 210px;
}
.animat_hover .animathv_item {
	width:100%;
	height:100%;  
	position: absolute;
    top: 0; left: 0; 
	opacity:0;
}
.animat_hover .animathv_item.animat__1 {
	opacity:1;
}
.animat_hover.active_1 .animathv_item.animat__1,
.animat_hover.active_1 .animathv_item.animat__3,
.animat_hover.active_2 .animathv_item.animat__2,
.animat_hover.active_2 .animathv_item.animat__1{
	opacity:0;
}
.animat_hover.active_1 .animathv_item.animat__2,
.animat_hover.active_2 .animathv_item.animat__3{
	opacity:1;
}
.animat_mhover{
	position:absolute;
	top: 1vw;
    left: 47vw;
	width: 150px;
    height: 400px;
}
.animat_mhover .animat_item{
	width:100%;
	height:100%;  
	position: absolute;
    top: 0; left: 0;
}
.animat_mhover:hover .mhover_1, .mhover_2{
	opacity:0;
}
.animat_mhover:hover .mhover_2{
	opacity:1;
}
.txtimg_section.green_active .txtimg_slider button.slick-next{
	background-image: url(images/Icon-right.png);
}
.txtimg_section.green_active .txtimg_slider button.slick-prev{
	background-image: url(images/Icon-left.png);
}
.green_active .ttli_name{
	color:#fff9b1;
}
.green_active .ttli_timeline:before,
.green_active .ttli_timeline .ttli_item:before{
	background-color:#fff9b1;
}
.fmbx_input  input[type=checkbox]:after {
    width: 9px;
    height: 13px;
}
.homeapge__inner .img-wrap img{
		width:100%;
}
.wpcf7-not-valid-tip,
.wpcf7 form .wpcf7-response-output{
	    font-family: 'Roboto', sans-serif;
} 
.bnn_img_box{
	width: 60%;
}
.bnn_txt_box{
	width: 40%;
}
.cntbtm_seciton{
	position:relative;
	min-height:500px;
}
.cntbtm_seciton:before{
	position:absolute;
	right:0;
	bottom:0;
	content:'';
	width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
}
.cntadd_txt strong{
	color: #0D453A;
    font-family: Recoleta;
	font-size: 21px;
}
.clr{
	clear:both;
}
.ctst_section{
	padding:60px 0 100px;
	background-color:#9ddcfd;
}
.ctst_header h2{
	text-align:center; 
	font-family: Recoleta;
	font-size: 62px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: -0.01em; 
	text-shadow: 3px 3px 0px #FFF9B1;
	margin-bottom:50px;
}
.ctst_flx{
	display:flex;
	gap:10px;
	flex-wrap:wrap;
	max-width: 980px;
    margin: 0 auto;
}
.ctst_naem{ 
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: -0.01em;
	text-align: left;
	color: #0D453A;
	width: calc(25% - 8px);
}
.lgst_header h2{
	text-align:center; 
	font-family: Recoleta;
	font-size: 62px;
	font-weight: 700;
	line-height: 80px;
	letter-spacing: -0.01em; 
	text-shadow: 3px 3px 0px #F497AC; 
	margin-bottom:80px;
}
.lgst_flx{
	display:flex;
	gap:50px;
	justify-content:space-between;
	max-width:1220px;
	margin:0 auto;
}
.lgst_logo{
	max-width:170px;	
	width:100%;
}
.lgst_logo img{
	width:100%;
	display:block;
}
.lgst_section{
	padding:60px 0 100px;
}
.btm_section img{
	width:100%;
	display:block;
}
.btm_section{
	background-color:#FFF9B1;
}
.store_heading{ 
	font-family: Recoleta;
	font-size: 90px;
	font-weight: 700;
	line-height: 100px;
	letter-spacing: -0.01em;
	text-shadow: 3px 3px 0px #F497AC;
	text-align: center; 
}
.vwmr_box {
    display: flex;
	align-items: flex-start;
	gap:80px;
}
.vwmr_filter{
	position: sticky;
    top: 5vw;
    position: sticky;
}
.vwmr_label{
	color: #0D453A;
    font-size: 26px;  
    font-family: Recoleta;
}
.vwmr_select { 
    text-align: left;
    width: 220px;
    outline: none;  
    font-size: 19px;
	padding: 0;
}
.vwmr_list{
	list-style:none;
	font-family: Recoleta;
	border-bottom: 1px solid #0D453A;
	color:#0D453A;
	padding: 6px 0px;
}
.vwmr_select .vwmr_list:first-child{
	border-top: 1px solid #0D453A;
}
.fst_Yes .fst_img{
	opacity:0;
}
.vwmr_subheding{
	font-family: Recoleta;
	color:#0D453A;
	background-color:#FFF9B1;
	width:100%;
	padding: 25px 30px;
    font-size: 42px;
    text-shadow: 2px 2px 0 #f497ac;
}
.nwpl_listing {
    margin-top: 60px;
}

.vwmr_list{
	cursor:pointer;
}
.page_section_1{
	background-color:#FEF9B9; 
}
.sgrp_flx{
	padding:80px 0;
}
 
.sgrp_img_title{
	background-color:#f7f7f7;
	text-align:center;
	color: #0D453A;
	font-size:20px;
	padding:20px 10px;
    font-family: Recoleta;
}

.sgrp_section{
	position:relative;
}

.sgrp_btn{
	position:absolute;
	top:calc(50% - 10px);
	height:20px;
	width:20px; 
	background-repeat: no-repeat;
    background-size: contain;
}
.sgrp_btn a{
	opacity:0;
	font-size:0;
}

.sgrp_btn.sgrp__prev{
	left:0;
	background-image:url(images/left-arrow.png?var=02);
}
.sgrp_btn.sgrp__next{
	right:0;
	background-image:url(images/right-arrow.png?var=03);
}
 .liquid-engraving-widget-default{
    margin-bottom: 20px;
	color: #0D453A !important;
    font-weight: 500;
    font-size: 18px;
    border: 1px solid #0D453A;
    border-radius: 5px;
}
 .liquid-engraving-widget-default .liquid-engraving-add:before{
	    vertical-align: -16%;
}
.liquid-engraving-widget-disabled {
    display: none;
}
.small_txt {
    font-size: 32px;
    line-height: 65px;
    text-shadow: none;
    font-family: 'Roboto', sans-serif;
	display:block;
}
.fst_url{
	width:100%;
	left:0;
	top:0;
	height:100%;
	position:absolute;
	z-index:1;
}
.sgrp_txt_inner h1 span {
    font-size: 25px;
    text-shadow: 2px 2px #F497AC;
    top: -20px;
    position: relative;
}
.footer_logo img{
	max-width:150px !important;
}
.footer_menu .elementor-nav-menu a{
	padding:6px 0 !important;
	font-weight:400 !important;
}
.footer_bottom_txt{
	margin-right:-100%;
	width: 200% !important;
}

.szct_btn {
    color: #0D453A;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 5px;
    cursor: pointer;
	line-height:20px;
	text-decoration:underline;
}

.szct_popup {
    position: relative;
    z-index: 999;
	display:none;
}
.szct_box {
    position: fixed;
	width:100%;
	max-width:480px;
	padding:20px;
	background-color:#fff;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	border-radius:10px;
}
.szct_heading{
	text-align:center;
	font-size: 19px;
    padding: 10px 0;
    background-color: #eeebeb;
    margin-bottom: 10px;
    font-weight: 600;
}
.szct_box table{
	border:none;
}
 
.szct_box table tr{	
	border:none;
}
.szct_box table tr:nth-child(2n){
	background-color:#eeebeb;
}
.szct_box table td{
	padding:5px;
	font-size:16px;
	color:#000;
	border:none;
}
.szct_bg{
	width:100%;
	height:100%;
	left:0;
	top:0;
	background-color:#000;
	opacity:.8;
	display: block;
    position: fixed;
}
/*
.fst_img_inner img{
	max-height:85vh;
}
*/







@media only screen and (min-width: 1720px) {
	.bnn_txt_style .bnn_heading {
		font-size: 140px;
		line-height: 150px; 
	}
	
	 
	.bnn__img{
		height:auto;
		padding-top:0;
	}
	.bnn_txt_style .bnn_txt {
       font-size: 56px;
	   line-height: 62px;
	}
	.bnn_txt_style{
		max-width: 650px;
	}
	.homepage__section:before{
		right: 100px;
		max-height: 233px;
	}
	/*
	.homeapge__inner .img-wrap { 
		bottom: -420px;
		left: 100px;
		width: 750px;
	}
	*/
	 
	.fst_heading {
		margin-left:10vw;	
	}
	[data-item="3"] .fst_heading {
		margin-left:20vw;	
	}
	[data-item="3"] .fst_img_inner { 
		margin-left: 0;
	}
	[data-item="1"] .fst_heading{
		font-size:105px;
	}
	.nwpl_header .nwpl_txt{
		left: 15vw;
	}
	.bnn__item{ 
		height:calc(100vh - 200px);
	}
	.animat_1{
		    top: 8vw;
	}
	/*
	.animat_hover{
		top: 26vw;
	}
	*/
	.animat_3{
		top:10vw;
	}
	.animat_mhover{
		top: 4vw;
	}
	.bnn__item { 
		height: calc(100vh - 300px);
	}
}
@media only screen and (max-width: 1280px) {
	.fst_heading {
       font-size: 64px;
		line-height: 75px;
	}
}

@media only screen and (min-width: 1025px) {
	.bnn__mobile{
		display:none !important;
	}	
	.table_show{
		display:none !important;
	}
	.fst_img_inner{
		max-width: 85%;
		margin-left: auto;
	}
	.pdst_txt{
		padding-right:40px;
	}
	
}
@media only screen and (min-width: 681px) {
	.mobile_show{
		display:none !important;
	}
}


/*** Responsive start ****/

@media only screen and (max-width: 1480px) {
	.history_section .his_flx_inner h1{
		font-size: 56px;
		line-height: 65px;
	}
	.history_section .his_flx_inner h1 .his_sub_heading {
    	font-size: 46px;
		line-height: 48px;
	}
	.history_section .his_flx_inner h2{
		    font-size: 25px;
		    line-height: 32px;
	}
	.hist_img img {
       height: 50vh;
	}
}
@media only screen and (max-width: 1024px) {
	/*.fst_img_inner img{
		max-height:unset;
	} */
	.fst_slider .fst_list[data-item="1"]{
		background-image:url('https://www.goslingsrum.com/wp-content/uploads/2023/12/Holiday-Mobile-banner-Background_V5.png') !important; 
		    background-position: center;
	}
	 .fst_slider .fst_list[data-item="1"] .fst_img_inner img{
		opacity:0;
		height:60vw; 
	}
	 
	.vwmr_box{
		gap:40px;
	}
	
	.bnn__img{	 
		max-height: unset; 
	}
	.desktop_show{
		display:none !important;
	}
	.nwpl_img {
		padding: 0 10px 60px;
	}
	.lptp__img_hover{
		opacity:1;
	}
	.gosling_insta_inner #sb_instagram #sbi_images .sbi_item:nth-child(5),
	.gosling_insta_inner #sb_instagram #sbi_images .sbi_item:nth-child(6){
		display:none;
	}
	.lptp_flx .lptp_item:nth-child(6),
	.lptp_flx .lptp_item:nth-child(5){
		display:none;
	}
	.animat_auto, .animat_hover, .animat_mhover  {
		display:none;
	}
	.fst_img_inner {
		max-width: 75%;
		margin: 50px auto 20px;
	}
	.nwpl_listing .vwmr_flx .vwmr_item{
		width:50%;
	}
	.nwpl_listing .vwmr_flx img {
    	 height: 100%;
	}
	.pdt_slider button.slick-arrow{
		width: 25px !important;
		height: 25px !important;
	}
	.pdt_slider button.slick-prev{
		left:0;
	}
	.pdt_slider button.slick-next.slick-arrow{
		right:0;
	}
	.main_img_sl{
		display:none;
	}
	.vwmr_img .vwmr_hover_img{
		    position: relative;
		    opacity: 1;
	}
	.gosling_insta .gos_heading h2{
		font-size: 60px;
	}
	.gosling_insta .gos_heading h3{
		font-size: 22px;
	}
	.ttli_timeline, .txtimg_bird,
	.homepage__section:before{
		display:none;
	}
	.rpct_section .txtimg_bird{
		display:block;
	} 
	.homeapge__inner .img-wrap{
		    bottom: -50vw;
			left: calc(50% - 35vw);
			width: 70vw;
	} 
	.fst_heading {
		font-size: 70px;
		line-height: 75px;
		margin-left:0;
	}
	.timeline_main{
		margin-top:0;
	}
	.pdst_flx {
		padding-top: 20px;
	}
	.bnn__img img{ 
		margin-right:auto;
		height: 100%;
		max-height:unset;
		min-height:380px;
		object-fit: contain;
	}
	.bnn_txt_style .bnn_txt{
		line-height:55px;
	}
	.tmsld_slider button.slick-arrow,
	.tmsld_slider button.slick-next.slick-arrow{
		top:300px;
		width: 20px !important;
        height: 20px !important;
	}
	.bnn__item{
		margin-bottom:40px;
		height:unset;
		width:100%;
	}
	 .bnn__desktop{
		display:none !important;
	}
	.bnn_heading .bnn_txt{
		font-size:26px;
		line-height:32px;
	}
	 
	.bnn_txt_style{
		margin:0 auto;
		text-align:center; 
		margin-bottom:20px;
	}
	.bnn_txt_style .bnn_heading{
		font-size:80px;
		line-height:90px;		
	}
	.tmsld_item_inner{
		margin-top:60px;
	}
	.recipe_des .no_imgtxt_flx .imgtxt_item .imgtxt_heading{
		font-size: 60px;
	}
	.txtimg_heading{
		font-size:60px;
		line-height:75px;
	}
	.tmsld_heading{
		font-size:60px;
		line-height:75px;
	}
	.pdst_gift input {
		width: 23px;
	}
	.hisory_banner .heading h1{
		font-size: 65px;
		line-height: 85px;
		max-width: 580px;
		margin:0 auto;
	}
	.resp_flx{
		padding:0;
	}
	.history_section .his_flx_inner.right{
		    flex-direction: column-reverse;
	}
	.page-width_full{
		padding:0 15px;
	 }
	.history_section .history_flx button.slick-prev,
	.history_section .history_flx button.slick-next.slick-arrow{
		    top: 23vh; 
			width: 20px !important;
			height: 20px !important;
	}
	.history_section .history_flx button.slick-prev{
		    left: 0;
	}
	.history_section .history_flx button.slick-next.slick-arrow{
		right: 0;
	}
	.bnn_item_inner{
		margin-bottom: 0;
		margin-top: -40px;
		z-index: 9;
		position: relative;
	}
	.bnn_item{
		padding-top:0;
	}
	.page-template-rtd  [data-id="f89f8b2"] .elementor-widget-container:before{ 
		left: 50%;
		transform: translateX(-50%);
		top: -20px;
	}
	.page-template-rtd .footer-width-fixer .elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated>.elementor-widget-wrap{
		flex-direction: column-reverse;
	}
	.page-template-rtd [data-id="1f9ac60"] .elementor-image{
		max-width: 230px;
	}
	.page-template-rtd .footer-width-fixer .elementor-image{
		    bottom: -120px;
	}
	.hist_img{
		margin-bottom:40px;	
	}
	.timeline .timeline_inner .year_content p:before{
		bottom: 3px;
	}
	.timeline .timeline_inner .year_content p.active:after{
		bottom: 0px;
	}
	.timeline .timeline_inner .timeline_heading{
		width:100%;
		margin-right:0;
		text-align: center;
	}
	.timeline .timeline_inner{ 
		 justify-content: center;
		 margin-bottom: 80px;
		padding:0;
	}
	.history_section .his_flx_inner{
		 flex-direction: column-reverse; 
	}
	.history_section .his_flx_inner .hist_img, .history_section .his_flx_inner .hist_details {
			 width: 80%; 
	}
	.timeline:before{
		    height: 150px
	}
	.timeline{
		    padding-bottom: 170px;
	}
	.home_timeline{
		padding-bottom: 10px;
	}
	.image_with_text{
		    padding-top: 10px;
	}
	.imgtxt_txt_style{
		padding:50px 0;
	}
	.bnn_flx{
		flex-wrap: wrap;
	}
	.bnn_img {
    	width: calc(25% - 5px);
		padding: 100px 10px 60px;
	}
	.bnn_section:before{
		display:none;
	}
	.bnn_item{
		width:100%;	
		position:relative;
	}
	.bnn_item:before{
		content: '';
		width: 100%;
		height: 80px;
		top: -80px;
		left: 0;
		position: absolute;
		background-image: url(images/bg_line-top.png?var=01);
		background-position: center top;
		background-repeat-y: no-repeat;
		z-index: 2;
		background-size: cover;
	}
	.imgtxt_img, .imgtxt_txt {
		width: 100%;
	}
	.bnn_img {
		margin-bottom: 20px; 
		font-size: 25px;
		font-weight: 400; 
	}
	.product-selector {
		min-height: 100px;
		font-size: 14px;
	}
	.product-selector.selected img {
		max-width: 100px;
		height: 100px;
	}
	.product-selector.selected .dropdown-product {
		margin-left: 10px;
	}
	#category-filters-container1 li label img {
		margin-right: 10px;
		max-height: 75px;
	}
	
	#category-filters-container1 li label {
		padding: 8px 30px;
	}
	.history_section .his_flx_inner h1, .history_section .his_flx_inner h2{
		text-align:center;
	}
	.time_slider_inner{ 
		margin:0 35px;
	}
	.recipe_des .sli_two_col .imgtxt_main_anoth  .recipe_slides_data {
		padding-right: 0;
	}
	.recipe_des .sli_two_col .imgtxt_main_anoth .slides_data_image {
    	width: 100%;
		max-height: auto;
	}
	.recipe_des .slides_data_desc p span {
		padding: 0 17px;
	}
	.recipe_des .sli_two_col button.slick-prev.slick-arrow{
		left: -30px;
	}
	.recipe_des .sli_two_col button.slick-next.slick-arrow {
    	right: -30px;
	}
	 .recipe_des .sli_two_col button.slick-prev.slick-arrow, .recipe_des .sli_two_col button.slick-next.slick-arrow{
		 width: 25px;
		 height: 25px; 
	}  
	.contact_page .cnt_btn .wpcf7-spinner {
		 right: 0;
	}
	.rpct_item {
		width: calc(50% - 20px);
		margin:  10px;
	}
	.nwpl_header .nwpl_txt{
		position:initial;
		transform: none;
	}
	.nwpl_header .nwpl_txt h1{
		margin: 0 auto;
		text-align: center;
        padding: 60px 0 120px;
	}
	.nwpl_header { 
		display: flex;
		background-color:#F497AC;
		flex-direction: column-reverse;
		position:relative;
	}
	.nwpl_header:before {
		content:'';
		background-image: url(images/Wave.png);
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		left: 0;
		bottom: -1px;
		height: 160px;
		width: 100%;
		z-index: 9;
		background-position: center bottom;
	}
	.tmsld_item{
		padding:0 30px;
	}
}
@media only screen and (min-width: 1281px) {
	[data-item="3"] .fst_heading{
		line-height:90px;
	}
}
@media only screen and (max-width: 980px) {
	
	.fst_Yes .fst_img{
		opacity:1;
	}
	.fst_heading img{
		display:block;
		object-fit:contain;
		object-position:center center;
		max-width:440px;
		margin:0 auto;
	}
	.fst_Yes .fst_txt{ 
		background-position:center center;
		background-repeat:no-repeat;
		background-size:contain;
	}
	.fst_Yes[data-item="4"]{
		background-image:url('images/Peach_collage-banner_03.png') !important;
	}
	.fst_Yes.fst_nobg_mobile{
		background-image: none !important;
	}
	 .fst_txt, .fst_img { 
		width: 100%;
	}
	.fst_txt{
		min-height:170px;
	}
	.fst_flx{
		flex-wrap:wrap;
	}
	.fst_heading{
		text-align:center;
		max-width:100%;
		padding-left:0;
	}
	.fst_heading br{
		display:none;
	}
}

@media only screen and (max-width: 768px) {
	 .fst_slider .fst_list[data-item="1"] .fst_img_inner img{ 
		height:80vw; 
	}
	.tmsld_item{
		padding:0;
	}
	.tmsld_heading{
		text-align:center;
	}
	.section_padding {
		padding: 0 30px;
	}
	.txtimg_slider button.slick-arrow{
		width: 25px !important;
   	   height: 25px !important;
		top:130px;
	}
	.join-society .form_box_inner .fmbx_heading{
		text-align:center;
		margin-left:auto;
		margin-right:auto;
	}
	.goshd_flx{
		flex-wrap:wrap;
	}
	.gosling_insta .gos_heading{
		width:100%;
		text-align:center;
		padding:0;
	}
	.gos_img{
		width:100%;
	}
	.gos_img_inner { 
		max-width: 140px;
		margin: 0 auto;
	}
	.tmsld_img img{
		margin:0 auto;
		max-height: 340px;
		padding:0 25px;
	}
	.sctfl_flx{
		flex-wrap:wrap;
		padding:0;
	}
	.scent_flavor_item{
		    width: 50%;
	}
	.elementor-widget-wrap .ctcn_icon{	
		align-items: baseline;
	}
	.sgrp_item {
		width: 100%;
	}
	.sgrp_txt_inner h1{
		font-size:36px; 
	}
	.sgrpmr_item {
		width: 100%;
	}
	.sgrpmr_txt_heading {
    	font-size: 28px; 
	}
	 
	.sgrp_content h3{
		 
		font-size:18px;
	}
	.sgrp_txt_inner {
		padding-left: 0;
		margin-top: 20px;
	}
	.resp_img, .resp_txt {
		width: 100%;
	}
	.resp_img img{
		max-width:100%;
	}
	.resp_slider {
		margin: 0 20px;
	}
	.resp_slider button.slick-prev{
		width: 18px !important;
    	height: 18px !important;
		left: -25px;
	}
	.resp_slider button.slick-next.slick-arrow{
		width: 18px !important;
    	height: 18px !important;
		right: -25px;
	}
	.resp_txt h3{
		margin-top:20px;
		font-size: 22px;
		line-height: 30px;
	}
	.resp_description {
		margin-top: 10px;
	}
	.resp_description p{
		font-size: 14px;
		line-height: 24px; 
		margin-bottom: 10px;
	}
	.resp_hd_txt p{
		font-size: 14px;
		line-height: 24px;
	}
	.resp_header h2{
		 font-size:38px;
	}
	.resp_txt {
		padding-left: 3px;
		padding-right:3px;
	}
	.page-template-rtd  .elementor-259 .elementor-element.elementor-element-b7a0c25 {
		margin-top: 0;
		margin-bottom: 0;
	}
	.history_section .his_flx_inner h2{
		font-size: 17px;
		line-height: 25px;
	}
	.page-template-rtd .footer-width-fixer .elementor-image {
		bottom: -250px;
	}
	.bnn_heading, .bnn_subheading, .history_section .his_flx_inner h1{
		font-size: 30px;
		line-height: 36px;
	} 
	.history_section .his_flx_inner h1 .his_sub_heading{
		font-size: 26px;
		line-height: 30px;
	}
	.history_section .his_flx_inner{
		padding:0;
	}
	.timeline .timeline_inner .year_content p:not(:last-child) {
		margin-right: 10px;
	}
	.timeline .timeline_inner .year_content p{
		font-size:12px;
	}
	.imgtxt_txt_style{
		font-size: 46px;
		line-height: 58px;
		max-width: 145px;
	}
	.fmbx_input .fmbx_btn{
		font-size:20px;
		width:100%;
	}
	.no_imgtxt_flx {
		padding-top: 100px;
	}
	.hist_details {
		padding: 0 10px;
	}
	.history_section .his_flx_inner .hist_img, .history_section .his_flx_inner .hist_details {
		 width: 95%; 
	}
	.vwmr_flx .vwmr_item {
		width: 50%;
		padding: 10px;
	}
	.vwmr_section h1{
		font-size: 28px;
		padding: 30px 0;
		margin: 10px 0 40px;
	}
	.vwmr_title{
		line-height: 20px;
		font-size: 13px;
		padding-bottom: 10px;
	}
	.vwmr_btn_style{
		padding: 5px 25px;
		font-size: 13px;
	}
	.bnn_url.vwmr_btn_style{
		padding: 5px 7px;
		font-size: 11px;
		margin-top: 15px;
	}
	.vwmr_flx img {
  	   height: 50vw;
	}
	/*** new map css ***/
	.pdst_flx h1{
		font-size:26px;
	}
	.vwmr_header h2{
		font-size:32px;
	}
	.pdst_flx .pdst_item {
		width:100%;
	}
	.mpls_detail.active .next_prev_btn{
		left:0;
	}

	#category-filters-container2 li label {
		padding: 20px 20px;
	}
	#category-filters-container2 li:before {
		right: 20px;
		width: 25px;
	}
	.product-selector:before {
		right: 20px;
		width: 30px;
	}
	#category-filters-container1 li label {
		padding: 15px 30px;
	}
	#category-filters-container1 li label img {
		max-width: 100px;
	}
	.product-selector.selected img {
		max-width: 80px;
	}
	.bh-sl-container .bh-sl-loc-list {
		width: 30%!important;
	}
	.bh-sl-container .bh-sl-map {
		width: 70%!important;
	}
	.bh-sl-container .bh-sl-loc-list ul li {
		padding: 0px 0px 15px 0px;
	}
	#bh-sl-address {
		max-width: 100%;
	}
	.bh-sl-filters-container .form-input {
		padding: 0px 15px;
	}
	.hist_inner_main .hisory_main .alignment-Left,
	.hist_inner_main .hisory_main .alignment-Right, .hist_inner_main .hisory_main .alignment-Left {
		flex-direction: column-reverse;
	}
	.hist_inner_main .hisory_main .hist_left, .hist_inner_main .hisory_main .hist_right {
    max-width: 100%;
    width: 100%;
}.hist_inner_main .hisory_main:last-child .alignment-Right {
    flex-direction: column;
}
	.hist_inner_main .hisory_main>.page-width{
    padding-left: 57px;
    padding-right: 107px;
}
	.hist_inner_main .hisory_main .hist_left {
    margin-top: 56px;
}
	.hisory_banner .heading h1 {
    font-size: 75px;
}
	.tmsld_flx, .tmsld_Left .tmsld_flx {
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.tmsld_subheading{
		font-size: 42px;
		line-height: 52px;
		text-align:center;
	}
	.tmsld_description p{
		text-align:center;
	}
	.tmsld_item {
		width: 100%;
		text-align: center;
		padding-top:0;
	}
	.tmsld_item_inner {
    	padding-right: 0;
 	}
	.tmsld_item_inner:before {
		display: none;
	}
	.tmsld_item_inner {
    	margin-top: 40px;
    	padding: 0 100px;
	}
	.tmsld_slider button.slick-next.slick-arrow {
		right: -35px;
	}
	.tmsld_slider button.slick-prev {
		left: -30px;
	}
	.tmsld_slider button {
    top: 88%;
}
	.recipe_des .sli_two_col .imgtxt_main_img {
        max-width: 100%;
		margin: 0 25px 40px;
        width: 100%;
		display:none;
}
	.recipe_des .sli_two_col{
		flex-wrap:wrap;	
	}
	.recipe_des .sli_two_col .imgtxt_main_anoth { 
		padding: 0 0 30px;
		width: 100%;
		}
			.recipe_des .sli_two_col .imgtxt_main_anoth .slides_data_image { 
			max-height: initial;
			margin: 0 auto;
		}
			.recipe_des .slides_data_desc {
			max-width: 500px;
			margin-left: auto;
			margin-right: auto;
		}

			.gosling_insta .gosling_insta_inner {
			   overflow-x: hidden;
				justify-content: flex-start;
		}
		.gosling_insta .gosling_insta_inner img {
			 max-width: 33.3%;
			margin-right: 10px;
		}
			.join-society .form_box {
			flex-wrap: wrap;
		}
			.join-society .form_box_left_img, .join-society .form_box_inner {
			    max-width: 100%;
				width: 100%;
		  }
			.form_box_inner .fmbx_heading {
			padding: 0 70px !important;
		}
		.join-society .form_box_inner {
			margin-top: 50px;
		}
			.imgtxt_txt.desktop {
			display: none;
		}
		.imgtxt_txt.mob {
			display: block;
			text-align: center;
		}
		.imgtxt_section.new_design.recipe_des .imgtxt_item .imgtxt_heading {
			transform: translateX(0);
		}
		.imgtxt_section.new_design.recipe_des .imgtxt_txt.mob a {
			background: #FEF9B9;
			text-decoration: none;
			font-size: 22px;
			font-weight: bold;
			line-height: 165px;
			font-family: Recoleta;
			padding: 5px 24px;
			border-radius: 50px;
			color: #0D453A;
		}
		.recipe_des .sli_two_col .imgtxt_main_anoth  .recipe_slides_data {
			padding-right: 0;
		}
		.vwmr_title {
			min-height: 60px;
		}
		.history_bottom ul {
			margin-top: 100px;
		 }
		 .hisory_banner>.page-width {
			padding-left: 50px;
			padding-right: 50px;
		}
		.hist_inner_main .hisory_main .hist_right img {
			max-height: unset;
		}
		.cnt_address {
			 flex-wrap: wrap;
		}
		.cnt_address .cntadd_img,
		.cnt_address .cntadd_txt {
			width: 100%;
		}
		.cnt_address .cntadd_img img {
			max-width: 100%;
				min-height: 350px;
			object-fit: cover;
		}

		.cnt_flx {
			flex-wrap: wrap;
		}
		.cnt_flx .cnt_helf {
			width: 100%;
		}
		.vwmr_header h2 {
			background-position: center;
		}
			.resp_sectopm .resp_slider button {
			top: 30%;
		}
		.vwmr_section .vwmr_slider button {
			background-color: transparent;
			color: transparent;
			border: none;
			background-image: url(images/Icon-right.png);
			background-size: contain;
			top: 40%;
			transform: translateY(-50%);
			z-index: 99;
			width: 25px;
			height: 25px;
			position: absolute;
			background-repeat:no-repeat;
		}
		.vwmr_section .vwmr_slider button.slick-next.slick-arrow {
			right: 0;
		}
		.vwmr_section .vwmr_slider button.slick-prev.slick-arrow {
			background-image: url(images/Icon-left.png);
		}

		.rpctft_flx {
			flex-wrap: wrap;
				justify-content: flex-end;
		}
		.rpctft_flx .flvl_val.flvl_clear {
			margin-top: 15px;
		}
		.rpctft_flx .rpctft_item {
			max-width: calc(33.33% - 10px);
			width: 100%;
		}

}


@media only screen and (max-width: 767px) {
	.sgrpmr_txt_style{
		padding-bottom:60px;
	}
	.vwmr_subheding{
		font-size:32px;
		padding: 10px 15px;
	}
	.vwmr_box{
		flex-wrap: wrap;
	}
	.vwmr_filter, .vwmr_select{
		width:100%;
		background-color: #fff;
		z-index:9;
		top:0;
	}
	.store_heading{
		font-size: 42px;
		text-shadow: 2px 2px 0px #F497AC;
	}
	.ctst_header h2{
		font-size: 36px;
		text-shadow: 2px 2px 0px #FFF9B1;
		    line-height: 40px;
	}
	.lgst_header h2{
		font-size: 36px;
		text-shadow: 2px 2px 0px #F497AC;
		line-height: 40px;
	}
	.ctst_naem{
		width:calc(50% - 5px);	
		font-size:14px; 
    	line-height: 19px;
	}
	.lgst_flx{
		flex-wrap:wrap;
	}
	.lgst_logo{
		width:calc(50% - 25px);
		max-width: 100%;
	}
	.vwmr_slider .vwmr_title{
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		padding-bottom: 0;
        min-height: 78px;
	}
	.pdt_slider .pdt_info{
		 max-width: 100%;
	}
	.pdt_slider .pdt_info .vwmr_title{
		max-width:100%;
		padding-top: 0;
		font-size: 18px;
	}
	/*** new map css ***/
	.resp_description h4{
		margin-bottom: 2px;
		margin-top: 15px;
	}
	.resp_slider button{
		top: 100px;
	}
	.ctcn_icon{
		position: relative;
		top: calc(50% - 14px);
	}
	[data-id="0b44557"] .elementor-widget-wrap{
		    justify-content: right;		
	}

	.bh-sl-container .bh-sl-loc-list {
		width: 100%!important;
	}
	.bh-sl-container .bh-sl-map {
		width: 100%!important;
	}
	.bh-sl-container .bh-sl-map-container {
		flex-direction: column-reverse;
	}
	#category-filters-container2 {
		
	}
	#category-filters-container2 li {
		width: 100%;
        width: 50%;
	}
	#category-filters-container2 li label {
		flex-direction: column;
	}
	.bh-sl-container .bh-sl-filters-container .bh-sl-filters {

	}
	#category-filters-container2 {
		width: 66.66%;
        display: flex;
	}
	.list-only .bh-sl-loc-list .list-content {
	    flex-direction: column;
    	align-items: baseline;
	}
	
	.bh-sl-container .bh-sl-filters-container {
		width: 100%;
		flex-direction: column;
	}
	#category-filters-container2 {
		width: 100%;
		flex-direction: column;
	}
	#category-filters-container2 li {
		width: 100%;
	}
	.product-selector, #category-filters-container2 li label span {
		font-size: 16px;
	}
	.find-near-location {
		max-width: calc(100% - 70px);
	}
	
	.full-wrapper .box {
		flex: 0 0 100%;
	}
	#category-filters-container1 {
		top: 100px;
	}
	#bh-sl-submit1 {
		width: 100px;
	}
	
	/*** end new map css ***/	
	/** history css *******/
	.hisory_banner>.page-width .heading,
	.hist_inner_main .hisory_main>.page-width{
		padding-left: 28px;
		padding-right: 28px;
	}
	.hisory_banner>.page-width 
	{
		padding-left: 0;
		padding-right: 0;		
	}
	.hisory_banner .heading h1 {
		font-size: 65px;
		line-height: 75px;
		text-shadow: 2px 2px #41D5E7;
	}
	.hisory_banner .heading h2 {
		max-width: 100%;
		margin-top: 24px;
	}
	.history_bottom ul {
		margin-top: 50px;
		    flex-wrap: wrap;
		justify-content: flex-start;
	}
	.history_bottom ul li {
    width: calc(100% / 4);
		    margin-top: 50px;
	}
	.txtimg_heading {
		text-shadow: 2px 2px 0px #f497ac;
		font-size: 46px;
		line-height: 55px;
		max-width: 100%;
		text-align: left;
	}
	.txtimg_image img {
		min-height: 250px;
		max-height: 100%;
		object-fit: cover;
		object-position: left;
	}
	.tmsld_heading {
		font-size: 46px;
		line-height: 55px;
		text-shadow: 2px 2px #41D5E7;
		max-width: 100%;
		text-align: center;
	}
	.time_slider {
		padding-top: 50px;
	}
	.tmsld_item_inner {
		 padding: 0 20px;
	}
	.tmsld_slider button {
		top: 80%;
	}
	.recipe_des .sli_two_col .imgtxt_main_anoth {
		max-width: calc(100% - 30px);
		 margin: 0 auto;
	}
	.recipe_des .no_imgtxt_flx .imgtxt_item .imgtxt_heading {
		font-size: 50px;
			margin-bottom: 20px;
	}
	.recipe_des .sli_two_col .imgtxt_main_anoth  .recipe_slides_data {
		padding-right: 0;
	}
	.gosling_insta .gos_heading h2 {
		font-size: 55px;
	}
	.gosling_insta .gosling_insta_inner img {
		max-width: 50%;
	}
	.form_box_inner .fmbx_heading {
		padding: 0 !important;
	}
	.fmbx_input_flx {
		align-items: flex-start;
	}
	.fmbx_input_flx .fmbx_checkout {
		height: 17px;
	}
	input[type=checkbox]:after {
		width: 5px;
		height: 10px;
		left: 3px;
	}
	.recipe_des {
		padding: 20px 0 0; 
	}
	.vwmr_title {
		min-height: unset;
	}
	.sgrpmr_flx .vwmr_title {
		min-height: 65px;
	}
	.contact_page h1 {
		font-size: 52px;
	}
	.cnt_helf [type="text"], .cnt_helf [type="email"], .cnt_helf [type="tel"] {
		margin-left: 0;
		margin-right: 0;
	}
	.vwmr_flx .vwmr_item {
		/*width: 100%;
		padding: 10px 0; */
	}
	.listig_bottom_img img {
	 
		min-height: 350px;
		max-height: 100%;
		object-fit: cover;
	}
	.pdst_gift {
    align-items: flex-start;
	}
	.rpct_item {
		width: 100%;
	 }
	 .rpctft_flx {
		justify-content: flex-start;
	}
	.rpctft_flx .rpctft_item {
		max-width: calc(50% - 15px);
		width: 100%;
		margin-bottom: 15px;
	}
	.rpctft_select {
		min-width: 150px;
	}
	.filter_value .flvl_flx {
		flex-wrap: wrap;
	}
	.filter_value .flvl_flx .flvl_label {
		margin-bottom: 15px;
	}
	.rpctft_flx .flvl_val.flvl_clear {
		margin-top: 0;
	}
	.rpctft_flx .flvl_val.flvl_clear {
		height: 45px;
	}
    .recipe_des .sli_two_col button.slick-prev.slick-arrow {
		left: -15px;
	}
	.recipe_des .sli_two_col button.slick-next.slick-arrow{
		right: -15px;
	}
	 
}



@media only screen and (max-width: 680px){
	
	.bnn_txt_style .bnn_heading{
		font-size:60px;
		line-height:68px;	
		text-shadow: 2px 2px 0 #FFF9B1;
	}
	.page-template-rtd .footer-width-fixer .elementor-image {
		bottom: -500px;
	}
	.page-template-rtd .footer-width-fixer:before{
		bottom: -45px;
		left: 20px;
		padding-right: 20px;
		text-align:center;
	}
	 
	.history_section .his_flx_inner .hist_details.center{
		max-width: 100%;
	}
	.pdst_gift input {
		width: 33px;
		border: 2px solid;
		border-radius:0;
	}
	 
	.bnn_img_box{
		margin-bottom: 0;
	}
	.bnn__img{
		padding-bottom:100px;
	}
	.tmsld_heading {
		font-size: 45px;
		line-height: 50px;
	}
	.tmsld_subheading {
   		font-size: 32px;
		line-height: 36px;
	}
	.fst_heading {
		font-size: 50px;
		line-height: 56px;
		text-shadow: 2px 2px 0 #41D5E7;
	}
	.gosling_insta .gos_heading h2{
		font-size: 50px;
	}
	.gosling_insta .gos_heading h3 {
		font-size: 20px;
	}
	.join-society .form_box_left_img{
		max-width: 330px;
		margin: 0 auto;
	}
	.join-society .form_box_inner .fmbx_heading{
		font-size: 40px;
		line-height: 50px;
	}
	.recipe_slides_data p.title{
		font-size:17px;
	}
	.imgtxt_section.new_design.recipe_des .imgtxt_txt.mob a{
		    line-height: 100px;
	}
	.nwpl_header .nwpl_txt h1{
		font-size: 48px;
		padding: 40px 0 30px;
		text-shadow: 2px 2px 0 #FFF9B1;
	}
	.nwpl_listing .vwmr_flx .vwmr_item{
		width:100%;
	}
	.main_img_sl img,
	.vwmr_hover_img{
		margin-bottom:10px;
	}
	.fst_img_inner {
		max-width: 100%;
		margin: 10px auto;
	}
	.gosling_insta_inner #sb_instagram #sbi_images .sbi_item:nth-child(3),
	.gosling_insta_inner #sb_instagram #sbi_images .sbi_item:nth-child(4){
		display:none;
	}
	.lptp_flx .lptp_item:nth-child(3),
	.lptp_flx .lptp_item:nth-child(4){
		display:none;
	}
	.rpct_box h1{
		font-size:50px;
	}
	.lptp_flx{
		margin-bottom: 40px;
	}
	.rpct_header{
		margin-bottom: 0;
	}
	.recipe_des .sli_two_col .imgtxt_main_anoth .slides_data_image{
		padding: 15px;
	}
	.table_show{
		display:none !important;
	}
	.homeapge__inner .img-wrap {
		bottom: -54vw;
		left: calc(50% - 40vw);
		width: 80vw;
	}
	.cntbtm_seciton{
		min-height:125vw;
	}
	.small_txt {
		font-size: 22px;
		line-height: 26px;
	}
}


.product_section {
    background-color: transparent;
}

.pdst_flx .pdst_item {
    width: 100%;
    position: relative;
}


.pdst_qty_box {
    margin-top: 15px;
    margin-bottom: 20px;
}

.pdst_btn_style button {
    color: #f5f7ae !important;
    background-color: #0D453A !important;
    /* border: 1px solid #0D453A; */
    padding: 10px 35px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    text-decoration: none;
    font-family: Griffon !important;
    width: unset;
    line-height: 20px;
    /* text-transform: lowercase; */
    /* box-shadow: 2px 2px #F497AC; */
    /* border-style: solid double; */
    border-width: 2.2px;
    /* fill: black; */
    border: 8px double;
}
.pdst_btn_style button:hover {
    color: #f5f7ae !important;
    background-color: #0D453A !important;
	border: 8px double #f5f7ae !important;
	
    
}

.liquid-address-typeahead input {
    all: unset;
    /* font-family: var(--liquid-font-family); */
    box-sizing: border-box;
    /* border-radius: var(--liquid-border-radius); */
    border-bottom: 3px solid #0d453a !important;
    width: 100%;
    padding: 13px 10px 13px 25px;
}

.liquid-address-typeahead-buttons{
	background-color: #0D453A !important;
}

.pdst_box select {
    width: 100%;
    max-width: 400px;
    border: 6px double #0D453A;
    border-radius: 40px;
    outline: none;
    color: #0D453A;
    background-color: #f5f7ae;
    padding: 7px 20px;
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    min-width: 140px;
    background-image: url(https://www.goslingsrum.com/wp-content/uploads/2023/02/Polygon-1.png);
    padding-right: 25px;
    background-repeat: no-repeat;
    background-size: 10px;
    background-position: 93% 11px;
}

.liquid-engraving-view, .liquid-engraving-edit, .liquid-engraving-disabled {
    color: #13453A !important;
	background-color: #f5f7ae !important;
    border: 5px double #13453A !important;
    border-radius: var(--liquid-border-radius) !important;
    grid-template-rows: repeat(2, auto) !important;
    grid-template-columns: 1.56rem 1fr auto !important;
    grid-template-areas:
        "check title value"
        "details details details"
        "details details details";
    align-items: end !important;
    padding: 10px !important;
    display: grid !important
;
}

.liquid-engraving-view input, .liquid-engraving-edit input, .liquid-engraving-disabled input {
    color: #13453A !important;
	all: unset;
    font-family: var(--liquid-font-family);
    box-sizing: border-box;
    /* border-radius: var(--liquid-border-radius); */
    border-bottom: 3px solid #13453A !important;
    width: 100%;
    margin: 10px 0 0;
    padding: 13px 10px;
}
.liquid-engraving-alert{
	color: #13453A !important;
}

.liquid-engraving-button button {
    all: initial;
	color: #13453A !important;
    font-family: var(--liquid-font-family);
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    opacity: 1;
    font-size: 16px;
    font-weight: 700;
    line-height: 14px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    background-color: transparent !important;
}


.liquid-engraving-check:before {
    width: 20px;
    height: 20px;
    content: " ";
    background-image: url(data:image/svg+xml;utf8,<svg width="9"height="8"viewBox="0 0 9 8"fill="none"xmlns="http://www.w3.org/2000/svg"><path d="M0.5 4.7724L2.65299 7L8 1"stroke="white"/></svg>);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 11px;
    background-color: #13453A !important;
    vertical-align: -30%;
    border: none;
    border-radius: 20px;
    margin-right: 4px;
    display: inline-block;
}


.liquid-cart {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #FF8D9D;
}

.liquid-cart .liquid-cart-bottom-container {
    background-color: #FF8D9D;
}

.liquid-cart-bottom-container .liquid-checkout-button {
    background-color: #FF8D9D !important;
    color: #13453A !important;
    padding: 14px 28px;
    border-radius: 40px;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    border: 9px double;
}
.liquid-cart-bottom-container .liquid-checkout-button:hover {
    background-color: #FF8D9D !important;
    color: #13453A !important;
   border: 9px double  #13453A !important;
}

.liquid-cart .liquid-cart-title {
    margin-top: 60px;
    text-align: center;
    font-weight: 600;
    color: #13453A;
    font-size: 34px;
    margin-bottom: 30px;
	font-family: Griffon;
	text-transform: lowercase;
}

.liquid-cart-item .liquid-cart-item-name, .liquid-cart-bottom-sub-total .liquid-bottom-sub-total-items, .liquid-cart-bottom-sub-total .liquid-bottom-sub-total-value {
    color: #13453A;
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    padding-right: 20px;
}

.liquid-cart-item .liquid-cart-item-volume, .liquid-cart-item .liquid-cart-item-price, .liquid-cart-item .liquid-cart-qty-selector {
    color: #13453A;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

.liquid-cart-item .liquid-cart-qty-selector {
    border: 5px double #13453A;
    border-radius: 30px;
    background-color: #FF8D9D;
    text-align: center;
    padding: 0;
    max-width: 100px;
    max-height: 32px;
}

.liquid-cart-item .liquid-cart-item-remove {
    font-size: 0;
    width: 12px;
    height: 23px;
    background-image: url(https://www.goslingsrum.com/wp-content/themes/twentytwentyone-child/images/Icon-feather-trash-2.png?var=01);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-color: transparent !important;
}



.liquid-cart-item-image, .liquid-cart-bundle-image {
    width: 80px;
    height: 80px;
    object-fit: contain;
    border: 8px double #13453A !important;
    background: #fff;
}

.footer-width-fixer {
    width: 100%;
    display: none;
}
.elementor-84{
display:none;
}
.liquid-cart-icon svg {
    color: #F7F1AD !important;
}
.liquid-cart-icon span {
    width: 15px;
    height: 15px;
    color: #004438 !important;
    background: #F7F1AD !important;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    display: inline-flex
;
    transform: translate(-3px, -6px) !important;
}
.ctcn_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    cursor: pointer;
    margin-bottom: 5px;
}



