/* @ Update 1401/08/07 | 15:07 */
@charset "utf-8";
/* CSS Document */

:root {
    --darkRed:#cc030d;
    --red:#ff2d38;
    --black1:#282828;
    --black2:#181818;
    --black:#111;
    --lightGray:#f3f3f3;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: "rtl-font";
    font-style: normal;
    font-weight: normal;
    src: local("☺️"), 
        url("../fonts/IRANSansWeb.woff2") format("woff2");
}


body{
    background-color: var(--lightGray);
    color: var(--black1);
    font-family: "rtl-font";
	font-size:14px;
    text-align: justify;
}

h1,.h1{font-size: 2.1em;}
h2,.h2{font-size: 1.8em;}
h3,.h3{font-size: 1.6em;}
h4,.h4{font-size: 1.4em;}
h5,.h5{font-size: 1.2em;}
h6,.h6{font-size: 1em;}

a{
    text-decoration: none;
}

[dir*="rtl"] ol,
[dir*="rtl"]  ul {
    padding-left: 0;
    padding-right: 2rem;
}

img, svg {
    max-width: 100%;
    height: unset;
}

video {
    max-width: 100%;
    max-height: 100%;
}

[dir*="rtl"] label {
    text-align: right;
}

.awesomplete {
    flex: 1 0 auto;
}

[dir*="rtl"] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    margin-right: -1px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

/*
span.icon-fw {
    font-family: "Font Awesome 5 Free";
}
span.icon-eye-slash:before {
    content: "\f070";
}
span.icon-eye:before {
    content: "\f06e";
}
span.icon-user:before {
    
}
span.icon-eye:before {

}
*/
[dir*="rtl"] .form-check .form-check-input {
    float: right;
    margin-left: .5em;
}
/*-------
POSITION STYLE
------*/

header{
    background-color: white;
    border-bottom: 3px solid var(--darkRed);
}
header .row{
    align-items: center;
}

#topbar{
    background-color: var(--black1);
    color: white;
}
#topbar li{
    padding: 5px 12px;
}
#topbar a{
    color: white;
    text-decoration: none;
}

#banner{
    background-color: white;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

#custom-a .best-seller {
    background: #fff;
    border: 1px solid #ccc;
    box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
    border-radius: 7px 7px 0 0;
}

#custom-a .best-seller .hikashop_product_image {
    float: right;
}

#custom-a .best-seller .hikashop_product {
    margin-bottom: 4px;
}

#custom-a .best-seller h4 {
    background: #ff2d38;
    color: #fff;
    padding: 0.7em 0.5em;
    border-radius: 7px 7px 0 0;
}

[id*="custom-"] .moduletable h1 {
    background-color: var(--red);
    color: white;
    border-radius: 0 0 5px 5px;
    position: relative;
    display: inline-block;
    top: -19px;
    padding: 7px 21px;
    right: 40px;
}
[id*="custom-"] .moduletable h1:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -18px;
    border-top: 18px solid transparent;
    border-right: 18px solid var(--darkRed);
    border-left: 0 solid transparent;
    border-bottom: 0 solid transparent;
}
[id*="custom-"] .moduletable h1:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -18px;
    border-top: 18px solid transparent;
    border-right: 0 solid transparent;
    border-left: 18px solid var(--darkRed);
    border-bottom: 0 solid transparent;
}


.main-top .moduletable h3 {
    background-color: var(--red);
    color: white;
    border-radius: 0 0 5px 5px;
    position: relative;
    display: inline-block;
    top: -19px;
    padding: 7px 21px;
    right: 40px;
}
.main-top .moduletable h3:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -18px;
    border-top: 18px solid transparent;
    border-right: 18px solid var(--darkRed);
    border-left: 0 solid transparent;
    border-bottom: 0 solid transparent;
}
.main-top .moduletable h3:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -18px;
    border-top: 18px solid transparent;
    border-right: 0 solid transparent;
    border-left: 18px solid var(--darkRed);
    border-bottom: 0 solid transparent;
}

main{
    background-color: var(--lightGray);
}

#content {
    margin-bottom: 2em;
}

.com-content-article.item-page{
    background: white;
    margin-bottom: 3em;
    margin-top: 2.6em;
    border: 1px solid #ccc;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1em;

}

.com_content span.hikashop_product_name {
    text-align: center;

}
.com_content.view-article .hikashop_product_image {
    width: 100% !important;
}

.main-top .moduletable {
    background: white;
    margin-bottom: 3em;
    margin-top: 2.6em;
    border: 1px solid #ccc;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;

}

