@import url(iransans-font-face.css);
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: Iransans, sans-serif;
}
html, body{
    overflow-x: hidden;
}
.mt-100,
.mtb-100 {
    margin-top: 100px;
}
.mb-100,
.mtb-100 {
    margin-bottom: 100px;
}
.profile-panel{
    border-radius: 20px;
    position: relative;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.product-table-cart table td .data{
    height: 20px;
    display: block;
}
.buy_date{
    height: 20px;
    display: block;
}
.panel-container{
    position: relative;
}
.panel-items a{
    color: #000;
}
.success, .error{
    width: fit-content;
    margin: auto;
    border-radius: 10px;
}
.my-account{
    display: flex !important;
    flex-direction: column;
    justify-content: center;
}
label[for="photo_upload"]{
    margin: auto;
    color: white;
    cursor: pointer;
    width: fit-content;
    background-color: #f7972b;
    border-radius: 50px;
    text-align: center;
    inset: 0;
    display: block;
}
.gender-selection{
    width: fit-content;
    margin: auto;
    text-align: center;
    inset: 0;
}
.tab.active {
    padding: 10px 25px;
    color: white;
    text-shadow: 1px 1px 1px black;
    background: #f7972b;
    border-radius: 10px 10px 0px 0px;
}
.tab.active svg path{
    fill: white !important;
}
.tab.active::after{
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    bottom: 0px;
    width: 20px;
    height: 20px;
    background-image: url(/assets/images/icon.svg);
    transform: rotateY(180deg);
}
.tab.active::before{
    content: "";
    display: block;
    position: absolute;
    right: -20px;
    bottom: 0px;
    width: 20px;
    height: 20px;
    background-image: url(/assets/images/icon.svg);
}
.tab-content{
    border: 3px solid #f7972b;
    border-radius: 10px;
}
.tab{
    position: relative;
    cursor: pointer;
    padding: 10px 25px;
}
.panel-items.active{
    background: black;
    color: white;
    border-radius: 20px;
}
.panel-items.active a{
    color: white;
}
.pass_change .common-btn{
    height: 38px;
    padding: 10px !important;
}
.user-icon{
    margin: auto;
    inset: 0;
    width: 150px;
    height: 150px;
    display: block; 
    border-radius: 50%;
}
.user_info_img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.panel-container::after{
    content: '';
    position: absolute;
    background: #ff8700;
    z-index: -1;
    right: -60px;
    top: -50px;
    filter: blur(0px);
    opacity: 0.5;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.panel-container::before{
    content: '';
    position: absolute;
    background: #ff8700;
    z-index: -1;
    left: -50px;
    bottom: -40px;
    filter: blur(0px);
    opacity: 0.5;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.user-details{
    position: relative;
}
.user-details::after {
    content: '';
    position: absolute;
    background: #ff8700;
    z-index: -1;
    right: 50px;
    bottom: -50px;
    filter: blur(0px);
    opacity: 0.5;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
.user-details::before{
    content: '';
    position: absolute;
    background: #ff8700;
    z-index: -1;
    left: 50px;
    top: -60px;
    filter: blur(0px);
    opacity: 0.5;
    width: 150px;
    height: 150px;
    border-radius: 50%;
}
/* Start Edit Table */
.product-table-cart table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.product-table-cart table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.product-table-cart table tr {
    border: 1px solid #ddd;
    padding: .35em;
}
.product-table-cart table tr:nth-child(even) {
    background-color: #f8f8f8;
}
.product-table-cart table thead {
    background-color: #f8f8f8;
}

.product-table-cart table th,
.product-table-cart table td {
    padding: .625em 0em;
    text-align: center;
}

.product-table-cart table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.owl-theme .owl-nav [class*=owl-]{
    background: #f7972b !important;
    color: white !important;
    text-shadow: 1px 1px black;
}
.owl-nav button span{
    font-size: 30px !important;
    padding: 10px !important;
}
.owl-nav button{
    transition: 0.3s all ease-in-out;
}
/* End Edit Table */
.ptb-100,
.ptb-50100 {
    padding-bottom: 100px;
}
.total{
    width: fit-content;
    height: 170px;
    padding: 30px;
    border: 1px solid #f7972b;
    border-radius: 10px;
    box-shadow: -10px 10px 10px 0px #f7972b21;
    margin: 20px;
    display: inline-block;
}
.no{
    z-index: 2;
    width: fit-content;
    position: relative;
    display: inline-block;
}
.no p{
    border-radius: 50%;
    width: 45px;
    border: 1px solid #f7972b;
    height: 45px;
    margin: 10px;
    background: white;
    display: inline-block;
    padding: 10px;
}
.no.active p {
    border-radius: 50%;
    width: 45px;
    border: 1px solid #f7972b;
    height: 45px;
    margin: 10px;
    color: white;
    text-shadow: 1px 1px black;
    box-shadow: 0px 0px 10px 0px #f7972b;
    display: inline-block;
    padding: 10px;
    background: #f7972b;
}
.no-bar::before{
    content: "";
    position: absolute;
    width: 65%;
    height: 2px;
    border: 1px dashed gray;
    top: 32px;
    z-index: 0;
    display: inline-block;
    right: 18%;
}
.no-bar{
    position: relative;
}
.methods{
    width: fit-content;
    cursor: pointer;
    padding: 30px;
    border: 1px solid #f7972b;
    border-radius: 10px;
    box-shadow: -10px 10px 10px 0px #f7972b21;
    margin: 20px;
    display: inline-block;
    position: relative;
}
.methods .selected{
    transition: 0.3s all ease-in-out;
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    height: 100%;
    background: #f7972b21;
    opacity: 0;
}
.methods.active .selected{
    opacity: 1;
}
.selected svg{
    width: 20px;
    right: -10px;
    fill: #f7972b;
    position: absolute;
    top: -15px;
}
input[type=checkbox]{
    border-radius: 10px !important;
}
input[type=checkbox]:checked{
    border: 1px solid #f7972b !important;
    background: #f7972b !important;
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}
.gender-selection input[type=radio]{
    border-radius: 4px !important;
    margin: 5px;
}
input[type=radio]:checked {
    border: 1px solid #f7972b !important;
    background: #f7972b !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e") !important;
}
.avatar-container {
    position: relative;
    display: inline-block;
    width: 100px;
    /* Ensure dimensions are set */
    height: 100px;
    /* Ensure dimensions are set */
}

.prof-imgs {
    border: 1px solid #f7972b;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    filter: grayscale(1);
    transition: 0.3s all ease-in-out;
    display: block;
    cursor: pointer;
}

.prof-imgs.active {
    filter: grayscale(0);
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    transition: 0.3s all ease-in-out;
    background: #f7982b40;
    z-index: -1;
    opacity: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.overlay svg{
    fill: white;
    width: 25px;
}

.active-overlay {
    z-index: 2;
    opacity: 1;
    cursor: pointer;
}
.common-btn,
.pagination a.active {
    background-color: #f7972b;
    color: #fff;
}
.d-table,
.header-area .right .inner .call a:hover:before {
    width: 100%;
}
.common-btn:hover picture,
.products-area .sorting-menu div.active .products-thumb picture,
.blog-details-area .sorting-menu div.active .products-thumb picture,
.products-thumb:hover picture {
    opacity: 0.2;
    visibility: visible;
}
.common-btn picture:first-child,
.products-thumb picture:first-child {
    left: -15px;
    bottom: -15px;
}
.pagination a,
.social a,
a {
    text-decoration: none;
}
body {
    color: #545454;
    background-color: #fff;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700;
    text-shadow: 1px 1px #000;
    color: #f7972b;
}
p {
    line-height: 1.7;
}
.text-justify {
    text-align: justify !important;
    text-align-last: right;
}
a {
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.comparison-table {
    width: 80%;
    margin: 20px auto;
    border-collapse: collapse;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.comparison-table th,
.comparison-table td {
    border: 1px solid #ddd;
    padding: 12px;
    text-align: center;
}

.comparison-table th {
    background-color: #f2f2f2;
}

.t-head {
    font-weight: bold;
    width: 150px;
}
.compare-img{
    position: relative;
}
.compare-img::before {
    content: "";
    width: 25px;
    height: 25px;
    position: absolute;
}
.delete{
    position: absolute;
    right: -10px;
    top: 0px;
}
.del-product{
    width: 25px;
    height: 25px;
    background-position: center;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"%3E%3Cpath fill="rgb(185, 14, 14)" d="M256 512A256 256 0 1 0 256 0a256 256 0 1 0 0 512zM175 175c9.4-9.4 24.6-9.4 33.9 0l47 47 47-47c9.4-9.4 24.6-9.4 33.9 0s9.4 24.6 0 33.9l-47 47 47 47c9.4 9.4 9.4 24.6 0 33.9s-24.6 9.4-33.9 0l-47-47-47 47c-9.4 9.4-24.6 9.4-33.9 0s-9.4-24.6 0-33.9l47-47-47-47c-9.4-9.4-9.4-24.6 0-33.9z" /%3E%3C/svg%3E');
    background-repeat: no-repeat;
}
img {
    max-width: 100%;
}
.d-table {
    height: 100%;
}
.admin {
    width: 90%;
    position: relative;
    right: 10%;
}
.d-table-cell {
    vertical-align: middle;
}
.ptb-100 {
    padding-top: 100px;
}
.ptb-50100 {
    padding-top: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.pb-70 {
    padding-bottom: 70px;
}
.pb-100 {
    padding-bottom: 100px;
}
.number li input:focus,
button:focus {
    outline: 0;
}
#modal-subscribe .modal-dialog .modal-content .btn-close:focus,
.btn.focus,
.btn:focus,
.popup-modal .btn-close:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.container {
    max-width: 1160px;
}
.common-btn {
    display: inline-block;
    padding: 12px 30px;
    font-weight: 600;
    border: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 1 !important;
    z-index: 1;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
}
.shop .products-thumb {
    padding: 15px 5px;
}
.products-area .line {
    width: 100%;
    height: 2px;
    background: #f7972b4d;
    margin: 20px 0px;
}
.products-thumb:hover span,
.moblomiz,
.filter.active span,
.common-btn,
.support-item h3,
.support-item p,
.seo-content h3,
.footer-links span,
.footer-services span {
    text-shadow: 1px 1px black !important;
}
.header-area,
.nav-top-area {
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}
.pagination {
    justify-content: center;
    width: 100%;
}
.pagination a {
    color: #000;
    background: #fff;
    float: left;
    padding: 10px 16px;
    border-radius: 10px;
    margin: 0 5px;
}
.pagination a.active {
    border-radius: 10px;
}
.pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 10px;
}
.common-btn picture {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    z-index: -1;
}
.common-btn .circ_2{
    top: -15px;
    right: -15px;
}
.common-btn .circ_1 {
    top: 15px !important;
    right: 100% !important;
}
.common-btn:hover .circ_1 {
    right: 85% !important;
}
.common-btn picture:nth-child(2),
.products-thumb picture:nth-child(2) {
    top: -15px;
    right: -15px;
}
.banner-area .tp-leftarrow:hover:before,
.banner-area .tp-rightarrow:hover:before,
.common-btn:hover,
.products-area .sorting-menu div.active .products-thumb i,
.products-area .sorting-menu div.active .products-thumb span,
.blog-details-area .sorting-menu div.active .products-thumb i,
.blog-details-area .sorting-menu div.active .products-thumb span,
.products-thumb:hover i,
.products-thumb:hover span,
.testimonials-area .owl-item.center .testimonials-item h3,
.testimonials-area .owl-item.center .testimonials-item i,
.testimonials-area .owl-item.center .testimonials-item p,
.testimonials-area .owl-item.center .testimonials-item span,
.testimonials-area.three .testimonials-item h3,
.testimonials-area.three .testimonials-item span,
.testimonials-area.two .testimonials-item:hover i,
.testimonials-item:hover h3,
.testimonials-item:hover i,
.testimonials-item:hover p,
.testimonials-item:hover span,
.video-wrap .js-modal-btn:hover {
    color: #fff;
}
.common-btn:hover picture:first-child {
    bottom: 0;
    left: 0;
}
.common-btn:hover picture:nth-child(2),
.footer-area .footer-shape picture:first-child,
.products-area .sorting-menu div.active .products-thumb picture:nth-child(2),
.blog-details-area .sorting-menu div.active .products-thumb picture:nth-child(2),
.products-thumb:hover picture:nth-child(2) {
    top: 0;
    right: 0;
}
.blog-area.two .blog-item:hover .top span,
.cart-popup-btn.two .one,
.common-btn.two,
.copyright-area.two,
.footer-area.two .social-links ul li a,
.header-area.two,
.nav-top-area.two .middle .form-group .inner .nice-select,
.products-area.two .products-thumb:hover,
.testimonials-area.two .owl-item.center .testimonials-item,
.testimonials-area.two .testimonials-item:hover {
    background-color: #2ec1ac;
}
.blog-area.three .blog-item:hover .top span,
.cart-popup-btn.three .one,
.common-btn.three,
.copyright-area.three,
.footer-area.three .social-links ul li a,
.header-area.three,
.nav-top-area.three .middle .form-group .inner .nice-select,
.support-item.five,
.support-item.five i,
.video-wrap .js-modal-btn:hover:after,
.video-wrap .js-modal-btn:hover:before {
    background-color: #ff5f59;
}
#modal-subscribe .subscribe-content,
.about-area .about-content,
.about-area .about-img,
.blog-area.three .blog-item-right .inner,
.blog-details-area .details-item .details-arrow-page .left,
.checkout-area .checkout-billing,
.contact-area #contactForm,
.contact-area .contact-info,
.footer-item,
.order-tracking-area .order-content,
.payment-cards,
.popup-modal .modal-body .cart-table .table,
.popup-modal .modal-body .total-amount,
.product-details-area .top .top-content,
.products-area.two .products-thumb,
.return-policy-area .return-policy-item .inner,
.rules-area .rules-item .inner,
.section-title,
.video-area .video-left,
.widget-area .widget-item {
    margin-bottom: 30px;
}
.select-leather.flaticon:before {
    background-position: -338px -148px;
    width: 25px;
    height: 25px;
    position: relative;
}
.mob-nav {
    flex-wrap: nowrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.share .icons {
    transform: scale(0.7);
}
.lb-nav a.lb-next,
.lb-nav a.lb-prev {
    opacity: 1;
}
.lb-nav a.lb-next {
    width: 50px;
    height: 50px;
    position: relative;
    top: 45%;
    float: right;
    background: url(../lightbox/src/images/next.png) no-repeat;
    background-position: 10px 2px;
    transform: scale(0.7);
    border-radius: 50%;
    background-color: #f7972b;
}
.lb-nav a.lb-prev {
    width: 50px;
    height: 50px;
    position: relative;
    top: 45%;
    float: left;
    background: url(../lightbox/src/images/prev.png) no-repeat;
    background-position: -10px 2px;
    transform: scale(0.7);
    border-radius: 50%;
    background-color: #f7972b;
}
.lb-dataContainer {
    position: absolute;
    top: -40px;
}
.share {
    width: 40%;
    border: 2px solid #f7972b;
    border-radius: 10px;
}
.section-title h2 {
    margin-bottom: 0;
    font-size: 25px;
    color: #363636;
}
.header-area {
    background-color: #434e6e;
    z-index: 999;
}
.banner-area .container-fluid,
.header-area .container-fluid,
.main-nav .container-fluid,
.nav-top-area .container-fluid {
    max-width: 1720px;
    padding-left: 50px;
    padding-right: 50px;
}
.blog-details-area .details-item .details-comments ul,
.common-faq-area .faq-item .accordion,
.common-faq-area .faq-item .accordion li .faq-content .inner-list,
.contact-area .contact-info .info,
.deal-item .inner .right .timer,
.footer-item .footer-links ul,
.footer-item .footer-logo ul,
.footer-item .footer-services ul,
.header-area .left ul,
.nav-top-area .right ul,
.page-title-area .title-content ul,
.payment-cards ul,
.product-details-area .bottom .bottom-comment .comments,
.social-links ul,
.widget-area .categories ul,
.widget-area .tags ul {
    margin: 0;
    padding: 0;
}
.header-area .left ul li {
    list-style-type: none;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    margin-right: 15px;
}
.header-area .left ul li i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.header-area .right,
.nav-top-area .right {
    text-align: right;
}
.header-area .right .inner {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.header-area .right .inner:last-child,
.nav-top-area .right ul li:last-child {
    margin-right: 0;
}
.header-area .right .inner .nice-select {
    height: 35px;
    border-radius: 5px;
    line-height: 35px;
    color: #545454;
    background-color: #fff;
    border: 0;
}
.main-nav .left .nice-select,
.nav-top-area .middle .form-group .inner .nice-select {
    border: 0;
    line-height: 45px;
    width: 145px;
    padding-left: 15px;
    padding-right: 20px;
    height: 45px;
}
.header-area .right .inner .nice-select:after {
    right: 20px;
    top: 52%;
}
.header-area .right .inner .call i {
    display: inline-block;
    font-size: 18px;
    position: relative;
    top: 2px;
    margin-right: 3px;
    color: #fff;
}
.header-area .right .inner .call a {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    position: relative;
}
.header-area .right .inner .call a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: 0;
    background-color: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.nav-top-area {
    border-bottom: 1px solid #c2c2c2;
    z-index: 99;
}
.blog-details-area .details-item .details-arrow-page .left ul li span,
.blog-details-area .details-item .details-arrow-page .right ul li span,
.blog-details-area .details-item .details-img .details-date li span,
.nav-top-area .left a,
.product-details-area .top .top-img a {
    display: inline-block;
}
.details-img {
    border-radius: 10px;
}
.nav-top-area .middle .form-group,
.support-area.three,
.testimonials-wrap {
    position: relative;
}
.nav-top-area .middle .form-group .inner {
    position: absolute;
    top: 6px;
    left: 10px;
}
.nav-top-area .middle .form-group .inner .nice-select {
    background-color: #f7972b;
    border-radius: 5px;
    color: #fff;
    font-size: 16px;
}
.nav-top-area .middle .form-group .inner .nice-select:after {
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}
.nav-top-area .middle .form-group .inner .nice-select .option {
    color: #545454;
    font-size: 15px;
}
.middle .form-group .form-control {
    height: 35px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 20px 0 #dcdcdc;
    box-shadow: 0 0 20px 0 #dcdcdc;
    border: 1px solid transparent;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-left: 170px;
}
.middle .form-group .form-control:focus {
    -webkit-box-shadow: none;
    border: 1px solid #f7972b;
    box-shadow: none;
}
.nav-top-area .middle .form-group .btn {
    position: absolute;
    top: 8px;
    right: 10px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
    font-size: 30px;
    color: #545454;
}
.blog-details-area .details-item .details-arrow-page .left ul li h3 a:hover,
.blog-details-area .details-item .details-arrow-page .right ul li h3 a:hover,
.blog-details-area .details-item .details-img .details-date li a:hover,
.checkout-area .checkout-method .form-check.two .form-check-label a:hover,
.common-faq-area .faq-item .accordion li .faq-content a:hover,
.contact-area #contactForm .form-group .form-check .form-check-label a:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover,
.nav-top-area .middle .form-group .btn:hover,
.nav-top-area .right ul li .inner a:hover,
.nav-top-area .right ul li .wishlist:hover,
.order-tracking-area .order-content .form-check .form-check-label a:hover,
.page-title-area .title-content ul li a:hover,
.popup-modal .modal-body .cart-table .close:hover,
.user-area .user-item .form-group .form-check .form-check-label a:hover,
.widget-area .articles .inner ul li a:hover,
.widget-area form .btn:hover {
    color: #f05454;
}
.nav-top-area .right ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 20px;
}
.nav-top-area .right ul li .inner i {
    display: inline-block;
    font-size: 18px;
    margin-right: 2px;
}
.checkout-area .checkout-method .form-check.two .form-check-label a,
.contact-area #contactForm .form-group .form-check .form-check-label a,
.nav-top-area .right ul li .inner a,
.order-tracking-area .order-content .form-check .form-check-label a,
.user-area .user-item .form-group .form-check .form-check-label a {
    display: inline-block;
    color: #545454;
    font-weight: 600;
}
.nav-top-area .right ul li .wishlist {
    color: #545454;
    font-weight: 600;
    font-size: 25px;
    position: relative;
    display: inline-block;
    top: 2px;
    vertical-align: middle;
    padding: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.login-register-btn{
    background: #f7972b;
    padding: 10px;
    color: white !important;
    border: 0;
    border-radius: 5px;
    }
.right .inner ul li .wishlist span {
    display: inline-block;
    font-size: 12px;
    position: absolute;
    top: 5px;
    color: #fff;
    background-color: #f05454;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    border-radius: 50%;
}
.nav-top-area .right ul li .join {
    display: inline-block;
    color: #fff;
    padding: 8px 18px;
    border-radius: 5px;
    border: 1px solid #f7972b;
}
.owl-thumbs,
.social-btn {
    display: flex;
}
.join {
    color: white;
}
.join:hover {
    display: inline-block;
    color: #f7972b;
    background-color: #00000000;
    border-radius: 5px;
}
.nav-top-area .right ul li .join i {
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 2px;
}
.nav-top-area .right ul li .join:hover {
    color: #f7972b;
    background-color: #fff;
}
.sticky-top {
    z-index: 9;
}
.main-nav {
    background: #fff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main-nav.menu-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-shadow: 0 0 20px 0 #dddddd59;
    box-shadow: 0 0 20px 0 #dddddd59;
    z-index: 9999999;
}
.main-nav .left .nice-select {
    background-color: #fff;
    border-radius: 5px;
    color: #363636;
    font-size: 16px;
    -webkit-box-shadow: 0 0 20px 0 #dddddd59;
    box-shadow: 0 0 20px 0 #dddddd59;
}
.main-nav .left .nice-select li {
    font-size: 15px;
}
.main-nav nav .navbar-nav {
    margin-left: auto;
    margin-right: auto;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu:before {
    width: 45px;
}
.main-nav nav .navbar-nav .nav-item:hover .dropdown-menu:after {
    height: 45px;
}
.blog-area.three .blog-item-right .inner ul li .blog-btn:hover,
.blog-area.three .blog-item-right .inner ul li h3 a,
.blog-details-area .details-item .details-arrow-page .left ul li h3 a,
.blog-details-area .details-item .details-arrow-page .right ul li h3 a,
.blog-item .bottom h3 a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover a,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover a,
.main-nav nav .navbar-nav .nav-item a.active,
.main-nav nav .navbar-nav .nav-item a:focus,
.main-nav nav .navbar-nav .nav-item a:hover,
.main-nav nav .navbar-nav .nav-item:hover a,
.products-item .top .inner h3 a {
    color: #363636;
}
.main-nav nav .navbar-nav .nav-item a {
    font-weight: 600;
    font-size: 16px;
    text-transform: unset;
    color: #363636;
    margin-left: 12px;
    margin-right: 12px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.buy-area .buy-content ul li:nth-child(2),
.deal-item .inner .right .price li:nth-child(2),
.product-details-area .top .top-content .tag li span,
.side-nav h4 {
    font-weight: 400;
}
.main-nav nav .navbar-nav .nav-item a:before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    left: 0;
    bottom: -2px;
    background-color: #363636;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item a.active:before,
.main-nav nav .navbar-nav .nav-item a:focus:before,
.main-nav nav .navbar-nav .nav-item a:hover:before {
    width: 40%;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu {
    background: #fff;
    padding: 0;
    border: 0;
    border-radius: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 260px;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    top: 0;
    left: 0;
    background-color: #363636;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.banner-area .banner-btn:before,
.main-nav nav .navbar-nav .nav-item .dropdown-menu:after {
    height: 0;
    background-color: #363636;
    -webkit-transition: 0.5s;
    position: absolute;
    left: 0;
    content: "";
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu:after {
    width: 2px;
    top: 0;
    transition: 0.5s;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li {
    border-bottom: 1px solid #f1f0f0;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
    top: 0 !important;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
    text-transform: unset;
    padding: 12px 15px;
    color: #363636;
    font-weight: 600;
}
.main-nav .dropdown-toggle::after,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:before,
.page-title-area .title-content ul li:last-child:before,
.video-area .video-left .dropdown-toggle::after {
    display: none;
}
.article-heading li:hover,
.banner-area .tp-leftarrow:before,
.banner-area .tp-rightarrow:before,
.blog-item .bottom .blog-btn:hover,
.blog-item .bottom h3 a:hover,
.buy-area.three .buy-content h2,
.footer-item .footer-logo ul li a:hover,
.go-top.two,
.go-top:focus,
.go-top:hover,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:focus,
.main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover,
.products-area.three .products-item .bottom a,
.products-area.three .products-item .bottom a:hover,
.products-area.three .products-item .bottom i,
.products-area.two .products-item .bottom a:hover,
.products-item .bottom a:hover,
.products-item .top .inner h3 a:hover {
    color: #f7972b;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
    left: unset;
    right: -100%;
    top: 15px;
}
.contact-area .contact-info .info li a:hover {
    color: #f7972b;
}
.main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
    color: #363636;
    text-transform: unset;
}
.side-nav h4 {
    margin-bottom: 0;
    font-size: 16px;
    color: #545454;
    font-family: vazir, sans-serif;
}
#modal-subscribe .subscribe-content form .inner-check .form-check .form-check-label a,
.side-nav h4 span {
    display: inline-block;
    color: #f05454;
    font-weight: 600;
}
.side-nav h4 a {
    display: inline-block;
    color: #f7972b;
    border-bottom: 1px solid #f7972b;
    font-weight: 600;
}
.blog-details-area .details-item .details-arrow-page .left .arrows:hover,
.blog-details-area .details-item .details-arrow-page .right .arrows:hover,
.side-nav h4 a:hover,
.side-nav.three h4 a:hover,
.side-nav.two h4 a:hover {
    color: #f05454;
    border-bottom: 1px solid #f05454;
}
.banner-area .banner-h1 {
    font-size: 74px !important;
    color: #f7972b !important;
    font-weight: 700 !important;
    font-family: sahel, sans-serif;
    line-height: 1.2 !important;
}
.banner-area .banner-p {
    font-family: vazir, sans-serif;
    font-size: 18px !important;
    line-height: 1.6 !important;
}
.banner-area .banner-btn:before {
    width: 100%;
    right: 0;
    bottom: 0;
    border-radius: 50% 50% 0 0;
    z-index: -1;
    transition: 0.5s;
}
.banner-area .tp-leftarrow,
.banner-area .tp-rightarrow {
    background: #fff;
    -webkit-transition: 0.5s;
    border-radius: 5px;
}
.banner-area .banner-btn:hover:before {
    height: 100%;
    border-radius: 5px;
}
.banner-area .tp-leftarrow {
    -webkit-box-shadow: 0 0 20px 0 #dddddd59;
    box-shadow: 0 0 20px 0 #dddddd59;
    transition: 0.5s;
    -webkit-transform: matrix(1, 0, 0, 1, -50, -125) !important;
    transform: matrix(1, 0, 0, 1, -50, -125) !important;
}
.banner-area .tp-leftarrow:hover,
.banner-area .tp-rightarrow:hover {
    background: #f7972b;
}
.filter.active .flaticon::before,
.filter:hover .flaticon::before,
.go-top .flaticon-arrow::before,
.gridveiw:focus .flaticon::before,
.join .flaticon-profile-user::before,
.listveiw:focus .flaticon::before,
.support-item .flaticon::before {
    background-image: url(../images/sprit-icons-white.webp);
}
.category-link {
    position: relative;
    z-index: 8;
}
.refine-item a img {
    width: 45px;
    display: block;
}
.refine-item a {
    border-width: 1px;
    border-style: solid;
    display: block;
    padding: 2px;
    transition: background-color 0.2s;
    height: 100px;
    max-height: 100px;
    overflow: hidden;
    background-color: #f9f9f9;
    border-radius: 5px;
    text-decoration: none;
    border-color: rgba(221, 221, 221, 1);
}
.refine-item a h2 {
    margin: 20px 0px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
    font-size: 13px;
    padding-top: 0;
    top: -20px;
    padding-bottom: 10px;
    color: #333;
    position: relative;
}
.with-stroke {
    padding: 20px 0 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 32px;
    text-align: center;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
}
.with-stroke:before {
    position: absolute;
    content: "";
    width: 130px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    border-bottom: 1px solid #349745;
}
.banner-area .tp-rightarrow {
    -webkit-box-shadow: 0 0 20px 0 #dddddd59;
    box-shadow: 0 0 20px 0 #dddddd59;
    transition: 0.5s;
    -webkit-transform: matrix(1, 0, 0, 1, 10, -125) !important;
    transform: matrix(1, 0, 0, 1, 10, -125) !important;
}
#Container-listveiw .products-item {
    padding-bottom: 0px;
}
#Container-listveiw .products-item .top img {
    margin-bottom: 0px;
}
.product-content {
    font-size: 14px;
}
#Container-listveiw .products-item .top img,
.products-item .top {
    border-top-right-radius: 10px;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 10px;
}
.products-area {
    background-color: #f5f5f5;
    overflow: hidden;
}
.products-item,
.products-thumb {
    background-color: #fff;
    position: relative;
    text-align: center;
    border-radius: 10px;
}
.about-area .about-content .middle ul,
.blog-area.three .blog-item-right .inner ul,
.products-area .sorting-menu ul,
.widget-area .articles .inner ul {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.products-item .top img,
.testimonials-item img,
.video-item .inner {
    margin-left: auto;
    margin-right: auto;
}
.products-area .sorting-menu.home div.filter {
    margin-right: 0px;
    margin-bottom: 0px;
}
.products-area .sorting-menu div.filter {
    width: 100%;
    list-style-type: none;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 100%;
}
.discount {
    text-decoration: line-through red 3px;
}
.products-area .container-fluid.product-details-area .container-fluid {
    background-color: #f7972b;
}
.color-main-slides .owl-stage-outer,
.color-main-slides .owl-item {
    height: 250px;
}
.products-area .sorting-menu div.active .products-thumb,
.blog-details-area .sorting-menu div.active .products-thumb,
.products-thumb:hover,
.testimonials-area .owl-item.center .testimonials-item,
.testimonials-item:hover {
    background-color: #f7972b;
}
.bread-crumb {
    background-color: #434e6e;
}
.products-thumb a {
    color: #000;
}
.BreadCrumb a {
    text-shadow: 2px 2px #000;
}
.products-area .sorting-menu div.active .products-thumb picture:first-child,
.blog-details-area .sorting-menu div.active .products-thumb picture:first-child,
.products-thumb:hover picture:first-child {
    left: 0;
    bottom: 0;
}
.products-thumb {
    padding: 30px 5px;
    -webkit-box-shadow: 0 0 20px 0 #dddddd59;
    box-shadow: 0 0 20px 0 #dddddd59;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    overflow: hidden;
}
.products-thumb picture {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.products-thumb i {
    display: block;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.products-thumb span {
    display: block;
    font-weight: 600;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.products-item,
.products-item .top img {
    -webkit-transition: 0.5s;
    margin-bottom: 30px;
}
.color-main-slides .owl-item .top-img .box-name{
    border-radius: 10px 0px 0px 10px !important;
    height: 90px !important;
}
.owl-item .top-img .box-name {
    border-radius: 10px;
    padding: 31px 10px;
    height: 50px;
    display: block;
    position: absolute;
    bottom: 20px;
    right: 0px;
    background-color: rgba(245, 245, 243, 0.8);
    color: #626262;
}
.sade-content p,
.gol-content p {
    font-size: 13px;
}
.sade-content .item p.price,
.gol-content .item p.price,
.price-color {
    color: #f7972b;
}
.sade-content .item,
.gol-content .item {
    position: relative;
}
.sade-content .item.active i {
    position: absolute;
    top: -25px;
    right: 38%;
    bottom: inherit;
    display: inline-block;
    background-image: url(../images/sprit-icons.webp);
    background-position: -3px -180px;
    width: 40px;
    height: 35px;
}
.color-details {
    height: auto;
}
.sade-content,
.gol-content {
    padding: 25px 15px 20px 15px;
}
.sade-content img,
.gol-content img {
    border-radius: 50% 50% 0% 0%;
    cursor: pointer;
}
.sade-img,
.gol-img {
    cursor: pointer;
}
.select-leather {
    cursor: pointer;
    transition: 0.3s all ease-in-out;
}
.select-leather:hover {
    color: #f7972b;
}
p.h1,
p.h2,
p.h3,
p.h4,
p.h5,
p.h6,
span.h1,
span.h2,
span.h4,
span.h5,
span.h6 {
    color: #f7972b;
    text-shadow: 1px 1px #000;
}
.products-item {
    padding-bottom: 10px;
    transition: 0.5s;
}
.blog-details-area .details-item .details-img .details-social li a:hover,
.payment-cards ul li a:hover,
.products-item:hover,
.social-links ul li a:hover {
    -webkit-transform: translate(0, -5px);
    transform: translate(0, -5px);
}
.footer-mob {
    position: fixed;
    bottom: 0;
    z-index: 12;
    width: 100%;
    background: #fff;
    padding: 10px 0 10px 10px;
}
.products-item .top {
    position: relative;
    border-top-left-radius: 10px;
}
.products-item .top .product-type {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    padding: 3px 12px;
    font-size: 14px;
    background-color: #ffde00;
    position: absolute;
    top: 15px;
    left: 15px;
}
.products-item .top .product-type.two,
.support-item.two,
.support-item.two i {
    background-color: #ff0f4e;
}
.product-details-area .bottom .nav-pills li a.active {
    box-shadow: 0px 0px 5px 0px #f7972b;
    text-shadow: 1px 1px #000;
}
.product-details-area .bottom .nav-pills li a.active,
.product-details-area .top .top-content .cart li .common-btn:hover,
.products-area.three .products-item:hover .bottom i,
.products-item:hover .bottom i,
.products-item .top .wishlist:hover {
    color: #fff;
    background-color: #f7972b;
}
.products-item .bottom i,
.products-item .top .wishlist {
    background-color: #fff;
    font-size: 25px;
    display: inline-block;
}
.products-item .top .wishlist {
    color: #f05454;
    position: absolute;
    top: 14px;
    right: 15px;
    width: 40px;
    height: 40px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px 0 #dddddd59;
    box-shadow: 0 0 20px 0 #dddddd59;
    border-radius: 50%;
}
.deal-item .inner .right .cart-wishlist li a i,
.products-item .top .wishlist i {
    line-height: 40px;
}
.products-item .top img {
    transition: 0.5s;
}
#Container-gridveiw .products-item .top img,
.products-area .products-item .top img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.products-item .top .inner {
    text-align: left;
    padding-left: 15px;
}
.products-item .top .inner h3 {
    margin-bottom: 5px;
    font-size: 16px;
}
.products-item .top .inner span {
    display: block;
    font-size: 15px;
}
.products-item .bottom {
    text-align: right;
    position: absolute;
    right: -8px;
    bottom: -8px;
}
.products-item .bottom:hover a {
    opacity: 1;
    visibility: visible;
    right: 15px;
}
.products-item:hover .bottom i {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
}
.products-item .bottom a {
    display: inline-block;
    color: #f7972b;
    font-weight: 600;
    position: relative;
    top: -5px;
    right: 0;
    opacity: 0;
    visibility: hidden;
}
.scroll-box h2 {
    margin: 10px 0px;
    text-shadow: 1px 1px #000;
}
.scroll-box {
    overflow-y: auto;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 20px 0 #f7972b45;
    border-radius: 10px;
}
.sale-item,
.video-item {
    background-size: cover;
    background-position: center center;
}
.flaticon::before,
.sale-item,
.video-item {
    background-repeat: no-repeat;
}
.scroll-box span {
    color: #f7972b;
    line-height: 60px;
    font-weight: bolder;
}
.products-item .bottom i {
    width: 60px;
    padding-top: 3px;
    height: 60px;
    line-height: 42px;
    color: #f7972b;
    border: 10px solid #f5f5f5;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.brand-item,
.testimonials-item {
    border-radius: 10px;
    text-align: center;
}
.buy-area {
    position: relative;
    overflow: hidden;
}
#modal-subscribe .modal-dialog .modal-content .subscribe-shape img,
.buy-area .buy-shape picture,
.page-title-area .title-img img,
.support-area.three .support-shape img {
    position: absolute;
}
.buy-shape picture {
    left: 0;
    bottom: 0;
    max-width: 300px;
    -webkit-animation: 8s linear infinite buy-ani-one;
    animation: 8s linear infinite buy-ani-one;
}
.buy-area .buy-content {
    max-width: 500px;
    padding-left: 30px;
}
.buy-area .buy-content h2 {
    margin-bottom: 10px;
    line-height: 1.3;
    margin-top: -10px;
}
.buy-area .buy-content p {
    color: #363636;
    font-weight: 600;
    margin-bottom: 10px;
}
.buy-area .buy-content ul {
    margin: 0 0 20px;
    padding: 0;
}
.buy-area .buy-content ul li {
    list-style-type: none;
    display: inline-block;
    font-weight: 600;
    margin-right: 15px;
}
@-webkit-keyframes buy-ani-one {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
    }
}
@keyframes buy-ani-one {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(50px, 0);
        transform: translate(50px, 0);
    }
}
.about-area,
.blog-area,
.blog-details-area,
.brand-area,
.checkout-area,
.common-faq-area,
.contact-area,
.deal-area,
.map-area,
.nav-top-area.two,
.order-tracking-area,
.product-details-area,
.return-policy-area,
.rules-area,
.testimonials-area,
.user-area {
    background-color: #f5f5f5;
}
.brand-item {
    margin-bottom: 30px;
    background-color: #fff;
    padding-top: 25px;
    padding-bottom: 25px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.testimonials-area .owl-next,
.testimonials-area .owl-prev {
    top: 40%;
    width: 45px;
    height: 45px;
    line-height: 49px !important;
    border-radius: 10px !important;
    color: #f7972b !important;
    background-color: #fff !important;
    font-size: 25px !important;
    -webkit-transition: 0.5s;
    position: absolute;
}
.blog-item {
    background-color: white;
    border-radius: 10px;
}
.blog-item .bottom {
    padding: 10px;
}
.blog-item .top a,
.brand-item a,
.checkout-area .checkout-order ul li span,
.page-title-area .title-content ul li span,
.popup-modal .modal-body .cart-table .rate {
    display: block;
}
.blog-item:hover,
.brand-item:hover {
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.products-area.two .owl-theme .owl-nav,
.testimonials-area .owl-theme .owl-nav {
    margin-top: 0;
}
.testimonials-area .owl-prev {
    left: -70px;
    transition: 0.5s;
}
.banner-area-two .owl-next:hover,
.banner-area-two .owl-prev:hover,
.testimonials-area .owl-next:hover,
.testimonials-area .owl-prev:hover {
    color: #fff !important;
    background-color: #f7972b !important;
}
.testimonials-area .owl-next {
    right: -70px;
    transition: 0.5s;
}
.blog-item .top span,
.main-nav.two,
.nav-top-area.three .right ul li .join:hover,
.nav-top-area.two .right ul li .join:hover,
.sale-item .inner a,
.support-item:hover i,
.testimonials-item {
    background-color: #fff;
}
.testimonials-item {
    padding: 0 35px 75px;
    position: relative;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    margin-top: 20px;
    margin-bottom: 50px;
}
.blog-item:hover .top span,
.copyright-area,
.number,
.number li input {
    background-color: #f7972b;
}
.support-area .support-item,
.support-area .support-item i {
    background-color: #434e6e;
}
.testimonials-item i {
    display: inline-block;
    font-size: 65px;
    margin-bottom: 15px;
    line-height: 65px;
    margin-top: -25px;
    color: #f7972b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.testimonials-item p {
    margin-bottom: 16px;
    font-size: 18px;
    font-style: italic;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.testimonials-item h3 {
    margin-bottom: 5px;
    font-size: 20px;
    color: #363636;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.testimonials-item span {
    display: block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.testimonials-item img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -50px;
    max-width: 110px;
    border: 10px solid #e7e6e6;
    border-radius: 50%;
}
.support-item {
    position: relative;
    border-radius: 10px;
    padding: 30px 15px 30px 60px;
    margin-left: 45px;
    z-index: 1;
}
.support-item:hover i {
    border: 10px solid #f7972b;
    color: #f7972b;
}
.support-item i {
    display: inline-block;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 70px;
    font-size: 30px;
    color: #fff;
    border: 10px solid #fff;
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: -45px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.support-item h3 {
    color: #fff;
    margin-bottom: 10px;
    font-size: 20px;
}
.copyright-area .copyright-item p,
.deal-item .inner .right .timer li .timer-inner p,
.support-item p {
    margin-bottom: 0;
    color: #fff;
}
.support-item img {
    position: absolute;
    right: 10px;
    bottom: 0;
    max-width: 125px;
    z-index: -1;
}
.blog-item {
    margin-bottom: 30px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-item:hover .top span {
    color: #fff;
    border: 7px solid #fff;
}
.blog-item .top {
    position: relative;
    margin-bottom: 25px;
    border-radius: 10px;
}
.products-area .section-title {
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.26);
}
.popup-modal .modal-header,
.video-area .video-left .form-group .dropdown-menu li {
    border-bottom: 1px solid #f4f4f4;
}
.blog-item .top a img,
.blog-item .top img {
    width: 100%;
    border-radius: 10px;
}
.blog-item .top span {
    display: inline-block;
    width: 85px;
    height: 85px;
    padding: 11px 15px 0;
    text-align: center;
    color: white;
    background-color: #434e6e;
    border: 7px solid #f5f5f5;
    font-weight: 600;
    border-radius: 50%;
    position: absolute;
    bottom: -20px;
    right: -4px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.blog-item .bottom h3 {
    line-height: 1.4;
    font-size: 20px;
    margin-bottom: 10px;
}
.blog-details-area .details-item .details-img .details-social li a i,
.number li input,
.social-links ul li a i {
    line-height: 30px;
}
.blog-item .bottom p {
    margin-bottom: 14px;
}
.blog-item .bottom .blog-btn {
    display: inline-block;
    font-weight: 600;
    color: #363636;
}
.blog-item .bottom .blog-btn:hover i {
    -webkit-animation: 2s linear infinite blog-rotate-ani;
    animation: 2s linear infinite blog-rotate-ani;
}
.blog-heading{
    text-shadow: 1px 1px black !important;
}
.blog-area.three .blog-item-right .inner ul li .blog-btn i,
.blog-item .bottom .blog-btn i {
    display: inline-block;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 17px;
    position: relative;
    top: 3px;
}
@-webkit-keyframes blog-rotate-ani {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes blog-rotate-ani {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.footer-area {
    position: relative;
    z-index: 1;
}
.footer-area .footer-shape picture {
    position: absolute;
    z-index: -1;
    max-width: 105px;
}
.footer-area .footer-shape picture:nth-child(2) {
    left: 0;
    bottom: 30px;
}
.footer-item span {
    font-size: 20px;
    margin-bottom: 25px;
    color: #f7972b;
}
.footer-item .footer-logo .logo {
    display: block;
    margin-bottom: 30px;
}
.footer-item .footer-logo ul li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
}
.about-area .about-content .top p:last-child,
.blog-details-area .details-item .details-comments ul li p,
.blog-details-area .details-item .details-comments ul li:last-child,
.blog-details-area .details-item .details-img .details-list li:last-child,
.checkout-area .checkout-method .form-check:last-child,
.common-faq-area .faq-item .accordion li .faq-content .inner-list li:last-child,
.common-faq-area .faq-item .accordion li .faq-content p,
.common-faq-area .faq-item .accordion li:last-child,
.contact-area .contact-info .info li a:last-child,
.deal-item .inner .right .features li:last-child,
.footer-item .footer-links ul li:last-child,
.footer-item .footer-logo ul li:last-child,
.footer-item .footer-services ul li:last-child,
.product-details-area .bottom .bottom-comment .comments li p,
.product-details-area .bottom .bottom-comment .comments li:last-child,
.product-details-area .bottom .bottom-description ul li:last-child,
.product-details-area .top .top-content .tag li:last-child,
.return-policy-area .return-policy-item .inner p:last-child,
.return-policy-area .return-policy-item .inner:last-child,
.rules-area .rules-item .inner p:last-child,
.rules-area .rules-item .inner ul li:last-child,
.rules-area .rules-item .inner:last-child,
.user-area .user-item ul li:last-child,
.video-area .video-left .form-group:last-child,
.widget-area .articles .inner:last-child,
.widget-area .categories ul li:last-child,
.widget-area .widget-item:last-child,
.wishlist-modal .modal-body .cart-table .table {
    margin-bottom: 0;
}
.footer-item .footer-logo ul li i {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
}
.footer-item .footer-logo ul li a,
.footer-item .footer-services ul li a,
.page-title-area .title-content ul li a,
.products-area.two .products-thumb a {
    display: block;
    color: #545454;
}
.footer-item .footer-services ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 12px;
}
.footer-item .footer-services ul li a:hover {
    color: #f7972b;
    padding-left: 5px;
}
.payment-cards ul li {
    list-style-type: none;
    display: inline-block;
    margin-right: 5px;
}
.payment-cards ul li a {
    display: block;
    max-width: 50px;
}
.social-links {
    text-align: right;
    margin-bottom: 30px;
}
.blog-details-area .details-item .details-img .details-social li,
.social-links ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 5px;
}
.blog-details-area .details-item .details-img .details-social li a,
.social-links ul li a {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    background-color: #f7972b;
    font-size: 16px;
    text-align: center;
}
.copyright-area {
    padding-top: 15px;
    padding-bottom: 15px;
}
.copyright-item p {
    text-shadow: 1px 1px #000;
}
.buy-area.two .buy-img,
.copyright-area .copyright-item,
.deal-item .inner .right .timer li .timer-inner {
    text-align: center;
}
.copyright-area .copyright-item p a {
    display: inline-block;
    color: #fff;
    font-weight: 700;
}
.copyright-area .copyright-item p a:hover {
    letter-spacing: 1px;
}
.popup-modal {
    z-index: 999999;
}
.popup-modal .modal-header {
    display: block;
    padding: 0 0 25px;
}
.popup-modal .modal-header h2 {
    font-size: 22px;
    margin-bottom: 0;
    position: relative;
    margin-top: -4px;
}
.popup-modal .modal-header h2 span {
    display: inline-block;
    font-size: 16px;
    position: absolute;
    top: 4px;
    left: 0;
}
#modal-subscribe .modal-dialog .modal-content .btn-close,
.popup-modal .btn-close {
    position: absolute;
    top: -13px;
    left: 10px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 50%;
    border: 3px solid #ddd;
    background-color: #fff;
    color: #363636;
    padding: 0;
    opacity: 1;
}
#modal-subscribe .modal-dialog .modal-content .btn-close:hover,
.popup-modal .btn-close:hover {
    border: 3px solid #f7972b;
}
.popup-modal .modal-content {
    padding: 30px;
    overflow-y: auto;
    border-radius: 10px 0 0 10px;
    overflow: visible;
}
#modal-subscribe .modal-dialog .modal-content .modal-body,
.popup-modal .modal-body {
    padding: 0;
}
.popup-modal .modal-body .cart-table .table tr {
    vertical-align: middle;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
}
.popup-modal .modal-body .cart-table img {
    max-width: 95px;
    margin-left: auto;
    margin-right: auto;
}
.popup-modal .modal-body .cart-table h3 {
    font-size: 16px;
    margin-bottom: 3px;
}
.popup-modal .modal-body .cart-table .common-btn picture {
    max-width: 30px;
}
.popup-modal .modal-body .cart-table .close {
    display: inline-block;
    color: #363636;
    font-size: 20px;
}
.popup-modal .modal-body .total-amount h3 {
    font-size: 20px;
    margin-bottom: 0;
    position: relative;
}
.popup-modal .modal-body .total-amount h3 span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    font-weight: 600;
}
.popup-modal .modal-footer {
    padding: 0;
    border: 0;
    display: block;
}
.popup-modal .modal-footer .form-control {
    height: 55px;
    border: 1px solid #f7972b;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 10px;
    padding-right: 15px;
}
.popup-modal .modal-footer .form-control:focus {
    border: 1px solid #f7972b;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.popup-modal .modal-footer .common-btn {
    height: 55px;
    border-radius: 10px;
    display: block;
    width: 100%;
    margin-top: 15px;
}
.product-table-cart-mobile .h4 {
    text-shadow: 1px 1px #000;
}
.popup-modal.modal-right .modal-dialog {
    max-width: 585px;
    margin: 0 auto 0 0;
    -webkit-transform: translate(100%, 70px);
    transform: translate(100%, 70px);
}
.popup-modal.modal-right.show .modal-dialog {
    -webkit-transform: translate(17px, 70px);
    transform: translate(17px, 70px);
}
.number {
    margin: 0;
    text-align: center;
    padding: 10px 0;
    border-radius: 10px;
}
.blog-area.three .blog-item-right .inner ul li,
.blog-details-area .details-item .details-arrow-page .left ul li,
.blog-details-area .details-item .details-arrow-page .right ul li,
.checkout-area .checkout-order ul li,
.deal-item .inner .right .reviews li,
.number li,
.product-details-area .top .top-content .cart li,
.product-details-area .top .top-content .reviews li {
    list-style-type: none;
    display: inline-block;
}
.number li .minus {
    border-right: 1px solid #fff;
}
.number li .minus,
.number li .plus {
    color: #fff;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 20px;
    vertical-align: middle;
}
.number li input {
    text-shadow: 1px 1px #000;
    height: 30px;
    width: 30px;
    text-align: center;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    border-right: 1px solid #fff;
}
.wishlist-modal.modal-right .modal-dialog {
    -webkit-transform: translate(100%, 145px);
    transform: translate(100%, 145px);
}
.wishlist-modal.modal-right.show .modal-dialog {
    -webkit-transform: translate(17px, 145px);
    transform: translate(17px, 145px);
}
.nav-top-area.two .middle .form-group .form-control:focus {
    border: 1px solid #2ec1ac;
}
.nav-top-area.two .right ul li .join {
    background-color: #2ec1ac;
    border: 1px solid #2ec1ac;
}
.products-area.two .owl-next,
.products-area.two .owl-prev {
    position: absolute;
    top: 30%;
    border-radius: 10px !important;
    color: #2ec1ac !important;
    background-color: #fff !important;
    font-size: 25px !important;
    -webkit-transition: 0.5s;
    width: 45px;
    height: 45px;
    line-height: 45px !important;
}
.deal-area .deal-black,
.deal-item,
.sale-item {
    border-radius: 10px;
    position: relative;
}
.deal-area .deal-black a:hover,
.side-nav.two h4 a {
    color: #2ec1ac;
    border-bottom: 1px solid #2ec1ac;
}
.sale-area {
    margin-top: 100px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-bottom: 1px solid #fff;
}
.products-area.two,
.sale-area .row {
    padding-top: 30px;
}
.sale-area .container-fluid {
    max-width: 1720px;
}
.sale-bg-one {
    background-image: url(../images/sale-bg1.png);
}
.sale-bg-two {
    background-image: url(../images/sale-bg2.png);
}
.sale-bg-three {
    background-image: url(../images/sale-bg3.png);
}
.sale-item {
    margin-bottom: 30px;
    padding: 40px 10px 40px 40px;
    margin-right: 55px;
}
.sale-item img {
    position: absolute;
    bottom: 0;
    right: -65px;
    max-width: 170px;
}
.sale-item .inner h3 {
    font-size: 30px;
    color: #fff;
    margin-bottom: 8px;
    font-weight: 400;
    margin-top: -5px;
}
.sale-item .inner h3 span {
    font-weight: 700;
    display: inline-block;
}
.sale-item .inner h3 .percent {
    -webkit-animation: 0.25s infinite alternate sale-bean-ani;
    animation: 0.25s infinite alternate sale-bean-ani;
}
.sale-item .inner p {
    margin-bottom: 30px;
    color: #fff;
    font-weight: 600;
}
.sale-item .inner a {
    display: inline-block;
    color: #2ec1ac;
    padding: 12px 25px;
    font-weight: 600;
    border-radius: 5px;
}
.deal-item .inner .right .cart-wishlist li a:hover,
.products-area.two .products-item:hover .bottom i,
.sale-item .inner a:hover {
    color: #fff;
    background-color: #2ec1ac;
}
@-webkit-keyframes sale-bean-ani {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
@keyframes sale-bean-ani {
    to {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }
}
.products-area.two .products-thumb picture {
    max-width: 40px;
}
.products-area.two .products-thumb i {
    font-weight: 400;
    font-size: 50px;
}
.products-area.two .owl-prev {
    right: -70px;
    transition: 0.5s;
}
.products-area.two .owl-next:hover,
.products-area.two .owl-prev:hover,
.testimonials-area.two .owl-next:hover,
.testimonials-area.two .owl-prev:hover {
    color: #fff !important;
    background-color: #2ec1ac !important;
}
.products-area.two .owl-next {
    left: -70px;
    transition: 0.5s;
}
#modal-subscribe .subscribe-content form .inner-check .form-check .form-check-input:checked,
.checkout-area .checkout-billing .form-group .form-check .form-check-input:checked,
.checkout-area .checkout-method .form-check .form-check-input:checked,
.checkout-area .checkout-method .form-check.two .form-check-input:checked,
.contact-area #contactForm .form-group .form-check .form-check-input:checked,
.deal-area .deal-black,
.order-tracking-area .order-content .form-check .form-check-input:checked,
.user-area .user-item .form-group .form-check .form-check-input:checked {
    background-color: #363636;
}
.blog-area.two .blog-item .bottom .blog-btn:hover,
.blog-area.two .blog-item .bottom h3 a:hover,
.buy-area.two .buy-content h2,
.cart-popup-btn.two .two,
.footer-area.two .footer-item h3,
.products-area.two .products-item .bottom a,
.products-area.two .products-item .bottom i,
.testimonials-area.two .testimonials-item i {
    color: #2ec1ac;
}
.buy-area.two .buy-shape picture {
    max-width: 240px;
}
.buy-area.two .buy-shape picture {
    left: 0;
    top: 0;
    max-width: 240px;
    -webkit-animation: 8s linear infinite buy-ani-two;
    animation: 8s linear infinite buy-ani-two;
}
.buy-area.three .buy-content,
.buy-area.two .buy-content {
    max-width: 100%;
    padding-left: 0;
}
.buy-area.two .buy-img picture {
    -webkit-animation: 6s linear infinite buy-ani-three;
    animation: 6s linear infinite buy-ani-three;
}
@-webkit-keyframes buy-ani-three {
    0%,
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    50% {
        -webkit-transform: rotateY(30deg);
        transform: rotateY(30deg);
    }
}
@keyframes buy-ani-three {
    0%,
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    50% {
        -webkit-transform: rotateY(30deg);
        transform: rotateY(30deg);
    }
}
@-webkit-keyframes buy-ani-two {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }
}
@keyframes buy-ani-two {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(-50px, 0);
        transform: translate(-50px, 0);
    }
}
.deal-area .deal-black {
    text-align: center;
    padding: 25px 10px;
    margin-bottom: 30px;
    z-index: 1;
}
.deal-area .deal-black img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.deal-area .deal-black h3 {
    font-size: 25px;
    margin-bottom: 5px;
    color: #fff;
    margin-top: -4px;
}
.deal-area .deal-black a {
    display: inline-block;
    color: #fff;
    border-bottom: 1px solid #fff;
}
.deal-item {
    margin-bottom: 30px;
    background-color: #ff0f4e;
    padding: 50px 20px 50px 50px;
}
.deal-item .percent {
    color: #ff0f4e;
    background-color: #fff;
    border-radius: 0 30px 30px 0;
    position: absolute;
    top: 15px;
    left: 0;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 600;
}
.deal-item .deal-btn {
    display: inline-block;
    color: #363636;
    background-color: #fff;
    padding: 8px 12px;
    border-radius: 5px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 20px;
    z-index: 1;
}
.blog-details-area .details-item .details-comments ul li a:hover,
.deal-item .deal-btn:hover,
.widget-area .tags ul li a:hover {
    color: #fff;
    background-color: #363636;
}
.deal-item .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
}
.deal-item .inner .left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    text-align: center;
}
.deal-item .inner .left img {
    -webkit-animation: 5s linear infinite deal-ani-one;
    animation: 5s linear infinite deal-ani-one;
}
.deal-item .inner .right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
}
.deal-item .inner .right .price,
.deal-item .inner .right .reviews {
    margin: 0 0 10px;
    padding: 0;
}
.deal-item .inner .right .reviews li i {
    color: #ddd;
    font-size: 18px;
}
.deal-item .inner .right .reviews li i.checked {
    color: #f8d137;
}
.deal-item .inner .right .reviews li span {
    display: inline-block;
    color: #fff;
}
.deal-item .inner .right h3 {
    font-size: 25px;
    color: #fff;
    margin-bottom: 10px;
    line-height: 1.3;
}
.deal-item .inner .right .price li {
    list-style-type: none;
    display: inline-block;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin-right: 15px;
}
.deal-item .inner .right .features,
.product-details-area .top .top-content .cart {
    margin: 0 0 15px;
    padding: 0;
}
.deal-item .inner .right .features li {
    list-style-type: none;
    display: block;
    color: #fff;
    margin-bottom: 2px;
}
.blog-details-area .details-item .details-img p,
.deal-item .inner .right .features li:first-child,
.product-details-area .bottom .bottom-description p,
.return-policy-area .return-policy-item .inner p,
.rules-area .rules-item .inner p {
    margin-bottom: 5px;
}
.deal-item .inner .right .features li span {
    font-weight: 600;
}
.deal-item .inner .right .timer li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}
.deal-item .inner .right .timer li .timer-inner span {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    border-radius: 5px;
}
.deal-item .inner .right h4 {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
}
.deal-item .inner .right h4 span {
    font-weight: 700;
    font-size: 18px;
}
.deal-item .inner .right .cart-wishlist {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 35%;
    right: 0;
}
.blog-details-area .details-item .details-img .details-list li,
.deal-item .inner .right .cart-wishlist li,
.product-details-area .bottom .bottom-description ul li,
.rules-area .rules-item .inner ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
}
.deal-item .inner .right .cart-wishlist li a {
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #2ec1ac;
    background-color: #fff;
    border-radius: 50%;
    font-size: 20px;
}
.deal-item.two {
    background-color: #50a3ff;
}
@-webkit-keyframes deal-ani-one {
    0%,
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    50% {
        -webkit-transform: rotateY(35deg);
        transform: rotateY(35deg);
    }
}
@keyframes deal-ani-one {
    0%,
    100% {
        -webkit-transform: rotateY(0);
        transform: rotateY(0);
    }
    50% {
        -webkit-transform: rotateY(35deg);
        transform: rotateY(35deg);
    }
}
.testimonials-area.two .owl-next,
.testimonials-area.two .owl-prev {
    color: #2ec1ac !important;
}
.support-item.two:hover i {
    color: #ff0f4e;
    background-color: #fff;
    border: 10px solid #ff0f4e;
}
.support-item.three,
.support-item.three i {
    background-color: #0079ff;
}
.support-item.three:hover i {
    color: #0079ff;
    background-color: #fff;
    border: 10px solid #0079ff;
}
.support-item.four,
.support-item.four i {
    background-color: #3fc5f0;
}
.support-item.four:hover i {
    color: #3fc5f0;
    background-color: #fff;
    border: 10px solid #3fc5f0;
}
.nav-top-area.three .middle .form-group .form-control:focus {
    border: 1px solid #ff5f59;
}
.nav-top-area.three .right ul li .join {
    background-color: #ff5f59;
    border: 1px solid #ff5f59;
}
.side-nav.three h4 a {
    color: #ff5f59;
    border-bottom: 1px solid #ff5f59;
}
.video-area {
    background-color: #f5f5f5;
    margin-top: 100px;
    padding-top: 30px;
}
.video-area .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 140px;
    bottom: 40px;
}
.video-area .owl-next,
.video-area .owl-prev {
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    border-radius: 10px !important;
    color: #ff5f59 !important;
    background-color: #fff !important;
    font-size: 25px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.testimonials-area.three .owl-next:hover,
.testimonials-area.three .owl-prev:hover,
.video-area .owl-next:hover,
.video-area .owl-prev:hover {
    color: #fff !important;
    background-color: #ff5f59 !important;
}
#modal-subscribe .subscribe-content p,
.blog-details-area .details-item .details-form .form-group,
.checkout-area .checkout-billing .form-group,
.contact-area #contactForm .form-group,
.order-tracking-area .order-content .form-group,
.product-details-area .bottom .bottom-review .form-group,
.product-details-area .top .top-content p,
.user-area .user-item .form-group,
.video-area .video-left .form-group {
    margin-bottom: 15px;
}
.video-area .video-left .form-group .btn-video-left {
    width: 100%;
    height: 60px;
    font-size: 16px;
    color: #fff;
    background-color: #ff5f59;
    border-radius: 10px;
    padding: 0;
}
.video-area .video-left .form-group .btn-video-left .icon {
    display: inline-block;
    font-size: 22px;
    margin-right: 3px;
    position: relative;
    top: 2px;
}
.video-area .video-left .form-group .btn-video-left .icon-two {
    display: inline-block;
    font-size: 22px;
    margin-left: 3px;
    position: relative;
    top: 4px;
}
.video-area .video-left .form-group .dropdown-menu {
    border-radius: 10px;
    border: 0;
    width: 100%;
    padding: 0;
}
.video-area .video-left .form-group .dropdown-menu li:last-child {
    border-bottom: 0;
}
.video-area .video-left .form-group .dropdown-menu li a {
    padding: 10px 15px;
}
.video-area .video-left .form-group .dropdown-menu li a:hover {
    color: #fff;
    background-color: #ff5f59;
}
.products-area.three .products-item .top .inner h3,
.video-area .products-item .top .inner h3 {
    font-size: 20px;
}
.video-bg-one {
    background-image: url(../images/video-bg1.jpg);
}
.video-bg-two {
    background-image: url(../images/video-bg2.jpg);
}
.video-bg-three {
    background-image: url(../images/video-bg3.jpg);
}
.video-item {
    height: 300px;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}
.video-item:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.4;
    border-radius: 10px;
}
.video-item .inner {
    text-align: center;
    max-width: 425px;
    position: relative;
}
.video-item .inner .video-wrap {
    margin-bottom: 20px;
}
.video-item .inner h3 {
    font-size: 25px;
    margin-bottom: 0;
    color: #fff;
    line-height: 1.3;
}
.video-item .inner-two {
    padding-left: 25px;
    position: relative;
    max-width: 420px;
}
.error-area,
.user-area .user-item {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}
.video-item .inner-two h2 {
    font-size: 35px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 1.3;
}
.video-wrap {
    z-index: 2;
}
.video-wrap .js-modal-btn {
    z-index: 5;
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    font-size: 55px;
    text-align: center;
    color: #ff5f59;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.video-wrap .js-modal-btn i {
    line-height: 75px;
}
.video-wrap .js-modal-btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-animation: 1.5s ease-out infinite pulse-border;
    animation: 1.5s ease-out infinite pulse-border;
}
.video-wrap .js-modal-btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    display: block;
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
@-webkit-keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
@keyframes pulse-border {
    0% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}
.buy-area.three .buy-content p {
    font-weight: 400;
    margin-bottom: 18px;
}
.buy-area.three .buy-content .common-btn.three {
    padding: 12px 25px;
}
.buy-area.three .buy-content .common-btn.three i {
    margin-right: 3px;
}
.buy-area.three .buy-content .buy-btn {
    margin-right: 10px;
}
.testimonials-wrap img {
    position: absolute;
    z-index: 2;
}
.testimonials-wrap img:first-child {
    top: 0;
    left: 0;
    width: 100%;
    height: 90%;
}
.testimonials-area.three .owl-next,
.testimonials-area.three .owl-prev {
    color: #ff5f59 !important;
}
.testimonials-area.three .testimonials-item {
    padding: 50px 180px 75px;
    background-color: #ff5f59;
    margin-top: 0;
}
.testimonials-area.three .testimonials-item i {
    margin-top: 0;
    color: #fff;
}
.testimonials-area.three .testimonials-item p {
    font-size: 26px;
    color: #fff;
}
.support-area.three .support-shape img:first-child {
    top: 0;
    left: 0;
}
.support-area.three .support-shape img:nth-child(2) {
    bottom: 0;
    right: 0;
}
.support-item.five:hover i {
    color: #ff5f59;
    background-color: #fff;
    border: 10px solid #ff5f59;
}
.blog-area.three .blog-item .bottom .blog-btn:hover,
.blog-area.three .blog-item .bottom h3 a:hover,
.blog-area.three .blog-item-right .inner ul li h3 a:hover,
.cart-popup-btn.three .two,
.footer-area.three .footer-item h3 {
    color: #ff5f59;
}
.blog-area.three .blog-item-right .inner ul li:first-child,
.checkout-area .checkout-order ul li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.blog-area.three .blog-item-right .inner ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    margin-left: 15px;
}
.blog-area.three .blog-item-right .inner ul li span {
    display: block;
    color: #ff5f59;
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    padding: 12px 15px;
}
.blog-area.three .blog-item-right .inner ul li h3 {
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 1.4;
}
.blog-area.three .blog-item-right .inner ul li .blog-btn {
    color: #ff5f59;
    display: inline-block;
    font-weight: 600;
}
.banner-area-two {
    background-color: #fff;
    padding: 100px;
    margin-top: 98px;
    position: relative;
}
.banner-area-two:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50px;
    top: -45px;
    left: 0;
    right: 0;
    background-color: #f5f5f5;
}
.banner-area-two .banner-item {
    height: 600px;
    position: relative;
    background-color: #fff;
    border-radius: 30px;
}
.banner-area-two .banner-item .banner-content {
    max-width: 675px;
    position: relative;
    z-index: 2;
    margin-top: 0;
}
.banner-area-two .banner-item .banner-content h1 {
    font-size: 60px;
    margin-bottom: 15px;
}
.banner-area-two .banner-item .banner-content p {
    font-size: 18px;
    margin-bottom: 30px;
}
.banner-area-two .banner-item .banner-img img {
    position: absolute;
    z-index: 1;
}
.banner-area-two .banner-item .banner-img img:first-child {
    top: 0;
    right: 0;
    height: 100%;
    max-width: 615px;
    border-radius: 30px;
}
.banner-area-two .banner-item .banner-img img:nth-child(2) {
    bottom: 40px;
    left: 15%;
    max-width: 50px;
}
.banner-area-two .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 80px;
}
.banner-area-two .owl-next,
.banner-area-two .owl-prev {
    width: 45px;
    height: 45px;
    line-height: 45px !important;
    border-radius: 10px !important;
    color: #f7972b !important;
    background-color: #fff !important;
    font-size: 25px !important;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    -webkit-box-shadow: 0 0 20px 0 #e6e5e5;
    box-shadow: 0 0 20px 0 #e6e5e5;
}
.page-title-area {
    height: 500px;
    background-color: #fff;
    position: relative;
}
.page-title-area .title-content {
    margin-top: 50px;
    position: relative;
    z-index: 1;
}
.page-title-area .title-content h2 {
    font-size: 50px;
    margin-bottom: 15px;
}
.page-title-area .title-content ul li {
    list-style-type: none;
    display: inline-block;
    font-weight: 600;
    margin-left: 20px;
    position: relative;
}
.page-title-area .title-content ul li:before {
    position: absolute;
    content: ">";
    top: -2px;
    left: -18px;
    color: #545454;
    font-size: 20px;
}
.page-title-area .title-img img:first-child {
    top: 0;
    left: 0;
    height: 100%;
}
.page-title-area .title-img img:nth-child(2) {
    right: 20%;
    bottom: 10px;
    -webkit-animation: 10s linear infinite page-title-ani-one;
    animation: 10s linear infinite page-title-ani-one;
}
.page-title-area .title-img img:nth-child(3) {
    right: 35%;
    top: 155px;
    -webkit-animation: 10s linear infinite page-title-ani-two;
    animation: 10s linear infinite page-title-ani-two;
}
.page-title-area .title-img img:nth-child(4) {
    bottom: 0;
    right: 0;
    max-width: 160px;
}
@-webkit-keyframes page-title-ani-one {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(25px, 25px);
        transform: translate(25px, 25px);
    }
    60% {
        -webkit-transform: translate(50px, -100px);
        transform: translate(50px, -100px);
    }
}
@keyframes page-title-ani-one {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(25px, 25px);
        transform: translate(25px, 25px);
    }
    60% {
        -webkit-transform: translate(50px, -100px);
        transform: translate(50px, -100px);
    }
}
@-webkit-keyframes page-title-ani-two {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(-25px, -25px);
        transform: translate(-25px, -25px);
    }
    60% {
        -webkit-transform: translate(-50px, 100px);
        transform: translate(-50px, 100px);
    }
}
@keyframes page-title-ani-two {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    30% {
        -webkit-transform: translate(-25px, -25px);
        transform: translate(-25px, -25px);
    }
    60% {
        -webkit-transform: translate(-50px, 100px);
        transform: translate(-50px, 100px);
    }
}
.about-area .about-content .middle p,
.about-area .about-content .top {
    margin-bottom: 25px;
}
.about-area .about-content .top h2 {
    font-size: 40px;
    margin-bottom: 10px;
}
.about-area .about-content .top p {
    margin-bottom: 4px;
}
.about-area .about-content .middle ul li {
    list-style-type: none;
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 45%;
    flex: 0 0 45%;
    max-width: 45%;
    background-color: #fff;
    position: relative;
    border-radius: 10px;
    padding: 25px 100px 25px 15px;
    margin-bottom: 25px;
    margin-left: 25px;
}
.about-area .about-content .middle ul li img {
    position: absolute;
    top: 20px;
    right: 25px;
}
.about-area .about-content .middle ul li h3 {
    font-size: 20px;
    color: #545454;
    margin-bottom: 0;
    line-height: 1.3;
}
.about-area .about-img img {
    border-radius: 15px;
}
.about-area .about-img img:first-child {
    padding-right: 55px;
}
.about-area .about-img img:nth-child(2) {
    margin-top: -115px;
    max-width: 285px;
}
.about-area .about-img img:nth-child(3) {
    margin-top: -140px;
    margin-right: 305px;
    max-width: 230px;
}
.blog-details-area .details-item .details-img {
    padding-bottom: 30px;
    margin-bottom: 25px;
    border-bottom: 1px solid #bebebe;
}
.blog-details-area .details-item .details-img img {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 15px;
}
.blog-details-area .details-item .details-img .details-date {
    margin: 15px 0 20px;
    padding: 0;
}
.blog-details-area .details-item .details-img .details-date li {
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
    font-size: 15px;
}
.blog-details-area .details-item .details-img .details-date li i {
    display: inline-block;
    font-size: 20px;
    margin-right: 2px;
    position: relative;
    top: 3px;
}
.blog-details-area .details-item .details-img .details-date li a {
    display: inline-block;
    color: #545454;
}
.blog-details-area .details-item .details-img h2 {
    font-size: 27px;
    margin-bottom: 10px;
}
.blog-details-area .details-item .details-img .details-list {
    margin: 20px 0;
    padding: 0;
}
.blog-details-area .details-item .details-img .details-list li span,
.product-details-area .bottom .bottom-description ul li span,
.rules-area .rules-item .inner ul li span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: #f7972b;
    border-radius: 5px;
    position: relative;
    margin-right: 5px;
    top: 2px;
}
.blog-details-area .details-item .details-img .details-list li span:before,
.product-details-area .bottom .bottom-description ul li span:before,
.rules-area .rules-item .inner ul li span:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    top: 4px;
    left: 4px;
    border-radius: 50%;
    background-color: #fff;
}
.blog-details-area .details-item .details-img .details-social,
.product-details-area .bottom .bottom-description ul {
    margin: 20px 0 0;
    padding: 0;
}
.blog-details-area .details-item .details-img .details-social li span {
    display: inline-block;
    font-weight: 600;
}
.blog-details-area .details-item .details-arrow-page {
    margin-bottom: 30px;
    border-bottom: 1px solid #bebebe;
}
.blog-details-area .details-item .details-arrow-page .left .arrows,
.blog-details-area .details-item .details-arrow-page .right .arrows {
    display: inline-block;
    color: #545454;
    border-bottom: 1px solid #545454;
    margin-bottom: 15px;
}
.blog-details-area .details-item .details-arrow-page .left .arrows i,
.blog-details-area .details-item .details-arrow-page .right .arrows i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 3px;
    margin-right: -3px;
}
.blog-details-area .details-item .details-arrow-page .left ul,
.blog-details-area .details-item .details-arrow-page .right ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
}
.blog-details-area .details-item .details-arrow-page .left ul li:first-child,
.blog-details-area .details-item .details-arrow-page .right ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
.blog-details-area .details-item .details-arrow-page .left ul li:nth-child(2),
.widget-area .articles .inner ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    margin-left: 10px;
}
.blog-details-area .details-item .details-arrow-page .left ul li img,
.blog-details-area .details-item .details-arrow-page .right ul li img {
    border-radius: 10px;
    width: 100%;
}
.blog-details-area .details-item .details-arrow-page .left ul li h3,
.blog-details-area .details-item .details-arrow-page .right ul li h3 {
    font-size: 16px;
    margin-bottom: 5px;
    line-height: 1.3;
}
.blog-details-area .details-item .details-arrow-page .left ul li i,
.blog-details-area .details-item .details-arrow-page .right ul li i {
    display: inline-block;
    font-size: 17px;
    position: relative;
    top: 1px;
}
.blog-details-area .details-item .details-arrow-page .right {
    margin-bottom: 30px;
    text-align: right;
}
.blog-details-area .details-item .details-arrow-page .right ul li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 77%;
    flex: 0 0 77%;
    max-width: 77%;
    margin-right: 10px;
}
.blog-details-area .details-item .details-comments,
.product-details-area .bottom .bottom-comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #bebebe;
}
.blog-details-area .details-item .details-comments h3,
.blog-details-area .details-item .details-form h3,
.product-details-area .bottom .bottom-comment h3,
.product-details-area .bottom .bottom-review h3 {
    margin-bottom: 20px;
    font-size: 20px;
    color: #363636;
}
.blog-details-area .details-item .details-comments h3 span {
    color: #545454;
}
.blog-details-area .details-item .details-comments ul li,
.product-details-area .bottom .bottom-comment .comments li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px;
    background-color: #f3f3f3;
    border-radius: 10px;
    padding: 20px 20px 20px 120px;
    position: relative;
}
.blog-details-area .details-item .details-form .form-group textarea,
.checkout-area .checkout-billing .form-group textarea,
.contact-area #contactForm .form-group textarea,
.product-details-area .bottom .bottom-review .form-group textarea {
    height: auto !important;
    padding-top: 13px;
}
.blog-details-area .details-item .details-comments ul li img,
.product-details-area .bottom .bottom-comment .comments li img {
    position: absolute;
    border-radius: 10px;
    top: 20px;
    left: 20px;
    max-width: 85px;
}
.blog-details-area .details-item .details-comments ul li h4,
.product-details-area .bottom .bottom-comment .comments li h4 {
    font-size: 16px;
    color: #363636;
    margin-bottom: 5px;
}
.blog-details-area .details-item .details-comments ul li span,
.product-details-area .bottom .bottom-comment .comments li span {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
}
.blog-details-area .details-item .details-comments ul li a {
    display: inline-block;
    color: #fff;
    background-color: #f7972b;
    border-radius: 5px;
    padding: 4px 15px;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 15px;
}
.blog-details-area .details-item .details-form .form-group .form-control,
.product-details-area .bottom .bottom-review .form-group .form-control {
    border-radius: 5px;
    height: 50px;
}
#modal-subscribe .subscribe-content form .form-control:focus,
.blog-details-area .details-item .details-form .form-group .form-control:focus,
.checkout-area .checkout-billing .form-group .form-control:focus,
.contact-area #contactForm .form-group .form-control:focus,
.order-tracking-area .order-content .form-group .form-control:focus,
.product-details-area .bottom .bottom-review .form-group .form-control:focus,
.user-area .user-item .form-group .form-control:focus,
.widget-area form .form-control:focus {
    -webkit-box-shadow: none;
    border: 1px solid #f7972b;
    box-shadow: 0px 0px 10px 0px #f7972b;
}
#modal-subscribe .subscribe-content form .common-btn,
.blog-details-area .details-item .details-form .common-btn,
.checkout-area .checkout-billing .form-group .nice-select .list,
.contact-area #contactForm .common-btn,
.product-details-area .bottom .bottom-review .common-btn {
    width: 100%;
    display: block;
}
.widget-area .widget-item h3 {
    font-size: 20px;
    color: #363636;
    margin-bottom: 15px;
}
.widget-area form {
    background-color: #f7972b;
    border-radius: 5px;
    position: relative;
    padding: 15px;
}
.widget-area form .form-control {
    height: 50px;
    border-radius: 30px;
    border: 0;
}
.widget-area form .btn {
    padding: 0;
    position: absolute;
    top: 22px;
    right: 25px;
    color: #545454;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 25px;
}
.widget-area .categories ul li {
    list-style-type: none;
    display: block;
    position: relative;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
}
.widget-area .categories ul li a {
    display: block;
    position: relative;
    color: #545454;
    padding: 10px 15px;
    border-radius: 5px;
    border: 1px solid transparent;
}
.widget-area .categories ul li a:hover {
    color: #f05454;
    border: 1px solid #f05454;
}
.widget-area .categories ul li a span {
    position: absolute;
    top: 10px;
    right: 15px;
}
.widget-area .articles .inner {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 15px;
}
.widget-area .articles .inner ul li {
    list-style-type: none;
    display: block;
}
.widget-area .articles .inner ul li:first-child {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23%;
    flex: 0 0 23%;
    max-width: 23%;
}
.widget-area .articles .inner ul li img {
    border-radius: 5px;
    width: 100%;
}
.widget-area .articles .inner ul li a {
    display: block;
    color: #363636;
    font-weight: 700;
    margin-bottom: 5px;
    font-family: sahel, sans-serif;
}
.widget-area .articles .inner ul li i {
    display: inline-block;
    font-size: 16px;
    position: relative;
    top: 1px;
    margin-right: 3px;
}
.widget-area .articles .inner ul li span {
    display: inline-block;
    font-size: 14px;
}
.widget-area .tags h3 {
    margin-bottom: 7px;
}
.widget-area .tags ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 5px;
    margin-top: 8px;
}
.widget-area .tags ul li a {
    display: block;
    color: #545454;
    background-color: #fff;
    border-radius: 5px;
    padding: 4px 15px;
    font-size: 15px;
}
.checkout-area .section-title h2 {
    font-size: 30px;
}
.checkout-area .checkout-billing .form-group .form-control {
    height: 50px;
    background: #f5f5f5;
    border-radius: 5px;
    border: 0;
    padding-left: 15px;
}
.checkout-area .checkout-billing .form-group .nice-select {
    height: 50px;
    border-radius: 5px;
    border: 0;
    margin-bottom: 15px;
    line-height: 50px;
    color: #545454;
    width: 100%;
    display: block;
    font-size: 16px;
}
.checkout-area .checkout-billing .form-group .form-check {
    margin-bottom: 15px;
    padding-left: 26px;
}
#modal-subscribe .subscribe-content form .inner-check .form-check .form-check-label,
.checkout-area .checkout-billing .form-group .form-check .form-check-label,
.checkout-area .checkout-method .form-check.two .form-check-label {
    font-size: 15px;
    color: #545454;
}
.checkout-area .checkout-billing .form-group .form-check .form-check-input {
    margin-left: -26px;
    width: 18px;
    height: 18px;
    border-radius: 0;
    margin-top: 2px;
    border: 1px solid transparent;
}
#modal-subscribe .subscribe-content form .inner-check .form-check .form-check-input:focus,
.checkout-area .checkout-billing .form-group .form-check .form-check-input:focus,
.checkout-area .checkout-method .form-check.two .form-check-input:focus,
.contact-area #contactForm .form-group .form-check .form-check-input:focus,
.order-tracking-area .order-content .form-check .form-check-input:focus,
.user-area .user-item .form-group .form-check .form-check-input:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #363636;
}
.checkout-area .checkout-billing .text-center .common-btn {
    display: block;
    width: 100%;
}
.checkout-area .checkout-billing ::-webkit-input-placeholder {
    color: #545454;
}
.checkout-area .checkout-billing :-ms-input-placeholder {
    color: #545454;
}
.checkout-area .checkout-billing ::-ms-input-placeholder {
    color: #545454;
}
.checkout-area .checkout-billing ::placeholder {
    color: #545454;
}
.checkout-area .checkout-method,
.checkout-area .checkout-order {
    border-radius: 10px;
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px 0 #ddd;
    box-shadow: 0 0 20px 0 #ddd;
}
.checkout-area .checkout-method h3,
.checkout-area .checkout-order h3 {
    font-size: 20px;
    margin-bottom: 30px;
}
.checkout-area .checkout-order ul {
    margin: 0 0 10px;
    padding: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #f4f4f4;
}
.checkout-area .checkout-order ul li:nth-child(2) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55%;
    flex: 0 0 55%;
    max-width: 55%;
    margin-left: 5px;
}
.checkout-area .checkout-order ul li:nth-child(3) {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
    max-width: 15%;
    margin-left: 5px;
}
.checkout-area .checkout-order ul li h4 {
    margin-bottom: 0;
    font-size: 16px;
}
.checkout-area .checkout-order .inner h3 {
    font-size: 16px;
    color: #545454;
    font-weight: 400;
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f4f4f4;
}
.checkout-area .checkout-order .inner h3 span,
.checkout-area .checkout-order .inner h4 span {
    position: absolute;
    top: 0;
    right: 0;
}
.checkout-area .checkout-order .inner h4 {
    font-size: 18px;
    margin-bottom: 0;
    position: relative;
}
.checkout-area .checkout-method .form-check {
    padding-left: 32px;
    margin-bottom: 15px;
}
.checkout-area .checkout-method .form-check p {
    margin-bottom: 0;
    margin-top: 10px;
}
.checkout-area .checkout-method .form-check .form-check-label {
    color: #363636;
    margin-bottom: 0;
    font-size: 18px;
}
.checkout-area .checkout-method .form-check .form-check-input {
    margin-left: -32px;
    width: 20px;
    height: 20px;
    margin-top: 3px;
    border: 1px dashed #363636;
}
.checkout-area .checkout-method .form-check .form-check-input:focus {
    border: 1px solid #363636;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.checkout-area .checkout-method .form-check.two .form-check-input {
    margin-left: -30px;
    width: 18px;
    height: 18px;
    border-radius: 0;
    margin-top: 3px;
    border: 1px solid #363636;
}
.product-details-area #thumbs.owl-carousel.owl-drag .owl-item {
    margin-left: 0 !important;
    max-width: 165px;
    width: 100% !important;
}
.product-details-area .top .top-img {
    text-align: center;
    background-color: #fff;
    border-radius: 10px;
}
.product-details-area .top .top-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
}
.product-details-area .top .top-content .reviews {
    margin: 0 0 8px;
    padding: 0;
}
.product-details-area .top .top-content .reviews li h3 {
    font-size: 25px;
    margin-bottom: 0;
}
.product-details-area .bottom .bottom-comment .comments .reviews li i,
.product-details-area .top .top-content .reviews li i {
    display: block;
    color: #ddd;
    font-size: 18px;
}
.product-details-area .bottom .bottom-comment .comments .reviews li i.checked,
.product-details-area .top .top-content .reviews li i.checked {
    color: #ffc107;
}
.product-details-area .top .top-content .reviews li span {
    display: inline-block;
    font-size: 15px;
    margin-left: 10px;
}
.product-details-area .top .top-content .reviews li:last-child {
    display: block;
    margin-top: 10px;
}
.product-details-area .top .top-content .tag {
    margin: 0 0 25px;
    padding: 0;
}
.product-details-area .top .top-content .tag li {
    list-style-type: none;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}
