@font-face {
  font-family: 'BYekan';
  src: url('../fonts/BYekand41d.eot');
  src: url('../fonts/BYekand41d.eot?#iefix') format('embedded-opentype'),
       url('../fonts/BYekan.woff') format('woff'),
       url('../fonts/BYekan.ttf') format('truetype');
  font-weight: normal;
  font-display:swap
}

* {
	font-family: 'BYekan',tahoma;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, p, th, td {
    margin: 0;
    padding: 0;
}

html {
	height: 100%;
}

body {
	position: relative;
    background: #eeeff1;
    font-weight: normal;
    font-style: normal;
    font-size: 15px;
    line-height: 28px;
    color: #000;
	direction: rtl;
	min-height: 100%;
}

a {
	color: #000;
    text-decoration: none;
    line-height: inherit;
    outline: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

a:focus,
a:hover {
	color: #ff5252;
	text-decoration: none;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #444;
}

figure {
    margin: 0;
}

p {
    font-family: BYekan;
    font-weight: normal;
    line-height: inherit;
    margin-bottom: 1em;
}

p:last-child {
	margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
	line-height: 1.5em;
    font-weight: normal;
    font-style: normal;
    margin: 0;
	color: #444;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 60%;
    color: #444;
    line-height: 0;
}

h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {
	margin: 0 8px 0 0;
	vertical-align: middle;
}

h1 {
    font-size: 2em;
	margin-bottom: 0.2em;
}

h2 {
    font-size: 1.8em;
	margin-bottom: 0.7em;
}

h3 {
    font-size: 1.6em;
	margin-bottom: 0.7em;
}

h4 {
    font-size: 1.4em;
	margin-bottom: 0.4em;
}

h5 {
    font-size: 1.2em;
	margin-bottom: 0.7em;
}

h6 {
    font-size: 1em;
	margin-bottom: 0.7em;
}

hr {
    border: solid #dddddd;
    border-width: 1px 0 0;
    clear: both;
    margin: 22px 0 21px;
    height: 0;
}

em, i {
    font-style: italic;
    line-height: inherit;
}

h1 + em, h2 + em, h3 + em, h4 + em, h5 + em, h6 + em {
	color: #444;
	margin-top: -0.5em;
}

strong, b {
    font-weight: bold;
    line-height: inherit;
}

small {
    font-size: 60%;
    line-height: inherit;
}

code {
    font-weight: bold;
    background: #ffff99;
	direction: ltr;
}

ins {
	text-decoration: none;
}

img, object, embed {
    max-width: 100%;
    height: auto;
	border: none;
}

object, embed {
    height: 100%;
}

blockquote {
    border: 0;
    color: #444;
    border-right: 4px solid #ff5252;
    background-color: #f2f2f2;
    font-size: 15px;
    text-align: justify;
    padding: 2em;
    line-height: 2em;
    margin: 2em 0;
}

blockquote cite {
    display: block;
    font-size: 15px;
    color: #444;
}

blockquote cite a, blockquote cite a:visited {
    color: #999999;
}

abbr, acronym {
    font-size: 90%;
    color: #444;
    border-bottom: 1px solid #ddd;
    cursor: help;
}

abbr {
    text-transform: none;
}

table {
	width: 100%;
	border: 1px solid #dddddd;
	border-spacing: 0;
	border-collapse: separate;
	vertical-align: middle;
}

thead {
    font-size: 1em;
    background-color: #F5FAFA;
    color: #444;
}

th {
	font-weight: bold;
	color: #444;
}

th,td {
	padding: 0.5em 9px;
	border: 1px solid #dddddd;
	border-right-width: 0;
	border-top-width: 0;
	text-align: right;
}

th:last-child,
td:last-child {
	border-left-width: 0;
}

tr:last-child td,
tr:last-child th {
	border-bottom-width: 0;
}

thead tr:last-child td,
thead tr:last-child th {
	border-bottom-width: 1px;
}

tfoot tr:first-child td,
tfoot tr:first-child th {
	border-top-width: 1px;
}

input,
select,
textarea {
    width: auto;
    padding: 4px 10px;
    font-size: 1em;
    min-width: 50%;
    max-width: 100%;
    color: #696763;
    border: 1px solid #777676;
    border-radius: 0;
    background: #fff;
    font-weight: normal;
    outline: none;
    margin: 0 0 1em 0;
}

textarea {
	resize: none;
}

input[type="checkbox"],
input[type="radio"] {
	display: inline-block;
	min-width: 25px;
}

.button,
button,
input[type="submit"],
input[type="button"] {
	border: 0;
	margin: 0;
	outline: none;
	background: none;
	cursor: pointer;
}

input[readonly="readonly"] {
    background-color: #f3f3f3;
}

.button,
input[type="submit"],
input[type="button"] {
    position: relative;
    display: inline-block;
    padding: 0 15px;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    cursor: pointer;
    white-space: nowrap;
    color: #000;
    background: #ff5252;
    border: 0;
    border-radius: 3px;
    -webkit-box-shadow: inset 0px -1px 0px 0px #ff5959;
    -moz-box-shadow: inset 0px -1px 0px 0px #ff5959;
    box-shadow: inset 0px -1px 0px 0px #ff5959;
    -webkit-transition: box-shadow .2s;
    -o-transition: box-shadow .2s;
    transition: box-shadow .2s;
}

.button:hover,
input[type="submit"]:hover,
input[type="button"]:hover {
	-webkit-box-shadow: inset 0px -40px 0px 0px #ff5959;
    -moz-box-shadow: inset 0px -40px 0px 0px #ff5959;
    box-shadow: inset 0px -40px 0px 0px #ff5959;
}

ul, ol {
    margin-bottom: 1em;
    list-style-position: inside;
	list-style-type: disc;
}

ol {
	list-style-type: decimal;
}

li > ul, li > ol {
	margin-top: 0.5em;
    margin-bottom: 0;
}

ul:last-child,
ol:last-child {
	margin-bottom: 0;
}

li {
	margin-bottom: 0.5em;
}

li:last-child {
	margin-bottom: 0;
}

caption {
    text-align: right;
}

/**
 * ----------------------------------------------------------------------------------------
 * Misc
 * ----------------------------------------------------------------------------------------
 */
.clear {
	clear: both;
}

.clearfix:after {
	display: table;
	clear: both;
	content: " ";
}

.nobreak {
	white-space: nowrap;
}

.hidden {
    display: none;
}

.visible {
	display: block;
	opacity: 1!important;
}

.fullwidth {
	display: block;
	width: 100%!important;
	height: auto;
}

.left {
	float: left;
}

.right {
	float: right;
}

.alignnone {
    margin: 0.5em 0 0 0;
}

.alignright {
    float: right;
    margin: 0 0 1em 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 1em 0;
}

.aligncenter {
    display: block;
	text-align: center;
	margin: 0 auto;
}

.alignvertical {
	margin: 0.6em 0 0.25em;
}

.textleft {
	text-align: left;
}

.textright {
	text-align: right;
}

.image-wrap {
	overflow: hidden;
	position: relative;
}

.image-wrap img {
	display: block;
	width: 100%!important;
	height: auto;
}

.image-border,
.wp-caption {
	border: 1px solid #dddddd;
	padding: 3px;
	background: #FAFAFA;
	overflow: hidden;
}

.image-border.small {
	padding: 2px;
}

.image-border.none {
	padding: 0;
}

.wp-caption {
	margin-bottom: 1em;
	max-width: 100%;
}

.wp-caption img {
	display: block;
	width: 100%;
	height: auto;
}

.gallery-caption,
.wp-caption-text,
.wp-caption-dd {
    padding: 0.5em 0;
    text-align: center;
    background: #FAFAFA;
	margin: 5px 10px;
}

.owl-theme .owl-controls .owl-page span {
    background: #1084c4;
}


.screen-reader-text {
	display: none;
}

/**
 * ----------------------------------------------------------------------------------------
 * Top menu.
 * ----------------------------------------------------------------------------------------
 */
#defile_menu {
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    background: #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
}

#defile_menu .links ul,
#defile_menu .icons ul {
    display: block;
    margin: 0;
    overflow: hidden;
}

