@charset "utf-8";
/* CSS Document */
:root {
    /*--clr1:#be9553;*/
    --clr1:#f10;
    --clr2:#f15a4f ;
    --clr3:#FF9800;
    --clr4:#102321;
    --clr5:#120f12;
    --black:#111;
    --blackvalue:0, 0, 0;
    --lightGray:#f3f3f3;
}

*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
/*
@font-face {
    font-family: "reg-font";
    font-style: normal;
    font-weight: normal;
    src: local("☺️"), 
        url("../fonts/IRANSansX-Regular.woff") format("woff");
}*/
@font-face {
    font-family: "reg-num";
    font-style: normal;
    font-weight: normal;
    -moz-font-feature-settings: "ss01";
    -webkit-font-feature-settings: "ss01";
    font-feature-settings: "ss01";
    src: local("☺️"), 
        url("../fonts/IRANSansXFaNum-Regular.woff") format("woff");
}/*
@font-face {
    font-family: "bld-font";
    font-style: normal;
    font-weight: normal;
    src: local("☺️"), 
        url("../fonts/IRANSansX-Bold.woff") format("woff");
}*/
@font-face {
    font-family: "bld-num";
    font-style: normal;
    font-weight: normal;
    src: local("☺️"), 
        url("../fonts/IRANSansXFaNum-Bold.woff") format("woff");
}

body {
    font-family: "reg-num","reg-font";
    font-size:14px;
    /*background-image: url(../images/header.webp),linear-gradient(315deg, #ffffff 0%, #d7e1ec 74%);*/
    /*background-image: url(../images/header.webp),linear-gradient(315deg, #dc2a4c 0%, #1565d8 74%);*/
    /*background-image: url(../images/ir-bg/15.webp),linear-gradient(315deg, #dc2a4c 0%, #1565d8 74%);*/
  	/*background-image: linear-gradient(180deg, #1487e7 0%, #2b59df 50%);*/
    background-image:linear-gradient(180deg, var(--clr3) 0%, var(--clr2) 50%);
    /*background-image:linear-gradient(180deg, #f15a4f 0%, #FF9800 50%);*/
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
	text-align: justify !important;
}

.h1, .h2, .h3, .h4, .h5, .h6,h1,h2,h3,h4,h5,h6,legend,label,input {
	font-family: "bld-num","reg-font";
}
h1, .h1 {
    font-size: 2em !important;
    text-align: center;
    padding: 0;
}
h2,.h2 {font-size:1.8em !important;}
h3,.h3 {font-size:1.6em !important;}
h4,.h4 {font-size:1.4em !important;}
h5,.h5 {font-size:1.2em !important;}
h6,.h6 {font-size:1em !important;}

a{
	text-decoration: none;
    /*color: #f15a4f;*/
    color: var(--clr1);
}
/*
p,li,a,span:not(#hikashop_product_name_main),span:not(.cart-empty-txt),dd,dt,td,th,select,div,.copyright{
	line-height:1.5;
}
*/
small,.small{
	font-size: 0.8em !important;
}

ol, ul {
    margin-right: 1.2em;
}

input {
    padding: 0.3rem;
	border-radius: 5px;
    border: 1px solid #ccc;
}

img,video { 
	width:auto;
	max-width:100%;
	border-radius: 0.5em;
	height: auto;
}

abbr[title]:hover::after,
abbr[title]:focus::after {
  content: attr(title);
  
  /* position tooltip like the native one */
  position: absolute;
  left: 0;
  top: -30px;
  width: auto;
  white-space: nowrap;
  
  /* style tooltip */
  background-color: #1e1e1e;
  color: #fff;
  border-radius: 3px;
  box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.4);
  font-size: 14px;
  padding: 3px 5px;
}
abbr[title]:hover::before,
abbr[title]:focus::before{
	content:"";
	position:absolute;
	top:-10px;
	left:10px;
	border-top:10px solid #1e1e1e;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	border-bottom:10px solid transparent;
}

pre {
    font-size: unset;
    direction: ltr;
    border: 1px solid #ccc;
    padding: 1em;
    box-shadow: 5px 5px 10px 0px;
    margin: 2em 0;
}

header{
	background-color:#fff;
	border-bottom:1px solid #bbb;
	border-radius: 1em 1em 0 0;
    margin-top: 3em;

}
a.brand {
    display: inline-block;
}
.site-description{
	display:inline-block;
}

#slider .moduletable.banner .mod-custom {
    height: 450px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
	border-radius: 1em;
    overflow: hidden;
}

