@import "owl.carousel.min.css";
@import "owl.theme.default.min.css";
@import "font-awesome.min.css";
@import "material-design-iconic-font.css";
@import "jquery-ui.css";

* {
    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', Tahoma, Arial;
    font-style: normal;
    font-size: 14px;
}

.owl-carousel {
    touch-action: manipulation;
    direction: ltr;
}

.owl-carousel .item {
    direction: rtl;
}

a {
    text-decoration: none !important;
    transition: all .3s ease;
    outline: none !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-family: 'IRANSans', Tahoma, Arial;
}
p {
    text-align: justify;
    font-family: 'IRANSans', Tahoma, Arial;
    font-size: 13px;
    line-height: 1.8;
    color: #666;
}

button, button:focus {
    outline: none !important;
}

ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.ltr {
    direction: ltr;
}

img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.wrapper {
    box-shadow: -3px 0 50px -2px rgba(0, 0, 0, 0.14);
    margin: auto;
    position: relative;
    background: #fff;
}

.top-bar {
    background: #000;
    overflow: hidden;
}

.ul-header ul {
    list-style-type: none;
    padding: 0;
}

.ul-header li {
    display: inline-block;
    /*margin-right: 10px;*/
}

.top-bar .call,.map,.email {
    display: block;
    color: #fdfdfd;
    font-size: 14px;
    line-height: 1.6;
    direction: ltr;
    text-align: right;
    font-weight: bold;
}

.top-bar .links {
    font-size: 0;
}

.top-bar .links li {
    display: inline-block;
    position: relative;
}

.top-bar .links li + li:before {
    content: "";
    height: 15px;
    right: 0;
    position: absolute;
    top: 13px;
    width: 1px;
}

.top-bar .links li a {
    color: #ccc;
    display: block;
    font-size: 0;
    height: 40px;
    line-height: 30px;
    overflow: hidden;
    padding: 10px 20px;
    text-align: center;
    text-transform: capitalize;
    white-space: nowrap;
    width: 50px;
}

.top-bar .links li a:hover {
    color: #fff;
    font-size: 12px;
    line-height: 19px;
}

.top-bar .links li a i {
    font-size: 14px;
    line-height: 10px;
    color: #fff;
}



.form-sec {
    position: relative;
}

.form-sec .input-box {
    outline: none;
    display: block;
    width: 100%;
    background: #fff;
    border: 1px solid transparent;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 13px;
    min-height: 40px;
    resize: vertical;
    margin-bottom: 20px;
    transition: all 0.5s ease-out 0s;
    padding: 8px 15px;
}

.form-sec input.input-box:focus,
.form-sec textarea.input-box:focus {
    border: 1px solid #758d1e;
}

.form-sec select.input-box {
    background: rgba(0, 0, 0, 0) url(../images/icons/down-arrow.png) no-repeat scroll 3% center;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}

.form-sec .button {
    background: #758d1e;
    border: none;
    color: rgb(255, 255, 255);
    font-size: 13px;
    line-height: 1.6;
    font-family: IRANSansBold;
    padding: 8px 25px;
    transition: all 0.3s ease 0s;
    position: relative;
    cursor: pointer;
    white-space: nowrap;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.form-sec .button:before {
    background: #758d1e;
    bottom: 0;
    content: "";
    height: 2px;
    right: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    width: 0;
    z-index: 9999;
}

.form-sec .button:hover:before {
    width: 100%;
}

.form-label {
    color: #666;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.8;
    display: block;
    margin-bottom: 10px;
}

.form-label input {
    display: inline-block;
    margin-left: 13px;
    position: relative;
    top: 3px;
}

.form-label a {
    color: #666;
    display: inline-block;
}

.form-label a:hover {
    color: #758d1e;
}

.header-outer {
    height: auto;
}

.header {
    background: #fff;
}

.header .logo {
    display: inline-block;
}

.header .main-menu {
    text-align: left;
}

.header .main-menu > li {
    display: inline-block !important;
    margin: 0 15px;
    padding: 48px 0;
    position: relative;
    transition: all 0.3s ease 0s;
}

.header .main-menu > li ul li {
    margin-bottom: 5px;
}

.header .main-menu li.title {
    padding-bottom: 15px;
}

.header .main-menu li {
    position: relative;
    display: block;
}

.header .main-menu li a {
    display: inline-block;
    color: #666;
    font-size: 13px;
    line-height: 1.8;
    position: relative;
    padding: 3px 0;
}

.header .main-menu li.title a {
    color: #444;
    font-size: 14px;
    font-family: IRANSansBold;
}

.header .main-menu > li > a {
    color: #303030;
    font-size: 14px;
    padding: 0;
    font-weight: bold;
}

.header .main-menu li:not(.title) > a:before {
    bottom: 0;
    content: "";
    height: 2px;
    right: 0;
    opacity: 0;
    position: absolute;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 0;
    background: #758d1e;
}

.header .main-menu li:hover > a {
    color: #758d1e;
}

.header .main-menu li:not(.title):hover > a:before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.header .main-menu .mega-menu {
    display: flex;
    display: -ms-flexbox;
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    right: 0;
    left: 0;
    margin: auto;
    padding: 40px 35px;
    position: absolute;
    text-align: right;
    top: 100%;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.5s ease 0s;
    visibility: hidden;
    width: 1110px;
    z-index: 2;
}

.header .main-menu > li:hover > .mega-menu {
    transform: scale(1);
    visibility: visible;
}

.header .main-menu .mega-menu:before {
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: -10px;
    width: 100%;
    height: 15px;
    right: 0;
}

.header .main-menu .mega-menu.mega-menu-4 ul {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.header .main-menu .mega-menu.mega-menu-2 {
    width: 580px;
}

.header .main-menu .mega-menu.mega-menu-2 ul {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.header .main-menu .mega-menu ul {
    padding: 0 15px;
}

.header .main-menu .mega-menu .d-70 {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    display: flex;
    display: -ms-flexbox;
}

.header .main-menu .mega-menu .d-70 ul {
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.header .main-menu .mega-menu .d-30 {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.header .main-menu li .popup,
.header .main-menu li .popup ul {
    background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(86, 86, 90, 0.5);
    right: 100%;
    padding: 15px 0;
    position: absolute;
    text-align: right;
    top: 0;
    transform: scaleY(0);
    transform-origin: 0 0 0;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 245px;
    z-index: 2;
}

.header .main-menu > li > .popup {
    right: 0;
    top: 100%;
}

.header .main-menu li:hover > .popup,
.header .main-menu li .popup li:hover > ul {
    transform: scale(1);
    visibility: visible;
}

.header .main-menu li .popup li {
    padding: 0 25px;
}

.header .search-part {
    position: relative;
}

.header .search-part:after {
    content: "";
    height: 20px;
    margin-top: -10px;
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    background: #758d1e;
}

.header .search-part .search-toggle {
    color: #666;
    display: block;
    font-size: 20px;
    line-height: 1;
    padding: 15px 20px;
    text-align: center;
    transition: all 0.3s ease 0s;
}

.header .search-part form {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    height: 60px;
    opacity: 0;
    position: absolute;
    left: 0;
    top: -5px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 0;
}

.header .search-part:hover form {
    opacity: 1;
    left: 20px;
    visibility: visible;
    width: 500px;
}

.header .search-part form .input-box {
    border: none;
    height: 100%;
    padding: 0 10px;
    width: 100%;
}

.header .search-part form .my-btn {
    background: #fff;
    border: none;
    color: #999999;
    font-size: 20px;
    height: 100%;
    padding: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    line-height: 70px;
    cursor: pointer;
    transition: all .3s ease;
}

.header .search-part form .my-btn:hover {
    color: #758d1e;
}

.header .cart-sec {
    position: relative;
}

.header .cart-sec .cart-toggle {
    padding-right: 20px;
    text-align: center;
    color: #666;
    font-size: 14px;
    margin-bottom: 13px;
}

.header .cart-sec:hover .cart-toggle {
    color: #758d1e;
}

.header .cart-sec .cart-toggle span {
    display: block;
}

.header .cart-sec .cart-toggle i {
    font-size: 20px;
    line-height: 20px;
}

.header .cart-sec .box {
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
    opacity: 0;
    position: absolute;
    left: 0;
    top: 150%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 350px;
    z-index: 9999;
    max-height: 75vh;
    overflow-y: auto;
    max-width: 88vw;
}

.header .cart-sec:hover .box {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.header .cart-sec .box .box-title {
    display: block;
    text-align: center;
    line-height: 1.7;
    padding: 14px 30px;
    color: #666;
    font-family: IRANSansBold;
    font-size: 14px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.header .cart-sec .box ul {
    padding: 10px 30px 30px 15px;
    border-bottom: 1px solid #eee;
}

.header .cart-sec .box ul li {
    display: flex;
    display: -ms-flexbox;
    padding-top: 20px;
    -ms-flex-align: start;
    align-items: flex-start;
}

.header .cart-sec .box ul li .pic-box {
    position: relative;
    display: inline-block;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    max-width: 100px;
}

.header .cart-sec .box ul li .pic-box img {
    width: 100%;
}

.header .cart-sec .box ul li .pic-box .remove {
    bottom: 0;
    position: absolute;
    left: 0;
}

.header .cart-sec .box ul li .pic-box .remove:before {
    border-left: 30px solid #f6f6f6;
    border-top: 30px solid transparent;
    bottom: 0;
    content: "";
    position: absolute;
    left: 0;
    transition: all 0.3s ease 0s;
    z-index: 1;
}

.header .cart-sec .box ul li .pic-box .remove:hover:before {
    border-left-color: #ddd;
}

.header .cart-sec .box ul li .pic-box .remove i {
    color: #666;
    display: block;
    font-size: 12px;
    height: 15px;
    line-height: 15px;
    position: relative;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 15px;
    z-index: 2;
}

.header .cart-sec .box ul li .pic-box .remove:hover i {
    color: #758d1e;
}

.header .cart-sec .box ul li .content {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: calc(100% - 100px);
    padding-right: 20px;
    padding-top: 10px;
}

.header .cart-sec .box ul li .content .title {
    display: inline-block;
    line-height: 1.7;
    font-size: 13px;
    color: #666;
    margin-bottom: 8px;
}

.header .cart-sec .box ul li .content .title:hover {
    color: #758d1e;
}

.header .cart-sec .box ul li .content .text {
    display: block;
    line-height: 1.7;
    font-size: 11px;
    color: #666;
    margin-bottom: 3px;
}

.header .cart-sec .box .total {
    display: block;
    line-height: 1.7;
    text-align: center;
    font-family: IRANSansBold;
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    color: #666;
}

.header .cart-sec .box .total span {
    display: inline-block;
    color: #758d1e;
}

.header .cart-sec .box .link-text {
    display: block;
    text-align: center;
    padding: 15px 30px;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 1.6;
    color: #666;
}

.header .cart-sec .box .link-text:hover {
    color: #758d1e;
}

.owl-theme .owl-dots {
    direction: ltr;
}

.owl-theme .owl-dots .owl-dot span {
    transition: all .2s ease;
    background: #cccccc none repeat scroll 0 0;
    border-radius: 50%;
    height: 8px;
    margin: 0 5px;
    width: 8px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #758d1e;
}

.section1 {
    padding-bottom: 80px;
}

.section1 .item {
    position: relative;
}

.section1 .item img {
    width: 53%;
}

.section1 .item .text-box {
    min-height: calc(100% - 100px);
    padding: 50px 80px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 55%;
    background: #f6f6f6;
}

.section1 .item .text-box .title {
    line-height: 1.7;
    font-size: 32px;
    display: block;
    color: #575757;
    margin: 0 0 20px;
}

.section1 .item .text-box .link-btn {
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 8px 30px;
    font-size: 14px;
    color: #fff;
    border: 0 none;
    border-radius: 3px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.03) inset;
    cursor: pointer;
    overflow: hidden;
    background-color: #575757;
    margin-top: 25px;
}

.section1 .item .text-box .link-btn span {
    display: inline-block;
    position: relative;
    z-index: 2;
}

.section1 .item .text-box .link-btn:after {
    background: rgba(0, 0, 0, 0.09) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    z-index: 1;
    transition: all 0.3s ease-out 0s;
}

.section1 .item .text-box .link-btn:hover:after {
    width: 100%;
}

.section1 .owl-theme .owl-dots {
    margin-top: 0;
    bottom: 70px;
    position: absolute;
    left: 30px;
    font-size: 0;
}

.section1 .owl-theme .owl-nav {
    margin-top: 0;
}

.section1 .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    color: #ccc;
    font-size: 40px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    z-index: 99;
}

.section1 .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #758d1e;
}

.section1 .owl-theme .owl-nav .owl-prev {
    left: -30px;
}

.section1 .owl-theme .owl-nav .owl-prev:before {
    content: '\f2ff';
    font-family: Material-Design-Iconic-Font;
}

.section1 .owl-theme .owl-nav .owl-next {
    right: -30px;
}

.section1 .owl-theme .owl-nav .owl-next:before {
    content: '\f301';
    font-family: Material-Design-Iconic-Font;
}

.main-title {
    display: block;
    color: #181818;
    font-family: IRANSansBold;
    font-size: 28px;
    line-height: 1.7;
    margin: 60px 0 5px;
}

.main-title-2 {
    display: block;
    color: #434343;
    font-family: IRANSansBold;
    font-size: 28px;
    line-height: 1.7;
    margin: -70px 0 5px;
}

.main-info {
    display: block;
    line-height: 1.7;
    font-size: 13px;
    color: #434343;
    margin: 0;
}

.section1 {
    padding: 0;
    background-size: cover !important;
    position: relative;
}

.section1 .text {
    display: block;
    line-height: 1.7;
    margin: 35px 0 20px;
    font-family: IRANSansBold;
    font-size: 14px;
    color: #777;
}

.section1 p {
    max-width: 462px;
    margin-bottom: 25px;
}

.row-30 {
    margin-bottom: -30px;
}

.row-30 > * {
    margin-bottom: 30px;
}

.row-40 {
    margin-bottom: -40px;
}

.row-40 > * {
    margin-bottom: 40px;
}

.main-link-text {
    display: inline-block;
    color: #151515;
    transition: all .25s ease;
    font-size: 14px;
    padding: 2px 0;
    line-height: 1.7;
}

.main-link-text::after {
    display: block;
    content: '';
    height: 0;
    width: 100%;
    border-top: 2px solid;
    transition: transform .2s ease;
}


.section2 {
    padding-top: 80px;
}

.section2 .brand-item {
    position: relative;
}

.section2 .brand-item .pic {
    display: block;
}

.section2 .brand-item .title {
    display: inline-block;
    line-height: 1.7;
    color: #666;
    bottom: 15px;
    margin: 0;
    position: absolute;
    left: 20px;
    font-size: 18px;
}

.section2 .brand-item .title:hover {
    color: #758d1e;
}

.p-slider {
    position: relative;
    margin: 0 -15px;
    width: auto;
}

.p-slider .owl-nav [class*=owl-] {
    margin: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    border: 1px solid #ddd;
    color: #666;
    font-size: 20px;
    height: 35px;
    line-height: 39px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 35px;
    z-index: 2;
}

.p-slider .owl-nav .owl-prev {
    right: -22px;
}

.p-slider .owl-nav .owl-next {
    left: -22px;
}

.p-slider:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
}

.p-slider .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #758d1e;
    border-color: #758d1e;
    text-decoration: none;
}

.p-slider .item {
    padding: 0 15px;
}

.product-item {
    margin-bottom: 30px;
    transition: all 0.3s ease 0s;
}

.product-item:hover {
    box-shadow: 0 8px 13px rgba(0, 0, 0, 0.15);
}

.product-item.not-shadow:hover {
    box-shadow: none;
}

.product-item .pic {
    display: block;
    background: #edebec;
}

.product-item .pic img {
    width: 100%;
}

.product-item .content {
    background: #f6f6f6;
    padding: 20px 10px;
    text-align: center;
}

.product-item .content .title {
    display: inline-block;
    line-height: 1.7;
    font-family: IRANSansBold;
    font-size: 14px;
    color: #434343;
    margin-bottom: 10px;
}

.product-item .content .title:hover {
    color: #758d1e;
}

.rating {
    display: block;
    position: relative;
    margin: 0 auto 10px;
    width: 75px;
    direction: ltr;
}

.rating:before {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
    color: #758d1e;
    font-family: Material-Design-Iconic-Font;
    font-size: 14px;
    height: 14px;
    letter-spacing: 4px;
    line-height: 14px;
    content: "\f27c" "\f27c" "\f27c" "\f27c" "\f27c";
    display: block;
    font-style: normal;
    font-weight: 400;
    speak: none;
}

.rating span {
    display: block;
    overflow: hidden;
}

.rating span:before {
    position: relative;
    z-index: 2;
    color: #758d1e;
    font-family: Material-Design-Iconic-Font;
    font-size: 14px;
    height: 14px;
    letter-spacing: 4px;
    line-height: 14px;
    content: "\f27d" "\f27d" "\f27d" "\f27d" "\f27d";
    display: block;
    font-style: normal;
    font-weight: 400;
    speak: none;
}

.product-item .price {
    display: block;
    margin-bottom: 15px;
}

.product-item .price .current {
    display: inline-block;
    line-height: 1.7;
    font-size: 15px;
    color: #666;
}

.product-item .price .old {
    display: inline-block;
    line-height: 1.7;
    font-size: 13px;
    color: #666;
    text-decoration: line-through;
    margin-right: 3px;
}

.product-item .action-btn {
    margin-top: 5px;
    text-align: center;
}

.product-item .action-btn li {
    display: inline-block;
    margin-left: 10px;
}

.product-item .action-btn li:last-child {
    margin-left: 0;
}

.product-item .action-btn li a {
    display: block;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #666;
    font-size: 14px;
    height: 30px;
    text-align: center;
    width: 30px;
    cursor: pointer;
}

.product-item .action-btn li a i {
    line-height: 28px;
}

.product-item .action-btn li a.active,
.product-item .action-btn li a:hover {
    background: #758d1e;
    border-color: #758d1e;
    color: #fff;
}

.quick-view {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    padding: 20px 0;
    transition: all .4s ease;
}

.quick-view.open {
    visibility: visible;
    opacity: 1;
}

.quick-view .bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .55);
    z-index: 2;
}

