

.body-container .section-title-container {
  margin-top: 35px;
  clear: both;
}
.body-container .section-title-container .section-title {
  margin-top: 0;
  float: left;
}
.body-container .section-title-container .section-title-content {
  float: right;
}
.body-container .section-title {
  margin-top: 35px;
  margin-bottom: 0;
  border: none;
  border-bottom: 3px solid;
  background: none;
  padding: 10px 0;
  display: inline-block;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #434343;
  line-height: 24px;
}
.body-container .cart-boxes .cart-box {
  margin-top: 35px;
  border: 1px solid #dddddd;
  padding: 28px 25px;
}
.body-container .cart-boxes .cart-box .title {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  line-height: 24px;
  text-transform: uppercase;
  margin: 0;
  margin-bottom: 10px;
}
.body-container .cart-boxes .cart-box .text {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  font-weight: light;
  color: #666666;
  line-height: 18px;
  margin: 0;
  margin-bottom: 20px;
}
.body-container .cart-boxes .cart-box .sub-total {
  display: block;
}
.body-container .cart-boxes .cart-box .sub-total .label {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  line-height: 24px;
  text-align: right;
  padding: 0;
  display: inline-block;
}
.body-container .cart-boxes .cart-box .sub-total .value {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #666666;
  line-height: 24px;
  text-align: right;
  padding: 0;
  display: inline-block;
}
.body-container .cart-boxes .cart-box .grand-total {
  margin-bottom: 20px;
}
.body-container .cart-boxes .cart-box .grand-total .label {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #666666;
  line-height: 40px;
  text-align: right;
  padding: 0;
}
.body-container .cart-boxes .cart-box .grand-total .value {
  font-family: 'Roboto', sans-serif;
  font-size: 25px;
  font-weight: bold;
  color: #fe5252;
  line-height: 40px;
  text-align: right;
  padding: 0;
}
.wide-banner {
  overflow: hidden;
}
.wide-banner .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wide-banner:hover img {
  -webkit-transform: rotate(-1deg) scale(1.1);
  -moz-transform: rotate(-1deg) scale(1.1);
  -ms-transform: rotate(-1deg) scale(1.1);
  -o-transform: rotate(-1deg) scale(1.1);
  opacity: 0.9;
}
.home-5 .yamm .dropdown.yamm-fw .dropdown-menu,
.home-4 .yamm .dropdown.yamm-fw .dropdown-menu {
  left: 15px;
  right: 15px;
}
img[src="assets/images/blank.gif"] {
  background: url("../images/ajax.gif") no-repeat scroll center center #ffffff;
}
/*===================================================================================*/
/*	GO TO TOP / SCROLL UP
/*===================================================================================*/
#scrollUp {
  bottom: 20px;
  right: 20px;
  font-size: 36px;
  line-height: 100%;
  color: #FFF;
  padding: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  opacity: .5;
}
#scrollUp i {
  position: relative;
  top: -2px;
}
#scrollUp:hover {
  opacity: 1;
}

