/*
Theme Name: First Fika Theme Shop
Author: amir biabi ( Fika Developer )
Author URI: telegram.me/cornershot
Description: Ecommerce Theme Created For Online Shopping.
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.0
Text Domain: firstThemeShop
*/

@import "www-root/css/reset.css";
@import "www-root/css/fontiran.css";

/*
 Description About anything In Project :
 #Developed By : amir biabi
 #dm is specific name for Css Classes
 */
/* General Settings */
html,
body {
    font-family: "IRANSans" !Important;
    font-size: 14px !important;
    color: #363636 !important;
    background: #f5f5f5 !important;
    direction: rtl;
    line-height: 25px;
    overflow-x: hidden !important;
}

button,
input,
textarea,
select {
    font-family: inherit;
}

input,
textarea,
select {
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ddd;
    background: #f5f5f5;
}

* {
    transition: all 0.5s ease;
    outline: none !important;
}

a,
a:hover {
    text-decoration: none !important;
    color: #363636;
}

::selection {
    background: #ef5661;
}

.dm-vertical-align-middle {
    vertical-align: middle;
}

.dm-no-border {
    border: none;
}

::placeholder {
    font-size: 12px;
    color: #999;
}

.dm-flex-end {
    justify-content: flex-end !important;
}

.dm-height-auto {
    height: auto !important;
}

.dm-pagination>* {
    padding: 0 10px;
}

.dm-pagination>span {
    background: #ef5661 !important;
    border-radius: 5px;
    color: #FFF !important;
    font-weight: bold !important;
}

.dm-pagination>a:hover {
    opacity: 0.7 !important;
}

.error {
    font-size: 12px !important;
    color: red !important;
    margin-top: 10px !important;
}

div.dm-color-silver>a {
    color: #98A0AB !important;
}

/* General Settings */

/* Background and Colors */
.dm-bg-white {
    background: #fff;
}

.dm-bg-silver {
    background: #f5f5f5;
}

.dm-bg-first {
    background: #ef5661;
}

.dm-bg-first-light {
    background: rgba(255, 78, 0, 0.2);
}

.dm-bg-second {
    background: #ef5661;
}

.dm-color-silver {
    color: #98A0AB !important;
}

.dm-color-white>* {
    color: white !important;
}

.dm-color-white>*:hover {
    opacity: 0.7 !important;
}

.dm-color-first,
.dm-color-first a {
    color: #ef5661;
}

.dm-color-black {
    color: #3A3A3A;
}

.dm-color-light-black {
    color: #737A83;
}

.dm-color-white {
    color: #fff;
}

.dm-color-light-silver {
    color: rgba(255, 255, 255, 0.6);
}

/* Background and Color */

/* Border abd Border Radius */
.dm-border-bottom-light-silver {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.dm-border-bottom-first {
    border-bottom: 3px solid #ef5661;
}

.dm-border-light-silver {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

.dm-border-light {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.dm-border-left-light-silver {
    border-left: 1px solid rgba(255, 255, 255, 0.3);
}

.dm-border-bottom-dashed-light-silver {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.1);
}

.dm-border-product {
    border: 1px solid #eee;
}

.dm-border-left-silver {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.dm-border-top-silver {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.dm-border-radius-small {
    border-radius: 5px;
}

.dm-border-radius {
    border-radius: 10px;
}

.dm-border-radius-circle {
    border-radius: 50px;
}

/* Border abd Border Radius */

/* Padding and Margin */
.dm-padding-very-small {
    padding: 5px;
}

.dm-padding-small {
    padding: 10px;
}

.dm-padding {
    padding: 15px;
}

.dm-margin-right-small {
    margin-right: 5px;
}

.dm-margin-left-small {
    margin-left: 5px;
}

/* Padding and Margin */

/* Font Style */
.dm-font-size-very-small {
    font-size: 10px;
}

.dm-font-size-small {
    font-size: 12px;
}

.dm-font-size {
    font-size: 14px;
}

.dm-font-size-big {
    font-size: 16px;
}

.dm-font-size-very-big {
    font-size: 18px;
}

.dm-icon-font-size-big {
    font-size: 25px;
}

.dm-icon-font-size-very-big {
    font-size: 30px;
}

/* Font Style */

/* Header Style */
#middle-header {
    z-index: 999 !important;
}

.dm-logo {
    width: 50px;
}

#menu-parent>li {
    padding-right: 15px;
}

#menu-parent>li>a {
    color: #363636 !important;
}

#menu-parent>li>a:hover {
    color: #98A0AB !important;
}

