@import "animate.css";
* {
    direction: rtl;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    src: url('../Font/IRANSansWeb.eot');
    src: url('../Font/IRANSansWeb.eot') format('embedded-opentype'),
        url('../Font/IRANSansWeb.woff2') format('woff2'),
        url('../Font/IRANSansWeb.woff') format('woff'),
        url('../Font/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    src: url('../Font/IRANSansWeb(FaNum).eot');
    src: url('../Font/IRANSansWeb(FaNum).eot') format('embedded-opentype'),
        url('../Font/IRANSansWeb(FaNum).woff2') format('woff2'),
        url('../Font/IRANSansWeb(FaNum).woff') format('woff'),
        url('../Font/IRANSansWeb(FaNum).ttf') format('truetype');
}


@font-face {
    font-family: IRANSansBold;
    font-style: normal;
    src: url('../Font/bold/IRANSansWeb(FaNum)_Bold.eot');
    src: url('../Font/bold/IRANSansWeb(FaNum)_Bold.eot') format('embedded-opentype'),
        url('../Font/bold/IRANSansWeb(FaNum)_Bold.woff2') format('woff2'),
        url('../Font/bold/IRANSansWeb(FaNum)_Bold.woff') format('woff'),
        url('../Font/bold/IRANSansWeb(FaNum)_Bold.ttf') format('truetype');
}

body {
    font-family: 'IRANSans' !important;
    font-style: normal;
    background: #fff;
    overflow-x: hidden;
    direction: rtl !important;
    text-align: right !important;
}


body ::-webkit-scrollbar-track {

    background-color: #fff;
}

body ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    background-color: #fff;
}

body ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.07);
    background-image: rgba(0, 0, 0, 0.07);
}

a {
    text-decoration: none !important;
    transition: all .3s ease;
}

.main-btn {
    display: inline-block;
    text-align: center;
    outline: none;
    border: none;
    user-select: none;
    background: #666;
    padding: 0 30px;
    font-size: 15px;
    color: #fff;
    font-family: IRANSansBold;
    line-height: 44px;
    vertical-align: top;
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    text-overflow: ellipsis;
}

.main-btn:hover {
    color: #fff;
    background-color: #ffb400;
}

.owl-carousel {
    touch-action: manipulation;
    direction: ltr;
}

.owl-carousel .item {
    direction: rtl;
}

.ltr {
    direction: ltr;
}

.header .top-header {
    border-bottom: 1px solid #e5e5e5;
}


.header .top-header .list {
    line-height: 18px;
    margin-left: 12px;
    position: relative;
    padding-left: 10px;
    display: inline-block;
    color: #666;
}

.header .top-header .list .text {
    transition: aal .3s ease;
    cursor: pointer;
    font-size: 13px;
    padding: 12px 0;
    display: inline-block;
}

.header .top-header .list:hover {
    color: #ffb400;
}

.header .top-header .list img {
    margin-top: -3px;
    margin-right: 4px;
    margin-left: 6px;
    max-width: 100%;
    display: inline-block;
}

.header .top-header .list ul {
    list-style: none;
    right: 0;
    min-width: 160px;
    margin: auto;
    position: absolute;
    top: 100%;
    padding: 0 20px;
    display: none;
    background: #fff;
    z-index: 1001;
    text-align: right;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}


.header .top-header .list.hover ul {
    display: block;
}

.header .top-header .list ul li {
    display: block;
    border-bottom: 1px solid #f2f2f2;
}

.header .top-header .list ul li:last-child {
    border-bottom: 0;
}

.header .top-header .list ul li a {
    position: relative;
    white-space: nowrap;
    color: #676767;
    font-size: 12px;
    padding: 10px 0 9px 0;
    line-height: 24px;
    display: block;
    text-decoration: none;
    transition: all .3s ease;
}

.header .top-header .list ul li a:hover {
    color: #ffb400;
}

.header .top-header .list ul li a img {
    margin-left: 10px;
}

.header .top-header .text-left .links {
    list-style: none;
    display: inline-block;
    margin: 0;
}

.header .top-header .text-left .links li {
    display: inline-block;
    position: relative;
}

.header .top-header .text-left .links>li+li {
    padding-right: 25px;
    margin-right: 25px;
}

.header .top-header .text-left .links>li+li:after {
    content: "";
    height: 13px;
    width: 1px;
    background: #7c7c7c;
    position: absolute;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.header .top-header .text-left .links>li>a {
    display: block;
    text-decoration: none;
    color: #666;
    padding: 12px 0;
    transition: all .3s ease;
    font-size: 13px;
    cursor: pointer;
}

.header .top-header .text-left .links>li>a:hover {
    color: #ffb400;
}

.header .top-header .text-left .links .fa {
    margin-right: 7px;
    margin-top: 4px;
    float: left;
    font-size: 11px;
}

.header .top-header .text-left .links .my-list {
    min-width: 160px;
    right: 0;
    left: auto;
    float: right;
    text-align: right;
    position: absolute;
    top: 100%;
    z-index: 1000;
    display: none;
    font-size: 14px;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border-radius: 0;
    padding: 0 20px;
    -webkit-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 7px -2px rgba(0, 0, 0, 0.3);
}


.header .top-header .text-left .links .my-list.open {
    display: block;
}

.header .top-header .text-left .links .my-list li {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #f2f2f2;
}

.header .top-header .text-left .links .my-list li a {
    display: inline-block;
    padding: 10px 0 9px 0;
    text-decoration: none;
    color: #666;
    font-size: 12px;
    transition: all .3s ease;
}

.header .top-header .text-left .links .my-list>li>a:focus,
.header .top-header .text-left .links .my-list>li>a:hover {
    color: #ffb400;
    text-decoration: none;
    background-color: transparent;
}

.header .inner-header {
    transition: all .3s ease;
}

.header .inner-header.fix-menu .menu {
    border: none;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 0 5px #bdbdbd;
    -moz-box-shadow: 0 0 5px #bdbdbd;
    -webkit-box-shadow: 0 0 5px #bdbdbd;
    -o-box-shadow: 0 0 5px #bdbdbd;
    -ms-box-shadow: 0 0 5px #bdbdbd;
    width: 100%;
    max-width: 100% !important;
    top: 0;
    left: 0;
    right: 0;
    z-index: 889;
    margin: 0 auto;
    position: fixed !important;
    text-align: center;
}


.header .inner-header .logo {
    padding: 44px 0;
    text-decoration: none;
    display: block;
}

.header .inner-header .logo img {
    display: block;
    max-width: 100%;
    height: auto;
}

.header .inner-header .menu {
    list-style: none;
    margin: 50px 0 0;
    padding: 0;
}

.header .inner-header .menu li {
    display: inline-block;
    margin-left: 15px;
}

.header .inner-header .menu li:last-child {
    margin-left: 0;
}

.header .inner-header .menu li a {
    display: block;
    text-decoration: none;
    line-height: 25px;
    padding: 13px 20px;
    color: #333;
    font-family: IRANSansBold;
    font-size: 16px;
    transition: all .3s ease-in-out;
}

.header .inner-header .menu li a:hover,
.header .inner-header .menu li.current a {
    color: #ffb400;
}

.header .inner-header .links {
    display: inline-block;
    vertical-align: top;
    margin-left: 45px;
    margin-top: 50px;
    float: right;
}

.header .inner-header .links a {
    font-size: 13px;
    color: #666666;
    line-height: 25px;
    text-decoration: none;
    display: block;
    transition: all .3s ease-in-out;
}

.header .inner-header .links .fa {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
    float: right;
    margin-top: 4px;
    color: #a1a1a1;
    transition: all .3s ease-in-out;
}

.header .inner-header .links a:hover,
.header .inner-header .links a:hover i {
    color: #ffb400;
}

.header .inner-header #cart {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;
    width: auto;
}

.header .inner-header #cart .dropdown-toggle {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    padding: 0;
    width: auto;
    position: relative;
    margin: 50px 0 0;
}

.header .inner-header #cart .dropdown-toggle .icon-cart {
    width: 50px;
    height: 50px;
    display: inline-block;
    vertical-align: top;
    background: url(../IMG/header/icon_cart.png) center no-repeat;
    background-size: cover;
}

.header .inner-header #cart .dropdown-toggle .cart-total {
    position: absolute;
    font-size: 14px;
    bottom: -17px;
    right: 39px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    background: #ffb400;
    border-radius: 100%;
    color: #fff;
}

.header .inner-header #cart .dropdown-toggle .mycart {
    font-size: 16px;
    font-family: IRANSansBold;
    display: inline-block;
    vertical-align: top;
    margin-right: 27px;
    padding: 2.5px 0;
}

.header .inner-header #cart .dropdown-toggle .mycart span {
    font-size: 16px;
    color: #444444;
}

.header .inner-header #cart .dropdown-toggle .mycart .total-price {
    display: block;
    color: #787878;
}

.header .inner-header #cart .dropdown-cart {
    display: none;
    padding: 10px 20px 0 20px;
    width: 290px;
    left: -15px;
    position: absolute;
    list-style: none;
    border: 0;
    background: #fff;
    margin: 11px 0 0;
    box-sizing: border-box;
    top: 100%;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.1);
    z-index: 99;
}

.header .inner-header #cart .dropdown-cart:after {
    content: "";
    display: block;
    position: absolute;
    border: 7px solid;
    border-color: transparent transparent #fff transparent;
    z-index: 99;
    left: 26px;
    top: -12px;
}

.header .inner-header #cart .dropdown-cart.open {
    display: block;
}

.header .inner-header #cart .dropdown-cart li {
    display: block;
}

.header .inner-header #cart .dropdown-cart li.has-scroll {
    max-height: 270px;
    overflow: auto;
    padding: 0 20px;
    margin: 0 -20px;
    display: none;
}

.header .inner-header #cart .dropdown-cart li.has-scroll.show {
    display: block;
}

.header .inner-header #cart .dropdown-cart .cart-empty {
    display: block;
}

.header .inner-header #cart .dropdown-cart .cart-empty.hide {
    display: none;
}

.header .inner-header #cart .dropdown-cart .item {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 20px;
    padding-top: 20px;
    position: relative;
    display: block;
}

.header .inner-header #cart .dropdown-cart .cart-image {
    width: 80px;
    height: auto;
}

.header .inner-header #cart .dropdown-cart .info-item {
    padding-right: 10px;
}

.header .inner-header #cart .dropdown-cart .info-item a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 13px;
    transition: all .3s ease-in-out;
}

.header .inner-header #cart .dropdown-cart .info-item a:hover {
    color: #ffb400;
}

.header .inner-header #cart .dropdown-cart .info-item .cart-quantity {
    color: #bfbfbf;
    line-height: 20px;
    display: block;
    padding: 5px 0;
    font-size: 12px;
}

.header .inner-header #cart .dropdown-cart .info-item .cart-quantity:before {
    display: inline-block;
    content: "x";
}

.header .inner-header #cart .dropdown-cart .cart-price {
    font-size: 14px;
    font-weight: 700;
    color: #666666;
    padding-top: 2px;
    display: block;
}

.header .inner-header #cart .dropdown-cart .remove-btn {
    background: none;
    color: #000000;
    border: 1px solid #000;
    border-radius: 100%;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 8px;
    padding: 0;
    position: absolute;
    bottom: 30px;
    left: 0;
    transition: all .3s ease-in-out;
}

.header .inner-header #cart .dropdown-cart .remove-btn:hover {
    color: #ffb400;
    border-color: #ffb400;
}

