@import url(fontiran.css);
body,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
a,
p,
span,
strong {
    font-family: iranyekan !important;
}

button:focus,
a:focus,
input:active,
input:focus select:active,
select:focus {
    outline: 0 none !important;
    box-shadow: 0 none !important;
}

header .logo {
    text-align: center;
}

header .logo img {
    width: 75%;
    max-width: 120px;
}

header .search .form-group {
    position: relative;
}

header .search .form-group .form-control {
    height: 50px;
    border-radius: 25px;
}

header .search .form-group label {
    position: absolute;
    top: 12px;
    left: 15px;
    cursor: pointer;
    font-size: 1.3rem;
    color: #7f7f7f;
    transition: 500ms;
}

header .search .form-group label:hover {
    color: #ff4842;
}

header .support i {
    font-size: 2.2rem;
    color: #dadada;
    transform: rotate(10deg);
    float: right;
    margin-top: 5px;
}

header .support span {
    float: right;
    margin-right: 10px;
    color: #212529;
    font-size: .9rem;
    margin-top: 5px;
}

.btn-shopping-bag {
    background-color: #ff4842;
    border: 1px solid #ff4842;
    color: #fff;
    transition: 500ms;
    border-radius: 25px;
    padding: 5px 10px;
    margin-top: 10px;
}

.btn-shopping-bag:hover {
    background-color: #fff;
    color: #212529;
}

.btn-user {
    background-color: #fff;
    border: 1px solid #696969;
    color: #696969;
    transition: 500ms;
    border-radius: 25px;
    padding: 5px 10px;
    margin-top: 10px;
}

.btn-user:hover {
    background-color: #696969;
    color: #fff;
}

.navbar {
    background-color: #ff4842;
}

.navbar a {
    color: #fff;
    transition: 500ms;
}

.navbar a:hover {
    color: #fff16b;
}

.navbar .dropdown-item {
    color: #fff;
    transition: 500ms;
}

.navbar .dropdown-item:hover {
    background-color: #fff;
    color: #ff4842;
}

.dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #ff4842;
    border: none;
}

.dropdown>.dropdown-toggle:active {
    pointer-events: none;
}

.dropdown>.dropdown-toggle::after {
    display: none;
}

.slider img {
    border-radius: 15px;
}

.slider .carousel-indicators {
    margin-left: 2%;
    right: unset;
}

.slider .carousel-indicators li {
    background-color: #e4e4e4;
    height: 10px;
    display: block;
    border: none !important;
    border-radius: 10px !important;
}

.slider .carousel-indicators li.active {
    background-color: #fada03;
}

.special-products-slider-card {
    min-height: 383px;
    background-color: #fff;
    box-shadow: 0 0 10px -2px #c5c5c5;
    border-radius: 15px;
    border: none;
    text-align: center !important;
}

.special-products-slider-card .card-header {
    border: none !important;
    background-color: #fff !important;
}

.special-products-slider-card .card-header i {
    color: #ff4842;
    font-size: 1.5rem;
    display: block;
    margin-top: 5px;
    float: right;
}

.special-products-slider-card .card-header span {
    font-size: 1.2rem;
    margin-top: 5px;
    margin-right: 10px;
    display: block;
    float: right;
}

.special-products-slider-card img {
    width: 75% !important;
    margin: 0 auto;
}

.special-products-slider-card a {
    text-decoration: none;
}

.special-products-slider-card a h2 {
    font-size: .9rem;
    color: #8d93a6;
    font-weight: 300;
    width: 85%;
    margin: 0 auto;
    line-height: 25px;
}

.special-products-slider-card p.price {
    width: 95%;
    margin: 5px auto;
    border-radius: 30px;
    height: 40px;
    text-align: center;
    padding: 8px 0 0 0;
    background-color: #f4f5f9;
    font-size: .9rem;
}

.special-products-slider-card p.disprice {
    width: 95%;
    margin: 5px auto;
    border-radius: 30px;
    height: 40px;
    background-color: #f4f5f9;
    font-size: .9rem;
}

.special-products-slider-card p.disprice span.dis {
    float: right;
    background-color: #fff;
    color: #ff4842;
    border-radius: 30px;
    display: block;
    height: 40px;
    padding: 8px 10px 0 10px;
    -moz-box-shadow: 0px 3px 8px #e9e9e9;
    -webkit-box-shadow: 0px 3px 8px #e9e9e9;
    box-shadow: 0px 3px 8px #e9e9e9;
    text-decoration: line-through;
}