[dir*="rtl"] .breadcrumb-item+.breadcrumb-item::before {
    float: none;
    padding-right: .5rem;
    padding-left: .5rem;
    color: white;
    content: var(--bs-breadcrumb-divider, ">");
}
#breadcrumbs{
    background-color: var(--darkRed);
    color: white;
}
.breadcrumb {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem;
}
#breadcrumbs span,
#breadcrumbs a{
    color: white;
    text-decoration: none;
}

footer{
    background-color: var(--black2);
    color:white;
}

footer .nav{
    flex-direction: column;
}

footer h3 {
    margin-bottom: 1.2em;
    font-size: 1.5rem;
}

footer li.nav-item {
    margin-bottom: 1em;
}

footer a{
    color: white;
    text-decoration: none;
}
footer a:hover{
    color:var(--red);
    
}

#banner i.fas,
footer i.fa {
    color: var(--red);
}

#top-footer{
    background-color: var(--red);

}

#copyright{
    background-color: var(--black);
}

/*-------
CUSTOM STYLE
------*/

nav li.dj-up.current.active a,
nav li.dj-up.hover a,
nav li.dj-up:hover a {
    border-radius: 7px 7px 0 0;
}

nav .dj-megamenu-clean li a.dj-up_a {
    height: 45px;
}

nav .dj-megamenu-clean li ul.dj-submenu > li > a {
    border-radius: 0;
}

nav .dj-megamenu-clean li a.dj-up_a > span {
    height: 42px;
}

.order-menu .dj-megamenu-select-light .dj-mobile-open-btn,
.order-menu .dj-megamenu-offcanvas-light .dj-mobile-open-btn, 
.order-menu .dj-megamenu-accordion-light .dj-mobile-open-btn {
    font-size: 28px;
    line-height: 28px;
    background: #ff2d38;
    color: #ffffff;
}

.btn-primary {
    background-color: var(--red);
    border-color:var(--darkRed);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.btn-check:active+.btn-primary, 
.btn-check:checked+.btn-primary, 
.btn-primary.active, 
.btn-primary.dropdown-toggle.show, 
.btn-primary:active,
.btn-primary:hover  {
    color: #fff;
    background-color: var(--darkRed);
    border-color: var(--darkRed);
}

.btn-outline-primary {
    color: var(--red);
    border-color:var(--darkRed);
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.btn-check:active+.btn-outline-primary, 
.btn-check:checked+.btn-outline-primary, 
.btn-outline-primary.active, 
.btn-outline-primary.dropdown-toggle.show, 
.btn-outline-primary:active,
.btn-outline-primary:hover  {
    color: var(--darkRed);;
    background-color: var(--lightGray);
    border-color: var(--darkRed);
}

#fd::after, #fd::before {
    content: "";
    display: block;
    clear: both;
}


.product-right-border [class*="hikashop_inserted_product"]{
    border-right: 3px solid red;
    border-radius: 1em;
	position:relative;
}
.product-right-border [class*="hikashop_inserted_product"]::after{
	position:absolute;
	content:"";
	display:block;
	border-top:10px solid transparent;
	border-right:10px solid transparent;
	border-left:10px solid red;
	border-bottom:10px solid transparent;
	top: 50%;
    right: -20px;
}

.product-left-border [class*="hikashop_inserted_product"]{
    border-left: 3px solid red;
    border-radius: 1em;
	position:relative;
}
.product-left-border [class*="hikashop_inserted_product"]::after{
	position:absolute;
	content:"";
	display:block;
	border-top:10px solid transparent;
	border-right:10px solid red;
	border-left:10px solid transparent;
	border-bottom:10px solid transparent;
	top: 50%;
    left: -20px;
}


[id*="custom-"] .moduletable.bg-white{
    border: 1px solid #ccc;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    /*border-radius: 7px;*/
}

#custom-b div div.moduletable.col-12.col-md-3.p-md-0.text-center.br-l {
    background: #0f1418;
}

#custom-b .tabs-wrapper {
    border-bottom: 1px solid #ccc;
}


table.hikashop_product_custom_item_info_table #hikashop_item_month_calendar td {
    padding-bottom: 2em;
}

.row [id*="hikashop_inserted_product"] {
    display: flex;
    flex: 0 1 33.33%;
    margin-bottom: 2em;
}

.row [id*="hikashop_inserted_product"] .hikashop_subcontainer.hikashop_subcontainer_border {
    border: 1px solid #ccc;
    border-radius: 1em;
    overflow: hidden;
    padding-bottom: 1em;
}