.dm-btn-account,
.dm-btn-cart {
    padding: 7px 20px;
}

.dm-btn-fav {
    padding: 7px 11px;
}

#account-btn:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}



#cart-btn {
    display: flex;
    position: relative;
}

#cart-btn>.cart-count {
    background: #ef5661;
    position: absolute;
    display: flex;
    font-size: 12px;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    color: #fff;
    top: -10px;
    right: 10px;
}

/* Header Style */

/* Index Style */

/* Main Slider */
#main-slider {
    height: 100% !important;
    max-height: 443.333333px !important;
}

#main-slider>.swiper-wrapper>.swiper-slide {
    min-height: 100% !important;
}

#main-slider>.swiper-wrapper>.swiper-slide>img {
    min-height: 100% !important;
    max-height: 100% !important;
}

#main-slider>.swiper-wrapper>.swiper-button-next:after,
#main-slider>.swiper-wrapper>.swiper-button-prev:after {
    font-size: 24px;
    color: #fff;
    z-index: 909898989898988999;
}

/* Main Slider */

/* Specific Slider */
#specific-pagination {
    position: relative !important;
    top: 5px;
    right: -45%;
}

#specific-pagination>.swiper-pagination-bullet-active {
    width: 20px;
    border-radius: 100px;
    background: #fff !important;
}

#specific-pagination>.swiper-pagination-bullet {
    border-radius: 100px;
    background: #fff;
}

#specific-buttons {
    top: 20px;
    left: -85%;
    width: 75px;
}

#specific-buttons>.swiper-button-next::after,
#specific-buttons>.swiper-button-prev::after {
    font-size: 12px;
    color: #fff;
}

.dm-counter-element-padding {
    padding: 5px 10px;
}

.dm-offer-percent-padding {
    padding: 2px 5px;
}

/* Specific Slider */

.dm-add-to-cart-btn-padding {
    padding: 5px 0;
}

.dm-add-to-cart-circle {
    padding: 3px 10px;
}

/* Brand Slider */
#brands-button-next {
    right: 100%;
    left: 0;
}

#brands-button-prev {
    right: 0;
    left: 100%;
}

#brands-button-prev::after,
#brands-button-next::after {
    font-size: 14px;
}

#brands-slider {
    background: url('www-root/img/Subtract.png');
    background-position: inherit;
    background-position-x: 0;
    background-repeat: no-repeat;
    background-position-y: 0;
    background-size: 100% 100%;
}

/* Brand Slider */
/* Index Style */

/* Profile Index */
.dm-profile-save-button {
    padding: 7px 35px;
}

/* Profile Index */

/* Single Product */
.onsale {
    display: none;
}

.comment-form-rating {
    width: 100%;
}

#single-product-info-left-box {
    position: relative !important;
}

.uk-lightbox {
    z-index: 999999999 !important;
    background: #000000c4 !important;
}

.uk-lightbox-button.uk-position-center-left,
.uk-lightbox-button.uk-position-center-right {
    transform: rotate(180deg) !important;
    border-radius: 10px !important;
}

.product-info-btn.active,
.product-comments-btn.active {
    color: #ef5661 !important;
    font-weight: bold !important;
}

