.tvh-header-main {
  padding: 15px 0;
  background-color: #f5f5f5;
}

.header-search-form-wrapper input {
  height: 40px;
  width: 613px;
  border: 2px solid #e9224a;
  color: #7A7A7A;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  padding: 5px 15px;
  border-radius: 0;
}

.header-search-form-wrapper input:focus {
  color: #212529;
  background-color: #fff;
  border-color: #e9224a;
  outline: 0;
  box-shadow: 0 0 0 0 rgb(13 110 253 / 25%);
}

.tvh-search-smalls {
  background-color: #e9224a;
  width: 98px;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.header-search-form-wrapper-bottom {
  font-size: 12.24px;
  margin-top: 5px;
  margin-left: 10px;
}

.tvh-flex-right {
  padding: 15px 10px;
 justify-content: flex-end;
}

.tvh-flex-right a {
  color: rgba(102, 102, 102, .85);
  text-decoration: none;
  font-size: 14px;
}

.tvh-flex-right a:hover {
  color: #000;
  text-decoration: none;
}

.tvh-contact-email {
  padding-right: 10px;
}

.tvh-contact-phone {
  padding-left: 10px;
}

.tvh-contact-time {
    border-right: 2px solid #ddd;
    border-left: 2px solid #ddd;
    padding: 0 10px;
}

.tvh-header-below {
    background-color: #e9224a;
    min-height: 40px;
}

.tvh-cate-left {
    width: 20%;
    max-width: 250px;
}

#tvh-mega-menu-wrap {
    width: 100%;
    background: #1d71ab;
    position: relative;
}

#tvh-mega-menu-title {
    background-color: #d20d35;
    text-transform: uppercase;
    padding: 10px 0 10px 15px;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

#tvh-mega-menu-title i {
    margin-right: 20px;
}

.tvh-mega-menu-wrap-mega_menu {
    position: absolute;
    top: 52px;
    left: 0;
    background-color: #434343;
    width: 100%;
    z-index: 10;
}

.tvh-mega-menu-mega_menu {
    top: 10px;
    visibility: visible;
    text-align: left;
    padding: 0 0 0 0;
    border-bottom: 3px solid #e9224a;
    margin: 0;
    padding-left: 30px;
}

.tvh-mega-menu-mega_menu li.tvh-mega-menu-item {
    padding: 10px 0;
    list-style: none;
}

.tvh-mega-menu-mega_menu a,
.tvh-mega-menu-mega_menu a:hover {
    text-decoration: none;
    color: #fff;
    text-transform: capitalize;
}

.tvh-header-bottom-nav-center {
    margin: 0;
    align-items: center;
    height: 100%;
    padding: 0;
}

.tvh-header-bottom-nav-center li.tvh-mega-menu-item {
    padding: 0 15px;
    list-style: none;
}

.tvh-header-bottom-nav-center a,
.tvh-header-bottom-nav-center a:hover {
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 14px;
    width: 100%;
    display: block;
}

.tvh-cate-right {
    width: 20%;
    align-items: center;
    justify-content: flex-end;
    height:42px;
}

.tvh-cate-right a#cartPC,
.tvh-cate-right a#cartPC:hover {
  color: #fff;
  text-decoration: none;
  height:42px;
  line-height:42px;
  display: block;
  cursor: pointer;
}

/*div#cart-popupPC {*/
/*  position: fixed;*/
/*  right: 0;*/
/*  top: 0;*/
/*  bottom: 0;*/
/*  width: 300px;*/
/*  border: 1px solid #444;*/
/*}*/
#dropback,
#dropprev{
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #000;
	z-index: 9999;
	opacity: 0.6;
	display: none;
}

.sidebar-menu {
  padding:0 28px;
}

.sidebar-menu ul {
  padding:0;
}

.sidebar-menu ul li {
  list-style: none;
}

li.tvh-items-li {
  width: 100%;
  padding: 10px 0;
  border-top: 1px solid #e9224a;
  font-weight: 500;
}

.tvh-li-items a,
.tvh-li-items a:hover {
  color:#000;
  text-decoration:none;
}

div.children {
  max-height: 0;
  overflow: hidden;
  transition: 500ms all;
  padding-left: 15px;
}

div.children.active {
  max-height: 300px;
}

.btn-toggle-nav {
  transition: all .5s ease;
  display: flex;
  align-items: center;
}

.active .btn-toggle-nav {
  transform: rotate(-180deg);
  transition: all .5s ease;
}

