/* Font Setup
*/
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@500;700&display=swap');
/* CSS Reset 
/*-----------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figure {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.5;
	color: #000000;
	background: transparent;
}
body {
	font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	color: #105160;
	font-family: 'Playfair Display', serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear {
	clear: both;
}
.clearfix:after {
	content: "";
	display: table;
	clear: both;
}
/* End hide from IE Mac */
.none {
	display: none;
}
/* End Clearfix */
/* General Setup
/*-----------------------------------------------------------------------------------*/
.container {
	width: 1140px;
	margin: 0 auto;
}
header.main {
	width: 100%;
	background: #105160;
	float: left;
	padding: 25px 0;
    z-index: 99999;
    position: relative;
}
.logo {
	float: left;
	width: 200px;
}
.logo a {
	display: block;
    line-height: 0;
}
.logo img {
	width: 100%;
	height: auto;
}
header.main nav {
	float: left;
	margin-left: 100px;
	margin-top: 16px;
}
header.main nav ul li {
	float: left;
	margin-left: 50px;
}
header.main nav ul li a {
	color: #FFF;
	font-size: 16px;
	text-decoration: none;
}
.ring-banner {
	position: absolute;
    background: url(../images/ring-banner.png) no-repeat left top;
    background-size: contain;
    width: 330px;
    z-index: 9;
    height: 108px;
    opacity: 0.1;
    margin: -34px 0 0 -63px;
}
.halo_golden {
    position: absolute;
    background: url(../images/halo_golden.png) no-repeat left top;
    background-size: contain;
    width: 427px;
    height: 108px;
    margin: 218px 0 0 130px;
}
.wbb_popup_close {
	background: rgba(255,255,255,0.7);
    padding: 6px;
    border-radius: 50%;
    height: 17px;
	line-height: 40px;
    text-align: center;
}
.login-btn {
	float: right;
	margin-top: 8px;
}
.login-btn a , .woocommerce-form-register__submit , .woocommerce-form-login__submit , .checkout-button , .coupon button , #place_order {
	background-color: #e2bd6b !important;
    background-image: linear-gradient(to right, #e2bd6b, #f5e4a3) !important;
	padding: 10px 30px !important;
    color: #105160;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
	display: block;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
}
.login-btn a:hover , .vertical-center a:hover {
	opacity: 0.8;
}
.woocommerce-form-login__rememberme {
	padding-top: 10px;
}
.vertical-center a , .ecards-carding .right a , .time-capsule .left a , .concierge .right a , .view-profile , .featured-storeis ul li a.btn , .post_generate_image , .post_choose_card_front , .post_choose_card_back , .blog-btn {
	background-color: #e2bd6b !important;
    background-image: linear-gradient(to right, #e2bd6b, #f5e4a3) !important;
    padding: 12px 30px !important;
    color: #105160;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 1px;
	display: inline-block;
	text-transform: uppercase;
	border-radius: 0 !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
	font-family: 'Raleway', sans-serif;
}
.post_choose_card_back {
	margin-left: 20px !important;
}
.slide-main .slick-slide div {
	line-height: 0 !important
}
.post-fields-full textarea {
	width: 100%;
	border-radius: 0;
	padding: 10px;
	box-sizing: border-box;
}
.view-profile{
	padding: 8px 20px !important;
}
#coupon_code {
	width: 250px;
}
.ecards-carding .right a:hover , .time-capsule .left a:hover , .concierge .right a:hover , .view-profile:hover , .woocommerce-form-register__submit:hover , .woocommerce-form-login__submit:hover , .checkout-button:hover , .coupon button:hover , #place_order:hover , .featured-storeis ul li a.btn:hover , .post_choose_card_front:hover , .post_choose_card_back:hover , .blog-btn:hover {
	background: #105160 !important;
	color: #FFF !important;
}
#place_order {
	float: left !important;
	margin-top:15px;
}
.woocommerce-form-register__submit {
	margin-top: 20px !important;
}
.select2-container--default .select2-selection--single , .woocommerce form .form-row select, .woocommerce-page form .form-row select {
	border-radius: 0 !important;
	padding: 10px;
    height: 50px !important;
	border-color: #000 !important;
	color: #000 !important;
    font-family: 'Raleway', sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 12px !important;
    right: 10px !important;
	border-color: #000 !important;
	color: #000 !important;
	font-size: 16px;
    font-family: 'Raleway', sans-serif;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #000 !important;
}
.main-banner {
	float: left;
	width: 100%;
	position: relative;
}
.main-banner .slide-main {
	width: 100%;
    float: left;
}
.main-banner .slick-track , .main-banner .slick-list {
	width: 100% !important;
    float: left;
}
.main-banner .slick-slide {
	width: 100% !important;
    float: left;
	left: 0 !important;
	display: none;
}
.main-banner .slick-active {
	display: block;
}
.main-banner .slide-main video {
	float: left;
	width: 100%;
}
.content-banner {
	position: absolute;
    z-index: 9999;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.vertical-center {
	display: table;
	width: 100%;
	height: 100%;
}
.vertical-center div.first {
	display: table-cell;
	vertical-align: middle;
	background: rgb(16,81,96);
background: linear-gradient(90deg, rgba(16,81,96,1) 0%, rgba(16,81,96,1) 39%, rgba(0,212,255,0) 100%);
}
.vertical-center h3 {
	font-size: 21px;
	line-height: 21px;
	color: #e2bd6a;
	margin-bottom: 15px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}
.vertical-center h1 {
	font-size: 60px;
	color: #FFF;
	line-height: 1.2;
	margin-bottom: 15px;
}
.ecards-carding {
	float: left;
	width: 100%;
	padding: 80px 0;
}
.ecards-carding .left {
	float: left;
	width: 50%;
	box-sizing: border-box;
}
.ecards-carding .left img {
	width: 100%;
}
.ecards-carding .right {
	float: left;
	width: 50%;
	padding: 0px 0 0 90px;
	box-sizing: border-box;
}
.ecards-carding .right h2 {
	color: #105160;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 20px;
}
.ecards-carding .right p {
	margin-bottom: 40px;
}
.ecards-carding .right a {
	display: inline-block;
	margin: 20px 10px 0 0;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
	height: 25px !important;
}
.slider-product article {
    float: left !important;
}
/* the parent */
.slider-product .slick-list {
    margin: 0 -9px;
}
/* item */  
.slider-product .slick-slide{
    padding: 0 9px;
    float: left;
}
.slider-product {
    float: left;
    width: 100%;
    overflow: hidden;
}
.favourites-home {
	float: left;
	width: 100%;
	padding: 0 0 120px 0;
}
.favourites-home h2 {
	color: #105160;
	font-size: 52px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 40px;
}
.post_edit_profile .post-fields-half {
	width: 48%;
    min-height: 80px;
}
.post-fields-half.post_upload input[type=file]{
	display: block;
	margin-top: 15px;
}
.post_edit_profile .post-fields-half:nth-child(even) {
	float: right;
}
.favourites-home article:last-child {
	margin-right: 0;
}
.tabs.wc-tabs .active {
    border-top: 2px solid #105160 !important;
}
.favourites-home article img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.favourites-home article a.btn {
	color: #105160;
	width: 100%;
	display: block;
	height: 44px;
	text-decoration: none;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	font-weight: bold;
	box-sizing: border-box !important;
	text-transform: uppercase;
	box-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.button.post_greeting_card , .single_add_to_cart_button {
	color: #105160 !important;
	text-decoration: none;
	font-size: 16px !important;
	font-weight: bold !important;
	box-sizing: border-box !important;
	background-color: #e2bd6b !important;
	background-image: linear-gradient(to right, #e2bd6b, #f5e4a3) !important;
	padding: 10px 30px !important;
	border-radius: 0 !important;
}
.woocommerce-product-details__short-description {
	padding: 15px 0;
}
.single_add_to_cart_button {
	margin-top: 4px !important;
    height: 40px;
}
.genertaed {
	margin: 15px 0 5px 0;
}
.post_selected_card {
	margin-bottom: 20px;
}
.gradient-btn {
	background-color: #e2bd6b; /* For browsers that do not support gradients */
	background-image: linear-gradient(to right, #e2bd6b, #f5e4a3);
	padding: 5px 30px;
	text-transform: uppercase;
}
.gradient-btn:hover , .button.post_greeting_card:hover , .single_add_to_cart_button:hover {
	background: #105160 !important;
	color: #FFF !important;
}
.woocommerce-pagination {
	width: 100%;
    padding: 0 !important;
    margin: 0 0 80px 0;
}
.concierge {
	float: right;
	width: 100%;
	padding-bottom: 80px;
}
.concierge .right {
	float: right;
	width: 50%;
	box-sizing: border-box;
	padding: 3% 6% 0 7%;
}
.woocommerce nav.woocommerce-pagination ul li a {
	background: #105160;
}
.post_card_notification {
	display: block;
    clear: both;
	margin-top: 50px;
}
.concierge .right h2 {
	color: #105160;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 20px;
	line-height: 44px;
}
.concierge .right p {
	margin-bottom: 40px;
}
.concierge .left {
	float: left;
	width: 50%;
	line-height: 0;
}
.concierge .left img {
	width: 100%;
	height: auto;
}
.time-capsule {
	float: left;
	width: 100%;
	padding-bottom: 100px;
}
.time-capsule .left {
	float: left;
	width: 50%;
	box-sizing: border-box;
	padding: 3% 7% 0 13%;
}
.time-capsule .left h2 {
	color: #105160;
	font-size: 44px;
	font-weight: 700;
	margin-bottom: 20px;
}
.time-capsule .left p {
	margin-bottom: 40px;
}
.time-capsule .right {
	float: right;
	width: 50%;
	line-height: 0;
}
.time-capsule .right img {
	width: 100%;
	height: auto;
}
.featured-storeis {
	float: left;
	width: 100%;
	padding: 0 0 100px 0;
}
.featured-storeis h2 {
	color: #105160;
	font-size: 52px;
	margin-bottom: 20px;
}
.featured-storeis ul li {
	float: left;
	width: calc(100%/3 - 40px);
	margin-right: 60px;
}
.featured-storeis ul li figure {
	line-height: 0;
	position: relative;
}
.featured-storeis ul li figure a {
	line-height: 0;
}
.featured-storeis ul li figure a img {
	width: 100%;
    height: auto;
}
.featured-storeis ul li:last-child {
	margin-right: 0;
}
.featured-storeis ul li a.btn {
	position: absolute;
	bottom: 0;
	right: 0;
    line-height: 1.3;
	text-transform: uppercase;
}
.featured-storeis ul li h3 {
	font-size: 22px;
	margin-top: 10px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
}
footer {
	float: left;
	padding: 80px 0;
	background: #105160;
	width: 100%;
}
footer .newsletter {
	float: left;
	width: 530px;
	padding: 35px 35px 25px 35px;
	box-sizing: border-box;
	background: #286370;
}
footer .newsletter h2 {
	font-size: 26px;
	color: #FFF;
	font-weight: 400;
	font-family: 'Raleway', sans-serif;
	margin-bottom: 15px;
}
footer .newsletter ul li {
	float: left;
	width: 220px;
}
footer .newsletter ul li:nth-child(2) {
	float: right;
}
footer .newsletter ul li input[type=text] {
	background: none;
	border: 1px solid #FFF !important;
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	font-size: 16px;
	box-sizing: border-box;
}
footer .newsletter ul li input[type=email] {
	background: none;
	border: 1px solid #FFF !important;
	width: 100%;
	height: 50px;
	padding: 10px 20px;
	font-size: 16px;
	box-sizing: border-box;
}
footer .newsletter ul li.big {
	width: 100%;
	margin: 20px 0 0 0;
}
footer .newsletter ul li input[type=text]::placeholder, footer .newsletter ul li input[type=email]::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1; /* Firefox */
}
footer .newsletter ul li input[type=submit] {
	border: none;
	padding: 12px 30px !important;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 1px;
	color: #105160;
	font-weight: 600;
	text-transform: uppercase;
	background-color: #e2bd6b !important;
    background-image: linear-gradient(to right, #e2bd6b, #f5e4a3) !important;
	font-family: 'Raleway', sans-serif;
}
footer .newsletter ul li input[type=submit]:hover {
	color: #FFF;
	background: #105160 !important;
}
footer .right {
	width: 510px;
	float: right;
	margin-top: 80px;
}
footer .right ul.quicklinks {
	width: 100%;
}
footer .right ul.quicklinks li {
	float: left;
	margin-bottom: 15px;
	width: 50%;
}
footer .right ul.quicklinks li a {
	display: inline-block;
	padding-left: 22px;
    font-size: 16px;
	color: #FFF;
	text-decoration: none;
	background: url("../images/bullet-1.png") no-repeat left center;
}
footer .right ul.socialmedia {
	width: 100%;
}
footer .right ul.socialmedia li {
	float: left;
	width: 57px;
	margin-top: 30px;
	margin-right: 10px;
}
footer .right ul.socialmedia li img {
	width: 100%;
	height: auto;
}
footer .right ul.socialmedia li img:hover {
	opacity: 0.8;
}
.copyright {
	float: left;
	width: 100%;
	padding: 15px 0;
	text-align: center;
	color: #FFF;
	font-size: 16px;
	background: #0a3742;
}
.padding-50 {
	padding: 50px 0 !important;
}
.woocommerce input[type=text] , .woocommerce input[type=email] , .woocommerce input[type=password] , .woocommerce input[type=url] , .woocommerce input[type=tel] {
    background: none;
    border: 1px solid #000 !important;
    width: 100%;
    height: 50px !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-family: 'Raleway', sans-serif;
    box-sizing: border-box !important;
}
.woocommerce input[type=submit] {
	height: 46px !important;
    background-color: #e2bd6b !important;
    background-image: linear-gradient(to right, #e2bd6b, #f5e4a3) !important;
    color: #FFF !important;
    font-weight: bold !important;
}
.woocommerce-EditAccountForm button[type=submit] {
	height: 46px !important;
    background: #105160 !important;
    color: #FFF !important;
    font-weight: bold !important;
}
.woocommerce-button--next , .woocommerce-button--previous , .post_save_account_details {
	background-color: #e2bd6b !important;
    background-image: linear-gradient(to right, #e2bd6b, #f5e4a3) !important;
    color: #105160 !important;
    font-weight: bold !important;
}
.woocommerce-button--next:hover , .woocommerce-button--previous:hover , .woocommerce input[type=submit]:hover , .post_save_account_details:hover , .post_generate_image:hover {
	background: #105160 !important;
	color: #FFF !important;
}
.is-active.woocommerce-MyAccount-navigation-link {
	background-color: #e2bd6b !important;
    background-image: linear-gradient(to right, #e2bd6b, #f5e4a3) !important;
}
.woocommerce-MyAccount-navigation-link {
	background: #105160 !important;
}
.woocommerce-MyAccount-navigation {
	background: #105160 !important;
}
.woocommerce-MyAccount-content p {
	margin-bottom: 20px;
}
.woocommerce-MyAccount-navigation ul li a {
	display: block;
	text-decoration: none;
	color: #FFF !important;
	font-size: 18px;
	padding: 10px 20px;
	border-bottom: 1px solid #FFF;
}
.woocommerce-Address-title {
	margin: 15px 0;
}
.normail-design {
    float: left;
    width: 100%;
    margin-bottom: 80px;
}
.normail-design article {
    width: 100%;
    float: left;
    margin-bottom: 60px;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.normail-design article figure {
    width: 100%;
    float: left;
}
.normail-design article figure img {
    width: 100%;
    height: auto;
}
.normail-design .post-content {
    float: left;
    width: 100%;
    padding: 40px 50px 44px 50px;
    position: relative;
    box-sizing: border-box;
}
.normail-design .post-content .post-feature {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    right: 0;
}
.normail-design article figure ~ .post-content .post-feature {
    top: -30px;
}
.normail-design .post-content .post-feature li {
    float: left;
    padding: 0 15px;
    line-height: 56px;
    color: #FFF;
    font-weight: bold;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}
.normail-design .post-content .post-feature li:first-child:before {
    content: '';
    width: 10px;
    height: 56px;
    position: absolute;
    background: #0d0d0f;
    left: -10px;
    top: 0;
}
.normail-design .post-content .post-feature li:last-child {
    float: right;
    padding: 0 20px;
    background: #2d2e32;
}
.normail-design .post-content h2 {
    color: #0d0d0f;
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 20px;
}
.normail-design .post-content h2 a {
    display: block;
    color: #0d0d0f;
    font-size: 26px;
    line-height: 28px;
}
.normail-design .post-content p {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f6f6f8;
}
.normail-design .post-content .post-meta {
    float: left;
    width: 100%;
}
.normail-design .post-content .post-meta li {
    float: left;
    padding: 0 35px 0 0;
    margin: 0 35px 0 0;
    position: relative;
}
.normail-design .post-content .post-meta li figure {
    float: left;
    width: auto;
    margin-right: 20px;
}
.normail-design .post-content .post-meta li figure img {
    width: auto;
}
.normail-design .post-content .post-meta li a, .normail-design .post-content .post-meta li time {
    display: inline-block;
    font-weight: 500;
    color: #7f8187;
}
.normail-design .post-content .post-meta li small {
    display: block;
    color: #d8dadd;
    margin-top: -5px;
}
.normail-design .post-content .post-meta li:after {
    content: "/";
    color: #d8dadd;
    font-size: 40px;
    position: absolute;
    font-weight: 300;
    right: 0;
    top: -12px;
}
.normail-design .post-content .post-meta li:last-child:after {
    display: none;
}
.normail-design .post-content .post-meta li:last-child {
    padding: 0;
    margin: 0;
}
.blog-left {
	float: left;
	width: 70%;
}
.sidebar_blog {
	float: right;
	width: 25%;
	box-shadow: 0 0 5px rgb(0 0 0 / 20%);
}
.widget_search {
    float: left;
    width: 100%;
    padding: 30px;
	box-sizing: border-box;
    border-bottom: 1px solid #ededed;
}
.widget_search h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: default !important;
}
.widget_search input[type=text] {
    width: 115px;
    float: left;
    background: #f2f2f2;
    border: none;
    padding: 0 15px;
    height: 46px;
    color: #666;
}
.widget_search input[type=submit] {
	float: left;
    position: relative;
    border: none;
    cursor: pointer;
    width: 80px;
    height: 46px;
    background: #105160;
    color: #FFF;
    font-weight: bold;
}
.widget_categories {
	float: left;
    width: 100%;
    padding: 30px;
	box-sizing: border-box;
    border-bottom: 1px solid #ededed;
}
.widget_categories h2 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    cursor: default !important;
}
.widget_categories .cat-item {
	margin-bottom: 10px;
}
ul.products li a.button {
	background-color: #e2bd6b; /* For browsers that do not support gradients */
	background-image: linear-gradient(to right, #e2bd6b, #f5e4a3);
	padding: 10px 30px;
	border-radius: 0;
	color: #105160 !important;
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
}
ul.products li a.button:hover {
	background: #105160;
	color: #FFF !important;
}
.menu-item-953 , .menu-item-954 {
	display: none;
}
.main-product {
	position: relative;
}
.main-product .shop-widget {
	position: absolute;
    right: 0;
    top: 68px;
}
.woocommerce-ordering select {
	display: none !important;
}
.post_user_greeting_card {
	width: 1170px;
	margin: 0 auto;
    padding: 80px 0;
}
.post_user_edited_card {
	float: left;
	width: 48%;
	margin-bottom: 50px;
}
.post_user_edited_card img {
	width: 100%;
}
.button.post_greeting_card_front , .button.post_greeting_card_back {
	margin: 20px 0 0 0 !important;
}
.post_greeting_card_status , .action_functionality , .post_set_date , .post_set_month {
	padding: 10px 20px;
	border:1px solid #CCC;
	border-radius: 0;
}
.post_user_greeting_card td {
	padding: 10px 0;
}

@media screen and (max-width: 1024px) {
	.slider-product .slick-slide{
       padding: 0 30px;
    box-sizing: border-box;
}
	.post_choose_card_back {
	margin: 20px 0 0 0 !important;
}
	.menu-item-953 , .menu-item-954 {
		display: block !important;
	}
	.cart_link {
		display: none !important;
	}
	.container {
		width: 90%;
	}
	.halo_golden , .user-btn {
	    display: none;
	}
	header nav {
		display: none;
	}
	.time-capsule .left {
		width: 100%;
		padding-bottom: 30px;
	}
	.time-capsule .right {
		width: 100%;
	}
	.concierge .left {
		width: 100%;
	}
	.concierge .right , .featured-storeis {
		width: 100%;
		padding-bottom: 30px;
	}
	footer .newsletter h2 {
    	font-size: 21px;
	}
	.ecards-carding .left {
		width: 100%;
	}
	.ecards-carding .right {
		width: 100%;
		padding: 0;
		margin-top: 30px;
	}
	.login-btn a , footer .newsletter ul li input[type=submit] {
    	padding: 10px 50px !important;
	}
	footer .newsletter {
		width: 100%;
	}
	footer .newsletter ul li {
		width: 100%;
		margin: 0 0 15px 0 !important;
	}
	footer .right {
		width: 100%;
		float: left;
	}
	footer .right ul.quicklinks li {
		width: 100%;
	}
	.featured-storeis ul li, .favourites-home ul li {
		width: 100%;
		margin: 0 0 30px 0 !important;
	}
	.vertical-center h3 {
		font-size: 14px;
		margin: 0;
	}
	.vertical-center h1 {
		font-size: 20px;
		margin: 0;
	}
	.vertical-center a {
		    margin: 5px 0 0 0;
    padding: 8px 15px !important;
    font-size: 13px;
	}
	.vertical-center a img {
		width: 120px;
	}
	.login-btn {
		display: none;
	}
	.login-btn img {
		width: 150px;
	}
	.favourites-home {
		padding-bottom: 50px;
	}
	.time-capsule .left h2, .favourites-home h2, .ecards-carding .right h2, .concierge .right h2, .featured-storeis h2 {
		font-size: 30px;
	}
	header.main {
    	padding: 20px 0 25px 0;
	}
	.blog-left {
		width: 100%;
	}
	.sidebar_blog {
		width: 100%;
	}
	.post_generate_image_section {
		position: absolute !important;
		bottom: 9px;
    	right: 6px;
		margin: 0 !important;
	}
	.post_generate_image {
		padding: 6px !important;
    font-size: 11px;
    border: none;
	}
	.post_card_text {
		position: absolute !important;
		bottom: 20px;
		width: 316px;
    box-sizing: border-box;
	}
	.skeleton-text {
		height: auto !important;
	}
	.post_card_font_size {
    	width: 73px;
	}
/* 	.canvas-container , .canvas-container canvas {
		width: 320px !important;
		height: 300px !important;
	} */
	.normail-design .post-content {
		padding: 30px;
	}
	.wbb_view_bundle_popup_inner {
		width: 90% !important;
		padding-bottom: 100px;
		top: 150px !important;
	}
	.logo {
		width: 220px;
	}
	.woocommerce-MyAccount-navigation {
		margin-bottom: 40px;
	}
	.woocommerce-MyAccount-content p.form-row , .post_edit_profile p.post-fields-half {
		width: 100% !important;
	}
	.card-body table td {
		width: 100% !important;
		display: block !important;
	}
	.post_fontfamilies {
		padding: 4px;
		vertical-align: top;
	}
	.main .card {
		padding: 20px !important;
	}
	.main {
		width: 100% !important;
		box-sizing: border-box;
	}
	.sidenav {
		width: 100% !important;
	}
	.slick-prev {
		position: absolute;
		margin: 82px 0 0 -10px;
		background: #105160;
		border: none;
		cursor: pointer;
		z-index: 999999;
		display: block !important;
	}
	.slick-next {
		position: absolute;
		margin: 82px 10px 0 0;
		right: 0;
		background: #105160;
		border: none;
		cursor: pointer;
		z-index: 999999;
		display: block !important;
	}
	.slick-next i , .slick-prev i {
		color: #FFF;
	}
	.mob-menu-header-holder {
		z-index: 99999 !important;
	}
	.ring-banner {
		width: 190px !important;
		margin: -10px 0 0 -43px !important;
	}
}