#defile_menu .links li,
#defile_menu .icons li {
    display: block;
    float: right;
    margin: 0;
	padding: 0;
	border-right: 1px solid #f2f2f2;
}

#defile_menu .links li:last-child,
#defile_menu .icons li:last-child {
	border-left: 1px solid #f2f2f2;
}

#defile_menu .links a {
    display: block;
    padding: 0;
    color: #696763;
	line-height: 35px;
    height: 35px;
	padding: 0 10px;
}

#defile_menu .icons a {
    display: block;
    padding: 0;
    color: #696763;
    line-height: 35px;
    height: 35px;
    width: 35px;
    text-align: center;
}

#defile_menu .links i {
    float: right;
    margin-left: 5px;
    line-height: 35px;
}

#defile_menu .icons a:hover,
#defile_menu .icons a:focus,
#defile_menu .links a:hover,
#defile_menu .links a:focus {
	color: #fff;
	background: #ff5252;
}

#defile_menu .links .shopping-cart a {
	color: #000;
	background: #ff5252;
}

#defile_menu .icons a.telegram:hover,
#defile_menu .icons a.telegram:focus {
	background: #33aae0;
}

#defile_menu .icons a.gplus:hover,
#defile_menu .icons a.gplus:focus {
	background: #d34836;
}

