body {
    background-color: #111111;
    margin: 0;
    overflow-x: hidden;
    cursor: url(../img/cursor/cursor.svg), default !important;
    font-family: "Open Sans", sans-serif;
}

a {
    cursor: url(../img/cursor/cursor-2.svg), default !important;
}

a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.links_bar > a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}

.links > a:hover {
    text-decoration: underline;
    text-underline-offset: 2px;
}
  
.bg {
    position: fixed;
    top: -50%;
    left: -50%;
    right: -50%;
    bottom: -50%;
    width: 200%;
    height: 200vh;
    background: transparent url('../../../assets.iceable.com/img/noise-transparent.png') repeat 0 0;
    background-repeat: repeat;
    animation: bg-animation .2s infinite;
    opacity: .9;
    visibility: visible;
    z-index: -1;
}

.header {
    z-index: 999;
    padding-bottom: 25px;
    padding-top: 25px;
    border-bottom: 1px solid #2E2E2E;
}
  
@keyframes bg-animation {
    0% { transform: translate(0,0) }
    10% { transform: translate(-5%,-5%) }
    20% { transform: translate(-10%,5%) }
    30% { transform: translate(5%,-10%) }
    40% { transform: translate(-5%,15%) }
    50% { transform: translate(-10%,5%) }
    60% { transform: translate(15%,0) }
    70% { transform: translate(0,10%) }
    80% { transform: translate(-15%,0) }
    90% { transform: translate(10%,5%) }
    100% { transform: translate(5%,0) }
}

.container {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    display: flex;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 26px;
    line-height: 120%;
    color: #05B3FF;
    text-decoration: none;
}

.logo_img {
    padding-right: 7.5px;
}

.links_bar > a {
    padding-left: 20px;
    color: #05B3FF;
    text-decoration: none;
}

.products {
    width: 100%;
    height: 335px;
    border: 1px solid #2E2E2E;
    margin-top: 32px;
    padding: 40px;
    display: flex;
    box-sizing: border-box;
}

h1 {
    color: #05B3FF;
    margin: 0;
}

p {
    color: white;
}

.product_image {
    padding-right: 40px;
}

.button_buy {
    width: 175px;
    height: 45px;
    border: 1px solid #05B3FF;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #05B3FF;
    margin-top: 30px;
}

.button_buy:hover {
    background-color: #000000;
}

.tags {
    display: flex;
    justify-content: space-between;
    margin-top: 23px;
}

.tag {
    max-width: 150px;
    height: 30px;
    border: 1px solid #05B3FF;
    border-radius: 25px;
    font-size: 14px;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #05B3FF;
    padding-left: 15px;
    padding-right: 15px;
}

.product-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.footer {
    padding-top: 30px;
    padding-bottom: 30px;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #2E2E2E;
    color: #05B3FF;
    margin-top: 32px;
}

.direction {
    display: flex;
    justify-content: space-between;
}

.container-footer {
    display: flex;
    justify-content: flex-end;
}

.products_list {
    margin-top: auto;
    margin-bottom: auto;
}

.links > a {
    color: #05B3FF;
    text-decoration: none;
}

.product_image {
    width: 458px; 
    height: 257px;
}

.author {
    font-size: 14px;
    font-weight: 600;
    color: white;
}

hr {
    margin-top: 10px;
    margin-bottom: 10px;
}

.product_header {
    margin-top: 50px;
}

.product_body {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.left_bar {
    max-width: 793px;
    height: 504px;
    border: 1px solid #2E2E2E;
    padding: 20px;
    box-sizing: border-box;
}

.right_bar {
    max-width: 387px;
    width: 100%;
    height: 502px;
    border: 1px solid #2E2E2E;
}

.rightbar_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

.tag_ad {
    display: flex;
    align-items: center;
    font-size: 14px;
    padding-top: 5px;
}

.tag_ad > img {
    padding-right: 15px;
}

.additional_info {
    color: white;
    padding-top: 10px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

.warning_span {
    color: #05B3FF;
    font-size: 18px;
}

.warning_info{
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.buy_btn {
    max-width: 337px;
    width: 100%;
    height: 80px;
    background-color: #05B3FF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    margin-top: 40px;
}

.product_full_description {
    margin-top: 20px;
    max-width: 793px;
}

p {
    color: whitesmoke;
}

.buy_btn:hover {
    background-color: #13131300;
    color: #05B3FF;
    border: 1px solid #05B3FF;
    box-sizing: border-box;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

::-webkit-scrollbar-track {
  background-color: #2E2E2E;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  background-color: #05B3FF;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #05B3FF;
}