.product-info-btn.active::after {
    color: #ef5661;
    content: '•';
    position: relative;
    font-size: 20px !important;
    top: 20px;
    right: -50px !important;
}

#product-comments-btn.active::after {
    color: #ef5661;
    content: '•';
    position: relative;
    font-size: 20px !important;
    top: 20px;
    right: -45px !important;
}

#product-variations>.product_title,
#product-variations>.price,
#product-variations>.product_meta {
    display: none !important;
    ;
}

.price>del {
    justify-content: flex-end;
    font-size: 14px;
    color: #98A0AB !important
}

.price>ins {
    margin-top: 10px;
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
    font-weight: bold;
    color: #3A3A3A !important
}

.qty {
    margin-top: 10px;
    width: 100%;
    background: #fff;
    padding: 0 10px;
    height: 40px;
    box-sizing: border-box;
}

table.variations {
    width: 100% !important;
    border-collapse: collapse;
}

table.variations>tbody>tr>.value {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
    align-items: center;
    margin-top: 10px;
}

table.variations>tbody>tr>.label {
    display: flex;
    justify-content: right;
    align-items: center;
    column-gap: 20px;
}

table.variations>tbody>tr>.value>select {
    background: #fff !important;
    padding: 0 15px !important;
    height: 40px !important;
    vertical-align: middle !important;
    display: inline-block !important;
    border-radius: 5px !important;
    width: 100%;
}

table.variations>tbody>tr>.value>a {
    margin-right: 10px;
}

.reset_variations {
    display: none !important;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    background: red;
    padding: 4px 20px;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    margin-right: 0 !important;
}

.woocommerce-variation-add-to-cart>.quantity {
    margin-top: 10px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    column-gap: 20px;
}

.woocommerce-variation-add-to-cart>.quantity>input {
    width: 100%;
    background: #fff;
    padding: 0 15px;
    height: 40px;
    vertical-align: middle;
    display: inline-block;
    border-radius: 5px;
}

.woocommerce-variation-add-to-cart>.quantity>input::before {
    content: "تعداد";
}

.product_meta {
    display: none;
}

.woocommerce-product-attributes {
    width: 100%;
}

.woocommerce-product-attributes-item {
    display: flex;
    column-gap: 20px;
}

.woocommerce-product-attributes-item__label {
    width: 10%;
    text-align: right;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 5px;
}

.woocommerce-product-attributes-item__value {
    width: 60%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 5px;
}

.woocommerce-breadcrumb>a {
    font-size: 12px !important;
    color: #999 !important;
}

/* Single Product */

/* Product Category */
#filter-brands {
    max-height: 300px;
}

#filter-brands::-webkit-scrollbar {
    width: 7px !important;
    border-radius: 10px !important;
}

#filter-brands::-webkit-scrollbar-track {
    background: #f5f5f5 !important;
    border-radius: 10px !important;
}

#filter-brands::-webkit-scrollbar-thumb {
    background: #ef5661 !important;
    max-height: 50px !important;
    border-radius: 10px !important;
}

#category-desc>p {
    font-size: 12px !important;
    color: #98A0AB !important;
}

/* Product Category */

/* Cart */
.woocommerce-notices-wrapper {
    width: 100% !important;
}

.cart-collaterals>.cart_totals {
    background: #fff !important;
    border-radius: 5px !important;
    padding: 15px !important;
    color: #98A0AB !important;
}

.cart_totals>h2 {
    font-weight: bold !important;
}

.cart-totals>table>tbody>tr {
    margin: 10px 0 !important;
}

.cart-subtotal>th,
.order-total>th {
    text-align: right !important;
    font-size: 12px !important;
}

.cart-subtotal>td,
.order-total>td {
    text-align: left !important;
    color: #ef5661 !important;
    font-weight: bold !important;
}

.wc-proceed-to-checkout {
    margin-top: 20px !important;
    width: 100% !important;
    text-align: center !important;
}