#defile_menu .icons a.instagram:hover,
#defile_menu .icons a.instagram:focus {
	background: #8a3ab9;
}

#defile_menu .icons a.twitter:hover,
#defile_menu .icons a.twitter:focus {
	background: #0084b4;
}

#defile_menu .icons a.linkedin:hover,
#defile_menu .icons a.linkedin:focus {
	background: #0e76a8;
}

#defile_menu .icons a.facebook:hover,
#defile_menu .icons a.facebook:focus {
	background: #3b5998;
}

/**
 * ----------------------------------------------------------------------------------------
 * Header
 * ----------------------------------------------------------------------------------------
 */
#defile_header {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 12px 0;
    background: #ffffff;
}

#defile_header .logo {
	display: block;
	position: relative;
	overflow: hidden;
	float: right;
	margin: 0;
	padding: 0;
	color: #696763;
}

#defile_header .logo>img {
	display: block;
	margin: 0;
	padding: 0;
	height: 70px;
	width: auto;
}

#defile_header .banner h1 {
    display: block;
    overflow: hidden;
    margin: 10px 0;
    padding: 0;
    font-size: 24px;
    line-height: 50px;
    font-weight: 600;
}

#defile_header .search-menu {
    display: block;
    position: relative;
    overflow: hidden;
    float: left;
    margin: 0;
    padding: 0;
    height: 48px;
}

#defile_header .search-menu .list-inline {
    display: block;
    margin: 0;
    padding: 0;
	color: #696763;
}

#defile_header .search-menu .list-inline>li {
    display: block;
    float: right;
    margin: 0;
    padding: 0;
}

#defile_header .search-menu .list-inline>li:after {
    content: "/";
    float: left;
    margin: 0 8px;
    line-height: 32px;
    color: #ccc;
}

#defile_header .search-menu .list-inline>li:last-child:after {
    content: "";
    margin: 0;
}

#defile_header .search-menu .list-inline>li>a {
    font-size: 15px;
	line-height: 32px;
    color: #696763;
}

#defile_header .search-menu .list-inline>li>a:hover {
    color: #ff5252;
}

#defile_header .search-box {
    display: block;
    position: relative;
    overflow: hidden;
	clear: both;
    float: left;
    margin: 0;
    padding: 0;
    height: 48px;
    width: 100%;
    max-width: 300px;
}

#defile_header .search-box input[type="search"] {
	display: block;
	width: 100%;
	height: 48px;
	margin: 0;
	padding: 0 10px 0 48px;
	border: 1px solid #f2f2f2;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	transition: all .3s;
}

#defile_header .search-box input[type="search"]:focus {
	border-color: #ff5252;
}