#slider .moduletable.banner .mod-custom .col {
    background: #00000085;
    padding-top: 1.2em;
}


#side{
	background-color:#fff;
	border-left:1px solid #bbb;
}
#side ol,
#side ul{
	/*margin-right:0;*/
  	padding-left:0;
}

#side .moduletable h3 {
    color: #9da0a7;
    margin-top: 0.5em;
    margin-bottom: 0;
    padding: 5px 20px 11px 5px;
    /*border-bottom: 3px solid #9da0a7;
    border-right: 6px solid #9da0a7;
    border-radius: 10px 0;*/
    /*transform: skewX(350deg);*/
}

#side .hikashop_module {
    border-bottom: 1px solid #bbb;
}

#side ul.navbar{
	margin:0;
	padding: 0;
}

#side .navbar li{
    width: 100%;
	list-style: none;
}

#side .navbar li a{
	display: block;
    font-size: 14px;
    color: #000;
    text-decoration: none;
    padding: 15px 18px;
    cursor: pointer;
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
}
#side li.current.active{
	border-right:3px solid #1565d8;
	background-color:#f6f9fe;
}


#slider h1, #slider h2 {
    color: #f8f7f2;
    text-shadow: 0 0 5px #1b1a2c;
    font-size: 30px !important;
    margin-right: 1em;
}

#side .mod-articlescategory li {
    padding: 7px 0;
    border-bottom: 1px solid #ccc;
  	list-style:persian inside;
}


#content{
	background-color:#fbfbfb;
	padding-left:15px;
	padding-right:15px;
	border:1px solid #eee;

}

#slider{
    border-bottom: 1px solid #bbb;

}

#brand{
	background-color:#fff;
    border-bottom: 1px solid #bbb;

}

#brand .awesomplete {
    padding: 11px 0;
}

#brand a.hikashop_small_cart_checkout_link {
    line-height: 60px;
}

#lead .custom h2 {
    margin-bottom: 0;
    padding-bottom: 3px;
}
#lead p{
	margin-bottom: 0.5em;
}
#lead .custom p a {
    font-size: 12px;
    background: black;
    color: #f5f5f5;
    text-decoration: none;
    padding: 2px 5px;
    border-radius: 5px;
}

#lead .owl-nav {
    position: absolute;
    top: -40px;
    left: 0;
    margin: 0;
}
#lead .owl-theme .owl-nav [class*=owl-] {
    margin: 0 10px 0 0;
}

#lead div.hikashop_carousel .owl-nav .owl-prev, 
#lead div.hikashop_carousel .owl-nav .owl-next {
    border: 1px solid #ddd;
    background: #212529;
    border-radius: 10px;
    height: 30px;
    width: 30px;
}

.tut #bot p{
    margin: 0;
	padding: 0.5em;
    text-align: center;
}
.tut #bot img{
    width: 100%;
}

#custom .moduletable h3 {
    border-bottom: 1px solid #212529;
    padding-bottom: 0.5em;
}

#footer{
	padding-top: 10px;
	background-color:#fff;
	/*box-shadow:0 0 5px #eaedf2;*/
	border:1px solid #eee;
	margin-bottom:5em;
	border-radius: 0 0 1em 1em;
    margin-bottom: 3em;
}

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

dl.article-info.muted {
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 15px 0;
}

.article-info-term,
.createdby,
.category-name,
.published,
.hits{
	float:right;
	margin-left:20px;
}

blockquote {
    margin: 0 0 1rem;
    border-radius: 4em 1em;
    padding: 1em;
    box-shadow: 0 0 35px 1px #bbb;
}

.com-content-categories__item::after, .com-content-categories__item::before {
    content: "";
    display: block;
    clear: both;
}

.com-content-categories__item img {
    float: right;
    margin-left: 1em;
}

/*-------
custom style
------*/
.jb-color1{
    color: var(--clr1);
}
.jb-color2{
    color: var(--clr2);
}

header .dj-megamenu-select-dark .dj-mobile-open-btn, 
header .dj-megamenu-offcanvas-dark .dj-mobile-open-btn, 
header .dj-megamenu-accordion-dark .dj-mobile-open-btn {
    font-size: 30px;
    margin-top: 0.3em;
}

[dir*="rtl"] .dj-megamenu-clean.verticalMenu.dj-fa-0 li.dj-up > a .arrow:before, 
[dir*="rtl"] .dj-megamenu-clean.verticalMenu.dj-fa-1 li.dj-up > a .arrow:before, 
[dir*="rtl"] .dj-megamenu-clean.verticalMenu.dj-fa-5 li.dj-up > a .arrow:before {
    content: "\f104";
}