.row [id*="hikashop_inserted_product"] .hikashop_product_price_full {
    display: block;
}
.row [id*="hikashop_inserted_product"] .hikashop_product_name {
    display: block;
}

#hikashop_product_width_main, 
#hikashop_product_length_main, 
#hikashop_product_height_main {
    display: inline-block;
    border: 1px solid #ccc;
    padding: 3px 5px;
    border-radius: 10px;
    margin-top: 1em;
    background: #dc3545;
    color: #fff;
}

span.hikashop_option_info {
    margin-right: 7px;
    margin-left: 7px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

span.hikashop_option_info::after {
    content: "\f129";
    border: 1px solid red;
    width: 20px;
    height: 20px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    font-size: 13px;
    line-height: 19px;
    border-radius: 50%;
}

#hikashop_product_quantity_main {
    margin-top: 1.5em;
}

#cf_music_name {
    width: 98%;
    padding: 5px;
    font-size: 14px;
    margin-right: 2%;
    border: 1px solid #ccc;
    border-radius: 5px;
}
#cf_voice {
    width: 98%;
    margin-right: 2%;
}
span.hikashop_custom_file_upload_message {
    font-size: 12px;
    margin: 0 2% 1rem;
    display: inline-block;
}

table.hikashop_product_custom_item_info_table tbody {
    border: 1px solid #aaa;
    border-radius: 7px;
    display: block;
    padding: 7px 12px;
}
table.hikashop_product_custom_item_info_table tbody td.key {
    width: 25%;
}

.com-users-login__submit.control-group {
    float: right;
    margin-left: 1em;
}

/*-------
mod_dj-megamenu
------*/
.dj-fa-0 ul.dj-mobile-light li.dj-mobileitem.parent >a span.toggler:before, 
.dj-fa-1 ul.dj-mobile-light li.dj-mobileitem.parent >a span.toggler:before, 
.dj-fa-5 ul.dj-mobile-light li.dj-mobileitem.parent >a span.toggler:before {
    font: unset !important; 
}
ul.dj-mobile-light li.dj-mobileitem.parent > a span.toggler{
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
}

/*-------
mod_djmediatools
------*/
.dj-slide-desc-text {
    text-align: justify !important;
    direction: rtl;
}

.main-top .dj-navigation {
    position: absolute;
    top: -55px;
    left: 0;
    width: 150px;
    height: 100px;
}

/*-------
mod_
------*/


#custom-a .hikashop_module .hikashop_listing_img_title {
    border: 1px solid #bbb;
    border-radius: 5px;
    overflow: hidden;
}

#custom-a .hikashop_module .hikabtn.hikacart {
    width:90%;
}
#custom-a .hikashop_module span.hikashop_product_stock_count {
	display:block;
	width:100%;
    height: 22px;
}

#custom-a .hikashop_module span.hikashop_product_stock_count.hikashop_product_no_stock {
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid #aaa;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    color: #333;
    background-color: #fff;
    border-color: #aaa;
    height: unset;
	width:90%;
}
/*
.hikashop_module span.hikashop_product_name {
    height: 42px;
}
*/

#custom-b div.hikashop_carousel .hikashop_carousel_item span.hk-rate-star {
    display: inline-block;
}


/*-------
mod_hikashop-cart
------*/
header .hikashop_cart_module {
    text-align: left;
}


/*------
com_komento
------*/
[dir*="rtl"] i.fdi.fdi.fa.fa-caret-right {
    transform: rotateY(180deg);
}

/*------
com_search
------*/
.com-finder__results-list {
    display: flex;
    flex-wrap: wrap;
}

li.result__item {
    flex: 0 0 24.25%;
    max-width: 24.25%;
    margin-top: 0px !important;
    border: 1px solid #ccc !important;
    padding: 0 10px 10px;
    margin-left: 1%;
	margin-bottom:1%;
}
li.result__item:nth-child(4n+0) {
	margin-left: 0;
}


/*------
com_content
------*/
.page-header h1 {
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
}
.page-header h1::after,
.page-header h1::before {
    content: ".";
    font-size: 3rem;
    color:var(--darkRed);
    font-weight: bold;
    vertical-align: bottom;
}

.blog-item {
    border: 1px solid var(--darkRed);
    padding: 15px;
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
    border-radius: 7px;
    background: #fff;
}

.blog-item::after,
.blog-item::before {
    content: "";
    display: block;
    clear: both;
}

