@media all and (max-width : 1230px) {

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

header {
    padding: 20px 20px;
    width: calc(100% - 40px);
}

.logo {
    width: 150px;
}

.guitar-lady,
.lettering {
    margin: -36px 0px 0px 0px;
}

.made-with-love {
    top: 136px;
    width: 240px;
    display: none
}

/*--------------------------------------------------------------
Menu
--------------------------------------------------------------*/

nav {
    margin-top: 26px;
}

.button {
    font-size: 12px;
    margin-right: 0px;
    padding: 15px 24px 15px 70px;
}

.button:nth-of-type(2) {
    display: none;
}

.button-shop {
    background-position: 30px 8px;
    background-size: 28px auto;
}

}

@media all and (max-width : 960px) {

/*--------------------------------------------------------------
Sections
--------------------------------------------------------------*/

.section-2 {
    margin-top: -40vh;
}

/*--------------------------------------------------------------
Grid Content
--------------------------------------------------------------*/

.box img {
    width: 46vw;
}

.grid-item:last-of-type .box img {
    margin-left: -14vw;
    width: 28vw;
}

.slide-box img {
    width: 24vw;
}

.top-to-bottom {
    left: -25vw;
}

.box-center {
    margin-left: 3vw;
    width: 92vw;
}

.section-2 .top-section {
    top: 29vh;
}

.section-2 .top-section,
.section-3 .top-section {
    font-size: 48px;
    line-height: 58px;
    margin-left: 10%;
    width: 80%;
}

.section-3 .top-section {
    margin-top: 60px;
}

.label {
    font-size: 14px;
}

/*--------------------------------------------------------------
Three Stars
--------------------------------------------------------------*/

.three-stars img {
    width: 20px;
}

/*--------------------------------------------------------------
Ticker
--------------------------------------------------------------*/

.ticker {
    font-size: 12px;
    padding: 4px 0px 4px 0px;
}

.ticker-item img {
    height: 11px;
    margin: 2px 15px 0px 15px;
}

.ticker:nth-of-type(2),
.ticker:nth-of-type(4) {
    width: 100vh;
}

.ticker:nth-of-type(2) {
    right: calc(-100vh + 12px);
    top: -13px;
}

.ticker:nth-of-type(4) {
    left: calc(-100vh + 12px);
    top: -12px;
}

/*--------------------------------------------------------------
Product Grid
--------------------------------------------------------------*/

.product-grid {
    padding: 90px 48px 30px 48px;
    width: calc(100% - 96px);
}

.products {
    grid-template-columns: 1fr;
}

.product {
    padding-bottom: 20px;
}

.product-top,
.product-description {
    font-size: 16px;
    line-height: 22px;
}

.product h2,
.product-price {
    font-size: 18px;
    line-height: 24px;
}

.product .quantity-input,
.product select {
    font-size: 16px;
}

.custom-quantity button {
    padding: 5px 10px 6px 10px;
}

.product-category {
    top: 40px;
}

.single_add_to_cart_button,
.wc-block-components-button,
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    font-size: 12px !important;
    padding: 15px 26px 15px 26px !important;
}

/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/

.section-footer {
    padding: 100px 0px 0px 0px;
}

/*--------------------------------------------------------------
WooCommmerce Cart
--------------------------------------------------------------*/

.wp-block-woocommerce-cart {
    padding: 160px 20px 0px 20px;
    width: calc(100% - 40px);
}

.wc-block-cart__submit-container.wc-block-cart__submit-container--sticky {
    background: transparent !important;
}

.wc-block-cart__submit-container.wc-block-cart__submit-container--sticky,
.wc-block-cart__submit-container.wc-block-cart__submit-container--sticky::before {
    display: none !important;
}

/*--------------------------------------------------------------
WooCommmerce Checkout
--------------------------------------------------------------*/

.wc-block-checkout {
    float: left;
    font-size: 18px;
    padding: 120px 0px 0px 0px;
    width: 100%;
}

.wp-block-woocommerce-checkout  {
    padding: 260px 20px 0px 20px;
    width: calc(100% - 40px);
}

/*--------------------------------------------------------------
WooCommmerce Order Received
--------------------------------------------------------------*/

.woocommerce-order-received .woocommerce-order {
    padding-top: 146px;
}

}

@media all and (max-width : 670px) {

/*--------------------------------------------------------------
Sections
--------------------------------------------------------------*/

.wrapper {
    overflow-x: hidden !important;
}

/*--------------------------------------------------------------
Loading
--------------------------------------------------------------*/

.loading-image {
    width: 50vw;
}

}