.header .inner-header #cart .dropdown-cart .last-part {
    margin-bottom: 20px;
    margin-top: 20px;
    display: none;
}

.header .inner-header #cart .dropdown-cart .last-part.show {
    display: block;
}

.header .inner-header #cart .dropdown-cart .last-part span {
    color: #333;
    display: inline-block;
    font-size: 13px;
    margin: 5px 0;
}

.header .inner-header #cart .dropdown-cart .last-part .cart-button {
    padding-bottom: 15px;
    margin-top: 15px;
}

.header .inner-header #cart .dropdown-cart .last-part .cart-button a {
    display: inline-block;
    text-decoration: none;
    border: none;
    background: #333;
    color: #fff;
    line-height: 40px;
    text-align: center;
    padding: 0 20px;
    font-size: 14px;
    margin: 5px 0;
    border-radius: 3px;
    font-family: IRANSansBold;
    float: right;
    transition: all .3s ease-in-out;
}

.header .inner-header #cart .dropdown-cart .last-part .cart-button a:last-child {
    float: left;
}

.header .inner-header #cart .dropdown-cart .last-part .cart-button a:hover {
    color: #fff;
    background: #ffb400;
}

.menu-bar {
    position: relative;
    background: #ffb400;
}

.menu-bar .mega-menu {
    background: #333;
    padding-right: 30px;
    padding-left: 26px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    position: relative;
    margin-top: 7px;
}

.menu-bar .mega-menu .menu-title {
    line-height: 34px;
    padding: 10px 0;
    color: #fff;
    font-size: 16px;
    font-family: IRANSansBold;
    display: block;
    cursor: pointer;
    z-index: 3;
    margin: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.menu-bar .mega-menu .menu-title:after {
    content: "\f0c9";
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: normal;
    top: 50%;
    left: 26px;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.menu-bar .mega-menu .content {
    font-size: 14px;
    width: 100%;
    top: 100%;
    right: 0;
    padding: 17px 0;
    background: #333333;
    position: absolute;
    border-top: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    display: none;
    z-index: 99;
}

.menu-bar .mega-menu .content .item {
    width: 100%;
    position: relative;
    padding: 0 30px 0 26px;
}

.menu-bar .mega-menu .content .item>a {
    text-decoration: none;
    display: block;
    line-height: 26px;
    color: #a3a3a3;
    font-size: 16px;
    padding: 5px 0;
    position: relative;
    -webkit-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s;
}

.menu-bar .mega-menu .content .item>a:hover {
    color: #ffb400;
}

.menu-bar .mega-menu .content .item.has-child>a:after {
    content: "\f104";
    font-family: "FontAwesome";
    display: inline-block;
    vertical-align: top;
    float: left;
    font-size: 12px;
}

.menu-bar .mega-menu .content .item .popup {
    webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    background: #fff;
    vertical-align: top;
    position: absolute;
    right: 100%;
    z-index: 3000;
    top: 0;
    display: none;
    padding: 15px 35px;
    width: 393px;
}

.menu-bar .mega-menu .content .item .popup:after {
    clear: both;
    content: "";
    display: block;
}

.menu-bar .mega-menu .popup .half {
    margin: 0 0 0 5%;
    padding: 0;
    float: right;
    min-width: 47%;
}

.menu-bar .mega-menu .popup .half:nth-child(2n) {
    margin-left: 0;
}

.menu-bar .mega-menu .popup .title {
    font-size: 14px;
    font-family: IRANSansBold;
    line-height: 20px;
    margin: 15px 0;
    color: #393939;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    display: block;
    text-decoration: none;
    -webkit-transition: ease-in-out all .3s;
    -moz-transition: ease-in-out all .3s;
    transition: ease-in-out all .3s;
}

.menu-bar .mega-menu .popup .title:hover {
    color: #ffb400;
}

.menu-bar .mega-menu .popup ul {
    list-style: none;
    margin: 15px 0;
    padding: 0;
}

.menu-bar .mega-menu .popup ul li {
    display: block;
}

.menu-bar .mega-menu .popup ul li a {
    text-decoration: none;
    font-size: 14px;
    line-height: 30px;
    color: #777;
    display: block;
    transition: all 300ms ease-in-out;
}

.menu-bar .mega-menu .popup ul li a:hover {
    color: #ffb400;
}

.menu-bar .mega-menu .extra {
    display: none;
}

.menu-bar .mega-menu .menu-btn {
    width: 100%;
    position: relative;
    padding: 0 30px 0 26px;
}

.menu-bar .mega-menu .menu-btn span {
    display: block;
    line-height: 24px;
    padding: 10px 0 5px;
    color: #ffb400;
    font-size: 13px;
    position: relative;
    cursor: pointer;
}

.menu-bar .mega-menu .menu-btn i {
    width: 13px;
    height: 13px;
    padding: 1px 0 0 1px;
    border-radius: 50%;
    text-align: center;
    background-color: #ffb400;
    color: #333;
    float: right;
    margin-top: 6px;
    margin-left: 10px;
    font-size: 10px;
}

.menu-bar .mega-menu .menu-btn .minus {
    display: none;
}

.menu-bar .mega-menu .menu-btn.open .minus {
    display: block;
}

.menu-bar .mega-menu .menu-btn.open .plus {
    display: none;
}

.menu-bar form {
    padding-left: 57px;
    margin: 7px 0;
    position: relative;
    width: 100%;
}

.menu-bar input {
    height: 47px;
    color: #909090;
    background: #fff;
    font-size: 14px;
    width: 100%;
    border: 0;
    border-radius: 3px;
    box-shadow: none !important;
    padding: 10px 20px;
    float: none;
}

.menu-bar button {
    position: absolute;
    left: 0;
    top: 0;
    background: #333333;
    color: #fff;
    border: 0;
    height: 47px;
    width: 47px;
    padding: 13px;
    border-radius: 3px;
    box-shadow: none !important;
    margin: 0;
    font-size: 18px;
    text-align: center;
    outline: none;
    transition: all .2s ease;
}

.menu-bar button:hover {
    color: #ffb400;
}

nav {
    position: relative;
}

.ace-responsive-menu {
    direction: rtl;
    list-style: none;
    margin: 0;
    padding: 10px 20px;
    -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background: #fff;
    float: right;
    width: 100%;
}

.ace-responsive-menu li {
    list-style: none;
    border-bottom: 1px solid #ebebeb;
    position: relative;
}

.ace-responsive-menu li ul {
    display: none;
}

.ace-responsive-menu>li {
    display: block;
    margin: 0;
    padding: 0;
    border: 0px;
    float: right;
}

.ace-responsive-menu li a {
    color: #333;
}

.ace-responsive-menu>li>a {
    display: inline-block;
    position: relative;
    margin: 0;
    border: 0;
    text-decoration: none;
    font-size: 14px;
    color: #202226;
    line-height: 40px;
    font-family: IRANSansBold;
}

.ace-responsive-menu li ul.sub-menu li a i {
    padding-right: 10px;
}

.ace-responsive-menu li .menu-active {
    position: relative;
}

.ace-responsive-menu>li .arrow {
    float: left;
    position: absolute;
    top: 0;
    left: 0;
}

.ace-responsive-menu>li .arrow:before {
    margin-right: 15px;
    font-size: 14px;
    font-family: FontAwesome;
    content: "\f107";
    text-shadow: none;
    display: inline-block;
    color: #333333;
    height: 30px;
    padding: 0;
    width: 30px;
    line-height: 30px;
    text-align: center;
}

.ace-responsive-menu>li.menu-active>.arrow:before {
    content: "\f106";
    color: #ffb400;
}

.ace-responsive-menu>li>ul.sub-menu {
    display: none;
    list-style: none;
    clear: both;
    margin: 0;
    position: absolute;
}

.ace-responsive-menu li ul.sub-menu>li {
    width: 185px;
}

.ace-responsive-menu li ul.sub-menu li a {
    display: block;
    margin: 0px 0px;
    padding: 12px 20px 12px 15px;
    text-decoration: none;
    font-size: 13px;
    font-weight: normal;
    background: none;
}

.ace-responsive-menu>li>ul.sub-menu>li {
    position: relative;
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
    position: absolute;
    right: 185px;
    top: 0px;
    display: none;
    list-style: none;
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: absolute;
    right: 185px;
    top: 0px;
    display: none;
    list-style: none;
}

.menu-toggle {
    display: none;
    width: 100%;
    padding: 10px 15px;
    background: #ffb400;
    border-radius: 3px;
    color: #fff;
    line-height: 30px;
    font-size: 18px;
    font-family: IRANSansBold;

}

.menu-toggle #menu-btn {
    float: left;
    cursor: pointer;
    border: none;
    outline: none;
    background: none;
    font-size: 18px;
    padding: 0 10px;
}

.menu-toggle #menu-btn:before {
    content: "\f0c9";
    font-family: 'FontAwesome';
    color: #fff;
    display: block;
}

.hide-menu {
    display: none;
}

ul[data-menu-style="vertical"],
ul[data-menu-style="accordion"],
ul[data-menu-style="vertical"] li ul.sub-menu {
    width: 100% !important;
}

.ace-responsive-menu {
    float: right;
    width: 100%;
}

.ace-responsive-menu>li {
    float: none;
    cursor: pointer;
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: block;
    width: 100%;
    position: relative;
    border-bottom: 1px solid #ebebeb;
}

.ace-responsive-menu>li.menu-active {
    border-bottom: 0;
}

.ace-responsive-menu li>a:hover {
    color: #ffb400;
}

.ace-responsive-menu>li>a i {
    padding-right: 10px;
}

.ace-responsive-menu li ul.sub-menu>li {
    width: 100%;
}

.ace-responsive-menu li ul.sub-menu li ul.sub-menu li a {
    padding-right: 30px;
}

.ace-responsive-menu li ul.sub-menu li ul.sub-menu li ul.sub-menu li a {
    padding-right: 50px;
}

