.dtwl-woo {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.dtwl-woo * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}
.dtwl-woo .slick-dots {
  bottom: -55px;
}
.dtwl-woo .slick-dots li button:before {
  font-size: 14px;
}
.dtwl-woo a {
  text-decoration: none;
  box-shadow: none;
}
.dtwl-woo a:hover {
  text-decoration: none;
}
.dtwl-woo .onsale {
  z-index: 9;
}

.dtwl-woo-clearfix:before {
  display: table;
  content: "";
}
.dtwl-woo-clearfix:after {
  display: table;
  content: "";
  clear: both;
}

.dtwl-woo .dtwl-nav-tabs-wapper {
  margin-bottom: 15px;
}
.dtwl-woo .dtwl-woo-grid [class*="dtwl-woo-col"] {
  display: inline-block;
  float: none;
  margin-right: -4px;
  vertical-align: top;
}
.dtwl-woo .dtwl-woo-products .dtwl-woo-item {
  margin-bottom: 30px;
  overflow: hidden;
}
.dtwl-woo .dtwl-woo-products .dtwl-woo-item .dtwl-woo-item-wrapper {
  border: 1px solid #eceef0;
}
.dtwl-woo .dtwl-woo-products .dtwl-woo-item .dtwl-woo-item-wrapper .dtwl-woo-inner .dtwl-woo-images {
  position: relative;
  overflow: hidden;
  margin: 0 auto 1em;
}
.dtwl-woo .dtwl-woo-products .dtwl-woo-item .dtwl-woo-item-wrapper .dtwl-woo-inner .dtwl-woo-images .dtwl-woo-img-info {
  position: relative;
  overflow: hidden;
}
.dtwl-woo .dtwl-woo-products .dtwl-woo-item .dtwl-woo-item-wrapper .dtwl-woo-inner .dtwl-woo-images .dtwl-woo-img-info .dtwl-woo-product-image img {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 0;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  vertical-align: middle;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dtwl-woo .dtwl-woo-products .dtwl-woo-item .dtwl-woo-item-wrapper .dtwl-woo-inner .dtwl-woo-info {
  position: relative;
  text-align: center;
}
.dtwl-woo .dtwl-woo-products .dtwl-woo-item .dtwl-woo-item-wrapper .dtwl-woo-inner .dtwl-woo-info .dtwl-woo-info-inner {
  padding-bottom: 15px;
}
.dtwl-woo .dtwl-woo-products .dtwl-woo-item .dtwl-woo-item-wrapper .dtwl-woo-inner .dtwl-woo-info .dtwl-woo-info-inner .dtwl-woo-content .star-rating {
  float: none;
  margin: .5em auto;
  height: 16px;
}
.dtwl-woo .dtwl-woo-products .dtwl-woo-item .dtwl-woo-item-wrapper .dtwl-woo-item-box-add {
  display: block;
  position: relative;
  overflow: hidden;
}
.dtwl-woo .dtwl-woo-title {
  margin-bottom: 10px;
  line-height: 1.2;
  font-size: 1.1em;
}
.dtwl-woo .dtwl-woo-title a {
  color: inherit;
}
.dtwl-woo.hover_effects-1 .dtwl-woo-item:hover .dtwl-woo-product-image .dtwl-woo-product-thumbnail.dtwl-woo-product-front-thumbnail img {
  opacity: 0;
  filter: alpha(opacity=0);
}
.dtwl-woo.hover_effects-1 .dtwl-woo-item:hover .dtwl-woo-product-image .dtwl-woo-product-thumbnail.dtwl-woo-product-back-thumbnail img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dtwl-woo.hover_effects-2 .dtwl-woo-item img {
  transition: transform 0.3s ease, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.dtwl-woo.hover_effects-2 .dtwl-woo-item:hover img {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.dtwl-woo.hover_effects-3 .dtwl-woo-item img {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.dtwl-woo.hover_effects-3 .dtwl-woo-item:hover img {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}
.dtwl-woo.hover_effects-4 .dtwl-woo-item .dtwl-woo-product-image .dtwl-woo-product-thumbnail.dtwl-woo-product-front-thumbnail {
  z-index: 0;
}
.dtwl-woo.hover_effects-4 .dtwl-woo-item .dtwl-woo-product-image .dtwl-woo-product-thumbnail.dtwl-woo-product-back-thumbnail {
  z-index: 2;
  position: absolute;
  top: auto;
  bottom: -110%;
  -webkit-transition: all 0.3s ease-out !important;
  -moz-transition: all 0.3s ease-out !important;
  -o-transition: all 0.3s ease-out !important;
  transition: all 0.3s ease-out !important;
}
.dtwl-woo.hover_effects-4 .dtwl-woo-item .dtwl-woo-product-image .dtwl-woo-product-thumbnail.dtwl-woo-product-back-thumbnail img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dtwl-woo.hover_effects-4 .dtwl-woo-item:hover .dtwl-woo-product-image .dtwl-woo-product-thumbnail.dtwl-woo-product-back-thumbnail {
  bottom: 0;
}
.dtwl-woo.hover_effects-4 .dtwl-woo-item:hover .dtwl-woo-product-image .dtwl-woo-product-thumbnail.dtwl-woo-product-back-thumbnail img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dtwl-woo.hover_effects-5 .dtwl-woo-item .dtwl-woo-product-image {
  position: relative;
  display: block;
  width: 200%;
  height: 100%;
  left: 0;
  float: left;
  transform: translate3d(0px, 0px, 0px);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.dtwl-woo.hover_effects-5 .dtwl-woo-item .dtwl-woo-product-image .dtwl-woo-product-front-thumbnail {
  position: relative;
  z-index: 1;
  width: 50%;
  float: left;
}
.dtwl-woo.hover_effects-5 .dtwl-woo-item .dtwl-woo-product-image .dtwl-woo-product-back-thumbnail {
  position: relative;
  z-index: 2;
  width: 50%;
  float: left;
  transform: translate3d(0px, 0px, 0px);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}
.dtwl-woo.hover_effects-5 .dtwl-woo-item .dtwl-woo-product-image .dtwl-woo-product-back-thumbnail img {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
.dtwl-woo.hover_effects-5 .dtwl-woo-item:hover .dtwl-woo-product-image {
  left: -100%;
  transform: translate3d(0px, 0px, 0px);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.dtwl-woo-loadmore-wrap {
  position: relative;
  display: block;
  text-align: center;
  margin: 0px;
}
.dtwl-woo-loadmore-wrap .dtwl-woo-loadmore {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  font-size: 1em;
  line-height: 33px;
  padding: 0px 35px;
  border: 3px solid #eaeaea;
  font-weight: bold;
}
.dtwl-woo-loadmore-wrap .dtwl-woo-loadmore.loaded {
  border-color: #ff4800;
  background-color: transparent;
  cursor: text;
}
.dtwl-woo-loadmore-wrap .dtwl-woo-loadmore:hover {
  cursor: pointer;
  background-color: transparent;
  border-color: #ff4800;
}
.dtwl-woo-loadmore-wrap .dtwl-woo-loadmore .dtwl-navloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.dtwl-woo-loadmore-wrap .dtwl-woo-loadmore .dtwl-navloading .dtwl-navloader {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 10px;
  border-top: 5px solid rgba(0, 0, 0, 0.4);
  border-right: 5px solid rgba(0, 0, 0, 0.4);
  border-bottom: 5px solid rgba(0, 0, 0, 0.4);
  border-left: 5px solid #ff4800;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: dtwlnavloadding 1s infinite linear;
  animation: dtwlnavloadding 1s infinite linear;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.dtwl-woo-loadmore-wrap .dtwl-woo-loadmore.loading {
  border-color: transparent !important;
  background-color: transparent !important;
}
.dtwl-woo-loadmore-wrap .dtwl-woo-loadmore.loading .dtwl-navloading {
  opacity: 1;
  visibility: visible;
}
.dtwl-woo-loadmore-wrap .dtwl-woo-loadmore.loading span {
  opacity: 0;
  visibility: hidden;
}

/* Custom col layout */
.dtwl-woo-row-fluid {
  width: auto;
  margin-left: -15px;
  margin-right: -15px;
}
.dtwl-woo-row-fluid:before, .dtwl-woo-row-fluid:after {
  content: "";
  display: table;
}
.dtwl-woo-row-fluid:after {
  clear: both;
}
.dtwl-woo-row-fluid [class*="dtwl-woo-col"] {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.dtwl-woo-row-fluid [class*="dtwl-woo-col-xs"] {
  float: left;
}

.dtwl-woo-col-xs-1 {
  width: 8.33333%;
}

.dtwl-woo-col-xs-2 {
  width: 16.66667%;
}

.dtwl-woo-col-xs-3 {
  width: 25%;
}

.dtwl-woo-col-xs-4 {
  width: 33.33333%;
}

.dtwl-woo-col-xs-5 {
  width: 41.66667%;
}

.dtwl-woo-col-xs-6 {
  width: 50%;
}

.dtwl-woo-col-xs-7 {
  width: 58.33333%;
}

.dtwl-woo-col-xs-8 {
  width: 66.66667%;
}

.dtwl-woo-col-xs-9 {
  width: 75%;
}

.dtwl-woo-col-xs-10 {
  width: 83.33333%;
}

.dtwl-woo-col-xs-11 {
  width: 91.66667%;
}

.dtwl-woo-col-xs-12 {
  width: 100%;
}

@media (max-width: 479px) {
  .dtwl-woo-row-fluid .dtwl-woo-col-phone-12 {
    width: 100%;
    float: left;
  }
}
@media (min-width: 768px) {
  .dtwl-woo-row-fluid [class*="dtwl-woo-col-sm"] {
    float: left;
  }

  .dtwl-woo-col-sm-1 {
    width: 8.33333%;
  }

  .dtwl-woo-col-sm-2 {
    width: 16.66667%;
  }

  .dtwl-woo-col-sm-3 {
    width: 25%;
  }

  .dtwl-woo-col-sm-4 {
    width: 33.33333%;
  }

  .dtwl-woo-col-sm-5 {
    width: 41.66667%;
  }

  .dtwl-woo-col-sm-6 {
    width: 50%;
  }

  .dtwl-woo-col-sm-7 {
    width: 58.33333%;
  }

  .dtwl-woo-col-sm-8 {
    width: 66.66667%;
  }

  .dtwl-woo-col-sm-9 {
    width: 75%;
  }

  .dtwl-woo-col-sm-10 {
    width: 83.33333%;
  }

  .dtwl-woo-col-sm-11 {
    width: 91.66667%;
  }

  .dtwl-woo-col-sm-12 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .dtwl-woo-row-fluid [class*="dtwl-woo-col-md"] {
    float: left;
  }

  .dtwl-woo-row-fluid .dtwl-woo-col-md-15 {
    width: 20%;
    float: left;
  }

  .dtwl-woo-col-md-1 {
    width: 8.33333%;
  }

  .dtwl-woo-col-md-2 {
    width: 16.66667%;
  }

  .dtwl-woo-col-md-3 {
    width: 25%;
  }

  .dtwl-woo-col-md-4 {
    width: 33.33333%;
  }

  .dtwl-woo-col-md-5 {
    width: 41.66667%;
  }

  .dtwl-woo-col-md-6 {
    width: 50%;
  }

  .dtwl-woo-col-md-7 {
    width: 58.33333%;
  }

  .dtwl-woo-col-md-8 {
    width: 66.66667%;
  }

  .dtwl-woo-col-md-9 {
    width: 75%;
  }

  .dtwl-woo-col-md-10 {
    width: 83.33333%;
  }

  .dtwl-woo-col-md-11 {
    width: 91.66667%;
  }

  .dtwl-woo-col-md-12 {
    width: 100%;
  }
}
/* DT WOO Product Tabs */
.dtwl-woo-product-tabs .dtwl-woo-heading {
  position: relative;
  margin-bottom: 15px;
}
.dtwl-woo-product-tabs .dtwl-woo-heading:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background-color: #ff4800;
}
.dtwl-woo-product-tabs .dtwl-woo-heading .dtwl-heading {
  margin: 0;
  padding: 7px 12px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  float: left;
  background-color: #ff4800;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.dtwl-woo-product-tabs .dtwl-woo-heading .dtwl-next-prev-wrap {
  float: right;
  margin: 0;
}
.dtwl-woo-product-tabs .dtwl-woo-heading .dtwl-next-prev-wrap .dtwl-ajax-next-page {
  margin-right: 0px;
}
.dtwl-woo-product-tabs .dtwl-woo-heading:after {
  display: table;
  content: '';
  clear: both;
}
.dtwl-woo-product-tabs.dtwl-woo-template-carousel.dtwl-pre-load .dtwl-woo-tab-content {
  height: 0px;
  overflow: hidden;
}
.dtwl-woo-product-tabs.dtwl-woo-template-carousel .dtwl-woo-tab-content {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}
.dtwl-woo-product-tabs.dtwl-woo-template-carousel .dtwl-woo-tab-content .dtwl-woo-navslider {
  position: absolute;
  top: 25%;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}
.dtwl-woo-product-tabs.dtwl-woo-template-carousel .dtwl-woo-tab-content .dtwl-woo-navslider > span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
.dtwl-woo-product-tabs.dtwl-woo-template-carousel .dtwl-woo-tab-content .dtwl-woo-navslider > span.prev {
  left: -20%;
}
.dtwl-woo-product-tabs.dtwl-woo-template-carousel .dtwl-woo-tab-content .dtwl-woo-navslider > span.next {
  right: -20%;
}
.dtwl-woo-product-tabs.dtwl-woo-template-carousel .dtwl-woo-tab-content:hover .dtwl-woo-navslider {
  opacity: 1;
  visibility: visible;
}
.dtwl-woo-product-tabs.dtwl-woo-template-carousel .dtwl-woo-tab-content:hover .dtwl-woo-navslider > span.prev {
  left: 15px;
}
.dtwl-woo-product-tabs.dtwl-woo-template-carousel .dtwl-woo-tab-content:hover .dtwl-woo-navslider > span.next {
  right: 15px;
}
.dtwl-woo-product-tabs.dtwl-woo-template-carousel .dtwl-woo-tab-content ul.dtwl-woo-product-list {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
  position: relative;
  z-index: 1;
}
.dtwl-woo-product-tabs.dtwl-woo-template-carousel .dtwl-woo-tab-content ul.dtwl-woo-product-list li {
  padding: 0 15px;
}
.dtwl-woo-product-tabs.dtwl-woo-template-carousel .dtwl-woo-tab-content .slick-dots {
  position: relative;
  bottom: 0px;
}
.dtwl-woo-product-tabs.tabs_left {
  margin: 0;
  padding: 15px 0px;
  border: 1px solid #ccc;
}
.dtwl-woo-product-tabs.tabs_left .dtwl-woo-heading {
  padding: 0px 15px;
}
.dtwl-woo-product-tabs.tabs_left .dtwl-woo-heading:before {
  width: calc(100% - 30px);
  left: 15px;
}
.dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper {
    margin-bottom: 30px;
  }
}
.dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper .dtwl-heading {
  margin: 0;
  font-size: 1em;
  padding: 13px 10px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  background: #ff4800;
}
@media (max-width: 991px) {
  .dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper .dtwl-heading {
    margin-bottom: 10px;
  }
}
.dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper #dtwl-woo-nav-tabs {
  float: none;
}
.dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper #dtwl-woo-nav-tabs li {
  float: none;
  margin: 0;
  padding: 0;
  display: block;
  border-top: 1px solid #e5e5e5;
}
.dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper #dtwl-woo-nav-tabs li > span {
  display: none;
}
.dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper #dtwl-woo-nav-tabs li a {
  display: block;
  border: 0;
  font-size: 1em;
  padding: 5px 10px;
  margin: 0;
  background: #f5f5f5;
}
.dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper #dtwl-woo-nav-tabs li a > span {
  border: none;
}
.dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper #dtwl-woo-nav-tabs li:hover a, .dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper #dtwl-woo-nav-tabs li.active a {
  background: #ffffff;
}
.dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper #dtwl-woo-nav-tabs li:hover a > span, .dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper #dtwl-woo-nav-tabs li.active a > span {
  border: none;
}
.dtwl-woo-product-tabs.tabs_left .dtwl-nav-tabs-wapper .dtwl-woo-tabs-banner img {
  display: block;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: auto;
  border: none;
}
.dtwl-woo-product-tabs.tabs_left .dtwl-woo-tab-content .dtwl-woo-row-fluid [class*="dtwl-woo-col"] {
  padding-left: 10px;
  padding-right: 10px;
}
.dtwl-woo-product-tabs.tabs_left .dtwl-woo-tab-content .dtwl-woo-row-fluid {
  margin-left: -10px;
  margin-right: -10px;
}

.dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-filters-menu {
  display: none;
  margin-bottom: 1.3em;
}
.dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-filters-menu a.dtwl-inevent-flters {
  font-size: 1.1em;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
}
@media (max-width: 991px) {
  .dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-filters-menu {
    display: block;
  }
}
.dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs {
  margin: 0;
  padding: 0;
  list-style: none outside none;
  float: left;
}
@media (max-width: 991px) {
  .dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs {
    display: none;
  }
}
.dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li {
  display: inline-block;
  vertical-align: middle;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li > span {
  display: inline-block;
  color: #ccc;
}
@media (max-width: 991px) {
  .dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li > span {
    display: none;
  }
}
.dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li a {
  display: inline-block;
  padding: 0px 10px;
  margin: 0px 7px;
  text-decoration: none;
  background-color: transparent;
  color: #666666;
  font-weight: bold;
}
.dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li a span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid transparent;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease;
}
.dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li a.selected {
  border: none;
  background: transparent;
  color: #666666;
  text-decoration: none;
}
.dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li a.selected span {
  border-color: #ff4800;
}
.dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li a:first-child {
  margin-left: 0px;
}
.dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li:hover a, .dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li:focus a, .dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li.active a {
  border: none;
  background: transparent;
  color: #666666;
  text-decoration: none;
}
.dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li:hover a span, .dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li:focus a span, .dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li.active a span {
  border-color: #ff4800;
}
.dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li:first-child a {
  padding-left: 0px;
}
@media (max-width: 400px) {
  .dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li {
    float: none;
    width: 100%;
    line-height: 1.6;
    margin: 0 0 9px 0;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
  }
  .dtwl-woo-product-tabs .dtwl-woo-filters .dtwl-woo-nav-tabs li a {
    display: block;
    margin: 0;
    padding: 0;
  }
}