.product-details-area .top .top-content .cart li .number {
    overflow: hidden;
    width: 150px;
    padding: 8px 0;
}
.count {
    text-shadow: 1px 1px #000;
}
.product-details-area .top .top-content .cart li .common-btn {
    margin-left: 15px;
    color: #fff;
    background-color: #f7972b;
    -webkit-box-shadow: 0 0 20px 0 #dddddd59;
    box-shadow: 0 0 20px 0 #dddddd59;
}
.product-details-area .top .wishlist-btn i {
    display: inline-block;
    margin-right: 3px;
    color: #f7972b;
    position: relative;
    font-size: 20px;
    top: 3px;
}
.flaticon::before {
    background-image: url(../images/sprit-icons.webp);
}
.feedback, .total-feedback {
    --normal: #6c6a93;
    --normal-shadow: #6c6a93;
    --normal-shadow-top: #6c6a93;
    --normal-eye: #fff;
    --active: #f8da69;
    --active-shadow: #f4b555;
    --active-shadow-top: #fff6d3;
    --active-mouth: #f05136;
    --active-eye: #313036;
    --active-tear: #76b5e7;
    --active-shadow-angry: #e94f1d;
    --hover: #454456;
    --hover-shadow-top: #59586b;
    margin: 0;
    padding: 10px;
    list-style: none;
    display: flex;
    direction: ltr;
    justify-content: center;
}
.feedback label, .total-feedback label {
    position: relative;
    transition: transform 0.3s;
    cursor: pointer;
}
.feedback label{
    margin-right: 20px;
}
.feedback label input, .total-feedback label input {
    appearance: none;
    outline: none;
    border: none;
    cursor: pointer;
    display: block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    top: 0;
    margin: 16px 0px;
    padding: 0;
    border-radius: 50%;
    background: var(--sb, var(--normal));
    box-shadow: inset 3px -3px 4px var(--sh, var(--normal-shadow)), inset -1px 1px 2px var(--sht, var(--normal-shadow-top));
    transition: background 0.4s, box-shadow 0.4s, transform 0.3s;
    -webkit-tap-highlight-color: transparent;
}
.feedback label div, .total-feedback label div {
    width: 40px;
    height: 40px;
    position: relative;
    transform: perspective(240px) translateZ(4px);
}
.feedback label div svg, .feedback label div:before, .feedback label div:after, .total-feedback label div svg, .total-feedback label div:before, .total-feedback label div:after {
    display: block;
    position: absolute;
    left: var(--l, 9px);
    top: var(--t, 29px);
    width: var(--w, 8px);
    height: var(--h, 1px);
    transform: rotate(var(--r, 0deg)) scale(var(--sc, 1)) translateZ(0);
}
.feedback label div svg, .total-feedback label div svg {
    fill: none;
    stroke: var(--s);
    stroke-width: 1.5px;
    stroke-linecap: round;
    stroke-linejoin: round;
    transition: stroke 0.4s;
}
.feedback label div svg.eye, .total-feedback label div svg.eye {
    --s: var(--e, var(--normal-eye));
    --t: 33px;
    --w: 7px;
    --h: 4px;
}
.feedback label div:hover svg.eye, .total-feedback label div:hover svg.eye,.feedback label input:hover + div svg.eye, .total-feedback label input:hover + div svg.eye {
    --s: var(--e, var(--active-eye));
}
.feedback label div svg.eye.right, .total-feedback label div svg.eye.right {
    --l: 23px;
}
.feedback label div svg.mouth, .total-feedback label div svg.mouth {
    --s: var(--m, var(--active-mouth));
    --l: 11px;
    --t: 39px;
    --w: 18px;
    --h: 7px;
}
.feedback label div:before, .feedback label div:after, .total-feedback label div:before, .total-feedback label div:after,.feedback label div:hover div:before, .feedback label div:hover div:after, .total-feedback label div:hover div:before, .total-feedback label div:hover div:after {
    content: "";
    z-index: var(--zi, 1);
    border-radius: var(--br, 1px);
    background: var(--b, var(--e, var(--normal-eye)));
}
.feedback label input:hover + div:before, .feedback label input:hover + div:after,.feedback label:hover div:before, .feedback label:hover div:after, .total-feedback label div:hover div:before, .total-feedback label div:hover div:after {
    background: var(--b, var(--e, var(--active-eye)));
}
.feedback label.angry, .total-feedback label.angry {
    --step-1-rx: -24deg;
    --step-1-ry: 20deg;
    --step-2-rx: -24deg;
    --step-2-ry: -20deg;
}
.feedback label.angry input:hover div:after, .total-feedback label.angry input:hover div:after, .feedback label.angry div:hover div:after, .total-feedback label.angry div:hover div:after{

    background: var(--b, var(--e, var(--normal-eye)));
}
.feedback label.angry div:before, .total-feedback label.angry div:before {
    --r: 20deg;
}
.feedback label.angry div:after, .total-feedback label.angry div:after {
    --l: 23px;
    --r: -20deg;
}
.feedback label.angry div svg.eye, .total-feedback label.angry div svg.eye {
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
}
.feedback label.angry input:checked, .total-feedback label.angry input:checked {
    animation: angry 1s linear;
}
.feedback label.angry input:checked + div:before, .total-feedback label.angry input:checked + div:before {
    --middle-y: -2px;
    --middle-r: 22deg;
    animation: toggle 0.8s linear forwards;
}
.feedback label.angry input:checked + div:after, .total-feedback label.angry input:checked + div:after {
    --middle-y: 1px;
    --middle-r: -18deg;
    animation: toggle 0.8s linear forwards;
}
.feedback label.sad {
    --step-1-rx: 20deg;
    --step-1-ry: -12deg;
    --step-2-rx: -18deg;
    --step-2-ry: 14deg;
}
.feedback label.sad div:before, .feedback label.sad div:after, .total-feedback label.sad div:before, .total-feedback label.sad div:after {
    --b: var(--active-tear);
    --sc: 0;
    --w: 5px;
    --h: 5px;
    --t: 31px;
    --br: 50%;
}
.feedback label.sad div:after, .total-feedback label.sad div:after {
    --l: 25px;
}
.feedback label.sad div svg.eye, .total-feedback label.sad div svg.eye {
    --t: 32px;
}
.feedback label.sad div svg.mouth, .total-feedback label.sad div svg.mouth {
    --t: 40px;
    stroke-dasharray: 9.5;
    stroke-dashoffset: 33.25;
}
.feedback label.sad input:checked + div:before, .feedback label.sad input:checked + div:after, .total-feedback label.sad input:checked + div:before, .total-feedback label.sad input:checked + div:after {
    animation: tear 0.6s linear forwards;
}
.feedback label.ok, .total-feedback label.ok {
    --step-1-rx: 4deg;
    --step-1-ry: -22deg;
    --step-1-rz: 6deg;
    --step-2-rx: 4deg;
    --step-2-ry: 22deg;
    --step-2-rz: -6deg;
}
.feedback label.ok div:before, .total-feedback label.ok div:before {
    --l: 12px;
    --t: 33px;
    --h: 4px;
    --w: 4px;
    --br: 50%;
    box-shadow: 12px 0 0 var(--e, var(--normal-eye));
}
.feedback label.ok:hover div:before, .total-feedback label.ok:hover div:before {
    box-shadow: 12px 0 0 var(--e, var(--active-eye));
    background: var(--b, var(--e, var(--active-eye)));
}
.feedback label.ok input:hover + div:before, .total-feedback label.ok input:hover + div:before, .feedback label.ok div:hover div:before, .total-feedback label.ok div:hover div:before {
    box-shadow: 12px 0 0 var(--e, var(--active-eye));
    background: var(--b, var(--e, var(--active-eye)));
}
.feedback label.ok div:after, .total-feedback label.ok div:after {
    --l: 13px;
    --t: 42px;
    --w: 14px;
    --h: 2px;
    --br: 1px;
    --b: var(--m, var(--active-mouth));
}
.feedback label.ok input:checked + div:before, .total-feedback label.ok input:checked + div:before {
    --middle-s-y: 0.35;
    animation: toggle 0.2s linear forwards;
}
.feedback label.ok input:checked + div:after, .total-feedback label.ok input:checked + div:after {
    --middle-s-x: 0.5;
    animation: toggle 0.7s linear forwards;
}
.feedback label.good, .total-feedback label.good {
    --step-1-rx: -14deg;
    --step-1-rz: 10deg;
    --step-2-rx: 10deg;
    --step-2-rz: -8deg;
}
.feedback label.good div:before, .total-feedback label.good div:before {
    --b: var(--m, var(--active-mouth));
    --w: 5px;
    --h: 5px;
    --br: 50%;
    --t: 38px;
    --zi: 0;
    opacity: 0.5;
    box-shadow: 16px 0 0 var(--b);
    filter: blur(2px);
}
.feedback label.good div:after, .total-feedback label.good div:after {
    --sc: 0;
}
.feedback label.good div svg.eye, .total-feedback label.good div svg.eye {
    --t: 31px;
    --sc: -1;
    stroke-dasharray: 4.55;
    stroke-dashoffset: 8.15;
}
.feedback label.good div svg.mouth, .total-feedback label.good div svg.mouth {
    --t: 38px;
    --sc: -1;
    stroke-dasharray: 13.3;
    stroke-dashoffset: 23.75;
}
.feedback label.good input:checked + div svg.mouth, .total-feedback label.good input:checked + div svg.mouth {
    --middle-y: 1px;
    --middle-s: -1;
    animation: toggle 0.8s linear forwards;
}
.feedback label.happy div, .total-feedback label.happy div {
    --step-1-rx: 18deg;
    --step-1-ry: 24deg;
    --step-2-rx: 18deg;
    --step-2-ry: -24deg;
}
.feedback label.happy div:before, .total-feedback label.happy div:before {
    --sc: 0;
}
.feedback label.happy div:after, .total-feedback label.happy div:after {
    --b: var(--m, var(--active-mouth));
    --l: 11px;
    --t: 38px;
    --w: 18px;
    --h: 8px;
    --br: 0 0 8px 8px;
}

