.site {
    overflow-x: hidden;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.navbar {
    font-size: 25px;
    line-height: 25px;
}

.dropdown-menu {
    top: 62px;
}

.mainSliderContainer {
    padding: 0 !important;
    margin-left: 390px;
}

/* Arrows */
.bigArrows .slick-prev,
.bigArrows .slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 35%;

    display: block;

    width: 61px;
    height: 128px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: #4E4E4E;
    border: none;
    outline: none;
    background: #FFFAB8;

    z-index: 20;
}
.bigArrows .slick-prev:hover,
.bigArrows .slick-prev:focus,
.bigArrows .slick-next:hover,
.bigArrows .slick-next:focus
{
    color: #4E4E4E;
    outline: none;
    background: #F4E14A;
}
.bigArrows .slick-prev:hover:before,
.bigArrows .slick-prev:focus:before,
.bigArrows .slick-next:hover:before,
.bigArrows .slick-next:focus:before
{
    opacity: 1;
}
.bigArrows .slick-prev.slick-disabled:before,
.bigArrows .slick-next.slick-disabled:before
{
    opacity: .25;
}

.bigArrows .slick-prev:before,
.bigArrows .slick-next:before
{
    content: " ";
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    height: 128px;
    width: 61px;
    top: 0;
    left: 0;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.bigArrows .slick-prev
{
    left: -25px;
}
.bigArrows .slick-prev:before
{
    background-image: url(/images/left.png);
}

.bigArrows .slick-next
{
    right: -25px;
}
.bigArrows .slick-next:before
{
    background-image: url(/images/right.png);
    left: 2px;
}

.pt-90 {
    padding-top: 90px;
}

.pt-45 {
    padding-top: 45px;
}

.pb-90 {
    padding-bottom: 90px;
}

.mt-90 {
    margin-top: 90px;
}

.mb-90 {
    margin-bottom: 90px;
}

.blue-container {
    background-color: #F6F9FC;
    background-image: url(/images/blue-background.png);
    background-repeat: no-repeat;
    background-position: top right;
}

.fs-20 {
    font-size: 20px;
}

.fs-14 {
    font-size: 14px;
}

@media (max-width: 1600px) {
    .fs-md-16 {
        font-size: 16px !important;
    }
}

.of-h {
    overflow: hidden;
}

.img-newsletter {
    max-width: 54px;
    max-height: 54px;
    margin-bottom: 16px;
}

.design-block {
    background-color: #4E4E4E;
    color: #989899;
    font-size: 20px;
    line-height: 20px;
    padding: 30px;
}

.design-block a {
    text-decoration: none;
    color: #989899;
}

.design-block a:hover {
    text-decoration: underline;
    color: #989899;
}

.profile-menu {
    color: #4E4E4E;
    font-size: 20px;
    background: rgba(207, 229, 255, 0.4);
    padding: 10px;
}

.profile-menu h3 {
    padding: 20px 26px;
    font-weight: 900;
}

.profile-menu div {
    width: 100%;
}

.profile-menu a {
    padding: 14px 20px;
    width: 100%;
    display:block;
    margin: 0;
    color: #4E4E4E;
}

.profile-menu a.active, .profile-menu a:hover, .profile-menu a:focus {
    background: rgba(255, 255, 255, 0.4);
    text-decoration: none;
}

.found-products {
    font-size: 45px;
    line-height: 45px;
    margin-left: 20px;
}

@media (max-width: 1680px) {
    .found-products {
        font-size: 26px;
    }
}

.dropdown-menu {
  font-size: 20px;
}

.logo-text:hover {
    text-decoration: none;
}

.product-name {
    color: #2767B4;
    font-size: 36px;
    font-weight: bold;
}

.product-price {
    color: #707070;
    font-size: 25px;
}

.listItem .info .status {
    color: #2767B4;
    font-size: 20px;
}


.listItem {
  background: #F1F3F5;
}

.listItem.even {
  background: #ffffff;
}

.w-300 {
    width: 300px;
}

.cart-icon-delete:hover {
    text-decoration: none;
}

.cart-icon-delete div {
    width: 27px;
    height: 32px;
    background: url('/images/delete.png');
}

.cart-icon-delete:hover div {
    background: url('/images/delete-hover.png');
}

.text-bold {
    font-weight: bold;
}

.basketTable .image-td {
    padding-left: 0;
}

.basketTable .image-td img {
  border: 1px solid #CFE5FF;
  border-radius: 5px;
  padding: 10px;
  flex-shrink: 0;
  max-width: 160px;
  max-height: 160px;
  flex-basis: 160px;
}
.basketTable .image-td:hover img {
  border: 1px solid #D2D2D2;
}

.alert {
    margin-top: 30px;
    margin-bottom: 30px;
}

.prevOrders .basketItem img {
  max-width: 100px;
  max-height: 100px;
  flex-basis: 100px;
  flex-shrink: 0;
  border: 1px solid #CFE5FF;
  border-radius: 5px;
  padding: 10px;
}
.prevOrders .basketItem:hover img {
  border: 1px solid #D2D2D2;
}

.prodGallery {
    border: 1px solid #D9D9D9;
}

.prodGallery .slick-track {
    display: flex;
    align-items: center;
}

.prodThumbs .slick-slide {
    border: 1px solid #D9D9D9;
    max-width: 90px;
    margin-bottom: 10px;
    cursor: pointer;
}

.prodThumbs .slick-track {
    max-width: 90px;
}

.prodThumbs .slick-slide.slick-current {
    border: 1px solid #CFE5FF;
}

.prodThumbs.slick-vertical .slick-arrow.slick-prev {
    top: -30px;
    left: 50%;
    transform: translateX(-100%);

    width: 24px;
    height: 24px;

    -webkit-transform: rotate(90deg) translateY(-6px);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg) translateY(-6px);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg) translateY(-6px);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg) translateY(-6px);
    -o-transform-origin: left top;
    transform: rotate(90deg) translateY(-6px);
    transform-origin: left top;
}

.prodThumbs.slick-vertical .slick-arrow.slick-next {
    top: auto;
    right: auto;
    bottom: -30px;
    left: 50%;
    transform: translateX(-100%);

    width: 24px;
    height: 24px;

    -webkit-transform: rotate(90deg) translateY(-6px);
    -webkit-transform-origin: left top;
    -moz-transform: rotate(90deg) translateY(-6px);
    -moz-transform-origin: left top;
    -ms-transform: rotate(90deg) translateY(-6px);
    -ms-transform-origin: left top;
    -o-transform: rotate(90deg) translateY(-6px);
    -o-transform-origin: left top;
    transform: rotate(90deg) translateY(-6px);
    transform-origin: left top;
}

.prodThumbs .slick-list {
    margin-right: -1px;
}

.prodThumbs {
    width: auto;
}

.contactItems {
    margin-bottom: -90px;
}

.contactItems h3 {
    color: #272727;
    font-weight: 900;
    font-size: 26px;
}

.contactItems .contactItem {
    background: #fff;
    border: 1px solid #E2E2E2;
    border-right: none;
    color: #4E4E4E;
    font-size: 20px;
    padding: 50px 20px;
}

.contactItems div:last-child .contactItem {
    border-right: 1px solid #E2E2E2;
}

.contactItems .contactItem span {
    color: #2767B4;
    font-weight: bold;
}

.contact-description {
    font-size: 26px;
    line-height: 38px;
    font-weight: 900;
    margin-bottom: 80px;
}

.container-fluid.blue-background {
    background: #F6F9FC;
    padding: 200px 0 100px 0;
}