/*
* Copyright 2014 Seven Spikes Ltd. All rights reserved. (http://www.nop-templates.com)
* http://www.nop-templates.com/t/licensinginfo
*/

@media all and (max-width: 1024px) {
    .header .search-box {
        width: 100%;
    }
    .product-details-page-body .header .search-box {
        border-radius: 1px;
        width: 100%;
    }
    .admin-header-links {
        z-index: 1030;
        width: 100%;
    }
    .responsive-nav-wrapper .shopping-cart-link>a {
        font-size: 0;
    }
    /* RESPONSIVE MENU */
    .master-header-wrapper {
        position: relative;
    }
    .ps-container>.ps-scrollbar-y-rail {
        visibility: hidden !important;
    }
    .scrollYRemove {
        /*overflow: hidden !important;
		-ms-touch-action: none !important;
		-webkit-overflow-scrolling: touch !important;*/
    }
    .overlayOffCanvas {
        display: none;
        width: 100%;
        height: 100%;
        background: rgba(221, 221, 221, 0.6);
        z-index: 1010;
        -webkit-transition: background .3s ease-in-out;
        transition: background .3s ease-in-out;
    }
    .overlayOffCanvas.active {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.4);
    }
    .header-menu {
        position: fixed;
        top: 0;
        right: -320px;
        width: 320px;
        height: 100%;
        background: #eee;
        text-align: right;
        overflow: hidden;
        z-index: 1070;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
        -webkit-transform: translate(320px);
        -ms-transform: translate(320px);
        transform: translate(320px);
    }
    .header-menu.opened {
        right: 0;
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .navigation-wrapper {
        padding: 15px;
        border: 0;
        background: #eee;
        cursor: pointer;
        overflow: hidden;
        font-size: 0;
    }
    .footer-block .newsletter-subscribe-block {
        width: 50%;
        margin: 0 auto;
    }
    .block {
        border-bottom: 1px solid #fff;
    }
    .header-menu .close-menu,
    .header-menu ul .back-button {
        float: left;
    }
    .header-menu .close-menu span,
    .header-menu ul .back-button span {
        position: relative;
        display: inline-block;
        padding: 0;
        width: 28px;
        height: 28px;
        background: rgba(0, 0, 0, 0.1);
        font-size: 0;
        color: #fff;
        line-height: 15px;
    }
    .header-menu .close-menu span:after,
    .header-menu ul .back-button span:after {
        content: '\e901';
        position: absolute;
        top: 50%;
        right: 50%;
        font-family: prisma;
        font-size: 8px;
        color: #6fb568;
        ;
        -webkit-transform: translate(50%, -50%);
        -ms-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
    .header-menu ul .back-button {
        margin-left: 5px;
    }
    .header-menu ul .back-button span:after {
        content: '\e924';
    }
    .header-menu>ul li {
        border-bottom: 1px solid #eee;
        background: #f6f6f6;
    }
    .header-menu>ul li:after {
        content: "";
        display: block;
        clear: both;
    }
    .header-menu>ul li>a,
    .header-menu>ul li>span {
        position: relative;
        display: block;
        padding: 16px 18px;
        line-height: 17px;
        text-align: right;
        font-size: 15px;
        color: #666;
        z-index: 0;
    }
    .header-menu>ul li>a:hover,
    .header-menu>ul li>span:hover {
        color: #57b568;
    }
    .header-menu>ul li:last-child>a,
    .header-menu>ul li:last-child>span {
        border-bottom: 0;
    }
    .header-menu>ul li>.with-subcategories {
        float: right;
    }
    .plus-button {
        position: relative;
        float: left;
        margin: 10px;
        width: 28px;
        height: 28px;
        cursor: pointer;
        z-index: 1;
    }
    .plus-button:after {
        content: '\e925';
        position: absolute;
        top: 50%;
        right: 50%;
        font-family: prisma;
        font-size: 8px;
        color: #57b568;
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        -ms-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
    }
    .header-menu .sublist-wrap {
        position: fixed;
        top: 0;
        right: 0;
        width: 320px;
        height: 100%;
        background: #eee;
        box-shadow: -3px 0 5px rgba(0, 0, 0, 0.5);
        z-index: 2;
        overflow: hidden;
        -webkit-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .header-menu .sublist-wrap {
        -webkit-transform: translate(320px);
        -ms-transform: translate(320px);
        transform: translate(320px);
    }
    .header-menu .sublist-wrap.active {
        -webkit-transform: translate(0);
        -ms-transform: translate(0);
        transform: translate(0);
    }
    .flyout-cart {
        display: none;
    }
    /*********** FOOTER ***********/
    .footer-block .title {
        position: relative;
        padding: 19px 37px;
    }
    .footer-block .title:before,
    .footer-block .title:after {
        content: '\e923';
        position: absolute;
        top: 50%;
        width: 24px;
        height: 24px;
        line-height: 24px;
        font-family: prisma;
        font-size: 10px;
        color: #dcdde0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }
    .footer-block .title.active:before,
    .footer-block .title.active:after {
        -webkit-transform: translateY(-50%) rotate(180deg);
        -ms-transform: translateY(-50%) rotate(180deg);
        transform: translateY(-50%) rotate(180deg);
    }
    .footer-block .title:before {
        right: 13px;
    }
    .footer-block .title:after {
        left: 13px;
    }
    .footer-middle>div:last-child {
        margin-top: 45px;
    }
    .store-search-box {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        width: 100%;
        background: #4ea35d;
        text-align: center;
        box-shadow: -1px 2px 1px rgba(0, 0, 0, 0.3);
        z-index: 1010;
        font-size: 0;
    }
    .store-search-box.open {
        display: block;
    }
    .search-box.store-search-box input {
        border: 0;
        height: 40px;
        background: none;
        color: #444;
    }
    .store-search-box input.search-box-button {
        width: 49px;
        background: url(http://mobilepuzzle.ir/Themes/Prisma/Content/img/search-button.png) no-repeat center center;
        margin-left: -7px;
    }
    .store-search-box input.search-box-text {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - 40px);
    }
    .header .store-search-box ::-webkit-input-placeholder {
        color: rgba(255, 255, 255, .4);
    }
    .header .store-search-box ::-moz-placeholder {
        color: rgba(255, 255, 255, .4);
    }
    .header .store-search-box :-ms-input-placeholder {
        color: rgba(255, 255, 255, .4);
    }
    .header .store-search-box :-moz-placeholder {
        color: rgba(255, 255, 255, .4);
    }
    /* MISCELLANEOUS */
    .html-account-page .block {
        float: none;
        width: auto;
        text-align: center;
    }
    .product-selectors,
    .filter-options {
        display: none;
    }
    .category-page-body .footer {
        padding-bottom: 30px;
    }
    .category-page-body .filter-options {
        display: block;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        box-shadow: 0 0 15px rgba(0, 0, 0, .2);
        font-size: 0;
        z-index: 1000;
    }
    .filter-options>.filters-button {
        display: none;
    }
    .filter-options>div {
        position: relative;
        display: inline-block;
        padding: 20px 10px;
        width: 50%;
        background: #fff;
        text-transform: uppercase;
        text-align: center;
        font-size: 13px;
        color: #888;
        cursor: pointer;
    }
    .filter-options>div:before {
        display: inline-block;
        margin-left: 5px;
        font-family: prisma;
        font-size: 20px;
        color: #57b568;
        vertical-align: middle;
        cursor: pointer;
    }
    .filters-button:before {
        content: '\e907';
    }
    .product-sorting-mobile:before {
        content: '\e90c';
    }
    .product-display-mobile:before {
        content: '\e906';
    }
    .filter-options li:after {
        content: '.';
        position: absolute;
        top: 10px;
        left: 0;
        height: 40px;
        width: 1px;
        background: #eee;
        text-indent: -9999px;
        font-size: 0;
    }
    .filter-options li:last-of-type:after {
        content: none;
    }
    .filter-options>div>div span {
        display: none;
    }
    .product-sorting-mobile,
    .product-display-mobile {
        position: relative;
    }
    .product-sorting-mobile select,
    .product-display-mobile select {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        opacity: 0;
    }
    .cart thead {
        display: none;
    }
    .cart col {
        float: right;
    }
    .cart tr {
        float: right;
        padding-bottom: 15px;
        margin-left: 6px;
        width: 32.7%;
        width: -webkit-calc(100%/3 - 2px);
        width: calc(100%/3 - 5px);
        overflow: hidden;
        border-bottom: 10px solid #f6f6f6;
        background: #fff;
    }
    .cart tr:nth-of-type(3n) {
        margin-left: 0;
    }
    .cart tr:nth-of-type(3n+1) {
        clear: right;
    }
    .cart td {
        display: block;
        border: 0;
        border-bottom: 4px solid #f6f6f6;
    }
    .order-summary-content tr,
    .shopping-cart-page tr {
        margin-bottom: 4px;
        padding: 4px 10px 0;
        background: #f6f6f6;
    }
    .shopping-cart-page .cart-item-row td:first-child,
    .shopping-cart-page .cart-item-row td.sku {
        display: none;
    }
    .order-summary-content td,
    .shopping-cart-page td {
        padding: 5px 10px;
        border-bottom: none;
        background: none;
        text-align: center;
    }
    .order-summary-content .cart .remove-from-cart,
    .shopping-cart-page .cart .remove-from-cart {
        display: block;
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
        width: 100%;
        text-align: left;
    }
    .order-summary-content td.product,
    .shopping-cart-page td.product {
        text-align: center;
    }
    .order-summary-content .cart .product-name,
    .shopping-cart-page .cart .product-name {
        font-size: 13px;
    }
    .order-summary-content .cart label,
    .shopping-cart-page .cart label {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 11px;
        color: #aaa;
    }
    .order-summary-content td.quantity,
    .shopping-cart-page td.quantity {
        padding-bottom: 10px;
        border-bottom: 1px solid #eee;
    }
    .order-summary-content td.subtotal,
    .shopping-cart-page td.subtotal {
        padding-bottom: 0;
        font-size: 14px;
    }
    .order-summary-content .cart .product-picture,
    .shopping-cart-page .cart .product-picture {
        float: right;
        width: 40%;
    }
    .wishlist-content .table-wrapper {
        padding: 10px;
        background: #f6f6f6;
    }
    .wishlist-content .cart tbody {
        font-size: 0;
        background: #f6f6f6;
    }
    .wishlist-content .cart label,
    .wishlist-content .cart td {
        font-size: 14px;
        color: #666;
    }
    .wishlist-content .cart .product-picture,
    .wishlist-content .cart .product,
    .wishlist-content .cart .unit-price {
        border: 0;
    }
    .wishlist-content .cart .remove-from-cart,
    .wishlist-content .cart .add-to-cart {
        width: 50%;
        height: 48px;
        display: inline-block;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .wishlist-content .cart .product-picture {
        float: right;
        width: 30%;
        padding-left: 0;
    }
    .wishlist-content .cart .product-picture~td {
        margin: 0 40% 0 0;
        text-align: right;
        padding: 10px;
    }
    .wishlist-content .cart .quantity {
        float: right;
        clear: right;
        width: 40%;
    }
    .wishlist-content .cart .subtotal {
        float: left;
        padding-right: 0;
        width: 60%;
        text-align: right;
    }
    .wishlist-content .cart tr td.quantity,
    .wishlist-content .cart tr td.subtotal {
        margin: 0;
        border: 0;
        border-top: 4px solid #f6f6f6;
        max-width: none;
    }
    .wishlist-content .cart .qty-dropdown {
        padding-left: 15px;
        min-width: auto;
        width: 48px;
    }
    /*COMPARE MOBILE*/
    .compare-products-mobile {
        padding: 10px;
        background: #f6f6f6;
    }
    .compare-section {
        margin-bottom: 30px;
    }
    .compare-section:last-child {
        margin-bottom: 0;
    }
    .compare-section .title {
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        color: #444;
    }
    .compare-section ul {
        margin: 0 auto;
        padding: 0 20px;
        max-width: 500px;
        background: #fff;
    }
    .compare-section ul li {
        padding: 15px 0;
        font-size: 13px;
        color: #666;
    }
    .compare-section ul li+li {
        border-top: 1px solid #eee;
    }
    .compare-section.product .title {
        font-size: 0;
    }
    .compare-section.product ul {
        padding: 0;
        background: none;
    }
    .compare-section.product li {
        padding: 0;
        border: 0;
        margin-bottom: 10px;
    }
    .compare-section.product li:after {
        content: '';
        display: block;
        clear: both;
    }
    .compare-section.product .picture {
        float: right;
        margin-left: 4px;
        width: 25%;
        background: #fff;
        text-align: center;
    }
    .compare-section.product .product-name {
        text-align: right;
        font-size: 13px;
        color: #666;
    }
    .compare-section.product .details {
        position: relative;
        padding: 20px 10px 10px;
        background: #fff;
        overflow: hidden;
    }
    .compare-section .remove-button {
        position: absolute;
        bottom: 10px;
        right: 50%;
        width: 100%;
        max-width: 136px;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    .compare-section.price li {
        font-weight: bold;
        color: #57b568;
    }
}

@media all and (max-width: 768px) {
    .post-body .push-row-blog,  .post-body .row-blog{
        flex-direction: column; 
    }
    .footer-logo {
        width: 23%;
        margin: 10px auto;
    }
    .push-row-blog {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
        margin: 20px auto;
    }
    .footer-middle li.address {
        padding: 15px;
    }
    .row.about.mobile {
        flex-direction: column-reverse;
        display: flex;
    }
    .wow.fadeInRight {
        margin-top: 0;
    }
    
    .login-page .register-block .text {
        padding-top: 20px;
    }
    .login-page  .register-block .inner-wrapper .buttons {

        margin-top: 10px;
     
    }
    .ContactUsPage .contact-box:first-child {
        margin-right: 0;
    }
    .contact-box-wrapper {
        top: -35px;
    }
    .ContactUsPage .contact-box:first-child {
        margin-right: 0;
    }
    .ContactUsPage .contact-box {
        padding: 10px 12px;
    }
    .ContactUsPage .hsg-section-gmap__wrapper {
        display: flex;
        flex-direction: column;
    }
    .Contact-mobile {
        display: block;
    }
    .ContactUs-main {
        display: none;
    }
    .hsg-section-gmap__info-block--content, .hsg-section-gmap__address-block-info {
       
        text-align: right !important;
    }
    .about .about-row p{
     margin-top: 20px;
    }
    .about-img:after {
        content: "";  
        right: 0px;
        bottom: 22px; 
    }
    .topic-page ul.list-icons-about{
        padding: 0;
    }
    ul.list-icons-about li {
      
        margin: 30px;
     
    }
    #our-team-construct .container.paralex {
        padding: 0;
    }
    #our-team-construct .single-construct-member .content {
        padding-top: 82.5px;

        height: 440px;
        margin-bottom: 20px;
    }
    .page.blogpost-page .page-body > div {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .page.blogpost-page .rich-blog-image img {
        border-radius: 8px;
    }
    .blogpost-page .post-body p, .topic-page-body .sky-page p {
        font-size: 16px;
        text-align: justify;
        font-weight: 300;
        line-height: 2.2;
        color: #181522;
        margin: 0 0 1.5rem;
    }
    .blogpost-page .row-p {
        text-align: justify;
    }
    .post-body .images-blog {
        width: 100%;

    }
    .post-body .text-blog {
        width: 100%;

    }
    .login-page .inner-wrapper {
        padding-top: 0;
    }
    .login-page .topic-block {
        margin: 0px 0;
    }
    .login-page .google-login-block {
        display: none;
    }
    .payment-method .method-list {
        display: block;
    }
    .method-list>li {
        width: 100%;
    }
    .payment-method .method-list li .payment-details label {
        font-weight: bold;
        font-size: 10px;
    }
    .payment-method {
        width: 100%;
    }
    .has-sublist {
        position: relative;
    }
    .sublist .has-sublist .plus-button {
        position: absolute;
        margin: 10px;
        width: 23px;
        height: 28px;
        cursor: pointer;
        z-index: 1;
        left: 0px;
    }
    span.k-widget.k-autocomplete.k-header.search-box-text.k-state-default {
        width: 59%;
    }
    .login-page .customer-blocks {
        margin: 0 0 0px;
        display: flex;
        flex-direction: column-reverse;
    }
    .login-page .buttons .button-1,
    .login-page .buttons .button-2 {
        margin-bottom: 10px;
    }
    .login-page .text {
        margin: 56px 0 10px;
    }
    .registration-page .fieldset .buttons {
        margin-right: 0;
    }
    .registration-page .external-authentication {
        position: unset;
    }
    .registration-page .google-login-block {
        display: flex;
        margin: 0px;
    }
    .registration-page .external-authentication .buttons {
        margin: 0 0 42px;
    }
    .registration-page .external-authentication .google-btn {
        bottom: 2px;
    }
    .store-search-box input.search-box-text {
        width: -webkit-calc(100% - 40px);
        width: calc(100% - -9px);
    }
    .vertical-align-middle {
        top: 128px;
    }
    .home-page .homepage-pro .tit-pro {
        margin-right: 0;
        background: #ffffff;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        margin-bottom: 4px;
    }
    .home-page .homepage-pro .title strong {
        font-size: 19px;
        padding-bottom: 12px;
        color: #444;
        font-weight: 900;
    }
    .home-page .homepage-pro {
        background-color: #f5f5f5;
        padding: 0;
    }
    .home-page-body .homepage-pro .item-grid .item-box:nth-child(3n+1),
    .home-page-body .homepage-pro .item-grid .item-box:nth-child(4n+1),
    .home-page-body .homepage-pro .item-box:nth-of-type(2n) {
        margin-right: 2%;
    }
    .home-page-body .homepage-pro .tit-pro strong::before {
        width: 100%;
        margin-right: 0;
    }
    .home-page-body .homepage-pro .item-box {
        border: 1px solid #fff;
        border-radius: 8px;
        width: 48%;
        margin-right: 2%;
        margin-bottom: 8px;
    }
    .responsive-nav-wrapper .shopping-cart-link {
        width: 100px;
    }
    .responsive-nav-wrapper .shopping-cart-link .shopping-text {
        display: none;
    }
    .mega-menu-responsive .manufacturer-mob {
        float: left;
        width: 56px;
        padding-top: 8px;
    }
    .mega-menu-responsive .sublist>li {
        display: flex;
        justify-content: flex-end;
        flex-direction: row-reverse;
        align-items: center;
    }
    .topic-page .text-justify-p {
        padding-left: 15px;
        padding-right: 15px;
        text-align: justify;
        line-height: 2;
        color: #666;
    }
    .html-manufacturer-page .four-per-row .item-grid .item-box {
        width: 48.5%;
    }
    input[type="text"],
    input[type="password"],
    textarea,
    select {
        font-size: 10px;
    }
    .html-search-page .four-per-row .product-grid .item-box {
        width: 48.5%;
    }
    .manufacturer-list-page .manufacturer-grid .item-box {
        width: 46.5%;
    }
    .header .store-search-box.with-caregory-search-enabled span.search-box-text {
        font-size: 10px;
    }
    .header .search-box .search-box-select {
        background-color: #f5f5f5;
        border-bottom-right-radius: 10px;
        border-top-right-radius: 10px;
        color: #666;
    }
    .responsive-nav-wrapper>div {
        width: 46px;
    }
    .responsive-nav-wrapper .personal-button .admin-text {
        display: none;
    }
    .home-page-body .header .search-box {
        border-radius: 1px;
        width: 100%;
    }
    .my-tickets-page .filter-list {
        display: flex;
        flex-direction: column;
    }
    .info-sec .box strong {
        color: #444;
    }
    .background-section img {
        display: none;
    }
    .background-section .circle.left {
        position: unset;
    }
    .circle.left p {
        color: #444;
        margin: 16px 0;
        padding-left: 2%;
        padding-right: 2%;
    }
    .info-sec .subTitle {
        color: #444;
    }
    .category-page-body .page-title h1 {
        margin: -13px 0 0 0;
        padding: 0px;
    }
    .category-page-body .page-title .breadcrumb {
        margin: 0px 0 -14px 0;
    }
    .category-page-body .page-title {
        margin: 0px;
        padding: 0px;
    }
    .blog-pages-body .blogpost-page .page-title h1 {
        text-align: center;
        margin: 0px;
        padding: 0px;
    }
    .blog-pages-body .blogpost-page .page-title {
        margin: 0px;
        padding: 0px;
    }
    .footer-lower-wrapper {
        padding: 1px 25px;
        display: flex;
        width: 100%;
        font-size: 10px;
        justify-content: space-between;
    }
    .newsletter {
        min-height: 21px;
    }
    .product-details-page .product-collateral {
        margin: 0px;
    }
    .product-details-page .full-description {
        margin: 0px;
        padding: 0px;
    }
    .product-details-page .also-purchased-products-grid {
        margin: 0px;
    }
    .external-authentication {
        margin-right: 0
    }
    .html-login-page .login-page .customer-blocks .buttons {
        position: unset;
    }
    input.button-1.login-button {
        position: unset;
        padding: 12px 67px
    }
    input.button-1.register-button {
        position: unset;
    }
    /* .external-authentication .google-btn {
        position: absolute;
        right: 25%;
    } */
    .login-page .google-btn {
        position: unset;
        margin-top: 17px;
    }
    .theme-first-inner-sm {
        display: block;
    }
    .theme-second-inner-sm {
        display: block;
    }
    .theme-second-inner-desk {
        display: none;
    }
    .theme-first-inner-desk {
        display: none;
    }
    .product-grid .title strong {
        text-align: center;
    }
    .order-details-page .totals,
    .products .table-wrapper {
        width: 100%;
    }
    .inputs label {
        color: #444;
    }
    .qty-wrapper span:after,
    .cart-collaterals .hint {
        color: #444;
    }
    .html-category-page .four-per-row .product-grid .item-box {
        width: 46.2%;
        margin: 0 2px 10px 6px;
        border-radius: 5px;
    }
    .html-category-page .four-per-row .product-grid .item-box:nth-child(3n+1) {
        margin-right: 5px;
    }
    .html-category-page .four-per-row .product-grid .item-box:nth-child(4n+1) {
        margin-right: 5px;
    }
    .shopping-cart-page .cart-collaterals .deals {
        width: auto;
        margin: 0;
        min-height: 100%;
    }
    .shopping-cart-page .cart-collaterals .shipping {
        float: left;
        width: 100%;
        margin: 0;
        height: 100%;
    }
    .shopping-cart-page .cart-collaterals {
        width: auto;
    }
    .cart-collaterals .coupon-box {
        border: none;
    }
    .master-column-wrapper .shopping-cart-page .totals {
        width: auto;
    }
    .block .title strong {
        background: #eee;
    }
    .master-column-wrapper .account-page {
        width: 100%;
    }
    .header-menu .navigation-wrapper .logo-mobile-menu {
        display: none;
        width: 30%;
    }
    .store-search-box {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        width: 100%;
        background: #fff;
        text-align: center;
        box-shadow: 0px 4px 7px -1px rgba(0, 0, 0, 0.3);
        z-index: 1010;
        font-size: 0;
        padding-bottom: 10px;
    }
    .master-header-wrapper .header-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        padding: 8px 12px 0px 12px;
    }
    .responsive-nav-wrapper-parent {
        width: 100%;
    }
    .responsive-nav-wrapper {
        text-align: center;
        font-size: 0;
        display: flex;
        margin: 0 auto 10px;
        justify-content: flex-end;
        align-items: center;
        width: 100%;
    }
    .header-wrapper .responsive-nav-wrapper-parent .responsive-nav-wrapper .menu-title {
        position: absolute;
        left: auto;
        right: 0;
        border: 1px solid #eee;
        border-radius: 5px;
        margin-right: 9px;
    }
    .header-wrapper .header .header-logo {
        display: block;
        margin: 0 auto;
        position: static;
        top: 10px;
        width: 149%;
        padding: 0px;
        margin-right: 67px;
    }
    .theme-mobile-desk-sliders {
        display: block;
    }
    .theme-main-desk-sliders {
        display: none;
    }
    .product-content-wrappper .overview h3 {
        font-size: 14px;
        padding-left: 41px;
        padding-right: 41px;
    }
    .overview .attributes .attr-label .text-prompt {
        font-size: 11px;
    }
    .attribute-squares label {
        width: 77px;
    }
    .attributes>ul>li {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .header-links a:before {
        display: inline-block;
        margin-left: 8px;
        font-family: prisma;
        color: #aaa;
        vertical-align: middle;
        margin-right: -11px;
    }
    .overview .add-bsk {
        margin-top: 0px;
    }
    .overview .attributes>ul>li:nth-child(3n) {
        display: block;
    }
    .also-purchased-products-grid .item-grid {
        padding: 11px 3px 0;
    }
    .product-details-page .also-purchased-products-grid .item-box {
        width: 49%;
    }
    .manufacturers>span {
        padding-right: 17px;
    }
    .overview .qty-wrapper {
        padding-right: 16px;
    }
    .additional-details>div {
        padding-right: 25px;
        border-bottom: 1px solid #eee;
    }
    .html-blog-page .post-footer {
        padding: 4px 0;
    }
    .html-blog-page .side-2 {
        margin: 0 0 8px;
    }
    .html-blog-page .center-2 {
        margin: 0;
    }
    .product-essential .buttons-list .product-options {
        padding-right: 10px;
    }
    .blog-page .buttons {
        margin: 4px 11px;
        display: flex;
        justify-content: space-around;
        flex-direction: row-reverse;
    }
    .search-box .search-box-text::placeholder {
        color: #444;
    }
    .product-essential .product-content-wrappper {
        padding-left: 0px;
    }
    .html-account-page .customer-pages-body .side-2 {
        width: 100%;
    }
    .html-account-page .customer-pages-body .center-2 {
        width: 100%;
    }
    .spc-products .spc-body .product-grid {
        padding: 0px 0 0px;
    }
    .header {
        width: 25%;
    }
    .spc-products .spc-header li {
        font-size: 12px;
    }
    .center-2 .blog-page .post {
        width: 98%;
        margin: 0 3px 20px;
    }
    .blog-posts .share-post {
        display: none;
    }
    .item-box .old-price {
        margin-left: 0;
        padding-right: 11px;
    }
    .add-info .prices .actual-price {
        margin-left: 0;
        font-size: 12px;
        text-align: center;
    }
    .html-login-page .login-page .customer-blocks>div {
        padding-bottom: 10px;
        margin-bottom: 0;
        width: 100%;
    }
    .header-wrapper {
        display: inline-block;
    }
    .item-box .product-title {
        margin: 0 0 21px 0;
    }
    .overview .attributes>ul>li:nth-child(3n) .option-list {
        margin-right: 0px;
    }
    .overview .attributes,
    .variant-overview .attributes {
        padding: 9px;
    }
    .variant-overview>div {
        padding-right: 25px;
    }
    .overview>div {
        padding: 8px;
    }
    .breadcrumb strong {
        line-height: 2;
    }
    .overview .delivery,
    .variant-overview .delivery {
        padding: 0 20px;
    }
    .overview .delivery>div,
    .variant-overview .delivery>div .productTabs-body .full-description {
        padding: 0px;
    }
    .item-box .prices {
        overflow: hidden;
        padding-left: 20px;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        line-height: 2;
        align-items: center;
    }
    .overview .prices {
        margin-bottom: 0px;
    }
    .product-grid .title strong {
        font-size: 12px;
    }
    .ui-tabs {
        margin: 0px;
        padding: 15px;
    }
    .attributes select {
        margin-top: 10px;
    }
    .overview .attributes>ul>li:nth-child(2n) {
        width: 100%;
        display: flex;
    }
    .attributes .option-list.radio-list label {
        font-size: 10px;
        padding: 0 2px;
    }
    .overview .attributes .attr-value {
        width: 100%;
        float: left;
    }
    .overview .add-bsk {
        width: 96%;
        margin: 9px auto;
        float: none;
    }
    .product-content-wrappper .overview .short-description {
        font-size: 10px;
        text-align: center;
        margin-top: 3px;
    }
    .product-content-wrappper .gallery {
        width: 80%;
    }
    .product-name {
        padding: 3px;
        overflow: hidden;
    }
    .product-essential {
        background-color: #fff;
        margin: 0px;
    }
    .product-details-page .productTabs-header .ui-tabs .ui-tabs-panel p {
        display: none;
    }
    .product-essential .buttons-list {
        display: flex;
        justify-content: right;
        width: 100%;
        padding-right: 16px;
        margin-top: -32px;
    }
    .product-essential .product-name::after {
        display: none;
    }
    .product-essential .overview .prices {
        width: 100%;
        margin: 15px auto;
        text-align: center;
    }
    .add-info .sale-campaign-text {
        padding-left: 32px;
        float: none;
        align-items: center;
    }
    .rich-blog-homepage .post-details .post-date {
        position: relative;
    }
    .rich-blog-homepage .post-details .post-description {
        padding-bottom: 6px;
        text-align: center
    }
    .rich-blog-homepage .blog-post .post-title {
        text-align: center;
    }
    .rich-blog-homepage .blog-posts .blog-post {
        padding-bottom: 60px;
        margin: 0px;
    }
    .page-body .rich-blog-homepage .view-all {
        padding: 15px 0;
        bottom: -10px;
        font-size: 11px;
    }
    .billing-address-page .section.order-summary {
        display: none;
    }
    .shipping-method-page .section.order-summary {
        display: none;
    }
    .payment-info-page .section.order-summary {
        display: none;
    }
    .center-1 {
        margin: 0 0 0 0;
    }
    .newsletter {
        padding-bottom: 0px;
        width: 98%;
        margin: 0 auto;
    }
    .item-box .product-title,
    .item-box .title {
        height: 60px;
    }
    .product-intro .carousel-title::after {
        display: none;
    }
    .master-column-wrapper .product-intro .carousel-title strong::before {
        width: 60%;
    }
    .nop-jcarousel .slick-prev,
    .nop-jcarousel .slick-next {
        top: 31% !important;
    }
    .nop-jcarousel .slick-prev {
        left: 2% !important;
    }
    .product-grid,
    .product-list {
        margin: 15px auto 0;
        width: 100%;
    }
    .home-page .topic-block {
        padding: 15px 0;
    }
    .spc .navigation {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .spc .spc-body::before {
        display: none;
    }
    .best-offer .item-box {
        border-radius: 5px;
    }
    .spc-products .item-box:nth-of-type(2n+1) {
        clear: right;
        border: 1px solid #fff;
        border-radius: 8px;
        margin: 3px;
        width: 48%;
    }
    .spc-products .item-box:nth-of-type(2n) {
        border: 1px solid #fff;
        border-radius: 8px;
        margin: 3px;
        width: 48%;
    }
    .spc-body .item-grid {
        padding: 0;
        border-radius: 8px;
        flex-wrap: wrap;
        background-color: #f6f6f6;
        align-items: unset;
    }
    .spc-body .item-grid .picture {
        border-radius: 8px;
    }
    .add-info .sale-campaign-text .sale-campaign-box {
        margin-right: 12px!important;
    }
    .home-page .product-grid,
    .home-page .bestsellers {
        padding-top: 0px;
    }
    .best-offer .home-page-product-grid {
        padding: 0 10px 0 10px;
        margin-top: 10px;
    }
    .search-box.store-search-box form {
        position: relative;
        border: 1px solid #ccc;
        background-color: #f5f5f5;
        border-radius: 10px;
    }
    .cart tr {
        width: 49.7%;
    }
    .cart tr:nth-of-type(2n) {
        margin-left: 0;
    }
    .cart tr:nth-of-type(2n+1) {
        clear: right;
        margin-left: .6%;
    }
    .cart tr:nth-of-type(3n+1) {
        clear: none;
    }
    .cart tr:nth-of-type(3n) {
        clear: none;
    }
    .compare-section.product .picture {
        width: 45%;
    }
    .shipments thead,
    .products thead,
    .return-request-page thead,
    .recurring-payments thead,
    .reward-points-history thead,
    .downloadable-products-page thead {
        display: none;
    }
    .shipments tr,
    .products tr,
    .return-request-page tr,
    .recurring-payments tr,
    .reward-points-history tr,
    .downloadable-products-page tr {
        display: block;
        margin-bottom: 10px;
        border: 1px solid #eee;
        background: #fff;
    }
    .shipments td,
    .products td,
    .return-request-page td,
    .recurring-payments td,
    .reward-points-history td,
    .downloadable-products-page td {
        display: block;
        padding: 10px;
        border: 0;
        text-align: center;
    }
    .shipments td:first-of-type,
    .products td:first-of-type,
    .return-request-page td:first-of-type,
    .recurring-payments td:first-of-type,
    .reward-points-history td:first-of-type,
    .downloadable-products-page td:first-of-type {
        display: none;
    }
    .return-request-page td.product {
        text-align: center;
    }
    .shipments td label,
    .products td label,
    .return-request-page td label,
    .recurring-payments td label,
    .reward-points-history td label,
    .downloadable-products-page td label {
        margin-bottom: 10px;
        text-transform: uppercase;
        font-weight: normal;
        font-size: 11px;
        color: #bbb;
    }
    .icon-payment {
        width: 20%;
        margin: 0 auto;
    }
    .customer-pages-body .side-2.equal {
        width: 100%;
        margin: 0 auto;
    }
    .customer-pages-body .center-2.equal {
        width: 98%;
        margin: 0 auto 7%;
    }
    .html-my-product-reviews-list-page .master-column-wrapper .side-2 {
        width: 98%;
        margin: 0px;
    }
    .customer-pages-body .side-2 {
        width: 98%;
        margin: 0 auto 7%;
    }
    .html-my-product-reviews-list-page .center-2,
    .customer-pages-body .center-2 {
        width: 98%;
        margin: 0 auto;
    }
    .html-customer-info-page .customer-info-page .fieldset {
        width: 98%;
        margin: 0 auto;
    }
    .footer-middle li.address {
        display: inline;
    }
    .add-more-external-records {
        font-size: 10px;
    }
    .title.drop-sown {
        width: 60%;
    }
    .inner-wrapper {
        width: 100%;
        padding: 18px;
    }
    .match-bottom {
        flex-direction: column;
    }
}

@media all and (max-width: 480px) {
    .html-home-page .vertical-align-middle>div {
        top: 43%;
    }
    .html-home-page .vertical-align-middle {
        position: absolute;
        bottom: 0;
        right: 0px;
    }
    .cart tr {
        width: 100%;
    }
    .cart tr:nth-of-type(2n) {
        margin-left: 0;
    }
    .cart tr:nth-of-type(2n+1) {
        clear: none;
    }
    .cart tr:nth-of-type(3n+1) {
        clear: none;
        margin: 0;
    }
}

@media (min-width: 300px) and (max-width: 335px) {
    .header-wrapper .header .header-logo {
        display: block;
        margin: 0 auto;
        position: static;
        top: 10px;
        width: 87%;
        padding: 0px;
        margin-right: 62px;
    }
}

@media (max-width:300px) {
    .header-wrapper .header .header-logo {
        display: none;
    }
}