.feedback label.happy div svg.eye, .total-feedback label.happy div svg.eye {
    --t: 30px;
    --sc: -1;
}
.feedback label.happy input:checked + div:after, .total-amount label.happy input:checked + div:after {
    --middle-s-x: 0.95;
    --middle-s-y: 0.75;
    animation: toggle 0.8s linear forwards;
}
.feedback label input:checked, .total-feedback label input:checked,.feedback label input:hover, .total-feedback label input:hover,.feedback label:hover, .total-feedback label:hover {
    --sb: var(--active);
    --sh: var(--active-shadow);
    --sht: var(--active-shadow-top);
}
.feedback label input:checked + div, .total-feedback label input:checked + div {
    --m: var(--active-mouth);
    --e: var(--active-eye);
    animation: shake 0.8s linear forwards;
}

.feedback label input:not(:checked):active, .total-feedback label input:not(:checked):active {
    transform: scale(0.925);
}
.feedback label input:not(:checked):active + div, .total-feedback label input:not(:checked):active + div {
    transform: scale(0.925);
}
.feedback label:hover, .total-feedback label:hover {
    transform: scale(1.08);
}
@keyframes shake {
    30% {
        transform: perspective(240px) rotateX(var(--step-1-rx, 0deg)) rotateY(var(--step-1-ry, 0deg)) rotateZ(var(--step-1-rz, 0deg)) translateZ(10px);
   }
    60% {
        transform: perspective(240px) rotateX(var(--step-2-rx, 0deg)) rotateY(var(--step-2-ry, 0deg)) rotateZ(var(--step-2-rz, 0deg)) translateZ(10px);
   }
    100% {
        transform: perspective(240px) translateZ(4px);
   }
}
@keyframes tear {
    0% {
        opacity: 0;
        transform: translateY(-2px) scale(0) translateZ(0);
   }
    50% {
        transform: translateY(12px) scale(0.6, 1.2) translateZ(0);
   }
    20%, 80% {
        opacity: 1;
   }
    100% {
        opacity: 0;
        transform: translateY(24px) translateX(4px) rotateZ(-30deg) scale(0.7, 1.1) translateZ(0);
   }
}
@keyframes toggle {
    50% {
        transform: translateY(var(--middle-y, 0)) scale(var(--middle-s-x, var(--middle-s, 1)), var(--middle-s-y, var(--middle-s, 1))) rotate(var(--middle-r, 0deg));
   }
}
@keyframes angry {
    40% {
        background: var(--active);
   }
    45% {
        box-shadow: inset 3px -3px 4px var(--active-shadow), inset 0 8px 10px var(--active-shadow-angry);
   }
}
select[name="sort"] {
    width: 50%;
}
.mean-bar::before {
    content: "منوی سایت";
    padding-left: 30px;
    display: block;
    position: relative;
    top: 15px;
    color: white;
    font-size: 20px;
    text-align: center;
}
.flaticon::before {
    content: "";
    transition: 0.3s ease-in-out;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
}
.flaticon-sofa::before {
    background-position: -235px -94px;
}
.flaticon-menu::before {
    background-position: -313px 0;
}
.footer-item .flaticon-pin::before,
.info .flaticon-pin::before {
    background-position: -117px -141px;
    width: 20px;
    height: 20px;
}
.footer-item .flaticon-phone-call::before,
.info .flaticon-phone-call::before{
    background-position: -172px -141px;
    width: 20px;
    height: 20px;
}
.common-btn .flaticon-phone-call::before {
    background-image: url(../images/sprit-icons-white.webp);
    background-position: -170px -141px;
    width: 20px;
    height: 20px;
}
.footer-item .flaticon-email::before,
.info .flaticon-email::before {
    background-position: -147px -141px;
    width: 20px;
    height: 20px;
}
.flaticon-seater-sofa::before {
    background-position: -44px -43px;
}
.flaticon-instagram::before {
    background-position: -280px -94px;
}
.flaticon-sofa-bed::before {
    background-position: -189px -90px;
}
.flaticon-sofa-1::before {
    background-position: -142px -90px;
}
.flaticon-sleeping::before {
    background-position: -95px -94px;
}
.flaticon-crib::before {
    background-position: -48px -94px;
}
.flaticon-kids-bunk-bed-icon::before {
    background-position: -1px -94px;
}
.flaticon-bed::before {
    background-position: -1px -47px;
}
.flaticon-mattress::before {
    background-position: -326px -47px;
}
.flaticon-intrest::before {
    background-image: url(../images/sprit-icons-white.webp);
    width: 16px;
    height: 16px;
    background-position: -259px -142px;
}
.wishlist-btn:hover .flaticon-random::before,
.wishlist-btn:hover .flaticon-intrest::before {
    background-image: url(../images/sprit-icons.webp);
}
.flaticon-random::before {
    background-image: url(../images/sprit-icons-white.webp);
    width: 16px;
    height: 16px;
    background-position: -13px -15px;
}
.flaticon-trash::before {
    background-position: -281px -144px;
}
.flaticon-telegram::before {
    background-position: -87px 0px;
}
.table-of-content p {
    cursor: pointer;
    width: fit-content;
}
.table-of-content p.active::after {
    transform: rotate(180deg);
    background-position: -228px -144px;
}
.table-of-content p::after {
    content: "";
    transition: 0.3s all ease-in-out;
    background-image: url("../images/sprit-icons.webp");
    background-position: -231px -138px;
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
}
.flaticon-whatsapp::before {
    background-position: -43px 0px;
}
.flaticon-search::before {
    background-position: -219px -134px;
    background-image: url(../images/sprit-icons-white.webp);
}
.search-icon {
    background-position: 10px;
    background-repeat: no-repeat;
    background-image: url(../images/search-icon.webp);
    filter: grayscale(1);
    background-size: 6%;
}
.flaticon-furniture::before {
    background-position: -279px -47px;
}
.flaticon-restaurant::before {
    background-position: -232px -47px;
}
.flaticon-buffet::before {
    background-position: -184px -47px;
}
.flaticon-makeup::before {
    background-position: -138px -47px;
}
.flaticon-living-room::before {
    background-position: -91px -47px;
}
.flaticon-living-room-1::before {
    background-position: -357px 0;
}
.flaticon-list::before {
    width: 16px;
    height: 16px;
    background-position: -1px -143px;
}
.flaticon-grid::before {
    width: 16px;
    height: 16px;
    background-position: -339px -105px;
}
.footer-mob .flaticon-grid::before {
    width: 40px;
    height: 40px;
    background-position: -313px 0;
}
.flaticon-shipped::before {
    background-position: -137px 0;
}
.flaticon-call-center::before {
    background-position: -181px 0;
}
.flaticon-promo-code::before {
    background-position: -224px 0;
}
.join .flaticon-profile-user::before {
    background-position: -279px -9px;
    width: 21px;
    height: 21px;
}
.moblomiz{
    width: fit-content;
}
.moblomiz::after {
    content: "";
    display: block;
    width: 40%;
    height: 2px;
    bottom: 15px;
    border: 1px solid #00000012;
    position: relative;
    right: 110%;
}
.table-of-content {
    border: 1px solid #f7972b;
    border-radius: 10px;
    padding: 10px;
}
#table-of-content ul li a {
    color: black;
    border-bottom: 1px dashed silver;
    width: 100%;
    display: block;
    padding: 10px;
}
#table-of-content ul li a:hover {
    color: #f7972b;
}
.head-like.flaticon-heart::before {
    width: 16px;
    height: 16px;
    background-position: -115px -142px;
}
.flaticon-heart::before {
    background-position: -51.6px -133px;
}
.nav-item .flaticon-arrow-down::before {
    width: 10px;
    height: 10px;
    background-position: -232px -145px;
}
.go-top .flaticon-arrow::before {
    border-radius: 50%;
    background-color: #f7972b;
    background-position: -191px -131px;
    width: 38px;
    height: 38px;
}
.blog-btn:hover .flaticon-plus::before,
.flaticon-plus::before {
    background-image: url(../images/sprit-icons.webp);
    background-position: -19px -135px;
}
.blog-btn:hover .flaticon-plus::before {
    background-image: url(../images/sprit-icons.webp) !important;
}
.wishlist:hover .flaticon-heart::before {
    background-position: -51.6px -133px;
    background-image: url(../images/sprit-icons-white.webp);
}
.bottom:hover .flaticon-plus::before {
    background-position: -19px -135px;
    background-image: url(../images/sprit-icons.webp);
}
.products-item:hover .bottom .flaticon-plus::before {
    background-position: -19px -135px;
    background-image: url(../images/sprit-icons-white.webp);
}
.flaticon-cart::before {
    width: 16px;
    height: 16px;
    background-position: -93px -142px;
}
.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 100px;
}
.sticky ul li {
    border-bottom: 1px dashed #dfdfdf;
    border-right: 3px solid #e4e4e4;
}
.sticky ul li a {
    color: #000;
}
.sticky ul li.active {
    border-right: 3px solid #f7972b;
    transition: 0.3s all ease-in-out;
    background-color: #f7982b80;
    padding: 7px;
    border-radius: 10px 0px 0px 0px;
}
.compare:hover i,
.intrest:hover i {
    color: #f7972b !important;
}
.compare,
.intrest {
    background: #e7e4d9;
    color: #000;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 12px;
}
.compare:hover,
.intrest:hover {
    color: #fff;
    background: #f7972b;
    text-shadow: 1px 1px #000;
}
.product-details-area .bottom .nav-pills {
    display: block;
    text-align: center;
    margin-bottom: 15px;
}
.product-details-area .bottom {
    background-color: white;
    border-radius: 20px;
    padding: 30px;
}
.product-details-area .bottom .nav-pills li {
    display: inline-block;
    margin-left: 3px;
    margin-right: 3px;
}
.product-details-area .bottom .nav-pills li a {
    padding: 10px 25px;
    color: #545454;
    background-color: #fff;
    border: 1px solid #f7972b;
    border-radius: 10px;
    font-weight: 600;
    font-size: 16px;
}
#modal-subscribe .subscribe-content form .inner-check .form-check .form-check-label a:hover,
.contact-area #contactForm .form-group .form-check .form-check-label,
.order-tracking-area .order-content .form-check .form-check-label,
.product-details-area .bottom .bottom-comment h3 span,
.user-area .user-item .form-group .form-check .form-check-label {
    color: #545454;
}
.product-details-area .bottom .bottom-comment .comments .reviews {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 20px;
    right: 20px;
}
.product-details-area .bottom .bottom-comment .comments .reviews li {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}
#modal-subscribe .subscribe-img,
.order-tracking-area .order-img {
    margin-bottom: 30px;
    text-align: center;
}
.order-tracking-area .order-img img {
    -webkit-animation: 5s linear infinite order-ani-one;
    animation: 5s linear infinite order-ani-one;
}
.order-tracking-area .order-content h2 {
    font-size: 25px;
    margin-bottom: 30px;
}
.order-tracking-area .order-content .form-group .form-control {
    height: 50px;
    border: 0;
    border-radius: 5px;
}
.order-tracking-area .order-content .common-btn {
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.contact-area #contactForm .form-group .form-check .form-check-input,
.order-tracking-area .order-content .form-check .form-check-input,
.user-area .user-item .form-group .form-check .form-check-input {
    margin-left: -25px;
    width: 18px;
    height: 18px;
    border-radius: 0;
    margin-top: 3px;
    border: 1px solid #363636;
}
@-webkit-keyframes order-ani-one {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, -15px);
        transform: translate(0, -15px);
    }
}
@keyframes order-ani-one {
    0%,
    100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    50% {
        -webkit-transform: translate(0, -15px);
        transform: translate(0, -15px);
    }
}
.map-img {
    border-radius: 10px;
}
.common-faq-area .faq-item .accordion li {
    position: relative;
    list-style-type: none;
    margin-bottom: 20px;
    display: block;
    -webkit-box-shadow: 0 0 20px 0 #dddddd75;
    box-shadow: 0 0 20px 0 #dddddd75;
}
.common-faq-area .faq-item .accordion li .faq-head {
    color: #363636;
    font-size: 18px;
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    padding: 18px 35px 18px 18px;
    margin-bottom: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border: 1px solid transparent;
    background-color: #fff;
}
.common-faq-area .faq-item .accordion li .faq-head:after {
    position: absolute;
    right: -25px;
    content: "+";
    top: 5px;
    color: #363636;
    font-size: 25px;
    width: 50px;
    height: 50px;
    line-height: 40px;
    border-radius: 50%;
    border: 5px solid #f5f5f5;
    text-align: center;
    background-color: #fff;
}
.common-faq-area .faq-item .accordion li .faq-head.active {
    color: #fff;
    background-color: #f7972b;
    border: 1px solid #f7972b;
}
.common-faq-area .faq-item .accordion li .faq-head.active:after {
    content: "-";
    font-size: 25px;
    color: #363636;
}
.common-faq-area .faq-item .accordion li .faq-content {
    display: none;
    background-color: #fff;
    padding: 12px 45px 15px 20px;
}
.common-faq-area .faq-item .accordion li .faq-content .inner-list li {
    list-style-type: none;
    display: block;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    margin-bottom: 10px;
}
.common-faq-area .faq-item .accordion li .faq-content a {
    display: inline-block;
    color: #f7972b;
    font-weight: 600;
}
.contact-area #contactForm .form-group .form-control {
    border-radius: 5px;
    height: 50px;
    border: 0;
    padding-left: 15px;
}
#modal-subscribe .subscribe-content form .validation-danger,
.contact-area #contactForm .list-unstyled,
.contact-area #contactForm .text-danger {
    color: #dc3545 !important;
    margin-top: 10px;
}
#modal-subscribe .subscribe-content form .validation-success,
.contact-area #contactForm .text-success {
    color: #28a745 !important;
    margin-top: 10px;
}
.contact-area .contact-info h3 {
    font-size: 20px;
    color: #363636;
    margin-bottom: 25px;
}
.contact-area .contact-info .info li {
    list-style-type: none;
    display: block;
    position: relative;
    padding-right: 35px;
    margin-bottom: 20px;
}
.contact-area .contact-info .info li i {
    display: inline-block;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
}
.contact-area .contact-info .info li a {
    display: block;
    color: #545454;
    margin-bottom: 3px;
}
.contact-area .contact-info .social-links {
    text-align: right;
    margin-bottom: 0;
}
.map-area #map {
    width: 100%;
    height: 400px;
    display: block;
    border-radius: 10px;
}
.user-area .user-item {
    border-radius: 10px;
    background-color: #fff;
    padding: 50px;
}
.user-area .user-item h2 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: -4px;
}
.user-area .user-item .form-group .form-control {
    height: 50px;
    border: 0;
    border-radius: 5px;
    padding-left: 15px;
    background-color: #f5f5f5;
}
.total-price span {
    position: relative;
    z-index: 1;
    background-color: #f5f5f5;
}
.total-price {
    position: relative;
}
.total-price::after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #f7972b;
    display: block;
    position: absolute;
    z-index: 0;
    top: 50%;
}
.user-area .user-item .common-btn {
    width: 100%;
    display: block;
    margin-bottom: 30px;
}
.user-area .user-item h4 {
    font-weight: 400;
    margin-bottom: 30px;
    font-size: 16px;
    position: relative;
    text-align: center;
}
.user-area .user-item h4:before {
    position: absolute;
    content: "";
    top: 9px;
    left: 0;
    width: 45%;
    height: 1px;
    background-color: #ddd;
}
.user-area .user-item h4:after {
    position: absolute;
    content: "";
    top: 9px;
    right: 0;
    width: 45%;
    height: 1px;
    background-color: #ddd;
}
.user-area .user-item ul {
    margin: 0 0 30px;
    padding: 0;
    text-align: center;
}
.user-area .user-item ul li {
    list-style-type: none;
    display: block;
    margin-bottom: 15px;
}
.user-area .user-item ul li a {
    display: block;
    color: #fff;
    background-color: #3b5998;
    border-radius: 5px;
    border: 1px solid #3b5998;
    padding: 10px 12px;
    font-weight: 600;
}
.user-area .user-item ul li a i {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 3px;
}
.user-area .user-item ul li a:hover {
    color: #3b5998;
    background-color: #fff;
}
.user-area .user-item ul li:nth-child(2) a {
    background-color: #db3236;
    border: 1px solid #db3236;
}
.user-area .user-item ul li:nth-child(2) a:hover {
    color: #db3236;
    background-color: #fff;
}
.user-area .user-item h5 {
    margin-bottom: 0;
    font-weight: 400;
    color: #545454;
    font-size: 16px;
    text-align: center;
}
.user-area .user-item h5 a {
    color: #f05454;
    display: inline-block;
    font-weight: 600;
    border-bottom: 1px solid #f05454;
}
.user-area .user-item h5 a:hover {
    color: #545454;
    border-bottom: 1px solid #545454;
}
.error-area {
    height: 100vh;
    text-align: center;
}
.error-area .error-content i {
    color: #f7972b;
    display: inline-block;
    font-size: 100px;
}
.error-area .error-content h1 {
    font-size: 130px;
    color: #f7972b;
    margin-bottom: 20px;
}
.error-area .error-content h2 {
    font-size: 25px;
    color: #f7972b;
    margin-bottom: 10px;
}
.error-area .error-content p {
    margin-bottom: 20px;
    font-weight: 500;
}
.return-policy-area .return-policy-item h2 {
    font-size: 30px;
    margin-bottom: 30px;
}
.return-policy-area .return-policy-item .inner h3 {
    font-size: 20px;
    margin-bottom: 5px;
}
.rules-area .rules-item .inner h3 {
    font-size: 20px;
    margin-bottom: 10px;
}
.rules-area .rules-item .inner ul {
    margin: 14px 0 0;
    padding: 0;
}
#modal-subscribe.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(-50%, -60%);
    transform: translate(-50%, -60%);
    position: relative;
    top: 50%;
    left: 50%;
}
#modal-subscribe.show .modal-dialog {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#modal-subscribe .modal-dialog {
    max-width: 1000px;
    margin: 0;
}
#modal-subscribe .modal-dialog .modal-content {
    padding: 50px 50px 20px;
    border-radius: 10px;
    position: relative;
}
#modal-subscribe .modal-dialog .modal-content .subscribe-shape img:first-child {
    top: 10px;
    right: 40%;
}
#modal-subscribe .modal-dialog .modal-content .subscribe-shape img:nth-child(2) {
    top: 40%;
    left: -1px;
}
#modal-subscribe .modal-dialog .modal-content .subscribe-shape img:nth-child(3) {
    bottom: 0;
    right: 50px;
}
#modal-subscribe .subscribe-content h2 {
    font-size: 25px;
    margin-bottom: 5px;
}
#modal-subscribe .subscribe-content form .form-control {
    height: 50px;
    border: 0;
    border-radius: 5px;
    background-color: #f5f5f5;
    margin-bottom: 15px;
}
#modal-subscribe .subscribe-content form .inner-check {
    margin-top: 15px;
}
.row.bg-white {
    border-radius: 20px;
}
#modal-subscribe .subscribe-content form .inner-check .form-check {
    padding-right: 26px;
    margin-bottom: 5px;
}
#modal-subscribe .subscribe-content form .inner-check .form-check .form-check-input {
    margin-right: -26px;
    width: 15px;
    height: 15px;
    border-radius: 0;
    margin-top: 5px;
    border: 1px solid #363636;
}
.add-product {
    cursor: pointer;
    border-radius: 20px;
}
.loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999999;
    background: #f7972b;
}
.loader .pre-load {
    position: absolute;
    top: calc(50% - 32px);
    left: calc(50% - 32px);
    width: 85px;
    height: 85px;
    border-radius: 50%;
    -webkit-perspective: 800px;
    perspective: 800px;
}
.loader .pre-load .inner {
    position: absolute;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.loader .pre-load .inner.one {
    left: 0;
    top: 0;
    -webkit-animation: 1s linear infinite rotate-one;
    animation: 1s linear infinite rotate-one;
    border-bottom: 10px solid #fff;
}
.loader .pre-load .inner.two {
    right: 0;
    top: 0;
    -webkit-animation: 1s linear infinite rotate-two;
    animation: 1s linear infinite rotate-two;
    border-right: 10px solid #fff;
}
.loader .pre-load .inner.three {
    right: 0;
    bottom: 0;
    -webkit-animation: 1s linear infinite rotate-three;
    animation: 1s linear infinite rotate-three;
    border-top: 10px solid #fff;
}
@-webkit-keyframes rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@keyframes rotate-one {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(0);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(-45deg) rotateZ(360deg);
    }
}
@-webkit-keyframes rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@keyframes rotate-two {
    0% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(0);
    }
    100% {
        -webkit-transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
        transform: rotateX(50deg) rotateY(10deg) rotateZ(360deg);
    }
}
@-webkit-keyframes rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
@keyframes rotate-three {
    0% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(0);
    }
    100% {
        -webkit-transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
        transform: rotateX(35deg) rotateY(55deg) rotateZ(360deg);
    }
}
.gridveiw,
.listveiw {
    background-color: #f7972b;
    color: #fff;
    padding: 10px;
}
/* start of edit css */