.quick-view .content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 95%;
    max-height: 95vh;
    width: 830px;
    overflow-y: auto;
    background: #fff;
    z-index: 5;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border: 1px solid rgba(0, 0, 0, .2);
}

.quick-view .inner {
    padding: 15px;
}

.quick-view .close-btn {
    border: 1px solid #909295;
    border-radius: 60px;
    color: #909295;
    display: block;
    height: 30px;
    line-height: 30px;
    padding-top: 1px;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    width: 30px;
    position: absolute;
    left: 8px;
    top: 8px;
    transition: all 0.3s ease 0s;
    z-index: 2;
    cursor: pointer;
    opacity: .2;
}

.quick-view .close-btn:hover {
    opacity: 1;
}

.quick-view .pda {
    padding-top: 15px;
    padding-bottom: 20px;
}

.quick-view .product-title {
    display: block;
    line-height: 1.7;
    font-family: IRANSansBold;
    color: #666;
    font-size: 20px;
    margin: 0 0 20px;
}

.quick-view .price {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    display: block;
    padding: 10px 0;
    margin-bottom: 15px;
}

.quick-view .price .current {
    display: inline-block;
    line-height: 1.5;
    font-size: 18px;
    color: #666;
    font-family: IRANSansBold;
}

.quick-view .price .old {
    display: inline-block;
    line-height: 1.5;
    font-size: 14px;
    color: #a6a6a6;
    text-decoration: line-through;
    margin-right: 10px;
}

.quick-view .link-text {
    display: inline-block;
    color: #42414f;
    margin-bottom: 20px;
    border-bottom: solid 1px;
    line-height: 1.7;
    font-size: 13px;
}

.quick-view .link-text:hover {
    color: #758d1e;
}

.quick-view .p-qty {
    border: 1px solid #e5e5e5;
    height: 45px;
    text-align: center;
    width: 100%;
    color: #666;
    outline: none;
    background: #fff;
    font-size: 14px;
    margin-left: 15px;
    margin-bottom: 20px;
}

.quick-view .add-btn {
    display: inline-block;
    background: #666;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    height: 45px;
    padding: 5px 45px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    width: 100%;
}

.quick-view .add-btn:hover {
    background: #758d1e;
}

.quick-view .text-part {
    border-bottom: 1px solid #e5e5e5;
    border-top: 1px solid #e5e5e5;
    color: #909295;
    margin: 30px 0;
    padding: 15px 0;
}

.quick-view .text {
    display: block;
    line-height: 1.7;
    font-size: 13px;
    color: #42414f;
    margin-bottom: 15px;
}

.quick-view .share li {
    display: inline-block;
    margin-left: 10px;
}

.quick-view .share li:last-child {
    margin-left: 0;
}

.quick-view .share li a {
    border: 1px solid #e5e5e5;
    color: #909295;
    display: block;
    font-size: 15px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
}

.quick-view .share li a.fa-facebook:hover {
    color: #fff;
    background: #3B5998;
    border-color: #3B5998;
}

.quick-view .share li a.fa-twitter:hover {
    color: #fff;
    background: #1DA1F2;
    border-color: #1DA1F2;
}

.quick-view .share li a.fa-linkedin:hover {
    color: #fff;
    background: #4997cf;
    border-color: #4997cf;
}

.quick-view .share li a.fa-instagram:hover {
    color: #fff;
    background: #a82d7e;
    border-color: #a82d7e;
}

.quick-view .share li a.fa-google-plus:hover {
    color: #fff;
    background: #DD493D;
    border-color: #DD493D;
}

.section4 {
    padding-bottom: 80px;
}

.section4 .timer-sec {
    background: #f6f6f6;
}

.section4 .timer-sec .pic {
    display: block;
    -ms-flex: 0 0 47.3%;
    flex: 0 0 47.3%;
    max-width: 47.3%;
}

.section4 .timer-sec .content {
    -ms-flex: 0 0 52.7%;
    flex: 0 0 52.7%;
    max-width: 52.7%;
    padding: 40px 30px;
}

.section4 .timer-sec .title {
    display: inline-block;
    line-height: 1.7;
    font-family: IRANSansBold;
    color: #575757;
    margin-bottom: 20px;
    font-size: 18px;
}

.section4 .timer-sec .title:hover {
    color: #758d1e;
}

.section4 .timer-sec p {
    font-size: 12px;
    margin-bottom: 40px;
}

.section4 .timer-sec .timer-box {
    display: inline-block;
    margin-right: 30px;
    text-align: center;
}

.section4 .timer-sec .timer-box:last-child {
    margin-right: 0;
}

.section4 .timer-sec .timer-box strong {
    border: 1px solid #758d1e;
    border-radius: 50%;
    color: #666;
    display: block;
    font-size: 17px;
    font-family: IRANSansBold;
    height: 40px;
    line-height: 42px;
    width: 40px;
}

.section4 .timer-sec .timer-box .name {
    display: block;
    color: #8a8888;
    line-height: 1.5;
    margin: 6px 0 0;
    font-size: 13px;
}

.section4 .banner {
    position: relative;
    display: inline-block;
    text-align: right;
}

.section4 .banner:before {
    background: rgba(0, 0, 0, 0) url(../images/icons/ribbon.png) no-repeat;
    content: "";
    height: 137px;
    right: -11px;
    position: absolute;
    top: -11px;
    width: 146px;
}

.section4 .banner .price {
    right: 0;
    position: absolute;
    top: 34px;
    transform: rotate(42deg);
    color: #fefefe;
    font-size: 16px;
    font-family: IRANSansBold;
    line-height: 16px;
}

.section4 .banner .text-box {
    right: 25px;
    position: absolute;
    top: 35%;
    max-width: 42%;
}

.section4 .banner .title {
    display: inline-block;
    line-height: 1.7;
    color: #434343;
    font-size: 16px;
    margin-bottom: 15px;
}

.section4 .banner .title:hover {
    color: #758d1e;
}

.section4 .banner ul li {
    display: block;
    font-size: 12px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 8px;
}