input.search-field.input_search_mobile {
  height: 35px;
  border: 2px solid #e9224a;
  width: 230px;
  padding: 0 10px;
  outline: none;
}

div#search-small {
  width: 35px;
  height: 35px;
  background-color: #e9224a;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
}




.off-canvas-cart{
	width: 320px;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 9999;
	background-color: #fff;
	transform: translateX(320px);
	transition: transform 0.5s;
	bottom: 0;
	overflow: auto;
}

.mobile-sidebar {
    width: 320px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
    transform: translateX(-320px);
    transition: transform 0.5s;
    bottom: 0;
    overflow: auto;
}

div.closePopUp {
  text-align: end;
}

div.closePopUp svg {
  cursor: pointer;
}

.is-divider.text-center {
  margin-left: auto;
  margin-right: auto;
  background-color:#000;
}

.tvh-inner-padding {
  padding: 0 28px;
}

ul.cart-dropdown {
  padding:0;
}

.cart-dropdown li {
  list-style: none;
  text-decoration: none;
}

.mini_cart_item-img img {
  width: 100%;
  height: 100%;
}

.mini_cart_item-text span {
  font-size: 13px;
  text-align: left;
  display: flex;
  margin: 0;
}

.product_remove a {
  text-decoration: none;
  color: #000;
}

.mini_cart_item-text strong {
  font-size: 13px;
}

.mini_cart_item .row {
  --bs-gutter-x: 0rem;
}

.mini_cart_item .col-4 {
  padding: 0 6px 0 0;
}

.mini_cart_item .col-8 {
  padding: 0 0 0 6px;
}

.woocommerce-mini-cart__total {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding:10px 0;
}

.woocommerce-button-index a,
.woocommerce-button-index a:hover {
  width: 100%;
  background-color: #e9224a;
  display: block;
  height: 42px;
  line-height: 42px;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
}

.tvh-icon-cart {
  position:relative;
}

.pos-absolute {
  position: absolute;
  bottom: 5px;
  left: 10px;
  z-index: 10;
  color: #fff;
  width: 19px;
  height: 19px;
  font-size: 12px;
  display: flex;
  justify-content: center;
  background-color: #e9224a;
  border-radius: 50%;
  box-shadow: 1px 1px 3px 0px rgb(0 0 0 / 30%);
  align-items: center;
}

.tvh-xemThem {
  width:100%;
  text-align:left;
  margin-left:20px;
  line-height:34px;
}

.tvh-xemThem a,
.tvh-xemThem a:hover {
  color:#e9224a;
  text-decoration:none;
  font-weight:500;
}

.tvh-xemThem span {
  display: inline;
  font-size: 13px;
  z-index: 1;
  padding: 5px 10px;
  box-shadow: 0 0 0 0 rgb(233,34,74);
  animation: pulse 1.5s infinite;
  transform: translateZ(0);
  transition: top .2s ease;
  border-radius: 3px;
}

@keyframes pulse {
  0% {
    @include transform(scale(.9));
  }
  70% {
    @include transform(scale(1));
    box-shadow: 0 0 0 10px rgb(237 22 80 / 0%);
  }
  100% {
    @include transform(scale(.9));
    box-shadow: 0 0 0 0 rgb(237 22 80 / 0%);
  }
}

@media only screen and (max-width: 1024px) {
  .tvh-contact-email {
      padding-right: 5px;
  }

  .tvh-contact-phone {
      padding-left: 5px;
  }

  .tvh-contact-time {
      padding: 0 5px;
  }

  .tvh-flex-right a {
      font-size: 12.5px;
  }

  .tvh-header-bottom-nav-center a,
  .tvh-header-bottom-nav-center a:hover {
      font-size: 12px;
  }

  .tvh-header-bottom-nav-center li.tvh-mega-menu-item {
      padding: 0 10px;
  }

  #tvh-mega-menu-title {
      padding: 10px 0 10px 10px;
  }

  #tvh-mega-menu-title {
      font-size: 13px;
  }

  #tvh-mega-menu-title i {
      margin-right: 8px;
  }
}

#tvh-header-pc {
  display: block;
}

#tvh-header-mb {
  display: none;
}