.special-products-slider-card p.disprice span.not {
    float: left;
    display: block;
    height: 40px;
    padding: 7px 0 0 15px;
}

.special-products-slider-card form {
    width: 95%;
    margin: 10px 2.5% 0 2.5%;
}

.number-input input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}

.number-input input[type=number]::-webkit-inner-spin-button,
.number-input input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}

.number-input {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.number-input button {
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.number-input button:before,
.number-input button:after {
    display: inline-block;
    position: absolute;
    content: '';
    height: 2px;
    transform: translate(-50%, -50%);
}

.number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.number-input input[type=number] {
    text-align: center;
}

.number-input.number-input {
    border: none;
    background-color: #f4f5f9;
    width: 100%;
    height: 25px;
    border-radius: 15px;
    margin: 15px 0;
}

.number-input.number-input button {
    width: 1rem !important;
    height: 2rem;
}

.number-input.number-input button:focus {
    outline: none;
}

.number-input.number-input button.minus {
    padding-left: 29px;
}

.number-input.number-input button.plus {
    padding-left: 27px;
}

.number-input.number-input button:before,
.number-input.number-input button:after {
    width: .7rem;
    background-color: #626262;
}

.number-input.number-input input[type=number] {
    max-width: 2rem;
    padding: 0 .5rem;
    border: none;
    border-width: 0 1px;
    font-size: 1rem;
    height: 150%;
    background-color: #f4f5f9;
    color: #626262;
    margin: -25%;
    border-radius: 40px;
}

.number-input.number-input input[type=number]:focus {
    outline: none;
}

.special-products-slider-card form p.time {
    margin: 16px 0 0 0;
    text-align: center;
}

.special-products-slider-card form p.time i {
    font-size: 1.2rem;
    color: #a8a8a8;
}

.special-products-slider-card form p.time span {
    font-size: .7rem;
    color: #a8a8a8;
}

.btn-shopping-bag-card {
    background-color: #ff4842;
    border: 1px solid #ff4842;
    color: #fff;
    transition: 500ms;
    border-radius: 30px;
    margin-top: 7px;
}

.btn-shopping-bag-card:hover {
    background-color: #fff;
    color: #212529;
}

.special-products-slider-card .owl-prev {
    display: block;
    position: absolute;
    top: -30px;
    left: 50px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #ff4842 !important;
    opacity: 0.7;
    transition: 500ms;
}

.special-products-slider-card .owl-prev:hover {
    opacity: 1;
}

.special-products-slider-card .owl-prev span {
    font-size: 1.5rem;
    position: absolute;
    top: -8px;
    left: 6px;
    color: #fff;
}

.special-products-slider-card .owl-prev:focus {
    border: 0 none;
    outline: 0 none;
}

.special-products-slider-card .owl-next {
    display: block;
    position: absolute;
    top: -30px;
    left: 20px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #ff4842 !important;
    opacity: 0.7;
    transition: 500ms;
}

.special-products-slider-card .owl-next:hover {
    opacity: 1;
}

.special-products-slider-card .owl-next span {
    font-size: 1.5rem;
    position: absolute;
    top: -8px;
    left: 6px;
    color: #fff;
}

.special-products-slider-card .owl-next:focus {
    border: 0 none;
    outline: 0 none;
}

.product-list {
    position: relative;
}

.product-list h6 {
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 30px 0 0;
    position: relative;
}

.product-list h6::after {
    content: "";
    width: 20px;
    height: 20px;
    display: block;
    border-radius: 2px;
    background-color: #ff4842;
    position: absolute;
    top: 0;
    right: -30px;
}

.product-list hr {
    margin: 10px 0 8px 0;
}

.product-list .owl-prev {
    display: block;
    position: absolute;
    top: -38px;
    left: 30px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #ff4842 !important;
    opacity: 0.7;
    transition: 500ms;
}

.product-list .owl-prev:hover {
    opacity: 1;
}

.product-list .owl-prev span {
    font-size: 1.5rem;
    position: absolute;
    top: -8px;
    left: 6px;
    color: #fff;
}

.product-list .owl-prev:focus {
    border: 0 none;
    outline: 0 none;
}

.product-list .owl-next {
    display: block;
    position: absolute;
    top: -38px;
    left: 0px;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    background-color: #ff4842 !important;
    opacity: 0.7;
    transition: 500ms;
}

.product-list .owl-next:hover {
    opacity: 1;
}

.product-list .owl-next span {
    font-size: 1.5rem;
    position: absolute;
    top: -8px;
    left: 6px;
    color: #fff;
}

.product-list .owl-next:focus {
    border: 0 none;
    outline: 0 none;
}

.product-list-item {
    min-height: 383px;
    background-color: #fff;
    box-shadow: 0 0 10px -2px #c5c5c5;
    border-radius: 15px;
    border: none;
    text-align: center !important;
    overflow: hidden;
}

.product-list-item img {
    width: 100% !important;
    margin: 0 auto;
}

.product-list-item a {
    text-decoration: none;
}

.product-list-item a h2 {
    font-size: .9rem;
    color: #8d93a6;
    font-weight: 300;
    width: 95%;
    margin: 0 auto;
    line-height: 20px;
}

.product-list-item p.price {
    width: 95%;
    margin: 10px auto 0 auto;
    border-radius: 30px;
    height: 40px;
    text-align: center;
    padding: 8px 0 0 0;
    background-color: #f4f5f9;
    font-size: .9rem;
}

.product-list-item p.disprice {
    width: 95%;
    margin: 10px auto 0 auto;
    border-radius: 30px;
    height: 40px;
    background-color: #f4f5f9;
    font-size: .9rem;
}

.product-list-item p.disprice span.dis {
    float: right;
    background-color: #fff;
    color: #ff4842;
    border-radius: 30px;
    display: block;
    height: 40px;
    padding: 8px 10px 0 10px;
    -moz-box-shadow: 0px 3px 8px #e9e9e9;
    -webkit-box-shadow: 0px 3px 8px #e9e9e9;
    box-shadow: 0px 3px 8px #e9e9e9;
    text-decoration: line-through;
}

.product-list-item p.disprice span.not {
    float: left;
    display: block;
    height: 40px;
    padding: 7px 0 0 15px;
}

.product-list-item form {
    width: 95%;
    margin: 10px 2.5% 0 2.5%;
}

.product-list-item form p.time {
    margin: 14px 0 0 0;
}

.product-list-item form p.time i {
    font-size: 1.5rem;
    float: left;
    color: #a8a8a8;
}

.product-list-item form p.time span {
    font-size: .8rem;
    float: left;
    color: #a8a8a8;
    margin: 3px 0 0 5px;
}

.btn-shopping-bag-card {
    background-color: #ff4842;
    border: 1px solid #ff4842;
    color: #fff;
    transition: 500ms;
    border-radius: 30px;
    margin-top: 7px;
}

.btn-shopping-bag-card:hover {
    background-color: #fff;
    color: #212529;
}

.percent-product-list {
    background-color: #ff4842;
}

.card-percent-product-list-title {
    background-color: #ff4842;
    border: none;
    text-align: center;
}

.card-percent-product-list-title img {
    width: 75%;
    margin: 80px auto 20px auto;
}

.card-percent-product-list-title h6 {
    font-size: 1.2rem;
    color: #fff;
}

.card-percent-product-list-title a {
    color: #fff;
    font-size: .8rem;
    text-decoration: none;
    margin: 10px 0 0 0;
}

.percent-product-list .owl-prev {
    display: none;
}

.percent-product-list .owl-next {
    display: none;
}

.iranian-product-list {
    background-color: #1279d8;
}

.card-iranian-product-list-title {
    background-color: #1279d8;
    border: none;
    text-align: center;
}

.card-iranian-product-list-title img {
    width: 75%;
    margin: 0 auto 10px auto;
}

.card-iranian-product-list-title h6 {
    font-size: 1.2rem;
    color: #fff;
}

.card-iranian-product-list-title a {
    color: #fff;
    font-size: .8rem;
    text-decoration: none;
    margin: 10px 0 0 0;
}

.iranian-product-list .owl-prev {
    display: none;
}

.iranian-product-list .owl-next {
    display: none;
}

.why-us h4 {
    color: #ff4842;
    text-align: center;
    font-size: 2rem;
    margin: 5px 0 15px 0;
}

.card-why-us {
    width: 150px;
    height: 150px;
    border-radius: 100%;
    text-align: center;
    margin: 0 auto;
}

.card-why-us img {
    width: 80px;
    margin: 10px auto;
}

.card-why-us h6 {
    font-size: .8rem;
    color: #6c757d;
}

.footer {
    background-color: #222222;
}

.footer h6 {
    color: #fff;
    font-size: 1.1rem;
}

.footer p {
    font-size: .9rem;
    color: #6a727a;
}

.footer .footer-link {
    color: #6a727a;
    display: block;
    font-size: .9rem;
    text-decoration: none;
    margin: 0 0 8px 0;
    transition: 500ms;
}

.footer .footer-link:hover {
    color: #ff4842;
}

.footer label {
    color: #fff;
    margin: 0 0 5px 0;
    font-size: .95rem;
}

.footer .btn-newslatter {
    display: block;
    width: 100%;
    margin: 8px 0 0 0;
}

.footer .social-link {
    font-size: 1.8rem;
    text-decoration: none;
    float: left;
    margin: 10px 10px 0 0;
}

.footer .copyright {
    border-top: 1px solid rgb(54, 54, 54);
}

.footer p.text-copyright {
    text-align: center;
    margin: 10px 0 0 0;
}

.footer p.text-copyright a {
    color: #fada03;
    text-decoration: none;
    transition: 500ms;
}

.footer p.text-copyright a:hover {
    color: #ff4842;
}

.archive-shopping-bag {
    background-color: #ff4842;
    min-height: 100% !important;
    text-align: center;
    padding: 0;
}

.archive-shopping-bag p.empty {
    color: #fff;
    margin-top: 10px;
}

.archive-shopping-bag h6 {
    background-color: #dc3b36;
    padding: 15px 0;
    text-align: center;
    color: #fff;
    margin: 0;
}

.card-archive-shopping-bag-item {
    background-color: #ee423d;
    border: none;
    position: relative;
    padding: 5px 5px 20px 5px;
    margin: 0 0 30px 0;
}

.card-archive-shopping-bag-item h2 {
    font-size: .8rem;
    color: #fff;
    font-weight: 400;
    margin: 0 5px 5px 0;
    text-align: right;
}

.card-archive-shopping-bag-item p.price-item {
    background-color: #dd3a35;
    border-radius: 30px;
    padding: 7px 0;
    margin: 6px 0 0 0;
    color: #fff;
    font-size: .9rem;
}

.card-archive-shopping-bag-item .num {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #dd3a35;
    text-align: center;
    color: #fff;
    position: absolute;
    top: 5px;
    left: 10px;
    font-size: .8rem;
}

.card-archive-shopping-bag-item .btn-delete-item {
    width: 10%;
    height: 30px;
    border-radius: 20px;
    position: absolute;
    bottom: -15px;
    left: 45%;
    background-color: #fff;
    color: #ff4842;
    transition: 500ms;
}

.card-archive-shopping-bag-item .btn-delete-item:hover {
    color: #fff;
    background-color: #ee423d;
    border: 1px solid #ee423d;
}

.card-archive-shopping-bag-item .btn-delete-item i {
    margin: 5px 2px 0 0;
}

p.price-item2 {
    background-color: #dd3a35;
    border-radius: 30px;
    padding: 7px 0;
    margin: 6px auto 0 auto;
    width: 90%;
    color: #fff;
    font-size: 1rem;
}

a.btn-finish {
    width: 90%;
    background-color: #fff;
    border-radius: 30px;
    transition: 500ms;
    display: block;
    padding: 6px 0;
    text-align: center;
    text-decoration: none;
    color: #222;
    margin: 10px auto;
}

.card-filter {
    background-color: #fff;
    box-shadow: 0 0 10px -2px #c5c5c5;
    border-radius: 15px;
    border: none;
    overflow: hidden;
}

.card-filter .card-header {
    background-color: #fff;
    border-bottom: 1px solid #ebebeb;
    width: 90%;
    margin: 0 5%;
    text-align: right;
    padding-right: 0;
}

.card-filter .card-header h6 {
    color: #2f3041;
    margin: 0;
    font-size: 1rem;
}

.search-box .search-form {
    position: relative;
}

.search-box .search-form .form-control {
    height: 40px;
    border-radius: 25px;
}

.search-box .search-form label {
    position: absolute;
    top: 8px;
    left: 15px;
    cursor: pointer;
    font-size: 1.3rem;
    color: #7f7f7f;
    transition: 500ms;
}

.search-box .search-form label:hover {
    color: #ff4842;
}

.card-filter h6.title {
    text-align: right;
    color: #2f3041;
    margin: 10px 0 0 0;
    font-size: 1rem;
}

.card-filter .form-check {
    margin: 0;
    font-size: .9rem;
}

.card-filter .form-check .badge {
    float: left;
}

.card-filter .form-range::-webkit-slider-thumb {
    background: #ca2f2a;
}

.card-filter .form-range::-moz-range-thumb {
    background: #ca2f2a;
}

.card-filter .form-range::-ms-thumb {
    background: #ca2f2a;
}

.card-filter .custom-control-input:checked~.custom-control-label::before {
    color: #fff !important;
    border-color: #ca2f2a !important;
    background-color: #ca2f2a !important;
}

.card-filter .btn-remove-filter {
    margin: 5px 0;
}

.archive .btn-toolbar {
    justify-content: flex-end;
}

.archive .btn-toolbar * {
    direction: ltr !important;
}

.archive .btn-toolbar .btn {
    border-radius: 0 !important;
}

.archive .btn-toolbar .btn:first-child {
    border-radius: 5px 0 0 5px !important;
    margin-left: 5px;
}

.archive .btn-toolbar .btn:last-child {
    border-radius: 0 5px 5px 0 !important;
}

.archive .bg-danger,
.archive .btn-danger {
    background-color: #ff4842 !important;
}

.open-shopping-bag {
    position: fixed;
    bottom: 10px;
    left: 10px;
    background-color: #393e4d;
    border-radius: 30px;
    width: 60px;
    height: 60px;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 8px -2px #212529;
    padding: 7px 2px 0 0;
    text-align: center;
    cursor: pointer;
}

.open-shopping-bag i {
    font-size: 1.8rem;
    color: #ff4842;
    display: block;
}

.open-shopping-bag span {
    font-size: .6rem;
    margin: -5px 0 0 0;
    display: block;
}

.sideNav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #ff4842;
    overflow-x: hidden;
    text-align: center;
    transition: 500ms;
}

.sideNav a {
    color: #2f3041;
    font-size: 1rem;
    transition: 500ms;
    border-radius: 5px;
}

.sideNav a:hover {
    background-color: #ca2f2a;
    color: #fff;
}

.closebtn {
    color: #fff;
    position: absolute;
    top: 10px;
    right: 10px;
}

.card-factor-item {
    border: 2px solid #e2e2e2;
    margin-bottom: 20px;
    position: relative;
}

.card-factor-item a.card-link {
    text-decoration: none;
    color: #4b4b4b;
    transition: 500ms;
}

.card-factor-item a.card-link:hover {
    color: #ff4842;
}

.card-factor-item h3 {
    font-size: 1rem;
    font-weight: 400;
    margin: 20px 0 0 0;
}

.card-factor-item p.price {
    background-color: #f2f2f2;
    border-radius: 30px;
    padding: 8px 10px 10px 10px;
    text-align: center;
    color: #4b4b4b;
    margin: 15px 0 10px 0;
    font-size: .9rem;
}

.card-factor-item a.btn-delete-detail {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #ff4842;
    color: #ff4842;
    padding: 7px 12px 0 0;
    border-radius: 30px;
    display: block;
    margin: 25px 0 0 0;
    transition: 500ms;
}

.card-factor-item .btn-delete-detail-small {
    width: 40px !important;
    height: 40px !important;
    border: 1px solid #ff4842;
    color: #ff4842;
    padding: 7px 12px 0 0;
    border-radius: 30px;
    display: block;
    transition: 500ms;
    position: absolute;
    top: 10px;
    left: 10px;
}

.card-factor-item a.btn-delete-detail:hover {
    background-color: #ff4842;
    color: #fff;
}

.card-sum-factor {
    background-color: #fff;
    box-shadow: 0 0 10px -2px #7f7f7f;
    text-align: center;
    border-radius: 10px;
    border: none;
}

.card-sum-factor img {
    margin: 15px auto;
    width: 25%;
}

.card-sum-factor p.price {
    background-color: #f2f2f2;
    border-radius: 30px;
    padding: 8px 10px 10px 10px;
    text-align: center;
    color: #4b4b4b;
    margin: 0 0 15px 0;
    font-size: .9rem;
}

.card-sum-factor .form-control {
    border-radius: 30px;
    background-color: #f2f2f2;
    border: none;
    height: 50px;
    font-size: .9rem;
}

.card-sum-factor .btn-submit-discount {
    background-color: #ff4842;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: .9rem;
    height: 50px;
    width: 100%;
}

.factor .alert {
    border-radius: 40px;
    font-size: .9rem;
}

.card-sum-factor .btn-submit-factor {
    background-color: #ff4842;
    border-radius: 30px;
    color: #fff;
    display: block;
    height: 50px;
    padding-top: 10px;
    margin: 10px 0 0 0;
    width: 100%;
}

.card-factor-user {
    background-color: #fff;
    box-shadow: 0 0 10px -2px #b4b4b4;
    border-radius: 10px;
    border: none;
    margin: 0 0 15px 0;
}

.card-factor-user .btn-submit-factor-user {
    display: block;
    width: 100%;
    border-radius: 30px;
}

.card-factor-user .form-control {
    border-radius: 30px;
    margin: 10px 0 0 0;
}

.card-factor-user .validator {
    font-size: .9rem;
    color: #ff4842;
}

.card-factor-user .alert {
    margin: 10px 0 0 0;
    font-size: .9rem;
    padding: 10px;
}

.single-title {
    background-color: #f1f1f1;
    position: relative;
    padding: 30px 0;
}

.single-title h1 {
    font-size: 1rem;
    color: #777e96;
    position: relative;
    margin: 0 20px 0 0;
}

.single-title h1::after {
    width: 10px;
    height: 10px;
    border-radius: 3px;
    background-color: #bcbcbc;
    position: absolute;
    top: 4px;
    right: -15px;
    content: "";
}

.single-title span {
    position: absolute;
    top: 30px;
    left: 15px;
    color: #838b95;
}

.single .gallery {
    background-color: #e2443f;
}

.single .gallery .title-gallery img {
    height: 30%;
    margin: 35% 0 0 0 !important;
    display: block;
}

.single .gallery .card-gallery-item {
    border: none;
    overflow: hidden;
    background-color: #fff;
}

.single .gallery .owl-prev {
    display: none;
}

.single .gallery .owl-next {
    display: none;
}

.single .single-price {
    padding: 40px 20px 10px 20px;
    background-color: #f5f5f5;
    box-shadow: 0 0 8px -2px #7f7f7f;
}

.single .single-price .finally-price {
    background-color: #e4e4e4;
    border-radius: 30px;
    height: 60px;
    position: relative;
}

.single .single-price .finally-price img {
    width: 80px;
    position: absolute;
    bottom: 0;
    right: 0;
}

.single .single-price .finally-price span {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 1.2rem;
}

.single .single-price .number-input.number-input {
    background-color: #e4e4e4;
}

.single .single-price .number-input.number-input button:before,
.single .single-price .number-input.number-input button:after {
    background-color: #626262;
}

.single .single-price .number-input.number-input input[type=number] {
    background-color: #e4e4e4;
    color: #626262;
}

.single .single-price p.price {
    background-color: #e4e4e4;
    border-radius: 30px;
    padding: 15px;
}

.single .single-price .btn-add-product-to-order {
    background-color: #ff4e45;
    color: #fff;
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 30px;
    padding: 13px;
    transition: 500ms;
}

.single .single-price .btn-add-product-to-order:hover {
    background-color: #ca2f2a;
}

.single .card-single-description {
    background-color: #fff;
    border: none;
    border-radius: 15px;
    box-shadow: 0 0 10px -2px #bcbcbc;
    color: #777e96;
}

.single .card-single-description h6 {
    font-size: 1.2rem;
    color: #42474d !important;
}

.single .card-single-description p.description {
    font-size: .9rem;
    text-align: justify;
}

.single .comments-title {
    background-color: #f4f5f9;
    border-radius: 30px;
    padding: 10px;
}

.single .comments-title i {
    color: #ee423d;
    font-size: 1.1rem;
}

.single .validator-comment {
    font-size: .9rem;
    color: #ee423d;
}

.single textarea {
    background-color: #fafafa;
    border-radius: 10px;
    border: 1px solid #f0f0f0;
}

.single .btn-create-comment {
    display: block;
    width: 100%;
    border-radius: 30px;
    background-color: #ee423d;
    color: #fff;
    transition: 500ms;
}

.single .btn-create-comment:hover {
    background-color: #ca2f2a;
}

.single .card-comment {
    background-color: #fff;
    border: none;
    box-shadow: 0 0 8px -2px #dadada;
    border-radius: 10px;
}

.single .card-comment img {
    width: 80px;
    border-radius: 100%;
}

.single .card-comment p.name {
    border-radius: 30px;
    background-color: #f2f2f2;
    padding: 10px;
    color: #42474d;
    margin: 15px 0 0 0;
}

.single .card-comment p.text {
    font-size: .9rem;
    text-align: justify;
    margin: 5px 0 0 0;
}

@media(max-width:768px) {
    .single .gallery .title-gallery img {
        display: none;
    }
    .single-title span {
        display: none;
    }
}