.section4 .banner ul li:last-child {
    margin-bottom: 0;
}

.section4 .banner ul li i {
    margin-left: 5px;
}

.mb-40 {
    margin-bottom: 40px;
}

.section5 {
    padding-bottom: 80px;
}

.section5 .tab-nav {
    margin: 80px 0 30px;
    display: block;
}

.section5 .tab-nav li {
    display: inline-block;
    margin-left: 30px;
    margin-bottom: 8px;
}

.section5 .tab-nav li:last-child {
    margin-left: 0;
}

.section5 .tab-nav li a {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
    padding: 0 0 3px;
    border-bottom: solid 1px transparent;
}

.section5 .tab-nav li a:hover {
    color: #666;
}

.section5 .tab-nav li a.active {
    color: #666;
    border-bottom-color: #758d1e;
}

.section6 {
    padding-bottom: 60px;
}

.blog-item {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
}

.blog-item img {
    width: 100%;
    height: 292px;
    object-fit: cover;
    object-position: center;
}

.blog-item .content {
    background: rgba(34, 121, 140, 0.95);
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    padding: 40px;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 0.5s ease 0s;
}

.blog-item:hover .content {
    opacity: 1;
}

.blog-item .content:before,
.blog-item .content:after {
    bottom: 20px;
    content: "";
    left: 20px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    right: 20px;
    top: 20px;
    transition: opacity 0.35s ease 0s, transform 0.5s ease 0s;
}

.blog-item .content:before {
    border-bottom: 1px solid #fefefe;
    border-top: 1px solid #fefefe;
    transform: scale(0, 1);
}

.blog-item .content:after {
    border-left: 1px solid #fefefe;
    border-right: 1px solid #fefefe;
    transform: scale(1, 0);
}

.blog-item:hover .content:before,
.blog-item:hover .content:after {
    opacity: 1;
    transform: scale(1);
}

.blog-item .title {
    display: inline-block;
    line-height: 1.7;
    color: #fefefe;
    font-family: IRANSansBold;
    font-size: 16px;
    margin-bottom: 15px;
}

.blog-item .title:hover {
    color: #ccc;
}

.blog-item p {
    color: #fefefe;
    font-size: 11px;
    margin-bottom: 25px;
}

.blog-item .link-text {
    display: inline-block;
    margin-bottom: 35px;
    color: #fefefe;
    font-size: 13px;
    line-height: 1.7;
}

.blog-item .link-text:hover {
    color: #ccc;
}

.blog-item .meta-data li {
    display: inline-block;
    margin-left: 15px;
}

.blog-item .meta-data li:last-child {
    margin-left: 0;
}

.blog-item .meta-data li a {
    display: block;
    color: #fefefe;
    font-size: 11px;
    line-height: 1.6;
}

.blog-item .meta-data li a i {
    font-size: 13px;
    margin-left: 10px;
    position: relative;
    top: 2px;
}

.blog-item .meta-data li a:hover {
    color: #ccc;
}

.footer {
    background: #505050;
    padding: 60px 0;
}

.footer .logo {
    display: inline-block;
    margin-bottom: 35px;
}

.footer .social {
    margin-top: 30px;
}

.footer .social li {
    display: inline-block;
    margin-left: 10px;
}

.footer .social li:last-child {
    margin-left: 0;
}

.footer .social li a {
    display: block;
    border: 1px solid rgb(153, 153, 153);
    border-radius: 50%;
    color: #666;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
    font-size: 12px;
}

.footer .social li a.fa-facebook:hover {
    background: #3B5998;
    border-color: #3B5998;
    color: #fff;
}

.footer .social li a.fa-twitter:hover {
    background: #1DA1F2;
    border-color: #1DA1F2;
    color: #fff;
}

.footer .social li a.fa-linkedin:hover {
    background: #4997cf;
    border-color: #4997cf;
    color: #fff;
}

.footer .social li a.fa-instagram:hover {
    background: #a82d7e;
    border-color: #a82d7e;
    color: #fff;
}

.footer .sec-title {
    display: block;
    line-height: 1.7;
    padding-right: 10px;
    margin: 0 0 30px;
    font-size: 16px;
    font-family: IRANSansBold;
    color: #fff;
    position: relative;
}

.footer .sec-title:before {
    content: "";
    height: 12px;
    right: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 2px;
    background: #758d1e;
}

.footer .list li {
    display: block;
    margin-bottom: 13px;
}

.footer .list li a {
    display: inline-block;
    color: #fff;
    font-size: 13px;
    line-height: 1.7;
}

.footer .list li a:before {
    content: '\f26d';
    font-family: Material-Design-Iconic-Font;
    color: #666;
    font-size: 5px;
    margin-left: 10px;
    transition: all .3s ease;
}

.footer .list li a:hover,
.footer .list li a:hover:before {
    color: #758d1e;
}

.footer .input-box {
    box-shadow: none;
    font-size: 12px;
    margin-bottom: 10px;
}

.footer .button {
    margin-top: 20px;
}

.copyright {
    background: #758d1e;
    padding: 10px 0;
}

.copyright .text {
    display: block;
    line-height: 1.8;
    font-size: 12px;
    color: #fff;
}

.copyright .text a {
    color: #666;
}

.copyright .text a:hover {
    color: #fff;
}

.copyright .payment li {
    display: inline-block;
    margin-left: 6px;
}

.copyright .payment li:last-child {
    margin-left: 0;
}

.copyright .payment li a {
    display: block;
}

.row-30 {
    margin-bottom: -30px;
}

.row-30 > * {
    margin-bottom: 30px;
}

#back-to-top {
    cursor: pointer;
    position: fixed;
    z-index: 99;
    line-height: 42px;
    overflow: hidden;
    text-decoration: none;
    background: #ccc;
    bottom: 10px;
    color: #ffffff;
    font-size: 20px;
    height: 40px;
    left: 10px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
    opacity: 0;
    visibility: hidden;
}

#back-to-top:hover {
    color: #fff;
    background: #758d1e;
}

#back-to-top.show {
    opacity: 1;
    visibility: visible;
}

.breadcrumb-sec .inner {
    padding: 0 15px;
    position: relative;
    z-index: 1;
}

.breadcrumb-sec .inner:before {
    background: #f6f6f6;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 100%;
    z-index: -1;
}

.breadcrumb-sec .page-name {
    display: block;
    text-align: center;
    line-height: 1.7;
    font-family: IRANSansBold;
    color: #575757;
    font-size: 30px;
    margin: 0;
    padding: 100px 0 70px;
}

.breadcrumb-sec .breadcrumb {
    padding: 0 0 20px;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.breadcrumb-sec .breadcrumb li {
    display: inline-block;
    margin-left: 15px;
    color: #666;
    font-size: 13px;
    margin-bottom: 5px;
}

.breadcrumb-sec .breadcrumb li:before {
    content: "_";
    right: 0;
    color: #666;
    transition: all 0.3s ease 0s;
    padding-left: 3px;
}

.breadcrumb-sec .breadcrumb li a {
    display: inline-block;
    line-height: 1.7;
    color: #666;
}

.breadcrumb-sec .breadcrumb li a:hover {
    color: #758d1e;
}

.inner-sec {
    padding: 80px 0;
}

.inner-sec .option {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 7px 25px;
    margin-bottom: 30px;
}

.inner-sec .option span {
    display: inline-block;
    line-height: 1.0;
    font-size: 13px;
    color: #666;
}

.inner-sec .option select {
    margin-right: 10px;
    border: 1px solid #eeeeee;
    color: #666;
    font-size: 12px;
    line-height: 1.7;
    height: 35px;
    padding: 5px 15px;
    display: inline-block;
    outline: none;
}

.inner-sec .side-search .input-box {
    height: 49px;
    margin-bottom: 0;
    padding-left: 50px;
}

.inner-sec .side-search .search-btn {
    background: transparent;
    color: #666;
    font-size: 20px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.3s ease 0s;
    width: 49px;
    line-height: 57px;
    border: 0;
}

.inner-sec .sidebar-sec {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 20px 30px;
    margin-top: 30px;
}

.border-title {
    display: block;
    position: relative;
    line-height: 1.7;
    color: #666;
    font-size: 16px;
    font-family: IRANSansBold;
    padding-right: 10px;
    margin: 0 0 20px;
}

.border-title:before {
    content: "";
    height: 12px;
    right: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 2px;
    background: #758d1e;
}

.inner-sec .sidebar-sec .list li {
    display: block;
    margin-bottom: 8px;
}

.inner-sec .sidebar-sec .list li:last-child {
    margin-bottom: 0;
}

.inner-sec .sidebar-sec .list li a {
    display: inline-block;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
}

.inner-sec .sidebar-sec .list li a:hover,
.inner-sec .sidebar-sec .list li a.active {
    color: #758d1e;
}

.inner-sec .sidebar-sec .list li ul {
    padding-right: 20px;
    padding-top: 8px;
}

.inner-sec .sidebar-sec .list li ul li a {
    font-size: 12px;
}

.inner-sec .ui-slider {
    width: 100%;
    height: 3px;
    border-radius: 0;
    background-color: #eee;
    border: 0;
}

.inner-sec .ui-slider-range {
    height: 3px;
    border: none;
    border-radius: 0;
    background: #758d1e;
}


.inner-sec .ui-slider-handle {
    background: #758d1e;
    border-radius: 0;
    height: 12px;
    margin-left: 0;
    margin-top: -6px;
    top: 50%;
    width: 5px;
    cursor: pointer;
    border: 0;
    outline: none;
}

.inner-sec .amount {
    display: block;
    line-height: 1.7;
    white-space: nowrap;
    font-size: 13px;
    color: #666;
}

.inner-sec .amount span {
    display: inline-block;
    color: #666;
    font-size: 12px;
}

.inner-sec .color-list li {
    display: block;
    position: relative;
}

.inner-sec .color-list li a {
    display: inline-block;
    font-size: 13px;
    line-height: 30px;
    padding-right: 20px;
    position: relative;
    color: #666;
}

.inner-sec .color-list li a:hover,
.inner-sec .color-list li a.active {
    color: #758d1e;
}

.inner-sec .color-list li a span {
    display: inline-block;
    border-radius: 50%;
    height: 12px;
    right: 0;
    margin-top: -6px;
    position: absolute;
    top: 50%;
    width: 12px;
}

.inner-sec .product-list li {
    display: flex;
    display: -ms-flexbox;
    align-items: center;
    -ms-flex-align: center;
    transition: all 0.3s ease 0s;
    overflow: hidden;
    margin-bottom: 30px;
}

.inner-sec .product-list li:last-child {
    margin-bottom: 0;
}

.inner-sec .product-list li:hover {
    box-shadow: 0 8px 13px rgba(0, 0, 0, 0.15);
}

.inner-sec .product-list li .pic {
    display: inline-block;
    -ms-flex: 0 0 35%;
    flex: 0 0 35%;
    max-width: 35%;
}

.inner-sec .product-list li .inner {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
    padding-right: 10px;
}

.inner-sec .product-list li .inner .title {
    display: inline-block;
    line-height: 1.7;
    font-size: 13px;
    color: #666;
    margin-bottom: 2px;
    max-height: 43px;
    overflow: hidden;
}

.inner-sec .product-list li .inner .title:hover {
    color: #758d1e;
}

.inner-sec .product-list li .inner .price {
    display: block;
    color: #666;
    font-size: 13px;
    font-family: IRANSansBold;
    line-height: 1.7;
}

.inner-sec .pagination li {
    margin-left: 6px;
}

.inner-sec .pagination li:last-child {
    margin-left: 0;
}

.inner-sec .pagination li a {
    display: block;
    border: 1px solid #eee;
    color: #666;
    font-size: 13px;
    height: 30px;
    text-align: center;
    width: 30px;
}

.inner-sec .pagination li a i {
    top: 2px;
    position: relative;
}

.inner-sec .pagination li a:hover {
    border-color: #758d1e;
    color: #758d1e;
}

.inner-sec .pagination li.current a {
    border-color: #758d1e;
    color: #758d1e;
    pointer-events: none;
}

.inner-sec .tags a {
    display: inline-block;
    color: #666;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 5px;
    margin-left: 10px;
}

.inner-sec .tags a:last-child {
    margin-left: 0;
}

.inner-sec .tags a:hover {
    color: #758d1e;
}

.loupe-widget {
    position: relative;
    display: block;
    will-change: transform;
    overflow: hidden;
}

.loupe-widget__loupe {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    width: 150px;
    height: 150px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    border: 4px solid rgb(136, 136, 136);
    box-shadow: none;
    background-color: rgb(233, 233, 233);
    display: none;
}

.loupe-widget:hover .loupe-widget__loupe {
    display: block;
    pointer-events: none;
}

.inner-sec #sync2 {
    padding: 0 30px;
    position: relative;
    margin-top: 30px;
}

