/**

* Transition-timing-function property@mixin 

*/

/*background RGBA

============================================*/

/****/

/* RIGHT TO LEFT */

/**

 * Web Application Prefix Apply For Making Owner Styles

 */

/**

 *   Blocks Layout Selectors 

 */

/***********************************************************************/

/** CHECKOUT BY STEP */

/**********************************************

STYLE GLOBAL

**********************************************/

.position-static {

  position: static !important;

}



.bg-fullwidth {

  position: relative;

}

.bg-fullwidth:before {

  padding: 0px 1000px;

  margin-left: -1000px;

  width: 100%;

  overflow: hidden;

  -webkit-box-sizing: content-box;

  -moz-box-sizing: content-box;

  box-sizing: content-box;

  position: absolute;

  height: 100%;

  display: inherit !important;

  top: 0;

}

.rtl .bg-fullwidth:before {

  margin-right: -1000px;

  margin-left: inherit;

}



/**

* Start for module ap_gmap

*/

div[id^="google-maps"] {

  position: relative;

}



div[id^="gmap-stores-list"] {

  overflow: auto!important;

}



div[id^="gmap-stores-list"] > ul {

  margin: 30px;

}



.display-list-store {

  background-color: #6cabd5;

  float: left;

}



.gmap-stores-content, .gmap-content {

  display: inline-block;

  margin: 0;

  padding: 0;

  position: relative;

}



.not-display-list-store .gmap-stores-content, .not-display-list-store .gmap-content {

  width: 100%;

}



.gmap-cover {

  width: 100%;

}



.item-gmap-store {

  cursor: pointer;

  border-bottom: 1px solid rgba(0, 0, 0, 0.2);

  padding: 10px 15px;

  text-transform: uppercase;

  color: #fff;

  -webkit-transition: all 0.1s ease-in-out;

  transition: all 0.1s ease-in-out;

}

.item-gmap-store:hover {

  color: #000;

  border-bottom: 1px solid rgba(0, 0, 0, 0.4);

  -webkit-transition: all 0.3s ease-in-out;

  transition: all 0.3s ease-in-out;

}

.item-gmap-store .icon-map-marker {

  margin-right: 6px;

  font-size: 120%;

}

.item-gmap-store text {

  font-size: 85%;

}



/**

* End for module ap_gmap

*/

/**

* Start for module ap_product_list

*/

.box-show-more {

  border-bottom: 1px solid #d6d4d4;

  padding-bottom: 5px;

  text-align: center;

  display: none;

}

.box-show-more .open {

  display: block;

}



/* Start for module ap_image */

.ap_image .has-animation {

  opacity: 0;

  filter: alpha(opacity=0);

}



.ap_image .has-animation.animated {

  opacity: 1;

  filter: alpha(opacity=100);

}



/* End for module ApFullSlider */

.full-slider {

  margin-top: 20px;

}

.full-slider .carousel-inner {

  position: relative;

  overflow: hidden;

  width: 100%;

  height: 100%;

  background: transparent;

}

.full-slider .carousel-inner .item {

  width: 100%;

  height: 100%;

}



.full_slide_detail .full-slider {

  margin-top: 50px;

}

.full_slide_detail .full-slider .carousel-inner {

  position: relative;

  overflow: hidden;

  width: 100%;

  height: 100%;

  background: url(../img/background_image_gallery.jpg);

}

.full_slide_detail .full-slider .carousel-inner .item {

  padding: 15px 20px;

  width: 100%;

  height: 100%;

}



/* Start for module ApFullSlider */

.cover-live-edit {

  width: 100%;

  border-top: 1px dashed #bdbdbd;

}

.cover-live-edit .link-to-back-end {

  text-decoration: none;

  color: #fff;

  z-index: 9999;

  background-color: rgba(204, 153, 0, 0.5);

  padding: 5px;

  position: relative;

  -webkit-box-shadow: 0 0 5px #bdbdbd;

  box-shadow: 0 0 5px #bdbdbd;

  -webkit-transition: all 0.4s ease-in-out;

  transition: all 0.4s ease-in-out;

}