.thumbnail-slides .owl-item .top-img .box-name {
    position: relative;
    padding: 10px;
    bottom: 0;
    font-size: 12px;
}
.thumbnail-slides .owl-item {
    position: relative;
    transition: 0.3s ease-in-out;
}
.thumbnail-slides .owl-item.active-item::after {
    opacity: 0.5 !important;
}
.owl-carousel .owl-item img,
.thumbnail-slides .owl-item img {
    border-radius: 10px;
}
.thumbnail-slides .owl-item::after {
    content: "";
    position: absolute !important;
    border-radius: 10px;
    transition: 0.3s ease-in-out;
    bottom: 100%;
    opacity: 0;
    top: 0;
    width: 100%;
    position: relative;
    display: block;
    height: 100%;
    background-color: #f7972b;
}

/* end of edit css */
.gridveiw:focus,
.listveiw:focus {
    background-color: #fff !important;
    border: 1px solid #f7972b;
    color: #f7972b !important;
    box-shadow: #f7972b 0 0 10px 0;
}
.go-top {
    position: fixed;
    cursor: pointer;
    bottom: 0;
    left: unset !important;
    right: 15px !important;
    color: #f7972b;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 45px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border-radius: 50%;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    left: 0;
    right: 0;
    margin: 0 auto;
    -webkit-transition: 0.6s;
    transition: 0.6s;
    font-size: 40px;
    line-height: 45px;
}
.social-btn {
    flex-direction: row-reverse;
    width: 170px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border: 1px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 5px;
    position: relative;
    left: -135px;
    transition: left 1s;
}
.article-heading li {
    transition: 0.3s ease-in-out;
    border-bottom: 1px solid rgba(0, 0, 0, 0.26);
}
.social-btn:hover {
    left: -10px;
    transition: left 1s;
}
.social {
    position: fixed;
    z-index: 100;
    top: auto;
    bottom: 0;
    left: 8px;
}
.social a {
    font-size: 18px;
}
.color-phone {
    background-color: #f7972b;
}
.color-price {
    background-color: #b8d8d8;
}
.color-whatsapp {
    background-color: #d5e5a3;
}
.social-btn img {
    width: 40px;
}
.social-btn p {
    margin-top: 0;
    margin-bottom: 0;
}
.social-btn a {
    color: #000 !important;
}
.icons8-phone,
.icons8-price,
.icons8-whatsapp {
    order: 2;
    display: inline-block;
    width: 25px;
    height: 25px;
}
.icons8-phone {
    background: url("../images/phone-call.svg") 50% 50%/100% no-repeat;
}
.icons8-price {
    background: url("../images/instagram.svg") 50% 50%/100% no-repeat;
}
.icons8-whatsapp {
    background: url("../images/whatsapp.svg") 50% 50%/130% no-repeat;
}
.social-price {
    padding-left: 10px;
}
.social-whatsapp {
    padding-left: 20px;
}
.go-top.active {
    bottom: 10%;
    right: 2%;
    -webkit-transform: translateY(-1%);
    transform: translateY(-1%);
    opacity: 1;
    visibility: visible;
}
.go-top:focus i:first-child,
.go-top:hover i:first-child {
    opacity: 0;
    top: 0;
    visibility: hidden;
}
.go-top:focus i:last-child,
.go-top:hover i:last-child {
    opacity: 1;
    visibility: visible;
    top: 50%;
}
.toc .BtnWidth,
.toc p,
.toc ul li {
    line-height: 2.5em;
}
.databox .seo-content {
    max-height: 25rem;
    overflow-y: auto;
}
.scroll-box::-webkit-scrollbar,
.seo-content::-webkit-scrollbar {
    width: 5px;
}
.scroll-box::-webkit-scrollbar-track,
.seo-content::-webkit-scrollbar-track {
    background: 0 0;
}
.scroll-box::-webkit-scrollbar-thumb,
.seo-content::-webkit-scrollbar-thumb {
    background: #f7972b;
    border-radius: 20px;
}
.scroll-box::-webkit-scrollbar-thumb:hover,
.seo-content::-webkit-scrollbar-thumb:hover {
    background: #f7972b;
}
@media (min-width: 993px) {
    .toc .row {
        flex-direction: row;
    }
}
@media (max-width: 992px) {
    .toc .row {
        flex-direction: column !important;
    }
}
@media (max-width: 768px) {
    .product-table-cart table {
            border: 0;
        }
    .product-table-cart table .product-img {
            width: 94px !important;
            height: 100% !important;
        }
    
                .product-table-cart table caption {
            font-size: 1.3em;
        }
    
                .product-table-cart table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }
    
                .product-table-cart table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }
    
                .product-table-cart table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: left;
        }
    
                .product-table-cart table td::before {
            content: attr(data-label);
            float: right;
            font-weight: bold;
            position: static;
            text-transform: uppercase;
        }
                .product-table-cart.order-history table td::before, .product-table-cart.comment-table table td::before {
            content: attr(data-label);
            position: static !important;
        }
                .product-table-cart table td:nth-child(3)::before, .product-table-cart table td:last-child::before {
                    top: 20px;
        }
    
                .product-table-cart table td:last-child {
            border-bottom: 0;
        }
    .thumbs-img {
        width: 103px;
        height: 69px;
    }
    .total-container{
        flex-direction: column;
    }
    .comparison-table thead{
        position: relative;
        -webkit-position: relative;
        top: 0px;
        z-index: 0;
    }
    .comparison-table {
        width: 100%;
    }
    .feedback label{
        margin-right: 10px !important;
    }
    .share {
        width: 100%;
    }
    .table img {
        width: 100%;
        height: 100%;
    }
    .add-product {
        width: 159px;
        height: 106px;
    }
    .image-slides .top-img img {
        width: 334px;
        height: 222px;
    }
    .admin {
        width: 100%;
        right: 0;
    }
    select[name="sort"] {
        width: 100%;
    }
    .product-img {
        width: 376px;
        height: 250px;
    }
    .go-top.active {
        bottom: 20% !important;
    }
}
.toc .row {
    flex-wrap: nowrap !important;
}
.products-thumb span {
    font-size: 12px;
}
.toc ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.toc ol li {
    list-style-type: decimal;
    list-style-position: inside;
    line-height: 2;
}
.databox [data-content].active {
    font-weight: 700;
}


/* Omid CSS */

/* mobile category menu */

.category-panel .products-thumb {
    display: flex;
    align-items: center;
    box-shadow: 0 0 10px #0000002e;
    padding: 5px 10px;
}

.category-panel .products-thumb i {
    font-size: 24px;
    margin-left: 15px;
}

.category-panel > div {
    width: calc(50% - 20px);
    padding: 0;
    margin: 0;
}
.category-panel {
    gap: 15px;
    border-top: solid 5px #f7972b;
    justify-content: center;
    z-index: 1 !important;
    transition: all ease 0.5s;
    height: 0;
    overflow: hidden;
    align-content: center;
}

.category-panel .category-link {
    text-align: right;
}

.footer-mob .row {
    position: relative;
    z-index: 2;
    background: #fff;
}

.category-panel.pannel-open {
    height: 500px;
}

.footer-mob a.btn {
    font-size: 12px;
    color: #a1a3a8;
    font-weight: bold;
}