#defile_header .search-box .search-btn {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: #ff5252;
    height: 48px;
    width: 48px;
    color: #fff;
}

/**
 * ----------------------------------------------------------------------------------------
 * Main Menu
 * ----------------------------------------------------------------------------------------
 */
#defile_nav {
    background: #f7f8fa;
    border-top: 1px solid #D6D6D7;
    border-bottom: 1px solid #D6D6D7;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    height: auto;
    margin-bottom: 7px;
    padding: 5px;
	
}

#defile_navigation {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
}

#defile_navigation .main_menu {
	display: block;
    margin: 0;
    padding: 0;
	list-style: none;
}

#defile_navigation .main_menu li {
    position: relative;
    float: right;
    padding: 0;
    margin: 0;
}

#defile_navigation .main_menu a {
    display: block;
    line-height: 38px;
    height: 38px;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 15px;
    padding: 0 12px;
    color: #696763;
}

#defile_navigation .main_menu ul.sub-menu {
    display: block;
    position: absolute;
	top: 38px;
    min-height: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 999;
	filter: alpha(opacity=0);
	opacity: 0;
    right: -999em;
    border-top: 2px solid #ff5252;
	background: #ffffff none 0 0 repeat;
    -webkit-box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
    -moz-box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
    box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
}

#defile_navigation .main_menu ul.sub-menu ul.sub-menu {
	top: -2px;
	filter: alpha(opacity=0);
	opacity: 0;
    right: -999em;
}

#defile_navigation .main_menu ul.sub-menu li {
    display: block;
	position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 200px;
    padding: 0;
	border: 0;
}

#defile_navigation .main_menu li:hover .sub-menu,
#defile_navigation .main_menu li:focus .sub-menu,
#defile_navigation .main_menu li:active .sub-menu {
    right: auto;
	filter: alpha(opacity=100);
    opacity: 1;
}

#defile_navigation .main_menu .sub-menu li:hover .sub-menu,
#defile_navigation .main_menu .sub-menu li:focus .sub-menu,
#defile_navigation .main_menu .sub-menu li:active .sub-menu {
    right: 100%;
	filter: alpha(opacity=100);
    opacity: 1;
}

#defile_navigation .main_menu ul.sub-menu a {
    font-size: 15px;
    line-height: 36px;
    height: 36px;
    padding: 0 12px;
    color: #696763;
}

#defile_navigation .main_menu ul.sub-menu a:hover,
#defile_navigation .main_menu ul.sub-menu a:focus,
#defile_navigation .main_menu ul.sub-menu a:active {
	padding-right: 16px;
}

#defile_navigation .main_menu li.menu-item-has-children:after {
    content: "\f078";
    display: block;
    position: absolute;
    left: 8px;
    top: 0;
    line-height: 40px;
	font-size: 9px;
    color: #696763;
    font-family: "FontAwesome";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#defile_navigation .main_menu .sub-menu li.menu-item-has-children:after {
    content: "\f053";
    line-height: 40px;
	font-size: 9px;
}

#defile_navigation .main_menu li.menu-item-has-children:hover:after {
	content: "\f077";
}

#defile_navigation .main_menu .sub-menu li.menu-item-has-children:hover:after {
	content: "\f053";
}

#defile_navigation .main_menu li.menu-item-has-children {
    padding-left: 10px;
}

#defile_navigation select {
    display: none;
    width: 100%;
    background: #f7f8fa;
    color: #696763;
    border: 0;
    line-height: 38px;
    height: 38px;
}



.menu_item>ul>li{display:inline-block;transition:.2s;margin: 3px 6px;position:relative;}
.menu_item>ul>li>a{

        background: #D6D6D7;
        border-radius: 6px;
color:#000000;
transition:.3s;
-moz-transition:all ease-out .3s;
-ms-transition:all ease-out .3s;
-o-transition:all ease-out .3s;
-webkit-transition:all ease-out .3s;
margin: auto;
font-size:15px;

    line-height: 37px;
    height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;

    padding: 0 7px;
	


}













