.mail-grid-right1 {
           height: 400px;
}

.breadcrumb .active {
        color: #821d03;
}

.page-title  {
       color: #FFAA3A !important;
        font-size: 32px;
}

.front-little-posters img {
       box-shadow: 1px 1px 4px #666;
       margin-bottom: 0 !important; 
       padding-bottom: 0 !important;
}

.pd-logos img {
      transition: .2s all;
      -webkit-transition: .2s all;
      -moz-transition: .2s all;
      -ms-transition: .2s all;
}

.pd-logos img:hover {
      transform: scale(1.12);
      -webkit-transform: scale(1.12);
      -moz-transform: scale(1.12);
      -ms-transform: scale(1.12);
}

.fotorama__stage {
       background-color: rgba(255, 255, 255, 0.81);
}

.taobao img {
     border-radius: 100%;
    border: 1px solid #d0a428;
    background-color: #d0a428;
}

.taobao img:hover {
    box-shadow: 0px 0px 7px #fff;
}

.wechat img {
      border-radius: 100%;
    border: 1px solid #5bbf25;
    background-color: #5abf23;
}

.wechat img:hover {
    box-shadow: 0px 0px 7px #5abf23;
}

.facebook img {
          border-radius: 100%;
    border: 1px solid #273ba0;
    background-color: #273ba0;
}

.facebook img:hover {
    box-shadow: 0px 0px 7px #3659d2;
}

.facebook img, .wechat img, .taobao img {
     transition: .2s ease-in;
}

.facebook img:hover, .wechat img:hover, .taobao img:hover {
     transform: scale(1.1);
}

/* Let&#039;s get this party started */
.new-products ::-webkit-scrollbar {
    width: 8px;
}
 
/* Track */
::-webkit-scrollbar-track {
    -webkit-border-radius: 10px;
    border-radius: 0px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 7px;
    background: rgba(199, 0, 16, 0.66); 
}
::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(199, 0, 16, 0.66); 
}