.inner-sec #sync2 .item {
    border: 1px solid #fff;
    cursor: pointer;
}

.inner-sec #sync2 .owl-item.current .item {
    border: 1px solid #758d1e;
}

.inner-sec #sync2 .owl-nav [class*=owl-] {
    position: absolute;
    color: #666;
    font-size: 20px;
    margin: 0;
    padding: 0 5px;
    background: transparent;
    border-radius: 0;
    top: 50%;
    transition: all 0.3s ease 0s;
    transform: translateY(-50%);
    line-height: 32px;
    height: 30px;
}

.inner-sec #sync2 .owl-nav [class*=owl-]:hover {
    background: transparent;
    color: #758d1e;
}

.inner-sec #sync2 .owl-nav .owl-next:before {
    content: '\f2ff';
    font-family: Material-Design-Iconic-Font;
}

.inner-sec #sync2 .owl-nav .owl-prev:before {
    content: '\f301';
    font-family: Material-Design-Iconic-Font;
}

.inner-sec #sync2 .owl-nav .owl-next {
    left: 0;
}

.inner-sec #sync2 .owl-nav .owl-prev {
    right: 0;
}

hr {
    border-bottom: 1px solid #eeeeee;
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

.inner-sec .product-title {
    display: block;
    line-height: 1.7;
    font-family: IRANSansBold;
    color: #575757;
    margin: 0 0 5px;
    font-size: 18px;
}

.inner-sec .brand-name {
    display: block;
    line-height: 1.7;
    color: #666;
    font-style: italic;
    font-size: 14px;
}

.inner-sec .text {
    display: inline-block;
    line-height: 1.7;
    font-size: 13px;
    color: #575757;
}

.inner-sec .select-color {
    font-size: 0;
}

.inner-sec .select-color label {
    font-weight: normal;
    margin: 0 0 0 7px;
    cursor: pointer;
    font-size: 0;
}

.inner-sec .select-color label input {
    display: none;
}

.inner-sec .select-color label span {
    display: inline-block;
    height: 13px;
    width: 13px;
    border-radius: 50%;
    border: solid 1px #fff;
}

.inner-sec .select-color label input:checked + span {
    border-color: #758d1e;
}

.numbers-row {
    background: #cccccc;
    padding: 1px;
    height: 27px;
    text-align: center;
    width: 92px;
    color: #666;
    display: flex;
    display: -ms-flexbox;
    user-select: none;
}

.numbers-row .mybtn {
    background: #ccc;
    width: 30%;
    cursor: pointer;
    line-height: 26px;
}

.numbers-row input {
    background: #fff;
    box-shadow: none;
    margin-bottom: 0;
    padding: 0;
    text-align: center;
    width: 40%;
    font-size: 13px;
    border: 0;
}

.inner-sec .product-tab {
    margin-bottom: 25px;
    margin-top: 80px;
}

.inner-sec .product-tab li {
    display: inline-block;
    margin-left: 35px;
}

.inner-sec .product-tab li a {
    display: block;
    line-height: 1.7;
    color: #666;
    font-size: 14px;
    border-bottom: solid 1px #fff;
    padding: 0 0 3px 0;
}

.inner-sec .product-tab li a:hover {
    color: #758d1e;
}

.inner-sec .product-tab li a.active {
    border-color: #758d1e;
}

.inner-sec .tab-pane .table td {
    padding: 10px;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
    border-top: 1px solid #eee;
}

.inner-sec .comments li {
    display: flex;
    display: -ms-flexbox;
    align-items: flex-start;
    margin-bottom: 30px;
}

.inner-sec .comments li:last-child {
    margin-bottom: 0;
}

.inner-sec .comments li img {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px !important;
    height: 100px !important;
}

.inner-sec .comments li > div {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    padding-right: 10px;
}

.inner-sec .comments li .name {
    display: block;
    font-size: 14px;
    font-family: IRANSansBold;
    line-height: 1.7;
    color: #666;
    margin-bottom: 6px;
}

.inner-sec .comments li .date {
    display: block;
    color: #666;
    font-size: 12px;
    line-height: 1.7;
    margin-bottom: 6px;
}

.inner-sec .comments li p {
    margin-top: 13px;
    margin-bottom: 0;
}

.inner-sec .tab-content {
    margin-bottom: 100px;
}

.inner-sec .p-detail {
    margin-bottom: -8px;
}

.inner-sec .p-detail > * {
    margin: 0 0 8px;
}

.inner-sec .forgot-sec {
    display: none;
    padding: 25px 0 0;
}

.inner-sec .form-box {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 30px;
    overflow: hidden;
    margin-top: 50px;
}

.inner-sec .forgot-btn {
    display: block;
    font-size: 12px;
    margin-bottom: 15px;
    color: #666;
    cursor: pointer;
}

.inner-sec .forgot-btn:hover {
    color: #758d1e;
}

.inner-sec .card {
    border: 1px solid #ddd;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-bottom: 20px;
}

.inner-sec .shadow-card .card {
    border: 0;
    box-shadow: none;
}

.inner-sec .card:last-child {
    margin-bottom: 0;
}

.inner-sec .card .card-header {
    padding: 0;
    margin-bottom: 0;
    color: inherit;
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}

.inner-sec .shadow-card .card .card-header {
    background: #fff;
    border-bottom: 0;
}

.inner-sec .card .card-header a {
    color: #333;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.7;
    float: right;
}

.inner-sec .shadow-card .card .card-header a {
    color: #666;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 9px 13px;
    font-size: 13px;
}

.inner-sec .card .card-header a:hover {
    color: #758d1e;
}

.inner-sec .card-body {
    padding: 30px;
}

.inner-sec .shadow-card .card-body {
    padding: 20px 20px 0;
}

.inner-sec .shadow-card .card-body p {
    font-size: 12px;
}

.inner-sec .detail-table td {
    color: #666;
    font-size: 12px;
    line-height: 1.7;
    padding: 6px 0;
    border-top: 1px solid #eee;
}

.inner-sec .detail-table tr:first-child td {
    border-top: 0;
}

.inner-sec .detail-table .td-title-2 {
    text-align: left;
    font-family: IRANSansBold;
}

.inner-sec .detail-table .order-total {
    color: #758d1e;
    font-size: 13px;
}

.inner-sec .detail-table .order-total-price {
    text-align: left;
    font-family: IRANSansBold;
    color: #758d1e;
    font-size: 13px;
}

.inner-sec .page-link-list {
    text-align: center;
}

.inner-sec .page-link-list li {
    display: block;
    margin-bottom: 100px;
    position: relative;
    text-align: center;
}

.inner-sec .page-link-list li:last-child {
    margin-bottom: 0;
}

.inner-sec .page-link-list li:before {
    background: #ddd;
    content: "";
    height: 40px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 130%;
    width: 2px;
}

.inner-sec .page-link-list li:last-child:before {
    display: none;
}

.inner-sec .page-link-list li a {
    color: #999999;
    display: block;
    font-size: 13px;
    font-family: IRANSansBold;
}

.inner-sec .page-link-list li.active a,
.inner-sec .page-link-list li a:hover {
    color: #758d1e;
}

.inner-sec .page-link-list li a span {
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    border: 1px solid transparent;
    display: block;
    font-size: 20px;
    height: 50px;
    line-height: 53px;
    margin: 0 auto 20px;
    text-align: center;
    width: 50px;
    transition: border-color .3s ease;
}

.inner-sec .page-link-list li.active a span,
.inner-sec .page-link-list li a:hover span {
    border-color: #758d1e;
}

.inner-sec .cart-table {
    border: 1px solid #eee;
    border-collapse: collapse;
    text-align: center;
}

.inner-sec .cart-table th {
    color: #666;
    font-size: 13px;
    line-height: 1;
    padding: 18px 10px;
    text-align: center;
    border: 1px solid #eee;
    vertical-align: middle;
    white-space: nowrap;
}

.inner-sec .cart-table td {
    color: #666;
    font-size: 14px;
    line-height: 1.5;
    padding: 20px 30px;
    text-align: center;
    border: 1px solid #eee;
    vertical-align: middle;
}

.inner-sec .cart-table td.product {
    width: 420px;
    min-width: 275px;
}

.inner-sec .cart-table td.product img {
    display: inline-block;
    -ms-flex: 0 0 28%;
    flex: 0 0 28%;
    max-width: 28%;
}

.inner-sec .cart-table td.product .d-flex div {
    -ms-flex: 0 0 72%;
    flex: 0 0 72%;
    max-width: 72%;
    padding-right: 20px;
    text-align: right;
}

.inner-sec .cart-table td.product .title {
    display: inline-block;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 8px;
    color: #666;
}

.inner-sec .cart-table td.product .title:hover {
    color: #758d1e;
}

.inner-sec .cart-table td.product p {
    margin-bottom: 3px;
    font-size: 11px;
}

.inner-sec .cart-table td.price {
    white-space: nowrap;
}

.inner-sec .cart-table .remove {
    color: #666;
    display: inline-block;
    font-size: 18px;
    height: 20px;
    line-height: 20px;
    transition: all 0.3s ease 0s;
    width: 20px;
}

.inner-sec .cart-table .remove:hover {
    color: #758d1e;
}

.inner-sec .cart-table .add-cart {
    color: #666;
    font-size: 25px;
    display: inline-block;
}

.inner-sec .cart-table .add-cart:hover {
    color: #758d1e;
}

.inner-sec .form-box .box-top-part {
    padding: 0 30px 30px;
    margin: 0 -30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    color: #666;
    font-size: 14px;
    line-height: 1.7;
}

.inner-sec .form-box .order-info {
    padding: 30px;
    margin: 0 -30px 30px;
    border-bottom: 1px solid #eee;
    text-align: center;
    font-size: 0;
}

.inner-sec .form-box .order-info li {
    border-right: 1px solid #eee;
    display: inline-block;
    padding: 0 35px;
    max-width: 25%;
}

.inner-sec .form-box .order-info li:first-child {
    border-right: 0;
}

.inner-sec .form-box .order-info li .title {
    display: block;
    color: #666;
    font-family: IRANSansBold;
    font-size: 14px;
    margin-bottom: 7px;
}

.inner-sec .form-box .order-info li .val {
    display: block;
    color: #666;
    font-size: 13px;
}

.inner-sec .bill-info {
    display: block;
    font-size: 13px;
    line-height: 1.7;
    color: #666;
    margin-bottom: 10px;
}

.inner-sec .bill-info span {
    display: inline-block;
}

.inner-sec .bill-info span:not(.ltr) {
    width: 70px;
    color: #666;
}

.inner-sec .blog-option {
    padding: 18px 0;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

.inner-sec .blog-option > * {
    margin-right: 30px;
}

.inner-sec .blog-option .option-btn {
    display: inline-block;
    color: #666666;
    font-size: 13px;
    line-height: 1.7;
    cursor: pointer;
}

.inner-sec .blog-option .option-btn i {
    margin-right: 5px;
}

.inner-sec .blog-option .option-btn:hover {
    color: #758d1e;
}

.inner-sec .blog-option .sidebar-sec {
    width: 270px;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 99;
    background: #fff;
    display: none;
    max-width: 100vw;
}

.inner-sec .post-pic {
    background: rgba(255, 255, 255, 0.5) url(../images/bg/blog-photo-bg.png) repeat scroll 0 0;
    padding: 20px;
    margin-bottom: 30px;
}

.inner-sec .post-pic img {
    width: 100%;
    height: auto;
}

.inner-sec .post-meta-data {
    margin-bottom: 13px;
}

.inner-sec .post-meta-data a {
    display: inline-block;
    font-size: 12px;
    line-height: 1.7;
    color: #666;
    margin-left: 20px;
    margin-bottom: 7px;
}

.inner-sec .post-meta-data a:last-child {
    margin-left: 0;
}

.inner-sec .post-meta-data a:hover {
    color: #758d1e;
}

.inner-sec .post-meta-data a i {
    margin-left: 7px;
}

.inner-sec .quote-box {
    padding-right: 30px;
}

.inner-sec .quote-box p {
    position: relative;
    padding-right: 30px;
}

.inner-sec .quote-box p:before {
    background: #758d1e;
    content: "";
    height: 90%;
    right: 0;
    position: absolute;
    top: 3px;
    width: 2px;
}

.inner-sec .blog-share {
    padding: 15px 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    margin: 60px 0;
}

.inner-sec .share li {
    display: inline-block;
    color: #666666;
    font-size: 13px;
    margin-left: 8px;
}

.inner-sec .share li:last-child {
    margin-left: 0;
}

.inner-sec .share li a {
    border: 1px solid rgb(153, 153, 153);
    border-radius: 50%;
    color: #666;
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.inner-sec .share li a.fa-facebook:hover {
    background: #3B5998;
    border-color: #3B5998;
    color: #fff;
}

.inner-sec .share li a.fa-twitter:hover {
    background: #1DA1F2;
    border-color: #1DA1F2;
    color: #fff;
}

.inner-sec .share li a.fa-linkedin:hover {
    background: #4997cf;
    border-color: #4997cf;
    color: #fff;
}

.inner-sec .team-slider .item {
    padding: 0 15px;
}

.team-item {
    margin-bottom: 30px;
    padding: 20px 20px 30px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.team-item:before {
    background: #434343;
    content: "";
    height: 150px;
    left: 0;
    margin-top: -65px;
    position: absolute;
    top: 0;
    transform: skewY(-25deg);
    transition: background 0.5s ease 0s;
    width: 100%;
    z-index: -1;
}

.team-item:hover:before {
    background: #758d1e;
}

.team-item img {
    margin: 0 auto 20px;
    width: 130px !important;
    border-radius: 100px;
    height: 130px !important;
}

.team-item .name {
    display: block;
    font-family: IRANSansBold;
    line-height: 1.7;
    font-size: 16px;
    color: #666;
    margin-bottom: 5px;
}

.team-item .info {
    display: block;
    line-height: 1.7;
    color: #666;
    margin-bottom: 15px;
    font-size: 13px;
}

.team-item p {
    font-size: 12px;
    text-align: center;
}

.inner-sec .contact-box {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    padding: 40px 20px 30px;
    text-align: center;
    min-height: 100%;
}

.inner-sec .contact-box .icon {
    display: block;
    border-radius: 50%;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    background: #758d1e;
    color: #fff;
    font-size: 30px;
    height: 60px;
    line-height: 68px;
    margin: 0 auto 30px;
    text-align: center;
    width: 60px;
    transition: all 0.3s ease 0s;
}


.inner-sec .contact-box p {
    text-align: center;
    margin-bottom: 8px;
}

.inner-sec .map {
    height: 350px;
    overflow: hidden;
    font-size: 0;
    position: relative;
    background: #e5e3df;
    margin-top: 70px;
}

.inner-sec .map .marker {
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    user-select: none;
    width: 38px;
    height: auto;
}

.inner-sec .map .marker img {
    animation: MoveUpDown 1s ease-in-out infinite;
    position: relative;
}

.inner-sec .post-item .pic {
    display: block;
    overflow: hidden;
}

.inner-sec .post-item .pic img {
    width: 100%;
    height: auto;
    will-change: transform;
    transition: all .2s ease;
}

.inner-sec .post-item:hover .pic img {
    transform: scale(1.1);
}

.inner-sec .post-item .content {
    padding: 34px 9% 45px;
    background: #f9faf9;
}

.inner-sec .post-item .content p:last-child {
    margin-bottom: 0;
}

.inner-sec .post-item .title {
    display: inline-block;
    line-height: 1.7;
    color: #151515;
    font-size: 16px;
    font-family: IRANSansBold;
    margin-bottom: 15px;
}

.inner-sec .post-item .title:hover {
    color: #758d1e;
}

.inner-sec .post-title {
    display: block;
    line-height: 1.7;
    font-family: IRANSansBold;
    color: #151515;
    font-size: 30px;
    margin: 0 0 25px;
}

.boxes {
    display: block;
    text-align: center;
    padding: 25px 20px;
    border: solid 1px #eee;
    color: #758d1e;
    background-color: #fff;
    position: relative;
    z-index: 1;
    margin-top: 50px;
}

.boxes img {
    max-width: 100%;
    height: auto;
    margin: 0 auto 15px;
    display: block;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.boxes span {
    display: block;
    font-family: IRANSansBold;
    font-size: 13px;
    line-height: 1.6;
    transition: all .2s ease;
}

.copyright .list {
    list-style: none;
    padding: 12px 0 12px;
    margin: auto;
    text-align: left;
}

.copyright .list li:first-child {
    border: 0;
}

.copyright .list li {
    display: inline-block;
    margin-right: 8px;
    list-style: none;
    border-right: 1px #4f515c solid;
    padding-right: 10px;
}

.copyright .list li a {
    display: block;
    font-size: 12px;
    text-decoration: none;
    color: #666;
    transition: 0.5s all ease;
}

.breadcrumb-sec .breadcrumb {
    padding: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
}

.section8 {
    padding: 110px 0;
}

.section8 .item {
    padding: 15px;
}

.section8 .block {
    padding: 50px 50px;
    border-radius: 12px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, .09);
    background: #fff;
}

.section8 .block p {
    text-align: justify;
    font-size: 13px;
    line-height: 1.8;
    color: #666;
}

.section8 .block img {
    -ms-flex: 0 0 auto;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 100px !important;
    height: 100px !important;
    border-radius: 50%;
}

.section8 .block .name {
    -ms-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    padding-right: 15px;
    color: #758d1e;
    font-size: 14px;
    font-family: IRANSansBold;
}

.select-list {
    color: #666;
    font-size: 12px;
    margin-bottom: 20px;
}

.tr-btn {
    background-color: transparent;
    border: solid 1px rgba(58, 61, 69, .5);
    color: #333;
    outline: none;
    display: inline-block;
    transition: all .3s ease;
    white-space: nowrap;
    padding: 8px 8px 10px;
    font-size: 13px;
    line-height: 1.7;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: pointer;

}

.check-inner .action-btn .tr-btn i {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.main-btn {
    background-color: #758d1e;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
    border: 0;
    color: #fff;
    outline: none;
    display: inline-block;
    transition: all .3s ease;
    white-space: nowrap;
    padding: 12px 15px;
    font-size: 13px;
    line-height: 1.5;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    cursor: pointer;
}
.main-btn:hover {
    background-color: #758d1ed4 !important;
    color: #fff !important;
}
.buy-btn {
    opacity: .5;
    width: 100%;
    text-align: center;
    background: #000;
    border: 0;
    outline: none;
    color: #fff;
    font-size: 13px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    transition: all .3s ease;
    padding: 12px 10px;
    margin-top: 10px;
}

.buy-btn::before {
    content: "";
    width: 37px;
    height: 22px;
    background: url("../images/icons/cart.svg") no-repeat center;
    background-size: auto;
    background-size: 21px;
    position: relative;
    top: -1px;
    margin-left: 5px;
    display: inline-block;
}

.play {
    position: absolute;
    display: inline-block;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #211f1f;
    background-color: #fff;
    border-radius: 100%;
    -webkit-transition: color .2s ease-out, background-color .2s ease-out;
    -moz-transition: color .2s ease-out, background-color .2s ease-out;
    transition: color .2s ease-out, background-color .2s ease-out;
    z-index: 1;
    cursor: pointer;
}

.play span:first-child {
    display: block;
    position: relative;
    z-index: 100;
    width: 0;
    height: 0;
    margin: 29px 27px 29px 36px;
    border-width: 11px 0 11px 18px;
    border-style: solid;
    border-color: transparent transparent transparent currentColor;
}

.play span:last-child {
    position: absolute;
    top: -1px;
    left: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px);
    border-radius: 50%;
    overflow: hidden;
    z-index: 10;
}

.play span:last-child::after {
    will-change: width, height, opacity;
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    top: 0;
    left: 50%;
    border-radius: 50%;
    background-color: #000;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0s .3s, height 0s .3s, opacity .3s cubic-bezier(.15, .7, .54, .99);
    -moz-transition: width 0s .3s, height 0s .3s, opacity .3s cubic-bezier(.15, .7, .54, .99);
    transition: width 0s .3s, height 0s .3s, opacity .3s cubic-bezier(.15, .7, .54, .99);
    z-index: 10;
    opacity: 0;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999999;
    padding: 30px 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}

.modal .bg {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .8);
}

.modal .close {
    color: white;
    position: absolute;
    top: 10px;
    right: 25px;
    font-size: 34px;
    font-weight: bold;
    z-index: 9;
    text-shadow: none;
    transition: all .3s ease;
    opacity: 1;
}

.modal .modal-content {
    position: relative;
    margin: auto;
    padding: 0;
    text-align: center;
    background-color: transparent;
    top: 50%;
    transform: translateY(-50%);
    box-shadow: none;
    border: none;
    display: inline-block;
    z-index: 2;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
}

.modal video {
    max-width: 90%;
    height: auto;
    outline: none;
}

.modal .modal-content {
    text-align: center;
}

.add-btn {
    display: inline-block;
    background: #666;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 13px;
    font-family: IRANSansBold;
    height: 45px;
    padding: 5px 45px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.list-sitemap {
    font-size: 13px;
    list-style: none;
    padding: 5px 0;
    line-height: 35px;
    margin-top: -30px;
}

.list-sitemap a {
    color: #676664;
}

@keyframes MoveUpDown {
    0% {
        bottom: 0;
    }
    50% {
        bottom: 20px;
    }
    100% {
        bottom: 0;
    }
}

.inner-sec .error-404 {
    padding: 20px;
    position: relative;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
}

.inner-sec .error-404 img {
    width: 100%;
    height: auto;
}

.inner-sec .error-404 .button {
    background: #333;
    bottom: 20%;
    position: absolute;
    right: 27%;
}

@media (max-width: 991px) {
    .menu-bar {
        background: #262626;
    }

    #cssmenu {
        width: 100%;
        position: relative;
        z-index: 99;
    }

    #cssmenu ul {
        width: 100%;
        display: none;
        background-color: #f8f8f8;
    }

    #cssmenu .menu2 ul li a {
        padding-right: 50px;
    }

    #cssmenu .menu2 ul ul li a {
        padding-right: 70px;
    }

    #cssmenu ul li {
        width: 100%;
        border-top: 1px solid #ddd;
        position: relative;
    }

    #cssmenu li a {
        display: block;
        font-size: 12px;
        padding: 15px 22px;
        color: #666;
        position: relative;
    }

    #cssmenu .menu2 > li > a {
        font-size: 13px;
        font-family: IRANSansBold;
    }

    #cssmenu li.has-sub a {
        display: inline-block;
    }

    #cssmenu ul li a:hover {
        color: #758d1e;
    }

    #cssmenu #menu-button {
        position: relative;
        padding: 23px 0;
        cursor: pointer;
        color: #fff;
        background-color: transparent;
        border: none;
        display: block;
    }

    #cssmenu #menu-button span,
    #cssmenu #menu-button span:before,
    #cssmenu #menu-button span:after {
        width: 22px;
        height: 2px;
        background-color: #fff;
        backface-visibility: hidden;
        border-radius: 0;
    }

    #cssmenu #menu-button span {
        position: relative;
        display: block;
        margin: auto;
        transition: .3s all ease;
    }

    #cssmenu #menu-button.menu-opened span {
        background: 0 0;
    }

    #cssmenu #menu-button span:before {
        content: "";
        position: absolute;
        left: 0;
        top: -6px;
        transition: .3s all ease;
    }

    #cssmenu #menu-button.menu-opened span:before {
        transform-origin: 50% 50%;
        top: 0;
        transform: rotate(45deg);
    }

    #cssmenu #menu-button span:after {
        content: "";
        position: absolute;
        left: 0;
        top: 6px;
        transition: .3s all ease;
    }

    #cssmenu #menu-button.menu-opened span:after {
        transform-origin: 50% 50%;
        top: 0;
        transform: rotate(-45deg);
    }

    #cssmenu .submenu-button {
        text-align: center;
        transition: .3s;
        font-size: 11px;
        cursor: pointer;
        display: inline-block;
        position: absolute;
        top: 7px;
        left: 0;
        color: #666;
        width: 50px;
        padding: 12px;
    }

    #cssmenu .submenu-button:hover {
        color: #000;
    }

    #cssmenu .submenu-button:after {
        content: "\f067";
        font-family: FontAwesome;
        display: block;
    }

    #cssmenu .submenu-button.submenu-opened:after {
        content: "\f068";
    }

    .menu-bar .menu-title .title {
        display: inline-block;
        color: #fff;
        font-size: 14px;
        line-height: 1.7;
    }

    .header {
        padding: 20px 0;
    }

    .header .search-part .search-toggle {
        display: none;
    }

    .header .search-part:hover form,
    .header .search-part form {
        opacity: 1;
        left: inherit;
        position: relative;
        visibility: visible;
        width: 280px;
        height: 40px;
        top: 0;
        transition: none;
    }

    .header .search-part:after {
        display: none;
    }

    .header .search-part form .my-btn {
        font-size: 18px;
        width: 44px;
        line-height: 49px;
    }


    .inner-sec .page-link-list li {
        display: inline-block;
        width: 32%;
        padding: 0 5px;
    }

    .inner-sec .page-link-list li:before {
        height: 50%;
        right: 100%;
        top: 5%;
        width: 2px;
    }

    .inner-sec .page-link-list li a {
        font-size: 12px;
    }

    .inner-sec .page-link-list li a span {
        font-size: 18px;
    }
}

