/*-----------------------*/
/**
* 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-caption1 {
    top: 170px;
  }
  .tp-slide .tp-caption.tp-caption2 {
    top: 230px;
  }
  .tp-slide .tp-caption.tp-caption3 {
    top: 320px;
  }
  .tp-slide .tp-caption.tp-caption1-h3 {
    top: 140px;
    left: 308px;
  }
  .tp-slide .tp-caption.tp-caption2-h3 {
    top: 240px;
    left: 200px;
  }
  .tp-slide .tp-caption.tp-caption3-h3 {
    top: 338px;
    left: 378px;
  }
  .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: 1199px) and (min-width: 992px) {
  #thumbs_list {
    width: 375px;
  }
}
@media (max-width: 1024px) {
  #top-header {
    padding: 28px 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-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 .main-slider-container {
    margin-bottom: 60px;
  }
  .home-4 .tabs-top {
    padding-top: 40px;
  }

  /***** 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) {
  .logo {
    text-align: center;
    margin-bottom: 10px;
  }

  #btn-menu {
    display: block;
  }

  #top-header {
    padding: 10px 20px;
  }
  #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;
  }

  .story-about-us.fs-style {
    padding-bottom: 75px;
  }
  .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;
  }

  .pb-centercolumn {
    margin-top: 30px;
  }

  .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;
  }

  #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: 480px) {
  .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%;
  }

  /************ 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%;
  }
}
@media (max-width: 479px) {
  #thumbs_list {
    width: 290px;
  }

  #attributes .attribute_fieldset label,
  #quantity_wanted_p label {
    width: 100%;
    min-width: inherit;
  }
}
