﻿/*son


    */
/*---------------------------------------*/
/*-------           rtl             -----*/
/*---------------------------------------*/
/* font icon*/
body {
    direction: rtl;
    text-align: right;
}

/*
  header
*/
.tt-top-panel .tt-row .tt-btn-close {
    margin-left: inherit;
    margin-right: 27px;
}

.tt-header-holder .tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
    padding-left: 12px;
}

header {
    /* tt-box-info */
    /* tt-cart-layout */
    /* tt-search */
    /* tt-desctop-menu */
    /* tt-mobile-header */
}

    header .tt-desktop-header .tt-obj-search-type2 {
        margin-right: 0;
        margin-left: 25px;
    }

        header .tt-desktop-header .tt-obj-search-type2 .tt-search-input {
            padding: 4px 41px 2px 10px;
        }

        header .tt-desktop-header .tt-obj-search-type2 .tt-btn-search {
            right: 8px;
            left: inherit;
        }

    header .tt-box-info ul li:not(:first-child) {
        margin-left: inherit;
        margin-right: 15px;
    }

    header .tt-social-icon li:first-child a {
        padding-left: inherit;
        padding-right: 0;
    }

    header .tt-social-icon li:last-child a {
        padding-right: inherit;
        padding-left: 0;
    }

    header .tt-dropdown-obj .tt-dropdown-menu {
        right: inherit;
        left: 0;
    }

    header .tt-search .tt-dropdown-toggle {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
        -webkit-filter: FlipH;
        filter: FlipH;
        -ms-filter: "FlipH";
    }

    header .tt-parent-box:last-child .tt-dropdown-toggle {
        padding-right: 8px;
        padding-left: 0px;
    }

    header .tt-parent-box:first-child .tt-dropdown-toggle {
        padding-left: 8px;
    }

    header .tt-header-holder .tt-obj-logo:not(.obj-move-right):not(.obj-aligment-center) .tt-logo {
        margin-right: inherit;
        margin-left: 30px;
    }

    header .tt-header-holder .obj-move-right.tt-position-absolute:not(:first-child),
    header .tt-header-holder .tt-obj-options.obj-move-right {
        right: auto;
        left: 0;
    }

    header .tt-header-holder .obj-aligment-center > *,
    header .tt-header-holder .obj-aligment-right > * {
        text-align: right;
    }

@media (min-width: 1025px) {
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
        padding: 33px 39px 37px 20px;
    }
}

@media (max-width: 1024px) {
    header .tt-account .tt-dropdown-menu .tt-dropdown-inner {
        padding: 33px 29px 37px 20px;
    }
}

header .tt-account .tt-dropdown-menu ul li a [class^="icon-"] {
    margin-left: inherit;
    margin-left: 8px;
    float: right;
}

header .tt-account ul li a [class^="icon-"] {
    margin-right: inherit;
    margin-left: 8px;
}

header .tt-multi-obj ul li a [class^="icon-"] {
    margin-right: 8px;
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close {
    padding: 13px 29px 13px 12px;
    text-align: right;
}

header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
    padding: 18px 20px 17px 0px;
}

    header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title + .tt-close {
        right: inherit;
        left: 0;
        text-align: left;
    }

header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
    right: inherit;
    left: -10px;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item .tt-item-img + .tt-item-descriptions {
    margin-left: auto;
    margin-right: 20px;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-list .tt-item-close .tt-btn-close {
    margin-right: auto;
    margin-left: -6px;
}

header .tt-cart .tt-cart-layout .tt-cart-content .tt-cart-total-row .tt-cart-total-price {
    text-align: left;
}

@media (min-width: 1025px) {
    header .tt-search .tt-dropdown-menu {
        left: inherit;
        right: 0;
    }

        header .tt-search .tt-dropdown-menu .tt-search-input {
            padding: 11px 0px 10px 12px;
        }

        header .tt-search .tt-dropdown-menu .tt-btn-search {
            padding: 4px 4px 4px 0px;
            right: inherit;
            left: 0px;
            -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
            -webkit-filter: FlipH;
            filter: FlipH;
            -ms-filter: "FlipH";
        }

        header .tt-search .tt-dropdown-menu .tt-info-text {
            left: inherit;
            right: 0;
        }

        header .tt-search .tt-dropdown-menu .tt-btn-close {
            right: inherit;
            left: 0;
        }
}

@media (max-width: 1024px) {
    header .tt-search .tt-dropdown-menu {
        left: inherit;
        right: 0;
    }

        header .tt-search .tt-dropdown-menu form .tt-col:last-child {
            margin-left: inherit;
            margin-right: 20px;
        }

        header .tt-search .tt-dropdown-menu form .tt-search-input {
            padding: 11px 0px 10px 12px;
        }

        header .tt-search .tt-dropdown-menu .tt-btn-close {
            padding: 3px 5px 5px 0;
        }

        header .tt-search .tt-dropdown-menu .tt-btn-search {
            right: inherit;
            left: 40px;
            -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
            -webkit-filter: FlipH;
            filter: FlipH;
            -ms-filter: "FlipH";
        }

        header .tt-search .tt-dropdown-menu .search-results {
            left: inherit;
            right: 0;
        }
}

header .tt-search .search-results > li a .tt-description {
    padding: 5px 16px 5px 15px;
}

    header .tt-search .search-results > li a .tt-description .tt-price .new-price {
        margin-right: inherit;
        margin-left: 7px;
    }

header .tt-desctop-menu {
    padding-right: inherit;
    padding-left: 23px;
}

    header .tt-desctop-menu .tt-megamenu-submenu > li > a {
        padding-right: inherit;
        padding-left: 23px;
    }

        header .tt-desctop-menu .tt-megamenu-submenu > li > a img {
            right: inherit;
            left: -34px;
        }

        header .tt-desctop-menu .tt-megamenu-submenu > li > a:before {
            left: inherit;
            right: -12px;
            -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
        }

        header .tt-desctop-menu .tt-megamenu-submenu > li > a:hover img {
            right: inherit;
            left: -34px;
        }

        header .tt-desctop-menu .tt-megamenu-submenu > li > a:hover:before {
            left: inherit;
            right: 0;
        }

    header .tt-desctop-menu .tt-megamenu-submenu > li.active > a {
        padding-left: inherit;
    }

        header .tt-desctop-menu .tt-megamenu-submenu > li.active > a:before {
            left: inherit;
            right: 0;
        }

    header .tt-desctop-menu .tt-megamenu-submenu li a:not(:only-child):after {
        right: inherit;
        left: 13px;
        border-left: none;
        border-right: 4px solid #191919;
        float: left;
    }

    header .tt-desctop-menu .tt-megamenu-submenu > li > a:not(:only-child):after {
        right: inherit;
        left: -13px;
    }

    header .tt-desctop-menu .tt-megamenu-submenu > li ul {
        left: inherit;
        right: 100%;
    }

        header .tt-desctop-menu .tt-megamenu-submenu > li ul ul.right,
        header .tt-desctop-menu .tt-megamenu-submenu > li ul ul.right ul {
            left: auto;
            right: 100%;
        }

            header .tt-desctop-menu .tt-megamenu-submenu > li ul ul.right .left,
            header .tt-desctop-menu .tt-megamenu-submenu > li ul ul.right .left ul {
                left: 100%;
                right: auto;
            }

        header .tt-desctop-menu .tt-megamenu-submenu > li ul li a {
            padding: 3px 30px 3px 7px;
        }

    header .tt-desctop-menu .dropdown-menu {
        padding: 33px 39px 27px 5px;
    }

header .tt-mobile-header .tt-parent-box {
    margin-left: inherit;
    margin-right: 20px;
}

.header-tel-info [class^=icon] {
    float: right;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
    position: relative;
    top: -3px;
}

@media (min-width: 1025px) {
    header .tt-account ul li a [class^=icon-] {
        top: 0;
    }
}

#tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a svg,
.tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a svg {
    left: inherit;
    right: 19px;
}

    #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a [class^=icon] + span, #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a img + span, #tt-pageContent .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a [class^=icon] + span, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a img + span, .tt-desktop-header .tt-menu-categories.tt-categories-size-large .tt-dropdown-menu nav > ul > li > a svg + span {
        margin-left: 0;
        margin-right: 12px;
    }

