:root {
  --red:        #FF6F61;
  --red-light:  #ff867b;
}

::selection {
  background-color: var(--red);
}

body {
  color: #455361 !important;
}

html {
  font-size: 16px;
}

.menu-link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

@media (max-width: 991px){
  .u-basket {
    position: absolute;
    right: 60px;
    top: 8px;
  }
}

.menu-item:hover .menu-item-price{
  background-color: var(--red-light) !important;
}

.u-btn-primary:hover, .u-btn-primary.active {
  border-color: var(--red-light) !important;
  background-color: var(--red-light) !important;
}

.redgarnet {
  display: block;
}

.redgarnet a {
  position: relative;
  padding-left: 20px;
  margin-left: 6px;
  color: #a63113;
}

.redgarnet a:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 14px;
  height: 16px;
  background: url('../img/redgarnet.png') no-repeat;
  background-size: 14px;
}


.ms-layer {
  left: 0 !important;
}

@media (max-width: 767px) {
  .rg-address-panel {
    top: auto !important;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) {
  .rg-address-panel {
    right: 0;
  }
}


.js-tabs-mobile-control {
  position: relative;
}

.js-tabs-mobile-control:after {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 13px;
  height: 20px;
  content: '';

  border: 10px solid transparent;
  border-top: 13px solid #ff6f61;
}

.js-tabs-mobile-control:hover:after {
  border-top: 13px solid white;
}


.hamburger {
  padding: 0;
}
.hamburger-box {
  height: 17px;
  width: 25px;
}
.hamburger--slider .hamburger-inner {
  top: 0;
}
.hamburger--slider .hamburger-inner:before {
  top: 9px;
}
.hamburger--slider .hamburger-inner:after {
  top: 17px;
}


/* colors */
.u-btn-primary,
.g-bg-primary,
.u-go-to-v1:hover, .u-go-to-v1:focus:hover {
  background-color: var(--red) !important;
}
.u-block-hover:hover .g-color-primary--hover, .g-color-primary--hover:hover,
.g-color-primary {
  color: var(--red) !important;
}
.btn-primary:hover {
  background-color: var(--red-light);
  border-color: var(--red-light);
}
.u-btn-outline-primary:hover {
  color: #fff;
  background-color: var(--red) !important;;
}
.u-btn-outline-primary {
  color: var(--red);
  border-color: var(--red);
}
a:focus, a:hover {
  color: var(--red-light);
}
.u-word-break-break-all {
  word-break: break-all;
}

.robin-egg-blue {
    position: relative;
    margin-left: 8px;
    padding-left: 18px;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    color: #0cc;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out; /* Safari */
    -moz-transition: all 0.2s ease-in-out; /* Firefox */
    -o-transition: all 0.2s ease-in-out; /* Opera */

}
.robin-egg-blue:hover {
    text-decoration: none;
    color: #E2CF45;
    animation: reb-media-sign 2s infinite;
    -webkit-animation: reb-media-sign 2s infinite; /* Safari */
    -moz-animation: reb-media-sign 2s infinite; /* Firefox */
    -o-animation: reb-media-sign 2s infinite; /* Opera */
}

.robin-egg-blue:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background: #0cc;
    border-radius: 50%;
}

.robin-egg-blue:hover:before {
    animation: reb-media-coin 2s infinite;
}

@keyframes reb-media-coin {
    0% {
        background: #0cc;
        transform: translateY(-50%) scaleX(1);
    }
    25% {
        background: #0cc;
        transform: translateY(-50%) scaleX(0);
    }
    26% {
        background: #E2CF45;
    }
    50% {
        background: #E2CF45;
        transform: translateY(-50%) scaleX(1);
    }
    75% {
        background: #E2CF45;
        transform: translateY(-50%) scaleX(0);
    }
    76% {
        background: #0cc;
    }
    100% {
        background: #0cc;
        transform: translateY(-50%) scaleX(1);
    }
}

@keyframes reb-media-sign {
    0% {
        color: #0cc;
    }
    50% {
        color: #E2CF45;
    }
    100% {
        color: #0cc;
    }
}

.g-color-text {
    color: #455361;
}