.dtwl-woo-product-list .dtwl-heading {
  margin-bottom: 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid #e8e4e3;
}
.dtwl-woo-product-list .dtwl-woo-list-content {
  display: block;
  position: relative;
}
.dtwl-woo-product-list .dtwl-woo-list-content:after {
  display: table;
  content: "";
  clear: both;
}
.dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item {
  display: block;
  width: 100%;
  padding-bottom: 30px;
  float: left;
}
.dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item:last-child {
  padding-bottom: 0px;
}
.dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-thumb {
  display: table-cell;
  vertical-align: top;
  float: left;
  margin: 0 20px 0 0;
  max-width: 265px;
  position: relative;
  overflow: hidden;
  width: 40%;
}
.dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-thumb a img {
  border: none;
  margin: 0;
  padding: 0;
}
.dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-info {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 767px) {
  .dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-info {
    float: left;
    width: 100%;
    padding-top: 25px;
  }
}
.dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-info .dtwl-woo-content {
  margin-bottom: 20px;
}
.dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-info .dtwl-woo-content .star-rating {
  margin-bottom: 10px;
}
.dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-info .dtwl-woo-content .price {
  margin-bottom: 10px;
  display: inline-block;
}
.dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-info .dtwl-woo-desc {
  margin-bottom: 1.5em;
}
.dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-info .dtwl-woo-list-item-box-add .dtwl-woo-add-action > a, .dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-info .dtwl-woo-list-item-box-add .dtwl-woo-add-action > div {
  display: inline-block;
  vertical-align: middle;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.65);
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 10px 0 0;
  padding: 0 10px;
  border: none;
  text-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0px;
  transition: all 0.25s ease-out;
  -webkit-transition: all 0.25s ease-out;
  border-right: 1px solid #5f5f5f;
}
.dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-info .dtwl-woo-list-item-box-add .dtwl-woo-add-action > a:hover, .dtwl-woo-product-list .dtwl-woo-list-content .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-info .dtwl-woo-list-item-box-add .dtwl-woo-add-action > div:hover {
  background: rgba(0, 0, 0, 0.85);
  border-color: rgba(0, 0, 0, 0.85);
}

/* Product slider */
.dtwl-woo.template-slider .dtwl-woo-products .dtwl-woo-item {
  margin-bottom: 0px;
}
.dtwl-woo.template-slider.dtwl-pre-load {
  height: 0px;
  overflow: hidden;
}
.dtwl-woo.template-slider .dtwl-woo-slider-content {
  position: relative;
}
.dtwl-woo.template-slider .dtwl-woo-slider-content .dtwl-woo-navslider {
  position: absolute;
  top: 27%;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}
