/*
Project Name: Stockshop
File: Boxed.css
Version: 1.0
Date: 04/12/2016
Author Name: Nguyen Duy Khiem
Author URI: https://themeforest.net/user/t3theme
Email:ndktheme@gmail.com

------------------------
NOTE:
PLEASE DO NOT EDIT THIS CSS, IF YOU NEED USE "CUSTOM.CSS" FILE FOR WRITING YOUR CUSTOM CSS.
I WILL RELEASE FUTURE UPDATES SO IT WILL OVERWRITE THIS FILE IT'S BETTER USE "CUSTOM.CSS".
Table of Contents
---------------------
*/
.ant-spin-nested-loading>div>.ant-spin {
  position: fixed !important;
  top: 4em !important;
  left: 0;
  z-index: 4;
  display: block;
  width: 100%;
  height: 100%;
  max-height: 400px;
}

.ant-spin-dot-item.ant-spin {
  background-color: red !important;
}

.ant-spin-dot-item:nth-child(1) {

  background-color: red !important;

}

.ant-spin-dot-item:nth-child(2) {

  background-color: rgba(255, 0, 0, 0.849) !important;

}

.ant-spin-dot-item:nth-child(3) {

  background-color: rgba(255, 0, 0, 0.727) !important;

}

.ant-spin-dot-item:nth-child(4) {

  background-color: rgba(255, 0, 0, 0.33) !important;

}

.ant-spin {
  z-index: 999999 !important;
  color: red !important;
}

#wrap-body {
  background: none !important;
  padding-top: 0px !important;
}

.wrap-body-inner {
  width: 100% !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 20px !important;
  float: left !important;
}

.m-t-lg-s300 {
  margin: 0px !important;
}

.height-500 {
  height: 0px !important;
}

#wrap-footer,
.block-logo,
.block-fv,
.footer-bt {
  background: none !important;
}

.ht-breadcrumb {
  margin-top: 5px !important;
}

.block-fv .procs {
  padding: 30px 30px 0px 30px;
}

.m-30 {
  margin: -30px !important;
}

.footer-top .p-l-r,
.footer-bt .p-l-r {
  padding: 0px 30px !important;
}

.menu-bg {
  margin-bottom: 30px;
}

.h-box-auto {
  height: auto !important;
}

.slide,
.srarc {
  border: 0px;
}

.m-ab {
  margin-top: -52px;
}

.m-box-auto {
  margin: auto !important;
}

.m-d-t-60 {
  margin-top: 60px;
}

.search-2,
.banner-bg-8 {
  border: none;
}

@media (max-width: 767px) {
  .wrap-body-inner {
    padding: 5px !important;
  }
}