@media only screen and (max-width: 1023px) {
  #tvh-header-pc {
    display: none;
  }
  
  #tvh-header-mb {
    display: block;
  }
  .tvh-header-below {
    font-size:14px;
  }
  .tvh-mobile-nav-hambeger, 
  .tvh-mobile-nav-cart {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.stuck {
  top: 0 !important;
  position: fixed !important;
  /*left: 0;*/
  /*right: 0;*/
  margin: 0 auto;
  width:100%;
  z-index: 300;
  /*background-color: #d20d35;*/
  /*transition: top 0.5s linear 0s;*/
  box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

/*#tvh-header-below {*/
/*  top: -50px;*/
/*  transition: top 0.5s linear 0s;*/
/*}*/

.display-none {
  display: none !important;
}

body {
  background-color: #f4f8fa !important;
}

#mega-menu-item-ul-stuck {
    color: #000;
    top: 42px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    display: none;
    transition: all .3s;
    z-index: 10;
    left: 0;
}

#tvh-mega-menu-title:hover #mega-menu-item-ul-stuck {
    opacity: 1;
    visibility: visible;
    display: block;
    background-color: #fff;
    border-bottom: 3px solid #e9224a;
    text-transform: capitalize;
    transition: all .3s;
}

/* #tvh-mega-menu-title #mega-menu-item-ul-stuck {
    visibility: visible;
} */

#mega-menu-item-ul-stuck ul {
    margin: 0;
    padding: 0;
}

#mega-menu-item-ul-stuck ul li {
    padding: 8px 20px;
    list-style: none;
}

#mega-menu-item-ul-stuck ul li:hover a {
    color: #e9224a;
}

#mega-menu-item-ul-stuck a {
    text-decoration: none;
    color: #000;
}

.tvh-mobile-nav-logo {
    text-align: center;
}

.tvh-col-inner {
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.tvh-col-inner img {
  width: 100%;
  height: auto;
  transform: scale(1);
  object-fit: cover;
  transition: all .5s ease-out 0s;
}

.tvh-col-inner:hover img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all .5s ease-out 0s;
}

/*footer*/
.tvh-care-left {
  border: 1px solid #e9224a;
  margin-right:15px;
  width:45px;
  height:45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media(max-width:768px) {
  .tvh-footer-top .col-6,
  .tvh-footer-top .col-md-6{
    margin: 10px 0;
  }
}

@media(min-width:768px) {
  .tvh-footer-top {
    margin-top:40px;
  }
}

.tvh-care-left img {
  width:35px;
  height:35px;
  color: #e9224a;
}

.tvh-care-right-top {
  color: #e9224a;
  font-size: 16px;
  font-weight: 700;
  text-transform:uppercase;
}

.tvh-care-right-bottom {
  font-size: 13px;
}

#tvh-mySwiper-flash .swiper-button-prev,
#tvh-mySwiper-flash .swiper-button-next {
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  border: 1px solid #e9224a;
  cursor: pointer;
  padding: 15px 7px;
  background: rgba(255,255,255,.8);
  color:#e9224a;
}

#tvh-mySwiper-flash .swiper-button-prev:hover,
#tvh-mySwiper-flash .swiper-button-next:hover {
  color:#fff;
  background-color:#e9224a;
  border: 1px solid #e9224a;
}

#tvh-mySwiper-flash:hover .swiper-button-prev,
#tvh-mySwiper-flash:hover .swiper-button-next {
  opacity: 1;
  visibility: visible;
  transition: all 0.5s;
}

footer {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: rgb(230, 230, 230);
  margin-top:60px;
}

.tvh-footer-img img {
  width: 200px;
  height: auto;
}

.tvh-footer-title span {
  font-size: 14px;
  font-weight:700;
}

.tvh-footer-address ul {
  margin:0;
  padding:0;
}

.tvh-footer-address span {
  font-size:14px;
  cursor: pointer;
}

.tvh-footer-address ul li,
ul.menu-footer-footer li{
  list-style:none;
}

.menu-footer-footer a {
  text-decoration: none;
  color: #444;
}

.menu-footer-footer a:hover,
.tvh-footer-address span:hover {
  color: #e9422a;
}

@media (max-width:1023px) {
  .tvh-footer-bottom .col-lg-4,
  .tvh-footer-bottom .col-lg-2,
  .tvh-footer-bottom .col-lg-6,
  .tvh-footer-bottom .col-6 {
    margin-bottom: 25px;
  }
}

ul.menu-footer-footer {
  margin:0;
  padding:0;
  font-size: 14px;
}

.widget-title {
  display: block;
  font-size: 17px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #bcbcbc;
  color: #424242;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}

.widget-title::after {
  content: "";
  width: 30%;
  border-top: 3px solid #e9224a;
  position: absolute;
  left: 0;
  bottom: -2px;
}

.logo-pancake {
  text-align: end;
  font-size: 13px;
}

.logo-pancake img {
  height: 30px;
  width: 100px;
}

.tvh-tilte-flash {
  height: 45px;
}

.tvh-tilte-flash span {
  background-color: #e9224a;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 18px;
  padding: 12px 15px;
  border-radius: 4px 0 0 4px;
  position: relative;
}

.tvh-tilte-flash span::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 22px solid transparent;
  border-left: 15px solid #e9224a;
  border-right: 0 solid transparent;
  border-bottom: 26px solid transparent;
  position: absolute;
  top: 0;
  right: -15px;
}

