/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/************* Responsive **************/
@media (min-width: 991px) {
  .dropdown-menu,
  .popup-content {
    animation: animationmenus ease 0.5s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    animation-fill-mode: forwards;
    /*when the spec is finished*/
    -webkit-animation: animationmenus ease 0.5s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -webkit-animation-fill-mode: forwards;
    /*Chrome 16+, Safari 4+*/
    -moz-animation: animationmenus ease 0.5s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -moz-animation-fill-mode: forwards;
    /*FF 5+*/
    -o-animation: animationmenus ease 0.5s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -o-animation-fill-mode: forwards;
    /*Not implemented yet*/
    -ms-animation: animationmenus ease 0.5s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%;
    -ms-animation-fill-mode: forwards;
    /*IE 10+*/
  }

  .product-container .product-image-container .image-effect {
    transform-style: inherit;
    -moz-transform-style: inherit;
    -webkit-transform-style: inherit;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
  }
  .product-container .product-effect {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    transform-style: inherit;
    -moz-transform-style: inherit;
    -webkit-transform-style: inherit;
  }
  .product-container .box-buttons {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transform: perspective(150px) rotateX(90deg);
    -moz-transform: perspective(150px) rotateX(90deg);
    -ms-transform: perspective(150px) rotateX(90deg);
    -o-transform: perspective(150px) rotateX(90deg);
    -webkit-transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
  }
  .product-container:hover .product-image-container .image-effect {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
  }
  .product-container:hover .product-image-container .image-no-effect {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
  }
  .product-container:hover .product-effect {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    left: 0;
  }
  .rtl .product-container:hover .product-effect {
    right: 0;
    left: auto;
  }
  .product-container:hover .box-buttons {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
  }

  /*** home 5 ***/
  .home-5 .top-pickporduct .product-container .product-box {
    bottom: 20px;
  }
  .home-5 .top-pickporduct .product-container:hover .product-box {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
}
@media (max-width: 1399px) {
  .box-homehtml {
    width: inherit;
    max-width: 960px;
    margin: 0px auto;
    display: block;
  }

  .box-grouphtml {
    padding: 40px 0;
  }

  .box-services {
    display: block;
  }
  .box-services .banner-item {
    text-align: center;
  }
  .box-services .banner-item img {
    display: -moz-inline-stack;
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    zoom: 1;
    *display: inline;
  }

  .tp-slide .tp-caption.tp-captionleft {
    top: 100px;
    left: 150px;
  }
  .rtl .tp-slide .tp-caption.tp-captionleft {
    right: 150px;
    left: auto;
  }
  .tp-slide .tp-caption.tp-captionright {
    top: 290px;
    right: 150px;
  }
  .rtl .tp-slide .tp-caption.tp-captionright {
    left: 150px;
    right: auto;
  }
  .tp-slide .tp-caption.tp-captionleft-h5 {
    top: 100px;
    left: 160px;
  }
  .rtl .tp-slide .tp-caption.tp-captionleft-h5 {
    right: 160px;
    left: auto;
  }
}
@media (max-width: 1279px) {
  .home-4 .box-service {
    padding: 30px;
  }
}
@media (max-width: 1024px) {
  #top-header {
    padding: 10px 20px;
  }
  #top-header.fixed {
    padding: 10px 20px;
  }

  #main-nav > ul > li > a {
    padding: 10px;
  }

  .popup-over .popup-title {
    padding: 5px 5px 4px;
  }

  .block-cart .popup-title {
    padding: 5px 0 4px 7px;
  }
  .rtl .block-cart .popup-title {
    padding: 5px 7px 4px 0;
  }

  .tp-slide .tp-caption.tp-caption1 {
    top: 90px;
  }
  .tp-slide .tp-caption.tp-caption2 {
    top: 150px;
  }
  .tp-slide .tp-caption.tp-caption3 {
    top: 230px;
  }
  .tp-slide .tp-caption.tp-caption1-h3 {
    top: 25px;
    left: 50px;
  }
  .rtl .tp-slide .tp-caption.tp-caption1-h3 {
    right: 50px;
    left: auto;
  }
  .tp-slide .tp-caption.tp-caption2-h3 {
    top: 95px;
    left: 50px;
  }
  .rtl .tp-slide .tp-caption.tp-caption2-h3 {
    right: 50px;
    left: auto;
  }
  .tp-slide .tp-caption.tp-caption3-h3 {
    top: 175px;
    left: 50px;
  }
  .rtl .tp-slide .tp-caption.tp-caption3-h3 {
    right: 50px;
    left: auto;
  }
  .tp-slide .tp-caption.tp-caption4-h3 {
    top: 225px;
    left: 50px;
  }
  .rtl .tp-slide .tp-caption.tp-caption4-h3 {
    right: 50px;
    left: auto;
  }
  .tp-slide .tp-caption.tp-captionleft-h5 {
    top: 60px;
  }
  .tp-slide .tp-caption.tp-captionleft-h5 .text1 {
    font-size: 60px;
    line-height: 60px;
  }
  .tp-slide .tp-caption.tp-captionleft-h5 .text2 {
    padding: 20px 0;
  }
  .tp-slide .tp-caption.very_large_green, .tp-slide .tp-caption.very_large_black {
    font-size: 60px;
  }
  .tp-slide .tp-caption.small_text {
    text-align: left;
  }
  .rtl .tp-slide .tp-caption.small_text {
    text-align: right;
  }

  .story-about-us .block-image .mailto {
    left: 20px;
  }
  .rtl .story-about-us .block-image .mailto {
    right: 20px;
    left: auto;
  }

  .blog-author .author-content {
    padding: 20px 10px;
  }

  /**** contact us ****/
  .contact-form .contact-des {
    padding: 0;
  }

  /**** footer *****/
  .about-us {
    padding-right: 0;
  }
  .rtl .about-us {
    padding-left: 0;
    padding-right: inherit;
  }
  
  /***** home 3 ****/
  .home-3 #top-header.fixed {
    padding: 0;
  }

  /***** home 4 ****/
  .home-4 .main-slider-container {
    margin-bottom: 60px;
  }

  /***** home 5 ****/
  .home-5 .hello-fashion .box-texthtml .box-texthtmldes {
    padding-left: 0;
  }
  .rtl .home-5 .hello-fashion .box-texthtml .box-texthtmldes {
    padding-right: 0;
    padding-left: inherit;
  }
}
@media screen and (max-width: 991px) {
  /* Slideshow */
  .tiva-slideshow-wrapper .nivo-caption .font40 {
    font-size: 40px !important;
	line-height: 50px !important;
	padding-bottom: 0 !important;
  }
  .tiva-slideshow-wrapper .nivo-caption .font30 {
    font-size: 30px !important;
	line-height: 40px !important;
	padding-bottom: 0 !important;
  }
  .tiva-slideshow-wrapper .nivo-caption .font20 {
    font-size: 20px !important;
	line-height: 30px !important;
	padding-bottom: 0 !important;
  }
  
  /* Product detail */
  #product-detail .product-name  {
    margin-top: 20px;  	  
  }
  
  /* Login */
  .register-panel {
    padding-left: 15px !important;
  }
  
  .logo {
    text-align: center;
    margin-bottom: 10px;
  }
  
  .tiva-mega-menu {
	  display: none;
  }

  #btn-menu {
    display: block;
  }

  #top-header #main-nav {
    display: none !important;
  }

  .tp-slide .tp-caption.tp-caption1 {
    top: 90px;
  }
  .tp-slide .tp-caption.tp-caption2 {
    top: 130px;
    left: 240px;
  }
  .rtl .tp-slide .tp-caption.tp-caption2 {
    right: 240px;
    left: auto;
  }
  .tp-slide .tp-caption.tp-caption3 {
    top: 175px;
  }
  .tp-slide .tp-caption.very_large_white {
    font-size: 26px;
    line-height: 26px;
  }
  .tp-slide .tp-caption.very_large_pink {
    font-size: 40px;
    line-height: 40px;
  }
  .tp-slide .tp-caption.tp-captionleft-h5 {
    top: 40px;
  }
  .tp-slide .tp-caption.tp-captionleft-h5 .text1 {
    font-size: 40px;
    line-height: 40px;
  }
  .tp-slide .tp-caption.tp-captionleft-h5 .btn {
    font-size: 14px;
  }
  
  /* Footer */
  .footer-top {
    padding: 30px 0 50px 0;	  
  }
  .footer-top h3 {
    margin-top: 20px;		
  }
  #social_block {
    margin: 10px 0 20px 0;	  
  }
  
  /* Partner */
  .manufacturers_block {
    padding: 20px 0;
	margin: 0;
  }
  .layout5 .manufacturers_block {
    padding: 40px 0;
  }
  .layout1 .manufacturers_block {
    margin-bottom: 10px;
  }

  .story-about-us.fs-style {
    padding: 40px 0;
  }
  .story-about-us .block-image {
    position: inherit;
    top: 0;
  }
  .story-about-us .block-image .mailto {
    bottom: 15px;
  }

  .box-grouphtml {
    padding: 40px 15px;
  }

  .block-newsletter .title_block {
    display: block;
    margin-bottom: 15px;
    margin-right: 0;
  }
  .rtl .block-newsletter .title_block {
    margin-left: 0;
    margin-right: inherit;
  }
  
  /***** home 3 ****/
  .home-3 .header_user_info.popup-over .popup-content {
	position: absolute;
    top: 26px;
  }
  .home-3 .header_user_info ul li:last-child {
	padding: 0;  
  }
  .home-3 .header_user_info .popup-title {
    display: block;
    padding: 9px 0 4px;
  }
  .home-3 .header_user_info ul li {
    display: block;
    line-height: 30px;
    border: none;
    padding: 0;
  }
  .home-3 .header_user_info ul li.last {
    padding: 0;
  }

  /***** home 4 ****/
  .home-4 .tp-slide .tp-caption.tp-captionleft {
    top: 50px;
    left: 50px;
  }
  .rtl .home-4 .tp-slide .tp-caption.tp-captionleft {
    right: 50px;
    left: auto;
  }
  .home-4 .tp-slide .tp-caption.tp-captionright {
    top: 180px;
    right: 50px;
  }
  .rtl .home-4 .tp-slide .tp-caption.tp-captionright {
    left: 50px;
    right: auto;
  }
  .home-4 .box-service {
    border-bottom: 1px solid #eaeaea;
  }
  .home-4 .tabs-top .title_block {
    padding: 30px 0 15px;
  }
  .home-4 .tabs-top .title_block:after {
    left: 0;
  }
  .rtl .home-4 .tabs-top .title_block:after {
    right: 0;
    left: auto;
  }
  .home-4 .tabs-top .nav-tabs {
    text-align: left;
    padding: 20px 0 50px 0;
  }
  .rtl .home-4 .tabs-top .nav-tabs {
    text-align: right;
  }
  .rtl .home-4 .tabs-top .nav-tabs {
    padding: 20px 0 50px 0;
  }

  /***** home 5 ****/
  .home-5 .hello-fashion {
    padding: 60px 0;
  }
  .home-5 .hello-fashion .group-bannerhtml img {
    margin-bottom: 0;
  }
  .home-5 .group-banner {
    margin-bottom: 30px;
  }
  .home-5 .manufacturers_block {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .comments-form .form-group .input-email {
    margin-bottom: 25px;
  }

  .page-not404 .page-not-found .page-not-des {
    padding: 0;
  }
  
  /* Popup */
  #colorbox {
    overflow-y: scroll;	  
  }
  
  /* About us */
  .about-page .text-block {
	padding-left: 0;  
  }
  .about-page .block-title {
    margin-top: 20px;
  }
  
  /* Contact */
  .contact-us {
    padding-right: 0;
  }
  .contact-info {
    margin-bottom: 30px;	  
  }

  #the-footer .title_block {
    margin-bottom: 15px;
  }

  .footer-copyright {
    text-align: center;
  }
  .footer-copyright .payment {
    float: none;
    margin-top: 15px;
  }
  .footer-copyright .payment img {
    display: inline-block;
  }

  .footer-block {
    margin-top: 25px;
  }

  /********* home 3 ********/
  .new-collection {
    padding: 100px 0;
  }

  .tp-slide .tp-caption.tp-caption1-h3 {
    top: 5px;
    left: 50px;
  }
  .rtl .tp-slide .tp-caption.tp-caption1-h3 {
    right: 50px;
    left: auto;
  }
  .tp-slide .tp-caption.tp-caption2-h3 {
    top: 50px;
    left: 50px;
  }
  .rtl .tp-slide .tp-caption.tp-caption2-h3 {
    right: 50px;
    left: auto;
  }
  .tp-slide .tp-caption.tp-caption3-h3 {
    top: 115px;
    left: 50px;
  }
  .rtl .tp-slide .tp-caption.tp-caption3-h3 {
    right: 50px;
    left: auto;
  }
  .tp-slide .tp-caption.tp-captionleft-h5 {
    left: 50px;
  }
  .rtl .tp-slide .tp-caption.tp-captionleft-h5 {
    right: 50px;
    left: auto;
  }
  .tp-slide .tp-caption.tp-captionleft-h5 .text2 {
    padding: 10px 0;
  }
  .tp-slide .tp-caption.very_large_green, .tp-slide .tp-caption.very_large_black {
    font-size: 40px;
  }

  /***** home 4 *****/
  .home-4 .group-bannerh4 .banner-itemdes {
    padding: 20px 0px 20px 0px;
  }
  .rtl .home-4 .group-bannerh4 .banner-itemdes {
    padding: 20px 0px 20px 0px;
  }
  .home-4 .group-bannerh4 .banner-text .title_block {
    margin: 0 0 0 0;
  }
  .rtl .home-4 .group-bannerh4 .banner-text .title_block {
    margin: 0 0 0 0;
  }
  .home-4 .tabs-top {
    padding-top: 30px;
  }

  /*** home 5 ***/
  .home-5 .story-about-us .block-html {
    padding: 30px 50px;
  }
}
@media (max-width: 640px) {
  /* Slideshow */
  .tiva-slideshow-wrapper {
/*	El código fué comentado porque no se veía el módulo Breadcrumb en móviles
	  display: none;*/
  }
}
@media (max-width: 480px) {

	p {padding: 0 10px 0 10px;}	
	.pb-left-column #image-block #view_full_size {
	  width: 100%;  
	}	
	
	img {
	max-width: 100%;
	}
	
  /* Quickview */
  #tiva-quickview .quickview-left, #tiva-quickview .quickview-right {
    width: 100%;	
  }
  #tiva-quickview .product-name {
    margin-top: 15px;	  
  }
  #tiva-quickview span.addtocart-button input.addtocart-button, 
  #tiva-quickview .addtocart-bar .notify {
    font-size: 10px;	  
  }
  #tiva-quickview .product-name {
    font-size: 20px;	  
  }
  #cboxLoadingOverlay,
  #cboxLoadingGraphic {
    background: none !important;
  }
  
  /* Add to cart */
  #fancybox-wrap {
	left: 0 !important;
    padding: 10px;	  
  }
  #fancybox-wrap #fancybox-content .continue_link, #fancybox-wrap #fancybox-content .showcart {
    font-size: 12px;	  
  }
	
  .tp-slide .tp-caption {
    display: none;
  }

  .group-banner .banner-item {
    margin-bottom: 15px;
  }
  .group-banner .banner-item img {
    width: 100%;
  }

  .tabs-top .title_block {
    float: none !important;
  }
  .tabs-top .nav-tabs.nav {
    padding: 0;
    margin: 30px 0;
    border: 1px solid #f3f3f3;
  }
  .tabs-top .nav-tabs.nav > li {
    display: inline;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  .tabs-top .nav-tabs.nav > li.active > a {
    border-bottom: 1px solid #f3f3f3;
  }
  .tabs-top .nav-tabs.nav > li:last-child > a {
    border-bottom: 1px solid transparent;
  }
  .tabs-top .nav-tabs.nav > li > a {
    text-align: left;
    border-bottom: 1px solid #f3f3f3;
    padding: 10px;
  }
  .rtl .tabs-top .nav-tabs.nav > li > a {
    text-align: right;
  }

  .story-about-us .block-image {
    margin-bottom: 25px;
  }
  .story-about-us .block-image img {
    width: 100%;
  }

  .block-newsletter form {
    width: 100%;
  }
  
  /* Cart */
  #block-cart .popup-content {
    width: 280px;
	right: -10px;
  }
  .layout3 #block-cart .popup-content {
	right: 10px;
  }
  
  /* User */
  .header_user_info .popup-content {
    right: -38px;
  }
  .layout3 .header_user_info .popup-content {
    right: 0;
  }
  
  /* Search */
  #search_block_top .popup-content {
    right: -70px;
  }
  .layout3 #search_block_top .popup-content {
    right: 10px;
  }
  
  #search_block_top #tiva-search-keyword {
    width: 180px !important;	  
  }
  
  /* Checkout */
  .edit-address-buttons .btn {
    margin-bottom: 20px;	  
  }
  .edit-address td.key {
    width: 120px;	  
  }
  #com-form-login .accordion_info .panel-default .accordion-content .form-field input {
    width: 100%;	  
  }
  
  /* Register */
  .register-page .form-field input, .profile-edit-page .form-field input {
    width: 100%;	  
  }
  
  /* Pagination */
  .content_sortPagiBar nav ul li.pagination-start span, 
  .content_sortPagiBar nav ul li.pagination-prev span, 
  .content_sortPagiBar nav ul li.pagination-next span, 
  .content_sortPagiBar nav ul li.pagination-end span, 
  .content_sortPagiBar nav ul li a, 
  .content_sortPagiBar nav ul li span {
    font-size: 12px;
    padding: 6px;	
  }	  

  /************ blog-posts ************/
  .blog-posts .post-meta-lr {
    text-align: center;
    float: none;
    width: 100%;
  }
  .blog-posts .post-meta-left {
    margin-bottom: 15px;
  }

  /********** single-post *************/
  .post-tag .post-tag-lr {
    text-align: center;
    float: none;
    width: 100%;
  }
  .post-tag .post-tag-left {
    margin-bottom: 15px;
  }

  .blog-author .author-avatar {
    width: 70px;
  }
  .blog-author .author-content {
    padding: 20px 10px;
  }

  /************ product list **********/
  .sort form {
    margin-bottom: 10px;
    float: left !important;
  }
  .sort label {
    min-width: 70px;
  }
  .sort select {
    margin-right: 0;
  }
  .rtl .sort select {
    margin-left: 0;
    margin-right: inherit;
  }

  /********* home 3 ********/
  .new-collection .title_block {
    font-size: 39px;
  }

  /***** home 4 *****/
  .home-4 .group-bannerh4 .banner-itemdes {
    min-height: 120px;
  }
  .home-4 .group-bannerh4 .banner-text {
    min-height: 250px;
    padding: 0;
    margin-bottom: 30px;
  }
  .home-4 .group-bannerh4 .banner-text .banner-textdes {
    max-width: inherit;
  }

  /**** home 5 ***/
  .home-5 .hello-fashion .group-bannerhtml h4 {
    font-size: 70px;
  }
  .home-5 .hello-fashion .box-texthtml {
    text-align: center;
  }
  .home-5 .top-pickporduct .product-container img {
    width: 100%;
  }
  .home-5 .story-about-us {
    margin-bottom: 50px;	  
  }
  .home-5 .hello-fashion {
    margin: 30px 0 0;	  
  }
  .home-5 .hello-fashion .box-texthtml {
    padding-top: 40px;	  
  }
  .home-5 .tabs-top {
     padding-bottom: 0;	  
  }
}