/**
 * ----------------------------------------------------------------------------------------
 * Sidebar
 * ----------------------------------------------------------------------------------------
 */
 

 
 
 
.widget-sidebar {
	display: block;
	position: relative;
	overflow: hidden;
    margin: 0 0 15px;
	padding: 10px;
    background: #ffffff none 0 0 repeat;
    -webkit-box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
    -moz-box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
    box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
	
	border-radius: 7px;
}

.widget-title {
    margin: -10px -10px 10px ;
	padding: 10px;
	color: #000;
    background: #d6d6d7;
    font-size: 15px;
}





.widget>ul {
    overflow: hidden;
    position: relative;
	margin: 0;
	padding: 0;
    list-style: none;
}

.widget>ul>li {
    display: block;
    padding: 5px 0;
    margin: 0;
    text-align: justify;
    clear: both;
    color: #696763;
	background: #fff;
    border-bottom: 1px solid #f2f2f2;
}

.widget>ul>li:last-child {
    border-bottom: 0;
}

.widget>ul>li:before {
    content: "\f046";
    display: block;
	float: right;
    margin-left: 5px;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget ul.children {
	display: none;
	margin: 0;
	padding: 8px;
	list-style: none;
	background: #f2f2f2;
}

.widget ul.children li {
	display: block;
	margin: 0;
	padding: 5px 0;
}

#defile_category_widget>li {
	padding: 0;
}

#defile_category_widget>li:before {
	content: "";
}

#defile_category_widget>li>a {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 7px 5px;
	padding-left: 20px;
}

#defile_category_widget li.has-dropdown>a:after {
    content: "\f078";
    display: block;
    position: absolute;
    left: 6px;
    top: 8px;
    font-family: FontAwesome;
    font-size: 15px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#defile_category_widget>li>a:focus {
	color: #696763;
}

#defile_category_widget>li>a.active,
#defile_category_widget>li>a:hover {
	background: #ff5252;
	color: #fff;
}

.posts-list {
	display: block;
	position: relative;
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
}

.posts-list .post-item {
	padding: 7px 0;
}

.posts-list .post-item .table-block {
	display: table;
	width: 100%;
	table-layout: fixed;
}

.posts-list .post-item .table-block .col-one {
	display: table-cell;
	vertical-align: top;
	width: 75px;
}

.posts-list .post-item .table-block .col-two {
	display: table-cell;
	vertical-align: top;
	width: 100%;
}

.posts-list .post-item .table-block .thumb img {
	display: block;
	width: 75px;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	border: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

.posts-list .post-item .table-block .title {
    display: block;
    margin: 0;
    padding: 0 10px 0 0;
    font-size: 15px;
    line-height: 24px;
    font-weight: normal;
}

.posts-list .post-item .table-block .time {
    display: block;
    margin: 0;
    padding: 2px 10px 0 0;
    font-size: 14px;
	color: #000;
}

.widget_purchase .purchase-text {
    display: block;
    overflow: hidden;
    text-align: justify;
    font-size: 15px;
    line-height: 26px;
	margin: 15px 0 0;
}

.widget_purchase .purchase-img {
    display: block;
    overflow: hidden;
    width: 228px;
    max-width: 100%;
    height: 240px;
    margin: 0 auto 15px;
    background-image: url(../img/bank.gif);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.box-buy {

    background: #E6E6E9;
	margin: auto;
	padding: 15px 15px 15px 15px;
	border-radius: 10px;
	text-align: justify; 
}























/**
 * Archive
 */
#defile_shop {
	display: block;
    position: relative;
    overflow: hidden;
    margin: 0 -15px 25px;
    padding: 10px;
    background: #ffffff none 0 0 repeat;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-box-shadow: 0 2px 5px 0 rgba(151, 151, 163, 0.65);
    -moz-box-shadow: 0 2px 5px 0 rgba(151, 151, 163, 0.65);
    box-shadow: 0 2px 5px 0 rgba(151, 151, 163, 0.65);
}



.shop-item-inner {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 15px;
    padding: 0;
    background: #ffffff none 0 0 repeat;
    -webkit-box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
    -moz-box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
    box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
	border-radius: 10px;
}

.shop-item-inner .entry-thumbnail {
	display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 0;
	border-bottom: 4px solid #ff5252;
	border-radius: 10px;
}

.shop-item-inner .entry-thumbnail img {
    display: block;
    width: 100%;
    height: 175px;
}

.shop-item-inner .entry-thumbnail .defile-overlay {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
	background: #fff;
	transition-duration: 0.3s;
    transition-timing-function: ease-out;
    transition-property: opacity, transform, filter;
	opacity: 0;
}

.shop-item-inner .entry-thumbnail .defile-overlay:before {
	content: "\f115";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 40px;
    margin-top: -20px;
    margin-left: -25px;
    font-size: 40px;
    line-height: 1;
    font-family: FontAwesome;
    text-align: center;
    color: #696763;
}

.shop-item-inner .entry-thumbnail:hover .defile-overlay {
	opacity: 1;
}

.shop-item-inner .entry-content {
    display: block;
    position: relative;
    overflow: hidden;
    margin: 0;
    padding: 25px 15px;
    height: 175px;
}

.shop-item-inner .entry-title {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0 0 8px;
    max-height: 52px;
    line-height: 26px;
    font-size: 15px;
    font-weight: bold;
    color: #000;
    text-align: right;
}

.shop-item-inner .entry-title a {
	color: #000;
}

.shop-item-inner .excerpt {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 72px;
    line-height: 24px;
}











/**
 * ----------------------------------------------------------------------------------------
 * Footer
 * ----------------------------------------------------------------------------------------
 */
#defile_footer {
    background: #696763;
    color: #fff;
    padding: 0;
    overflow: hidden;
}