.ace-responsive-menu>li>ul.sub-menu {
    position: static;
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu {
    position: static;
}

.ace-responsive-menu>li>ul.sub-menu>li ul.sub-menu>li ul.sub-menu {
    position: static;
}

.ace-responsive-menu li ul.sub-menu li.menu-active>.arrow:before {
    content: "\f106" !important;
    color: #ffb400;
}

.ace-responsive-menu>li.last {
    border: 0;
}

.ace-responsive-menu li:last-child {
    border: 0;
}

.slider-sec {
    position: relative;
}

.slider-sec .item {
    direction: rtl;
}

.slider-sec .text-box {
    position: absolute;
    z-index: 9;
    color: #fff;
    top: 50%;
    right: 150px;
    margin: auto;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.slider-sec .text-box .title {
    font-size: 70px;
    color: #fff;
    font-family: IRANSansBold;
    line-height: 1;
    display: block;
}

.slider-sec .text-box .title:last-child {
    margin-bottom: 20px;
}

.slider-sec .text-box .num {
    color: #fff;
    font-size: 24px;
}

.slider-sec .text-box .num .discount {
    font-size: 34px;
    background: #eeb900;
    border-radius: 4px;
    line-height: 46px;
    padding: 0 3px;
    margin-top: 6px;
    margin-left: 13px;
    display: inline-block;
}

.slider-sec .text-box .num .cost {
    display: inline-block;
    vertical-align: top;
}

.slider-sec .text-box .num .old {
    display: block;
    line-height: 1;
}

.slider-sec .text-box .num .new {
    display: block;
    color: #f07c29;
    font-size: 34px;
    line-height: 1;
}

.slider-sec .text-box .link {
    font-size: 18px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    margin-top: 41px;
    background: none;
    padding: 0;
    line-height: 1;
    border-bottom: 1px solid #fff;
    transition: all .3s ease-in-out;
}

.slider-sec .text-box .link:hover {
    color: #ffb400;
}

.animated {
    --webkit-animation-duration: 2s !important;
    animation-duration: 2s !important;

    -webkit-animation-delay: 500ms !important;
    animation-delay: 500ms !important;
}

.animate-out {
    -webkit-animation-delay: 0ms;
    animation-delay: 0ms;
}

.slider-sec .owl-theme .owl-nav.disabled+.owl-dots {
    position: absolute;
    z-index: 9;
    bottom: 10px;
    right: 0;
    left: 0;
    margin: auto;
}

.slider-sec .owl-theme .owl-dots .owl-dot {
    outline: none;
}

.slider-sec .owl-theme .owl-dots .owl-dot span {
    background: #fff;
}

.slider-sec .owl-theme .owl-dots .owl-dot.active span,
.slider-sec .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffb400;
}

.section1 {
    margin: 40px 0;
}

.section1 .pic {
    text-decoration: none;
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.section1 .pic:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.section1 .pic:hover:before {
    opacity: 1;
}

.section1 .pic img {
    width: 100%;
    height: auto;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.section1 .pic:hover img {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.section1 .col-7 {
    float: right;
    width: 55.749%;
    padding-left: 15px;
    margin-bottom: 15px;
}

.section1 .col-7.second {
    padding-left: 0;
    padding-right: 15px;
}

.section1 .col-5 {
    float: right;
    width: 44.251%;
    padding-right: 15px;
    margin-bottom: 15px;
}

.section1 .col-5.second {
    padding-left: 15px;
    padding-right: 0;
}

.section1 .vertical {
    text-align: center;
}

.section1 .vertical img {
    height: auto;
    width: inherit;
    max-width: 100%;
}

.main-title {
    line-height: 30px;
    font-size: 32px;
    font-family: IRANSansBold;
    display: block;
    text-align: center;
    margin-bottom: 25px;
}

.section2 .text {
    text-align: center;
    margin-bottom: 47px;
    color: #666666;
}

.section2 .text p {
    font-size: 14px;
    line-height: 24px;
    max-width: 560px;
    margin: 0 auto;
}

.section2 .nav-tabs {
    text-align: center;
    margin-bottom: 20px;
    border: 0;
}

.section2 .nav-tabs>li {
    float: none;
    display: inline-block;
    margin-right: 35px;
    margin-bottom: -1px;
}

.section2 .nav-tabs>li:first-child {
    margin-right: 0;
}

.section2 .nav-tabs li a {
    font-size: 16px;
    color: #333;
    line-height: 30px;
    border-bottom: 0;
    margin-right: 0;
    font-family: IRANSansBold;
}

.section2 .nav-tabs li a:after {
    content: "";
    background: #ffb400;
    height: 2px;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    opacity: 0;
}

.section2 .nav-tabs li.active a:after {
    opacity: 1;
}

.section2 .nav-tabs>li.active>a,
.section2 .nav-tabs>li.active>a:focus,
.section2 .nav-tabs>li.active>a:hover {
    border-bottom: 0;
}

.section2 .nav-tabs>li>a:hover {
    border-color: transparent;
}

.section2 .nav>li>a:focus,
.section2 .nav>li>a:hover {
    text-decoration: none;
    color: #000;
    background: transparent;
}


.section2 .nav-tabs>li.active>a,
.section2 .nav-tabs>li.active>a:focus,
.section2 .nav-tabs>li.active>a:hover {
    border: 0;
}

.section2 .nav-tabs>li>a {
    border: 0;
    padding: 10px;
}

.item-slider .book-item {
    position: relative;
    vertical-align: top;
    width: 100%;
    background: #fff;
    text-align: center;
    margin-bottom: 35px;
}

.item-slider .book-item .pic-box {
    position: relative;
    background: #fff;
    text-align: center;
    overflow: hidden;
}

.item-slider .book-item .pic-box img {
    width: 100%;
    height: auto;
}

.item-slider .book-item .pic-box .pic {
    text-decoration: none;
    display: block;
}

.item-slider .book-item .pic-box .new {
    color: #fff;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 5;
    line-height: 18px;
    padding: 0 6px;
    background: #f07c29;
}

.item-slider .book-item .pic-box .new:before {
    position: absolute;
    left: -6px;
    top: 0;
    content: "";
    border-right: 3px solid #f07c29;
    border-top: 4.5px solid #f07c29;
    border-bottom: 4.5px solid transparent;
    border-left: 3px solid transparent;
}

.item-slider .book-item .pic-box .new:after {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: "";
    border-right: 3px solid #f07c29;
    border-bottom: 4.5px solid #f07c29;
    border-top: 4.5px solid transparent;
    border-left: 3px solid transparent;
}

.item-slider .book-item .pic-box .sale-off {
    color: #fff;
    font-weight: 400;
    text-align: center;
    position: absolute;
    top: 18px;
    right: 0;
    text-transform: uppercase;
    font-size: 12px;
    z-index: 5;
    line-height: 18px;
    padding: 0 6px;
    background: #eeb900;
}

.item-slider .book-item .pic-box .sale-off:before {
    position: absolute;
    left: -6px;
    top: 0;
    content: "";
    border-right: 3px solid #eeb900;
    border-top: 4.5px solid #eeb900;
    border-bottom: 4.5px solid transparent;
    border-left: 3px solid transparent;
}

.item-slider .book-item .pic-box .sale-off:after {
    position: absolute;
    left: -6px;
    bottom: 0;
    content: "";
    border-right: 3px solid #eeb900;
    border-bottom: 4.5px solid #eeb900;
    border-top: 4.5px solid transparent;
    border-left: 3px solid transparent;
}

.item-slider .book-item .pic-box .icons a {
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #fff;
    border-radius: 100%;
    font-size: 22px;
    text-decoration: none;
    background: #ffb400;
    text-align: center;
    padding: 0;
    position: absolute;
    z-index: 3;
    top: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    right: 0;
    margin: auto;
    opacity: 0;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.item-slider .book-item:hover .pic-box .icons a {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.item-slider .book-item .pic-box .icons a:hover {
    color: #ffb400;
    background: #fff;
}

.item-slider .book-item .rating {
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}

.item-slider .book-item .rating .fa-star {
    color: #f07c29;
}

.item-slider .book-item .rating .fa-star.empty {
    color: #c5c5c5;
}

.item-slider .book-item .title {
    margin-bottom: 13px;
    display: block;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    font-family: IRANSansBold;
    transition: all .3s ease-in-out;
}

.item-slider .book-item .title:hover {
    color: #ffb400;
}

.item-slider .book-item .cost {
    color: #22aeac;
    font-size: 20px;
    display: inline-block;
}

.item-slider .book-item .old-cost {
    color: #909090;
    font-size: 15px;
    margin-right: 5px;
    text-decoration: line-through;
}

.item-slider .book-item .btn-box {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff;
    padding-bottom: 8px;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.item-slider .book-item:hover .btn-box {
    opacity: 1;
}

.item-slider .book-item .btn-box .add-to-cart {
    line-height: 30px;
    font-family: IRANSansBold;
    font-size: 13px;
    padding: 0;
    background: #fff;
    border: 0;
    outline: 0;
    border-radius: 0;
    text-align: center;
    color: #333;
    display: inline-block;
    float: right;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.item-slider .book-item:hover .btn-box .add-to-cart {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.item-slider .book-item .btn-box .add-to-cart:hover {
    color: #ffb400;
}

.item-slider .book-item .btn-box .add-to-cart:before {
    content: "\f07a";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-left: 7px;
}

.item-slider .book-item .btn-box .add-to-links {
    float: left;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -moz-transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.item-slider .book-item:hover .btn-box .add-to-links {
    opacity: 1;
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.item-slider .book-item .btn-box:after {
    content: "";
    width: 1px;
    height: 1px;
    background: #cccccc;
    left: 50%;
    right: 50%;
    bottom: 0;
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.item-slider .book-item:hover .btn-box:after {
    width: auto;
    left: 0;
    right: 0;
    opacity: 1;
}

.item-slider .book-item .btn-box .add-to-links {
    margin-top: 7px;
}

.item-slider .book-item .btn-box .add-to-links a {
    line-height: 23px;
    height: 23px;
    width: 23px;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    font-size: 16px;
    background-color: white;
    text-decoration: none;
    color: #333;
    transition: all .3s ease-in-out;
}

.item-slider .book-item .btn-box .add-to-links a:hover {
    color: #ffb400;
}

.section2 .tab-pane {
    position: relative;
}

.next,
.prev {
    position: absolute;
    top: 50%;
    font-size: 0;
    margin: -35px 0 0;
    width: 69px;
    height: 69px;
    padding: 0;
    line-height: 69px;
    color: #666666;
    background: #f6f6f6;
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    z-index: 10;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;

}

.next:hover,
.prev:hover {
    background: #ffb400;
    color: #fff;
}

.section2 .tab-pane:hover .next,
.section2 .tab-pane:hover .prev,
.section5 .slider:hover .next,
.section5 .slider:hover .prev {
    opacity: 1;
}

.next {
    right: 0;
}

.prev {
    left: 0;
}

.next:before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
    width: 100%;
    content: "\f105";
}


.prev:before {
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    font-size: 50px;
    width: 100%;
    content: "\f104";
}

.section3 {
    margin-top: 87px;
}

.section3 .image a {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    vertical-align: top;
    text-decoration: none;
    display: block;
}

.section3 .image a:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.section3 .image:hover a:before {
    opacity: 1;
}

.section3 .image img {
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
    width: 100%;
    height: auto;
}

.section3 .image:hover img {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.section3 .image .text {
    position: absolute;
    top: 50%;
    left: auto;
    right: 5%;
    margin: auto;
    z-index: 2;
    text-align: center;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section3 .image .text1 {
    font-size: 20px;
    font-family: IRANSansBold;
    color: #fff;
    display: block;
    line-height: 1;
    margin-bottom: 15px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.section3 .image:hover .text1 {
    -webkit-animation: fadeInUp 400ms ease-in-out;
    -moz-animation: fadeInUp 400ms ease-in-out;
    -ms-animation: fadeInUp 400ms ease-in-out;
    animation: fadeInUp 400ms ease-in-out;
}

.section3 .image .text2 {
    font-size: 28px;
    line-height: 1;
    display: block;
    color: #fff;
    margin-left: -218px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.section3 .image:hover .text2 {
    -webkit-animation: fadeInUp 600ms ease-in-out;
    -moz-animation: fadeInUp 600ms ease-in-out;
    -ms-animation: fadeInUp 600ms ease-in-out;
    animation: fadeInUp 600ms ease-in-out;
}

.section4 .main-title {
    margin-bottom: 27px;
    display: block;
    font-size: 18px;
    font-family: IRANSansBold;
    color: #333333;
    text-align: right;
    margin-top: 80px;
}

.section4 .item {
    direction: rtl;
}

.section4 .product {
    list-style: none;
    margin: 0;
    padding: 0;
}

.section4 .product li {
    display: block;
    margin-top: 17px;
    padding-top: 21px;
    border-top: 1px solid #e5e5e5;
}

.section4 .product li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.section4 .product .pic {
    text-decoration: none;
    float: right;
    width: 26.5%;
    display: block;
}

.section4 .product .pic img {
    display: block;
    max-width: 100%;
    height: auto;
}

.section4 .product .info {
    float: right;
    width: 73.5%;
    padding: 0 15px 0 0;
}

.section4 .product .info .rating {
    font-size: 13px;
    margin-bottom: 10px;
}

.section4 .product .info .rating .fa-star {
    color: #f07c29;
}

.section4 .product .info .rating .fa-star.empty {
    color: #c5c5c5;
}

.section4 .product .info .title {
    margin-bottom: 5px;
    display: block;
    font-size: 14px;
    color: #333333;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.section4 .product .info .title:hover {
    color: #ffb400;
}

.section4 .product .info .cost {
    font-size: 18px;
    color: #22aeac;
    display: inline-block;
}

.section4 .product .info .old-cost {
    margin-right: 5px;
    padding-top: 3px;
    color: #909090;
    text-decoration: line-through;
    font-size: 15px;
    display: inline-block;
}

.section4 .newsletter-box {
    width: 100% !important;
    margin: 125px 0 0 0;
    text-align: center;
    background: #22aeac url(../IMG/header/bkg_newsletter_skybook3.jpg) top center no-repeat;
    padding: 45px 25px 25px 25px;
    min-height: 350px;
    position: relative;
}

.section4 .newsletter-box:before {
    content: "";
    width: 13px;
    height: 13px;
    background: #22aeac;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -42px;
    z-index: 1;
    border-radius: 100%;
}

.section4 .newsletter-box:after {
    content: "";
    width: 53px;
    height: 53px;
    background: #fff;
    border: 2px solid #22aeac;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -26px;
    z-index: -1;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.section4 .newsletter-box h3 {
    font-size: 20px;
    color: #fff;
    line-height: 1.6;
    display: block;
    margin-top: 0;
    margin-bottom: 28px;
    font-family: IRANSansBold;
}

.section4 .newsletter-box .text {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    display: block;
    margin-bottom: 5px;
}

.section4 .newsletter-box form {
    margin-bottom: 0;
    position: relative;
    width: 100%;
    display: block;
    margin-top: 35px;
}

.section4 .newsletter-box form .mail {
    display: inline-block;
    background: rgba(255, 255, 255, 0.1);
    padding: 10px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    line-height: 30px;
    height: 38px;
    border-radius: 0;
    color: #fff;
    font-size: 12px;
    width: 100%;
    font-weight: 400;
    outline: none;
}

.section4 .newsletter-box form .mail::placeholder {
    color: #fff;
    opacity: .8;
}

.section4 .newsletter-box form .my-btn {
    margin: 25px auto 0;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    padding: 0 25px;
    background: #fff;
    color: #333;
    border-radius: 4px;
    transition: all 0.5s ease-in-out;
    outline: none;
    border: 0;
}

.section4 .newsletter-box form .my-btn:hover {
    color: #ffb400;
}

.section5 .box-title {
    background: url(../IMG/header/bkg_recent.png) top center no-repeat;
    padding-top: 130px;
    margin-top: 55px;
    position: relative;
    margin-bottom: 45px;
    text-align: center;
}

.section5 .slider {
    position: relative;
    margin-bottom: 65px;
}

.section5 .item {
    direction: rtl;
}

.section5 .pic-box {
    position: relative;
}

.section5 .pic-box .pic {
    display: inline-block;
    text-decoration: none;
    overflow: hidden;
    vertical-align: top;
    max-width: 100%;
    width: 100%;
    position: relative;
    border-radius: 2px;
    text-align: center;
}

.section5 .pic-box .pic img {
    max-width: 100%;
    height: auto;
    display: block;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.section5 .pic-box .pic:hover img {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.section5 .pic-box .date {
    font-size: 12px;
    color: #333;
    width: 54px;
    height: 54px;
    line-height: 1;
    background: #fff;
    display: block;
    text-align: center;
    position: absolute;
    top: 10px;
    right: 10px;
}

.section5 .pic-box .date .day {
    color: #333;
    display: block;
    padding-top: 6px;
    margin-bottom: 2px;
    font-size: 24px;
    line-height: 1;
}

.section5 .text-box {
    text-align: center;
}

.section5 .text-box .title {
    display: block;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    margin-top: 15px;
    margin-bottom: 16px;
    padding: 0 5px;
    color: #333;
    transition: all 300ms ease-in-out;
}

.section5 .text-box .title:hover {
    color: #ffb400;
}

.section5 .text-box .text {
    line-height: 24px;
    font-size: 13px;
    padding: 0 0 25px 0;
    color: #666;
    border-bottom: 1px solid #e5e5e5;
    margin: 0;
    display: block;
}

.section5 .item-box {
    padding: 10px 0;
}

.section5 .item-box.icon1 {
    background: url(../IMG/header/wrapper1.png) right center no-repeat;
}

.section5 .item-box.icon2 {
    background: url(../IMG/header/wrapper2.png) right center no-repeat;
}

.section5 .item-box.icon3 {
    background: url(../IMG/header/wrapper3.png) right center no-repeat;
}

.section5 .item-box.icon4 {
    background: url(../IMG/header/wrapper4.png) right center no-repeat;
}

.section5 .text1 {
    color: #222;
    font-family: IRANSansBold;
    font-size: 13px;
    display: block;
    margin: 0;
    line-height: 20px;
    padding-right: 41px;
}

.section5 .text2 {
    color: #909090;
    display: block;
    font-size: 11px;
    line-height: 20px;
    padding-right: 41px;
}

.section6 {
    padding: 55px 0;
    background: #f6f6f6;
    border-top: 1px solid #e5e5e5;
    margin-top: 25px;
}

.section6 .title {
    color: #2d2d2d;
    font-size: 18px;
    display: block;
    margin-bottom: 20px;
    font-family: IRANSansBold;
    margin-top: 0;
}

.section6 .twitter-post {
    position: relative;
    padding-right: 100px;
    color: #666666;
    font-size: 14px;
}

.section6 .twitter-post:before {
    position: absolute;
    content: "\f099";
    font-family: 'FontAwesome';
    font-size: 24px;
    color: #fff;
    width: 70px;
    height: 70px;
    line-height: 70px;
    border-radius: 100%;
    background: #22aeac;
    text-align: center;
    top: 50%;
    right: 0;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section6 .twitter-post .name {
    display: block;
}

.section6 .twitter-post a {
    text-decoration: none;
    display: inline-block;
    color: #333333;
    transition: all 300ms ease-in-out;
}

.section6 .twitter-post a:hover,
.section6 .twitter-post .date:hover {
    color: #ffb400;
}

.section6 .twitter-post .date {
    transition: ease-in-out all .3s;
    color: #333333;
    font-size: 14px;
    text-decoration: none;
    display: block;
}

.section6 .twitter-post .content {
    text-align: justify;
    display: block;
}

.section6 .social-menu {
    list-style: none;
}

.section6 .social-menu li {
    display: inline-block;
    margin-left: 8px;
    margin-top: 5px;
    float: right;
}

.section6 .social-menu li:last-child {
    margin-left: 0;
}

.section6 .social-menu li a {
    position: relative;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    color: #333333;
    background: #fff;
    border-radius: 100%;
    font-size: 0;
    line-height: 52px;
    padding: 0;
    width: 52px;
    height: 52px;
    text-align: center;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.section6 .social-menu li a:hover {
    color: #fff;
    background: #333333;
}

.section6 .social-menu li a:before {
    font-size: 18px;
}

.footer {
    background: #222222;
    padding: 0 0 6px 0;
}

.footer .flex {
    display: flex;
}

.footer .menu {
    list-style: none;
    display: block;
    padding: 14px 0;
    border-bottom: 2px solid #393939;
    margin-bottom: 47px;
}

.footer .menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    padding-left: 25px;
    margin-left: 25px;
}

.footer .menu li:last-child {
    margin-left: 0;
    padding-left: 0;
}

.footer .menu li:after {
    position: absolute;
    content: "";
    display: inline-block;
    width: 1px;
    height: 13px;
    background: #808080;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.footer .menu li:last-child:after {
    display: none;
}

.footer .menu li a {
    text-decoration: none;
    display: block;
    line-height: 24px;
    font-size: 13px;
    color: #999999;
    transition: all 300ms ease-in-out;
}

.footer .menu li a:hover {
    color: #ffb400;
}

.footer .title {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-family: IRANSansBold;
    line-height: 24px;
    margin-top: 0;
    margin-bottom: 20px;
}

.footer .list {
    list-style: none;
    line-height: 30px;
    font-size: 13px;
    padding: 0;
}

.footer .list li {
    display: block;
}

.footer .list li a {
    display: block;
    text-decoration: none;
    color: #999;
    transition: ease-in-out all .3s;
}

.footer .list li a:hover {
    color: #ffb400;
    padding-right: 7px;
}

.footer .footer-col:after {
    position: absolute;
    content: "";
    display: block;
    height: 100%;
    left: 15px;
    top: 0;
    border-left: 1px solid #393939;
}

.footer .info {
    line-height: 30px;
    font-size: 13px;
    color: #999999;
}

.footer .info .bold {
    display: block;
    color: #fff;
}

.footer .info .bold span {
    color: #999999;
    display: inline-block;
}

.footer .border-btm {
    border-bottom: 2px solid #393939;
    margin: 50px 0 25px;
}

.footer .copyright {
    color: #999999;
    font-size: 13px;
    line-height: 20px;
    margin: 0;
    display: block;
}

.footer .copyright a {
    color: #fff;
    display: inline-block;
    text-decoration: none;
}

.footer .copyright span {
    display: block;
}

.footer .pay {
    float: left;
    padding: 7px 0;
}

.footer .pay img {
    max-width: 100%;
    height: auto;
}

#back-to-top {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 42px;
    background: rgba(35, 47, 62, 0.7);
    color: #fff;
    opacity: 0;
    display: none;
    cursor: pointer;
    text-decoration: none;
    transition: all 0.2s ease-out;
    border-radius: 3px;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, .1);
}

#back-to-top.show {
    display: block;
    opacity: 1;
}

#back-to-top:hover {
    background: #ffb400;
}

#back-to-top i {
    font-size: 18px;
}

.quick-view {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    display: none;
    background-color: rgba(0, 0, 0, .7);
    overflow-x: hidden;
    opacity: 0;
    visibility: hidden;
}

.quick-view .content {
    border-radius: 3px;
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 25px;
    position: absolute;
    width: 800px;
    min-height: 100px;
    max-height: 90vh;
    max-width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background: #fff;
    text-align: center;
}

.quick-view.open {
    visibility: visible;
    opacity: 1;
    display: block;
}

.quick-view .img-zoom-container {
    position: relative;
    width: 360px;
    cursor: crosshair;
}

.quick-view .img-zoom-container .myimage {
    height: auto;
    cursor: crosshair;
}

.quick-view .img-zoom-container .img-zoom-result {
    border: 1px solid rgb(221, 221, 221);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: scale(0);
    position: absolute;
    opacity: 0;
    width: 360px;
    height: 360px;
    transition: all .3s ease;
    z-index: 99;
}

.quick-view .img-zoom-container:hover .img-zoom-result {
    opacity: 1;
    top: 0;
    bottom: inherit;
    right: 105%;
    left: inherit;
    transform: scale(1);
}

.quick-view .img-zoom-lens {
    position: absolute;
    border: 1px solid #000;
    width: 50px;
    height: 50px;
    background: #fff;
    opacity: .3;
}

.quick-view .myimage,
#owl-view .item img {
    width: 100%;
}

.quick-view #owl-view {
    width: 90%;
    margin: 30px auto 0;
}

.quick-view #owl-view .item {
    text-align: center;
    border: 1px solid #edecec;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    background-color: #fff;
    cursor: pointer;
}

.quick-view #owl-view .item:hover {
    border-color: #ffb400;
}

.quick-view .next {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 30px;
    height: 18px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    cursor: pointer;
    color: #888;
    z-index: 9;
}

.quick-view .next:before {
    font-family: 'FontAwesome';
    font-size: 2em;
    display: inline-block;
    content: '\f105';
}

.quick-view .prev {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 30px;
    height: 18px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    z-index: 9;
    color: #888;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    cursor: pointer;
}

.quick-view .prev:before {
    font-family: 'FontAwesome';
    font-size: 2em;
    display: inline-block;
    content: '\f104';
}

.quick-view .next:hover,
.quick-view .prev:hover {
    color: #1e4d9d;
}

.quick-view .close-btn {
    cursor: pointer;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99999;
    font-size: 15px;
    color: #fff;
    background-color: #000;
    padding: 3px 8px;
    height: 24px;
    line-height: 20px;
    transition: ease-in-out all .3s;
}

.quick-view .close-btn:hover {
    color: #ffb400;
}

.quick-view .main-title {
    margin: 0 0 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-family: IRANSansBold;
    text-align: center;
}

.quick-view .price-box {
    margin: 10px 0;
    padding: 5px 0 10px;
}

.quick-view .cost {
    font-size: 24px;
    color: #22aeac;
    font-weight: 600;
    display: inline-block;
}

.quick-view .old-cost {
    font-size: 22px;
    color: #ccc;
    font-weight: 300;
    display: inline-block;
    text-decoration: line-through;
    margin-right: 10px;
}

.quick-view .border {
    margin: 10px 0;
    padding: 5px 0 10px;
    border-bottom: 1px solid #e5e5e5;
}

.quick-view .border.last {
    border: 0;
    margin-top: 30px;
}

.quick-view .border .rating {
    color: #999;
    font-size: 12px;
}

.quick-view .border .rating.border {
    margin: 0;
}

.quick-view .border .fa-star {
    color: #ff9900;
}

.quick-view .border .fa-star.empty {
    color: #999;
}

.quick-view .rating .rating-links {
    margin-right: 8px;
    float: right;
    margin-top: -3px;
}

.quick-view .rating .rating-links a {
    color: #999;
    font-size: 11px;
    display: inline-block;
    text-decoration: none;
}

.quick-view .rating .rating-links .separator {
    color: #999;
    margin: 0 5px;
}

.quick-view .info {
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 24px;
}

.quick-view .info a,
.quick-view .info span {
    color: #ffb400;
}

.quick-view .text {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 0 0 10px;
}

.quick-view .mrg-btm {
    margin-bottom: 25px;
    padding-bottom: 20px;
}

.quick-view .title {
    color: #333333;
    display: block;
    font-size: 13px;
    font-family: IRANSansBold;
    border-top: 1px #e8e8e8 solid;
    margin-bottom: 15px;
    padding-top: 10px;
    margin-top: 10px;
}

.quick-view .name {
    float: right;
    font-size: 12px;
    width: 50px;
    margin-bottom: 15px;
}

.quick-view .name.name-qty {
    margin-top: 12px;
}

.quick-view .color {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    float: right;
}

.quick-view .color li {
    display: inline-block;
    margin-left: 5px;
}

.quick-view .color li a {
    clear: both;
    background: #333333;
    height: 20px;
    display: block;
    text-decoration: none;
    width: 20px;
    border: 1px solid #eaeaea;
}

.quick-view .color li.red a {
    background: #e32b00;
}

.quick-view .color li.orang a {
    background: #ff9000;
}

.quick-view .color li.green a {
    background: #8BC44A;
}

.quick-view .color li.blue a {
    background: #10b9b9;
}

.quick-view .color li.white a {
    background: #FFFFFF;
}

.quick-view .color li a:hover,
.quick-view .color li.active a {
    border-color: #1e4d9d;
}

.quick-view .size {
    padding: 0;
    margin: 0;
    list-style: none;
}

.quick-view .size li {
    display: inline-block;
}

.quick-view .size li a {
    display: block;
    text-decoration: none;
    border: 1px solid #e8e6e2;
    padding: 3px 10px;
    color: #666;
    font-size: 11px;
    font-weight: 700;
    border-radius: 3px;
    transition: 0.5s all ease;
}

.quick-view .size li a:hover {
    border-color: #e83f33;
}

.quick-view .numbers-row .mybtn {
    transition: all 300ms ease-in-out 0s;
    background-color: #333;
    color: #fff;
    font-size: 11px;
    padding: 20px 12px 9px 12px;
    display: inline-block;
    height: 50px;
    width: 35px;
    cursor: pointer;
    outline: none;
    float: right;
    user-select: none;
}

.quick-view .numbers-row {
    display: inline-block;
    float: right;
}

.quick-view .numbers-row .mybtn:hover {
    background: #ffb400;
}

.quick-view .numbers-row .qty {
    background-color: #333;
    color: #fff;
    font-size: 15px;
    height: 50px;
    outline: none;
    padding: 8px 10px;
    text-align: center;
    width: 50px;
    float: right;
    margin: 0 3px;
    border: 0;
}

.quick-view .btn-link {
    background: #333;
    color: #fff;
    padding: 0 20px;
    display: inline-block;
    height: 50px;
    line-height: 45px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin-right: 3px;
    border-radius: 0;
    outline: none;
}

.quick-view .btn-link:hover {
    background: #ffb400;
}

.quick-view .list {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.quick-view .list li {
    display: inline-block;
    margin-left: 3px;
}

.quick-view .list li a {
    display: block;
    font-size: 18px;
    margin: 0;
    transition: 0.5s all ease;
    text-decoration: none;
    height: 50px;
    width: 50px;
    background: #333;
    color: #fff;
    line-height: 50px;
    text-align: center;
    padding-top: 2px;
}

.quick-view .list li a:hover {
    background: #ffb400;
}

.section2 .animated {
    --webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;

    -webkit-animation-delay: 500ms !important;
    animation-delay: 500ms !important;
}

.breadcrumb-sec {
    display: block;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
    line-height: 25px;
    padding: 12px 0;
    margin-bottom: 60px;
}

.breadcrumb-sec .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 0;
}

.breadcrumb-sec .breadcrumb>li {
    font-size: 12px;
    color: #a1a1a1;
}

.breadcrumb-sec .breadcrumb>li a {
    display: inline-block;
    color: #676767;
}

.breadcrumb-sec .breadcrumb>li a:hover {
    color: #a1a1a1;
}

.breadcrumb-sec .breadcrumb>li+li:before {
    padding: 0 5px;
    color: #ccc;
    content: "|";
    margin: 0 7px;
}

.page-title {
    display: block;
    color: #333333;
    line-height: 1.5;
    font-size: 30px;
    margin: 0 0 10px;
}

.page-title.small {
    font-size: 22px;
}

.page-info {
    display: block;
    line-height: 1.8;
    margin: 0 0 10px;
    color: #666666;
    font-size: 13px;
}

.page-sec {
    margin-bottom: 60px;
}

.page-sec .text {
    display: block;
    line-height: 1.8;
    font-size: 14px;
    color: #333;
    margin-top: 30px;
}

.page-sec .box {
    padding: 19px;
    margin-bottom: 20px;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

.page-sec .box .page-title {
    font-size: 24px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page-sec .box .page-info {
    font-family: IRANSansBold;
    color: #666666;
}

.page-sec .box .text1 {
    display: block;
    line-height: 1.7;
    margin: 0 0 15px;
    color: #666666;
    font-size: 12px;
}

.page-sec .text2 {
    display: block;
    font-size: 21px;
    color: #333333;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1.7;
}

.page-sec .panel strong {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 7px;
}

.page-sec .panel address {
    color: #666666;
    font-size: 13px;
    line-height: 1.8;
    display: block;
}

.page-sec .panel .ltr {
    text-align: right;
    display: block;
    color: #666666;
    font-size: 13px;
    line-height: 1.8;
}

.form-sec label {
    font-size: 12px;
    font-weight: normal;
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    color: #666666;
}

.form-sec label.text-right {
    text-align: right;
}

.form-sec label:nth-child(n+2) {
    margin-top: 15px;
}

.form-sec .rate-sec .inline {
    display: inline-block;
    margin-left: 8px;
}

.form-sec .rate-sec .inline-flex input[type=radio] {
    margin: 0 5px;
}

.form-sec .rate-sec .inline-flex .rate-info {
    display: inline-block;
    margin: 0 10px;
}

.form-sec .inline-flex {
    display: inline-flex;
    align-items: center;
}

.form-sec .form-control {
    font-size: 11px;
}

.form-sec .link {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    color: #333333;
    font-size: 12px;
    line-height: 1.8;
    margin-top: 5px;
    margin-bottom: 20px;
}

.form-sec .link:hover {
    color: #ffb400;
}

.form-sec .form-title {
    display: block;
    font-size: 16px;
    padding: 7px 0;
    margin-bottom: 20px;
    line-height: inherit;
    color: #333;
    border-bottom: 1px solid #e5e5e5;
}

.form-sec .inline {
    padding-top: 10px;
    margin-bottom: 0;
    text-align: left;
    display: block;
}

.form-sec .star:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

.form-sec .radio-inline {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 9px;
}

.product-sec {
    margin-bottom: 60px;
}

.product-sec .sidebar-title {
    display: block;
    line-height: 20px;
    padding: 0 0 13px 0;
    font-size: 22px;
    font-family: IRANSansBold;
    position: relative;
    color: #3f3f3f;
    margin-bottom: 0;
    margin-top: 0;
    border-bottom: 2px solid #ffb400;
}

.product-sec .sidebar-sec {
    margin-top: 35px;
}

.product-sec .sidebar-sec .title {
    display: block;
    font-size: 16px;
    color: #3f3f3f;
    line-height: 24px;
    font-family: IRANSansBold;
    margin-bottom: 15px;
}

.product-sec .sidebar-sec .list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.product-sec .sidebar-sec .list li {
    display: block;
    position: relative;
    padding: 10px 0;
    border-bottom: 1px solid #e5e5e5;
}

.product-sec .sidebar-sec .list li:last-child {
    border-bottom: 0;
}

.product-sec .sidebar-sec .list li a {
    display: block;
    font-size: 13px;
    line-height: 26px;
    color: #666666;
}

.product-sec .sidebar-sec .list li a:before {
    content: "\f104";
    font-family: 'FontAwesome';
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    font-size: 16px;
}

.product-sec .sidebar-sec .list li a:hover {
    color: #ffb400;
}

.product-sec .sidebar-sec .ui-widget-content {
    border: 0;
    background: #cdcdcd;
    height: 5px;
    border-radius: 0;
}

.product-sec .sidebar-sec .ui-slider-horizontal .ui-slider-range {
    background: #ffb400;
}

.product-sec .sidebar-sec .ui-slider .ui-slider-handle {
    width: 13px;
    height: 20px;
    cursor: pointer;
    border: 1px solid #ffb400;
    background: #fff;
    border-radius: 0;
    top: -8px;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
}

.product-sec .sidebar-sec .ui-slider .ui-slider-handle:hover {
    background: #ffb400;
}

.product-sec .sidebar-sec .amount input {
    padding: 5px 0;
    margin-top: 12px;
    color: #333333;
    font-size: 16px;
    border: none;
    outline: none;
    display: block;
    direction: ltr;
    text-align: right;
    width: 100%;
}

.product-sec .sidebar-sec .banner {
    display: block;
    max-width: 100%;
    overflow: hidden;
    position: relative;
}

.product-sec .sidebar-sec .banner:before {
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

.product-sec .sidebar-sec .banner:hover:before {
    opacity: 1;
}

.product-sec .sidebar-sec .banner img {
    height: auto;
    width: auto;
    max-width: 100%;
    -webkit-transition: all 300ms ease-in;
    -moz-transition: all 300ms ease-in;
    -ms-transition: all 300ms ease-in;
    -o-transition: all 300ms ease-in;
    transition: all 300ms ease-in;
}

.product-sec .sidebar-sec .banner:hover img {
    -moz-transform: scale3d(1.05, 1.05, 1.05);
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    -o-transform: scale3d(1.05, 1.05, 1.05);
    -ms-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
}

.product-sec .cat-img {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: 25px;
}

.product-sec .sec-title {
    display: inline-block;
    vertical-align: top;
    font-size: 42px;
    margin: 0;
    padding-bottom: 12px;
    border-bottom: 3px solid #ffb400;
    margin-bottom: 25px;
    line-height: 1.7;
}

.product-sec .sorter {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

.product-sec .sorter .sort-by {
    display: inline-block;
    padding: 15px 0;
    margin-left: 15px;
}

.product-sec .sorter .sort-by label {
    font-weight: normal;
    line-height: 34px;
    margin: 0 0 0 15px;
    color: #666666;
    font-size: 13px;
}

.product-sec .sorter .sort-by select {
    padding: 0 5px;
    height: 35px;
    min-width: 95px;
    font-size: 12px;
    color: #908f8f;
    border-radius: 0;
    border: 1px solid #ccc;
    display: inline-block;
    vertical-align: top;
    width: auto;
    outline: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.product-sec .product {
    list-style: none;
    margin: 35px 0 0;
    padding: 0;
}

.product-sec .product li {
    display: block;
    margin-top: 17px;
    padding-top: 21px;
    border-top: 1px solid #e5e5e5;
}

.product-sec .product li:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
}

.product-sec .product .pic {
    text-decoration: none;
    float: right;
    width: 26.5%;
    display: block;
}

.product-sec .product .pic img {
    display: block;
    max-width: 100%;
    height: auto;
}

.product-sec .product .info {
    float: right;
    width: 73.5%;
    padding: 0 15px 0 0;
}

.product-sec .product .info .rating {
    font-size: 12px;
    margin-bottom: 10px;
}

.product-sec .product .info .rating .fa-star {
    color: #f07c29;
}

.product-sec .product .info .rating .fa-star.empty {
    color: #c5c5c5;
}

.product-sec .product .info .title {
    margin-bottom: 5px;
    display: block;
    font-size: 13px;
    color: #333333;
    text-decoration: none;
    transition: all .3s ease-in-out;
}

.product-sec .product .info .title:hover {
    color: #ffb400;
}

.product-sec .product .info .cost {
    font-size: 16px;
    color: #22aeac;
    display: inline-block;
}

.product-sec .product .info .old-cost {
    margin-right: 5px;
    padding-top: 3px;
    color: #909090;
    text-decoration: line-through;
    font-size: 14px;
    display: inline-block;
}

.product-sec .content {
    padding-bottom: 100px;
}

.product-sec .img-zoom-container {
    position: relative;
    width: 100%;
    cursor: crosshair;
}

.product-sec .img-zoom-container .myimage {
    height: auto;
    cursor: crosshair;
}

.product-sec .img-zoom-container .img-zoom-result {
    border: 4px solid #ffb400;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    transform: scale(0);
    position: absolute;
    opacity: 0;
    width: 360px;
    height: 400px;
    transition: all .3s ease;
    z-index: 99;
    background-color: #fff;
    visibility: hidden;
}

.product-sec .img-zoom-container:hover .img-zoom-result {
    opacity: 1;
    top: 0;
    bottom: inherit;
    right: 105%;
    left: inherit;
    transform: scale(1);
    visibility: visible;
}

.product-sec .img-zoom-lens {
    position: absolute;
    border: 1px solid #000;
    width: 100px;
    height: 100px;
    background: #fff;
    opacity: .3;
}

.product-sec .myimage,
#owl-view .item img {
    width: 100%;
}

.product-sec #owl-view {
    width: 90%;
    margin: 30px auto 0;
}

.product-sec #owl-view .item {
    text-align: center;
    border: 1px solid #edecec;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
    background-color: #fff;
    cursor: pointer;
}

.product-sec #owl-view .item:hover {
    border-color: #ffb400;
}

.product-sec .next {
    position: absolute;
    right: 0;
    bottom: 30px;
    width: 30px;
    height: 18px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    cursor: pointer;
    color: #888;
    z-index: 9;
}

.product-sec .next:before {
    font-family: 'FontAwesome';
    font-size: 2em;
    display: inline-block;
    content: '\f105';
}

.product-sec .prev {
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 30px;
    height: 18px;
    line-height: 28px;
    text-align: center;
    font-size: 12px;
    z-index: 9;
    color: #888;
    transition: color 300ms ease-in-out 0s, background-color 300ms ease-in-out 0s, background-position 300ms ease-in-out 0s;
    cursor: pointer;
}

.product-sec .prev:before {
    font-family: 'FontAwesome';
    font-size: 2em;
    display: inline-block;
    content: '\f104';
}

.product-sec .next:hover,
.product-sec .prev:hover {
    color: #1e4d9d;
}


.product-sec .product-title {
    margin: 0 0 10px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 20px;
    font-family: IRANSansBold;
}

.product-sec .comment .review-count {
    display: inline-block;
    color: #999999;
    font-size: 12px;
    line-height: 12px;
    margin-right: 8px;
}

.product-sec .comment .review-count:first-child:after {
    content: "|";
    margin-right: 8px;
    vertical-align: top;
    color: #999;
}

.product-sec .comment .review-count:hover {
    color: #ffb400;
}

.product-sec .price-box {
    margin: 10px 0;
    padding: 5px 0 10px;
}

.product-sec .cost {
    font-size: 24px;
    color: #22aeac;
    font-weight: 600;
    display: inline-block;
}

.product-sec .old-cost {
    font-size: 22px;
    color: #ccc;
    font-weight: 300;
    display: inline-block;
    text-decoration: line-through;
    margin-right: 10px;
}

.product-sec .border {
    margin: 10px 0;
    padding: 5px 0 10px;
    border-bottom: 1px solid #e5e5e5;
}

.product-sec .border.last {
    border: 0;
    margin-top: 30px;
}

.product-sec .border .rating-inner {
    color: #999;
    font-size: 12px;
    display: inline-block;
}

.product-sec .border .rating.border {
    margin: 0;
}

.product-sec .border .fa-star {
    color: #ff9900;
}

.product-sec .border .fa-star.empty {
    color: #999;
}

.product-sec .border .comment {
    display: inline-block;
    margin-right: 10px;
}

.product-sec .rating .rating-links {
    margin-right: 8px;
    float: right;
    margin-top: -3px;
}

.product-sec .rating .rating-links a {
    color: #999;
    font-size: 11px;
    display: inline-block;
    text-decoration: none;
}

.product-sec .rating .rating-links .separator {
    color: #999;
    margin: 0 5px;
}

.product-sec .info {
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 24px;
}

.product-sec .info a,
.product-sec .info span {
    color: #ffb400;
}

.product-sec .text {
    display: block;
    font-size: 14px;
    color: #666;
    line-height: 24px;
    margin: 0 0 10px;
    text-align: justify;
}

.product-sec .mrg-btm {
    margin-bottom: 25px;
    padding-bottom: 20px;
}


.product-sec .name {
    float: right;
    font-size: 12px;
    width: 50px;
    margin-bottom: 15px;
}

.product-sec .name.name-qty {
    margin-top: 12px;
}

.product-sec .color {
    padding: 0;
    margin: 0 0 15px;
    list-style: none;
    float: right;
}

.product-sec .color li {
    display: inline-block;
    margin-left: 5px;
}

.product-sec .color li a {
    clear: both;
    background: #333333;
    height: 20px;
    display: block;
    text-decoration: none;
    width: 20px;
    border: 1px solid #eaeaea;
}

.product-sec .color li.red a {
    background: #e32b00;
}

.product-sec .color li.orang a {
    background: #ff9000;
}

.product-sec .color li.green a {
    background: #8BC44A;
}

.product-sec .color li.blue a {
    background: #10b9b9;
}

.product-sec .color li.white a {
    background: #FFFFFF;
}

.product-sec .color li a:hover,
.product-sec .color li.active a {
    border-color: #1e4d9d;
}

.product-sec .size {
    padding: 0;
    margin: 0;
    list-style: none;
}

.product-sec .size li {
    display: inline-block;
}

.product-sec .size li a {
    display: block;
    text-decoration: none;
    border: 1px solid #e8e6e2;
    padding: 3px 10px;
    color: #666;
    font-size: 11px;
    font-weight: 700;
    border-radius: 3px;
    transition: 0.5s all ease;
}

.product-sec .size li a:hover {
    border-color: #e83f33;
}

.product-sec .numbers-row .mybtn {
    transition: all 300ms ease-in-out 0s;
    background-color: #333;
    color: #fff;
    font-size: 11px;
    padding: 20px 12px 9px 12px;
    display: inline-block;
    height: 50px;
    width: 35px;
    cursor: pointer;
    outline: none;
    float: right;
    user-select: none;
}

.product-sec .numbers-row {
    display: inline-block;
    float: right;
}

.product-sec .numbers-row .mybtn:hover {
    background: #ffb400;
}

.product-sec .numbers-row .qty {
    background-color: #333;
    color: #fff;
    font-size: 15px;
    height: 50px;
    outline: none;
    padding: 8px 10px;
    text-align: center;
    width: 50px;
    float: right;
    margin: 0 3px;
    border: 0;
}

.product-sec .btn-link {
    background: #333;
    color: #fff;
    padding: 0 20px;
    display: inline-block;
    height: 50px;
    line-height: 45px;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    text-decoration: none;
    margin-right: 3px;
    border-radius: 0;
    outline: none;
}

.product-sec .btn-link:hover {
    background: #ffb400;
}

.product-sec .action-list {
    margin: 10px 0 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.product-sec .action-list li {
    display: inline-block;
    margin-left: 3px;
}

.product-sec .action-list li a {
    display: block;
    font-size: 18px;
    margin: 0;
    transition: 0.5s all ease;
    text-decoration: none;
    height: 50px;
    width: 50px;
    background: #333;
    color: #fff;
    line-height: 50px;
    text-align: center;
    padding-top: 2px;
}

.product-sec .action-list li a:hover {
    background: #ffb400;
}

.product-sec .tabs-title {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.product-sec .tabs-title li {
    display: inline-block;
    margin-left: 30px;
}

.product-sec .tabs-title li:last-child {
    margin-left: 0;
}

.product-sec .tabs-title li a {
    font-size: 16px;
    color: #333333;
    font-family: IRANSansBold;
    padding: 7px 0;
    position: relative;
    display: block;
    letter-spacing: 1px;
}

.product-sec .tabs-title li a:before {
    content: "";
    width: 100%;
    background: #ffb400;
    height: 2px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
}

.product-sec .tabs-title li.active a:before {
    opacity: 1;
}

.product-sec .tabs-title li a:hover {
    color: #ffb400;
}

.product-sec .tab-pane p {
    color: #666;
    font-size: 14px;
    margin: 0 0 10px;
    text-align: justify;
    line-height: 1.8;
}

.product-sec .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-sec .comment-list li {
    display: block;
    margin-bottom: 10px;
    border: 1px solid #ddd;
}

.product-sec .comment-list li:last-child {
    margin-bottom: 0;
}

.product-sec .comment-list li .top {
    background-color: #f9f9f9;
    border-bottom: 1px solid #ddd;
}

.product-sec .comment-list li .top:after {
    clear: both;
    display: block;
    content: "";
}

.product-sec .comment-list li .top .user-name {
    width: 50%;
    float: right;
    padding: 10px;
    border-left: solid 1px #ddd;
    color: #666;
    font-size: 14px;
    font-family: IRANSansBold;
}

.product-sec .comment-list li .top .date {
    width: 50%;
    float: left;
    padding: 10px;
    text-align: left;
    color: #666;
    font-size: 14px;
}

.product-sec .comment-list li .comment-body {
    padding: 10px;
}

.product-sec .comment-list li .comment-body p {
    margin: 0 0 10px;
    color: #666;
    font-size: 14px;
    text-align: justify;
    line-height: 1.8;
}

.product-sec .comment-list li .rating .fa {
    font-size: 14px;
    color: #666;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 25px;
}

.product-sec .head-title {
    font-size: 24px;
    display: block;
    margin-top: 25px;
    margin-bottom: 10px;
    color: #333333;
    line-height: 1.8;
}

.pagination-area {
    border-top: 1px solid #ccc;
    margin-top: 10px;
}

.pagination-area .pagination-info {
    line-height: 32px;
    padding: 15px 0;
    font-size: 13px;
    color: #666666;
    display: inline-block;
}

.pagination-area ul {
    list-style: none;
    padding: 15px 0;
    margin: 0;
    float: left;
    text-align: left;
}

.pagination-area ul li {
    display: inline-block;
}

.pagination-area ul li a {
    display: inline-block;
    color: #202226;
    font-size: 13px;
    width: 25px;
    line-height: 32px;
    text-align: center;
}

.pagination-area ul li a.active,
.pagination-area ul li a:hover {
    color: #ffb400;
}

.blog-sec {
    margin-bottom: 60px;
}

.blog-sec .post-list {
    list-style: none;
    margin: 0 0 45px;
    padding: 0;
}

.blog-sec .post-list li {
    display: block;
    margin-top: 45px;
}

.blog-sec .post-list li img {
    width: 100%;
    height: auto;
}

.blog-sec .post-list .title {
    display: block;
    color: #333333;
    font-size: 20px;
    line-height: 1.7;
    margin: 0 0 15px;
}

.blog-sec .post-list a.title:hover {
    color: #ffb400;
}

.blog-sec .post-list .meta-data {
    display: block;
    margin-bottom: 30px;
    line-height: 1.7;
    color: #666666;
    font-size: 13px;
}

.blog-sec .post-list .meta-data span {
    display: inline-block;
}

.blog-sec .post-list p {
    display: block;
    color: #666666;
    font-size: 13px;
    line-height: 1.8;
    margin: 0 0 10px;
    text-align: justify;
}

.blog-sec .post-list .more {
    display: inline-block;
    color: #333333;
    font-size: 13px;
    line-height: 1.7;
}

.blog-sec .post-list .more:hover {
    color: #ffb400;
}

.blog-sec .pic-right {
    float: right;
    margin: 0 0 25px 25px;
}

.cart-sec .img-thumbnail {
    width: 80px;
    height: auto;
    box-shadow: none;
    padding: 0;
    border-radius: 0;
    border: 0;
}

.cart-sec .tooltip-inner {
    background: #ffb400;
    font-family: IRANSans;
}

.cart-sec .tooltip.top .tooltip-arrow {
    border-top-color: #ffb400;
}

.cart-sec button {
    outline: none !important;
}

.cart-sec .btn-primary {
    border-radius: 0 !important;
}

.cart-sec .btn-danger {
    border-radius: 4px 0 0 4px !important;
}

.cart-sec table {
    color: #666;
    font-size: 13px;
}

.cart-sec .name {
    color: #333;
    font-size: 13px;
    line-height: 1.7;
}

.cart-sec .name:hover {
    color: #ffb400;
}

.cart-sec thead td {
    font-size: 12px;
    color: #666;
}

.cart-sec .small {
    margin-top: 50px;
    margin-bottom: 15px;
}

.cart-sec .panel-group {
    margin-top: 15px;
}

.cart-sec .panel-group .panel-title {
    font-size: 15px;
}

.cart-sec .panel-group #button-coupon {
    height: 34px;
    line-height: 34px;
    margin-right: 10px;
    border-radius: 20px !important;
    background: #666;
    padding: 0 35px;
    font-size: 13px;
    color: #fff;
    font-family: IRANSansBold;
    transition: all .3s ease;
    outline: none;
    border: 0;
}

.cart-sec .panel-group #button-coupon:hover {
    background-color: #ffb400;
}

.cart-sec .qty {
    max-width: 200px;
}

.cart-sec .qty input {
    min-width: 40px;
}

@media(max-width:767px) {

    .header .top-header .border,
    .header .top-header .text-left {
        text-align: center;
        padding: 5px 0;
    }

    .header .top-header .border {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .inner-header .logo {
        display: inline-block;
    }

    .header .inner-header .logo img {
        margin: 0 auto;
    }

    .center-box {
        margin: 0 auto 30px;
        display: inline-block;
        text-align: right;
    }

    .xs-center {
        text-align: center;
    }

    .header .inner-header .links,
    .header .inner-header #cart .dropdown-toggle {
        margin-top: 30px;
    }

    .header .inner-header .links a {
        font-size: 11px;
    }

    .header .inner-header .links {
        margin-left: 15px;
    }

    .header .inner-header #cart .dropdown-toggle .mycart span {
        font-size: 13px;
    }

    .header .inner-header #cart .dropdown-toggle .icon-cart {
        width: 45px;
        height: 45px;
    }

    .header .inner-header #cart .dropdown-toggle .mycart {
        margin-right: 20px;
    }

    .header .inner-header #cart .dropdown-toggle .cart-total {
        font-size: 12px;
        bottom: -14px;
        right: 28px;
        width: 30px;
        height: 30px;
        line-height: 30px;
    }

    .menu-bar input {
        font-size: 11px;
    }

    .section1 .vertical {
        text-align: center;
        margin-bottom: 15px;
    }

    .section1 .col-5,
    .section1 .col-7,
    .section1 .col-5.second,
    .section1 .col-7.second {
        width: 100%;
        padding: 0;
    }

    .main-title {
        font-size: 22px;
    }

    .section2 .text p {
        font-size: 12px;
        line-height: 20px;
        max-width: 100%;
    }

    .section2 .nav-tabs li a {
        font-size: 11px;
        line-height: 20px;
    }

    .section2 .nav-tabs>li {
        margin-right: 10px;
    }

    .section3 .image .text1 {
        font-size: 9px;
        margin-bottom: 7px;
    }

    .section3 .image .text2 {
        font-size: 12px;
        margin-left: -100px;
    }

    .section5 .col-xs-new {
        width: 50%;
    }

    .section6 .twitter-post {
        margin-bottom: 45px;
    }

    .footer .footer-col {
        margin-bottom: 35px;
    }

    .footer .footer-col:nth-child(2):after {
        display: none;
    }

    .footer .border-btm {
        margin-top: 30px;
    }

    .footer .menu li {
        padding-left: 10px;
        margin-left: 10px;
    }

    .footer .menu li a {
        font-size: 10px;
    }

    .footer .copyright {
        font-size: 12px;
        text-align: center;
        margin: 0 0 15px;
    }

    .footer .pay {
        float: none;
        text-align: center;
    }

    .quick-view .content {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        transform: inherit;
        margin: auto;
        overflow-y: scroll;
    }

    .quick-view .img-zoom-container:hover .img-zoom-result {
        right: -17px;
        top: 105%;
    }

    .quick-view .main-title,
    .quick-view .cost,
    .quick-view .old-cost {
        font-size: 18px;
    }

    .quick-view .text {
        font-size: 12px;
    }

    .quick-view .color li a {
        width: 16px;
        height: 16px;
    }

    .quick-view .size li a {
        font-size: 9px;
        padding: 3px 8px;
    }

    .quick-view .numbers-row .mybtn {
        font-size: 13px;
        padding: 10px 13px 7px 11px;
        height: 36px;
    }

    .quick-view .numbers-row .qty {
        font-size: 16px;
        height: 36px;
        padding: 0 3px 1px;
        width: 50px;
    }

    .quick-view .btn-link {
        font-size: 11px;
        padding: 0 10px;
        display: block;
        height: 36px;
        line-height: 36px;
    }

    .quick-view .btn-link i {
        font-size: 14px;
    }

    .quick-view .list li a {
        font-size: 11px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .quick-view .img-zoom-container {
        width: 300px;
        margin: auto;
    }

    .quick-view .img-zoom-container .img-zoom-result {
        width: 300px;
        height: 300px;
    }

    .slider-sec .text-box {
        right: 50px;
    }

    .slider-sec .text-box .title {
        font-size: 22px;
    }

    .slider-sec .text-box .num {
        font-size: 10px;
        margin-top: 10px;
    }

    .slider-sec .text-box .num .discount {
        font-size: 13px;
        line-height: 20px;
    }

    .slider-sec .text-box .num .new {
        font-size: 16px;
    }

    .slider-sec .text-box .link {
        font-size: 11px;
        margin-top: 25px;
    }

    .section6 .social-menu li a {
        line-height: 40px;
        width: 40px;
        height: 40px;
    }

    .section6 .social-menu li a:before {
        font-size: 14px;
    }

    .header .inner-header.fix-menu nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
    }

    .header .inner-header.fix-menu .menu-toggle {
        border-radius: 0 0 3px 3px
    }

    .footer .flex {
        display: block;
    }

    .footer .border-sm {
        border-top: 2px solid #393939;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .form-sec .inline {
        text-align: right;
        margin-bottom: 10px;
    }

    .main-btn {
        font-size: 12px;
    }

    .page-title {
        font-size: 26px;
    }

    .page-info {
        font-size: 12px;
    }

    .product-sec .sidebar-title {
        font-size: 17px;
    }

    .product-sec .sidebar-sec .title {
        font-size: 14px;
    }

    .product-sec .sidebar-sec .list li {
        padding: 7px 0;
    }

    .product-sec .sidebar-sec .list li a {
        font-size: 11px;
    }

    .product-sec .sidebar-sec .list li a:before {
        font-size: 14px;
        margin-left: 15px;
    }

    .product-sec .sidebar-sec .amount input {
        font-size: 12px;
    }

    .product-sec .sec-title {
        font-size: 30px;
    }

    .product-sec .sorter .sort-by label {
        font-size: 12px;
    }

    .product-sec .sorter .sort-by select {
        height: 30px;
        font-size: 11px;
        min-width: 0;
    }

    .pagination-area {
        margin-bottom: 30px;
    }

    .item-slider .book-item .btn-box .add-to-cart {
        font-size: 12px;
    }

    .sm-center {
        text-align: center;
    }

    .product-sec .img-zoom-container:hover .img-zoom-result {
        top: 100%;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: 350px;
    }

    .product-sec .img-zoom-container .img-zoom-result {
        top: 100%;
        right: inherit;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        height: 350px;
    }

    .product-sec .product-big-image {
        margin-bottom: 35px;
    }

    .blog-sec .post-list li .title {
        font-size: 16px;
    }

    .blog-sec .post-list li .meta-data {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .blog-sec .post-list li p,
    .blog-sec .post-list li .more {
        font-size: 12px;
    }

    .blog-sec .pic-right {
        float: none;
        margin: 0 0 25px 0;
        width: 100%;
    }

    .page-title.small {
        font-size: 18px;
    }

    .cart-sec .panel-group .panel-title {
        font-size: 14px;
    }
}

@media(max-width:530px) {
    .section5 .col-xs-new {
        width: 100%;
    }

    .quick-view .img-zoom-container {
        width: 250px;
        margin: auto;
    }

    .quick-view .img-zoom-container .img-zoom-result {
        width: 250px;
        height: 250px;
    }

    .quick-view .btn-link {
        margin-top: 15px;
        display: block;
        margin-right: 0;
        clear: both;
    }

}

@media(max-width:640px) {
    .blog-sec .custom-xs {
        width: 100%;
    }

    .blog-sec .post-list li img {
        margin-bottom: 20px;
    }
}

@media(max-width:425px) {
    .page-title {
        font-size: 22px;
    }

    .page-info {
        font-size: 11px;
    }

    .page-sec .text {
        font-size: 13px;
    }

    .footer .title,
    .footer .info .bold {
        font-size: 13px;
    }

    .footer .list li a,
    .footer .info {
        font-size: 11px;
    }

    .footer .copyright {
        font-size: 10px;
    }

    .section6 .twitter-post {
        padding-right: 0;
        font-size: 12px;
    }

    .section6 .twitter-post:before {
        position: relative;
        display: block;
        margin-bottom: 10px;
        transform: none;
        font-size: 22px;
        width: 60px;
        height: 60px;
        line-height: 60px;
    }

    .section5 .text-box .title {
        font-size: 13px;
    }

    .section5 .text-box .text {
        font-size: 11px;
    }

    .menu-toggle {
        font-size: 16px;
    }

    .ace-responsive-menu>li>a {
        font-size: 12px;
    }

    .product-sec .item-slider {
        width: 100%;
    }

    .product-sec .sorter .sort-by {
        padding: 5px 0;
    }

    .product-sec .sec-title {
        font-size: 22px;
        padding-bottom: 8px;
        margin-bottom: 20px;
    }

    .product-sec .product-title {
        font-size: 17px;
    }

    .product-sec .cost {
        font-size: 18px;
    }

    .product-sec .old-cost {
        font-size: 16px;
    }

    .product-sec .comment .review-count {
        font-size: 11px;
    }

    .product-sec .text {
        font-size: 12px;
    }

    .product-sec .btn-link {
        margin-right: 0;
    }

    .product-sec .border.last .pull-right {
        margin-bottom: 10px;
        margin-left: 3px;
    }

    .product-sec .tabs-title li a {
        font-size: 14px;
    }

    .product-sec .tab-pane p,
    .product-sec .comment-list li .top .user-name,
    .product-sec .comment-list li .top .date,
    .product-sec .comment-list li .comment-body p {
        font-size: 12px;
    }

    .product-sec .head-title {
        font-size: 20px;
    }

    .form-sec .rate-sec .inline-flex input[type=radio] {
        margin: 0 3px;
    }

    .form-sec .rate-sec .inline-flex .rate-info {
        margin: 0 5px;
    }

    .blog-sec .post-list .title {
        font-size: 13px;
    }

    .blog-sec .post-list .meta-data {
        font-size: 10px;
    }

    .blog-sec .post-list p,
    .blog-sec .post-list .more {
        font-size: 11px;
    }

    .pagination-area .min-xs {
        width: 100%;
        text-align: center;
    }

    .pagination-area ul {
        text-align: center;
        float: none;
    }

    .pagination-area .pagination-info {
        padding: 15px 0 0;
    }

    .cart-sec .panel-group .panel-title {
        font-size: 12px;
    }

    .cart-sec .input-group .form-control:first-child {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 10px;
    }

    .cart-sec .input-group .form-control,
    .input-group-addon,
    .input-group-btn {
        float: none;
        display: block;
    }

    .cart-sec .panel-group #button-coupon {
        margin-right: 0;
    }

    .cart-sec .input-group {
        display: block;
    }

    .page-title.small {
        font-size: 16px;
    }

    .cart-sec .name,
    .cart-sec thead td,
    .cart-sec table {
        font-size: 11px;
    }
}


@media(min-width:768px) and (max-width:991px) {

    .header .top-header .border,
    .header .top-header .text-left {
        text-align: center;
        padding: 5px 0;
    }

    .header .top-header .border {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .inner-header .logo {
        display: inline-block;
    }

    .header .inner-header .logo img {
        margin: 0 auto;
    }

    .center-box {
        margin: 0 auto 30px;
        text-align: right;
        display: inline-block;
    }

    .xs-center {
        text-align: center;
    }

    .header .inner-header .links,
    .header .inner-header #cart .dropdown-toggle {
        margin-top: 30px;
    }

    .section1 .vertical {
        text-align: center;
        margin-bottom: 15px;
    }

    .section3 .image .text1 {
        font-size: 12px;
    }

    .section3 .image .text2 {
        font-size: 16px;
    }

    .section6 .twitter-post {
        margin-bottom: 45px;
    }

    .footer .footer-col {
        margin-bottom: 35px;
    }

    .footer .footer-col:nth-child(2n):after {
        display: none;
    }

    .footer .border-btm {
        margin-top: 0;
    }

    .quick-view .img-zoom-container .img-zoom-result,
    .quick-view .img-zoom-container {
        width: 318px;
    }

    .quick-view .img-zoom-container .img-zoom-result {
        height: 320px;
    }

    .quick-view .main-title,
    .quick-view .cost,
    .quick-view .old-cost {
        font-size: 18px;
    }

    .quick-view .text {
        font-size: 12px;
    }

    .quick-view .color li a {
        width: 16px;
        height: 16px;
    }

    .quick-view .size li a {
        font-size: 9px;
        padding: 3px 8px;
    }

    .quick-view .numbers-row .mybtn {
        font-size: 13px;
        padding: 10px 13px 7px 11px;
        height: 36px;
        width: 36px;
    }

    .quick-view .numbers-row .qty {
        font-size: 16px;
        height: 36px;
        width: 36px;
        padding: 0 3px 1px;
    }

    .quick-view .btn-link {
        font-size: 10px;
        padding: 0 10px;
        height: 36px;
        line-height: 36px;
    }

    .quick-view .btn-link i {
        font-size: 14px;
    }

    .quick-view .list li a {
        font-size: 11px;
        height: 40px;
        width: 40px;
        line-height: 40px;
    }

    .quick-view .name {
        width: 40px;
    }

    .slider-sec .text-box .title {
        font-size: 36px;
    }

    .slider-sec .text-box .num {
        font-size: 18px;
        margin-top: 20px;
    }

    .slider-sec .text-box .num .discount {
        font-size: 20px;
        line-height: 35px;
    }

    .slider-sec .text-box .num .new {
        font-size: 22px;
    }

    .slider-sec .text-box {
        right: 50px;
    }

    .header .inner-header.fix-menu nav {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 9999;
    }

    .header .inner-header.fix-menu .menu-toggle {
        border-radius: 0 0 3px 3px
    }

    .footer .flex {
        display: block;
    }

    .footer .border-sm {
        border-top: 2px solid #393939;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .page-sec .box .page-title {
        font-size: 20px;
    }

    .page-sec .box .page-info,
    .page-sec .box .text1,
    .form-sec label,
    .form-sec .link {
        font-size: 11px;
    }

    .page-title {
        font-size: 26px;
    }

    .page-info {
        font-size: 12px;
    }

    .product-sec .sidebar-title {
        font-size: 17px;
    }

    .product-sec .sidebar-sec .title {
        font-size: 14px;
    }

    .product-sec .sidebar-sec .list li {
        padding: 7px 0;
    }

    .product-sec .sidebar-sec .list li a {
        font-size: 11px;
    }

    .product-sec .sidebar-sec .list li a:before {
        font-size: 14px;
        margin-left: 15px;
    }

    .product-sec .sidebar-sec .amount input {
        font-size: 12px;
    }

    .product-sec .sec-title {
        font-size: 30px;
    }

    .product-sec .sorter .sort-by label {
        font-size: 12px;
    }

    .product-sec .sorter .sort-by select {
        height: 30px;
        font-size: 11px;
    }

    .sm-center {
        text-align: center;
    }

    .product-sec .img-zoom-container:hover .img-zoom-result {
        height: 300px;
        width: 300px;
    }

    .product-sec .product-title {
        font-size: 18px;
    }

    .product-sec .cost {
        font-size: 20px;
    }

    .product-sec .old-cost {
        font-size: 16px;
    }

    .product-sec .text {
        font-size: 13px;
    }

    .product-sec .tabs-title li a {
        font-size: 14px;
    }

    .product-sec .tab-pane p,
    .product-sec .comment-list li .comment-body p {
        font-size: 13px;
    }

    .blog-sec .post-list .title {
        font-size: 16px;
    }

    .blog-sec .post-list .meta-data {
        font-size: 11px;
        margin-bottom: 10px;
    }

    .blog-sec .post-list p,
    .blog-sec .post-list .more {
        font-size: 12px;
    }
}

@media(min-width:992px) and (max-width:1199px) {
    .header .inner-header .links a {
        font-size: 11px;
    }

    .header .inner-header .links {
        margin-left: 20px;
    }

    .header .inner-header #cart .dropdown-toggle .icon-cart {
        width: 40px;
        height: 40px;
    }

    .header .inner-header #cart .dropdown-toggle .cart-total {
        font-size: 11px;
        bottom: -4px;
        right: 26px;
        width: 25px;
        height: 25px;
        line-height: 26px;
    }

    .header .inner-header #cart .dropdown-toggle .mycart {
        margin-right: 20px;
    }

    .header .inner-header #cart .dropdown-toggle .mycart span {
        font-size: 14px;
    }

    .header .inner-header .menu li a {
        font-size: 14px;
        padding: 10px;
    }

    .menu-bar .mega-menu .menu-title {
        font-size: 13px;
    }

    .menu-bar .mega-menu .content .item>a {
        font-size: 13px;
    }

    .menu-bar .mega-menu .menu-btn span {
        font-size: 11px;
    }

    .menu-bar .mega-menu .menu-btn i {
        padding: 2px 0 0 0;
        font-size: 9px;
    }

    .section1 .col-7,
    .section1 .col-5 {
        margin-bottom: 10px;
    }

    .item-slider .book-item .btn-box .add-to-cart {
        font-size: 11px;
        line-height: 30px;
    }

    .item-slider .book-item .btn-box .add-to-links a {
        line-height: 20px;
        height: 20px;
        width: 20px;
        font-size: 14px;
    }

    .item-slider .book-item .title {
        font-size: 13px;
    }

    .item-slider .book-item .cost {
        font-size: 16px;
    }

    .item-slider .book-item .old-cost {
        font-size: 12px;
    }

    .item-slider .book-item .rating {
        font-size: 11px;
    }

    .section4 .newsletter-box form .mail {
        font-size: 11px;
    }

    .section4 .newsletter-box .text {
        font-size: 11px;
        line-height: 20px;
    }

    .section4 .newsletter-box h3 {
        font-size: 18px;
    }

    .quick-view .btn-link {
        padding: 7px 15px;
        font-size: 12px;
    }

    .quick-view .name {
        width: 40px;
    }

    .product-sec .img-zoom-container:hover .img-zoom-result {
        height: 350px;
    }
}