@charset "UTF-8";

/* CSS Document */

/*----------------------------------------------------------------

[Table of contents]

0. Common classes
1. Filter - aside / .filter-aside
2. Filter - top / .filter-top
3. Cart table / #cart-table
4. Account form / .myaccount-form

NOTE: Every section is commented before starting.


/* ----------------------------------------------------------------
   Shop buttons
-----------------------------------------------------------------*/
button.red,
.red-button {
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 600;
  background-color: #f34235;
  font-size: 13px;
  border: 2px solid #f34235;
  border-radius: 3px;
  padding: 7px 20px;
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  display: block;
  z-index: 10;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
button.red:before,
.red-button:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ffffff;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
button.red:hover,
.red-button:hover,
button.red:focus,
.red-button:focus,
button.red:active,
.red-button:active {
  color: #f34235;
  text-decoration: none;
}
button.red:hover:before,
.red-button:hover:before,
button.red:focus:before,
.red-button:focus:before,
button.red:active:before,
.red-button:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
button.red i,
.red-button i {
  font-size: 16px;
  margin-right: 10px;
}
a.red-button {
  display: inline-block;
  margin-right: 10px;
}
a.red-button:hover {
  cursor: pointer;
}
.shop-tabs ul.nav li {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
  font-family: 'Atma', cursive;
}
.shop-tabs ul.nav li a {
  color: #313131;
}
.shop-tabs ul.nav li:first-child a {
  padding-left: 15px !important;
}
.shop-tabs ul.nav li.active a {
  color: #f34235;
}
.shop-tabs .tab-content {
  padding: 10px;
}
.shop-tabs .tab-content a {
  color: #f34235;
}
.product-inner {
  padding: 70px 0 50px 0;
}

/* ----------------------------------------------------------------
  Filters
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
   Aside filter
-----------------------------------------------------------------*/
.filter-aside .filter-info {
  margin-top: 20px;
}
  /* Categoriies filter */
  .categories-filter ul {
    padding: 0;
    margin: 0;
    text-transform: uppercase;
  }
  .categories-filter ul li {
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-bottom: 10px;
    position: relative;
    border-bottom: 1px solid #ececec;
  }
  .categories-filter ul li a {
    color: #313131;
    display: block;
  }
  .categories-filter ul li a:before {
    content: "";
    background: url(../images/happykiddo_footer-list-style.png) 0 0 no-repeat;
    width: 10px;
    height: 15px;
    position: absolute;
    display: block;
    left: 0;
  }
  .categories-filter ul li a span {
    float: right;
  }
  .categories-filter ul li a:hover {
    text-decoration: none;
    color: #f34235;
    font-weight: 600;
  }
  .categories-filter ul li a:hover:before {
    background: url(../images/happykiddo_footer-list-style.png) -42px 0 no-repeat;
  }
  .categories-filter ul li:last-child {
    border-bottom: 0;
  }

  /* Prices filter */
  .price-filter .filter-info {
    padding: 0 10px;
  }
  .price-filter .slider.slider-horizontal {
    width: 100%;
  }
  .price-filter .slider.slider-horizontal .slider-track {
    height: 2px;
  }
  .price-filter .slider-selection {
    background-color: #313131;
    background-image: none;
  }
  .price-filter .slider-track-low,
  .price-filter .slider-track-high {
    background-color: #96c667;
    background-image: none;
  }
  .price-filter .slider-handle {
    background-color: #fff;
    border: 2px solid #313131;
    background-image: none;
    width: 12px;
    height: 12px;
  }
  .price-filter .value-box {
    float: left;
    width: 100%;
    font-size: 13px;
    color: #f34235;
    font-weight: 600;
    margin-bottom: 10px;
  }
  .price-filter .value-box .value-min {
    float: left;
  }
  .price-filter .value-box .value-max {
    float: right;
  }

  /* Top rated filter */
  .toprate-filter .row-height {
    margin-bottom: 12px;
  }
  .toprate-filter .row-height:last-child {
    margin-bottom: 0;
  }
  .toprate-filter .row-height .col-height {
    padding: 0;
  }
  .toprate-filter .row-height .col-height img {
    border-radius: 5px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .toprate-filter .row-height .col-height .name {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 7px;
  }
  .toprate-filter .row-height .col-height .name a {
    color: #313131;
  }
  .toprate-filter .row-height .col-height .price {
    margin-left: 15px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #f34235;
  }
  .toprate-filter .row-height .col-height .rating {
    margin-left: 15px;
    font-size: 14px;
  }
  .toprate-filter .row-height .col-height .rating i {
    color: #f0f0f0;
  }
  .toprate-filter .row-height .col-height .rating i.yellow {
    color: #fcc005;
  }
  .toprate-filter .row-height:hover img {
    border-radius: 50%;
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .toprate-filter .row-more {
    background-color: #f6f6f6;
    margin-top: 20px;
    margin-bottom: 10px;
    transition: all 0.25s ease-in;
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .toprate-filter .row-more a {
    color: #f34235;
    font-weight: 600;
    font-size: 12px;
    display: block;
    padding: 7px 12px;
    transition: all 0.25s ease-in;
  }
  .toprate-filter .row-more:hover {
    background-color: #f34235;
  }
  .toprate-filter .row-more:hover a {
    color: #fff;
    text-decoration: none;
  }
  .rating {
    font-size: 14px;
  }
  .rating i {
    color: #f0f0f0;
  }
  .rating i.yellow {
    color: #fcc005;
  }

  /* Tags filter */
  .tags-filter ul {
    margin: 0;
    padding: 0;
  }
  .tags-filter ul li {
    list-style-type: none;
    float: left;
  }
  .tags-filter ul li a {
    color: #313131;
    border-radius: 5px;
    border: 1px solid #e2e2e2;
    padding: 7px 10px;
    display: block;
    margin-bottom: 5px;
    margin-right: 5px;
  }
  .tags-filter ul li a:hover {
    color: #f34235;
    font-weight: 600;
    text-decoration: none;
  }

/* ----------------------------------------------------------------
  Top Filter
-----------------------------------------------------------------*/
.filter-top {
  border-bottom: 1px solid #ececec;
  padding: 0 5px 8px 5px;
  margin-right: 20px;
}
.filter-top .product-filter div {
  float: left;
  height: 30px;
}
.filter-top .product-filter span {
  font-size: 12px;
  color: #858585;
}
.filter-top .product-filter .display {
  color: #858585;
  margin-right: 40px;
}
.filter-top .product-filter .display span {
  position: relative;
  top: -3px;
  margin-right: 5px;
}
.filter-top .product-filter .display a {
  color: #858585;
  margin: 7px 3px;
  display: inline-block;
}
.filter-top .product-filter .display a i {
  font-size: 18px;
}
.filter-top .product-filter .display a.active {
  color: #96c667;
}
.filter-top .product-filter .display a:hover {
  color: #96c667;
}
.filter-top .product-filter .sort select {
  border: 1px solid #E4E4E4;
  padding-top: 10px;
  color: #858585;
  font-size: 12px;
  padding: 6px 10px;
  background: white;
}
.filter-top .product-filter .result {
  float: right;
  padding-top: 3px;
}
.filter-categories .category-head {
  text-transform: uppercase;
  float: left;
  font-weight: 600;
  margin-top: 10px;
  font-size: 16px;
}
.filter-categories .product-filter .display,
.filter-categories .product-filter .sort {
  float: right;
}
.filter-categories .product-filter .sort {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .filter-top {
    margin-right: 0;
  }
  .woo-products .portfolio-col {
    padding-right: 0;
  }
}

/* ----------------------------------------------------------------
  All Product Page
-----------------------------------------------------------------*/
.woo-products {
  padding-top: 20px;
}
.woo-products .portfolio-col {
  float: none;
  display: inline-block;
  vertical-align: top;
  position: relative;
  min-height: 1px;
  padding-left: 0;
  padding-right: 20px;
  margin-bottom: 20px;
}
@media (min-width: 1201px) {
  .woo-products .portfolio-col2 {
    width: 49.85555%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .woo-products .portfolio-col2 {
    width: 49.82222%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woo-products .portfolio-col2 {
    width: 49.77777%;
  }
}
@media (max-width: 767px) {
  .woo-products .portfolio-col2 {
    width: 100%;
  }
}
@media (min-width: 1201px) {
  .woo-products .portfolio-col3 {
    width: 33%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .woo-products .portfolio-col3 {
    width: 33%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .woo-products .portfolio-col3 {
    width: 49.7%;
  }
}
@media (max-width: 767px) {
  .woo-products .portfolio-col3 {
    width: 100%;
  }
}

/* Products Grid */
.products-grid .portfolio-normal .portfolio-img-box {
  height: 240px;
}
.portfolio-section .portfolio-col2 .portfolio-img-box .portfolio-img {
  height: 240px;
}
.products-grid .portfolio-normal .portfolio-img-box {
  height: 200px;
}
.products-grid .portfolio-normal .portfolio-img-box .portfolio-img {
  height: 200px;
}
.products-grid .portfolio-normal h2 {
  font-family: 'Ubuntu', sans-serif;
  font-size: 12px;
  margin-bottom: 3px;
  text-align: center;
  margin-top: 10px;
}
.products-grid .portfolio-normal h2 a {
  color: #313131;
}
.products-grid .portfolio-normal h2 a:hover {
  color: #f34235;
  text-decoration: none;
}
.products-grid .portfolio-normal .rating {
  text-align: center;
  margin-top: 5px;
}
.products-grid .portfolio-normal .portfolio-img-box {
  position: relative;
  margin-top: 8px;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
.products-grid .portfolio-normal .portfolio-img-box:hover .wrap-right {
  opacity: 0;
}
.products-grid .portfolio-normal .portfolio-img-box:hover .overlay .wrap-right,
.products-grid .portfolio-normal .portfolio-img-box:hover .overlay {
  opacity: 1;
}
.products-grid .portfolio-normal .portfolio-img-box:hover .overlay .wrap-left,
.products-grid .portfolio-normal .portfolio-img-box:hover .overlay .wrap-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.products-grid .portfolio-normal .portfolio-img-box:hover .wrap-left {
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
}
.products-grid .portfolio-normal .portfolio-img-box:hover .overlay .wrap-right {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}
.products-grid .portfolio-normal .portfolio-img-box .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.products-grid .portfolio-normal .portfolio-img-box .portfolio-img {
  width: 100%;
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask-front {
  background-color: #f34235;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-right {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left {
  position: absolute;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left-share {
  right: 90px;
  bottom: 30px;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left-favourite {
  right: 140px;
  bottom: 30px;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left-view {
  right: 190px;
  bottom: 30px;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-right .mask-front {
  background-color: #fcc005;
}
.products-grid .portfolio-normal .portfolio-img-box .date-wrap {
  width: 60px;
  height: 60px;
  z-index: 100;
  border-radius: 50%;
  background-color: #f34235;
  color: #ffffff;
  text-align: center;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.products-grid .portfolio-normal .portfolio-img-box .date-wrap p {
  position: relative;
  top: 53%;
  transform: translateY(-50%);
  margin: 0;
  padding: 0 8px;
  font-weight: 600;
  line-height: 18px;
  font-size: 15px;
  text-transform: uppercase;
}
.products-grid .portfolio-normal .portfolio-img-box .overlay .wrap-right {
  width: 60px;
  height: 60px;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.products-grid .portfolio-normal .portfolio-img-box .overlay .wrap-left {
  width: 40px;
  height: 40px;
  z-index: 1000;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform .35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask,
.products-grid .portfolio-normal .portfolio-img-box .wrap-right .mask {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  cursor: default;
  -webkit-perspective: 900px;
  -moz-perspective: 900px;
  -o-perspective: 900px;
  -ms-perspective: 900px;
  perspective: 900px;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask .mask-info,
.products-grid .portfolio-normal .portfolio-img-box .wrap-right .mask .mask-info {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask .mask-info div,
.products-grid .portfolio-normal .portfolio-img-box .wrap-right .mask .mask-info div {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-position: center center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  -ms-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform-origin: 50% 0%;
  -moz-transform-origin: 50% 0%;
  -o-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask .mask-info .mask-front,
.products-grid .portfolio-normal .portfolio-img-box .wrap-right .mask .mask-info .mask-front {
  color: #ffffff;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask .mask-info .mask-back,
.products-grid .portfolio-normal .portfolio-img-box .wrap-right .mask .mask-info .mask-back {
  background-color: #96c667;
  color: #ffffff;
  -webkit-transform: translate3d(0, 0, -70px) rotate3d(1, 0, 0, 90deg);
  -moz-transform: translate3d(0, 0, -70px) rotate3d(1, 0, 0, 90deg);
  -o-transform: translate3d(0, 0, -70px) rotate3d(1, 0, 0, 90deg);
  -ms-transform: translate3d(0, 0, -70px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -70px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-right .mask .mask-info .mask-front a,
.products-grid .portfolio-normal .portfolio-img-box .wrap-right .mask .mask-info .mask-back a {
  display: block;
  height: 70px;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask .mask-info .mask-front a,
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask .mask-info .mask-back a {
  display: block;
  height: 40px;
}
.products-grid .portfolio-normal .portfolio-img-box:hover .wrap-left a {
  display: block;
  height: 40px;
  padding-top: 11px;
}
.products-grid .portfolio-normal .portfolio-img-box:hover .wrap-right a {
  display: block;
  height: 60px;
  padding-top: 21px;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask .mask-info .mask-front i {
  color: #fff;
  font-size: 16px;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-right .mask .mask-info .mask-front i {
  color: #fff;
  font-size: 23px;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask .mask-info .mask-back a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  padding-top: 12px !important;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask .mask-info .mask-back i,
.products-grid .portfolio-normal .portfolio-img-box .wrap-right .mask .mask-info .mask-back i {
  border-radius: 50%;
  color: #ffffff;
  font-size: 23px;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask .mask-info .mask-back i {
  font-size: 20px;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask .mask-info .mask-back i:hover,
.products-grid .portfolio-normal .portfolio-img-box .wrap-right .mask .mask-info .mask-back i:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask:hover .mask-front,
.products-grid .portfolio-normal .portfolio-img-box .wrap-right .mask:hover .mask-front {
  -webkit-transform: translate3d(0, 77px, 0) rotate3d(1, 0, 0, -90deg);
  -moz-transform: translate3d(0, 77px, 0) rotate3d(1, 0, 0, -90deg);
  -o-transform: translate3d(0, 77px, 0) rotate3d(1, 0, 0, -90deg);
  -ms-transform: translate3d(0, 77px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 77px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}
.products-grid .portfolio-normal .portfolio-img-box .wrap-left .mask:hover .mask-back,
.products-grid .portfolio-normal .portfolio-img-box .wrap-right .mask:hover .mask-back {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  -moz-transform: rotate3d(1, 0, 0, 0deg);
  -o-transform: rotate3d(1, 0, 0, 0deg);
  -ms-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}

/* ----------------------------------------------------------------
  Product Inner Page
-----------------------------------------------------------------*/
.product-content h2 {
  font-size: 22px;
}
.product-content ul.price-content {
  padding: 0;
  border-bottom: 1px solid #ececec;
  padding-bottom: 7px;
}
.product-content ul.price-content li {
  list-style-type: none;
  float: left;
  margin-right: 30px;
}
.product-content ul.price-content li .new {
  color: #f34235;
  font-size: 30px;
  font-weight: 600;
}
.product-content ul.price-content li .old {
  color: red;
  text-decoration: line-through;
  margin-top: 8px;
}
.product-content ul.price-content li .old span {
  color: #cccccc;
  font-size: 20px;
  font-weight: 600;
}
.product-content div.product-ico div.rating {
  float: left;
}
.product-content div.product-ico div.rating span a {
  color: #313131;
  font-size: 12px;
  margin-left: 20px;
}
.product-content div.product-ico div.share,
.product-content div.product-ico div.favourite {
  float: right;
}
.product-content div.product-ico div.share a,
.product-content div.product-ico div.favourite a {
  color: #f34235;
}
.product-content div.product-ico div.share a:hover,
.product-content div.product-ico div.favourite a:hover {
  color: #96c667;
}
.product-content div.product-ico div.share i,
.product-content div.product-ico div.favourite i {
  font-size: 20px;
  margin-left: 15px;
}
.product-content .cart .cart-info {
  float: left;
  width: 100%;
}
.product-content .cart .cart-info .duration,
.product-content .cart .cart-info .qty {
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.product-content .cart .cart-info .duration {
  padding-right: 10px;
}
.product-content .cart .cart-btn {
  float: left;
  width: 100%;
}
.product-content .cart .cart-btn .add-cart,
.product-content .cart .cart-btn .buy-cart {
  float: left;
  width: 50%;
}
.product-content .cart .cart-btn .add-cart button,
.product-content .cart .cart-btn .buy-cart button {
  width: 100%;
}
.product-content .cart .cart-btn .add-cart {
  padding-right: 10px;
}
.product-content .cart .cart-btn .buy-cart {
  padding-left: 10px;
}
.product-content .product-gallery .hide-bullets {
  list-style: none;
  margin-top: 15px;
  padding: 0 10px;
}
.product-content .product-gallery .hide-bullets li {
  width: 25%;
  padding: 0 5px;
  float: left;
}
.product-content .product-gallery .hide-bullets img {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-right-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomright: 10px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
}
.product-content .product-gallery .hide-bullets img:hover {
  cursor: pointer;
}
.product-content .product-gallery .thumbnail {
  padding: 0;
}
.product-content .product-gallery .item,
.product-content .product-gallery .carousel {
  -webkit-border-top-left-radius: 50px;
  -webkit-border-bottom-right-radius: 50px;
  -moz-border-radius-topleft: 50px;
  -moz-border-radius-bottomright: 50px;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 50px;
  overflow: hidden;
}
.product-content .product-gallery .carousel i {
  position: absolute;
  top: 48%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
  font-size: 40px;
}
.product-content .product-gallery .carousel i.fa-angle-right {
  right: 30%;
}
.product-content .product-gallery .carousel i.fa-angle-left {
  left: 30%;
}

/* ----------------------------------------------------------------
  CART
-----------------------------------------------------------------*/
.cart-inner {
  padding: 60px 0 80px 0;
}
.shop-title-box {
  background: #96c667 !important;
}
.qty {
  padding-left: 10px;
}
.qty button {
  background-color: #e8e8e8;
  color: #ea1c24;
  height: 34px;
}
.qty .btn:hover,
.qty .btn:focus,
.qty .btn.focus {
  color: #ea1c24;
}
.qty input {
  text-align: center;
}
#cart-table {
  border: 1px solid #e2e2e2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
}
#cart-table th {
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  font-family: 'Atma', cursive;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
}
#cart-table td {
  padding: 15px 20px;
  vertical-align: middle;
}
#cart-table td.product {
  padding: 5px;
}
#cart-table td.product .name {
  margin-bottom: 5px;
}
#cart-table td.product .name a {
  color: #313131;
  font-size: 14px;
  font-weight: 600;
}
#cart-table td.product img {
  border-radius: 5px;
}
#cart-table td.total {
  font-weight: 600;
}
#cart-table tbody td {
  border: 0;
  border-right: 1px solid #e2e2e2;
}
#cart-table tbody td:last-child {
  background-color: #f7f7f7;
  color: #f34235;
}
#cart-table tbody tr:first-child td {
  padding-top: 15px;
}
#cart-table tbody tr:last-child td {
  padding-bottom: 15px;
}
#cart-table tfoot {
  text-align: right;
}
#cart-table tfoot button {
  float: right;
  margin-left: 10px;
}
#cart-table tfoot td {
  border-top: 1px solid #e2e2e2;
}
.cart-tabs .tab-content {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-radius: 0px 0px 5px 5px;
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  min-height: 298px;
  padding: 20px;
}
.cart-tabs .tab-content label {
  font-size: 13px;
}
.cart-tabs .tab-content button {
  float: right;
}
.cart-tabs.tabs-right .tab-content {
  padding: 0;
  background-color: #f7f7f7;
}
.cart-tabs.tabs-right .tab-content table tbody {
  background-color: #fff;
}
.cart-tabs.tabs-right .tab-content table tbody tr:first-child td {
  border-top: 0;
  padding-top: 30px;
}
.cart-tabs.tabs-right .tab-content table tfoot tr td {
  padding: 20px;
}
.cart-tabs.tabs-right .tab-content table tfoot tr td button {
  margin-left: 10px;
  margin-bottom: 10px;
}
.cart-tabs.tabs-right .tab-content table td {
  padding: 10px 20px;
  font-weight: 600;
}
.cart-tabs.tabs-right .tab-content table td a {
  color: #313131;
}
.cart-tabs.tabs-right .tab-content table td a span {
  color: #f34235;
}
.cart-tabs.tabs-right .tab-content table td a.red {
  color: #f34235;
}
.cart-tabs.tabs-right .tab-content table td.total {
  color: #f34235;
}

/* ----------------------------------------------------------------
  CHECKOUT
-----------------------------------------------------------------*/
.checkout-inner {
  padding: 60px 0 0px 0;
}
.checkout-inner h3 {
  color: #f34235;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 15px;
}
.checkout-inner form label {
  font-size: 13px;
}
.checkout-inner form textarea {
  min-height: 330px;
}
.checkout-inner .chekcout-info {
  margin-bottom: 45px;
}
.checkout-inner .chekcout-info .panel-default > .panel-heading {
  background-color: #fff;
  border: 1px solid #e2e2e2;
}
.checkout-inner .chekcout-info .panel-default > .panel-heading a {
  text-decoration: none;
}
.checkout-inner .chekcout-info .panel-default > .panel-heading a:hover {
  color: #f34235;
}
.checkout-inner .chekcout-info .panel-title {
  font-family: 'Atma', cursive;
  font-size: 16px;
  letter-spacing: .5px;
}
.checkout-inner .chekcout-info .panel-title > a {
  padding: 10px 20px;
}
.checkout-inner .chekcout-info .panel-default > .panel-heading + .panel-collapse > .panel-body {
  font-size: 14px;
}
.checkout-inner .chekcout-info .form-group {
  margin-bottom: 10px;
}
.checkout-inner .chekcout-info a {
  color: #313131;
  text-decoration: underline;
}
.checkout-inner .chekcout-info label {
  font-size: 13px;
  margin-bottom: 7px;
}
.checkout-inner table.table-cart-checkout, .ty-page table.table-cart-checkout {
  border: 1px solid #e2e2e2;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.checkout-inner table.table-cart-checkout td, .ty-page table.table-cart-checkout td {
  padding: 10px 20px;
  font-weight: 600;
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
}
.checkout-inner table.table-cart-checkout td a, .ty-page table.table-cart-checkout td a {
  color: #313131;
}
.checkout-inner table.table-cart-checkout td a span, .ty-page table.table-cart-checkout td a span {
  color: #f34235;
}
.checkout-inner table.table-cart-checkout td a.red, .ty-page table.table-cart-checkout td a.red {
  color: #f34235;
}
.checkout-inner table.table-cart-checkout td.total, .ty-page table.table-cart-checkout td.total {
  background-color: #f7f7f7;
}
.checkout-inner table.table-cart-checkout thead th, .ty-page table.table-cart-checkout thead th {
  border-bottom: 1px solid #e2e2e2;
  border-right: 1px solid #e2e2e2;
  font-family: 'Atma', cursive;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 20px;
}
.checkout-inner table.table-cart-checkout tfoot tr td, .ty-page table.table-cart-checkouttfoot tr td {
  padding: 20px;
}
.checkout-inner table.table-cart-checkout tfoot tr td button,
.ty-page table.table-cart-checkout tfoot tr td button {
  float: right;
  margin-left: 10px;
}
.checkout-inner table.table-cart-checkout td.total, 
.ty-page table.table-cart-checkout td.tota; {
  color: #f34235;
}

/* ----------------------------------------------------------------
  MY ACCOUNT
-----------------------------------------------------------------*/
.myaccount-inner {
  padding: 60px 0 0px 0;
}
.myaccount-form {
  border: 1px solid #e2e2e2;
  background: url(../images/happykiddo_our-parties-background2.png) top left repeat;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}
.myaccount-form .head {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 20px;
  background: #fff;
}
.myaccount-form .head h3 {
  padding: 0;
  margin-bottom: 0;
  color: #f34235;
  font-size: 22px;
}
.myaccount-form .content {
  padding: 20px 20px;
}
.myaccount-form .content a {
  color: #313131;
  text-decoration: underline;
}
.myaccount-form .content .form-group {
  margin-bottom: 10px;
}
.myaccount-form .content button {
  display: block;
  float: left;
  margin-right: 15px;
}
.myaccount-form .content label {
  font-size: 13px;
  margin-bottom: 7px;
}
.myaccount-form .content .radio {
  float: left;
}
.myaccount-form .content .radio input[type="checkbox"] {
  margin-right: 4px;
  position: relative;
  top: 2px;
}

/* ----------------------------------------------------------------
  Terms and conditions modal
-----------------------------------------------------------------*/
.tc-modal {
  margin-top: 120px;
}
.tc-modal .content {
  padding: 10px 0 10px 10px;
}
.tc-modal .tc-content {
  max-height: 360px;
  padding-right: 20px;
  overflow-y: auto;
}
.tc-modal .tc-content::-webkit-scrollbar {
  width: 12px;
}
.tc-modal .tc-content::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.tc-modal .tc-content::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 0, 0, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.tc-modal .tc-content::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(255, 0, 0, 0.4);
}
.tc-modal .content-col {
  padding: 20px;
}
.tc-modal button.close {
  position: absolute;
  right: 16px;
  top: 10px;
  font-size: 38px;
}


/* Responsive styles */

@media (max-width: 980px) {
  .filter-categories .category-head, {
    width: 100%;
  }
  .product-filter {
    float: left;
    width: 100%;
  }
  .filter-categories .product-filter div {
    float: left !important;
    margin-right: 40px;
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .filter-top .product-filter div {
    float: left !important;
    margin-bottom: 5px;
  }
  .product-content h2 {
    margin-top: 25px;
  }
  .cart-tabs .tab-content label {
    margin-top: 10px;
  }
  .checkout-inner table.table-cart-checkout tfoot tr td button {
    margin-bottom: 10px;
  }
  .myaccount-form {
    margin-bottom: 30px;
  }
  .page404 .quote {
    display: none;
  }
  .page404 .text {
    bottom: auto;
    left: 0;
    right: 0;
    margin: 30px auto;
    text-align: center;
    padding: 0 20px;
    border: 0;
  }
  .page404 .sadman {
    margin: 0 auto;
    right: 0;
    left: 0;
  }
  .countdown div {
    margin-bottom: 10px;
  }
  .cs-page .countdown {
    display: block;
    margin-top: 50px;
    margin-bottom: 0px;
  }
}

@media (min-width: 768px) and (max-width: 980px) {

}