#defile_footer .copyright {
    background: #696763;
    color: #fff;
    overflow: hidden;
}

#defile_footer .copyright p {
    color: #f2f2f2;
    padding: 0;
    margin: 0;
    line-height: 30px;
    font-size: 15px;
}

#defile_footer .copyright .webhow {
    display: block;
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 4px;
	background-color: transparent;
	background-image: url(../img/webhow.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 26px;
}

#defile_footer .footer-sidebar {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 50px 0 30px;
	padding: 0;
}

.widget-footer {
    display: block;
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.widget-footer .widget-title {
    margin: 0 0 10px;
	padding: 0;
	color: #f2f2f2;
    background: transparent;
    font-size: 16px;
	font-weight: bold;
}

.widget-footer>ul {
    overflow: hidden;
    position: relative;
	margin: 0;
	padding: 0;
    list-style: none;
}

.widget-footer>ul>li {
    display: block;
    padding: 5px 0;
    margin: 0;
    text-align: justify;
    clear: both;
    color: #fff;
    border-bottom: 1px solid #716f6f;
}

.widget-footer>ul>li:last-child {
    border-bottom: 0;
}

.widget-footer>ul>li:before {
    content: "\f046";
    display: block;
	float: right;
    margin-left: 5px;
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 28px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.widget-footer>ul>li>a {
    color: #fff;
}

.widget_about p {
	text-align: justify;
}

/**
 * ----------------------------------------------------------------------------------------
 * Navigation
 * ----------------------------------------------------------------------------------------
 */
.navigation {
	display: block;
	overflow: hidden;
	clear: both;
    margin: 0 0 15px;
    text-align: center;
    background: #ffffff none 0 0 repeat;
    -webkit-box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
    -moz-box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
    box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
}

.navigation ul ,
.navigation li,
.navigation a {
    display: inline;
    list-style: none;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled a {
	color: #fff;
	text-decoration:none;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled a,
.navigation a {
    cursor: pointer;
	padding: 8px 20px 10px;
    color: #696763;
    display: inline-table;
}

.navigation li a:hover,
.navigation li.active a,
.navigation a:hover {
    background: #ff5252;
    color: #fff;
}

.navigation li.disabled a {
	cursor: not-allowed;
}

.navigation li.disabled a:hover,
.navigation li.disabled a:focus {
	background: #fff;
	color: #696763;
}

/**
 * ----------------------------------------------------------------------------------------
 * Index
 * ----------------------------------------------------------------------------------------
 */
.post,
.hentry {
	position: relative;
	overflow: hidden;
	clear: both;
	color: #000;
	margin: 0 -15px 15px;
	padding: 15px 25px;
    background: #ffffff none 0 0 repeat;
    -webkit-box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
    -moz-box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
    box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
	border-radius: 7px;
}

.page-header {
    position: relative;
	overflow: hidden;
	clear: both;
	margin: 0 -15px 25px;
	padding: 25px 15px;
	border-radius: 9px;
    background: #ffffff none 0 0 repeat;
    -webkit-box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
    -moz-box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
    box-shadow: 0 2px 15px 0 rgba(151, 151, 163, 0.25);
}

.hentry.has-post-thumbnail .entry-thumbnail {
    display: block;
    position: relative;
    overflow: hidden;
    margin: -15px -30px 30px;
    border-bottom: 4px solid #ff5252;
}

.hentry.has-post-thumbnail .entry-thumbnail img {
    display: block;
	width: 100%;
	height: auto;
}

.page-header .page-title {
    display: block;
    overflow: hidden;
    margin: -25px -15px 15px;
    padding: 10px 10px 10px 25px;
    color: #000;
    background: #d6d6d7;
	font-weight: bold;
    font-size: 17px;	
	
	
	
	
	
	
	
	
}

.page-header .taxonomy-description {
	margin-top: 20px;
}

.entry-header .entry-title {
    display: block;
    overflow: hidden;
    margin: -15px -25px 15px;
    padding: 10px 10px 10px 25px;
    color: #000;
    background: #d6d6d7;
	font-weight: bold;
    font-size: 15px;
}

.entry-header .entry-title a {
    color: #000;
}

.entry-header .entry-meta {
    text-align: center;
    font-size: 90%;
    margin-top: -20px;
}

.entry-content {
    clear: both;
    display: block;
    margin: 1em 0;
    text-align: justify;
}

.page .entry-content {
    margin: 0 0 50px;
}

.entry-footer {
	margin: 20px 0;
}

.entry-footer-meta {
	list-style: none;
}

.entry-footer-meta li {
    line-height: 2em;
}

.entry-footer-meta i {
    margin-left: 10px;
    float: right;
    line-height: 2em;
}

.entry-footer-meta .meta-tags a {
    margin: 0 5px 5px 0;
    background-color: #f2f2f2;
    padding: 0 5px;
    display: inline-block;
}

.entry-footer-meta .meta-tags a:hover {
    background-color: #ff5252;
    color: #fff;
}

/**
 * 404
 */
.e404search .search-form {
	display: block;
	margin: 30px auto 80px;
	max-width: 300px;
	width: 100%;
}

.e404search .search-form label {
    display: block;
}

.e404search .search-form .search-field,
.e404search .search-form .search-submit {
	width: 100%;
	margin: 0;
}




table#edd_purchase_receipt td,
table#edd_purchase_receipt th,
table#edd_purchase_receipt_products td,
table#edd_purchase_receipt_products th {
    text-align: right;
}



#edd_login_form legend,
#edd_register_form legend,
#edd_profile_editor_form legend {
    border: none;
    padding: 10px;
    background: #f2f2f2;
    font-size: 1.2em;
    font-weight: bold;
	text-align: right;
}

#edd_login_form,
#edd_register_form,
#edd_profile_editor_form {
	text-align: center;
}

#edd_checkout_form_wrap #edd-discount-code-wrap,
#edd_checkout_form_wrap #edd_final_total_wrap,
#edd_checkout_form_wrap #edd_show_discount {
    border: 1px solid #f2f2f2;
}