@media (max-width: 1199px) {
    .header .cart-sec .box .box-title {
        padding: 11px 25px;
        font-size: 13px;
    }

    .header .cart-sec .box .total {
        padding: 11px 25px;
        font-size: 14px;
    }

    .header .cart-sec .box .link-text {
        padding: 11px 25px;
        font-size: 14px;
    }

    .header .cart-sec .box ul {
        padding: 10px 20px 20px 15px;
    }

    .header .cart-sec .box ul li {
        padding-top: 10px;
    }

    .header .cart-sec .box ul li .pic-box {
        -ms-flex: 0 0 85px;
        flex: 0 0 85px;
        max-width: 85px;
    }

    .header .cart-sec .box ul li .content .title {
        font-size: 12px;
        margin-bottom: 6px;
    }

    .header .cart-sec .box ul li .content .text {
        font-size: 10px;
        margin-bottom: 2px;
    }

    .header .cart-sec .box ul li .content {
        max-width: calc(100% - 85px);
        padding-right: 15px;
        padding-top: 6px;
    }
}

@media (max-width: 767px) {
    .wrapper {
        width: inherit;
    }

    .prague-counter.alone_item .numbers svg {
        height: 270px !important;
    }

    .social-icons
    {
        position: absolute;
        left: 70px !important;
        right: -15%;
    }

    .header .cart-sec .cart-toggle {
        font-size: 13px;
        margin-bottom: 4px;
    }

    .header .cart-sec .cart-toggle i {
        font-size: 18px;
        line-height: 18px;
    }

    .top-bar .links li a:hover {
        color: #fff;
        font-size: 10px;
    }

    .header .cart-sec .box {
        width: 300px;
    }

    .section1 .owl-theme .owl-nav [class*=owl-] {
        font-size: 22px;
    }

    .section1 .item .text-box {
        padding: 20px 30px;
        min-height: calc(100% - 40px);
    }

    .section1 .item .text-box .title {
        font-size: 18px;
    }

    .section1 .item .text-box .link-btn {
        padding: 6px 20px;
        font-size: 11px;
        margin-top: 0;
    }

    .section1 .item .text-box p {
        display: none;
    }

    .section1 .item img {
        width: 55%;
    }

    .section1 .owl-theme .owl-dots {
        bottom: 0;
        left: 0;
    }

    .section1 .owl-theme .owl-nav .owl-prev {
        left: -20px;
    }

    .section1 .owl-theme .owl-nav .owl-next {
        right: -20px;
    }

    .section2 .brand-item .title {
        font-size: 16px;
    }

    .p-slider .owl-nav .owl-prev {
        right: -10px;
    }

    .p-slider .owl-nav .owl-next {
        left: -10px;
    }

    .main-title {
        font-size: 24px;
    }

    .quick-view .close-btn {
        opacity: 1;
    }

    .product-item .content .title {
        font-size: 13px;
    }

    .product-item .price .current {
        font-size: 13px;
    }

    .product-item .price .old {
        font-size: 11px;
    }

    .product-item .action-btn li {
        margin-left: 5px;
    }

    .section4 .timer-sec .pic, .section4 .timer-sec .content {
        display: block;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .section4 .timer-sec .pic {
        text-align: center;
    }

    .mb-40 {
        margin-bottom: 30px;
    }

    .section5 .tab-nav {
        margin-top: 0;
    }

    .section5 .tab-nav li a {
        font-size: 13px;
    }

    .blog-item img {
        height: 400px;
    }

    .copyright .text {
        margin-bottom: 10px;
        font-size: 11px;
    }

    .breadcrumb-sec .page-name {
        font-size: 24px;
        padding: 60px 0 30px;
    }

    .inner-sec .product-list li {
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .inner-sec .product-list li .pic {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .inner-sec .product-list li .inner {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .inner-sec .blog-option .product-list li {
        margin-bottom: 20px;
    }

    .inner-sec .blog-option .product-list li .pic {
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .inner-sec .blog-option .product-list li .inner {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .inner-sec .option span {
        font-size: 12px;
    }

    .inner-sec .option select {
        font-size: 11px;
    }

    .breadcrumb-sec .breadcrumb li {
        margin-left: 10px;
        font-size: 12px;
    }

    .inner-sec .tab-pane .table td {
        font-size: 12px;
    }

    .inner-sec .product-tab li a {
        font-size: 13px;
    }

    .inner-sec .form-box {
        padding: 20px;
    }

    .inner-sec {
        padding: 70px 0;
    }

    .inner-sec .card .card-header a {
        font-size: 13px;
    }

    .inner-sec .card-body {
        padding: 20px;
    }

    .inner-sec .cart-table td {
        padding: 15px 20px;
        font-size: 12px;
    }

    .inner-sec .cart-table td.product img {
        display: inline-block;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .inner-sec .cart-table td.product .d-flex div {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        padding-right: 10px;
    }

    .inner-sec .cart-table td.product .title {
        font-size: 12px;
    }

    .inner-sec .cart-table .remove {
        font-size: 16px;
        height: 18px;
        line-height: 18px;
        width: 18px;
    }

    .inner-sec .cart-table th {
        font-size: 12px;
    }

    .inner-sec .cart-table .add-cart {
        font-size: 18px;
    }

    .inner-sec .bill-info {
        font-size: 12px;
    }

    .inner-sec .bill-info span:not(.ltr) {
        width: 55px;
    }

    .inner-sec .form-box .order-info li {
        padding: 0 15px;
    }

    .inner-sec .form-box .order-info li .title {
        font-size: 12px;
    }

    .inner-sec .form-box .order-info li .val {
        font-size: 12px;
    }

    .inner-sec .form-box .box-top-part {
        padding: 0 20px 20px;
        margin: 0 -20px;
        font-size: 13px;
    }

    .inner-sec .form-box .order-info {
        padding: 20px;
        margin: 0 -20px 20px;
    }

    .inner-sec .blog-option > * {
        margin-right: 20px;
    }

    .inner-sec .blog-option .option-btn {
        font-size: 12px;
    }

    .inner-sec .blog-option {
        position: relative;
    }

    .inner-sec .blog-option .position-relative {
        position: static !important;
    }

    .inner-sec .blog-option .sidebar-sec {
        margin-top: 10px;
    }

    .inner-sec .quote-box {
        padding-right: 20px;
    }

    .inner-sec .quote-box p {
        padding-right: 20px;
    }

    .inner-sec .post-pic {
        padding: 10px;
    }

    .team-item:before {
        height: 195px;
        margin-top: -90px;
        transform: skewY(-20deg);
    }

    .inner-sec .map {
        height: 250px;
    }

    .inner-sec .error-404 {
        padding: 0 0 100px;
    }

    .inner-sec .error-404 .button {
        bottom: 30px;
        right: 50%;
        transform: translateX(50%);
    }
}

@media (max-width: 575.98px) {
    .header {
        text-align: center;
    }

    .header .cart-sec .box {
        text-align: right;
    }

    .header .logo {
        width: 120px;
    }

    .header .search-part, .header .search-part form, .header .search-part:hover form {
        width: 100%;
    }

    .section1 .owl-theme .owl-nav [class*=owl-] {
        display: none;
    }

    .section1 .owl-theme .owl-dots {
        bottom: inherit;
        left: inherit;
        margin-top: 20px;
        position: relative;
    }

    .section1 .item .text-box .title {
        font-size: 16px;
    }

    .section2 .p-slider {
        max-width: 300px;
        margin: 0 auto;
    }

    .p-slider .owl-nav .owl-prev {
        right: 2px;
    }

    .p-slider .owl-nav .owl-next {
        left: 2px;
    }

    .section5 .tab-nav li a {
        font-size: 12px;
    }

    .blog-item img {
        height: 75vw;
    }

    .inner-sec .option {
        text-align: center;
    }

    .inner-sec .option span {
        display: block;
        margin-bottom: 10px;
    }

    .inner-sec .option select {
        margin-bottom: 10px;
        margin-right: 0;
    }

    .inner-sec .form-box .order-info li {
        border-right: 0;
        width: 50%;
        max-width: 50%;
        margin-bottom: 20px;
    }

    .inner-sec .form-box .order-info li:nth-last-child(2),
    .inner-sec .form-box .order-info li:nth-last-child(1) {
        margin-bottom: 0;
    }
}

@media (max-width: 425px) {
    p {
        font-size: 12px;
    }

    .form-sec .input-box {
        font-size: 12px;
    }

    .header .cart-sec .box .box-title {
        padding: 10px 20px;
        font-size: 12px;
    }

    .header .cart-sec .box ul {
        padding: 10px 10px 20px 10px;
    }

    .header .cart-sec .box ul li .pic-box {
        -ms-flex: 0 0 75px;
        flex: 0 0 75px;
        max-width: 75px;
    }

    .header .cart-sec .box ul li .content {
        max-width: calc(100% - 85px);
        padding-right: 10px;
        padding-top: 0;
    }

    .header .cart-sec .box ul li .content .title {
        font-size: 11px;
    }

    .header .cart-sec .box .total, .header .cart-sec .box .link-text {
        padding: 10px 20px;
        font-size: 12px;
    }

    #cssmenu li a {
        font-size: 11px;
        padding: 13px 20px;
    }

    #cssmenu .menu2 > li > a {
        font-size: 12px;
    }

    .menu-bar .menu-title .title {
        font-size: 13px;
    }

    #cssmenu .menu2 ul li a {
        padding-right: 30px;
    }

    #cssmenu .menu2 ul ul li a {
        padding-right: 45px;
    }

    .section1, .section2, .section3, .section4 {
        padding-top: 30px;
    }

    .section1 .item img {
        width: 60%;
    }

    .section1 .item .text-box {
        padding: 15px 20px;
    }

    .section1 .item .text-box .title {
        font-size: 13px;
    }

    .section1 .item .text-box .link-btn {
        padding: 6px 15px;
        font-size: 10px;
    }

    .main-title {
        font-size: 20px;
    }

    .main-info {
        font-size: 12px;
    }

    .quick-view .product-title {
        font-size: 16px;
    }

    .quick-view .price .current {
        font-size: 15px;
    }

    .quick-view .price .old {
        font-size: 12px;
    }

    .quick-view .link-text {
        font-size: 12px;
    }

    .quick-view .p-qty {
        height: 43px;
        width: 100%;
        margin-left: 8px;
    }

    .quick-view .add-btn {
        font-size: 11px;
        height: 43px;
        padding: 4px 25px;
    }

    .quick-view .text-part {
        margin: 20px 0;
    }

    .quick-view .text {
        font-size: 12px;
    }

    .quick-view .share li {
        display: inline-block;
        margin-left: 5px;
    }

    .quick-view .share li a {
        font-size: 12px;
        height: 32px;
        line-height: 31px;
        width: 32px;
    }

    .section2 .p-slider {
        max-width: 100%;
    }

    .section4 .timer-sec .title {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .section4 .timer-sec p {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .section4 .timer-sec .content {
        padding: 20px 20px 10px;
    }

    .section4 .timer-sec .timer-box strong {
        font-size: 13px;
        height: 35px;
        line-height: 37px;
        width: 35px;
    }

    .section4 .timer-sec .timer-box .name {
        margin: 5px 0 0;
        font-size: 11px;
    }

    .section4 .timer-sec .timer-box {
        margin-right: 15px;
    }

    .section4 .banner .price {
        right: 8px;
        top: 33px;
        font-size: 14px;
    }

    .section4 .banner .title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .section4 .banner ul li {
        font-size: 11px;
        margin-bottom: 7px;
    }

    .section4 .banner ul li i {
        margin-left: 3px;
    }

    .section4 .banner .text-box {
        right: 19px;
        max-width: 44%;
    }

    .section5 .tab-nav li a {
        font-size: 11px;
    }

    .section5 .tab-nav li {
        margin-left: 14px;
    }

    .blog-item .content {
        padding: 25px;
    }

    .blog-item .content:before, .blog-item .content:after {
        bottom: 12px;
        left: 12px;
        right: 12px;
        top: 12px;
    }

    .blog-item .title {
        font-size: 13px;
    }

    .blog-item p {
        margin-bottom: 10px;
    }

    .blog-item .link-text {
        margin-bottom: 10px;
        font-size: 12px;
    }

    .blog-item .meta-data li {
        margin-left: 10px;
    }

    .blog-item .meta-data li a {
        font-size: 10px;
    }

    .blog-item .meta-data li a i {
        font-size: 12px;
        margin-left: 8px;
    }

    .footer .social li {
        margin-left: 5px;
    }

    .footer .sec-title {
        margin: 0 0 20px;
        font-size: 14px;
    }

    .footer .list li {
        margin-bottom: 10px;
    }

    .footer .list li a {
        font-size: 12px;
    }

    .breadcrumb-sec .page-name {
        font-size: 18px;
        padding: 40px 0 20px;
    }

    .inner-sec .pagination li a {
        font-size: 12px;
        height: 28px;
        width: 28px;
    }

    .inner-sec .side-search .input-box {
        height: 42px;
    }

    .inner-sec .side-search .search-btn {
        line-height: 51px;
    }

    .inner-sec .sidebar-sec {
        padding: 20px 20px;
    }

    .border-title {
        font-size: 14px;
    }

    .inner-sec .sidebar-sec .list li a, .inner-sec .amount,
    .inner-sec .color-list li a, .sidebar-sec .form-label {
        font-size: 12px;
    }

    .inner-sec .sidebar-sec .list li ul li a {
        font-size: 11px;
    }

    .form-label input {
        margin-left: 10px;
    }

    .inner-sec .amount span {
        font-size: 11px;
    }

    .inner-sec .product-list li .pic {
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .inner-sec .product-list li .inner {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
        padding-top: 0;
        padding-bottom: 0;
    }

    .inner-sec .product-list li {
        align-items: center;
        -ms-flex-align: center;
    }

    .inner-sec .product-list li .inner .title,
    .inner-sec .product-list li .inner .price {
        font-size: 11px;
    }

    .breadcrumb-sec .breadcrumb li {
        font-size: 11px;
        margin-left: 5px;
    }

    .inner-sec .product-title {
        font-size: 16px;
    }

    .inner-sec .brand-name {
        font-size: 13px;
    }

    .inner-sec .product-tab li a {
        font-size: 12px;
    }

    .inner-sec .product-tab li {
        margin-left: 25px;
    }

    .inner-sec .tab-pane .table td {
        font-size: 11px;
        padding: 9px;
    }

    .inner-sec .comments li img {
        width: 100px !important;
        height: 100px !important;
    }

    .inner-sec .comments li .name {
        font-size: 13px;
    }

    .inner-sec .comments li .date {
        font-size: 11px;
    }

    .form-sec .button {
        font-size: 12px;
    }

    .inner-sec .text {
        font-size: 12px;
    }

    .inner-sec .forgot-btn {
        font-size: 11px;
    }

    .form-label {
        font-size: 12px;
    }

    .inner-sec {
        padding: 50px 0;
    }

    .inner-sec .card .card-header a {
        font-size: 12px;
    }

    .inner-sec .detail-table td {
        font-size: 11px;
    }

    .inner-sec .detail-table .order-total, .inner-sec .detail-table .order-total-price {
        font-size: 12px;
    }

    .inner-sec .page-link-list li,
    .inner-sec .page-link-list li:last-child {
        padding: 0;
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }

    .inner-sec .page-link-list li:before {
        height: 1px;
        top: 125%;
        width: 40%;
        left: 0;
        right: 0;
    }

    .inner-sec .page-link-list li a span {
        font-size: 15px;
        height: 45px;
        line-height: 48px;
        margin: 0 auto 15px;
        width: 45px;
    }

    .inner-sec .page-link-list li a {
        font-size: 11px;
    }

    .inner-sec .cart-table td {
        padding: 12px 15px;
        font-size: 11px;
    }

    .inner-sec .cart-table td.product .title {
        font-size: 12px;
    }

    .inner-sec .cart-table td.product p {
        font-size: 10px;
    }

    .inner-sec .cart-table .remove {
        font-size: 14px;
        height: 14px;
        line-height: 14px;
        width: 14px;
    }

    .inner-sec .cart-table th {
        font-size: 11px;
    }

    .inner-sec .shadow-card .card .card-header a {
        font-size: 12px;
    }

    .inner-sec .shadow-card .card-body {
        padding: 15px 12px 0;
    }

    .inner-sec .form-box .box-top-part {
        font-size: 12px;
    }

    .inner-sec .form-box .order-info li .title {
        font-size: 11px;
    }

    .inner-sec .form-box .order-info li .val {
        font-size: 11px;
    }

    .inner-sec .blog-option .option-btn {
        font-size: 11px;
    }

    .inner-sec .blog-option > * {
        margin-right: 10px;
    }

    .inner-sec .blog-option .option-btn i {
        margin-right: 3px;
    }

    .inner-sec .tags a {
        font-size: 11px;
    }

    .inner-sec .post-meta-data a {
        font-size: 11px;
        margin-left: 10px;
        margin-bottom: 5px;
    }

    .inner-sec .quote-box {
        padding-right: 0;
    }

    .inner-sec .quote-box p {
        padding-right: 15px;
    }

    .inner-sec .share li {
        font-size: 11px;
        margin-left: 5px;
    }

    .inner-sec .share li a {
        height: 28px;
        line-height: 28px;
        width: 28px;
    }

    .inner-sec .contact-box {
        padding: 30px 15px 20px;
    }

    .inner-sec .contact-box .icon {
        font-size: 26px;
        height: 55px;
        line-height: 65px;
        margin: 0 auto 25px;
        width: 55px;
    }

    .inner-sec .contact-box p {
        font-size: 12px;
    }

    .inner-sec .map {
        height: 200px;
    }

    .inner-sec .error-404 .button {
        font-size: 11px;

    }
}

@media (max-width: 315px) {
    .blog-item p {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .wrapper {
        width: inherit;
    }

    .section1 .owl-theme .owl-nav [class*=owl-] {
        font-size: 32px;
    }

    .section1 .item .text-box {
        padding: 30px 40px;
    }

    .section1 .item .text-box .title {
        font-size: 22px;
    }

    .section1 .item .text-box .link-btn {
        padding: 7px 25px;
        font-size: 12px;
        margin-top: 10px;
    }

    .section1 .item .text-box p {
        font-size: 12px;
    }

    .section1 .item img {
        width: 65%;
    }

    .section1 .owl-theme .owl-dots {
        bottom: 35px;
        left: 20px;
    }

    .section2 .brand-item .title {
        font-size: 16px;
    }

    .p-slider .owl-nav .owl-prev {
        right: -15px;
    }

    .p-slider .owl-nav .owl-next {
        left: -15px;
    }

    .main-title {
        font-size: 26px;
    }

    .quick-view .product-title {
        font-size: 18px;
    }

    .quick-view .price .current {
        font-size: 16px;
    }

    .quick-view .price .old {
        font-size: 12px;
    }

    .quick-view .link-text {
        font-size: 12px;
    }

    .quick-view .p-qty {
        height: 43px;
        width: 100%;
    }

    .quick-view .add-btn {
        font-size: 12px;
        height: 43px;
        padding: 4px 35px;
    }

    .quick-view .text-part {
        margin: 20px 0;
    }

    .quick-view .text {
        font-size: 12px;
    }

    .quick-view .share li a {
        font-size: 13px;
        height: 35px;
        line-height: 33px;
        width: 35px;
    }

    .product-item .content .title {
        font-size: 13px;
    }

    .product-item .price .current {
        font-size: 13px;
    }

    .product-item .price .old {
        font-size: 11px;
    }

    .product-item .action-btn li {
        margin-left: 5px;
    }

    .section5 .tab-nav {
        margin-top: 0;
    }

    .section5 .tab-nav li a {
        font-size: 13px;
    }

    .blog-item img {
        height: 280px;
    }

    .blog-item .title {
        font-size: 13px;
    }

    .blog-item p {
        margin-bottom: 15px;
    }

    .blog-item .link-text {
        margin-bottom: 25px;
        font-size: 12px;
    }

    .blog-item .meta-data li {
        margin-left: 10px;
    }

    .blog-item .meta-data li a {
        font-size: 10px;
    }

    .blog-item .meta-data li a i {
        font-size: 12px;
        margin-left: 8px;
    }

    .footer p {
        font-size: 12px;
    }

    .footer .social li {
        margin-left: 5px;
    }

    .footer .sec-title {
        font-size: 13px;
    }

    .footer .list li a {
        font-size: 12px;
    }

    .footer .list li a:before {
        margin-left: 5px;
    }

    .copyright .text {
        font-size: 11px;
    }

    .breadcrumb-sec .page-name {
        font-size: 28px;
        padding: 80px 0 50px;
    }

    .inner-sec .product-list li {
        align-items: flex-start;
        -ms-flex-align: start;
    }

    .inner-sec .product-list li .pic {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .inner-sec .product-list li .inner {
        -ms-flex: 0 0 80%;
        flex: 0 0 80%;
        max-width: 80%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .inner-sec .card .card-header a {
        font-size: 13px;
    }

    .inner-sec .cart-table td {
        padding: 15px 20px;
        font-size: 12px;
    }

    .inner-sec .cart-table td.product img {
        display: inline-block;
        -ms-flex: 0 0 35%;
        flex: 0 0 35%;
        max-width: 35%;
    }

    .inner-sec .cart-table td.product .d-flex div {
        -ms-flex: 0 0 65%;
        flex: 0 0 65%;
        max-width: 65%;
        padding-right: 10px;
    }

    .inner-sec .cart-table td.product .title {
        font-size: 12px;
    }

    .inner-sec .cart-table .remove {
        font-size: 16px;
        height: 18px;
        line-height: 18px;
        width: 18px;
    }

    .inner-sec .cart-table th {
        font-size: 12px;
    }

    .inner-sec .cart-table .add-cart {
        font-size: 20px;
    }

    .team-item:before {
        height: 165px;
        margin-top: -75px;
    }

    .inner-sec .contact-box .icon {
        font-size: 26px;
        height: 55px;
        line-height: 65px;
        margin: 0 auto 25px;
        width: 55px;
    }

    .inner-sec .contact-box p {
        font-size: 12px;
    }

    .inner-sec .map {
        height: 300px;
    }

    .inner-sec .error-404 .button {
        bottom: 18%;
        right: 22%;
    }
}

@media (min-width: 992px) {
    .header.fix-menu .search-part form {
        height: 40px;
        top: 6px;
    }

    .header.fix-menu .search-part form .my-btn {
        width: 50px;
        line-height: 52px;
    }

    .header.fix-menu .main-menu > li {
        padding: 22px 0;
    }

    .header.fix-menu {
        margin: auto;
        position: fixed;
        top: 0;
        width: 100%;
        background: rgba(255, 255, 255, 0.99);
        box-shadow: 0 1px 3px rgba(50, 50, 50, 0.4);

        z-index: 999;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .container {
        max-width: 932px;
    }

    .wrapper {
        width: inherit;
    }

    .header-outer {
        height: 107px;
    }

    .header .main-menu .mega-menu {
        width: 930px;
    }

    .header .main-menu li .popup ul {
        right: 80%;
    }

    .header .main-menu li .popup {
        right: -20px;
    }

    .header .main-menu li .popup, .header .main-menu li .popup ul {
        width: 220px;
    }

    .header .main-menu li .popup li {
        padding: 0 20px;
    }

    .header .main-menu li a {
        font-size: 12px;
        padding: 2px 0;
    }

    .header .main-menu > li > a {
        font-size: 13px;
    }

    .header .main-menu > li {
        margin: 0 15px;
        padding: 40px 0;
    }

    .header .main-menu li.title a {
        font-size: 13px;
    }

    .header .main-menu li.title {
        padding-bottom: 10px;
    }

    .header .main-menu .mega-menu {
        padding: 30px 25px;
    }

    .section1 .owl-theme .owl-nav [class*=owl-] {
        font-size: 34px;
    }

    .section1 .item .text-box .title {
        font-size: 28px;
    }

    .section1 .item .text-box {
        padding: 40px 50px;
    }

    .section1 .item .text-box .link-btn {
        margin-top: 15px;
    }

    .section1 .owl-theme .owl-dots {
        bottom: 40px;
    }

    .product-item .content .title {
        font-size: 13px;
    }

    .product-item .price .current {
        font-size: 13px;
    }

    .product-item .price .old {
        font-size: 11px;
    }

    .product-item .action-btn li {
        margin-left: 5px;
    }

    .section4 .timer-sec .title {
        margin-bottom: 15px;
        font-size: 16px;
    }

    .section4 .timer-sec p {
        font-size: 11px;
        margin-bottom: 15px;
    }

    .section4 .timer-sec .content {
        padding: 20px 20px 10px;
    }

    .section4 .timer-sec .timer-box strong {
        font-size: 14px;
        height: 37px;
        line-height: 39px;
        width: 37px;
    }

    .section4 .timer-sec .timer-box .name {
        margin: 5px 0 0;
        font-size: 11px;
    }

    .section4 .timer-sec .timer-box {
        margin-right: 20px;
    }

    .section4 .banner .price {
        right: 8px;
        top: 33px;
        font-size: 14px;
    }

    .section4 .banner .title {
        font-size: 14px;
        margin-bottom: 10px;
    }

    .section4 .banner ul li {
        font-size: 11px;
        margin-bottom: 7px;
    }

    .section4 .banner ul li i {
        margin-left: 3px;
    }

    .section4 .banner .text-box {
        right: 19px;
        max-width: 44%;
    }

    .section5 .tab-nav li a {
        font-size: 13px;
    }

    .blog-item img {
        height: 238px;
    }

    .blog-item .content {
        padding: 26px;
    }

    .blog-item .content:before, .blog-item .content:after {
        bottom: 12px;
        left: 12px;
        right: 12px;
        top: 12px;
    }

    .blog-item .title {
        font-size: 13px;
    }

    .blog-item p {
        margin-bottom: 15px;
    }

    .blog-item .link-text {
        margin-bottom: 15px;
        font-size: 12px;
    }

    .blog-item .meta-data li {
        margin-left: 10px;
    }

    .blog-item .meta-data li a {
        font-size: 10px;
    }

    .blog-item .meta-data li a i {
        font-size: 12px;
        margin-left: 8px;
    }

    .inner-sec .sidebar-sec {
        padding: 20px 25px;
    }

    .inner-sec .product-list li .inner .title,
    .inner-sec .product-list li .inner .price {
        font-size: 11px;
        margin-bottom: 0;
    }

    .inner-sec .product-list li .inner {
        -ms-flex: 0 0 63%;
        flex: 0 0 63%;
        max-width: 63%;
    }

    .inner-sec .product-list li .pic {
        -ms-flex: 0 0 38%;
        flex: 0 0 38%;
        max-width: 38%;
    }

    .inner-sec .sidebar-sec .list li a, .inner-sec .amount,
    .inner-sec .color-list li a, .sidebar-sec .form-label {
        font-size: 12px;
    }

    .inner-sec .sidebar-sec .list li ul li a {
        font-size: 11px;
    }

    .form-label input {
        margin-left: 15px;
    }

    .inner-sec .amount span {
        font-size: 11px;
    }

    .inner-sec .cart-table td {
        padding: 17px 25px;
        font-size: 13px;
    }

    .inner-sec .cart-table td.product img {
        display: inline-block;
        -ms-flex: 0 0 33%;
        flex: 0 0 33%;
        max-width: 33%;
    }

    .inner-sec .cart-table td.product .d-flex div {
        -ms-flex: 0 0 67%;
        flex: 0 0 67%;
        max-width: 67%;
        padding-right: 15px;
    }

    .inner-sec .cart-table td.product .title {
        font-size: 13px;
    }

    .inner-sec .cart-table .add-cart {
        font-size: 23px;
    }

    .inner-sec .bill-info {
        font-size: 12px;
    }

    .inner-sec .bill-info span:not(.ltr) {
        width: 55px;
    }
}

@media (min-width: 1200px) {
    .header-outer {
        height: 121px;
    }

}

@media (min-width: 1300px) {
    .section1 .owl-theme .owl-nav .owl-prev {
        left: -60px;
    }

    .section1 .owl-theme .owl-nav .owl-next {
        right: -60px;
    }

    .p-slider .owl-nav .owl-prev {
        right: -40px;
    }

    .p-slider .owl-nav .owl-next {
        left: -40px;
    }

}


.banner-home::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.banner-home img {
    display: block;
    width: 100%;
    height: auto;
    z-index: -1;
}

.banner-home div {
    position: relative;
}

.text-decoration-line-through {
    text-decoration: line-through !important;
}

.attribute-product-single {
    border: 1px solid #e5e5e5;
    height: 45px;
    text-align: center;
    width: 100%;
    color: #666;
    outline: none;
    background: #fff;
    font-size: 14px;
    margin-left: 15px;
}

.swal-button {
    color: #fff;
    border: none;
    border-radius: 0 !important;
    font-weight: 600;
    font-size: 14px;
    padding: 12px 20px !important;
    cursor: pointer;
    background-color: #758d1e !important;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, .5) !important;
    margin-top: 2px !important;
}
.swal-button:hover {
    background-color: #758d1ed4 !important;
}

.btn[aria-expanded="false"]::after {
    content: "+";
}

.btn[aria-expanded="true"]::after {
    content: "-";
}

.font-star-comment{
    font-size: 25px;
}

.banner-text-left p{
    color: #fff !important;
}

.font-bold{
    font-weight: bold;
    font-size:18px;
}


.section3{
    margin-top: 80px;
}

.team
{
    padding-bottom: 80px;
}

.project-grid-wrapper {
    width: 100%;
    position: relative;
}

.project-grid-wrapper .project-grid-item-img-link {
    position: relative;
    display: block;
    overflow: hidden;
    cursor: pointer;
    height: 240px;
}

.project-grid-wrapper .project-grid-item-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity .45s linear;
    transition: opacity .45s linear;
}


.project-grid-wrapper .project-grid-item-img {
    width: 100%;
    height: calc(100% + 40px);
    background-color: #f2f2f2;
    transform: translateY(0);
    -webkit-transition: -webkit-transform .6s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .6s cubic-bezier(.4,0,.2,1);
}
.s-back-switch {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.p-footer-text {
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.p-footer-text span{
    color: #fff;
    font-size: 16px;
}

.p-footer-text::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 2px;
    width: 50%;
    background-color: #768e20;
}

.input-footer{
    background-color: #232323;
    border: 1px solid #444;
    margin-bottom: 24px;
}


.prague-counter.alone_item .figures {
    width: 370px;
    height: 370px;
}
.prague-counter .figures {
    position: absolute;
    top: 0;
    left: 0;
}

.prague-counter .counter-outer {
    position: relative;
}
.s-back-switch {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.prague-counter .numbers {
    height: 100%;
    width: 100%;
    line-height: 0;
}
.prague-counter.alone_item .numbers svg {
    width: 100%;
    height: 390px;
}

.prague-counter .numbers svg mask {
    width: 100%;
    height: 100%;
}

.prague-counter .numbers svg mask .coming-alpha {
    fill: #fff;
    width: 100%;
    height: 100%;
}

.prague-counter.alone_item .numbers svg mask .number {
    font-size: 160px;
}
.prague-counter .numbers svg mask .number {
    font-weight: 700;
}
.prague-counter .numbers svg mask .count {
    font-family: 'IRANSans', Tahoma, Arial;
}

.prague-counter .numbers svg mask .title {
    font-size: 14px;
    letter-spacing: 3.5px;
    font-weight: 300;
}
.prague-counter .numbers svg mask .count {
    font-family: 'IRANSans', Tahoma, Arial;
}

.prague-counter .numbers svg .base {
    fill: #fff;
    width: 100%;
    height: 100%;
}


.social-content li a {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 12px;
    line-height: 28px;
    border: 1px solid rgba(242,242,242,.4);
    color: #fff;
    -webkit-transition: border .3s ease-in,background-color .3s ease-in,color .3s ease-in;
    transition: border .3s ease-in,background-color .3s ease-in,color .3s ease-in;
}

.social-content li {
    margin-bottom: 0;
    margin-right: 0;
    margin-left: 11px;
    display: inline-block;
}

.prague-social-nav {
    float: right;
    margin-top: 0;
    margin-left: 0;
    width: 50%;
    text-align: right;
}

.social-content {
    position: static;
    display: block;
    margin-bottom: 0;
}
/*.img-team:hover{*/
/*    opacity: 1;*/
/*    transform: scale(1.5);*/
/*}*/





/*.owl-item .img-team {*/
/*    transition: transform 0.3s ease-in-out;*/
/*}*/

/*.owl-item:hover .img-team {*/
/*    transform:scale(1.02); !* تغییر زوم تصویر هنگام هوور *!*/
/*}*/

.social-icons {
    position: absolute;
    left: 25%;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    bottom: 100px;
}

.owl-item:hover .social-icons {
    opacity: 1; /* نمایش آیکون‌ها هنگام هوور */
}

.social-icons a {
    margin: 0 5px;
    text-decoration: none;
    color: #979797;
    font-size: 20px;
    background-color: #fff;
    padding: 5px 10px;
    border-radius: 2px;
}

.nav li .active p{
    color: #222 !important;
}

.box-brand .main-controls {
    text-align: center;
    position: absolute;
    left: 0;
    right: auto;
    top: 4px;
    bottom: auto;
    z-index: 2;
}

.box-brand .main-controls {
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    opacity: 1;
    transition: all .3s ease;
    width: 100%;
}

.box-brand .main-controls .next {
    right: 0;
    position: absolute;
}
.box-brand .main-controls .prev {
    position: absolute;
    left: 0;
}
.box-brand .main-controls .next {
    background-image: url(/frontEnd/assets/images/icons/pst-prod-next.svg);
}

.box-brand .main-controls .prev {
    background-image: url(/frontEnd/assets/images/icons/pst-prod-prev.svg);
}


.box-brand .main-controls div {
    z-index: 99;
    background-repeat: no-repeat;
    background-color: transparent;
    color: #ffffff;
    height: 20px;
    width: 20px;
    background-size: 100%;
    line-height: 20px;
    background-position: center;
    margin: 0 0 0 5px;
    float: right;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}