/*
Theme Name: Solman e-shop
Version: 1.00
Author: Webrom
Author URI: https://webrom.lt
Text Domain: webrom-theme
Domain Path: /languages
*/

:root {
    --blue1: #2A375E;
    --blue2: #EAEFFF;
    --hoverBlue1: #1B223D;
    --yellow1: #F9B307;
    --hoverYellow1: #FFD24A;
    --white1: #FFFFFF;
    --black1: #242424;
    --greyText1: #767676;
    --greyBorder1: #EAEAEA;
    --greyBackground1: #F8F8F8;
    --red1: #BA2918;
    --green1: #356E40;
}

/* Hides default "Cart" button which appears after product is added to cart */
a.added_to_cart {
    display: none !important;
    pointer-events: none !important;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

/* div *{
  background-color: green;
  opacity: 0.5;
} */

a {
    text-decoration: none;
    color: var(--black1);
}

ul,
ol,
li {
  list-style-type: none;
}

.container {
    max-width: 1440px;
    margin: auto;
    width: 100%;
    padding: 0 50px;
    position: relative;
}

@media (max-width: 768px) {
    .container {
        padding: 0 20px;
    }
}

.h1,
h1 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
  font-family: "Inter";
}

.h2,
h2 {
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
  font-family: "Inter";
}

.h3,
h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 600;
  font-family: "Inter";
}

.h4,
h4 {
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
  font-family: "Inter";
}

.h5,
h5 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 600;
  font-family: "Inter";
}

.h6,
h6 {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  font-family: "Inter";
}

.body1 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    font-family: "Inter";
}

.body2 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    font-family: "Inter";
}

.body3 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: "Inter";
}

.body4 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 400;
    font-family: "Inter";
}

.body5 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-family: "Inter";
}

.body6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    font-family: "Inter";
}

.body7 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 600;
    font-family: "Inter";
}

.body8 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Inter";
}

.body9 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    font-family: "Inter";
}

.body10 {
    font-size: 22px;
    line-height: 27px;
    font-weight: 500;
    font-family: "Inter";
}

.body11 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: "Inter";
}

.button1 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 500;
    font-family: "Inter";
}

.button2 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: "Inter";
}

.button3 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    font-family: "Inter";
}

.button4 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: "Inter";
}

.button5 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: "Inter";
}

.caption1 {
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
    font-family: "Inter";
}

.caption2 {
    font-size: 14px;
    line-height: 17px;
    font-weight: 500;
    font-family: "Inter";
}

@media (max-width: 768px) {

    .h1,
    h1 {
        font-size: 30px;
        line-height: 37px;
        font-weight: 600;
        font-family: "Inter";
    }

    .h2,
    h2 {
        font-size: 28px;
        line-height: 34px;
        font-weight: 600;
        font-family: "Inter";
    }

    .h3,
    h3 {
        font-size: 24px;
        line-height: 29px;
        font-weight: 600;
        font-family: "Inter";
    }

    .h4,
    h4 {
        font-size: 22px;
        line-height: 27px;
        font-weight: 600;
        font-family: "Inter";
    }

    .h5,
    h5 {
        font-size: 20px;
        line-height: 25px;
        font-weight: 600;
        font-family: "Inter";
    }

    .h6,
    h6 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 600;
        font-family: "Inter";
    }

    .body1 {
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        font-family: "Inter";
    }

    .body2 {
        font-size: 14px;
        line-height: 17px;
        font-weight: 400;
        font-family: "Inter";
    }

    .body3 {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        font-family: "Inter";
    }

    .body4 {
        font-size: 12px;
        line-height: 15px;
        font-weight: 400;
        font-family: "Inter";
    }

    .body5 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        font-family: "Inter";
    }

    .body6 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 500;
        font-family: "Inter";
    }

    .body7 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 600;
        font-family: "Inter";
    }

    .body8 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        font-family: "Inter";
    }

    .body9 {
        font-size: 14px;
        line-height: 17px;
        font-weight: 600;
        font-family: "Inter";
    }

    .body10 {
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        font-family: "Inter";
    }

    .body11 {
        font-size: 16px;
        line-height: 19px;
        font-weight: 400;
        font-family: "Inter";
    }

    .button1 {
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        font-family: "Inter";
    }

    .button2 {
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        font-family: "Inter";
    }

    .button3 {
        font-size: 16px;
        line-height: 20px;
        font-weight: 500;
        font-family: "Inter";
    }

    .button4 {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        font-family: "Inter";
    }

    .button5 {
        font-size: 14px;
        line-height: 17px;
        font-weight: 500;
        font-family: "Inter";
    }

    .caption1 {
        font-size: 10px;
        line-height: 12px;
        font-weight: 600;
        font-family: "Inter";
    }

    .caption2 {
        font-size: 12px;
        line-height: 15px;
        font-weight: 500;
        font-family: "Inter";
    }
}