table#edd_purchase_receipt,
table#edd_purchase_receipt_products {
    border: 0;
}

table#edd_purchase_receipt th,
table#edd_purchase_receipt_products th {
    text-align: right;
    background: #777;
    border: 0;
    color: #fff;
    border-bottom: 1px solid #f2f2f2;
}

table#edd_purchase_receipt td,
table#edd_purchase_receipt_products td {
    border: 0;
    border-bottom: 1px solid #f2f2f2;
}

/**
 * ----------------------------------------------------------------------------------------
 * Responsive
 * ----------------------------------------------------------------------------------------
**/
@media (max-width: 991px) {
	#defile_navigation select {
		display: block;
	}
	
	#defile_shop .shop-item:nth-child(3n+1) {
		clear: none;
	}
	
	#defile_shop .shop-item:nth-child(2n+1) {
		clear: both;
	}
}

@media (max-width: 767px) {
	#defile_menu .links a {
		padding: 0 6px;
	}
	
	#defile_menu .shopping-cart .sk {
		display: none;
	}
	
	#defile_header .logo {
		float: none;
		margin: 0 0 10px;
		text-align: center;
	}
	
	#defile_header .logo>img {
		display: block;
		margin: 0 auto;
	}
	
	#defile_header .search-box,
	#defile_header .search-menu {
		float: none;
		margin: 0 auto;
		max-width: 300px;
		
	}
	
	
  
	
	
	
	
	
	
	
	
	
	
	
	
	
	
}