.tvh-img img {
  width: 100%;
  height: auto;
}

.tvh-col-section {
  background-color: #fff;
  position: relative;
}

.tvh-col-section .tvh-img {
  object-fit: cover;
  overflow: hidden;
  width: 100%;
}

.tvh-col-section .tvh-img img {
  width: 100%;
  height: auto;
  transform: scale(1);
  object-fit: cover;
  transition: all .5s ease-out 0s;
}

.tvh-col-section:hover .tvh-img img {
  width: 100%;
  object-fit: cover;
  transform: scale(1.1);
  transition: all .5s ease-out 0s;
}

.tvh-name {
  text-transform: initial;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: 40px;
  padding: 0 8px;
}

.tvh-star i.fa {
  color: #fec106;
}

.tvh-star {
  padding: 0 8px;
}

.tvh-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 8px;
}

.tvh-price .tvh-minPrice {
  color: #e9224a;
  font-weight: 700;
  font-size: 17px;
}

.tvh-price .tvh-maxPrice {
  font-size: 12px;
  font-weight: 700;
  margin-left: 5px;
  opacity: 0.7;
}

.tvh-button {
  padding: 2px 3px;
}

.tvh-button button {
  background-color: #e9224a;
  color: #fff;
  border: 2px solid #e9224a;
  padding: 1px 5px;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 16px;
  margin: 4px 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  cursor: pointer;
  border-radius: 4px;
  text-transform: uppercase;
  width: 100%;
}

.tvh-button:hover button {
  background-color: #f8820c;
  color: #fbfafa;
  border: 2px solid #f8820c;
}

.tv-img {
  position: relative;
}

.tvh-percent {
  position: absolute;
  top: 9px;
  right: 10px;
}

.tvh-percent span {
  background-color: #e9224a;
  display: block;
  padding: 2px 5px;
  color: #fff;
  font-size: 14px;
}