.cover-live-edit .link-to-back-end:hover {

  background-color: #00e676;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}



.ap-cover-hook {

  border: 1px dashed #bdbdbd;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}

.ap-cover-hook:hover {

  border: 1px dashed #333;

  -webkit-transition: all 0.2s ease-in-out;

  transition: all 0.2s ease-in-out;

}



/**

* ApVideo

*/

.embed-responsive {

  position: relative;

  padding-bottom: 56.25%;

  height: 0;

  overflow: hidden;

  max-width: 100%;

}



.embed-responsive iframe,

.embed-responsive object,

.embed-responsive embed {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

}



/* Tabs top */

.tabs-top {

  background: white;

  border-top: 3px solid #008cdc;

}

.tabs-top .title_block {

  font-size: 16px;

  color: #272727;

  font-weight: 700;

  float: left;

  padding: 15px 20px;

  margin: 0;

}

.rtl .tabs-top .title_block {

  float: right;

}

.tabs-top.featured-items {

  border-top-color: #0071b4;

}

.tabs-top .nav-tabs {

  text-align: center;

  margin-top: 9px;

  border-bottom: 1px solid #f3f4f5;

}

.tabs-top .nav-tabs > li {

  float: none;

  display: inline-block;

}

.tabs-top .nav-tabs > li > a {

    text-transform: uppercase;
    font-size: 10px;
    color: #666666;
    padding: 5px 4px 3px 4px;
    border: none;
    /* border: 2px solid #008cdc; */
    font-weight: bold;
    line-height: 15px;

}

.tabs-top .nav-tabs > li > a:hover, .tabs-top .nav-tabs > li > a:focus {

  background: #f3f4f5;

  border: none;

  -webkit-border-radius: 25px;

  -moz-border-radius: 25px;

  -ms-border-radius: 25px;

  -o-border-radius: 25px;

  border-radius: 25px;

}

.tabs-top .nav-tabs > li.active > a, .tabs-top .nav-tabs > li.active > a:hover, .tabs-top .nav-tabs > li.active > a:focus {

  background: #008cdc;
  color:#fff;

  border: none;

  -webkit-border-radius: 25px;

  -moz-border-radius: 25px;

  -ms-border-radius: 25px;

  -o-border-radius: 25px;

  border-radius: 25px;

}



/* Count Down */

.leo-more-cdown {

  text-align: center;

  border-top: 1px solid #f3f4f5;

  padding: 30px 20px;

  display: inline-block;

  width: 100%;

}

.leo-more-cdown ul li {

  color: #272727;

  width: 25%;

  display: inline-block;

  margin: 0;

  font-size: 12px;

  color: #999;

}

.leo-more-cdown ul li b {

  color: #008cdc;

  font-size: 16px;

  display: block;

}

.leo-more-cdown ul li span {

  display: block;

}



/* HTML Reassurances */

#html-reassurances {

  margin-top: 20px;

  margin-bottom: 10px;

  font-size: 14px;

  color: #666666;

}

#html-reassurances .media-heading {

  font-size: 14px;

  margin-top: 20px;

  color: #272727;

}



/* Product Item */

.products_block .owl-theme .owl-item {

  padding: 0;

}

.products_block .owl-theme .owl-item .product-block {

  padding: 0 10px;

  border-bottom: 1px solid #f3f4f5;

}

.products_block .owl-theme .owl-item .product-block:before {

  content: "";

  height: 1000%;

  right: 0;

  position: absolute;

  border-right: 1px solid #f3f4f5;

  top: 0;

}

.rtl .products_block .owl-theme .owl-item .product-block:before {

  left: 0;

  right: auto;

}

.rtl .products_block .owl-theme .owl-item .product-block:before {

  border-left: 1px solid #f3f4f5;

  border-right: inherit;

}

.products_block .owl-theme .owl-item.last .product-block:before {

  display: none;

}

.products_block.new-arrivals {

  margin-bottom: 20px;

}

.products_block.today-deals .title_block {

  border-top-color: #0071b4;

}

.products_block.today-deals .product-block {

  text-align: center;

  border: none;

}

.products_block.today-deals .product-block .nb-comments {

  display: block;

  font-size: 13px;

  color: #999;

}

.products_block.today-deals .product-block .product-meta {

  padding: 0;

}

.products_block.today-deals .product-block .comments_note {

  margin-bottom: 20px;

}

.products_block.today-deals .owl-theme .owl-item .product-block {

  border: none;

  padding: 0;

}



#product-item-bottom .block {

  background-color: white;

}

#product-item-bottom .block .title_block {

  color: #272727;

  padding: 20px;

  border-top: 3px solid #272727;

  border-bottom: 1px solid #f3f4f5;

}

#product-item-bottom .block.blue .title_block {

  border-top-color: #3392f3;

}

#product-item-bottom .block.red .title_block {

  border-top-color: #eb4a4b;

}

