/*.woocommerce ul.products li.product a,*/
div.zoom-image,
a.zoom-image{
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(2px) scale(1.0, 1.0);
  -moz-transform: translateZ(2px) scale(1.0, 1.0);
  -o-transform: translateZ(2px) scale(1.0, 1.0);
  transform: translateZ(2px) scale(1.0, 1.0);
}
/*.woocommerce ul.products li.product a:hover img,*/
div.zoom-image.time3s:hover img,
a.zoom-image.time3s:hover img {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2 );
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
  -webkit-transition: all 0.6s ease-out 0s;
  -moz-transition: all 0.6s ease-out 0s;
  -o-transition: all 0.6s ease-out 0s;
  transition: all 0.6s ease-out 0s;
}
/*.woocommerce ul.products li.product a img,*/
div.zoom-image.time3s img,
a.zoom-image.time3s img{
  width: 100%;
  -webkit-transition: all 0.65s ease-out 0s;
  -moz-transition: all 0.65s ease-out 0s;
  -o-transition: all 0.65s ease-out 0s;
  transition: all 0.65s ease-out 0s;
  position: relative;
  z-index: -1px; -webkit-backface-visibility: hidden;
}
a.zoom-image.time5s:hover img {
    transform: scale(1.2);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
a.zoom-image.time5s img{
  width: 100%;
    -webkit-transition: all 0.65s ease-out 0s;
    -moz-transition: all 0.65s ease-out 0s;
    -o-transition: all 0.65s ease-out 0s;
    transition: all 0.65s ease-out 0s;
  position: relative;
  z-index: -1px; -webkit-backface-visibility: hidden;
}
/*.woocommerce ul.products li.product a:before,*/
div.zoom-image:before,
a.zoom-image:before {
      content: "";
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: -50%;
      top: 48%;
      height: 0;
      width: 200%;
      transform: rotate(45deg);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
      overflow: hidden;
      z-index: 9;
}
/*.woocommerce ul.products li.product a:hover:before,*/
div.zoom-image.time3s:hover:before,
a.zoom-image.time3s:hover:before {
    top: -200%;
    height: 500%;
}
/*.woocommerce ul.products li.product a:hover:after,*/
div.zoom-image.time3s:hover:after,
a.zoom-image.time3s:hover:after {
    opacity: 1;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
a.zoom-image.time5s:hover:before {
    top: -120%;
    height: 400%;
}
a.zoom-image.time5s:hover:after {
    opacity: 1;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
/*.woocommerce ul.products li.product a:after,*/
div.zoom-image:after,
a.zoom-image:after {
    /*content: "";*/
    background: url('images/05.png');
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -18px;
    margin-left: -18px;
    opacity: 0;
    -webkit-transition: all 0.65s ease-out 0s;
    -moz-transition: all 0.65s ease-out 0s;
    -o-transition: all 0.65s ease-out 0s;
    transition: all 0.65s ease-out 0s;
    width: 35px;
    height: 35px;
    z-index: 99;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 5px;
}

a.zoom-image-video:after {
    content: "\f04b" !important;
    background: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    width: 21px;
    height: 21px;
    z-index: 99;
}


.image-theme-hover2 a,
.image-theme-hover{
    overflow: hidden; position: relative;
    clear: both;
}
.image-theme-hover2 img,
.image-theme-hover img{
  width: 100%;
    -webkit-transition: all 0.65s ease-out 0s;
    -moz-transition: all 0.65s ease-out 0s;
    -o-transition: all 0.65s ease-out 0s;
    transition: all 0.65s ease-out 0s;
  position: relative;
  z-index: -1px; -webkit-backface-visibility: hidden;
}
.image-theme-hover2 a:before ,
.image-theme-hover:before {
      content: "";
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      left: -50%;
      top: 48%;
      height: 0;
      width: 200%;
      transform: rotate(45deg);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
      overflow: hidden;
      z-index: 9;
}
.image-theme-hover2 a:before{
  transform: rotate(8deg);
}
.image-theme-hover2 a:hover img,
.image-theme-hover:hover img {
    transform: scale(1.2);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.image-theme-hover2 a:hover:before,
.image-theme-hover:hover:before {
    top: -120%; height: 400%;
}
.image-theme-hover2 a:hover:after,
.image-theme-hover:hover:after {
    opacity: 1;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}







.box-content-left-07 {
  float: left;
  padding: 20px;
  text-align: center;
  width: 100%;
  background: #fff;
  /*border: 1px solid #e6e6e6;*/
  border-top: none;
  /*border-bottom: 1px solid #c0c0c0;*/
}
.box-content-left-07 .item {
  float: left;
  padding-top: 48px;
  background: rgba(44, 161, 255, 0.1);
  height: 203px;
  width: 100%;
}
.box-content-left-07 .content-info h2 {
  text-transform: uppercase;
  font-size: 128.57%;
  font-weight: 700;
  display: inline-block;
  width: 100%;
  position: relative;
  top: 0;
  color: #fff;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
}
.box-content-left-07 .content-info .btn-shopnow{
  display: inline-block;
  font-size: 128.57%;
  -webkit-transition: 0.6s ease-out;
  -moz-transition: 0.6s ease-out;
  -o-transition: 0.6s ease-out;
  transition: 0.6s ease-out;
  position: relative;
  top: 0;
}
.box-content-left-07 .item:hover .content-info h2{
  position: relative;
  top: 32px;
  color: #fff;
}
.box-content-left-07 .item:hover .content-info .btn-shopnow {
  position: relative;
  top: -35px;
}
.box-content-left-07:hover .item{
  background: rgba(44, 161, 255, 0.6); position: relative;
}
.box-content-left-07 .item:before{
    content: ""; width: 100%;
    height: 100%;
    position: absolute; top: 0; left: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.box-content-left-07 .item:hover:before{
    background: rgba(255,255,255,0.6);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}


.slimScrollBar{
  opacity: 1 !important; cursor: pointer;
}
.slimScrollRail{width: 1px !important; margin-right: 1px;}

.wrap-default-container .letter-content{
    min-height: 0px;
}

.box-content-right-left-09 .item .inner .product-image {
    width: 39% !important;
    padding-top: 5px;
}
.box-content-right-left-09.mailchimp .item .inner .letter-content{
  margin-bottom: 0 !important;
}

/*.box-content-right-left-09.mailchimp .item::before{
  content: ""; width: 1px; height: 25px; background: #fff; position: absolute; bottom: 0; left: -1px;
}*/
/*.box-content-right-left-09.mailchimp .item::after{
  content: ""; width: 1px; height: 25px; background: #fff; position: absolute; bottom: 0; right: -1px;
}*/
.box-content-right-left-09 .item{position: relative;}
.block-footer-general .title{ margin-bottom: 8px;}
.mc4wp-form input[type=email]{
    margin-bottom: 0 !important;
    width: 100%;
}
a.compare{border-radius: 0 !important;}

.block-content-06 .vt_slider .slider-inner .container-slider .wrap-item-products .item .product-info .product-name{
  color: #333;
}
.block-content-06 .vt_slider .slider-inner .container-slider .wrap-item-products .item .product-info .product-name:hover{
  color: #ff5836;
}
.amount{color: #666;}

/*.position-03 .position-top-03 .box-right .product-image-banner{
    overflow: hidden; position: relative;
}


.position-03 .position-top-03 .box-right .product-image-banner:before{
    content: "";
      background: rgba(0, 0, 0, 0.6);
      position: absolute;
      left: -50%;
      top: 48%;
      height: 0;
      width: 200%;
      transform: rotate(45deg);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
      overflow: hidden;
      z-index: 9;
}
.position-03 .position-top-03 .box-right .product-image-banner:after{
    content: "";
    background: url('images/05.png');
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    -webkit-transition: all 0.65s ease-out 0s;
    -moz-transition: all 0.65s ease-out 0s;
    -o-transition: all 0.65s ease-out 0s;
    transition: all 0.65s ease-out 0s;
    width: 21px;
    height: 21px;
    z-index: 99;
}
.position-03 .position-top-03 .box-right .product-image-banner img{
     width: 100%;
    -webkit-transition: all 0.65s ease-out 0s;
    -moz-transition: all 0.65s ease-out 0s;
    -o-transition: all 0.65s ease-out 0s;
    transition: all 0.65s ease-out 0s;
  position: relative;
  z-index: -1px;
}
.position-03 .position-top-03 .box-right .product-image-banner:hover img{
        transform: scale(1.2);
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}
.position-03 .position-top-03 .box-right .product-image-banner:hover:before{
    top: -120%;
    height: 400%;
}
.position-03 .position-top-03 .box-right .product-image-banner:hover:after{
    opacity: 1;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
}*/
.slimScrollDiv .product-image:after{
    background: rgba(0,0,0,0.1);
    content: "\f04b";
    font-family: "FontAwesome";
    color: #fff;
    padding: 19px 15px 15px 15px;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 0;
    width: 40px;
    height: 40px;
    display: block;
}
.content-right-01 .infor h3:hover {
  opacity: 1;
}
.infor .text-01:hover{
    /*color: #333 !important;*/
}
.infor .comment:hover:before{
    color: #333 !important; cursor: pointer;
}
.infor-general .text-01:hover{
    color: #333 !important;
}
.infor-general .comment:hover:before{
    color: #333 !important; cursor: pointer;
}
.infor-listing h3.text-02 a:hover{
    color: rgba(51,51,51,0.5);
        -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.infor-listing h3.text-02 a{
        -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.wrap-box-trending .box-trending-right ul li i:hover{
    background: #fff; z-index: -1;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.wrap-box-trending .box-trending-right ul li i:after{
  content: ""; width: 100%; height: 100%; border-radius: 100%; transform: scale(0); background: #666; position: absolute; top: 0; left: 0; z-index: -1;
        -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.wrap-box-trending .box-trending-right ul li i:hover:after{
  transform: scale(1);
      -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.box-trending .vt_slider .slider-inner .container-slider .wrap-block-trending .block-trending .infor .block-infor .text-01:hover{
    color: #fff !important;
}
.vc_row .block-border-top6{border-bottom-color: 1px solid #ccc !important;}
#cart-sidebar .product-details{float: left;}
#cart-sidebar .product-details .price{display: inline-block; width: 100%;}
.woocommerce ul.products li.product h3:hover{
    color: #ff5836;
}
.woocommerce a.button{border-radius: 0 !important;}
.left-detail-02 .box-left-ontop{border-top: none;}
.blog-box-shadow{
    box-shadow: 0 -1px 5px 0px rgba(0, 0, 0, 0.2);
}
/*.site-footer{
      box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1);
}*/
.block-content-03 .vt_slider .slider-inner .container-slider .wrap-item-products .item .infor .text-01:hover{
  color: #999 !important;
}
/*.peatured-post:hover,
.box-content-left-01 .content-left-01 .box-mobile:hover,
.box-content-right-01-1170 .content-right-01:hover,
.box-content-left-02-1170 .item-02 .inner-02 .box-mobile:hover
{
  margin-top: -5px; 
  margin-bottom: 20px;
}
.box-content-left-01 .content-left-01 .box-fashion:hover,
.box-content-left-01 .content-left-02:hover,
.box-content-left-02:hover,
.box-trending:hover,
.wrap-box-trending .box-trending-right:hover,
.block-popular-ontop:hover,
.block-latest-video-1170:hover,
.box-content-left-02-1170 .item-01 .inner-01:hover,
.box-content-left-02-1170 .item-01 .inner-02:hover,
.box-content-left-02-1170 .item-01 .inner-03:hover,
.box-content-left-02-1170 .item-02 .inner-01:hover,
.box-content-left-02-1170 .item-02 .inner-02 .box-fashion:hover,
.block-content-03:hover
{
  margin-top: -5px;
  margin-bottom: 5px !important;
}*/


/*.box-style{
  border-bottom: 1px solid #ccc;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.box-style:hover{
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.2);
  margin-top: -5px;
  margin-bottom: 5px !important;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.box-style-15px{
  border-bottom: 1px solid #ccc;
  background: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.box-style-15px:hover{
  box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.2);
  margin-top: -5px;
  margin-bottom: 20px !important;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}*/
.style-top{
  position: relative;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1)
}
.style-top:before{
  content: "";
  width: 100%;
  height: 3px;
  background: #000;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 99;
}
.style-top:hover,
.style-top-6px:hover {
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
}

.style-top-6px{
  position: relative;
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1)
}
.style-top-6px:before{
  content: "";
  width: 100%;
  height: 10px;
  background: #ff5836;
  position: absolute;
  top: -1px;
  left: 0;
  z-index: 99;
}


.infor{
  width: 50%;
  float: left;
  margin-top: -5px;
}
.infor >a{
  float: left;
  width: 100%;
}
.infor a .text-01{
  float: left;
  text-transform: uppercase;
  color: #999999;
  width: 100%;
  margin-bottom: 3px;
  font-size: 85.71%;
}

.infor h3 a{
  font-weight: 400;
}
.date-comment {
    float: left;
    width: 100%;
    margin-top: -1px;
}
.date-comment span {
    width: auto !important;
    font-size: 85.71%;
    color: #999999;
    float: left;
    line-height: 20px;
    margin-right: 20px;
    margin-top: -1px;
}
.date-comment a {
    width: auto !important;
    font-size: 85.71%;
    color: #999999;
    float: left;
    margin-left: 20px;
    position: relative;
}
.date-comment .comment:before{
    position: absolute;
    left: -20px;
    top: 1px !important;
    content: "\f27a" !important;
    font-family: "FontAwesome";
    background: none !important;
    background: unset  !important;
}
.date-comment .comment:hover:before {
    color: #333 !important;
    cursor: pointer;
}
.date-comment a:after {
    content: "";
    width: 1px;
    height: 80%;
    background: #ccc;
    position: absolute;
    top: 2px;
    left: -30px;
}
.logo{
    text-align: center;
    display: block;
    margin-top: 10px;
}
h3.title-list{
    float: none;
    font-size: 14px;
    margin-top: 0 !important;
    clear: both;
    line-height: 20px !important; 
    margin-bottom: 8px !important;
}
h3.title-post{
    float: none;
    clear: both;
    color: #333;
    margin-top: 0;
    line-height: 28px !important;
    margin-bottom: 6px !important;
}
h3.title-post a{
    font-weight: 500;
    font-size: 24px;
    transition: all 0.3s ease-out 0s;
}
.trending-meta{
    clear: both;
}
.trending-meta span{
    color: #999;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px;
}
.post-category{
    font-size: 12px;
    text-transform: uppercase;
    color: #ff5836;
    font-weight: 600;
}
.trending-meta .post-date{
    margin-right: 18px;
}
.sv-trending-slider .owl-controls .owl-buttons div {
    cursor: pointer;
    position: absolute;
    top: 38%;
    background: #333;
    color: #fff;
    font-size: 14px;
    padding: 5px 12.5px;
    border-radius: 100%;
    transition: all 0.3s ease-out 0s;
}
.sv-trending-slider .owl-controls .owl-buttons div.owl-prev{
    left: 36px;
}
.sv-trending-slider .owl-controls .owl-buttons div.owl-next{
    right: 36px;
}
.trending-infor{
    margin-top: 15px;
}
.sv-trending-slider{
    padding: 20px;
    background: #fff;
}
.box-content-right h3.title-list{
    max-height: 38px;
    overflow: hidden;
    margin-bottom: 0 !important;
}
.content-left-01 h3.title-post,
.content-left-02 h3.title-post{
    max-height: 85px;
    overflow: hidden;
}
h3.title-medium a{
    font-size: 18px;
}
.navslider a{
    border-radius: 100%;
}
.price del .amount{
    color: #999;
    font-size: 12px;
}
.price ins .amount{
    color: #ff5836;
    font-weight: 600;
    font-size: 18px;
}
.form.mc4wp-form span:hover:before, .box-content-right-left-09 .item .see-more:hover:before, .box-content-right-left-09 .item .see-more:hover:before, .see-more:hover:before, .box-content-left-02 .see-more:hover:before,
.sv-trending-slider .owl-controls .owl-buttons div:hover{
  background: #ff5836;
}
.box-style{
  box-shadow: 0 1px 3px 0px rgba(0, 0, 0, 0.1)
}
.more-hidden .item:last-child{
    border-bottom: 0;
}
.post-category:hover{
  text-decoration: underline;
}
h3.title-post:hover{
  opacity: 0.5;  
}
h3.title-post{
  transition: all 0.3s ease-out 0s;
}
.box-style:hover {
    box-shadow: 0 1px 4px 0px rgba(0, 0, 0, 0.2);
}
.coppyright{
  color: #333;
}
.coppyright span{
  color: #999;
}
.menu-fix{
  overflow: inherit !important;
}
.wrap-small-container .box-content-left-02 .latest-news .item .infor{
    width: 63.5%;
}
.wrap-small-container .block-content-03 .vt_slider .slider-inner .container-slider .wrap-item-products .item {
     padding: 18px 0 20px 0; 
}
.wrap-small-container .sv-trending-slider .owl-controls .owl-buttons div {
  top: 40%;
}
.wrap-small-container .trending-meta .post-date {
    margin-right: 10px;
}
.wrap-small-container .col-md-8 .box-content-left-01 .content-left-02 .product-image img {
    max-height: 197px;
}
.wrap-small-container .col-md-8 .box-content-right-02 .item-01 .inner-02 .product-image img{
  max-height: 181px;
}
.wrap-small-container .col-md-8 .box-content-right-02 .item-02 .inner-01 .product-image img{
  max-height: 197px;
}
/*.wrap-small-container .magemenu-menu .explodedmenu li.parentMenu:hover .sub-menu {
    top: 36px;
}*/
.wrap-small-container .box-content-left-02 .latest-news .item .product-image {
    width: 28.7%;
}
.wrap-small-container .box-content-left-01 .peatured-post .product-image {
    width: 59%;
}
.wrap-small-container .magemenu-menu.horizontal-menu .explodedmenu li.parentMenu.has-mega-menu:hover .sub-menu {
     top: 36px; 
}
.title-list.title-medium{
    max-height: 62px;
    overflow: hidden;
}
.box-content-left-02 .latest-news .item .infor h3:hover {
    opacity: 1;
}
.content-right-menu-02 img{
  width: 100%;
}
.block-position-left-02 .item .infor-listing .see-more{
  margin-left: 40px;
}
.block-position-left-02 .item .infor-listing .see-more:before{
  padding: 14px 13px 17px 14px;
  left: -44px;
}
.woocommerce ul.products{
  margin-top: 30px;
  float: left;
  width: 100%;
}
.widget.woocommerce .product_list_widget li:last-child, .widget.woocommerce .product-categories li:last-child{
  padding-bottom: 0;  
}
.widget.woocommerce .product_list_widget li:first-child, .widget.woocommerce .product-categories li:first-child{
  padding-top: 0;
}
.subtotal .label{
  padding-left: 0;
}
ins .amount{
  color: #ff5836;
}
.single .widget .box-content-left-02 .latest-news .item .product-image {
    width: 28.7%;
}
.comment-respond .logged-in-as{
  margin-bottom: 5px;
}
.position-03 .position-top-03 .box-right .product-image-banner.zoom-image {
    margin-bottom: 0;
}
.about-author .tittle-general{
  margin-top: 10px;
}
.box-search .box-search-icon,
.box-account-lc .account-lc-icon{
  border: 1px solid #e5e5e5;
  border-radius: 50%;
  margin-top: -2px;
}
.box-search .box-search-icon:before,
.box-account-lc .account-lc-icon:before{
    margin-left: 3px;
    margin-top: -2px;
}
.box-left-ontop .box-left ul li a i.fa-google-plus{
  background: #ff5836;
}
.box-left-ontop .box-left ul li a i.fa-envelope{
  background: #fe9c00;
}
.slimScrollDiv .product-image:after{
  opacity: 1;
}
.video-thumb a:after{
    opacity: 1;
    background: rgba(0,0,0,0.1);
    content: "\f04b";
    font-family: "FontAwesome";
    color: #fff;
    padding: 19px 15px 15px 15px;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 0;
    width: 40px;
    height: 40px;
    display: block;
}
.box-content-left .product-image:after {
    opacity: 1;
    background: rgba(0,0,0,0.1);
    content: "\f04b";
    font-family: "FontAwesome";
    color: #fff;
    padding: 30px 15px 15px 24px;
    border: 1px solid #fff;
    border-radius: 100%;
    line-height: 0;
    width: 60px;
    height: 60px;
    display: block;
    font-size: 18px;
}
.icon-menu-vertical{
  position: relative;
  height: 30px;
}
.icon-menu-vertical:before{
  content: '\f0c9';
  font-family: "FontAwesome";
  position: absolute;
  height: 30px;
  width: 30px;
  background: #000;
  color:#fff;
  border-radius: 50%;
  padding-top: 4px;
  padding-left: 9px;
}
.wrap-menu-vertical .vertical-menu {
    padding-top: 12px;
    background: rgba(0,0,0,0);
}
.wrap-small-container .box-header-01 .box-right .box.box-search .advanced-search{
  padding-top: 1px;
}
.block-latest-video .box-content-left{
  padding-left: 20px;
  padding-right: 20px;
}
/*fix unitest*/
.magemenu-menu .explodedmenu li.parentMenu.menu-03 .sub-menu li a{
  text-align: left;
}
.widget_archive .widget-title{
  padding: 20px 20px 15px 20px;
}
.block-position-left-02 .item.no-thumb .infor-listing {
    padding-left: 0;
}
.widget_categories >label, .widget_archive >label {
    padding: 0 20px;
}
.widget_calendar > div {
    padding: 20px;
}
.sidebar .widget.widget_nav_menu ul {
    padding-left: 20px;
}
.sidebar .widget.widget_nav_menu ul ul {
    padding-left: 15px;
}
.post-content ul{
    list-style: disc;
    margin-left: 30px;
}
.position-04 .tab-item ul .active {
    border: 1px solid #e6e6e6;
}
.main-default article.page{
    padding: 20px;
}
.main-default article.page:before{
    height: 10px;
    background: #ff5836;
}
.sv-box-next{
    margin-top: 20px;
    padding-top: 20px;
}
.box-header-01 .box-right .box.block-cart .style-icon:hover,
.icon-menu-vertical:hover:before{
    background: #ff5836;
}
.box-header-01 .box-right .box.block-cart .style-icon:hover:before{
    color: #fff;
}
.infor-listing h3.text-02 a:hover,
h3.title-post a:hover,
h3.title-medium a:hover,
.infor h3 a:hover,
.box-header-01 .box-right .box .style-icon:hover:before{
    color: #ff5836;
}
h3.title-post:hover,
.infor h3:hover, .box-content-left-01 .content-left-01 .box-fashion .infor h3:hover, .box-content-left-01 .content-left-01 .box-mobile .infor h3:hover, .box-content-left-02 .latest-news .item .infor h3:hover, .infor-general h3:hover, .box-content-left-01 .peatured-post .infor h3:hover{
    opacity: 1;
}
.wrap-default-container .box-header-01 .box-right .box.box-search .advanced-search {
    padding-top: 1px;
}
.box-header-01 .box-right .box .box-inner{
    top: 42px;
}
.box-header-01 .box-right .box:hover .box-inner {
    top: 41px;
}
.wrap-small-container .box-header-01 .box-right .box.box-search .advanced-search {
    margin-top: -6px;
}
.wrap-menu-vertical .magemenu-menu .explodedmenu > li:hover:before, .wrap-menu-vertical .magemenu-menu .explodedmenu li.parentMenu.has-mega-menu:hover:before{
    display: none;
}
.wrap-menu-vertical .vertical-menu{
    padding-top: 18px;
}
.subnav-fixed-02{
    padding-bottom: 10px;
}
.position-03 .tag-cloud .block-tag a:before,
.widget .tagcloud a:before{
    border-color: transparent #ff5836 transparent transparent;
}
.single-product.woocommerce .product-main{
    padding: 15px 20px 0 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover{
    border-color: #000;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active{
    border-color: #000;
    border-bottom: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs{
    margin-left: 0;
    padding-left: 0;
}
.box-content-left-02 .latest-news .item .product-image{
    width: 30%;
}
.box-content-left-02 .latest-news .item .infor{
    width: 70%;
    margin-left: 0;
    padding-left: 18px;
}
.sv-next-box{
    margin-top: 15px;
}
.woocommerce a.button.btn-cart{
    background: #97979a;
}
.mc4wp-form input[type=submit]{
    border: none;
    background: #fff;
    text-transform: uppercase;
}
.wrap-default-container .mc4wp-form .see-more{
    margin-top: 20px;
}
.single .position-03{
  margin-bottom: 15px;
}
.about-author{
  margin-top: 0;
}
.related h2,
h2.df-page-title{
    color: #333333;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: bold;
}
.comment-text h3 .post-date{
  font-size: 14px;
}
a.comment-reply{
  display: inline-block;
}
.comments-area.comments ol.comments li{
  margin-bottom: 0;
}
li.comment.parent article, li .comment article {
    padding-bottom: 25px;
}
.comment-detail ol > li.parent{
  padding-bottom: 0;
}
.comment-respond input[type="submit"]{
    border: 1px solid #e5e5e5;
    font-size: 12px;
    padding: 8px 20px;
    text-transform: uppercase;
    background: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.comment-respond input[type="submit"]:hover {
    background: #333;
    color: #fff;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.sidebar .widget_nav_menu ul ul ul li{
  padding-left: 0;
}
.main-wrapper-default{
  padding-bottom: 20px;
}
.block-position-left-02 .item{
  width: 100%;
}
.about-author .tittle-general h2 span{
  text-transform: capitalize;
}
.trending-meta .meta-item a{
  color: #999;
  display: inline-block;
  margin-right: 5px;
}
.trending-meta .meta-item{
  color: #999;
  display: inline-block;
  margin-right: 18px;
}
.trending-meta .meta-item i{
  margin-right: 8px;
}
.trending-meta a{
  color: #999;
}
.trending-meta .meta-item{
  text-transform: uppercase;
  font-size: 12px;
}
.trending-infor h3.title-post{
  margin-top: 5px;
}
.box-content-left-02 .latest-news .item {
    border-bottom: 1px solid #ccc;
}
.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img{
  width: 70px;
}
.single-product.woocommerce ul.products::after,
.single-product.woocommerce ul.products::before{
  display: none;
}
.woocommerce .shop-width-3 ul.products li.product:last-child{
  margin-right: 0;
}
.summary a.compare:hover, .yith-wcwl-add-to-wishlist:hover, a.compare:hover,
.woocommerce div.product form.cart .button{
  border-radius: 0;
}
.product-main .product_meta{
  margin-top: 0px;
}
.product_list_widget del .amount{
  color: #999;
  font-size: 12px;
}
.single.woocommerce .quantity .qty{
  width: 76px;
}
.yith-wcwl-add-to-wishlist .ajax-loading{
  margin-left: -12px;
}
.post-category{
  margin-bottom: 8px;
  display: block;
}
.box-content-left-02-1170 .item-01:last-child{
  margin-bottom: 0;
}
.box-content-left-02 .more-hidden.latest-news .item:last-child{
  border-bottom: 0;
}
.woocommerce span.onsale{
  font-weight: 500;
}
.trending-meta a:hover,
.trending-meta .meta-item a:hover{
  color: #ff5836;
}
.trending-meta a:hover i{
  color: #999;
}
.box-content-left-video-1170 .infor{
  margin-top: 14px;
}
.magemenu-menu .explodedmenu li.parentMenu.has-mega-menu.menu-01 .sub-menu .item .inner-menu-01 .text-01{
  margin-top: 8px;
  max-height: 60px;
  margin-bottom: 10px;
}
.grid-mobile .wrap-item,
.grid-mobile .block-trending{
  width: 50%;
  float: left;
  padding: 20px;
}
.grid-travel .item.block-trending{
    padding: 20px;
    width: 100%;
    margin-bottom: 0;
    float: left;
}
.grid-travel .infor {
    width: 100%;
    padding: 20px 0;
}
.grid-travel .item-wrap{
    width: 32.475%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    background: #fff;
}
.grid-travel .item{
    padding: 20px;
}
/*.grid-travel{
  padding: 20px 11px 0px 11px;
  margin-right: -8px;
  margin-left: -8px;
}*/
.grid-travel .block-popular-ontop{
  margin-bottom: 15px;
}
.grid-travel .item-wrap:nth-child(3n+1) {
    margin-right: 0;
}
.grid-mobile .block-trending .product-image{
  width: 100%;
  float: left;
}
.grid-mobile .wrap-item .item:first-child {
    padding-top: 0;
}
.grid-mobile .wrap-item .item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.grid-mobile .wrap-item .item {
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    padding-top: 20px;
}
.grid-mobile .wrap-item .item .product-image {
    width: 30%;
    float: left;
}
.grid-mobile .wrap-item .item .infor {
    width: 70%;
    margin-left: 0;
    padding-left: 18px;
    float: left;
}
.grid-mobile .trending-infor{
  float: left;
  width: 100%;
}
.grid-mobile .trending-infor h3.title-post {
    margin-top: 0;
}
/*.grid-mobile{
  margin-bottom: 15px;
}*/
.no-title{
  padding-top: 22px;
}
.magemenu-menu.vertical-menu .explodedmenu > li.parentMenu.current-menu-ancestor > a,
.magemenu-menu .explodedmenu li.parentMenu.menu-03 .sub-menu li.current-menu-item a,
.magemenu-menu.vertical-menu .explodedmenu li a:hover,
.magemenu-menu .explodedmenu li.parentMenu.menu-03 .sub-menu li a:hover{
  color: #ff5836;
}
.magemenu-menu.vertical-menu .explodedmenu > li.parentMenu.current-menu-ancestor:before{
  display: none;
}
.magemenu-menu .explodedmenu > li.parentMenu.current-menu-ancestor:before {
    content: "";
    width: 100%;
    height: 3px;
    background: #000;
    position: absolute;
    top: -1px;
    left: 0;
}
.magemenu-menu .explodedmenu li.parentMenu.menu-03 .sub-menu li.menu-item-has-children:after{
  content: '\f105';
  font-family: "fontawesome";
  position: absolute;
  top: 15px;
  right: 10px;
  display: block;
  left: inherit;
  width: 10px;
}
/*Menu fix*/
.wrap-menu-vertical .vertical-menu.active {
    opacity: 1;
    visibility: visible;
}
.subnav-fixed-02 .menu-fix{
  display: none;
}
.subnav-fixed-02{
  padding-bottom: 0;
}
.about-author .product-image{
  width: 24%;
  margin: 0;
  padding: 20px;
}
.item-banner{
    padding: 26px 0 18px 0;
}
.banner-info{
  position: absolute;
  top: 80%;
  margin-top: -18px;
  left: 0;
  width: 100%;
  padding: 20px;
  background: #000;
  opacity: 0.7;
  width: 100%;
  height: 20%;
  color: #fff;
}
.hidden-nav .navslider{
  display: none;
}
.block-content-06.normal .vt_slider .slider-inner .container-slider .wrap-item-products .item{
  padding-bottom: 15px;
}
