/* Normalize */
button,hr,input{overflow:visible}progress,sub,sup{vertical-align:baseline}[type=checkbox],[type=radio],legend{box-sizing:border-box;padding:0}html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}details,main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:ButtonText dotted 1px}fieldset{padding:.35em .75em .625em}legend{color:inherit;display:table;max-width:100%;white-space:normal}textarea{overflow:auto}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}[hidden],template{display:none}

/* Basic */
*, *::before, *::after { box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box; }
body { background: #0a1128; color: #f0efec; font-family: "Rajdhani"; font-size: 16px; font-weight: 400; line-height: 1.35; }
a { color: #f0efec; text-decoration: none; transition: .2s ease; }
img { max-width: 100%; height: auto; vertical-align: middle; }
.container,
.container-wide { max-width: 1260px; width: 100%; margin: 0 auto; padding-left: 30px; padding-right: 30px; }
.container-wide { max-width: 1660px; }
.site-body { padding-top: 20px; padding-bottom: 40px; min-height: 400px; }
.site-body p:empty { height: 10px; }
input, button { font-family: inherit; font-size: inherit; }
h1 { font-size: 2.4em }
h2 { font-size: 2em; }
h3 { font-size: 1.6em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1em; }
h6 { font-size: .875em; }
input[type=text],
input[type=email],
input[type=password],
input[type=number],
select { border-radius: 10px; width: 100%; padding: 12px; transition: .1s; outline: none; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.1); color: #fff; font-weight: 500; }
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=number],
select:focus { background: rgba(255,255,255,.15); }
select option { background: #fff; color: #000; }
label a { color: #fd8a02; }
ul.form-error { margin: 30px 0 0 0; padding: 0; color: red; font-size: 14px; font-weight: 500; }
ul.form-error li { list-style: none; margin-bottom: 8px; position: relative; padding-left: 24px; }
ul.form-error li::before { content: "►"; position: absolute; left: 0; }
.text-center { text-align: center; }
select,
select:focus {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    transition: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="white" height="16" viewBox="0 0 24 24" width="16" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.btn,
.topgift-offcanvas-minicart .woocommerce-mini-cart__buttons .button,
.woocommerce .topgift-checkout button,
.woocommerce-checkout form.login button,
.woocommerce-account .myaccount-section form button.button { display: inline-block; background-color: #0073aa; text-decoration: none; outline: none; border: none; color: #fff; border-radius: 10px; padding: 16px 24px 14px 24px; font-size: 1em; cursor: pointer; font-weight: 600; line-height: 1; text-transform: uppercase; transition: .2s; }
.btn:focus,
.btn:active,
.btn:hover,
.topgift-offcanvas-minicart .woocommerce-mini-cart__buttons .button:hover,
.topgift-offcanvas-minicart .woocommerce-mini-cart__buttons .button:focus,
.topgift-offcanvas-minicart .woocommerce-mini-cart__buttons .button:active,
.woocommerce .topgift-checkout button:hover { color: #fff; text-decoration: none; outline: none; }
.btn svg { fill: #ffffff; max-width: 16px; }
.btn.btn-primary { background-color: #0073aa; }
.btn.btn-primary:hover,
.woocommerce .topgift-checkout button:hover,
.woocommerce-checkout form.login button:hover,
.woocommerce-account .myaccount-section form button.button:hover { background-color: #0073aa80; }
.btn.btn-secondary { background-color: #008000; }
.btn.btn-secondary:hover { background-color: #00800080; }
.btn.btn-small { padding: 4px 12px 2px 12px; }
.btn.btn-small svg { max-width: 10px; }
.btn.btn-block { display: block; text-align: center; }
.btn.btn-bold { font-weight: 700; }
.btn:disabled { filter: grayscale(1); cursor: not-allowed; opacity: .5; }
.d-flex { display: flex; }

/* header */
.site-header { background: #0a1128; z-index: 999; }
.site-header-wrapper { display: flex; align-items: center; gap: 40px; padding: 8px 0; }
.site-branding { padding: 16px 0; }
.site-branding .site-title { margin: 0; font-size: 40px; font-weight: 600; line-height: 1; }
.header-widgets { margin-left: auto; display: flex; gap: 20px; align-items: center; }
.header-widgets i { font-size: 24px; }
.header-widgets svg { fill: #ffffff; width: 28px; }
.site-header .offcanvas-menu,
.site-header .mobile-search,
.offcanvas-nav { display: none; }

/* page header */
.page-header { text-align: center; }
.page-header h1 { margin: 0; }
.line-divider { display: block; clear: both; border: 1px solid #ffffff40; margin: 15px 0 30px 0; }

/* form */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* nav */
.site-nav .menu { margin: 0; padding: 0; display: flex; margin-inline-start: auto; margin-inline-end: auto; justify-content: center; flex-wrap: wrap; }
.site-nav .menu li { list-style: none; position: relative; padding: 0; margin: 0; display: flex; }
.site-nav .menu li a { padding: 12px 20px; font-weight: 600; font-size: 1.4rem; color: #ffffff; }
.site-nav .menu li ul { position: absolute; display: none; }

/* ajax search */
.site-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp { background: transparent; }
.site-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit { top: 50%; transform: translateY(-55%); }
.site-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input { font-family: "Rajdhani" !important; height: 50px; border-color: transparent; background: transparent; min-width: 380px; font-weight: 500; }
.site-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder { font-weight: 500; color: #ffffff80; }
.site-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover,
.site-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus { background: transparent; }
.site-header .dgwt-wcas-style-pirx .dgwt-wcas-close:not(.dgwt-wcas-inner-preloader) path { fill: #ffffff; }
.site-header .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit { background: transparent; }
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp { border: none; background: #0a1128; padding: 0; }
.dgwt-wcas-suggestion .dgwt-wcas-st,
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more .dgwt-wcas-st-more { color: #f0efec; font-weight: 600; }
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-selected { background: transparent; }

/* shadows */
.hero-slider,
.hero-slider-nav,
.currency-selector-options,
.topgift-account-dropdown,
.topgift-currency-select select,
.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp,
.site-header .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input,
.product-line-image,
.product-line-detail,
.prev-slide,
.next-slide,
.product-line-viewall,
.products-container .product-image-container img,
.product-filters .filter-group,
.products-container .product-info-container,
.pagination-container > span,
.pagination-container > a,
.filter-button,
.offcanvas-nav,
.topgift-offcanvas-minicart,
.myaccount-section,
.myaccount-section .recent-order-item,
.myaccount-popup-content,
.blog-entries .article-wrapper { box-shadow: 0px 0px 9px #354F9C, 0px 0px 9px #354F9C, 0px 0px 9px #354F9C; }

.site-branding .site-title,
.site-nav .menu li a,
.footer-widgets .menu li a:hover,
.dgwt-wcas-suggestion:hover .dgwt-wcas-st,
.dgwt-wcas-suggestion.dgwt-wcas-suggestion-more:hover .dgwt-wcas-st-more,
.hero-slider-nav-item:hover h2,
.product-line-title:hover,
.product-line-section-title,
.product-line-viewall:hover,
.promo-title,
.products-container .product-title:hover,
.product-filters li:hover,
.pagination-container > a:hover,
.blog-entries .post-detail h2:hover a,
.blog-entries .post-readmore a:hover { color: #fff; text-shadow: 0px 0px 9px #354F9C, 0px 0px 9px #354F9C, 0px 0px 9px #354F9C; }

/* currency & account dropdown */
.topgift-currency-select select { padding: 10px; border-radius: 10px; cursor: pointer; color: #fff; background: transparent; border: none; outline: none; -moz-appearance: none;-webkit-appearance: none; }
.topgift-currency-select form { position: relative; }
.currency-selector-options,
.topgift-account-dropdown { position: absolute; width: 120px; left: 50%; margin: 20px 0 0 -60px; background: #0a1128;  padding: 10px 0; border-radius: 4px; }
.currency-selector-options li,
.topgift-account-dropdown li { list-style: none; padding: 8px 10px; text-align: center; cursor: pointer; }
.currency-selector-options li:hover,
.topgift-account-dropdown li:hover a { font-weight: 700; }

.topgift-account { position: relative; }
.topgift-account-dropdown { width: 160px; margin-left: -80px; z-index: 999; display: none; }

/** wc password input */
.woocommerce form .password-input,
.woocommerce-page form .password-input { display: flex; flex-direction: column; justify-content: center; position: relative; }
.woocommerce form .password-input input[type=password],
.woocommerce-page form .password-input input[type=password] { padding-right: 2.5rem; }
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input { position: absolute; cursor: pointer; top: 50%; transform: translateY(-50%); right: 6px; }
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after { font-family: dashicons; speak: never; font-weight: 400; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; content: "\f177"; text-decoration: none; font-size: 18px; padding: 0; }

/* alerts */
.topgift-errors,
.topgift-success { margin: 1em 0 2em; padding: 0; }
.topgift-success strong { color: green; }
.topgift-errors strong { color: red; }

/* footer */
.site-footer { background: #060B1F; padding-top: 40px; }
.footer-widgets { display: flex; padding: 30px 0; }
.footer-widgets .footer-widget { flex: 1; }
.footer-widgets h3 { font-size: 30px; font-weight: 400; margin: 0 0 10px 0; }
.footer-widgets p { font-size: 18px; }
.footer-widgets .menu { margin: 0; padding: 0; }
.footer-widgets .menu li { list-style: none; padding: 0; margin: 0; display: flex; align-items: center; }
.footer-widgets .menu li:before { content: "\f105"; font-family: "FontAwesome"; }
.footer-widgets .menu li a { font-size: 21px; padding: 12px; display: block; }
.footer-widgets .our-partners { margin-bottom: 30px; text-align: right; }
.footer-widgets .accepted-payments { text-align: right; }
.footer-widgets .payment-items img { margin: 10px; }
.footer-copyright { padding: 30px 0; border-top: 1px solid #fff; text-align: center; }

/* adminbar */
#wpadminbar .button.button-primary { color: #fff; background-color: #2271b1; }

/* mini cart */
.cart-item { display: flex; gap: 20px; padding: 20px; margin-bottom: 20px; position: relative; }
.cart-item:last-child { margin-bottom: 0; }
.cart-item button { background: transparent; border: none; color: #fff; cursor: pointer; }
.cart-item-image { width: 80px; }
.cart-item-details { flex: 1; padding-right: 30px; }
.cart-item-quantity { margin: 10px 0; display: flex; align-items: center; gap: 10px; }
.cart-item-quantity button { padding: 8px 12px; font-size: 10px; background: rgba(255,255,255,.1); border-radius: 4px; }
.cart-item-quantity-input { padding: 8px 12px; }
.cart-item-remove { position: absolute; top: 20px; right: 12px; }
.cart-item-remove svg { transform: scale(.8);}
.cart-item-remove svg path { fill: #fff; }
.cart-item i { font-size: inherit; }
.cart-item .cart-item-image img { box-shadow: 0px 0px 9px #354F9C, 0px 0px 9px #354F9C, 0px 0px 9px #354F9C; border-radius: 10px; }

.cart-summaries { margin: 0 0 20px 0; padding: 0; }
.cart-summaries li { list-style: none; padding: 0; margin-bottom: 12px; display: flex; justify-content: space-between; }
.cart-summaries li.cart-total { font-weight: 700; font-size: 1.2em; }

.minicart-toggle { display: flex; align-items: center; font-size: 1.1em; font-weight: 500; gap: 8px; }
.topgift-minicart-nav { position: relative; }
.topgift-minicart-nav .minicart-wrapper { position: absolute; top: 50px; right: -40px; width: 400px; }

.topgift-minicart { background: #0a1128; box-shadow: 0px 0px 9px #354F9C, 0px 0px 9px #354F9C, 0px 0px 9px #354F9C; border-radius: 10px; }
.topgift-minicart-header { display: flex; align-items: center; padding: 10px 15px 10px 20px; border-bottom: 1px solid rgba(255,255,255,.15); justify-content: space-between; }
.topgift-minicart-header h3 { margin: 0; font-size: 1.1em; }
.topgift-minicart-header .topgift-minicart-close { background: transparent; color: #fff; box-shadow: none; border: none; cursor: pointer; padding: 8px; }
.topgift-minicart-content { padding: 20px 20px 0 20px; border-bottom: 1px solid rgba(255,255,255,.15); }
.topgift-minicart-content .cart-item { box-shadow: none; padding: 0; margin-bottom: 20px; }
.topgift-minicart-content .cart-item-image { width: 100px; }
.topgift-minicart-content .cart-item-details { padding-right: 0; }
.topgift-minicart-content .cart-item-remove { position: initial; margin-top: 8px; padding: 0; }
.topgift-minicart-content .cart-item-quantity { margin: 0 0 8px 0; }
.topgift-minicart-footer { padding: 20px; }
.topgift-minicart-footer .minicart-buttons { display: flex; justify-content: space-between; }
.minicart-empty { margin: 0; padding: 10px 0 30px 0; }

/* blog */
.blog-entries { display: flex; flex-wrap: wrap; margin: 10px -20px 30px -20px; }
.blog-entries .article { width: 33.3%; padding: 20px; }
.blog-entries .article-wrapper { background: #354F9C50; border-radius: 10px; overflow: hidden; height: 100%; display: flex; flex-direction: column; }
.blog-entries .post-image { height: 240px; padding: 20px; }
.blog-entries .post-image img { object-fit: cover; height: 100%; border-radius: 10px; object-position: center center; }
.blog-entries .post-detail { padding: 0 20px 20px 20px; display: flex; flex-direction: column; flex: 1; }
.blog-entries .post-detail h2 { margin: 0 0 20px 0; font-size: 1.2em; }
.blog-entries .post-excerpt { margin: 0 0 20px 0; }
.blog-entries .post-readmore { margin-top: auto; }
.blog-entries .post-readmore a { font-weight: 700; text-transform: uppercase; }
.blog-entries .post-footer { margin-top: auto; padding: 15px 20px; border-top: 1px solid rgba(255,255,255,.15); }

.blog-loadmore { text-align: center; }

.search-form { max-width: 400px; width: 100%; margin: 0 auto; }
.search-form .search-input { display: flex; gap: 10px; }
.not-found { padding: 80px 0; }
.not-found p { font-size: 1.1em; }
.not-found .search-form { padding-top: 20px; }

.page-entry,
.post-entry { margin: 0 auto; font-size: 1.1em; line-height: 1.5; padding: 30px 120px; border-radius: 10px; background: #354F9C50; }
.page-entry .page-content,
.post-entry .post-content { border-top: 1px solid rgba(255,255,255,.15); margin-top: 30px; padding-top: 30px; }
.page-entry .page-content li,
.post-entry .post-content li { margin-bottom: .5em; }
.post-entry .post-header { text-align: center; }
.post-entry .post-header h1 { margin: 0; }
.post-entry .post-content img { border-radius: 10px; }
.post-entry .post-content > ol:first-of-type { margin-bottom: 65px; padding: 0 0 0 1em; }
.post-entry .post-content > ol:first-of-type li { padding-left: .5em; }
.post-entry .post-footer { border-top: 1px solid rgba(255,255,255,.1); margin-top: 30px; padding: 30px 0; }
.post-entry .post-navigation { display: flex; justify-content: space-between; padding-bottom: 30px; gap: 60px; }
.post-entry .post-navigation a { max-width: 400px; display: flex; gap: 20px; align-items: center; }
.post-entry .post-navigation a.next-post { text-align: right; }
.post-entry .post-navigation small { display: block; }
.page-entry.page-wishlist .page-header { margin-bottom: 30px; }

.page-entry.page-wishlist,
.page-entry.page-order-summary { padding: 0; background: transparent; line-height: inherit; border-radius: 0; }
.page-entry.page-wishlist .page-content,
.page-entry.page-order-summary .page-content { border: none; margin-top: 0; padding-top: 0; }

.woocommerce-page .page-entry { margin: 0 auto; background: transparent; padding: 0; font-size: 1em; line-height: inherit; }
.woocommerce-page .page-entry .page-content { padding-top: 0; margin-top: 0; border: none; }

/* loader icon */
.loader-icon { width: 48px; height: 48px; border: 5px solid #FFF; border-bottom-color: transparent; border-radius: 50%; display: inline-block; box-sizing: border-box; animation: rotation 1s linear infinite; }
.btn .loader-icon { width: 16px; height: 16px; border-width: 2px; }
.btn:has(.loader-icon) { display: inline-flex; align-items: center; gap: 8px; }
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
#preloader { text-align: center; width: 100%; }

.cart-processing { position: relative; overflow: hidden; }
.cart-processing::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,.1); z-index: 999; }
.cart-processing::after { position: absolute; top: 50%; left: 50%; margin-top: -10px; margin-left: -10px; z-index: 9999; content: ""; width: 20px; height: 20px; border: 2px solid #FFF; border-bottom-color: transparent; border-radius: 50%; display: inline-block; box-sizing: border-box; animation: rotation 1s linear infinite; }

/* tablet */
@media screen and (max-width: 1024px) {
    .site-header .offcanvas-menu,
    .site-header .mobile-search { display: block; }
    .site-header .header-search { display: none; }
    .site-header .site-title { font-size: 32px; }
    .site-header .site-branding { padding: 8px 0 4px 0; }
    .site-header .header-widgets i { font-size: 20px; }
    .site-header .topgift-currency-select select { padding: 4px 10px; }
    .site-header-wrapper { gap: 12px; }
    .offcanvas-menu i { font-size: 20px; }
    .site-nav { display: none; }
    .currency-selector-options, 
    .topgift-account-dropdown { left: auto; margin-left: 0; right: 0; margin-top: 12px; }
    
    /* offcanvas navigation */
    .offcanvas-nav { overflow: hidden; padding-bottom: 40px; transition: .2s; display: block; z-index: 99999; position: fixed; width: 400px; max-width: 80%; top: 0; left: -100%; background: #0a1128; height: 100vh; }
    .offcanvas-nav .offcanvas-header { gap: 12px; display: flex; padding: 16px 30px; align-items: center; border-bottom: 1px solid #354F9C; }
    .offcanvas-nav .offcanvas-title { font-weight: 700; font-size: 20px; }
    .offcanvas-nav .offcanvas-close { margin-left: auto; }
    .offcanvas-nav .offcanvas-back { display: none; }
    .offcanvas-nav .offcanvas-body { position: relative; height: 100%; }
    .offcanvas-nav .menu { margin: 0; padding: 20px 0; }
    .offcanvas-nav .menu ul { transition: .2s; background: #0a1128; right: -100%; position: absolute; top: 0; width: 100%; height: 85%; margin: 0; padding: 20px 0; overflow-y: auto; }
    .offcanvas-nav .menu li { padding: 8px 30px; list-style: none; }
    .offcanvas-nav .menu li a { font-weight: 500; font-size: 18px; display: flex; align-items: center; }
    .offcanvas-nav .menu li a i { font-size: 14px; margin-left: auto; }
    .offcanvas-nav.offcanvas-active { left: 0; }
    .offcanvas-nav .sub-menu.active { right: 0; display: block; }
    body.admin-bar .offcanvas-nav,
    body.admin-bar .topgift-offcanvas-minicart { top: 32px; height: calc(100vh - 32px); }
    body.offcanvas-active { overflow: hidden !important; height: 80vh; }
    body.offcanvas-active::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.5); backdrop-filter: blur(4px); z-index: 9999; }

    /* search mobile */
    .dgwt-wcas-overlay-mobile { background: #0a1128; }
    .dgwt-wcas-style-pirx.dgwt-wcas-search-wrapp-mobile .dgwt-wcas-sf-wrapp { background: transparent; padding: 0; }
    .dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return { background: rgba(255,255,255,.25); height: 60px; width: 60px; padding: 0; display: inline-flex; align-items: center; justify-content: center; }
    .dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg { position: initial; }
    .dgwt-wcas-open-pirx.dgwt-wcas-overlay-mobile-on .dgwt-wcas-om-bar button.dgwt-wcas-om-return svg path { fill: #fff; }
    .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input, 
    .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover, 
    .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:focus {
        background: rgba(255,255,255,.1) !important;
        height: 60px !important;
        border: none !important;
        font-family: inherit;
        font-weight: 500;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .dgwt-wcas-search-wrapp .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input::placeholder { color: #fff; font-weight: 500; }
    .dgwt-wcas-overlay-mobile-on .dgwt-wcas-suggestions-wrapp { top: 60px !important; border: none !important; box-shadow: none; padding-top: 20px; }
}

/* mobile */
@media screen and (max-width: 768px) {
    .container,
    .container-wide { padding-left: 15px; padding-right: 15px; }
    .footer-widgets { flex-wrap: wrap; flex-direction: column; padding: 0; }
    .footer-widgets .footer-widget { width: 100%; padding: 30px 20px; border-bottom: 1px solid rgba(255,255,255,.25); }
    .footer-widgets .our-partners,
    .footer-widgets .accepted-payments { text-align: left; }
    .footer-widgets .menu li a,
    .footer-widgets p { font-size: 1.1em; }
    .site-header .site-branding { padding: 4px 0 4px 0; }
    .site-header .site-title { font-size: 24px; } 
    .site-header .topgift-currency-select { display: none; }
    body.admin-bar .offcanvas-nav,
    body.admin-bar .topgift-offcanvas-minicart { top: 46px; height: calc(100vh - 46px); }

    #wpadminbar { position: fixed; }

    .topgift-minicart-nav .minicart-wrapper { position: fixed; top: 0; left: 0; right: auto; width: 100%; height: 100%; z-index: 99999; }
    .topgift-minicart-nav .minicart-wrapper .topgift-minicart { height: 100%; border-radius: 0; overflow: scroll; padding-bottom: 60px; }
    .topgift-minicart-nav .minicart-wrapper .topgift-minicart .cart-item i { font-size: inherit; }
    body.admin-bar .topgift-minicart-nav .minicart-wrapper { top: 46px; }
}

@media screen and (max-width: 992px) {
    .blog-entries .article { width: 50%; }
    .page-entry,
    .post-entry { padding: 30px; margin: 0 auto; }
    .post-entry .post-content .hidden-heading { margin-bottom: 0 !important; }
    .post-entry .post-header h1 { font-size: 2em; }
    .woocommerce-page .page-entry { padding: 0; }
}

@media screen and (max-width: 600px) {
    .blog-entries .article { width: 100%; }
    .post-entry .post-navigation { flex-wrap: wrap; gap: 20px; padding-bottom: 0; }
    .post-entry .post-navigation a { width: 100%; max-width: none; }
}