#product-item-bottom .block.green .title_block {

  border-top-color: #008cdc;

}



.product-list-sidebar .product_block:before {

  display: none;

}

.product-list-sidebar .product_block.last_item {

  border: none;

}

.product-list-sidebar.product_list {

  margin: 5px 0;

}

.product-list-sidebar .product-block {

  padding: 15px 0 0;

}

.product-list-sidebar .product-block .left-block {

  overflow: hidden;

  zoom: 1;

  float: left;

  margin-right: 10px;

}

.rtl .product-list-sidebar .product-block .left-block {

  float: right;

}

.rtl .product-list-sidebar .product-block .left-block {

  margin-left: 10px;

  margin-right: inherit;

}

.product-list-sidebar .product-block .image img {

  width: 100px;

}

.product-list-sidebar .product-block .right-block {

  overflow: hidden;

  zoom: 1;

}

.product-list-sidebar .product-block .product-label {

  display: none;

}



/* ApImage */

.about-us .image_description {

  margin-top: 30px;

}

.about-us .image_description p {

  line-height: 25px;

}



/* Testimonials */

.block-testimonials .block .block_content {

  padding: 65px 70px;

  background: url("../img/bg-testimonials.png") repeat 0 0 white;

  min-height: 252px;

  color: white;

}

.block-testimonials .block .descript {

  margin-left: 10px;

  font-size: 15px;

}

.rtl .block-testimonials .block .descript {

  margin-right: 10px;

  margin-left: inherit;

}

.block-testimonials .block .descript p {

  line-height: 25px;

}

.block-testimonials .block .descript h5 {

  color: white;

  font-size: 12px;

  margin-top: 20px;

}



/* Manufacture */

.manufacturers_block {

  margin-bottom: 50px;

}

.manufacturers_block .carousel-control, .manufacturers_block .owl-theme .owl-controls .owl-buttons div {

  background: #272727 !important;

  opacity: 0;

  filter: alpha(opacity=0);

}

.manufacturers_block .carousel-control {

  top: 50%;

  margin-top: -15px;

}

.manufacturers_block .carousel-control.left {

  left: 0;

  right: auto;

}

.manufacturers_block .carousel-control.right {

  right: 0;

}

.manufacturers_block .owl-theme .owl-controls .owl-buttons {

  width: 100%;

  top: 50%;

  margin-top: -15px;

}

.manufacturers_block .owl-theme .owl-controls .owl-buttons div.owl-prev {

  left: 0;

  right: auto;

}

.manufacturers_block .owl-theme .owl-controls .owl-buttons div:before {

  color: white;

}

.manufacturers_block:hover .carousel-control, .manufacturers_block:hover .owl-theme .owl-controls .owl-buttons div {

  opacity: 1;

  filter: alpha(opacity=100);

  -webkit-transition: all 350ms ease-out;

  transition: all 350ms ease-out;

}

.manufacturers_block img {

  opacity: 0.6;

  filter: alpha(opacity=60);

}

.manufacturers_block img:hover {

  opacity: 1;

  filter: alpha(opacity=100);

}



/* Reassurances HTML */

.reassurances .icon-name {

  font-size: 30px;

  color: #008cdc;

}

.reassurances .description {

  padding: 0 20px 20px;

  font-size: 14px;

}

.reassurances .description h4 {

  font-size: 14px;

  margin: 20px 0;

  color: #272727;

}

.reassurances .description p {

  color: #666666;

}



/* Widget Category Image */

.cat-headphone .widget-category_image {

  border-top-color: #0071b4;

}



.cat-smart .widget-category_image {

  border-top-color: #0193de;

}



.widget-category_image {

  background: white;

  padding: 50px 30px;

  border-top: 3px solid #008cdc;

}

.widget-category_image .cover-img {

  float: left;

  margin-right: 40px;

}

.rtl .widget-category_image .cover-img {

  float: right;

}

.rtl .widget-category_image .cover-img {

  margin-left: 40px;

  margin-right: inherit;

}

.widget-category_image ul.level0 .cat_name {

  text-transform: uppercase;

  font-size: 14px;

  font-weight: 600;

  margin-bottom: 20px;

  display: inline-block;

  color: #272727;

}

.widget-category_image ul ul li {

  padding: 5px 0;

  font-size: 14px;

  color: #666666;

}

.widget-category_image ul ul li label {

  font-weight: 400;

  margin: 0;

  cursor: pointer;

}