header .awesomplete {
    display: block;
}

[dir*="rtl"] .float-start {
    float: right !important;
}
[dir*="rtl"] .float-end {
    float: left !important;
}

.moduletable.col-12 .hikashop_module {
    border: 1px solid #bbb;
    border-radius: 1em;
	/*background: #212529;*/
    background:#66766c;
}

#lead .hikashop_subcontainer {
    -moz-border-radius: 1em !important;
    -webkit-border-radius: 1em !important;
    -khtml-border-radius: 1em !important;
    border-radius: 1em !important;
}

.item-end .dj-megamenu-clean {
    justify-content: flex-end;
}

.hikacart {
    color: #fff;
    margin-top: 1em;
    /*background-color: #1565d8;
    border-color: #1565d8;*/
    background-color: #f15a4f;
    border-color: #FF9800;
}

.readmore .btn-secondary {
    color: #fff;
    /*background-color: #1486e6;
    border-color: #2b59df;*/
    background-color: #f15a4f;
    border-color: #FF9800;
}


.readmore .btn-secondary:hover {
    color: #2b59df;
    background-color: #fff;
    border-color: #1486e6;
}

/*-------
com_dj-media tools
------*/
.dj-slide-title {
    text-align: center !important;
}

.dj-mslider .dj-slide-title a {
    color: #6c757d  !important;
}

/*-------
com_users
------*/

.com-users-login.login {
    width: 50%;
    float: right;
}


.com-users-profile.profile {
    position: relative;
}


.com-users-profile.profile .float-end {
    float: left !important;
    position: absolute;
    top: 10px;
    left: 0;
}


.com-users-profile.profile dl.dl-horizontal {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.com-users-profile.profile dl.dl-horizontal dt{
	flex:0 0 50%;
}
.com-users-profile.profile dl.dl-horizontal dd{
	flex:0 0 50%;
}



.com_users.view-profile.layout-edit #member-profile fieldset{
	width:48%;
	float:right;
}
.com_users.view-profile.layout-edit #member-profile fieldset:first-child{
	margin-left:4%;
}

.com-users-profile__edit-submit.control-group::after,
.com-users-profile__edit-submit.control-group::before{
	content:"";
	display:block;
	clear:both;
}

/*-------
mod_breadcrumbs
------*/
#breadcrumbs {
    border-bottom: 1px solid #ccc;
	background: #bbb;
}
.breadcrumb{
	margin-bottom: 0;
}
.mod-breadcrumbs__wrapper span {
    color: #333;
	font-size: 12px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: right;
    padding-left: .5rem;
    color: #0a58ca;
    content: var(--bs-breadcrumb-divider, "\f104");
    font-family: 'FontAwesome';
}


/*------
Custom Style
------*/
ul.mod-articles-items.mod-articles-grid{
    margin: 0;
    padding: 0;
}
ul.mod-articles-items.mod-articles-grid.mod-list li {
    border: 1px solid #ccc;
    border-radius: 1em;
    padding: 1em;
    list-style: none;
}

.com-content-category-blog__items.blog-items.columns-2 {
    display: grid;
    grid-template-columns: auto;
    gap: 1em;
}
.com-content-category-blog__items.blog-items.columns-3 {
    display: grid;
    grid-template-columns: auto;
    gap: 1em;
}

.blog-item {
    border: 1px solid #bbb;
    border-radius: 1em;
    overflow: hidden;
    margin-bottom: 2em;
}

.com-content-category-blog__items.blog-items figure.float-end.item-image {
    margin-right: 1em;
}
.com-content-category-blog__items.blog-items.columns-2 figure.float-end.item-image,
.com-content-category-blog__items.blog-items.columns-3 figure.float-end.item-image {
    margin-right: 0;
}

.com-content-category-blog__items.blog-items figure.float-end.item-image img{
    border-radius: 1em 0;
}

.com-content-category-blog__items.blog-items.columns-2 figure.float-end.item-image img,
.com-content-category-blog__items.blog-items.columns-3 figure.float-end.item-image img{
    border-radius: 0;
}

.item-content {
    padding: 0.5em 1em;
}



[dir*="rtl"] .form-check .form-check-input {
    float: right;
    margin-right: 0;
    margin-left: 1em;
}

[dir*="rtl"] .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
	border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
