.brand-grid a,
.brand-grid a img {
    border-radius: 5px
}

.brand-grid {
    list-style: none;
    overflow: hidden;
    margin-bottom: 50px
}

@media screen and (max-width: 991px) {
    .brand-grid {
        margin-bottom: 30px
    }
}

.brand-grid a {
    float: left;
    width: calc(16.66666% - 30px);
    margin-left: 30px;
    margin-bottom: 30px
}

.brand-grid a img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    transition: filter .3s, opacity .3s;
    -webkit-transition: filter .3s, -webkit-filter .3s, opacity .3s;
    opacity: .5
}

.brand-grid a:focus img,
.brand-grid a:hover img {
    -webkit-filter: none;
    filter: none;
    opacity: 1
}

.brand-grid a>img {
    width: 100%
}

.brand-grid:not(.brand-carousel) {
    margin: 0 0 0 -30px;
    padding: 0;
    width: calc(100% + 30px)
}

.brand-grid:not(.brand-carousel) a {
    background-color: #f7f7f7
}

@media screen and (max-width: 991px) {
    .brand-grid:not(.brand-carousel) a {
        width: calc(33.33333% - 30px)
    }
}

@media screen and (max-width: 767px) {
    .brand-grid:not(.brand-carousel) a {
        width: calc(50% - 30px)
    }
}

@media screen and (max-width: 480px) {
    .brand-grid:not(.brand-carousel) {
        width: calc(100% + 15px);
        margin-left: -15px
    }

    .brand-grid:not(.brand-carousel) a {
        width: calc(50% - 15px);
        margin-left: 15px;
        margin-bottom: 15px
    }
}

.price-color {
    color: #ad3bc4 !important;
    font-weight: 600;
}

.footer-social img {
    display: inline-block;
    filter: grayscale(40%);
    width: 42px;
    height: 42px;
    line-height: 42px;
    vertical-align: top;
    text-align: center;
}

.footer-social {
    text-align: left;
    margin-top: 10px;
}

.footer-social img:hover {
    filter: grayscale(0%);
}

.fixed-btns {
    position: fixed;
    bottom: 35px;
    right: 25px;
    z-index: 1006;
    width: 50px;
    height: 50px;
}

.back-to-top {
    opacity: .9;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.back-to-top:hover {
    opacity: 1;
    background-color: #A2092D
}

.fixed-btns {
    opacity: 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.fixed-btns.is-visible {
    opacity: 1
}

.fixed-btns.demo-mode:after {
    content: " ";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #333745
}

.fixed-btns.demo-mode .top-fixed-btn {
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.fixed-btns.demo-mode .top-fixed-btn.is-visible {
    opacity: 1;
    height: 50px
}

#buy-oneclick-layer {
  display:block;
}

#buy-oneclick-layer .overlay {
  position:fixed;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background: rgba(0,0,0,0.7);
}

#buy-oneclick-layer .content{
  display:block;
  margin:10px auto;
  max-width:560px;
  min-height:300px;
  position:relative;
}

@media(max-width:550px) {
  #buy-oneclick-layer .content {
    width:90%;
    margin-top: 5px;
    height:90%;
  }
}