@media (max-width: 767px) {
  .footer,
  .copyright > div {
    text-align: center;
  }
}

#top .pattern > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.product-grid .product {
  padding: 5px !important;
}

.box {
  padding-top: 5px !important;
  margin-top: 0;
  text-align: left;
}

.box .box-heading {
  border-bottom: 1px solid #ddd;
  font-size: 28px;
  padding: 0;
  text-transform: uppercase !important;
  text-align: left !important;
  width: 100%;
}

.box .strip-line-2 {
  border-bottom: 7px solid #d9121f;
  width: 10%;
}

.box .strip-line-3 {
  border-bottom: 2px solid #d9121f;
  width: 15%;
}

.box .box-content {
  padding: 10px 0 0;
}

.furniture-box .product-grid .product .name {
  padding-top: 5px !important;
  font-size: 12px;
  white-space: normal;
}
.furniture-box .product-grid .product .add-to-cart a {
  margin-top: 5px;
}

ul.megamenu li .sub-menu .content .static-menu a.main-menu {
  font-weight: 300 !important;
}
.body-white .standard-body .full-width .box-product .carousel {
  padding: 20px 15px !important;
}
.ag-products-tabs .product.clearfix.product-hover:after,
.product-tab-wrapper .product.clearfix.product-hover:after {
  border: none !important;
}
.furniture-box .product-grid .product .add-to-cart a:hove {
  background: #c30000 !important;
  border-color: #c30000 !important;
}
#scroll-top {
  display: none;
}
#main .button-product-question {
  margin: 5px 0 !important;
}
div#price {
  text-align: center;
}
.product-page-type-2 .standard-body .full-width .product-info .review {
  padding-top: 0px;
}
.title-product {
  padding-top: 30px;
}
.body-white .standard-body .full-width .category-info {
  padding: 0px 0px 30px 0;
}

#tab-video .video-iframe {
  margin: auto;
  display: block;
  width: 100%;
}
.no-icon:before {
  content: none !important;
}

.no-icon {
  padding-left: 20px;
}

.related_product_text {
  text-transform: capitalize;
}

.first-letter {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}
.btn-download {
  padding: 10px 20px !important;
}

/**** Behavior Product ****/
.image-swap-effect {
  position: relative;
}

.product .image-swap-effect a {
  position: relative;
  display: block;
}

.product .image-swap-effect .swap-image {
  position: absolute;
  visibility: hidden;
  opacity: 0.5;
  transition: opacity 0.2s ease-in;
  -moz-transition: opacity 0.2s ease-in;
  -webkit-transition: opacity 0.2s ease-in;
}

.product:hover .image-swap-effect .swap-image {
  visibility: visible;
  opacity: 1;
}

.body-other .standard-body .full-width .product-info {
  padding: 40px;
  position: relative;
}

.margin-product {
  margin: 20px 0;
  padding: 20px 0;
}

@media only screen and (max-width: 768px) {
  .second-image,
  .hide-mobile {
    display: none !important;
  }
}

.product-grid .product .only-hover .btn-action i {
  color: #000000 !important;
}

@media only screen and (max-width: 768px) {
  .add_to_cart {
    flex-direction: column;
    align-items: flex-start;
  }

  .button-product-question {
    width: 100%;
    text-align: center;
    order: 2;
  }

  .variations_button {
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: space-between;
    order: 1;
  }
}

.iframe-container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 68.33%; 
  overflow: hidden;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.cart-count-2 {
    position: absolute;
    width: 23px;
    height: 23px;
    background: #232323;
    color: #fff;
    text-align: center;
    padding: 4px 0 0;
    font-size: 10px;
    font-weight: 600;
    border-radius: 100px;
    margin-left: -24px;
    margin-top: 3px;
    font-style: normal;
    transition: all .2s ease-in;
    z-index: 1;
}



.megamenuToogle-wrapper .container>a {
    margin-right: 10px;
}