figure.float-start {
    margin-right: 1%;
}
figure.float-end {
    margin-left: 1%;
}

/*------
mod ebwhatsapp
------*/
[dir*="rtl"] .whatsappchat .popup-section .popup .popuptext {
    opacity: unset;
    display: none;
    width: 370px;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 0;
    position: absolute;
    z-index: 1;
    top: 70px;
    left: 0;
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
}

[dir*="rtl"] .whatsappchat .popup-section .popup .show {
    transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    opacity: unset;
	display: block;
}

[dir*="rtl"] .whatsappchat.is-bottom_left .popup-section .popup .popuptext {
    box-shadow: 4px 4px 10px #ccc;
}

[dir*="rtl"] .whatsappchat img.is-analytics {
    padding-left: 10px;
    padding-right: 0;
    max-width: 24px;
}

[dir*="rtl"] .whatsappchat .popup-section .popup .popuptext .popup-box .response .send_btn {
    position: absolute;
    top: 40%;
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: unset;
    left: 40px;
    line-height: 0;
}

[dir*="rtl"] .whatsappchat .popup-section .message p {
    margin: 0px;
    color: #333;
}

/*-------
MEDIA QUERY
------*/
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    header .order-search{
        order: 3;
    }
    header .order-cart{
        order: 2;
    }
    header .order-menu{
        order: 4;
    }

    header .input-group {
        flex-wrap: nowrap;
    }
    header .awesomplete {
        flex: 1 1 auto;
    }

    .hk-row-fluid {
        justify-content: center;
    }
    .hkc-md-2 {
        width: 50% !important;
    }
    .hikashop_category_image {
        height: unset !important;
    }

    .hikashop_subcategories_listing {
        border: 1px solid #ccc;
        border-radius: 15px;
        background: #fff;
    }

    .com_hikashop.view-checkout .hkc-lg-4{
        margin-bottom: 3rem;
    }
	
	.com_hikashop.view-product.layout-show .hikashop_quantity_form {
		margin: 0;
		display: inline-block;
		width: 30%;
	}

	.com_hikashop.view-product.layout-show .hikacart {
		width: 68%;
		line-height: 2.2em !important;
		margin:0px
	}
	
	[id*="custom-"] .moduletable h1 {
		right: 0;
		line-height: 1.5;
	}
}



/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #custom-a .col-md-3.best-seller {
        width: 22%;
        margin-right: 3%;
    }
}


@media only screen and (max-width: 760px), 
(min-device-width: 768px) and (max-device-width: 1024px){
    [dir*="rtl"] .hikashop_checkout_cart table thead tr {
        position: absolute;
        top: -9999px;
        left: 0;
    }
	
	li.result__item {
		flex: 0 0 49.5%;
		max-width: 49.5%;
		margin-top: 0px !important;
	}
	li.result__item:nth-child(4n+0) {
		margin-left: 1%;
	}
	li.result__item:nth-child(2n+0) {
		margin-left: 0;
	}
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
    li.result__item {
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 0px !important;
	}
	li.result__item:nth-child(4n+0) {
		margin-left: 0;
	}
	li.result__item:nth-child(2n+0) {
		margin-left: 0;
	}
	
	
	.product-right-border [class*="hikashop_inserted_product"]{
		border-top: 3px solid red;
		border-right:0;
		border-radius: 1em;
		position:relative;
	}
	.product-right-border [class*="hikashop_inserted_product"]::after{
		position:absolute;
		content:"";
		display:block;
		border-top:10px solid transparent;
		border-right:10px solid transparent;
		border-left:10px solid transparent;
		border-bottom:10px solid red;
		top: -20px;
		right: 50%;
	}
	
	.col-12.col-md-6.product-left-border {
		order: 2;
	}
	.product-left-border [class*="hikashop_inserted_product"]{
		border-top: 3px solid red;
		border-left:0;
		border-radius: 1em;
		position:relative;
	}
	.product-left-border [class*="hikashop_inserted_product"]::after{
		position:absolute;
		content:"";
		display:block;
		border-top:10px solid transparent;
		border-right:10px solid transparent;
		border-left:10px solid transparent;
		border-bottom:10px solid red;
		top: -20px;
		left: 50%;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (max-width: 992px) {
    .hikashop_product_column_1{
        margin-bottom: 2em;;
    }
	
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    
	form#com-users-login__form {
		float: right;
		width: 49%;
		margin-left: 1%;
	}

	.com-users-login__options.list-group {
		float: left;
		width: 49%;
		margin-right: 1%;
		margin-top: 1.5em;
	}

}