/*
[id*="hikashop_inserted_product"]::after,
[id*="hikashop_inserted_product"]::before{
	content: "";
	display: block;
	clear: both;
}
[id*="hikashop_inserted_product"] {
    border: 1px solid #bbb;
    padding: 1em;
    border-radius: 1em;
	margin-bottom: 1em;
}
[id*="hikashop_inserted_product"] .hikashop_product_image{
	float: right;
}
[id*="hikashop_inserted_product"] span.hikashop_product_name,
[id*="hikashop_inserted_product"] span.hikashop_product_description {
    text-align: justify;
}
*/
.dj-slide-description {
    text-align: justify;
    direction: rtl;
}

/*-------
com hikashop
------*/
dl[class*="hikashop_product_custom"]::after,
dl[class*="hikashop_product_custom"]::before{
	content: "";
	display: block;
	clear: both;
}
dl[class*="hikashop_product_custom"] {
    /* background: #FFC107; */
    box-shadow: -5px 5px 5px #ccc;
    border: 1px solid #ccc;
    border-radius: 0.5em;
    /* margin-bottom: 0.2em; */
    color: #000000;
    width: 90%;
    margin: 5px auto;
}
dt.hikashop_product_custom_name,
dd.hikashop_product_custom_value {
    width: 50%;
    float: right;
}
dt.hikashop_product_custom_name label,
dd.hikashop_product_custom_value {
    margin: 0;
	padding: 5px;
}

/*-------
com Komento
------*/
#kt .kt-comment {
    border: 1px solid #ccc;
}

.blog-item #fd {
    float: left;
}
.blog-item .readmore {
    float: right;
}


/*-------
tabs and accardion
------*/
[dir*="rtl"] [data-rlta-element=container][data-rlta-state=ready][data-rlta-type=tabs][data-rlta-orientation=vertical][data-rlta-positioning=right] {
    flex-direction: row;
    margin-bottom: 2em;
}
[dir*="rtl"] [data-rlta-element=button] {
    text-align: justify !important;
}
/*-- custom --*/
[data-rlta-element=panels] [id*="rlta-panel-"].col-cunt-2:first-child [data-rlta-element=panel-content] {
    column-count: 2;
}

/*-------
MEDIA QUERY
------*/
.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

@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;
    }
	
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #mainmenu {
		padding-bottom: 7px;
	}
	
	header{
		margin-top: 0;
		border-radius: 0;
	}
	
	nav span.hikashop_small_cart_total_zero {
		top: -7px;
	}
	
	nav.mod-breadcrumbs__wrapper {
		overflow-x: scroll;
	}

	#lead .custom h2 {
		margin-bottom: 10px;
	}

	#lead .fa-3x {
		font-size: 1.33333333em;
		line-height: .75em;
		vertical-align: -15%;
	}

	#lead .owl-nav {
		top: -75px;
	}

	ol.mod-breadcrumbs.breadcrumb {
		width: 980px;
	}
	
	.hikashop_compare_page {
		overflow-x: scroll;
	}
	table.hikashop_compare_table {
		width: 300px;
	}
	.hikashop_compare_table td {
		font-size: 12px;
	}

    .com_hikashop.view-checkout .hkc-lg-4{
        margin-bottom: 3rem;
    }
	.com_users.view-profile.layout-edit #member-profile fieldset{
		width:100%;
		float:none;
	}
	
	
	.com_hikashop.view-product.layout-show .hikashop_product_quantity_main {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: stretch;
	}
	
	.com_hikashop.view-product.layout-show span.hikashop_product_stock_count.hikashop_product_no_stock {
		flex: 0 0 100%;
	}
	
	.com_hikashop.view-product.layout-show ul.hikashop_tabs_ul li {
		font-size: 12px;
	}
	
	.com_hikashop.view-product.layout-show h1 {
		font-size: 14px;
	}
	#hikashop_product_code_main {
		font-size: 12px;
	}
	#hikashop_main_image {
		width: 245px;
		margin:0 auto;
	}
	.com_hikashop.view-product img.hikashop_child_image {
		height: 40px;
	}
	
	#search-result-list .result__item {
			flex: 1 0 50%;
	}
	
	#pre-order .form-check-inline {
		display: block;
		margin-left: 1.3%;
		width: 32%;
		float: right;
		text-align: center;
	}
}



/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    .md\:grid-cols-5 {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    .com-content-category-blog .category-desc img {
        float: right;
        margin-left: 1em;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    .lg\:gap-12 {
        gap: 3rem;
    }
    .lg\:grid-cols-8 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }

    .com-content-category-blog__items.blog-items.columns-3 {
        grid-template-columns: auto auto auto;
    }
    .com-content-category-blog__items.blog-items.columns-2 {
        grid-template-columns: auto auto;
    }
    #search-result-list .result__item {
		flex: 0 0 18%;
	}
}