.inline {
  display: inline-block;
}
/*==============================================================================================================*/
/*  Components : Buttons, Dropdowns, Icons, Nav Tabs, Breadcrumb, Filters, Tag, Blog Posts, Price Range Slider
/*==============================================================================================================*/
/* Buttons */
.btn.btn-blue {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.btn.btn-blue.btn-trans {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.btn.btn-dark-blue {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.btn.btn-dark-blue.btn-trans {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.btn.btn-small {
  padding: 3px 8px;
}
.btn.btn-normal {
  padding: 6px 20px;
}
.btn.btn-small-med {
  padding: 10px 20px;
}
.btn.btn-med {

  font-size: 14px !important;
  font-weight: normal !important;
  color: #ffffff !important;
  line-height: 20px !important;
  padding: 5px 10px;
}
.btn.btn-high {
  padding: 8px 20px;
}
.btn.btn-thin {
  padding: 4px 12px;
}
.btn.btn-upper {

}


@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}

/*===================================================================================*/
/*  Carousel : Wide Slider, Product Slider, Default Slider, Custom Controls
/*===================================================================================*/
/* Wide Slider */
.owl-item.loading {

  background: url(../images/ajax.gif) no-repeat center center;
}
.body-container .wide-slider .owl-carousel .item img {
  width: 100%;
  display: block;
  height: auto;
}
.body-container .wide-slider .owl-carousel .item .content {
  position: absolute;
  width: 100%;
  bottom: 12%;
  z-index: 99;
}
@media (max-width: 1450px) {
  .body-container .wide-slider .owl-carousel .item .content {
    bottom: 10%;
  }
}
@media (max-width: 1400px) {
  .body-container .wide-slider .owl-carousel .item .content {
    bottom: 14%;
  }
}

.body-container .wide-slider .owl-carousel .item .content .thin {
  font-family: 'Roboto', sans-serif;
  font-size: 36px;
  font-weight: 300;
  color: #ffffff;
  line-height: 40px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .body-container .wide-slider .owl-carousel .item .content .thin {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #ffffff;
    line-height: 24px;
  }
}
@media (max-width: 550px) {
  .body-container .wide-slider .owl-carousel .item .content .thin {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 900;
    color: #ffffff;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .thin {
    display: none;
  }
}
.body-container .wide-slider .owl-carousel .item .content .small {
  margin: 0 0 0px 0;

}
@media (max-width: 480px) {
  .body-container .wide-slider .owl-carousel .item .content .small {
    display: none;
  }.fadeInDown-3{ display:none;}
}
.body-container .wide-slider .owl-carousel .item .content .large {
  font-family: 'Roboto', sans-serif;
  font-size: 30px; text-shadow: 2px 2px 5px #000;
  font-weight: 900;
  color: #ffffff;
  line-height: 65px;
  margin: 0 0 10px 0;
  text-transform: capitalize;
}
@media (max-width: 991px) {
  .body-container .wide-slider .owl-carousel .item .content .large {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #ffffff;
    line-height: 20px;
  }
}
@media (max-width: 550px) {
  .body-container .wide-slider .owl-carousel .item .content .large {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 900;
    color: #ffffff;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .large {
    display: none;
  }
}
.body-container .wide-slider .owl-carousel .item .content .xlarge {
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .xlarge {
    display: none;
  }
}
.body-container .wide-slider .owl-carousel .item .content .xxlarge {
  font-family: 'Roboto', sans-serif;
  font-size: 100px;
  font-weight: normal;
  color: #ffffff;
  line-height: 100px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .xxlarge {
    display: none;
  }
}
.body-container .wide-slider .owl-carousel .item .content .med {
  font-family: 'Roboto', sans-serif;
  font-size: 22px; 
  color: #000;
  line-height: 20px;
  margin: 0 0 30px 0;
  text-transform:capitalize
}
@media (max-width: 991px) {
  .body-container .wide-slider .owl-carousel .item .content .med {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #000;
    line-height: 24px;
  }
}
@media (max-width: 550px) {
  .body-container .wide-slider .owl-carousel .item .content .med {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 900;
    color: #ff3d3d;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .med {
    display: none;
  }
}
.body-container .wide-slider .owl-carousel .item .content .xmedium {
  font-family: 'Roboto', sans-serif;
  font-size: 45px;
  font-weight: 300;
  color: #ffffff;
  line-height: 50px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .xmedium {
    display: none;
  }
}
.body-container .wide-slider .owl-carousel .item .content .xsmall {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #ffffff;
  line-height: 24px;
  margin: 10px 0 30px 0;
}
@media (max-width: 991px) {
  .body-container .wide-slider .owl-carousel .item .content .xsmall {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
  }
}
@media (max-width: 550px) {
  .body-container .wide-slider .owl-carousel .item .content .xsmall {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .xsmall {
    display: none;
  }
}
.body-container .wide-slider .owl-carousel .item .content .xs {
  font-family: 'Roboto', sans-serif;
  font-size: 30px;
  font-weight: 300;
  color: #ffffff;
  line-height: 40px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .body-container .wide-slider .owl-carousel .item .content .xs {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
  }
}
@media (max-width: 550px) {
  .body-container .wide-slider .owl-carousel .item .content .xs {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .xs {
    display: none;
  }
}
.body-container .wide-slider .owl-carousel .item .content .xl {
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  font-weight: normal;
  color: #ffffff;
  line-height: 70px;
  margin: 0 0 10px 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .body-container .wide-slider .owl-carousel .item .content .xl {
    font-family: 'Roboto', sans-serif;
    font-size: 30px;
    font-weight: normal;
    color: #ffffff;
    line-height: 36px;
  }
}
@media (max-width: 550px) {
  .body-container .wide-slider .owl-carousel .item .content .xl {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    color: #ffffff;
    line-height: 24px;
  }
}
@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .xl {
    display: none;
  }
}
.body-container .wide-slider .owl-carousel .item .content .xm {
  font-family: 'Roboto', sans-serif;
  font-size: 45px;
  font-weight: 300;
  color: #ffffff;
  line-height: 50px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .body-container .wide-slider .owl-carousel .item .content .xm {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 300;
    color: #ffffff;
    line-height: 30px;
  }
}
@media (max-width: 550px) {
  .body-container .wide-slider .owl-carousel .item .content .xm {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    line-height: 16px;
  }
}
@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .xm {
    display: none;
  }
}
.body-container .wide-slider .owl-carousel .item .content .xxs {
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: #ffffff;
  line-height: 36px;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .body-container .wide-slider .owl-carousel .item .content .xxs {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    line-height: 24px;
  }
}
@media (max-width: 550px) {
  .body-container .wide-slider .owl-carousel .item .content .xxs {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #ffffff;
    line-height: 18px;
  }
}
@media (max-width: 450px) {
  .body-container .wide-slider .owl-carousel .item .content .xxs {
    display: none;
  }
}
.body-container .wide-slider .owl-carousel .item .content .text-shadow {
  -webkit-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -ms-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  -o-text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}
.body-container .wide-slider .owl-carousel .owl-controls {
  position: absolute; bottom:30%; z-index:99;
  width: 100%;
}
@media (max-width: 1450px) {
  .body-container .wide-slider .owl-carousel .owl-controls {
    bottom: 25%;
  }
}

@media (max-width: 640px) {

}
@media (max-width: 320px) {

  .btn.btn-med { display:none;
}
}
@media (max-width: 360px) {
  .body-container .wide-slider .owl-carousel .owl-controls {
    top: 20px;
  }
    .btn.btn-med { display:none;
}
}
@media (max-width:799px){
	.owl-prev{ display:none;}
	.owl-next{ display:none;}
	}
.body-container .wide-slider .owl-carousel .owl-controls .owl-prev { 
  position: absolute;border:0;
  right: 0; top:30%;
  text-indent: -9999px;
  background:url(../../images/arrowup.png) no-repeat;
  width: 28px;
  height: 16px; 
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.body-container .wide-slider .owl-carousel .owl-controls .owl-prev:hover {background:url(../../images/arrowup-h.png) no-repeat;

}
.body-container .wide-slider .owl-carousel .owl-controls .owl-next { 
  position: absolute;
  right: 0; top:40%;
  text-indent: -9999px;
  background:url(../../images/arrowdown.png) no-repeat;
  width: 28px;
  height: 16px; border:0;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.body-container .wide-slider .owl-carousel .owl-controls .owl-next:hover {
  background:url(../../images/arrowdown-h.png) no-repeat;
}
.body-container .wide-slider.wide-slider-pagination .owl-controls {
  position: absolute;
  bottom: 20px;
  width: 100%;
  top: auto;
  z-index: 999;
  text-align: center;
}
.body-container .wide-slider.wide-slider-pagination .owl-controls .owl-buttons {
  
}
.body-container .wide-slider.wide-slider-pagination .owl-controls .owl-pagination {
  display: inline-block;
}
.body-container .wide-slider.wide-slider-pagination .owl-controls .owl-pagination .owl-page {
  float: left;
  margin: 0 2px;
}
.body-container .wide-slider.wide-slider-pagination .owl-controls .owl-pagination .owl-page span:after {
  font-family: fontawesome;
  content: "\f111";
  width: 18px;
  height: 18px;
  display: inline-block;
  color: #f5f5f5;
}
.body-container .wide-slider.wide-slider-pagination.wide-slider-pagination-center .owl-controls {
  text-align: center;
}
.body-container .wide-slider.wide-slider-pagination.wide-slider-pagination-right .owl-controls {
  text-align: right;
}
.body-container .wide-slider.wide-slider-pagination.wide-slider-pagination-left .owl-controls {
  text-align: left;
  padding-left: 30px;
}
.body-container .wide-slider.wide-slider-pagination .item .content {
  position: absolute;
  bottom: 110px;
  left: 10%;
}
.body-container .wide-slider.wide-slider-pagination .item .content.content-inline {
  display: inline-block;
  width: auto;
}
@media (max-width: 1450px) {
  .body-container .wide-slider.wide-slider-pagination .item .content.content-small {
    bottom: 110px;
  }
}
@media (max-width: 991px) {
  .body-container .wide-slider.wide-slider-pagination .item .content.content-small {
    bottom: 70px;
  }
}
@media (max-width: 767px) {
  .body-container .wide-slider.wide-slider-pagination .item .content.content-small {
    bottom: 70px;
  }
  
}
@media (max-width: 620px) {
  .body-container .wide-slider.wide-slider-pagination .item .content.content-small {
    bottom: auto;
    top: 20px;
  }
}
.body-container .wide-slider.wide-slider-small .owl-controls {
  position: absolute;
  bottom: 20px !important;
  right: 30px !important;
  top: auto;
  z-index: 999;
}
.body-container .wide-slider.wide-slider-small .owl-controls .owl-buttons {

}
.body-container .wide-slider.wide-slider-small .owl-controls .owl-pagination {
  display: block;
  float: right;
}
.body-container .wide-slider.wide-slider-small .owl-controls .owl-pagination .owl-page {
  float: left; 
  margin: 0 2px;
}
.body-container .wide-slider.wide-slider-small .owl-controls .owl-pagination .owl-page span:after {
  font-family: fontawesome;
  content: "\f111";
  width: 18px;
  height: 18px;
  display: inline-block;
  color: #f5f5f5;
}
.body-container .wide-slider.wide-slider-small .item .content {
  left: 55px;
  bottom: 60px;
  width: 80%;
  max-width: 260px;
  text-align: center;
}
/* Product Slider */
.body-container .product-slider {
  min-height: 470px;
}
.body-container .product-slider.product-slider-small {
  min-height: 350px;
}
.body-container .product-slider.product-slider-no-buttons .owl-buttons {
  display: none;
}
.body-container .product-slider .owl-controls {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.body-container .product-slider .owl-controls .owl-prev {
  position: absolute;
  width: 28px;
  height: 28px;
  top: -36px;
  right: 34px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 1px solid #c2c2c2;
}
.body-container .product-slider .owl-controls .owl-prev:before {
  content: "\f0d9";
  font-family: fontawesome;
  color: #c2c2c2;
  font-size: 25px;
  left: 8px;
  position: absolute;
  top: -3px;
}
.body-container .product-slider .owl-controls .owl-next {
  position: absolute;
  width: 28px;
  height: 28px;
  top: -36px;
  right: 0px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  border: 1px solid #c2c2c2;
}
.body-container .product-slider .owl-controls .owl-next:before {
  content: "\f0da";
  font-family: fontawesome;
  color: #c2c2c2;
  font-size: 25px;
  left: 8px;
  position: absolute;
  top: -3px;
}
.body-container .product-slider .owl-carousel .owl-item .product {
  margin-left: 10px;
  margin-right: 10px;
}
/* Default Slider */
.default-slider .owl-controls {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
}
.default-slider .owl-controls .owl-prev {
  position: absolute;
  width: 28px;
  height: 28px;
  top: -36px;
  right: 34px;
  border: 1px solid #c2c2c2;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.default-slider .owl-controls .owl-prev:before {
  content: "\f0d9";
  font-family: fontawesome;
  color: #c2c2c2;
  font-size: 25px;
  left: 8px;
  position: absolute;
  top: -3px;
}
.default-slider .owl-controls .owl-next {
  position: absolute;
  width: 28px;
  height: 28px;
  top: -36px;
  right: 0px;
  border: 1px solid #c2c2c2;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.default-slider .owl-controls .owl-next:before {
  content: "\f0da";
  font-family: fontawesome;
  color: #c2c2c2;
  font-size: 25px;
  left: 8px;
  position: absolute;
  top: -3px;
}
/* Custom Controls */
.owl-controls-custom {
  position: relative;
  display: inline-block;
}
.owl-controls-custom .owl-prev {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 34px;
  border: 1px solid #c2c2c2;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.owl-controls-custom .owl-prev:before {
  content: "\f0d9";
  font-family: fontawesome;
  color: #c2c2c2;
  font-size: 25px;
  left: 8px;
  position: absolute;
  top: -3px;
}
.owl-controls-custom .owl-next {
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0px;
  border: 1px solid #c2c2c2;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
.owl-controls-custom .owl-next:before {
  content: "\f0da";
  font-family: fontawesome;
  color: #c2c2c2;
  font-size: 25px;
  left: 8px;
  position: absolute;
  top: -3px;
}

.owl-buttons{ max-width:1170px; margin:0 auto; width:100%; position: relative;}
.owl-buttons .owl-prev{ top:-605%!important;  left:97.6% !important}
.owl-buttons .owl-next{ top:-262%!important; position:relative !important; left:97.6% !important; z-index:999;}
@media ( max-width :1024px){
.owl-buttons .owl-prev{ left:94.6% !important;}.owl-buttons .owl-next{ left:94.6% !important;}}
@media ( max-width :640px){
.owl-buttons .owl-prev{ display:none !important;}.owl-buttons .owl-next{display:none !important;}}