/*-----------------------*/
/**
* Transition-timing-function property@mixin 
*/
/*background RGBA
============================================*/
/****/
/* RIGHT TO LEFT */
/**
 * Web Application Prefix Apply For Making Owner Styles
 */
/**
 *   Blocks Layout Selectors 
 */
/***********************************************************************/
/** CHECKOUT BY STEP */
@media (max-width: 1196px) and (min-width: 992px) {
  /* line 6, ../sass/responsive.scss */
  .editortool .label-customize {
    display: none;
  }
}
@media (min-width: 1200px) {
  /* line 12, ../sass/responsive.scss */
  #guestTracking .form-group {
    overflow: hidden;
  }
  /* line 14, ../sass/responsive.scss */
  #guestTracking .form-group i {
    padding-left: 10px;
  }
  /* line 318, ../sass/mixins/_theme.scss */
  .rtl #guestTracking .form-group i {
    padding-right: 10px;
    padding-left: inherit;
  }
  /* line 18, ../sass/responsive.scss */
  #guestTracking .form-control {
    float: left;
  }
  /* line 307, ../sass/mixins/_theme.scss */
  .rtl #guestTracking .form-control {
    float: right;
  }
  /* line 21, ../sass/responsive.scss */
  #guestTracking label {
    float: left;
    clear: both;
    width: 100%;
  }
  /* line 307, ../sass/mixins/_theme.scss */
  .rtl #guestTracking label {
    float: right;
  }
}
@media (max-width: 1199px) {
  /* line 30, ../sass/responsive.scss */
  .zoomdiv {
    display: none !important;
  }
}
@media (min-width: 991px) {
  /* line 40, ../sass/responsive.scss */
  .product-block .image .product_img_link {
    display: block;
    position: relative;
  }
  /* line 43, ../sass/responsive.scss */
  .product-block .image .product_img_link:before {
    position: absolute;
    content: "";
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    visibility: hidden;
    background-color: #424242;
    background-color: rgba(66, 66, 66, 0.2);
    zoom: 1;
    background-color: transparent\9;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  /* line 56, ../sass/responsive.scss */
  .product-block .image img {
    backface-visibility: hidden;
    /* W3C */
    -webkit-backface-visibility: hidden;
    /* Safari & Chrome */
    -moz-backface-visibility: hidden;
    /* Firefox */
    -ms-backface-visibility: hidden;
    /* Internet Explorer */
    -o-backface-visibility: hidden;
    /* Opera */
    -webkit-transition: opacity 1s, transform 1s;
    transition: opacity 1s, transform 1s;
  }
  /* line 61, ../sass/responsive.scss */
  .product-block .box-buttons {
    z-index: 2;
    visibility: hidden;
  }
  /* line 64, ../sass/responsive.scss */
  .product-block .box-buttons a {
    -webkit-transition: opacity 0.5s, transform 0.5s;
    transition: opacity 0.5s, transform 0.5s;
  }
  /* line 69, ../sass/responsive.scss */
  .product-block .functional-buttons .ajax_add_to_cart_button {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  /* line 73, ../sass/responsive.scss */
  .product-block .functional-buttons .functional-left {
    padding: 11px 0;
  }
  /* line 76, ../sass/responsive.scss */
  .product-block .functional-buttons .functional-right {
    position: absolute;
    top: 0;
    width: 100%;
  }
  /* line 83, ../sass/responsive.scss */
  .product-block:hover .box-buttons {
    visibility: visible;
  }
  /* line 85, ../sass/responsive.scss */
  .product-block:hover .box-buttons a {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
  }
  /* line 90, ../sass/responsive.scss */
  .product-block:hover .functional-buttons .ajax_add_to_cart_button {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 94, ../sass/responsive.scss */
  .product-block:hover .functional-buttons .functional-left {
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  /* line 99, ../sass/responsive.scss */
  .product-block:hover .product-additional {
    visibility: visible;
    right: 0;
  }
  /* line 416, ../sass/mixins/_theme.scss */
  .rtl .product-block:hover .product-additional {
    left: 0;
    right: auto;
  }
  /* line 105, ../sass/responsive.scss */
  .product-block:hover .image .product_img_link:before {
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  /* line 110, ../sass/responsive.scss */
  .product-block:hover .image img {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    -moz-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
  }

  /* line 119, ../sass/responsive.scss */
  .view-product .ajax_block_product {
    width: 25%;
  }
  /* line 122, ../sass/responsive.scss */
  .view-product .product-default-li {
    width: 50%;
  }
  /* line 125, ../sass/responsive.scss */
  .view-product .product-default-li.product_block .box-buttons {
    bottom: 16%;
  }
}
@media (max-width: 1024px) {
  /* line 134, ../sass/responsive.scss */
  #layer_cart {
    width: 94%;
  }

  /* line 141, ../sass/responsive.scss */
  .leo-megamenu .navbar-nav > li > a {
    padding: 16px 8px;
  }

  /* line 149, ../sass/responsive.scss */
  .iview-controlNav div.iview-items.customHtmlBullet {
    width: 240px;
  }
  /* line 152, ../sass/responsive.scss */
  .iview-controlNav div.iview-items.customHtmlBullet ul li {
    width: 240px;
    height: 104px;
  }
  /* line 157, ../sass/responsive.scss */
  .iview-controlNav div.iview-items.customHtmlBullet a.iview-control {
    width: 240px;
    padding: 10px 25px 10px 20px;
  }
  /* line 331, ../sass/mixins/_theme.scss */
  .rtl .iview-controlNav div.iview-items.customHtmlBullet a.iview-control {
    padding: 10px 20px 10px 25px;
  }

  /* line 169, ../sass/responsive.scss */
  .view-product.products_block .product-block .box-buttons {
    bottom: 41%;
  }
  /* line 174, ../sass/responsive.scss */
  .view-product.products_block .product-default-li .box-buttons {
    bottom: 20%;
  }

  /* line 182, ../sass/responsive.scss */
  #cart {
    min-width: inherit;
  }
  /* line 184, ../sass/responsive.scss */
  #cart .title-cart {
    width: 50px;
    height: 40px;
    background-color: transparent;
  }
  /* line 188, ../sass/responsive.scss */
  #cart .title-cart span {
    display: none;
  }
  /* line 189, ../sass/responsive.scss */
  #cart .title-cart:before {
    background-position: 0px -40px;
  }

  /* line 198, ../sass/responsive.scss */
  .box-service.ApColumn .block {
    padding: 55px 20px;
    min-height: 187px;
  }

  /* line 206, ../sass/responsive.scss */
  .pb-left-column #image-block {
    width: 84%;
  }

  /* line 213, ../sass/responsive.scss */
  #newsletter_block_left .new-des {
    padding: 0;
  }
  /* line 216, ../sass/responsive.scss */
  #newsletter_block_left form {
    width: 100%;
  }

  /* line 219, ../sass/responsive.scss */
  .group-banner .title_block {
    font-size: 50px;
  }
  /* line 222, ../sass/responsive.scss */
  .group-banner p {
    padding: 0 5em;
  }

  /* line 227, ../sass/responsive.scss */
  .grid-imagetop .image_description {
    padding: 3em;
  }

  /* line 233, ../sass/responsive.scss */
  .box-cart-bottom .group-btn {
    clear: both;
    padding-top: 15px;
  }

  /* line 238, ../sass/responsive.scss */
  #thumbs_list {
    height: 490px;
  }
}
@media (max-width: 991px) {
  /* line 243, ../sass/responsive.scss */
  .box-collection,
  .box-img {
    padding-top: 15px !important;
  }

  /* line 247, ../sass/responsive.scss */
  html {
    background: none;
  }

  /* line 248, ../sass/responsive.scss */
  .navbar-header {
    float: left;
  }
  /* line 307, ../sass/mixins/_theme.scss */
  .rtl .navbar-header {
    float: right;
  }
  /* line 250, ../sass/responsive.scss */
  .navbar-header .navbar-toggle {
    display: block;
    padding: 0;
    width: 40px;
    line-height: 36px;
    font-size: 20px;
    color: #424242;
    margin: 7px 0 0 10px;
    float: left;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
  }
  /* line 331, ../sass/mixins/_theme.scss */
  .rtl .navbar-header .navbar-toggle {
    margin: 7px 10px 0 0;
  }
  /* line 307, ../sass/mixins/_theme.scss */
  .rtl .navbar-header .navbar-toggle {
    float: right;
  }
  /* line 261, ../sass/responsive.scss */
  .navbar-header .navbar-toggle:hover {
    color: #fe6658;
  }

  /* line 266, ../sass/responsive.scss */
  .collapse.navbar-collapse {
    display: none!important;
  }

  /* line 269, ../sass/responsive.scss */
  .navbar-nav {
    float: none;
    width: 100%;
  }
  /* line 272, ../sass/responsive.scss */
  .navbar-nav > li {
    display: inline;
  }

  /* line 278, ../sass/responsive.scss */
  .leo-megamenu .navbar-nav > li {
    float: none;
  }
  /* line 281, ../sass/responsive.scss */
  .leo-megamenu .navbar-nav > li > a:before {
    display: none;
  }
  /* line 286, ../sass/responsive.scss */
  .leo-megamenu .dropdown-menu .mega-col {
    width: 100%;
  }

  /* line 291, ../sass/responsive.scss */
  .leo-widget .product-block .image {
    width: 31%;
  }
  /* line 294, ../sass/responsive.scss */
  .leo-widget .product-block .name {
    height: 29px;
    line-height: 24px;
  }
  /* line 297, ../sass/responsive.scss */
  .leo-widget .product-block .name a {
    line-height: 14px;
    font-size: 13px;
  }

  /* line 308, ../sass/responsive.scss */
  .leo-megamenu .navbar-nav > li.new .sub-title,
  .leo-megamenu .navbar-nav > li.hot .sub-title {
    display: none;
  }

  /* line 312, ../sass/responsive.scss */
  .float-vertical.active > .block_content {
    position: relative;
  }

  /* line 317, ../sass/responsive.scss */
  #leo-verticalmenu .open > .dropdown-menu {
    max-width: 100%;
    position: relative;
    left: auto !important;
    width: 100% !important;
    top: 100%;
  }

  /* line 324, ../sass/responsive.scss */
  div.verticalmenu .navbar-nav {
    margin: 0;
  }

  /* line 327, ../sass/responsive.scss */
  .dropdown-menu > li > a {
    padding: 3px 0;
  }

  /* line 328, ../sass/responsive.scss */
  .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: transparent;
  }

  /* line 331, ../sass/responsive.scss */
  ul.links li .fa, ul.links li .icon {
    width: 10px;
  }

  /* line 336, ../sass/responsive.scss */
  #powered {
    text-align: center;
  }
  /* line 338, ../sass/responsive.scss */
  #powered .ApImage {
    text-align: center;
    float: none !important;
  }

  /* line 345, ../sass/responsive.scss */
  .box-service {
    border: 1px solid #ebebeb;
    border-bottom: none;
  }
  /* line 348, ../sass/responsive.scss */
  .box-service.no-border-right {
    border: 1px solid #ebebeb;
  }

  /* line 355, ../sass/responsive.scss */
  #footer .footer-block.block {
    padding: 0;
    margin-bottom: 0;
  }

  /* line 360, ../sass/responsive.scss */
  #footer-center > .ApColumn {
    padding: 40px 30px 20px;
    min-height: 215px;
  }
  /* line 363, ../sass/responsive.scss */
  #footer-center > .ApColumn:before {
    display: none;
  }
  /* line 366, ../sass/responsive.scss */
  #footer-center > .ApColumn .block {
    margin-bottom: 20px;
  }

  /* line 370, ../sass/responsive.scss */
  .footer-left {
    border: none;
    min-height: auto;
  }
  /* line 373, ../sass/responsive.scss */
  .footer-left .ApImage img {
    display: inline-block;
  }

  /* line 376, ../sass/responsive.scss */
  #social_block ul {
    float: none;
  }
  /* line 378, ../sass/responsive.scss */
  #social_block ul li {
    float: none;
    display: inline-block;
  }

  /* line 389, ../sass/responsive.scss */
  .view-product.products_block .product-block .box-buttons {
    bottom: 26%;
  }
  /* line 394, ../sass/responsive.scss */
  .view-product.products_block .product-default-li .box-buttons {
    bottom: 26%;
  }

  /* line 402, ../sass/responsive.scss */
  .pb-left-column #views_block {
    width: 13%;
  }
}
@media (max-width: 990px) {
  /* line 408, ../sass/responsive.scss */
  .header-logo {
    text-align: center;
    margin-bottom: 30px;
  }
  /* line 411, ../sass/responsive.scss */
  .header-logo a {
    padding-left: 0;
  }
  /* line 318, ../sass/mixins/_theme.scss */
  .rtl .header-logo a {
    padding-right: 0;
    padding-left: inherit;
  }
  /* line 414, ../sass/responsive.scss */
  .header-logo img {
    display: inline-block;
  }

  /* line 418, ../sass/responsive.scss */
  .header_user_info .popup-title {
    display: block;
  }
  /* line 420, ../sass/responsive.scss */
  .header_user_info .popup-title i {
    font-size: 20px;
  }
  /* line 421, ../sass/responsive.scss */
  .header_user_info .popup-title:before {
    top: -2px;
  }
  /* line 423, ../sass/responsive.scss */
  .header_user_info .popup-content {
    right: 0;
    left: inherit;
  }
  /* line 426, ../sass/responsive.scss */
  .header_user_info .popup-content li {
    display: block;
  }
  /* line 428, ../sass/responsive.scss */
  .header_user_info .popup-content li:after {
    content: none;
  }

  /* line 436, ../sass/responsive.scss */
  .group-banner p {
    padding: 0;
  }

  /* line 445, ../sass/responsive.scss */
  #footer .footer-top {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  /* line 449, ../sass/responsive.scss */
  #footer .footer-copyright {
    text-align: center;
    padding-top: 20px;
  }
  /* line 453, ../sass/responsive.scss */
  #footer .footer-copyright .ApImage.pull-right {
    float: none !important;
  }
  /* line 457, ../sass/responsive.scss */
  #footer #newsletter_block_left .block_content .title_block {
    text-align: left;
  }
  /* line 307, ../sass/mixins/_theme.scss */
  .rtl #footer #newsletter_block_left .block_content .title_block {
    text-align: right;
  }

  /* line 462, ../sass/responsive.scss */
  #newsletter_block_left .block_content form {
    width: 80%;
  }

  /* line 463, ../sass/responsive.scss */
  #thumbs_list {
    height: 504px;
  }
}
@media (max-width: 768px) {
  /* line 471, ../sass/responsive.scss */
  .sidebar .carousel-control,
  .sidebar .owl-theme .owl-controls .owl-buttons div,
  .manufacturers_block .carousel-control,
  .manufacturers_block .owl-theme .owl-controls .owl-buttons div {
    top: 50%;
  }
  /* line 474, ../sass/responsive.scss */
  .sidebar .carousel-control.left, .sidebar .carousel-control.owl-prev,
  .sidebar .owl-theme .owl-controls .owl-buttons div.left,
  .sidebar .owl-theme .owl-controls .owl-buttons div.owl-prev,
  .manufacturers_block .carousel-control.left,
  .manufacturers_block .carousel-control.owl-prev,
  .manufacturers_block .owl-theme .owl-controls .owl-buttons div.left,
  .manufacturers_block .owl-theme .owl-controls .owl-buttons div.owl-prev {
    right: auto;
    left: -12px;
  }
  /* line 479, ../sass/responsive.scss */
  .sidebar .carousel-control.right, .sidebar .carousel-control.owl-next,
  .sidebar .owl-theme .owl-controls .owl-buttons div.right,
  .sidebar .owl-theme .owl-controls .owl-buttons div.owl-next,
  .manufacturers_block .carousel-control.right,
  .manufacturers_block .carousel-control.owl-next,
  .manufacturers_block .owl-theme .owl-controls .owl-buttons div.right,
  .manufacturers_block .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -12px;
  }

  /* line 486, ../sass/responsive.scss */
  .deal-product .product-block .left-block {
    width: 100%;
  }
  /* line 489, ../sass/responsive.scss */
  .deal-product .product-block .right-block {
    width: 100%;
    padding: 0;
  }
  /* line 495, ../sass/responsive.scss */
  .deal-product .product-block .leo-more-cdown ul li {
    margin-left: 5px;
    margin-right: 5px;
  }

  /* line 503, ../sass/responsive.scss */
  .ApColumn .block {
    margin-bottom: 15px;
  }

  /* line 509, ../sass/responsive.scss */
  .iview-controlNav div.iview-items {
    bottom: 0;
  }

  /* line 517, ../sass/responsive.scss */
  #footer-center > .ApColumn {
    padding-top: 20px;
    padding-bottom: 10px;
  }
  /* line 520, ../sass/responsive.scss */
  #footer-center > .ApColumn:before {
    display: none;
  }

  /* line 526, ../sass/responsive.scss */
  #newsletter_block_left .block_content form {
    width: 100%;
  }

  /* line 529, ../sass/responsive.scss */
  .blog-detail .form-horizontal .control-label {
    text-align: left;
  }
  /* line 307, ../sass/mixins/_theme.scss */
  .rtl .blog-detail .form-horizontal .control-label {
    text-align: right;
  }
}
@media (max-width: 767px) {
  /* line 536, ../sass/responsive.scss */
  .space-padding-top-60 {
    padding-top: 20px !important;
    min-height: inherit;
  }

  /* line 537, ../sass/responsive.scss */
  #footer .footer-block.block {
    margin-bottom: 10px;
  }

  /* line 541, ../sass/responsive.scss */
  #footer.footer-container .block .title_block {
    font-size: 14px;
  }

  /* line 551, ../sass/responsive.scss */
  .deal-product .product-block .leo-more-cdown ul li {
    margin: 0 1px;
  }

  /* line 560, ../sass/responsive.scss */
  .content_sortPagiBar.clearfix {
    margin-top: 20px;
  }
  /* line 563, ../sass/responsive.scss */
  .content_sortPagiBar .sort {
    width: 100%;
    margin-bottom: 10px;
    float: left;
  }
  /* line 307, ../sass/mixins/_theme.scss */
  .rtl .content_sortPagiBar .sort {
    float: right;
  }
  /* line 568, ../sass/responsive.scss */
  .content_sortPagiBar .bt_compare {
    float: left;
  }
  /* line 307, ../sass/mixins/_theme.scss */
  .rtl .content_sortPagiBar .bt_compare {
    float: right;
  }
  /* line 571, ../sass/responsive.scss */
  .content_sortPagiBar .product-count {
    float: none !important;
  }

  /* line 577, ../sass/responsive.scss */
  .bottom-pagination-content .pagination {
    margin-bottom: 0;
  }
  /* line 580, ../sass/responsive.scss */
  .bottom-pagination-content .bt_compare {
    float: left;
  }
  /* line 307, ../sass/mixins/_theme.scss */
  .rtl .bottom-pagination-content .bt_compare {
    float: right;
  }

  /* line 586, ../sass/responsive.scss */
  .sidebar .block {
    margin-bottom: 0;
  }

  /* line 591, ../sass/responsive.scss */
  .content_scene_cat {
    margin-top: 10px;
  }
}
@media (max-width: 640px) {
  /* line 598, ../sass/responsive.scss */
  .nav-tabs.page-product-heading {
    width: 100%;
  }

  /* line 601, ../sass/responsive.scss */
  .tab-content.page-product-content {
    width: 100%;
  }

  /* line 604, ../sass/responsive.scss */
  .ajax_add_to_cart_button {
    width: auto;
  }

  /* line 609, ../sass/responsive.scss */
  #leosearchtopbox {
    margin: 20px 0 0;
  }
  /* line 611, ../sass/responsive.scss */
  #leosearchtopbox .group-leosearch {
    width: 100%;
  }
  /* line 614, ../sass/responsive.scss */
  #leosearchtopbox input {
    width: 50%;
  }
  /* line 615, ../sass/responsive.scss */
  #leosearchtopbox select {
    display: none;
  }
  /* line 616, ../sass/responsive.scss */
  #leosearchtopbox button {
    position: absolute;
    top: 0;
    width: auto;
    right: 0;
  }
  /* line 416, ../sass/mixins/_theme.scss */
  .rtl #leosearchtopbox button {
    left: 0;
    right: auto;
  }

  /* line 627, ../sass/responsive.scss */
  .view-product.products_block .product-block .box-buttons {
    bottom: 17%;
  }
  /* line 632, ../sass/responsive.scss */
  .view-product.products_block .product-default-li .box-buttons {
    bottom: 17%;
  }
  /* line 639, ../sass/responsive.scss */
  .view-product.best-seller .product-block .box-buttons {
    bottom: 35%;
  }

  /* line 647, ../sass/responsive.scss */
  #newsletter_block_left .block_content form input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }

  /* line 651, ../sass/responsive.scss */
  #thumbs_list {
    height: 502px;
  }

  /* line 657, ../sass/responsive.scss */
  .blog-item .blog-meta > span {
    padding: 10px;
  }
}
@media (max-width: 480px) {
  /* line 665, ../sass/responsive.scss */
  .footer_links > li {
    width: 100%;
  }
  /* line 667, ../sass/responsive.scss */
  .footer_links > li a {
    display: block;
  }

  /* line 672, ../sass/responsive.scss */
  #layer_cart .layer_cart_cart .button-container {
    text-align: center;
  }

  /* line 675, ../sass/responsive.scss */
  #layer_cart .layer_cart_cart .button-container .btn {
    float: none!important;
    margin-bottom: 10px;
  }

  /* line 679, ../sass/responsive.scss */
  #header .blockcart_top .cart_block {
    width: 292px;
  }

  /* line 682, ../sass/responsive.scss */
  #search_block_top .popup-content {
    width: 280px;
    right: -51px;
  }
  /* line 416, ../sass/mixins/_theme.scss */
  .rtl #search_block_top .popup-content {
    left: -51px;
    right: auto;
  }

  /* line 690, ../sass/responsive.scss */
  .tabs-top .title_block {
    float: none !important;
  }
  /* line 693, ../sass/responsive.scss */
  .tabs-top .nav-tabs.nav {
    margin-top: 20px;
    border: 1px solid #ebebeb;
  }
  /* line 696, ../sass/responsive.scss */
  .tabs-top .nav-tabs.nav > li {
    display: inline;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  /* line 701, ../sass/responsive.scss */
  .tabs-top .nav-tabs.nav > li:before {
    content: none;
  }
  /* line 704, ../sass/responsive.scss */
  .tabs-top .nav-tabs.nav > li > a {
    padding: 10px 15px;
    text-align: left;
  }
  /* line 307, ../sass/mixins/_theme.scss */
  .rtl .tabs-top .nav-tabs.nav > li > a {
    text-align: right;
  }

  /* line 711, ../sass/responsive.scss */
  .deal-product .product-block .product-meta {
    padding: 20px 0;
  }

  /* line 712, ../sass/responsive.scss */
  .block_carousel .block-carousel-image-container .block-content {
    padding: 5em 1em;
  }
  /* line 715, ../sass/responsive.scss */
  .block_carousel .block-carousel-image-container .block-content h3 a {
    font-size: 20px;
  }

  /* line 720, ../sass/responsive.scss */
  .nav-tabs.page-product-heading > li {
    float: none;
  }
  /* line 722, ../sass/responsive.scss */
  .nav-tabs.page-product-heading > li > a {
    margin-right: 0;
  }
  /* line 318, ../sass/mixins/_theme.scss */
  .rtl .nav-tabs.page-product-heading > li > a {
    margin-left: 0;
    margin-right: inherit;
  }

  /* line 727, ../sass/responsive.scss */
  .pb-left-column #image-block img {
    width: 100%;
  }

  /* line 728, ../sass/responsive.scss */
  .cart_navigation {
    text-align: center;
  }
  /* line 730, ../sass/responsive.scss */
  .cart_navigation .btn {
    float: none !important;
    margin-top: 10px;
    display: block;
  }

  /* line 733, ../sass/responsive.scss */
  #footer.footer-container .footer-block.block .title_block {
    width: 100%;
  }

  /* line 738, ../sass/responsive.scss */
  .view-product.products_block .product-block .box-buttons {
    bottom: 20%;
  }
  /* line 743, ../sass/responsive.scss */
  .view-product.products_block .product-default-li .box-buttons {
    bottom: 20%;
  }
  /* line 750, ../sass/responsive.scss */
  .view-product.best-seller .product-block .box-buttons {
    bottom: 41%;
  }

  /* line 758, ../sass/responsive.scss */
  .pb-left-column #image-block {
    width: 74%;
  }
  /* line 759, ../sass/responsive.scss */
  .pb-left-column #views_block {
    width: 23%;
  }

  /* line 764, ../sass/responsive.scss */
  #thumbs_list {
    height: 335px;
  }

  /* line 769, ../sass/responsive.scss */
  .grid-imagetop .image_description {
    padding: 5em;
  }
  /* line 771, ../sass/responsive.scss */
  .grid-imagetop .image_description h2 {
    font-size: 40px;
  }

  /* line 779, ../sass/responsive.scss */
  .content_sortPagiBar .sort form {
    width: 100%;
  }
  /* line 780, ../sass/responsive.scss */
  .content_sortPagiBar .sort #productsSortForm {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ebebeb;
  }
  /* line 786, ../sass/responsive.scss */
  .content_sortPagiBar .bt_compare {
    float: left;
  }
  /* line 307, ../sass/mixins/_theme.scss */
  .rtl .content_sortPagiBar .bt_compare {
    float: right;
  }

  /* line 792, ../sass/responsive.scss */
  .bottom-pagination-content .product-count {
    padding: 15px 0 10px 0;
    width: 100%;
    clear: both;
  }
  /* line 797, ../sass/responsive.scss */
  .bottom-pagination-content .pagination {
    margin-bottom: 0;
  }
  /* line 800, ../sass/responsive.scss */
  .bottom-pagination-content .bt_compare {
    float: left;
  }
  /* line 307, ../sass/mixins/_theme.scss */
  .rtl .bottom-pagination-content .bt_compare {
    float: right;
  }

  /* line 807, ../sass/responsive.scss */
  .blog-item .blog-meta > span {
    display: block;
  }
}
@media (max-width: 320px) {
  /* line 814, ../sass/responsive.scss */
  .pb-center-column h1 {
    font-size: 18px;
  }

  /* line 822, ../sass/responsive.scss */
  .view-product.products_block .product-block .box-buttons {
    bottom: 30%;
  }
  /* line 827, ../sass/responsive.scss */
  .view-product.products_block .product-default-li .box-buttons {
    bottom: 30%;
  }

  /* line 834, ../sass/responsive.scss */
  #thumbs_list {
    height: 288px;
  }
}