.wc-proceed-to-checkout>a {
    display: block !important;
    color: #fff !important;
    background: #ef5661 !important;
    border-radius: 100px !important;
    padding: 5px 0 !important;
}

.woocommerce-shipping-totals {
    margin: 10px 0 !important;
    top: 10px;
    font-size: 12px !important;
}

.cart>tbody>tr>td {
    padding: 0 10px !important;
    text-align: center !important;
}

.woocommerce-cart-form__cart-item>td,
.cart-item>td>span {
    text-align: center !important;
}

.woocommerce-cart-form__cart-item>.product-thumbnail {
    width: 15% !important;
}

.woocommerce-cart-form__cart-item>.product-name {
    width: 25% !important;
    font-weight: bold !important;
}

.woocommerce-cart-form__cart-item>.product-price {
    width: 15% !important;
    color: #98A0AB !important;
}

.woocommerce-cart-form__cart-item>.product-subtotal {
    width: 15% !important;
    font-weight: bold !important;
    color: #ef5661;
}

.woocommerce-cart-form__cart-item>.product-remove {
    width: auto !important;
}

::placeholder {
    font-family: inherit !important;
}

.woocommerce-info,
.woocommerce-error,
.woocommerce-message {
    background: #fff !important;
    padding: 10px !important;
    border-radius: 5px !important;
    border-top: 3px #ef5661 solid !important;
}

#cart-quantity>.quantity>input {
    padding: 5px 10px;
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 5px;
}

/* Cart */

/* CheckOut */
form.checkout {
    width: 100% !important;
}

#billing_country_field>span.woocommerce-input-wrapper {
    /* height: 100%; */
    display: flex !important;
    align-items: center;
    width: 100%;
    background: #f5f5f5;
    /* padding: 3px; */
    height: 34px;
    margin-top: 5px;
    padding: 0 5px;
    box-sizing: border-box;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
}


#billing-fields>p>label,
#billing-fields>p>span,
#billing-fields>p>span>input,
#additional-fields>p>label,
#additional-fields>p>span,
#additional-fields>p>span>input {
    width: 99% !important;
    display: block !important;
    font-size: 14px !important;
    color: #98A0AB !important;
    font-family: inherit !important;
}

#billing-fields>p>span>input,
.select2-selection--single,
#additional-fields>p>span>input {
    border-radius: 5px !important;
    background: #f5f5f5 !important;
    height: 30px !important;
    border: 1px solid #E5E5E5 !important;
    margin-top: 5px !important;
    font-size: 14px !important;
}

.woocommerce-account-fields {
    margin-top: 10px !important;
}

.woocommerce-form-coupon-toggle>div {
    border: none !important;
    font-size: 14px !important;
}

#order_review>table {
    width: 100%;
    text-align: right;
}

.woocommerce-shipping-methods {
    text-align: left;
}

#ship-to-different-address>label {
    display: flex;
    align-items: center;
    padding: 20px 0 0 0;
    column-gap: 10px;
}

#order_review .product-total {
    text-align: left !important;
}

#place_order {
    display: block !important;
    margin-top: 20px !important;
    border: none !important;
    border-radius: 10px !important;
    width: 100% !important;
    padding: 10px 10px !important;
    background: #ef5661 !important;
    color: #fff !important;
}

.woocommerce-NoticeGroup,
.woocommerce-NoticeGroup-checkout {
    margin-bottom: 30px !important;
}

.woocommerce-NoticeGroup>.woocommerce-error>li,
.woocommerce-NoticeGroup-checkout>.woocommerce-error>li {
    color: #98A0AB !important;
}

.order-total,
.cart-subtotal {
    font-size: 16px !important;
}

/* CheckOut */

/* Login & SignUp */
#customer_login {
    width: 100% !important;

}

.woocommerce-privacy-policy-text {
    height: auto !important;
}

/* Login & SignUp */

/* My Account */
#profile-menu>li:hover {
    background: #f5f5f5 !important;
}