@media (max-width: 1024px) {
    header .tt-dropdown-obj:not(.tt-search) .tt-dropdown-menu {
        left: inherit;
        right: -20px;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-close:before {
        float: right;
        padding-right: 0px;
        padding-left: 6px;
        top: -1px;
    }

    header .tt-dropdown-obj:not(.tt-search) .tt-mobile-add .tt-title {
        padding-right: 49px;
    }

    header .tt-dropdown-obj:not(.tt-search).active .tt-dropdown-menu {
        -webkit-transform: translate(0%, 0);
        transform: translate(0%, 0);
        -webkit-transform: translate3d(0%, 0, 0);
        transform: translate3d(0%, 0, 0);
        right: 0px;
    }

    .panel-menu ul li [class^=icon-] + span,
    .panel-menu ul li svg + span {
        margin-left: 0;
        margin-right: 24px;
    }

    .mmitemopen.panel-menu {
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .panel-menu {
        -webkit-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    .panel-menu,
    .mmitemopen.panel-menu.mmhide {
        left: auto;
        right: 0;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

        .panel-menu .mmpanel .tt-badge {
            line-height: 1.3;
            margin-left: 0px;
            margin-right: 7px;
            top: 0;
        }
}

.ml-auto {
    margin-left: inherit !important;
    margin-right: auto !important;
}

@media (max-width: 1024px) {
    .tt-dropdown-obj:not(.tt-search) .tt-dropdown-menu {
        display: block;
        right: auto;
        height: 100%;
        top: 0;
        left: auto;
        right: 0;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        transition: -webkit-transform .3s ease;
        transition: transform .3s ease;
        transition: transform .3s ease, -webkit-transform .3s ease;
        transition: transform .3s ease,-webkit-transform .3s ease;
        position: fixed;
    }
}

@media (max-width: 1024px) and (max-width: 1024px) {
    .tt-cart.active .tt-dropdown-menu,
    .tt-account.active .tt-dropdown-menu,
    .tt-multi-obj.active .tt-dropdown-menu {
        display: block;
        right: auto;
        top: 0;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@media (max-width: 480px) {
    header .tt-mobile-header .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.tt-desktop-header .tt-obj-menu-categories + * {
    margin-left: inherit;
    margin-right: 26px;
}

.tt-desktop-header .tt-search-type2 .tt-btn-search {
    left: 4px;
    border-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.tt-desktop-header .tt-search-type2 .tt-search-input {
    border-radius: 6px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    padding: 4px 34px 2px 10px;
}

.tt-desktop-header .tt-search-type2.size-large .tt-search-input {
    padding: 14px 50px 12px 10px;
}

.tt-desktop-header .tt-search-type2.size-large [class^=icon] {
    left: 0;
    right: 19px;
    pointer-events: none;
}

.tt-obj-link .tt-dropdown-toggle .tt-text {
    margin-left: 0px;
    margin-right: 5px;
}

.headertype3 .tt-desktop-header .tt-obj-options:not(.header-inline-options-box) > * {
    margin-left: 0px;
    margin-right: 10px;
}

.headertype3 .tt-desktop-header .tt-obj-options .header-tel-info + .tt-parent-box {
    margin-left: 0px;
    margin-right: 43px;
}

.headertype3 .header-inline-options-box > :not(:first-child) {
    margin-left: 0;
    margin-right: 25px;
}

    .headertype3 .header-inline-options-box > :not(:first-child):after {
        left: 0px;
        right: -13px;
    }

.headertype3 .header-inline-options-box .tt-dropdown-obj:last-child .tt-dropdown-toggle {
    padding-right: 8px;
    padding-left: 0;
}

.tt-menu-categories .tt-dropdown-menu nav > ul .dropdown-menu {
    left: inherit;
    right: 105%;
}

.tt-menu-categories .tt-dropdown-menu nav > ul > li:hover .dropdown-menu {
    right: 100%;
}

.tt-menu-categories .tt-dropdown-menu nav > ul > li > a [class^="icon"] {
    left: inherit;
    right: 20px;
}

.tt-menu-categories .tt-dropdown-menu nav > ul > li:not(:last-child) > a:before {
    left: inherit;
    right: 0;
}

.single-currency-box .tt-dropdown-toggle .tt-icon {
    margin-right: 0;
    margin-left: 3px;
}

.single-currency-box .tt-dropdown-toggle i {
    float: left;
}

.single-currency-box .tt-dropdown-toggle .tt-text {
    margin-left: 4px;
}

.tt-menu-categories .tt-dropdown-menu nav > ul > li.tt-submenu > a:after {
    right: inherit;
    left: 20px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

.tt-menu-categories .tt-dropdown-menu nav > ul > li > a img + span, .tt-menu-categories .tt-dropdown-menu nav > ul > li > a svg + span, .tt-menu-categories .tt-dropdown-menu nav > ul > li > a [class^="icon"] + span {
    padding-right: 24px;
}

.tt-menu-categories .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a {
    padding-right: 0;
    padding-left: 23px;
}

    .tt-menu-categories .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li > a:not(:only-child):after {
        right: inherit;
        left: -13px;
        position: absolute;
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
        -webkit-filter: FlipH;
        filter: FlipH;
        -ms-filter: "FlipH";
    }

.tt-menu-categories .tt-dropdown-menu nav > ul .tt-megamenu-submenu li a:not(:only-child):after {
    right: inherit;
    left: 13px;
    position: absolute;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

.tt-menu-categories .tt-dropdown-menu nav > ul .tt-megamenu-submenu > li ul li a {
    padding: 1px 20px 1px 7px;
}

header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
    left: -10px;
    right: inherit;
}

header .tt-box-info ul li [class^="icon-"] {
    float: right;
    margin-left: 4px;
    margin-right: inherit;
}

.tt-desktop-header .tt-header-holder .obj-move-right {
    margin-left: inherit !important;
    margin-right: auto !important;
}

.panel-menu ul li a {
    padding: 9px 30px 9px 27px;
}

.panel-menu .mm-prev-level {
    padding: 15px 29px 13px 16px;
}

.panel-menu li.mm-close-parent .mm-close {
    padding: 15px 29px 13px 16px;
}

.panel-menu .mm-prev-level:before {
    display: none;
}

.panel-menu .mm-prev-level:after {
    content: "\e90e";
    padding-left: 10px;
    position: relative;
    top: 1px;
}

.panel-menu .mm-next-level:after {
    right: inherit;
    padding-left: inherit;
    padding-right: 10px;
    left: 0px;
}

.panel-menu .mm-next-level:after {
    content: "\e90d";
}

.panel-menu .mm-prev-level:before {
    content: "\e90e";
}

.panel-menu .mm-close:before {
    display: none;
}

.panel-menu .mm-close:after,
.panel-menu .mm-prev-level:after {
    font-family: "wokiee";
    font-size: 14px;
    line-height: 14px;
    font-weight: 500;
    transition: all 0.2s linear;
}

.panel-menu .mm-close:after {
    content: "\ea0f";
    padding-left: 6px;
    position: relative;
    top: 1px;
}

.panel-menu .mmpanel .tt-badge {
    line-height: 1;
}

.mmitemopen.panel-menu {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease,-webkit-transform .3s ease;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

    .panel-menu,
    .mmitemopen.panel-menu.mmhide {
        left: auto;
        right: 0;
        -webkit-transform: translate(100%, 0);
        transform: translate(100%, 0);
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
    padding-left: 12px;
    padding-right: 0;
}

.tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:last-child > a {
    padding-right: 12px;
}

@media (max-width: 1024px) {
    .tt-stuck-nav .tt-parent-box {
        margin-left: 0px;
        margin-right: 20px;
    }
}

html:not(.mac) body.modal-open:not(.touch-device),
html:not(.mac) body.mm-open:not(.touch-device) {
    padding-right: 0px;
    padding-left: 17px;
}

.tt-stuck-nav .tt-desctop-menu:not(.tt-hover-02) nav > ul li.dropdown:first-child > a {
    padding-left: 13px;
    padding-right: 0px;
}

.tt-promo-02 > img {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

/*
  Content layout
*/
@media (min-width: 576px) {
    .btn:not(.tt-icon-right) [class^="icon-"] {
        margin-right: inherit;
        margin-left: 10px;
    }
}

/* social-icon */
.tt-social-icon li:first-child {
    margin-right: inherit;
    margin-left: 5px;
}

.tt-social-icon li:last-child {
    margin-left: inherit;
    margin-right: 5px;
}

.slick-slider {
    direction: ltr;
}

    .slick-slider .slick-slide {
        direction: rtl;
    }

/* arrow-location-tab */
@media (min-width: 1025px) {
    .arrow-location-tab .slick-prev {
        left: 10px;
        right: auto;
    }

    .arrow-location-tab .slick-next {
        left: 57px;
        right: auto;
    }
}

/* arrow-location-03 */
.arrow-location-03 .slick-prev {
    right: auto;
    left: -5px;
}

.arrow-location-03 .slick-next {
    right: auto;
    left: 19px;
}

/* tt-services-block */
.tt-services-block .tt-col-icon + .tt-col-description {
    padding-left: inherit;
    padding-right: 21px;
}

/*
product item
*/
.tt-product .tt-image-box .tt-label-location,
.tt-product-design02 .tt-image-box .tt-label-location {
    left: inherit;
    right: 8px;
}

.tt-product .tt-description .tt-btn-addtocart::before,
.tt-product-design02 .tt-description .tt-btn-addtocart::before {
    display: none;
}

.tt-product .tt-description .tt-btn-addtocart::after,
.tt-product-design02 .tt-description .tt-btn-addtocart::after {
    content: '\e986';
    font-family: "wokiee";
    font-size: 20px;
    top: 3px;
    margin-left: 6px;
    font-weight: normal;
    position: relative;
}

@media (max-width: 1024px) {
    .tt-product-design02:not(.tt-view) .tt-description .tt-product-inside-hover .tt-row-btn:not(:first-child) [class^="tt-btn"]:not(.tt-btn-addtocart):first-child {
        padding-left: 6px;
        margin-right: 9px;
        padding-right: 0;
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .tt-product:not(.tt-view) .tt-image-box .tt-btn-quickview {
        right: inherit;
        left: 10px;
    }

    .tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist {
        right: inherit;
        left: 10px;
    }

    .tt-product:not(.tt-view) .tt-image-box .tt-btn-compare {
        right: inherit;
        left: 10px;
    }
}

.tt-grid-switch {
    margin-left: inherit;
    margin-right: 10px;
}

@media (min-width: 421px) {
    .tt-product.tt-view .tt-description,
    .tt-product-design02.tt-view .tt-description {
        padding-left: inherit;
        padding-right: 30px;
    }
}

@media (max-width: 420px) {
    .tt-product.tt-view .tt-description,
    .tt-product-design02.tt-view .tt-description {
        padding-left: inherit;
        padding-right: 20px;
    }
}

.tt-product.tt-view .tt-row-btn:not(:first-child) [class^="tt-btn"]:first-child,
.tt-product-design02.tt-view .tt-row-btn:not(:first-child) [class^="tt-btn"]:first-child {
    margin-right: 0;
    padding-right: 0;
    margin-left: 9px !important;
    padding-left: 6px !important;
}

@media (max-width: 370px) {
    .tt-product.tt-view .tt-row-btn:not(:first-child) [class^="tt-btn"]:first-child,
    .tt-product-design02.tt-view .tt-row-btn:not(:first-child) [class^="tt-btn"]:first-child {
        margin-left: 3px !important;
    }
}

.tt-collection-item .tt-description .tt-title {
    text-align: right;
}

.tt-collection-item .tt-description .tt-add-info {
    text-align: right;
}

@media (max-width: 370px) {
    .tt-product .tt-description .tt-btn-addtocart::after,
    .tt-product-design02 .tt-description .tt-btn-addtocart::after {
        margin-left: 3px;
    }
}

@media (min-width: 1025px) {
    .tt-stuck-nav .tt-stuck-desctop-menu-categories:first-child {
        margin-left: 26px;
    }
}

.tt-menu-categories .tt-dropdown-toggle {
    text-align: right;
}

.tt-search-type2 .tt-search-input {
    padding-right: 10px;
    padding-left: 34px;
}

.tt-search-type2 .search-results {
    margin-top: 60px;
}

/*
Blog
*/
.tt-blog-thumb .tt-title-description .tt-meta .tt-comments a .tt-icon {
    margin-right: inherit;
    margin-left: 5px;
}

@media (min-width: 790px) {
    .tt-listing-post.tt-half .tt-post .tt-post-img {
        margin-right: inherit;
        margin-left: 40px;
    }
}

.tt-slick-button .slick-prev {
    float: left;
}

.tt-listing-post .tt-post .tt-post-content .tt-meta .tt-comments a .tt-icon {
    margin-left: 5px;
}

.tt-video-block .link-video::before {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

@media (min-width: 1025px) {
    .tt-listing-post:not(.tt-half) .tt-post .tt-post-img {
        margin-right: inherit;
        margin-left: 39px;
    }
}

.tt-layout-01-post .tt-post .tt-post-content .tt-meta .tt-comments a .tt-icon {
    margin-right: inherit;
    margin-left: 5px;
}

.tt-post-single .tt-post-content,
.tt-post-single .post-meta {
    text-align: right;
}

.tt-comments-layout .tt-item div[class^="tt-comments-level-"] .tt-avatar {
    margin-right: inherit;
    margin-left: 22px;
}

.tt-comments-layout .tt-comments-level-2 {
    margin-left: inherit;
    margin-right: 81px;
}

/*
Product single
*/
@media (max-width: 575px) {
    .btn:not(.tt-icon-right) [class^=icon-] {
        margin-right: inherit;
        margin-left: 10px;
    }
}

.tt-product-single-info .tt-review .tt-rating {
    margin-right: inherit;
    margin-left: 8px;
}

.tt-product-single-info .tt-add-info ul li,
.tt-product-single-info .tt-title,
.tt-product-single-info .tt-price,
.tt-product-single-info .tt-wrapper {
    text-align: right;
}

.tt-product-single-info .tt-row-custom-01 .col-item:not(:last-child) {
    margin-right: inherit;
    margin-left: 20px;
}

/*
  Portfolio
*/
.tt-portfolio-content.layout-default figure figcaption {
    text-align: right;
}

body:not(.touch-device) .tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm::before {
    right: inherit;
    left: 15px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

/* faq.html */
@media (min-width: 790px) {
    .tt-box-faq-listing .tt-box-faq {
        padding-right: inherit;
        padding-left: 35px;
    }
}

/*
modal
 */
@media (max-width: 1024px) {
    .modal .modal-header .close {
        right: auto;
        left: -20px;
    }
}

/* tt-promo-custom */
.tt-promo-custom .tt-img + .tt-description {
    padding-left: 0;
    padding-right: 20px;
}

/* tt-hotspot-content */
.tt-hotspot-content .tt-img + .tt-description {
    padding-left: 0;
    padding-right: 19px;
}

.tt-hotspot-content .tt-btn-close {
    right: auto;
    left: 14px;
}

.tt-hotspot-content .tt-description .tt-title {
    padding-right: 0;
    padding-left: 12px;
    text-align: right;
}

.tt-hotspot-content .tt-description .tt-price {
    text-align: right;
    padding-right: 0px;
    padding-left: 12px;
}

/* form-default */
.form-default .form-control {
    padding: 11px 15px 10px 12px;
}

/* tt-layout-vertical */
.tt-layout-vertical .tt-img + .tt-description {
    padding-left: 0;
    padding-right: 20px;
}

/* tt-promo-fullwidth */
.tt-promo-fullwidth {
    direction: ltr;
}

.input-group > .form-control:not(:last-child),
.input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group > .form-control:not(:first-child),
.input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*
Footer
*/
footer .tt-payment-list li:first-child {
    margin-left: 6px;
}

footer .tt-payment-list li:last-child {
    margin-left: 0;
}

footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
    margin-right: inherit;
    margin-left: 106px;
}

@media (min-width: 1230px) {
    footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
        margin-right: inherit;
        margin-left: 106px;
    }
}

@media (max-width: 1229px) and (min-width: 1025px) {
    footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
        margin-right: inherit;
        margin-left: 50px;
    }
}

@media (max-width: 1024px) {
    footer .tt-footer-custom .tt-newsletter .tt-collapse-title {
        margin-right: inherit;
        margin-left: 50px;
    }
}

@media (max-width: 789px) {
    footer .tt-mobile-collapse .tt-collapse-title {
        text-align: right;
        padding-right: inherit;
        padding-left: 20px;
    }

        footer .tt-mobile-collapse .tt-collapse-title:before {
            right: auto;
            left: 0;
        }
}

.text-left {
    text-align: right !important;
}

/* tt-promo-fixed */
.tt-promo-fixed {
    left: auto !important;
    right: 20px !important;
}

    .tt-promo-fixed .tt-img + .tt-description {
        margin-left: auto;
        margin-right: 14px;
    }

    .tt-promo-fixed .tt-btn-close {
        right: auto;
        left: 2px;
    }

/* tt-back-to-top */
@media (min-width: 790px) {
    .tt-back-to-top {
        right: inherit !important;
        left: 5px;
    }
}

/* open modal mobile menu */
body.mm-open {
    padding-right: 0 !important;
}

body:not(.touch-device).mm-open {
    padding-right: 17px !important;
    padding-left: 0px !important;
}

    body:not(.touch-device).mm-open .tt-stuck-nav.stuck {
        padding-right: 0 !important;
        padding-left: 17px !important;
    }

/* open modal bootstrap */
body.modal-open {
    padding-right: 0 !important;
}

body:not(.touch-device).modal-open {
    overflow-x: hidden;
    padding-right: 17px !important;
    padding-left: 0px !important;
}

    body:not(.touch-device).modal-open .tt-stuck-nav.stuck {
        padding-right: 0px !important;
        padding-left: 17px !important;
    }

/* lookbook */
@media (max-width: 789px) {
    .tt-lookbook .tt-hotspot .tt-hotspot-content .tt-description .tt-title {
        padding-right: 0px;
        padding-left: 16px;
    }
}

/* footer */
/* errors */
footer .tt-newsletter form .errors:not(label) {
    left: inherit;
    right: 0;
}

    footer .tt-newsletter form .errors:not(label) ul li:before {
        margin-right: auto;
        margin-left: 7px;
    }

footer .tt-newsletter form label.error {
    left: inherit;
    right: 0;
    padding: 8px 43px 6px 19px;
}

    footer .tt-newsletter form label.error:before {
        left: inherit;
        right: 19px;
    }

@media (min-width: 1230px) and (min-width: 790px) {
    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        margin-right: inherit;
        margin-left: 106px;
    }
}

@media (max-width: 1229px) and (min-width: 1025px) and (min-width: 790px) {
    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        margin-right: inherit;
        margin-left: 50px;
    }
}

@media (max-width: 1024px) and (min-width: 790px) {
    footer .tt-footer-default .tt-newsletter .tt-collapse-title {
        margin-right: inherit;
        margin-left: 50px;
    }
}

@media (min-width: 790px) and (min-width: 790px) {
    footer .tt-footer-default .tt-newsletter .form-default .form-group .form-control {
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    footer .tt-footer-default .tt-newsletter .form-default .form-group .btn {
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

@media (min-width: 790px) {
    footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
        width: 100%;
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    footer .tt-footer-col .tt-newsletter .tt-collapse-content .form-inline .form-group .btn {
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }

    footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .form-control {
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    footer .tt-footer-center .tt-newsletter .tt-collapse-content .form-inline .form-group .btn {
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

/* modal */
.tt-modal-addtocart.desctope .row > div:first-child {
    padding-right: 0px;
    padding-left: 52px;
}

.tt-modal-addtocart.desctope .row > div:last-child {
    padding-left: 0px;
    padding-right: 20px;
}

.tt-product-single-info {
    padding-left: 0px;
    padding-right: 39px;
}

/*
  listing pages
*/
@media (min-width: 1025px) {
    .leftColumn:not(.rightColumn) {
        padding-right: 0;
        padding-left: 50px;
    }
}

.tt-filters-options .tt-quantity {
    margin-right: 3px;
    margin-left: -2px;
}

    .tt-filters-options .tt-quantity a:not(.last-child) {
        margin-left: 0px;
        margin-right: 10px;
    }

.tt-filters-options .tt-sort select:not(:first-child) {
    margin-left: 0px;
    margin-right: 10px;
}

.tt-filters-options .tt-btn-toggle a:before {
    display: none;
}

.tt-filters-options .tt-btn-toggle a:after {
    content: '\e9b9';
    font-family: wokiee;
    font-size: 20px;
    position: relative;
    top: 4px;
    margin-left: 7px;
    font-weight: 400;
    transition: color .2s linear;
}

.tt-aside .tt-item .tt-img {
    margin-right: 0px;
    margin-left: 20px;
}

.tt-collapse .tt-collapse-title {
    padding: 0 0 13px 20px;
    text-align: right;
}

    .tt-collapse .tt-collapse-title:after {
        right: auto;
        left: -2px;
    }

.tt-filter-list li a {
    padding: 3px 20px 3px 0px;
}

    .tt-filter-list li a:before {
        left: inherit;
        right: -1px;
    }

@media (max-width: 1024px) {
    .aside.leftColumn {
        left: inherit;
        right: -150%;
        transition: right 0.3s linear;
    }

        .tt-btn-col-close,
        .aside.leftColumn.desctop-no-sidebar {
            transition: right 0.3s linear;
        }
}

.aside.leftColumn.column-open {
    left: inherit;
    right: 0;
    text-align: right;
}

.tt-btn-col-close {
    left: inherit;
    right: -150%;
}

.aside.leftColumn.column-open .tt-btn-col-close {
    left: inherit;
    right: 0;
}

.tt-btn-col-close a {
    padding: 15px 28px 13px 14px;
    text-align: right;
}

.tt-login-form .tt-item .btn {
    margin-right: inherit;
    margin-left: 12px;
}

@media (min-width: 1025px) {
    .rightColumn {
        padding-left: 0px;
        padding-right: 50px;
    }
}

/*
  portfolio
*/
.tt-portfolio-content.layout-default figure figcaption .tt-btn-zomm {
    right: inherit;
    left: 15px;
}

button.mfp-close {
    right: inherit;
    left: -43px;
}

.mfp-container {
    right: 0;
    left: 0;
}

.mfp-container {
    direction: ltr;
}

/* arrow-location-right-top */
@media (min-width: 1025px) {
    .arrow-location-right-top .slick-prev {
        right: inherit;
        left: 10px;
    }

    .arrow-location-right-top .slick-next {
        right: inherit;
        left: 57px;
    }
}

@media (max-width: 1024px) {
    .arrow-location-right-top .slick-prev {
        left: 0px;
    }

    .arrow-location-right-top .slick-next {
        right: 0px;
    }
}

.arrow-location-02 .slick-prev {
    left: inherit;
    right: 47px;
}

.arrow-location-02 .slick-next {
    left: inherit;
    right: 0;
}

/*
  product single
*/
.tt-product-vertical-layout {
    direction: ltr;
    text-align: left;
}

    .tt-product-vertical-layout .tt-product-single-img {
        float: inherit;
        float: left;
    }

    .tt-product-vertical-layout .tt-product-single-carousel-vertical {
        left: inherit;
        right: 0;
        float: right;
    }

.tt-product-single-img .tt-btn-zomm.tt-top-right {
    right: inherit;
    left: 10px;
}

@media (max-width: 1024px) {
    .tt-product-single-info {
        padding-right: 0;
    }
}

@media (max-width: 575px) {
    .tt-product-single-info {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.tt-table-03 tbody tr td:first-child {
    padding-left: 0;
    padding-right: 10px;
}

.tt-review-block .tt-review-comments .tt-item .tt-avatar {
    margin-right: 0px;
    margin-left: 22px;
}

.tt-review-block .tt-row-custom-02 .col-item:last-child {
    margin-left: inherit;
    margin-right: 20px;
}

.tt-review-block .tt-review-form .tt-rating-indicator .tt-title {
    margin-right: inherit;
    margin-left: 10px;
}

.tt-product-single-img .tt-label-left,
.product-images-col .item .tt-label-left,
.product-images-static li .tt-label-left,
.tt-mobile-product-slider .slick-slide .tt-label-left,
.tt-mobile-product-layout .tt-label-left {
    left: inherit;
    right: 10px;
}

/*
shopcart
 */
.tt-shopcart-table .tt-title,
.tt-shopcart-table-02 .tt-title {
    padding-right: 0px;
    padding-left: 20px;
}

.tt-shopcart-table .tt-btn-close {
    margin-left: inherit;
    margin-right: -5px;
}

@media (min-width: 790px) {
    .tt-shopcart-table .tt-price:not(.subtotal) {
        margin-right: inherit;
        margin-left: 24px;
    }

    .tt-shopcart-table .tt-price.subtotal {
        margin-left: inherit;
        margin-right: 24px;
    }

    .tt-shopcart-table .tt-shopcart-btn *[class^="btn"]:not(:first-child) {
        margin-left: inherit;
        margin-right: 40px;
    }

    .tt-shopcart-table-02 .tt-shopcart-btn *[class^="btn"]:not(:first-child) {
        margin-left: inherit;
        margin-right: 40px;
    }

    .tt-shopcart-table-02 .tt-price.subtotal {
        margin-left: inherit;
        margin-right: 24px;
    }

    .tt-shopcart-table-02 .tt-price:not(.subtotal) {
        margin-right: inherit;
        margin-left: 24px;
    }
}

.tt-shopcart-table01 tbody tr td {
    text-align: left;
}

.tt-shopcart-table01 tfoot tr td {
    text-align: left;
}

.radio .inner {
    left: inherit;
    right: 2px;
}

.checkbox-group label .check:before {
    left: inherit;
    right: 1px;
}

/*
  login-form
*/
.tt-login-form #customer_login .mr-auto {
    margin-right: inherit !important;
    margin-left: auto !important;
}

.tt-login-form .tt-item #customer_login .btn {
    margin-right: 12px;
}

/*
  shopping
*/
.tt-shopping-layout .tt-shop-btn {
    margin-left: inherit;
    margin-right: -37px;
}

    .tt-shopping-layout .tt-shop-btn *[class^="btn"] {
        margin-left: inherit;
        margin-right: 37px;
    }

/*
  desctop-menu-large
*/
.desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu {
    margin-left: inherit;
    margin-right: -12px;
}

    .desctop-menu-large .tt-desktop-header .tt-obj-menu .tt-desctop-menu nav > ul > li.dropdown:first-child > a {
        padding-right: 12px;
    }

.desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) {
    margin-left: inherit;
    margin-right: -12px;
}

    .desctop-menu-large .tt-stuck-nav .tt-stuck-parent-menu .tt-desctop-menu:not(.tt-hover-02):not(.tt-hover-01) nav > ul li.dropdown:first-child > a {
        padding-right: 12px;
    }

/* modal newsletter */
@media (min-width: 501px) {
    .tt-modal-newsletter .subscribe-form .input-group .btn {
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

.checkbox-group label {
    padding-left: 0;
    padding-right: 25px;
}

    .checkbox-group label .check,
    .checkbox-group label .box {
        left: inherit;
        right: 0;
        top: 0px;
    }

    .checkbox-group label .check {
        top: 1px;
    }

.radio .outer {
    float: right;
}

@media (min-width: 576px) {
    .tt-coming-soon form .form-control {
        -webkit-border-top-right-radius: 6px;
        -webkit-border-bottom-right-radius: 6px;
        -moz-border-radius-topright: 6px;
        -moz-border-radius-bottomright: 6px;
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        -webkit-border-top-left-radius: 0px;
        -webkit-border-bottom-left-radius: 0px;
        -moz-border-radius-topleft: 0px;
        -moz-border-radius-bottomleft: 0px;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .tt-coming-soon form .btn {
        -webkit-border-top-left-radius: 6px;
        -webkit-border-bottom-left-radius: 6px;
        -moz-border-radius-topleft: 6px;
        -moz-border-radius-bottomleft: 6px;
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        -webkit-border-top-right-radius: 0px;
        -webkit-border-bottom-right-radius: 0px;
        -moz-border-radius-topright: 0px;
        -moz-border-radius-bottomright: 0px;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 0px;
    }
}

#tt-boxedbutton .rtlbutton-color .box-description ul li.active a:before {
    left: inherit !important;
    right: 3px !important;
}

.tt-compare-table .tt-item > .tt-col {
    text-align: right;
}

.tt-compare-table .tt-item .tt-btn-addtocart i {
    margin-right: 0;
    margin-left: 6px;
}

.tt-compare-table .tt-item .tt-image-box .tt-remove-item {
    right: inherit;
    left: -4px;
}

.tt-compare-table .slick-prev {
    right: inherit;
    left: 0px;
}

.tt-compare-table .slick-next {
    right: inherit;
    left: 47px;
}

.tt-compare-table02 .tt-col-title:before {
    left: -1px;
    right: inherit;
}

.tt-compare-table02 .tt-col-item .tt-value {
    text-align: right;
}

.tt-compare-table02 .tt-col-item .tt-btn-addtocart i {
    margin-right: 0;
    margin-left: 4px;
}

.tt-compare-table02 .slick-prev {
    right: inherit;
    left: 0px;
}

.tt-compare-table02 .slick-next {
    right: inherit;
    left: 47px;
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-img + .tt-description {
    margin-left: 0;
    margin-right: 19px;
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-description .tt-price .new-price {
    margin-right: 0 !important;
    margin-left: 7px;
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .tt-btn-addtocart i {
    margin-right: 0;
    margin-left: 6px;
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn .btn-link .icon-f-73 {
    top: -1px;
}

.tt-wishlist-box .tt-wishlist-list .tt-item .tt-col-btn > * {
    margin-right: 0;
    margin-left: 12px;
}

.btn-link [class^=icon-] {
    float: right;
    top: 0;
    margin-left: 7px;
    margin-right: 0;
}

.tt-shopping-layout .tt-link-back [class^=icon-] {
    float: right;
    margin-left: 5px;
    margin-right: 0;
    top: 0;
}

.ytp-button:not([aria-disabled=true]):not([disabled]):not([aria-hidden=true]) {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
    -webkit-filter: FlipH;
    filter: FlipH;
    -ms-filter: "FlipH";
}

.tt-about-box .tt-title {
    text-align: right !important
}

.tt-title-subpages:not(.text-left):not(.text-right) 
{
    text-align: right !important
}
.demo-typography {
    text-align: right !important
}
.header .tt-dropdown-obj .tt-dropdown-toggle {
    color: #F9C44E !important
}

.btn {
    background-color: #F9C44E !important;
}

    .btn:hover {
        background-color: #F9C44E !important;
    }

footer .tt-color-scheme-01 .tt-list li a:hover, footer .tt-color-scheme-01 .tt-mobile-collapse .tt-collapse-content .tt-list li a {
    color: #F9C44E !important
}

.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg:hover {
    background-color: #F9C44E !important;
}

.tt-back-to-top {
    background-color: #FB8B24 !important;
}

.dot {
    background-color: #F9C44E !important;
}

.tt-aside .tt-item .tt-content .tt-price .sale-price {
    color: #F9C44E !important;
}

.tt-breadcrumb {
    margin-bottom: 20px;
}

.tt-filters-options .tt-title {
    color: #F9C44E !important
}

.tt-desctop-menu:not(.tt-hover-02) li.dropdown > a {
    color: #F9C44E !important
}

    .tt-desctop-menu:not(.tt-hover-02) li.dropdown > a :hover {
        color: #FB8B24 !important;
    }

header .tt-cart .tt-dropdown-toggle .tt-badge-cart {
    background: #F9C44E !important
}

.tt-collapse-title {
    color: #F9C44E !important
}
/*cart*/
.tt-product:not(.tt-view) .tt-description .tt-btn-addtocart.thumbprod-button-bg {
    background-color: #FB8B24 !important;
}

.tt-product:not(.tt-view) .tt-image-box img {
    border-radius: 10px;
}

.tt-product:not(.tt-view) .tt-description .tt-title a {
    color: #6399c8 !important
}


.tt-block-title .tt-title {
    color: #FB8B24 !important
}

.tt-product:not(.tt-view) .tt-image-box .tt-btn-wishlist:hover {
    background: #F9C44E !important
}

.tt-product:not(.tt-view) .tt-image-box .tt-btn-compare:hover {
    background: #F9C44E !important
}

.tt-title-subpages:not(.text-left):not(.text-right) {
    color: #F9C44E !important
}


.tt-promo-box .tt-description {
    align-items: flex-start;
    top: 50px !important
}

.tt-logo img {
    max-height: 60px !important
}

.tt-desctop-menu nav > ul > li.dropdown > a {
    font-size: 15px !important;
    font-weight: 500 !important
}
/*
footer .tt-mobile-collapse .tt-collapse-title {
    color: #fff !important;
}

footer .tt-social-icon li a {
    color: #fff !important;
}

.tt-footer-default,
.tt-footer-col {
    background-image: url(/Content/Images/footer.jpg) !important;
    background-repeat: no-repeat !important;
    color: white !important;
}

footer .tt-color-scheme-01 .tt-collapse-title {
    color: #fff !important;
}

footer .tt-color-scheme-01 .tt-list li a,
footer .tt-color-scheme-01 .tt-mobile-collapse .tt-collapse-content .tt-list li a,
footer address, footer .tt-color-scheme-01 address span {
    color: #bcbbe2 !important;
    font-size: 16px !important;
}
*/
.tt-about-box {
    color: black !important;
    background-size: unset !important;
}

    .tt-about-box .tt-title {
        color: black !important;
    }

.tt-table-01 tbody tr td:first-child, .tt-table-01 tbody tr td:not(:first-child), .tt-table-01 thead tr th:first-child, .tt-table-01 thead tr th:not(:first-child) {
    width: unset !important;
}

/*********** CART  ***********/
.tt-list-description-cart, .option-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.btn-checkout {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
}
/*********** CART END  ***********/

/*********** BUTTON  ***********/
button.btn-link {
    border: none;
}

a:hover {
    cursor: pointer;
}
/*********** BUTTON ENDED  ***********/

/*********** ACCOUNT  ***********/
ul.address-info {
    list-style-type: none;
    padding-left: 0px
}

select[name="DateOfBirthDay"], select[name="DateOfBirthMonth"] {
    width: 100px;
    float: left;
    margin-right: 5px
}

select[name="DateOfBirthYear"] {
    width: 100px;
    float: left;
}
/*********** ACCOUNT ENDED  ***********/
/***********  VALIDATION  ***********/
span.required {
    color: red;
    font-weight: 700;
}

.field-validation-error {
    color: red;
    font-weight: 700;
}

.message-error {
    color: red !important;
    font-weight: 700 !important;
}
/***********  VALIDATION ENDED  ***********/
/*********** PAGINATION  ***********/
.pager {
    margin: 0 0 20px;
}

    .pager ul {
        text-align: center;
        font-size: 0;
    }

    .pager li {
        display: inline-block;
        margin: 0 5px;
        vertical-align: top;
    }

        .pager li a,
        .pager li span {
            display: block;
            min-width: 35px;
            height: 35px;
            border: 1px solid #ddd;
            background-color: #eee;
            padding: 8px;
            text-align: center;
            font-size: 14px; /*reset zeroing*/
            cursor: pointer;
        }

        .pager li.active a,
        .pager li.active span {
            background-color: #2879fe;
            color: #fff;
        }

        .pager li span {
            border-color: transparent;
            background-color: #4ab2f1;
            color: #fff;
        }

        .pager li.previous-page *,
        .pager li.next-page *,
        .pager li.first-page *,
        .pager li.last-page * {
            background-position: center;
            background-repeat: no-repeat;
            font-size: 0;
            color: #fff;
        }

        .pager li.previous-page * {
            background-image: url('../../images/prev.png');
        }

        .pager li.next-page * {
            background-image: url('../../images/next.png');
        }

        .pager li.first-page * {
            background-image: url('../../images/first.png');
        }

        .pager li.last-page * {
            background-image: url('../../images/last.png');
        }

        .pager li a:hover {
            border-color: transparent;
            background-color: #ddd;
        }
/*********** PAGINATION ENDED  ***********/

/*********** NOTIFICATIONS & POPUPS  ***********/
.bar-notification {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    width: 100%;
    padding: 15px 25px 15px 10px;
    line-height: 16px;
    color: #fff;
    opacity: 0.95;
}

    .bar-notification.success {
        background-color: #4bb07a;
    }

    .bar-notification.error {
        background-color: #e4444c;
    }

    .bar-notification.warning {
        background-color: #f39c12;
    }

    .bar-notification .content {
        margin: 0 10px 0 0;
    }

        .bar-notification .content a {
            color: #fff;
            text-decoration: underline;
        }

    .bar-notification .close {
        position: absolute;
        top: 0;
        right: 0;
        width: 32px;
        height: 32px;
        margin: 7px;
        background: #fff url('../../images/close.png') center no-repeat;
        cursor: pointer;
    }

.noscript {
    border-bottom: 1px solid #333;
    background-color: #ff9;
    padding: 30px 15px;
    text-align: center;
    line-height: 22px;
    color: #444;
}

.ajax-loading-block-window {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 32px;
    height: 32px;
    margin: -16px 0 0 -16px;
    background: url('../../images/loading.gif') center no-repeat;
}

.please-wait {
    background: url('../../images/ajax-loader-small.gif') no-repeat;
    padding-left: 20px;
    font-size: 14px;
}

.ui-dialog {
    max-width: 90%;
    border: 1px solid #ddd;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    overflow: hidden;
    background-color: #fff;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-radius: 0;
    padding: 0;
    font: normal 14px Arial, Helvetica, sans-serif;
}

    .ui-dialog:before {
        content: "";
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.5);
    }

.ui-dialog-titlebar {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    background-color: #eee;
    padding: 10px 15px;
    /*override jQuery UI styles, do not delete doubled properties*/
    border-width: 0 0 1px;
    border-radius: 0;
    background-image: none;
    padding: 10px 15px !important;
    font-weight: normal;
    cursor: auto !important;
}

    .ui-dialog-titlebar > span {
        float: left;
        font-size: 18px;
        color: #444;
        /*override jQuery UI styles, do not delete doubled properties*/
        margin: 0 !important;
    }

    .ui-dialog-titlebar button {
        position: absolute;
        top: 0;
        right: 0;
        width: 42px;
        height: 42px;
        border: none;
        overflow: hidden;
        background: url('../../images/close.png') center no-repeat;
        font-size: 0;
        /*override jQuery UI styles, do not delete doubled properties*/
        top: 0 !important;
        right: 0 !important;
        width: 42px !important;
        height: 42px !important;
        margin: 0 !important;
        border: none !important;
        border-radius: 0;
        background: url('../../images/close.png') center no-repeat !important;
        padding: 0 !important;
    }

        .ui-dialog-titlebar button span {
            display: none !important;
        }

.ui-dialog-content {
    padding: 15px;
    line-height: 20px;
    /*override jQuery UI styles, do not delete doubled properties*/
    background-color: #fff !important;
    padding: 15px 15px 20px 15px !important;
    color: #777;
}

    .ui-dialog-content .page {
        min-height: 0;
    }

    .ui-dialog-content .page-title {
        min-height: 0;
        margin: 0 0 15px;
        padding: 0px 10px 10px 10px;
        text-align: center;
    }

        .ui-dialog-content .page-title h1 {
            font-size: 24px;
            line-height: 30px;
        }

    .ui-dialog-content .back-in-stock-subscription-page {
        text-align: center;
    }

        .ui-dialog-content .back-in-stock-subscription-page .tooltip {
            margin-bottom: 10px;
        }

        .ui-dialog-content .back-in-stock-subscription-page .button-1 {
            border: none;
            background-color: #4ab2f1;
            padding: 10px 15px;
            font-size: 15px;
            color: #fff;
            text-transform: uppercase;
        }

            .ui-dialog-content .back-in-stock-subscription-page .button-1:hover {
                background-color: #248ece;
            }

.tt-aside .tt-item .tt-content .tt-price {
    color: #F9C44E !important;
}

.tt-product:not(.tt-view) .tt-description .tt-price .new-price {
    color: #F9C44E !important;
}

.eu-cookie-bar-notification {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 320px;
    height: 180px;
    margin: -90px 0 0 -160px;
    border: 1px solid #ccc;
    box-shadow: 0 0 2px rgba(0,0,0,0.15);
    background-color: #fff;
    padding: 20px;
    text-align: center;
}

    .eu-cookie-bar-notification .text {
        margin-bottom: 20px;
        line-height: 20px;
    }

    .eu-cookie-bar-notification button {
        min-width: 60px;
        margin: 5px 0 10px;
        border: none;
        background-color: #4ab2f1;
        padding: 8px 12px;
        font-size: 14px;
        color: #fff;
    }

        .eu-cookie-bar-notification button:hover {
            background-color: #248ece;
        }

    .eu-cookie-bar-notification a {
        display: block;
        color: #4ab2f1;
    }

        .eu-cookie-bar-notification a:hover {
            text-decoration: underline;
        }

.tt-block-title {
    padding-bottom: 10px !important
}
/*********** NOTIFICATIONS & POPUPS  ENDED ***********/