@media (max-width: 500px) {
	#defile_shop .shop-item {
		width: 100%;
		clear: both;
	}
	
	.shop-item-inner .entry-thumbnail img {
		height: auto;
	}
	
	#defile_footer .copyright p.pull-right {
		display: none;
	}
	
}


	.copy-right{
		
		text-align:center;
	}










@media (min-width: 992px) {
    .col-md-3,.col-md-12 {
        float:right
    }

}


.cat_shop {
	display: block;
    position: relative;
    overflow: hidden;
    margin: 0 0 25px;
    padding: 2px;
    background: #ffffff none 0 0 repeat;
    border-radius: 8px;

}


.btn-default {
  color: #00cffd;
  background-color: #f5f8fa;
  border-color: #f5f8fa;
}




.no-padding {
    padding: 0;
    margin: 0;
}




.blue {
    background: #30cbf5;
	
}



.center-icon {
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    position: absolute
}





.box {
    background: #FFF;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
    margin-bottom: 20px;
    overflow: hidden;
	
}

.box h2 {
    padding: 0 15px;
    font-size: 15px;
    color: #43484d;
    margin: 0 0 20px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 1.8;
	
}

.box h2 span {
    border-bottom: 2px solid #ffc52b;
    padding: 20px 0;
    display: inline-block;
	
}

.subject-box h2 {
    padding: 0 15px;
    margin: 0
}



.subject-box li {
    padding: 0;
    border-left: none;
    border-right: none
}

.subject-box li a {
    padding: 15px;
    display: block;
    border-right: 3px solid transparent
}

.subject-box .list-group {
    margin: 0
}

.subject-box .btn {
    width: 100%;
    border-radius: 0 0 3px 3px;
    padding: 15px 0
}




.subject-box h2 {
    padding: 15px 0;
    font-size: 14px;
    margin: 0;
    text-align: center
}

.subject-box h2 {
    padding: 15px 0;
    font-size: 14px;
    margin: 0;
    text-align: center;
    margin-bottom: 20px
}

.subject-box p {
    margin: 20px 0
}

.box-list {
    border: none
}

.box-list li:first-child {
    border-top: none
}

.box-icon {
    position: absolute;
    top: 10px;
    right: 0;
    border-radius: 4px 0 0 4px;
    padding: 17px 18px;
    text-align: center
}

.box-icon i {
    color: #FFF;
    top: 8px;
    font-size: 18px
}



.subject-box li a:hover {
    background: #fbfbfb
}

.blue-box .box-list .list-group a:hover {
    color: #00bff3;
    border-right: 3px solid #00bff3
}


@media screen  and (min-width: 576px) {

    .ul-menu1{
        display: none;

    }
}

@media screen  and (max-width: 576px) {

    .ul-menu1{
        
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
		background: #f7f8fa;
		margin: 11px -10px;

    }
    .main-ul{
        margin-top: auto;
    }
}

@media screen  and (max-width: 576px) {

    .ul-menu2{
        display: none;

       
    }
}