#woocommerce-address-fields>p>span,
#woocommerce-address-fields>p>label {
    width: 100% !important;
    display: block !important;
}

#woocommerce-address-fields>p>label {
    min-height: 25px !important;
}

#woocommerce-address-fields>p>span>#shipping_address_2 {
    margin-top: 25px !important;
}

#woocommerce-address-fields>p>span>input {
    background: #f5f5f5 !important;
    border-radius: 5px !important;
    height: 40px !important;
    width: 100% !important;
    padding: 0 !important;
    vertical-align: middle !important;
    color: #666 !important;
    border: 1px solid #e5e5e5 !important;
    transition: .2s ease-in-out !important;
    transition-property: color, background-color, border !important;
    overflow: visible !important;
    font-family: inherit !important;
}

#woocommerce-address-fields>#shipping_country_field>span {
    background: #f5f5f5 !important;
    border-radius: 5px !important;
    height: 40px !important;
    width: 100% !important;
    padding: 0 !important;
    vertical-align: middle !important;
    color: #666 !important;
    border: 1px solid #e5e5e5 !important;
    transition: .2s ease-in-out !important;
    transition-property: color, background-color, border !important;
    overflow: visible !important;
}

#woocommerce-address-fields>#shipping_country_field>span>strong {
    vertical-align: middle !important;
    font-size: 14px !important;
    color: #666 !important;
    margin-top: 10px;
}

.woocommerce-notices-wrapper {
    margin-bottom: 20px !important;
}

/* My Account */

/* About Us Page */
.dm-team-member-img::before {
    display: none !important;
}

.dm-team-member-info {
    top: 175px !important;
    right: auto !important;
    left: auto !important;
}

/* About Us Page */

/* Footer */
#footer-menu>li {
    margin: 5px 0 !important;
    font-size: 14px !important;
}

#footer-menu>li>a {
    color: #98A0AB !important;
}

#footer-menu>li>a:hover {
    opacity: 0.8 !important;
}

/* Footer */

/* Comments Style */
.comment-form-comment>textarea#comment {
    min-height: 100% !important;
    max-height: 100% !important;
}

.comment-form-cookies-consent {
    display: none !important;
}

#commentform {
    margin-top: 20px !important;
}

.form-submit {
    width: 100% !important;
}

.form-submit>input.submit {
    background: #ef5661 !important;
    color: #fff !important;
    width: 100% !important;
    border: none !important;
    border-radius: 100px !important;
    height: 40px !important;
    margin-top: 10px !important;
}

/* Comments Style */

/* Responsive */
@media only screen and (max-width: 960px) {

    /* Header */
    .dm-btn-account,
    .dm-btn-cart {
        padding: 7px 11px;
    }

    /* Header */
    /* Single Product */
    #single-product-info-left-box {
        position: relative !important;
    }

    /* Single Product */
}

@media only screen and (max-width: 640px) {

    /* Width */
    .dm-mobile-width-1-1 {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }

    /* Width */
    /* Single Product */
    #single-product-info-left-box {
        position: relative !important;
    }

    #product-info-btn.uk-active::after {
        color: #ef5661;
        content: '•';
        position: relative;
        font-size: 20px !important;
        top: 20px;
        right: -50px !important;
    }

    #product-comments-btn.uk-active::after {
        color: #ef5661;
        content: '•';
        position: relative;
        font-size: 20px !important;
        top: 20px;
        right: -50px !important;
    }

    /* Single Product */
}

@media only screen and (max-width: 450px) {

    /* Product Category */
    .dm-product-mobile-width-100 {
        min-width: 50% !important;
        max-width: 50% !important;
    }

    /* Product Category */
}

@media only screen and (max-width: 959px) {

    .dm-mobile-width-1-1 {
        width: 100% !important;
        height: auto !important;
        min-width: 100% !important;
        max-width: 100% !important;
    }
}

/* Responsive */