/*
Theme Name: Hamrobox Market
Theme URI: https://www.hamrobox.com
Author: Sada Khanal
Description: a minimalist custom theme for ecommerce
Version: 7.0.0
License: GNU General Public License v3 or later
Tags: minimalist, light, ecommerce, development
*/
@font-face {
    font-family: 'Mukta';
    src: url('<?php bloginfo('template_directory'); ?>/fonts/Mukta-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}
html {
    font-family: 'Mukta', Arial;
    font-size: 16px;
    color: #1d1d1d;
    line-height: 1.42857143;
    font-weight: 400;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
body {
    margin: 0;
    background-color: #FBFBFA;
}
body,
html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
[hidden],
template {
    display: none;
}
a {
    color: #1e1915;
    text-decoration: none;
}
a:active,
a:hover,
a:visited {
    outline: 0;
    text-decoration: none;
}
input:focus,
textarea:focus {
    outline: none;
}
abbr[title] {
    border-bottom: 1px dotted;
}
b,
strong {
    font-weight: 600;
}
dfn {
    font-style: italic;
}
h1 {
    font-size: 1.3rem;
}
h2 {
    font-size: 1.2rem;
}
h3 {
    font-size: 1.1rem;
}
mark {
    padding: 0 0.2rem;
}
small {
    font-size: 80%;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
    max-width: 100%;
    height: auto;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 0;
}
hr {
    box-sizing: content-box;
}
pre {
    overflow: scroll;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
fieldset {
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
    border-radius: 5px;
}
legend {
    border: 0;
    padding: 0;
}
optgroup {
    font-weight: bold;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    clear: both;
}
label {
    font-size: 1rem;
}
blockquote {
    font-style: italic;
    border: 0;
    position: relative;
    text-align: center;
    font-size: 1.2rem;
    line-height: 1.44;
    margin-top: 2.57143em;
    margin-bottom: 2.14286em;
    padding-top: 1.71429em;
    padding-bottom: 1.71429em;
    font-weight: bold;
}
blockquote blockquote {
    font-size: 1em;
    margin-bottom: 0;
    padding-bottom: 0;
}
blockquote cite {
    display: block;
    margin-top: 1.5em;
    font-size: 0.7rem;
    line-height: 1.5;
    font-style: normal;
}
address {
    margin: 0 0 1.5em;
}
pre {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-size: 15px;
    font-size: 0.9375rem;
}
abbr,
acronym {
    cursor: help;
}
ins,
mark {
    text-decoration: none;
}
big {
    font-size: 125%;
}
html {
    box-sizing: border-box;
}
*,
*:after,
*:before {
    box-sizing: inherit;
}
hr {
    box-sizing: content-box;
}
dl,
ol,
p,
table,
ul {
    margin: 0 0 1rem;
}
ol li ol,
ul li ul {
    margin-bottom: 0;
}
li > ol,
li > ul {
    margin-bottom: 0;
    margin-left: 1.5em;
}
dt {
    font-weight: bold;
}
dd {
    margin: 0 1.5em 1.5em;
}
figure {
    margin: 0 auto;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    max-width: 100%;
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: block;
}
.clearfix:after {
    clear: both;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-center {
    text-align: center;
}
.text-justify {
    text-align: justify;
}
.block {
    display: block;
}
.inline-block {
    display: inline-block;
}
.inline {
    display: inline;
}
.vertical-center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.float-left {
    float: left;
}
.float-right {
    float: right;
}
.no-padding-top {
    padding-top: 0;
}
.no-padding-bottom {
    padding-bottom: 0;
}
.padding-top {
    padding-top: 2rem;
}
.padding-bottom {
    padding-bottom: 2rem;
}
.no-margin-top {
    margin-top: 0;
}
.no-margin-bottom {
    margin-bottom: 0;
}
.margin-top {
    margin-top: 2rem;
}
.margin-bottom {
    margin-bottom: 2rem;
}
textarea {
    overflow: auto;
    height: auto;
    line-height: 1.6;
}
select {
    line-height: 1;
}
select::-ms-expand {
    display: none;
}
[type="range"] {
    width: 100%;
}
label {
    font-weight: 700;
    font-size: 1rem;
    max-width: 100%;
    display: block;
    margin: 1rem 0 0.5rem;
}
dd,
dl,
dt {
    margin: 0;
    padding: 0;
}
.svg-icon {
    height: 1.3rem;
    padding: 0 4px;
    vertical-align: middle;
}
.about-hamrobox_two .svg-icon {
    float: left;
    vertical-align: middle;
    height: 2rem;
}
.pagination-center .svg-icon {
    height: 1rem;
    vertical-align: middle;
    padding: 0;
}
.nav {
    position: fixed;
    left: 0;
    z-index: 1;
    width: 100%;
    top: 0;
}
.nav .nav-container {
    display: flex;
    align-items: center;
    max-width: 1050px;
    margin: auto;
    justify-content: space-around;
    text-align: center;
    flex-wrap: wrap;

}

.search-form {
    display: flex;
    box-shadow: none;
    border-radius: 24px;
    z-index: 3;
    height: 40px;
    margin: 0 auto;
}
.search-form:active,
.search-form:hover {
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}

.screen-reader-text {
    clip: rect(1px,1px,1px,1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}
.search_icon {
    padding: 0 15px;
    align-items: center;
    display: flex;
}
.search-wrapper {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    padding-right: 15px;
}
.search-wrapper [type=search] {
    -webkit-appearance: none;
    padding-right: 2rem;
    border: 1px solid transparent;
}
.search_filter {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    -webkit-tap-highlight-color: transparent;
    width: 100%;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none;
    border: none;
}
[type=search],
[type=search]:active,
[type=search]:focus,
[type=search]:hover {
    background: none;
}
.about-hamrobox,
.category-list-top,
.container,
.footer-container,
.footer-title,
.post-article,
.top-about-hamrobox,
.top-adv {
    max-width: 950px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}
.footer-title,
.post-article-inside {
    margin: 0 10px;
}

.top-about-hamrobox {
    padding-left: 10px;
	line-height: 1.5;

}

.container {
    width: 100%;
    padding: 15px 10px;
}

.post-horizontal {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 930px;
}
.post-list-home {
    display: inline-block;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 20px 10px;
}
.container-photo {
    position: relative;
    text-align: center;
}
.container-photo img {
    border-radius: 5px;
    box-shadow: 0 4px 14px rgba(0,0,0,.1);
}
.list-title-med {
    height: 52px;
    line-height: 1.1;
}
.footer-container {
    padding: 10px;
    margin: 0 auto;
    text-align: center;
}
.footer-container a {
    padding: 0 10px;
}
.footer-title {
    margin: 0 auto;
    text-align: center;
    padding: 10px;
}
.category-single {
    list-style: none;
    margin: 0 10px;
}
.category-list {
    float: left;
    padding: 15px;
    border-radius: 6px;
    display: flex;
    justify-content: space-between;
}
.note-list {
    text-align: center;
    padding: 6px 9px;
    white-space: nowrap;
    border-radius: 4px;
    min-width: 70px;
}

.pagination-center {
    padding: 20px 0;
    text-align: center;
}
.pagination-center a {
    margin: 0 20px;
    text-align: center;
    padding: 6px;
    white-space: nowrap;
    border-radius: 4px;
    background-color: #382110;
color: #fff;
}
.frist-column-inside img {
    max-height: 95px;
    width: initial;
    border-radius: 3px;
}
.third-column-first {
    height: 105px;
    display: flex;
    align-items: center;
}
.container-category {

    border-radius: 5px;
}
.second-column-first {
    float: left;
    width: 27%;
}
.article-search {
    overflow: hidden;
    word-wrap: break-word;
    padding: 10px 0;
    text-align: center;
}
.post-list-post-fifth,
.post-list-post-first,
.post-list-post-fourth,
.post-list-post-second,
.post-list-post-third {
    position: relative;
    float: left;
}
.container-photo-book {
  display: flex;
 gap: 8px;
 justify-content: center;
 align-items: flex-start;
 flex-wrap: nowrap;
}
.container-photo-book img {
    width: initial;
    border-radius: 8px;
}
.content-box,
.social-box {
    border-radius: 6px;
}
.go_back {
    margin-top: 15px;
    padding: 15px 10px;
    display: flex;
    justify-content: space-between;
}
.top-video-post {
    padding: 15px 20px 5px;
}
.outside-details {
    padding: 15px 20px 5px;
}
.content-inside {
    padding: 20px;
}

.related-item-top {
    display: -webkit-box;
    list-style-type: none;
    padding: 6px 6px 0;
    margin: 0;
    overflow: scroll;
    flex-wrap: initial !important;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.related-item-top::-webkit-scrollbar {
    display: none;
}
.nav {
    background-color: #faf8f6;
    box-shadow: 0 1px 2px rgba(0,0,0,0.15);
}
.nav {
    padding: 10px;
}
.container-bottom,
.nav-bottom .nav-container {
    border-top: 1px solid #d5d5d5;
    background: #faf8f6;
}
.category-list:active,
.category-list:hover,
tr:active,
tr:hover {
    background-color: rgba(99, 75, 9, 0.14);
}

.svg-icon path,
.svg-icon polygon,
.svg-icon rect {
    fill: #634b09;
}

.hb-cart-count,
.hb-cart-count-bracket{
  color: #634b09;
}

.nav-container .svg-icon{
  height: 1.8rem;
}

.nav-container .search-form .svg-icon{
  height: 1rem;
}


.svg-icon circle,
.title-card .svg-icon circle {
    stroke: #ccc;
}


.content-inside strong,
.new-post,
.note-list,
.post-sub-title,
.user-info {
    color: #333;
}

.pagination-center .svg-icon path,

.pagination-center .svg-icon polygon,

.pagination-center .svg-icon rect {
fill: #fff;
}


.container-category,
.post-article-inside,
.social-box,
tbody, tr {
    border: 1px solid #d5d5d5;
}
.search-form {
    border: 1px solid #bababa;
    background-color: #FBFBFA;
}

.article-search,
.music-row,
.top-video-post {
    border-bottom: 1px solid #d5d5d5;
}



.list_sub-title,
.top-about-hamrobox {
    color: #333;
}

::placeholder {
    color: #555555;
    font-weight: 300;
    font-size: 0.8rem;
}

.about-hamrobox-second {
    padding: 10px;
    display: flex;
}
.about-hamrobox_two {
    padding: 20px 15px 20px 10px;
    border-radius: 6px;
    display: inline-block;
    margin: 5px;
    width: 100%;
    line-height: 2.1;
font-size: 0.9rem;
}
.about-hamrobox{
  text-align: center;
  padding: 0 10px;
  font-size: 1.3rem;
  max-width: 500px;
  color: #382110;
}
.about-hamrobox_two,
.category-list,
.new-post,
.note-list,
.pagination-center a,
.post-article-inside {
    box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
.about,
.bottom-logo,
.information_title,
.list-title-med,
.nav .nav-container a,
.post-title,
.post-title,
.title-card,
.top-about-hamrobox {
    font-weight: 600;
}
.list_sub-title,
.second-column-first-inside {
    font-weight: 500;
}
.search_filter {
    font-size: 16px;
}


.title-card {
    font-size: 1.6rem;
}

.post-title {
    font-size: 1.3rem;
}
.about-hamrobox_two bold{
  font-weight: 800;
}
.footer-container,
.footer-title,
.header-social a,
.list_sub-title,
.musiclist,
.note-list,
.pagination-center,
.pagination-center a,
.second-column-second-frist-inside,
.second-column-second-second-inside,
.second-column-second-third-inside,
.user-info,
tr {
    font-size: 0.9rem;
}
.new-post {
    font-size: 0.7rem;
}
.container-photo-book img {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,.1),0 10px 13px 0 rgba(0,0,0,.11);
}

.footer-bottom {
    height: 40px;
    background: #faf8f6;
}

.hb-home-price-row{
  margin-top: 6px;
  text-align: center;
}

.hb-home-price-row-money{
font-weight:bold;
color: #382110;
}

.hb-home-price-row-condition{
font-size:10px;
background:#f0f0f0;
padding:2px 8px;
border-radius:10px;
}
.hb-sold-button {
    width: 100%;
    padding: 7px 12px;
    background: #f1f1f1;
    color: #888;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    cursor: not-allowed;
    text-align: center;
}
.hb-add-to-cart{
width:100%;
padding:8px;
background:#2e8540;
color:#fff;
border:none;
border-radius:4px;
font-size:13px;
cursor:pointer;
font-weight: 600;
}


.hb-main-photos {
    width: 100%;
    aspect-ratio: 300 / 448;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}

.hb-thumb-strip{
  display: flex;
   gap: 8px;
   justify-content: center;
   align-items: flex-start;
   flex-wrap: nowrap;
}
.hb-thumb-item {
    width: 48px;
    aspect-ratio: 300 / 448;
    object-fit: cover;
    border-radius: 4px;
    cursor: pointer;
    border: 2px solid transparent;
    display: block;
}

.hb-thumb-item.hb-thumb-active {
    border-color: #2e8540;
}

.details_name_head{
  margin-bottom: 30px;
width: fit-content;
}

.details_name_head_price{
font-size:24px;
font-weight:bold;
color: #382110;
}
.book-condition{
  background-color: #f1eee9;
}
.book-condition-header{
  font-size: 18px;
  font-weight: 500;
  padding: 12px 20px;
  border: 1px solid #e5e5e5;
}

.book-condition-header-right{
  font-weight: 600;
  margin-left:6px;
}



.condition_table {
    width: 100%;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    font-size: 0.8rem;
}

.condition_table_bottom {
    display: grid;
    grid-template-columns: 35% 65%;
    border-bottom: 1px solid #e5e5e5;
}

.condition_table_bottom.condition_table_last {
    border-bottom: none;
}

.condition_table_left {
    padding: 9px 24px;
}

.condition_table_right {
    padding: 9px 12px;
    font-weight: 600;
    color: #382110;
}

.related-item {
    width: 100px;
    padding-right: 10px;
}

.related-item img {
    border-radius: 2px;
    box-shadow: 0 3px 6px rgba(0,0,0,.1);
}


/* =========================================
   SECONDHANDKITAB
   CART & CHECKOUT
========================================= */


/* -----------------------------------------
   CHECKOUT LAYOUT
----------------------------------------- */

.hb-checkout-layout {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
}

.hb-cart-section {
    flex: 1;
    min-width: 300px;
}

.hb-customer-section {
    flex: 1;
    min-width: 250px;
}


/* -----------------------------------------
   EMPTY CART
----------------------------------------- */

.hb-empty-cart {
    text-align:center;
    margin-top: 10%;
    margin-bottom:18%;

}

.hb-empty-cart p {
    margin-bottom: 15px;
    font-weight: 600;
}

.hb-browse-books {
display: inline-block;
padding: 10px;
background-color: #F5DEB3;
border-radius: 6px;
border: 1px solid #99845d;
font-size: 0.9rem;
}


/* -----------------------------------------
   ERROR MESSAGE
----------------------------------------- */

.hb-checkout-error {
    background: #fbeaea;
    border: 1px solid #d63638;
    color: #d63638;
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
}


/* -----------------------------------------
   CART TABLE
----------------------------------------- */

.hb-cart-table {
    width: 100%;
    border-collapse: collapse;
}

.hb-cart-table th {
    padding: 10px;
    text-align: center;
}

.hb-cart-remove-heading {
    padding: 5px !important;
}

.hb-cart-row {
    text-align: center;
}

.hb-cart-row td {
    padding: 10px;
}


/* -----------------------------------------
   REMOVE BUTTON
----------------------------------------- */

.hb-cart-remove {
    padding: 5px !important;
}

.hb-remove-from-cart {
    cursor: pointer;
}


/* -----------------------------------------
   BOOK
----------------------------------------- */

.hb-cart-book {
    display: flex;
    align-items: center;
    gap: 12px;
}

.hb-cart-book-image {
    width: 50px;
    aspect-ratio: 300 / 448;
    object-fit: cover;
    border-radius: 4px;
    display: block;
}

.hb-cart-book-title {
    text-decoration: none;
}

.hb-cart-unavailable {
    color: #d63638;
    font-size: 12px;
}


/* -----------------------------------------
   PRICE
----------------------------------------- */

.hb-cart-price {
    white-space: nowrap;
}


/* -----------------------------------------
   CART TOTALS
----------------------------------------- */

.hb-cart-totals {
    margin-top: 20px;
    font-size: 15px;
}

.hb-total-row {
    margin: 20px;
    display: flex;
    justify-content: space-between;
}

.hb-delivery-note {
    margin: 20px;
    font-size: 13px;
    color: #615f5f;
    margin-top: 6px;
}
.hb-delivery-note-right {

    font-size: 13px;
    color: #615f5f;
    margin-top: 6px;
}

.hb-total-final {
    margin: 20px;
    display: flex;
    justify-content: space-between;
    font-weight: bold;
    font-size: 17px;
    border-top: 1px solid #ccc;
    padding-top: 8px;
}


/* -----------------------------------------
   CHECKOUT FORM
----------------------------------------- */

.hb-checkout-form {
    width: 100%;
}

.hb-form-field {
    margin-bottom: 14px;
}

.hb-form-field label {
    display: block;
    font-weight: 400;
    margin-bottom: 4px;
}

.hb-form-field input {
    width: 100%;
    border: 1px solid rgb(190, 189, 189);
    padding: 8px;
    box-sizing: border-box;
}


/* -----------------------------------------
   PLACE ORDER BUTTON
----------------------------------------- */

.hb-place-order {
    width: 100%;
    padding: 12px;
    background: #2e8540;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
    font-weight: 600;
}

.hb-place-order:hover {
    opacity: 0.9;
}


/* =========================================
   SECONDHANDKITAB
   ORDER CONFIRMATION
========================================= */


/* -----------------------------------------
   MAIN SUCCESS AREA
----------------------------------------- */

.hb-order-success {
    max-width: 600px;
    margin: 40px auto 60px;
    padding: 45px 30px;
    text-align: center;
}


/* -----------------------------------------
   SUCCESS ICON
----------------------------------------- */

.hb-order-success-icon {
    width: 64px;
    height: 64px;
    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #2e8540;
    color: #fff;

    border-radius: 50%;

    font-size: 32px;
    font-weight: 600;
}


/* -----------------------------------------
   TITLE
----------------------------------------- */

.hb-order-title {
    margin: 0;
    font-size: 28px;
    font-weight: 600;
    color: #382110;
}

.hb-order-subtitle {
    margin: 8px 0 25px;
    color: #777;
    font-size: 15px;
}


/* -----------------------------------------
   ORDER NUMBER
----------------------------------------- */

.hb-order-number {
    display: flex;
    flex-direction: column;
    gap: 5px;

    padding: 14px 20px;
    margin: 0 auto 12px;

    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}

.hb-order-number span {
    font-size: 12px;
    color: #777;
}

.hb-order-number strong {
    font-size: 17px;
    color: #382110;
}


/* -----------------------------------------
   TOTAL
----------------------------------------- */

.hb-order-total {
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 14px 20px;

    border-bottom: 1px solid #e5e5e5;

    font-size: 15px;
}

.hb-order-total strong {
    font-size: 18px;
    color: #2e8540;
}


/* -----------------------------------------
   MESSAGE
----------------------------------------- */

.hb-order-message {
    margin: 25px auto;
    max-width: 500px;

    color: #444;
    font-size: 14px;
    line-height: 1.7;
}

.hb-order-message p {
    margin: 0 0 12px;
}

.hb-order-contact-text {
    margin-top: 20px !important;
    color: #777;
}


/* -----------------------------------------
   CONTACT BUTTONS
----------------------------------------- */

.hb-order-contact {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;

    margin: 20px 0 25px;
}

.hb-order-contact a {
  display: inline-block;
  padding: 10px 24px;
  color: #fff;
  text-decoration: none;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 900;
}


/* WhatsApp */

.hb-order-whatsapp {
  background: #33d16b;
}


/* Instagram */

.hb-order-instagram {
    background: #ed1376;
}


/* -----------------------------------------
   CONTINUE SHOPPING
----------------------------------------- */

.hb-order-shop-button,
.hb-order-primary-button {
    display: inline-block;

    padding: 11px 25px;

    background: #2e8540;
    color: #fff;

    border-radius: 4px;

    text-decoration: none;

    font-size: 14px;
}

.hb-order-shop-button:hover,
.hb-order-primary-button:hover {
    opacity: 0.9;
}


/* -----------------------------------------
   ORDER NOT FOUND
----------------------------------------- */

.hb-order-not-found {
    max-width: 500px;

    margin: 60px auto;

    padding: 40px 20px;

    text-align: center;
}

.hb-order-not-found h2 {
    margin-bottom: 10px;
}

.hb-order-not-found p {
    margin-bottom: 25px;
    color: #666;
}

.hb-order-icon {
    width: 54px;
    height: 54px;

    margin: 0 auto 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #f1f1f1;
    color: #777;

    border-radius: 50%;

    font-size: 24px;
}


/* =========================================
   FOOTER INFO
========================================= */

.hb-footer-info {
    width: 100%;
}

.hb-footer-info-inner {
    max-width: 1200px;
    margin: 0 auto;

    display: grid;
    grid-template-columns: repeat(3, 1fr);

    gap: 50px;

    padding: 55px 30px;
}


/* -----------------------------------------
   ITEM
----------------------------------------- */

.hb-footer-info-item {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}


/* -----------------------------------------
   ICON
----------------------------------------- */

.hb-footer-info-icon {
    flex: 0 0 34px;

    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #382110;

    font-size: 24px;
    line-height: 1;
}


/* -----------------------------------------
   CONTENT
----------------------------------------- */

.hb-footer-info-content {
    flex: 1;
}

.hb-footer-info-content h3 {
    margin: 0 0 8px;

    font-size: 22px;
    line-height: 1.2;

    font-weight: 600;

    color: #382110;
}

.hb-footer-info-content p {
    margin: 0;

    max-width: 300px;

    color: #4d4d4d;

    font-size: 15px;
    line-height: 1.6;
}


/* -----------------------------------------
   BUTTON
----------------------------------------- */

.hb-footer-info-button {
    display: inline-block;

    margin-top: 16px;

    padding: 8px 16px;

    border: 1px solid #382110;
    border-radius: 4px;

    color: #382110;
    background: transparent;

    text-decoration: none;

    font-size: 13px;
    line-height: 1.3;

    transition: all 0.2s ease;
}

.hb-footer-info-button:hover {
    background: #382110;
    color: #fff;
}

/* =========================================
   RESPONSIVE
   All @media rules grouped and ordered by
   breakpoint (mobile -> desktop). Duplicate
   breakpoints merged; no rules removed.
========================================= */

@media (max-width: 600px) {

    /* ---- order confirmation (mobile) ---- */
    .hb-order-success {
        margin: 25px auto 40px;
        padding: 30px 15px;
    }

    .hb-order-title {
        font-size: 24px;
    }

    .hb-order-total {
        padding: 12px 15px;
    }

    .hb-order-shop-button {
        width: 100%;
        box-sizing: border-box;
    }

    /* ---- footer info (mobile) ---- */
    .hb-footer-info-inner {
        grid-template-columns: 1fr;
        gap: 35px;

        padding: 40px 20px;
    }

    .hb-footer-info-item {
        gap: 15px;
    }

    .hb-footer-info-content h3 {
        font-size: 20px;
    }

    .hb-footer-info-content p {
        max-width: none;
        font-size: 14px;
    }

}

@media only screen and (max-width: 650px) {

  .list-title-med {
font-size: 0.9rem;
}
.list_sub-title{
  font-size: 0.8rem;
}
.hb-home-price-row-money{
  font-size: 0.8rem;
}
.hb-home-price-row-condition{
    font-size: 0.5rem;
    padding: 2px 4px;
  border-radius: 6px;
}
.condition_table_left {
  padding: 9px 12px;
}

    .container-photo-book img {
        max-height: 300px;
    }
    .large_icons {
        display: none;
    }
    .search-form {
        max-width: 200px;
        height: 35px;
    }
    .post-list-home {
        width: calc(33.33% - 20px);
    }
    .category-list {
        width: 100%;
        margin: 10px 0;
    }
    .first-column {
        float: left;
        width: calc(30% - 1px);
        padding: 5px 5px 0;
        text-align: center;
    }
    .second-column {
        float: left;
        width: calc(40% - 14px);
        padding: 8px;
        height: 105px;
        display: flex;
        align-items: center;
        overflow: hidden;
    }
    .third-column {
        float: right;
        width: calc(30% - 4px);
        margin-right: 5px;
    }
    .second-column-second-first {
        font-size: 0.8rem;
    }
    .second-column-second-second,
    .second-column-second-third {
        display: none;
    }
    .second-column-first-inside {
        display: flex;
        align-items: center;
    }
    .second-column-first {
        float: none;
        width: 100%;
    }
    .post-list-post-first,
    .post-list-post-second,
    .post-list-post-third {
        width: 100%;

    }
    .post-list-post-second,
    .post-list-post-third {
        margin-top: 15px;
    }
    .comment-box-left {
        display: none;
    }
    .comment-box-right {
        width: 100%;
    }
    .top-about-comment {
        font-size: 1rem;
    }
    .comment-list li {
        width: 100%;
        margin: 10px 0;
    }
    .about-hamrobox_two {
        width: 100%;
    }
    .about-hamrobox-second {
        text-align:center;
    }
	.about-hamrobox_two .svg-icon{
		width:100%;
	}
    .nav {
        background-color: #f7f7f7;
        font-size: 0.9rem;
    }

    .nav-container a {
        padding-top: 7px;
    }
    .nav-container {
        padding-bottom: 5px;
    }
    .main-content {
        padding-top: 60px;
    }
    .details_name {
        font-size: 0.8rem;
    }
    .title-card {
      font-size: 1rem;
    font-weight: 900;
    }
    .guidelines tr {
font-size: 0.6rem;
line-height: 1.5;
}

    .title-card .svg-icon {
        height: 1.1rem;
    }

    .comment-list {
        padding: 0 10px;
    }

}

@media (max-width: 700px) {

    .hb-checkout-layout {
        flex-direction: column;
        gap: 30px;
    }

    .hb-cart-section,
    .hb-customer-section {
        min-width: 0;
        width: 100%;
    }

    .hb-cart-book {
        gap: 8px;
    }

    .hb-cart-book-image {
        width: 42px;
    }

    .hb-cart-row td {
        padding: 7px 4px;
    }

    .hb-cart-table th {
        padding: 7px 4px;
    }

    .hb-total-row,
    .hb-total-final,
    .hb-delivery-note {
        margin-left: 5px;
        margin-right: 5px;
    }

}

@media (max-width: 900px) {

    .hb-footer-info-inner {
        grid-template-columns: 1fr 1fr;
        gap: 40px 30px;
    }

}

@media only screen and (min-width: 651px) {

    .buy-item {
        margin: 15px 0;
    }

    .container-photo-book img {
        max-height: 350px;
    }


    .content-box {
        padding: 15px 2% 15px 20%;
    }

    .social-box {
        overflow: scroll;
    }
    .nav-bottom,
    .small_icons {
        display: none;
    }

    .search-form {
        max-width: 700px;
        min-width: 500px;

    }
    .post-list-home {
        width: calc(20% - 20px);
    }
    .category-list {
        width: calc(33.33% - 10px);
        margin: 10px 10px 10px 0;
    }
    .first-column {
        float: left;
        width: 13%;
    }
    .second-column {
        float: left;
        width: 70%;
    }
    .third-column {
        float: right;
        width: 17%;
    }
    .second-column-second {
        float: left;
        width: 73%;
    }
    .second-column-second-first {
        float: left;
        width: 40%;
    }
    .second-column-second-second,
    .second-column-second-third {
        float: left;
        width: 30%;
    }
    .frist-column-inside,
    .second-column-first-inside,
    .second-column-second-frist-inside,
    .second-column-second-second-inside,
    .second-column-second-third-inside {
        padding: 10px;
        height: 105px;
        display: flex;
        align-items: center;
    }
    .post-list-post-first {
        width: calc(35% - 5px);
        padding: 0 10px;
    }
    .post-list-post-second {
        width: calc(65% - 5px);
        padding-right: 10px;
    }
    .post-list-post-third {
        width: calc(40% - 5px);
    }
    .post-list-post-fourth {
        width: calc(50% - 15px);
        margin-right: 15px;
    }
    .post-list-post-fifth {
        width: calc(50% - 5px);
    }

    .comment-box-left {
        width: calc(30% - 5px);
        padding: 20px 0 0;
    }
    .comment-box-right {
        width: calc(70% - 5px);
    }
    .comment-respond {
        padding: 0 25px;
    }
    .main-content {
        padding-top: 90px;
    }
    .go_back {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 97%;
    }
}