.dtwl-woo.template-slider .dtwl-woo-slider-content .dtwl-woo-navslider > span {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
}
.dtwl-woo.template-slider .dtwl-woo-slider-content .dtwl-woo-navslider > span.prev {
  left: -20%;
}
.dtwl-woo.template-slider .dtwl-woo-slider-content .dtwl-woo-navslider > span.next {
  right: -20%;
}
.dtwl-woo.template-slider .dtwl-woo-slider-content:hover .dtwl-woo-navslider {
  opacity: 1;
  visibility: visible;
}
.dtwl-woo.template-slider .dtwl-woo-slider-content:hover .dtwl-woo-navslider > span.prev {
  left: 10px;
}
.dtwl-woo.template-slider .dtwl-woo-slider-content:hover .dtwl-woo-navslider > span.next {
  right: 10px;
}
.dtwl-woo.template-slider .slick-dots li button:before,
.dtwl-woo.template-slider .slick-dots li.slick-active button:before {
  color: #ff4800;
}
.dtwl-woo.template-slider.dtwl-woo-slider_syncing .dtwl-woo-slider-content .dtwl-woo-slider-for .dtwl-woo-item-wrapper {
  position: relative;
  text-align: center;
}
.dtwl-woo.template-slider.dtwl-woo-slider_syncing .dtwl-woo-slider-content .dtwl-woo-slider-for .dtwl-woo-item-wrapper .dtwl-woo-inner {
  display: inline-block;
  margin: 0 auto;
}
.dtwl-woo.template-slider.dtwl-woo-slider_syncing .dtwl-woo-slider-content .dtwl-woo-slider-nav {
  position: relative;
}
.dtwl-woo.template-slider.dtwl-woo-slider_syncing .dtwl-woo-slider-content .dtwl-woo-slider-nav .dtwl-woo-navslider {
  position: absolute;
  top: 40%;
}
.dtwl-woo.template-slider.dtwl-woo-slider_syncing .dtwl-woo-slider-content .dtwl-woo-slider-nav .dtwl-woo-navslider > span {
  width: 20px;
  height: 20px;
}
.dtwl-woo.template-slider.dtwl-woo-slider_syncing .dtwl-woo-slider-content .dtwl-woo-slider-nav .dtwl-woo-navslider > span .fa {
  line-height: 20px;
  display: block;
}
.dtwl-woo.template-slider.dtwl-woo-single_mode .dtwl-woo-slide-single .dtwl-woo-slide-item-wrapper .dtwl-woo-slide-item-thumb {
  position: relative;
  overflow: hidden;
  display: block;
}
.dtwl-woo.template-slider.dtwl-woo-single_mode .dtwl-woo-slide-single .dtwl-woo-slide-item-wrapper .dtwl-woo-slide-item-thumb .dtwl-woo-product-image img {
  margin: 0;
  padding: 0;
  background: transparent;
}
.dtwl-woo.template-slider.dtwl-woo-single_mode .dtwl-woo-slide-single .dtwl-woo-slide-item-wrapper .dtwl-woo-slide-item-thumb .dtwl-woo-title {
  position: absolute;
  bottom: 3px;
  left: 0;
  margin: 0;
  padding: 3px 5px 5px 5px;
  display: inline-block;
  background: rgba(255, 255, 255, 0.6);
}
.dtwl-woo.template-slider.dtwl-woo-single_mode .dtwl-woo-slide-single .dtwl-woo-slide-item-wrapper .dtwl-woo-slide-item-thumb .dtwl-woo-title a {
  display: inline-block;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
}
.dtwl-woo.template-slider.dtwl-woo-single_mode .dtwl-woo-slide-single .dtwl-woo-slide-item-wrapper:hover .dtwl-woo-slide-item-thumb .dtwl-woo-title {
  background: rgba(255, 72, 0, 0.6);
}
.dtwl-woo.template-slider.dtwl-woo-single_mode .dtwl-woo-slide-single .dtwl-woo-slide-item-wrapper:hover .dtwl-woo-slide-item-thumb .dtwl-woo-title a, .dtwl-woo.template-slider.dtwl-woo-single_mode .dtwl-woo-slide-single .dtwl-woo-slide-item-wrapper:hover .dtwl-woo-slide-item-thumb .dtwl-woo-title a:hover {
  color: #ffffff;
}
.dtwl-woo.template-slider.dtwl-woo-single_mode .dtwl-woo-slider-content {
  position: relative;
}
.dtwl-woo.template-slider.dtwl-woo-single_mode .dtwl-woo-slider-content .dtwl-woo-navslider {
  position: absolute;
  top: inherit;
  bottom: 70px;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.dtwl-woo.template-slider.dtwl-woo-single_mode .dtwl-woo-slider-content .dtwl-woo-navslider > span {
  width: 30px;
  height: 30px;
}
.dtwl-woo.template-slider.dtwl-woo-single_mode .dtwl-woo-slider-content .dtwl-woo-navslider > span .fa {
  line-height: 30px;
}
.dtwl-woo.template-slider.dtwl-woo-single_mode .dtwl-woo-slider-content .dtwl-woo-navslider > span.prev {
  left: 0px;
}
.dtwl-woo.template-slider.dtwl-woo-single_mode .dtwl-woo-slider-content .dtwl-woo-navslider > span.next {
  left: 32px;
  right: inherit;
}
.dtwl-woo.template-slider.dtwl-woo-center_mode .dtwl-woo-slider-content .dtwl-woo-navslider {
  position: absolute;
  top: 33%;
}
.dtwl-woo.template-slider.dtwl-woo-center_mode .slick-slide .dtwl-woo-product-image img {
  -moz-transform: scale(0.85);
  -ms-transform: scale(0.85);
  -o-transform: scale(0.85);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  opacity: 0.6;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
}
.dtwl-woo.template-slider.dtwl-woo-center_mode .slick-slide .dtwl-woo-item-box-add,
.dtwl-woo.template-slider.dtwl-woo-center_mode .slick-slide .dtwl-woo-info {
  display: none;
}
.dtwl-woo.template-slider.dtwl-woo-center_mode .slick-slide.slick-center .dtwl-woo-product-image img {
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.dtwl-woo.template-slider.dtwl-woo-center_mode .slick-slide.slick-center .dtwl-woo-item-box-add,
.dtwl-woo.template-slider.dtwl-woo-center_mode .slick-slide.slick-center .dtwl-woo-info {
  display: block;
}

.dtwl-toolbar {
  margin-bottom: 30px;
  display: block;
}
.dtwl-toolbar:after {
  content: '';
  display: table;
  clear: both;
}
.dtwl-toolbar .dtwl-woo-switch_template {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 30px;
  vertical-align: top;
}
.dtwl-toolbar .dtwl-woo-switch_template a {
  margin-right: 10px;
  display: inline-block;
  width: 42px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999999;
  text-align: center;
  vertical-align: top;
}
.dtwl-toolbar .dtwl-woo-switch_template a i {
  font-size: 20px;
  line-height: 40px;
}
.dtwl-toolbar .dtwl-woo-switch_template a span {
  display: none;
}
.dtwl-toolbar .dtwl-woo-switch_template a.active i {
  color: #ff4800;
}
.dtwl-toolbar .dt-filter-toogle-button {
  display: inline-block;
  vertical-align: top;
}
.dtwl-toolbar .dt-filter-toogle-button .dt-filter {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999999;
  padding: 0px 10px;
}
.dtwl-toolbar .dt-filter-toogle-button .dt-filter i {
  margin-right: 5px;
}
.dtwl-toolbar .dtwl-woo-sidebar-shop-filter {
  display: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s;
  -o-transition: opacity .3s;
  transition: opacity .3s;
}
.dtwl-toolbar .dtwl-woo-sidebar-shop-filter.show {
  display: block;
  opacity: 1;
  visibility: visible;
}

.dtwl-woo-sidebar-shop-filter .dtwl-woo-sidebar-shop-filter-wrap {
  padding-top: 30px;
  margin-left: -15px;
  margin-right: -15px;
}
.dtwl-woo-sidebar-shop-filter .dtwl-woo-sidebar-shop-filter-wrap .widget {
  float: left;
  width: 25%;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.dtwl-woo-sidebar-shop-filter .dtwl-woo-sidebar-shop-filter-wrap:before, .dtwl-woo-sidebar-shop-filter .dtwl-woo-sidebar-shop-filter-wrap:after {
  content: '';
  display: table;
}
.dtwl-woo-sidebar-shop-filter .dtwl-woo-sidebar-shop-filter-wrap:after {
  clear: both;
}
.dtwl-woo-sidebar-shop-filter .dtwl-woo-sidebar-shop-filter-wrap.dtwl-woo-filter-sidebar-1 .widget, .dtwl-woo-sidebar-shop-filter .dtwl-woo-sidebar-shop-filter-wrap.dtwl-woo-filter-sidebar-2 .widget, .dtwl-woo-sidebar-shop-filter .dtwl-woo-sidebar-shop-filter-wrap.dtwl-woo-filter-sidebar-4 .widget {
  float: left;
  width: 25%;
}
.dtwl-woo-sidebar-shop-filter .dtwl-woo-sidebar-shop-filter-wrap.dtwl-woo-filter-sidebar-3 .widget {
  float: left;
  width: 33.33333333333333%;
}
.dtwl-woo-sidebar-shop-filter .dtwl-woo-sidebar-shop-filter-wrap.dtwl-woo-filter-sidebar-5 .widget {
  float: left;
  width: 20%;
}

.dtwl-woo.dtwl-woo-products .dtwl-woo-switch_template {
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 30px;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-switch_template a {
  margin-right: 10px;
  display: inline-block;
  width: 42px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #999999;
  text-align: center;
  vertical-align: top;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-switch_template a i {
  font-size: 20px;
  line-height: 40px;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-switch_template a span {
  display: none;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-switch_template a.active i {
  color: #ff4800;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-prdlist-content ul#dtwl-woo-prdlist {
  list-style: none;
  clear: both;
  margin-bottom: 0px;
  padding: 0;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-prdlist-content ul#dtwl-woo-prdlist.dtwl-woo-product-list li {
  list-style: none;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-prdlist-content ul#dtwl-woo-prdlist.dtwl-woo-product-list.dtwl-woo-grid {
  margin-left: -10px;
  margin-right: -10px;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-prdlist-content ul#dtwl-woo-prdlist.dtwl-woo-product-list.dtwl-woo-grid > li {
  padding-left: 10px;
  padding-right: 10px;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-prdlist-content ul#dtwl-woo-prdlist.dtwl-woo-product-list.dtwl-woo-grid .dtwl-woo-grid-view {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-prdlist-content ul#dtwl-woo-prdlist.dtwl-woo-product-list.dtwl-woo-grid .dtwl-woo-list-view {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-prdlist-content ul#dtwl-woo-prdlist.dtwl-woo-product-list.dtwl-woo-list {
  margin: 0px;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-prdlist-content ul#dtwl-woo-prdlist.dtwl-woo-product-list.dtwl-woo-list > li {
  width: 100%;
  padding: 0px;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-prdlist-content ul#dtwl-woo-prdlist.dtwl-woo-product-list.dtwl-woo-list .dtwl-woo-grid-view {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: absolute;
  top: 0;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-prdlist-content ul#dtwl-woo-prdlist.dtwl-woo-product-list.dtwl-woo-list .dtwl-woo-list-view {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
  visibility: visible;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-prdlist-content ul#dtwl-woo-prdlist.dtwl-woo-product-list.dtwl-woo-list .dtwl-woo-list-view .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-thumb {
  display: table-cell;
  vertical-align: top;
  float: left;
  max-width: 300px;
  margin: 0 30px 0 0;
  position: relative;
  overflow: hidden;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-prdlist-content ul#dtwl-woo-prdlist.dtwl-woo-product-list.dtwl-woo-list .dtwl-woo-list-view .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-thumb .dtwl-woo-product-image .dtwl-woo-product-thumbnail img {
  padding: 0;
  margin: 0;
}
.dtwl-woo.dtwl-woo-products .dtwl-woo-prdlist-content ul#dtwl-woo-prdlist.dtwl-woo-product-list.dtwl-woo-list .dtwl-woo-list-view .dtwl-woo-list-item .dtwl-woo-list-item-wrapper .dtwl-woo-list-item-info {
  display: table-cell;
  vertical-align: top;
}

.dtwl-woo-navslider {
  transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
}
.dtwl-woo-navslider > span {
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.3);
  text-align: center;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
}
.dtwl-woo-navslider > span .fa {
  font-size: 13px;
  line-height: 40px;
}
.dtwl-woo-navslider > span:hover {
  cursor: pointer;
  background-color: #ff4800;
}
.dtwl-woo-navslider > span:hover .fa {
  color: #ffffff;
}

.dtwl-woo-widget-products ul.dtwl-woo-product_list_widget {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}
.dtwl-woo-widget-products ul.dtwl-woo-product_list_widget li {
  margin-bottom: .618em;
  padding-bottom: .618em;
}
.dtwl-woo-widget-products ul.dtwl-woo-product_list_widget li div a.dtwl-woo-product-image {
  display: block;
}
.dtwl-woo-widget-products ul.dtwl-woo-product_list_widget li div a.dtwl-woo-product-image img {
  width: 5em;
  float: left;
  margin-right: 1em;
}
.dtwl-woo-widget-products ul.dtwl-woo-product_list_widget li:after {
  display: table;
  content: "";
  clear: both;
}

.dtwl-woo-filter-ajax-loading {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin: -11px 0px 0px -36px;
}
.dtwl-woo-filter-ajax-loading .dtwl-woo-fade-loading {
  text-align: center;
}
.dtwl-woo-filter-ajax-loading .dtwl-woo-fade-loading i {
  -webkit-animation: 1.5s ease 0s normal none infinite loadingFade;
  -o-animation: 1.5s ease 0s normal none infinite loadingFade;
  animation: 1.5s ease 0s normal none infinite loadingFade;
  background: none repeat scroll 0 0 #ff4800;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 10px;
}
.dtwl-woo-filter-ajax-loading .dtwl-woo-fade-loading i:nth-child(1) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.dtwl-woo-filter-ajax-loading .dtwl-woo-fade-loading i:nth-child(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.dtwl-woo-filter-ajax-loading .dtwl-woo-fade-loading i:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.dtwl-woo-filter-ajax-loading .dtwl-woo-fade-loading i:nth-child(4) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

.dtwl-woo-tab-loading .dtwl-woo-filter-ajax-loading {
  display: block;
}
.dtwl-woo-tab-loading .dhwl-template-tab {
  opacity: 0.3;
}

.dtwl-woo-loading .dtwl-woo-filter-ajax-loading {
  display: block;
}

/* dtwl-woo-category */
.dtwl-woo-category .dtwl-woo-heading {
  margin-bottom: 15px;
  border-bottom: 2px solid #ff4800;
}
.dtwl-woo-category .dtwl-woo-heading .dtwl-heading {
  margin: 0;
  padding: 7px 12px;
  line-height: 1;
  display: inline-block;
  vertical-align: top;
  float: left;
  background-color: #ff4800;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.dtwl-woo-category .dtwl-woo-heading .dtwl-next-prev-wrap {
  float: right;
  margin: 0;
}
.dtwl-woo-category .dtwl-woo-heading .dtwl-next-prev-wrap .dtwl-ajax-next-page {
  margin-right: 0px;
}
.dtwl-woo-category .dtwl-woo-heading:after {
  display: table;
  content: '';
  clear: both;
}
.dtwl-woo-category .dtwl-woo-category-thumbnail {
  display: none;
  position: relative;
}
.dtwl-woo-category .dtwl-woo-category-thumbnail .dtwl-woo-category-title {
  display: block;
  padding: 3px 10px;
  background: #ff4800;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
}
.dtwl-woo-category .dtwl-woo-content {
  position: relative;
}
.dtwl-woo-category .dtwl-woo-content.dtwl-woo-loading .dtwl-woo-product-list {
  opacity: 0.3;
}
@media (min-width: 1200px) {
  .dtwl-woo-category:after {
    display: table;
    content: '';
    clear: both;
  }
  .dtwl-woo-category .dtwl-woo-category-thumbnail {
    display: inline-block;
    width: 25%;
    float: left;
    padding-right: 15px;
  }
  .dtwl-woo-category .dtwl-woo-category-thumbnail + .dtwl-woo-content {
    width: 75%;
    float: left;
  }
}
.dtwl-woo-category.dtwl-woo-category-smart_box img {
  margin: 0;
  padding: 0;
  border: none;
  width: 100%;
  height: auto;
}
.dtwl-woo-category.dtwl-woo-category-smart_box .dtwl-woo-img-info {
  position: relative;
  overflow: hidden;
}
.dtwl-woo-category.dtwl-woo-category-smart_box .dtwl-woo-img-info .dtwl-woo-title {
  position: absolute;
  z-index: 4;
  left: 0;
  bottom: 0px;
  background-color: rgba(255, 255, 255, 0.65);
  width: 100%;
  margin: 0;
  padding: 0 10px;
  -webkit-transition: all .25s ease;
  -moz-transition: all .25s ease;
  -ms-transition: all .25s ease;
  -o-transition: all .25s ease;
  transition: all .25s ease;
  text-align: center;
  font-size: 1em;
}
.dtwl-woo-category.dtwl-woo-category-smart_box .dtwl-woo-img-info:hover .dtwl-woo-title {
  background-color: #ff4800;
  color: #ffffff;
}
.dtwl-woo-category.dtwl-woo-category-smart_box .dtwl-woo-img-info:hover .dtwl-woo-title a {
  color: #ffffff;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-img-info .dtwl-woo-product-image {
  position: relative;
  overflow: hidden;
  display: block;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-img-info .dtwl-woo-product-image:before {
  bottom: 0;
  content: "";
  display: block;
  height: 70%;
  width: 100%;
  position: absolute;
  z-index: 3;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.7)));
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#b3000000', GradientType=0);
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-img-info .dtwl-woo-title {
  background: transparent;
  text-align: left;
  bottom: 15px;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-img-info .dtwl-woo-title a {
  color: #ffffff;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list:after {
  display: table;
  content: '';
  clear: both;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item {
  float: left;
  width: 100%;
  margin-bottom: 0px;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item.item-1 .dtwl-woo-title {
  font-size: 1.5em;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item.item-2 {
  margin-bottom: 3px;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item.item-2 .dtwl-woo-img-info {
  position: relative;
  padding-top: 48%;
  overflow: hidden;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item.item-2 .dtwl-woo-img-info .dtwl-woo-product-image {
  position: initial;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item.item-2 .dtwl-woo-img-info .dtwl-woo-product-image .dtwl-woo-product-thumbnail {
  position: initial;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item.item-2 .dtwl-woo-img-info img {
  position: absolute;
  width: 100%;
  height: auto;
  left: 0;
  top: -50%;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item.item-2 .dtwl-woo-img-info .dtwl-woo-title {
  font-size: 20px;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item.item-3 {
  width: 50%;
  padding-right: 1.5px;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item.item-4 {
  width: 50%;
  padding-left: 1.5px;
}
@media (min-width: 600px) {
  .dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item {
    display: inline-block;
    float: left;
    vertical-align: top;
  }
  .dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item.item-1 {
    width: 49.2%;
    margin-right: 3px;
  }
  .dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item.item-2 {
    width: 50%;
    margin-bottom: 3px;
  }
  .dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item.item-3, .dtwl-woo-category.dtwl-woo-category-smart_box.layout-1 .dtwl-woo-product-list .dtwl-woo-item.item-4 {
    width: 25%;
  }
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-heading {
  margin-bottom: 0;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content {
  border: 1px solid #999999;
  border-top: none;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content:after {
  display: table;
  content: '';
  clear: both;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider,
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat,
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-product-list {
  float: left;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider {
  width: 25%;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider .dtwl-cat-title {
  position: relative;
  margin: 15px 0;
  padding: 0 10px;
  text-align: center;
  text-transform: uppercase;
  color: #ff4800;
  font-size: 1.3em;
  height: 1.3em;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider .dtwl-cat-title a {
  display: block;
  color: #ff4800;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider .dtwl-cat-title i {
  color: #a3a3a3;
  font-size: 14px;
  position: absolute;
  right: 5px;
  top: 0.65em;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider .dtwl-woo-cat-slider-content .item-slider:after {
  display: table;
  content: '';
  clear: both;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider .dtwl-woo-cat-slider-content .item-slider .dtwl-woo-item {
  display: inline-block;
  float: left;
  width: 50%;
  border-right: 1px solid #999999;
  border-bottom: 1px solid #999999;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider .dtwl-woo-cat-slider-content .item-slider .dtwl-woo-item .dtwl-woo-img-info .dtwl-woo-title {
  font-size: 1em;
  height: 1.5em;
  line-height: 1.5em;
  background: transparent;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider .dtwl-woo-cat-slider-content .item-slider .dtwl-woo-item:hover .dtwl-woo-img-info .dtwl-woo-title {
  background: #ff4800;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider .dtwl-woo-cat-slider-content .item-slider .dtwl-woo-item:hover .dtwl-woo-img-info .dtwl-woo-title a {
  color: #ffffff;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider .dtwl-woo-cat-slider-content .slick-dots {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  position: relative;
  bottom: 0;
  margin-bottom: 0px;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider .dtwl-woo-cat-slider-content .slick-dots li button {
  box-shadow: none;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider .dtwl-woo-cat-slider-content .slick-dots li button:before {
  font-size: 14px;
  color: #ff4800;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat {
  width: 37%;
  position: relative;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat .dtwl-woo-category-thumbnail {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat .dtwl-woo-category-thumbnail img {
  transition: transform 0.3s ease, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.3s ease, opacity 0.3s;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat .dtwl-woo-category-thumbnail:hover img {
  transform: scale3d(1.1, 1.1, 1);
  -webkit-transform: scale3d(1.1, 1.1, 1);
  -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.02deg);
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat .dtwl-cat-title {
  position: absolute;
  margin: 0;
  padding: 0;
  bottom: -11px;
  left: 0;
  width: 100%;
  height: 31px;
  line-height: 31px;
  padding: 0 10px;
  color: #ffffff;
  background: #ff4800;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-product-list {
  width: 38%;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-product-list:after {
  content: '';
  display: table;
  clear: both;
}
.dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-product-list .dtwl-woo-item {
  margin-bottom: 0;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
  width: 49.8%;
  border-bottom: 1px solid #999999;
  border-left: 1px solid #999999;
}
@media (max-width: 768px) {
  .dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat,
  .dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-product-list {
    display: none;
  }
  .dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-cat-slider,
  .dtwl-woo-category.dtwl-woo-category-smart_box.layout-2 .dtwl-woo-content .dtwl-woo-product-list {
    width: 100%;
  }
}

.dtwl-woo-product-image .dtwl-woo-product-thumbnail {
  left: 0;
  top: 0;
  width: 100%;
}
.dtwl-woo-product-image .dtwl-woo-product-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
  transition: all .5s ease-in-out 0s;
  animation-fill-mode: both;
  -webkit-animation-fill-mode: both;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dtwl-woo-product-image .dtwl-woo-product-thumbnail.dtwl-woo-product-front-thumbnail {
  position: relative;
  z-index: 2;
}
.dtwl-woo-product-image .dtwl-woo-product-thumbnail.dtwl-woo-product-front-thumbnail img {
  opacity: 1;
  filter: alpha(opacity=100);
}
.dtwl-woo-product-image .dtwl-woo-product-thumbnail.dtwl-woo-product-back-thumbnail {
  position: absolute;
  z-index: 1;
}
.dtwl-woo-product-image .dtwl-woo-product-thumbnail.dtwl-woo-product-back-thumbnail img {
  opacity: 0;
  filter: alpha(opacity=0);
}

.dtwl-woo-content[data-paginate="infinite_scroll"] .woocommerce-pagination, .dtwl-woo-content[data-paginate="ajax"] .woocommerce-pagination {
  display: none;
}

.dtwl-infinite-scroll-loading {
  text-align: center;
  margin-top: 3em;
  margin-bottom: 3em;
}
.dtwl-infinite-scroll-loading .dtwl-woo-fade-loading {
  text-align: center;
}
.dtwl-infinite-scroll-loading .dtwl-woo-fade-loading i {
  -webkit-animation: 1.5s ease 0s normal none infinite loadingFade;
  -o-animation: 1.5s ease 0s normal none infinite loadingFade;
  animation: 1.5s ease 0s normal none infinite loadingFade;
  background: none repeat scroll 0 0 #ff4800;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 10px;
}
.dtwl-infinite-scroll-loading .dtwl-woo-fade-loading i:nth-child(1) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s;
}
.dtwl-infinite-scroll-loading .dtwl-woo-fade-loading i:nth-child(2) {
  -webkit-animation-delay: .4s;
  animation-delay: .4s;
}
.dtwl-infinite-scroll-loading .dtwl-woo-fade-loading i:nth-child(3) {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}
.dtwl-infinite-scroll-loading .dtwl-woo-fade-loading i:nth-child(4) {
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
}

/* Effects */
.dtwl-woo-tab-content > .active {
  display: block;
}
.dtwl-woo-tab-content .fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.dtwl-woo-tab-content .fade.in {
  opacity: 1;
}

#dtwl-ajax-no-products {
  display: none !important;
}

.item-animate {
  opacity: 0;
  position: relative;
}

.dtwl-woo-tab-content .active .item-animate,
.play .item-animate {
  opacity: 1;
  animation-play-state: running;
  -moz-animation-play-state: running;
  -webkit-animation-play-state: running;
  -o-animation-play-state: running;
  -ms-animation-play-state: running;
}

.slideBottom.play .item-animate {
  -webkit-animation: slideBottom 600ms ease both;
  -o-animation: slideBottom 600ms ease both;
  animation: slideBottom 600ms ease both;
}

.slideLeft.play .item-animate {
  -webkit-animation: slideLeft 600ms ease both;
  -o-animation: slideLeft 600ms ease both;
  animation: slideLeft 600ms ease both;
}

.slideRight.play .item-animate {
  -webkit-animation: slideRight 600ms ease both;
  -o-animation: slideRight 600ms ease both;
  animation: slideRight 600ms ease both;
}

.bounceIn.play .item-animate {
  -webkit-animation: bounceIn 600ms ease both;
  -o-animation: bounceIn 600ms ease both;
  animation: bounceIn 600ms ease both;
}

.bounceInRight.play .item-animate {
  -webkit-animation: bounceInRight 600ms ease both;
  -o-animation: bounceInRight 600ms ease both;
  animation: bounceInRight 600ms ease both;
}

.zoomIn.play .item-animate {
  -webkit-animation: zoomIn 600ms ease both;
  -o-animation: zoomIn 600ms ease both;
  animation: zoomIn 600ms ease both;
}

.zoomOut.play .item-animate {
  -webkit-animation: zoomOut 600ms ease both;
  -o-animation: zoomOut 600ms ease both;
  animation: zoomOut 600ms ease both;
}

.pageRight.play .item-animate {
  -webkit-animation: pageRight 600ms ease both;
  -o-animation: pageRight 600ms ease both;
  animation: pageRight 600ms ease both;
}

.pageLeft.play .item-animate {
  -webkit-animation: pageLeft 600ms ease both;
  -o-animation: pageLeft 600ms ease both;
  animation: pageLeft 600ms ease both;
}

.pageTop.play .item-animate {
  -webkit-animation: pageTop 600ms ease both;
  -o-animation: pageTop 600ms ease both;
  animation: pageTop 600ms ease both;
}

.pageBottom.play .item-animate {
  -webkit-animation: pageBottom 600ms ease both;
  -o-animation: pageBottom 600ms ease both;
  animation: pageBottom 600ms ease both;
}

.starwars.play .item-animate {
  -webkit-animation: starwars 600ms ease-out both;
  -o-animation: starwars 600ms ease-out both;
  animation: starwars 600ms ease-out both;
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.dtwl-woocommerce-pagination {
  margin: 0;
  margin-top: 30px;
  text-align: center;
}
.dtwl-woocommerce-pagination .page-numbers {
  list-style: none;
  margin: 0;
  display: inline-block;
}
.dtwl-woocommerce-pagination .page-numbers li {
  display: inline;
}
.dtwl-woocommerce-pagination a, .dtwl-woocommerce-pagination span {
  display: inline-block;
  background-color: #FFFFFF;
  border-color: #DDDDDD;
  border-image: none;
  border-style: solid;
  border-width: 1px;
  line-height: 12px;
  padding: 3px 8px;
  text-decoration: none;
}
.dtwl-woocommerce-pagination .current, .dtwl-woocommerce-pagination a:hover {
  background: #ff4800;
  border: 1px solid #ff4800;
  color: #fff;
}

.dtwl-navigation-ajax {
  position: relative;
  display: block;
  text-align: center;
}
.dtwl-navigation-ajax .dtwl-load-more {
  position: relative;
  margin-top: 30px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  font-size: 1em;
  line-height: 33px;
  padding: 0px 35px;
  border: 3px solid #eaeaea;
  font-weight: bold;
}
.dtwl-navigation-ajax .dtwl-load-more:hover {
  color: #ff4800;
  border-color: #ff4800;
}
.dtwl-navigation-ajax .dtwl-load-more .dtwl-navloading {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
}
.dtwl-navigation-ajax .dtwl-load-more .dtwl-navloading .dtwl-navloader {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 10px;
  border-top: 5px solid rgba(0, 0, 0, 0.4);
  border-right: 5px solid rgba(0, 0, 0, 0.4);
  border-bottom: 5px solid rgba(0, 0, 0, 0.4);
  border-left: 5px solid #ff4800;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: dtwlnavloadding 1s infinite linear;
  animation: dtwlnavloadding 1s infinite linear;
  position: absolute;
  top: 50%;
  margin-top: -15px;
  left: 50%;
  margin-left: -15px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.dtwl-navigation-ajax .dtwl-load-more.loading {
  border-color: transparent !important;
  background-color: transparent !important;
}
.dtwl-navigation-ajax .dtwl-load-more.loading .dtwl-navloading {
  opacity: 1;
  visibility: visible;
}
.dtwl-navigation-ajax .dtwl-load-more.loading span {
  opacity: 0;
  visibility: hidden;
}

.dtwl-next-prev-wrap {
  position: relative;
  margin-bottom: 10px;
}
.dtwl-next-prev-wrap a {
  display: inline-block;
  margin-right: 7px;
  width: 25px;
  height: 25px;
  line-height: 24px;
  border: 1px solid #dcdcdc;
  text-align: center;
  vertical-align: top;
  font-size: 7px;
  color: #b7b7b7;
}
.dtwl-next-prev-wrap a i {
  line-height: 24px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.dtwl-next-prev-wrap a.ajax-page-disabled {
  opacity: 0.5;
}
.dtwl-next-prev-wrap a:hover {
  background-color: #ff4800;
  border-color: #ff4800;
  color: #ffffff;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }

  50% {
    -webkit-transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }

  50% {
    -moz-transform: scale(1.05);
  }

  70% {
    -moz-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }

  50% {
    -o-transform: scale(1.05);
  }

  70% {
    -o-transform: scale(0.9);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }

  50% {
    transform: scale(1.05);
  }

  70% {
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
  }

  60% {
    -webkit-transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(100px);
  }

  60% {
    -moz-transform: translateX(-30px);
  }

  80% {
    -moz-transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}

@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(100px);
  }

  60% {
    -o-transform: translateX(-30px);
  }

  80% {
    -o-transform: translateX(10px);
  }

  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(100px);
  }

  60% {
    transform: translateX(-30px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.8);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.8);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -o-transform: scale(1.8);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale(1.8);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes zoomOut {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.6);
  }

  100% {
    opacity: 1;
    -webkit-transform: scale(1);
  }
}

@-moz-keyframes zoomOut {
  0% {
    opacity: 0;
    -moz-transform: scale(0.6);
  }

  100% {
    opacity: 1;
    -moz-transform: scale(1);
  }
}

@-o-keyframes zoomOut {
  0% {
    opacity: 0;
    -o-transform: scale(0.6);
  }

  100% {
    opacity: 1;
    -o-transform: scale(1);
  }
}

@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@-moz-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@-o-keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@keyframes slideBottom {
  0% {
    opacity: 0;
    top: 50px;
  }

  100% {
    opacity: 1;
    top: 0;
  }
}

@-webkit-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@-moz-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@-o-keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes slideRight {
  0% {
    opacity: 0;
    left: 30px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@-moz-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@-o-keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@keyframes slideLeft {
  0% {
    opacity: 0;
    left: -30px;
  }

  100% {
    opacity: 1;
    left: 0;
  }
}

@-webkit-keyframes pageLeft {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(-90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}

@-moz-keyframes pageLeft {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(-90deg);
  }

  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
  }
}

@-o-keyframes pageLeft {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(-90deg);
  }

  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes pageLeft {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(-90deg);
  }

  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}

@-webkit-keyframes pageRight {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(0deg);
  }
}

@-moz-keyframes pageRight {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateY(90deg);
  }

  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateY(0deg);
  }
}

@-o-keyframes pageRight {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateY(90deg);
  }

  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateY(0deg);
  }
}

@keyframes pageRight {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateY(90deg);
  }

  100% {
    opacity: 1;
    transform: perspective(400px) rotateY(0deg);
  }
}

@-webkit-keyframes pageTop {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}

@-moz-keyframes pageTop {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}

@-o-keyframes pageTop {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes pageTop {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}

@-webkit-keyframes pageTopBack {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}

@-moz-keyframes pageTopBack {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}

@-o-keyframes pageTopBack {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes pageTopBack {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(90deg);
  }

  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}

@-webkit-keyframes pageBottom {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
  }
}

@-moz-keyframes pageBottom {
  0% {
    opacity: 0;
    -moz-transform: perspective(400px) rotateX(-90deg);
  }

  100% {
    opacity: 1;
    -moz-transform: perspective(400px) rotateX(0deg);
  }
}

@-o-keyframes pageBottom {
  0% {
    opacity: 0;
    -o-transform: perspective(400px) rotateX(-90deg);
  }

  100% {
    opacity: 1;
    -o-transform: perspective(400px) rotateX(0deg);
  }
}

@keyframes pageBottom {
  0% {
    opacity: 0;
    transform: perspective(400px) rotateX(-90deg);
  }

  100% {
    opacity: 1;
    transform: perspective(400px) rotateX(0deg);
  }
}

@-webkit-keyframes starwars {
  0% {
    opacity: 0;
    -webkit-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }

  80% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(60deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}

@-moz-keyframes starwars {
  0% {
    opacity: 0;
    -moz-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }

  80% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(60deg);
  }

  100% {
    opacity: 1;
    -moz-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}

@-o-keyframes starwars {
  0% {
    opacity: 0;
    -o-transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }

  80% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(60deg);
  }

  100% {
    opacity: 1;
    -o-transform: perspective(200px) scale(1) rotateX(0deg);
  }
}

@keyframes starwars {
  0% {
    opacity: 0;
    transform: perspective(200px) scale(3) translateY(180px) rotateX(80deg);
  }

  80% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(60deg);
  }

  100% {
    opacity: 1;
    transform: perspective(200px) scale(1) rotateX(0deg);
  }
}

@-webkit-keyframes dtwlnavloadding {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes dtwlnavloadding {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes loadingFade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@-moz-keyframes loadingFade {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes loadingFade {
  0% {
    opacity: 0;
    filter: alpha(opacity=0);
  }

  50% {
    opacity: 1;
    filter: alpha(opacity=100);
  }

  100% {
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