.tvh-icon-show-on-hover.d-flex {
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.tvh-icon-show-on-hover .fas {
  font-size: 14px;
}

.tvh-img:hover .tvh-icon-show-on-hover {
  opacity: 1;
  visibility: visible;
  transition: all .5s;
}

.tvh-icon-show-on-hover {
  opacity: 0;
  transition: all .5s;
  visibility: hidden;
}

.tvh-icon-show-on-hover .tvh-icon-cart,
.tvh-icon-show-on-hover .tvh-icon-search {
  margin: 0 5px;
  height: 35px;
  width: 35px;
  background: rgba(0, 0, 0, .8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.tvh-icon-show-on-hover .tvh-icon-cart .fas,
.tvh-icon-show-on-hover .tvh-icon-search i {
  transform: rotate(360deg);
  transition: transform .6s ease;
}

.tvh-icon-cart:hover .fas,
.tvh-icon-search:hover i {
  transform: rotate(0deg);
  transition: transform .6s ease;
}

.tvh-popup .modal-header {
  border:none;
}

/* popup */
.tvh-popup-img img {
  width:100%;
}

@media (min-width: 576px) {
  .modal-dialog {
      max-width: 800px !important;
  }
}

.tvh-title-product-popup a,
.tvh-title-product-popup a:hover {
  color:#000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  text-decoration: none;
}

.is-divider {
  height: 3px;
  display: block;
  background-color: rgba(0,0,0,.1);
  margin: 1em 0 1em;
  width: 100%;
  max-width: 30px;
}

.price-wrapper .tvh-price-product-popup{
  display: flex;
  justify-content: space-around;
}

.tvh-pop_img img {
  width:100%;
}

.woocommerce-Price-amount {
  white-space: nowrap;
  color: #111;
  font-weight: 700;
}

.woocommerce-origin-Price-amount {
  white-space: nowrap;
  color: #111;
  opacity: .6;
  font-weight: 400;
  text-decoration: line-through;
  font-size: 15px;
}

.tvh-description-size div {
  margin-bottom: 4px;
  font-weight:600;
  font-size:16px;
}

.tvh-description-title {
  color: #ed1c24;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}

.active-show {
  height: 30px;
  border: 1px solid #444;
  padding: 5px 5px;
  cursor: pointer;
  margin-right:5px;
  display:inline-block;
  margin-bottom:5px;
  line-height:18px;
}

.active-show.active {
  border-color:#e9224a;
  background-image: url(https://statics.pancake.vn/web-media/27/84/9a/a2/7fb43bee53eb41d05ca9231375602716e773984810712acdc0cc0881.png);
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: bottom;
}

.remove {
  display:none;
}

#remove {
  text-align: right;
  margin-right: 20px;
  font-size: 14px;
  cursor: pointer;
}

.qty-btn {
  border:1px solid #444;
  background-color: #fff;
  color:#000;
  width:30px;
  height:30px;
}

.qty-btn svg {
  width: 18px;
  height: 18px;
}

.quantity-selector {
  width:35px;
  height:30px;
  text-align: center;
  outline: none;
  border:1px solid #444;
}

.btn-cart {
  margin-left: 20px;
  border:1px solid #e9224a;
  background-color: #e9224a;
  color:#fff;
  width: 200px;
  height:30px;
  font-size: 14px;
  text-transform: uppercase;
}

.tvh-description-text ul {
  margin:0;
  padding:0;
}

.tvh-description-text li {
  list-style: none;
  border-top: 1px dotted #ddd;
  padding: 3px;
}

.tvh-tabs-panel {
  margin-bottom: 8px;
  text-align: center;
  justify-content: flex-end;
  border-bottom:3px solid #e9224a;
  padding:0;
  background-color: #fff;
}

.tvh-tabs-panel li {
  list-style: none;
  padding: 5px 10px;
  cursor: pointer;
  font-size:16px !important; 
  color:#ddd;
  margin-left:5px;
}

.current {
  background-color:#e9224a;
  font-size:18px !important; 
  text-transform: uppercase;
  color:#fff !important;
  border-radius:8px;
}

.tvh-tabs-panel li h4 {
  margin: 0;
}

#vn-img-pup {
  display:block;
}


/*css vn*/
p {
  margin:0px !important;
}

.vn-title-pup {
    background-color:#e9224a;
    height: 42px;
    line-height: 42px;
    padding-left: 20px;
    padding-right: 40px;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    position: relative;
}


.vn-name-pup {
  display:flex;
  align-items: center;
}

.vn-name-pup img {
  max-width:100px;
  height:auto;
}

.vn-name-pup p{
    font-size: 18px;
    color: #333;
    font-weight: 700;
  
    padding-left: 10px;
}

.vn-nhan {
  margin-top: 10px;
    color: #333;
    font-family: Tahoma,Arial,sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3125;
}

.vn-customer-information {
    font-size: 16px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 700; 
}

.vn-name-kh {
  display:flex;
  margin-top: 10px;
}


.vn-name-kh input {
  width:50%;
  outline:none;
  font-size: 12px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  height: 26px;
}

.vn-name-kh input:last-child {
  margin-left:10px;
}

.vn-input-form {
  display:flex;
  margin-top: 10px;
}

.vn-input-form  select {
  width:33%;
  margin-left:10px;
  outline:none;
  font-size: 12px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  height: 26px;
}

.vn-input-form  select:first-child{
  margin-left:0px;
}

.vn-apartment-number {
   margin-top: 10px;
}

.vn-apartment-number input {
  width:100%;
  outline:none;
  font-size: 12px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  height: 26px;
}

.vn-apartment-number textarea {
  width:100%;
  outline:none;
  font-size: 12px;
  padding: 2px 5px;
  border: 1px solid #ccc;
  height: 60px;
}

.vn-buton button {
  width: 100%;
  height: 36px;
  background: #e9224a;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  outline: none;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.tvh-section-content-main {
  overflow-x: hidden;
}

/* scroll*/
.scrolltop {
	display: none;
	width: 100%;
	margin: 0 auto;
	position: fixed;
	bottom: 70px;
	right: 1px;
	z-index: 9999;
}

.scroll {
	position: absolute;
	right: 20px;
	background: #d20d35;
	padding: 12px 14px 7px 14px;
	text-align: center;
	margin: 0 0 0 0;
	cursor: pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	color: #fff;
	border-radius: 50%;
	border: 2px solid #fff;
}

.scroll:hover {
	background: #d20d35;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}

/*.scroll:hover .fa {*/
/*  width: 15px;*/
/*	padding-top:-10px;*/
/*}*/
.scroll .fa {
	font-size: 20px;
	margin-top: -5px;
	margin-left: 1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
}
/* end scroll*/


/*product-new*/
