img{
    -webkit-animation: fadein 3s; /* Safari, Chrome and Opera > 12.1 */
       -moz-animation: fadein 3s; /* Firefox < 16 */
        -ms-animation: fadein 3s; /* Internet Explorer */
         -o-animation: fadein 3s; /* Opera < 12.1 */
            animation: fadein 3s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
html body{
	line-height:180%;
}
.dima_wrapper.container {
	margin:0px;
	padding:0px;
	width: 100%;
	max-width: 100%;
	position:relative;
	overflow:hidden;
	float: right;
	}
.dima_wrapper.container:before{
    content:'';
    height:280px;
    background-image: linear-gradient(to bottom right, rgba(0,0,0,0.0), rgba(0,0,0,0.05));
    position:absolute;
    top:0;
    left:0;
    right:0;
}
.dima_wrapper.container .row{
	 margin:0px;
	padding:0px;
} 
.dima_1_1_wrapper {
	}
#dima_1_1 img{
    max-height:100px;
    width:auto;
}
.dima_1_2_wrapper {
	}
.dima_1_3_wrapper {
    text-align:center;
	}
#dima_1_3 ul{
    width:180px;
    margin:auto;
}
#dima_1_3 li{
    display:inline-block;
}
#dima_1_3 li a{
    display:block;
    padding:0px;
    padding-left:10px;
    padding-right:10px;
    height:20px;
    line-height:20px;
    font-size:12px;
    color:#FFF;
}
.dima_1_wrapper {
    position:relative;
    z-index:10000;
	}
.dima_2_1_wrapper {
	}
.dima_2_2_wrapper {
	}
.dima_2_wrapper {
	}
.dima_3_2_wrapper {
    position:relative;
    z-index:1;
	}
.dima_3_wrapper {
	}
.dima_4_1_wrapper {
    min-height:300px!important;
	}
#dima_4_1{
    margin-top:50px;
}
.news.widget_scroller2.moduletable{
    background:#FFF;
    box-shadow:0px 0px 15px -10px #000;
    margin-bottom:30px;
    margin-top:50px;
    padding-bottom:20px;
}
.news.widget_scroller2.moduletable h3.title{
    position:relative;
    top:-30px;
    font-size:16px;
}
.news.widget_scroller2.moduletable .scroll2 .next {
  display: block;
  background-image: url(images/back.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-color:#2455a4;
  border-top-left-radius:10px;
  border-bottom-left-radius:10px;
  border-right: 5px solid #2455a4;
  width: 20px;
  height: 50px;
  position: absolute;
  top: 35%;
  left: -20px;
  z-index: 2;
}
.news.widget_scroller2.moduletable .scroll2 .prev {
  display: block;
  background-image: url(images/next.png);
  background-position: right center;
  background-repeat: no-repeat;
  background-color:#2455a4;
  border-top-right-radius:10px;
  border-bottom-right-radius:10px;
  border-left: 5px solid #2455a4;
  width: 20px;
  height: 50px;
  position: absolute;
  top: 35%;
  right: -20px;
  z-index: 2;
}
.dima_4_2_wrapper {
	}
.dima_4_wrapper {
	}
.dima_5_1_wrapper {
	}
.dima_5_wrapper {
	}
.dima_6_1_wrapper {
	}
.dima_6_wrapper {
	}
.dima_7_1_wrapper {
	}
.dima_7_wrapper {
    background-image: linear-gradient(to right, #c2cedb,#3866b1,#c2cedb); 
    line-height:40px;
    text-align:center;
    color:#FFF;
	}
.dima_8_1_wrapper {
	}
.dima_8_2_wrapper {
	}
.dima_8_3_wrapper {
	}
#dima_8_1,#dima_8_2,#dima_8_3{
    width:96%;
    margin:1%;
    padding:5%;
    background:rgba(0,0,0,0.08);
    color:#FFF;
    height:100%;
}
#dima_8_1 a,#dima_8_2 a,#dima_8_3 a{
    color:#FFF;
}
.dima_8_wrapper {
    padding-top:30px!important;
    padding-bottom:30px!important;
	}
.dima_9_1_wrapper {
	}
.dima_9_wrapper {
    padding-top:10px!important;
    padding-bottom:10px!important;
    color:#FFF;
    text-align:center;
	}
.slide.widget_media_image{
    position:absolute;
    left:5%;
    top:5%;
    z-index:10;
}
@media(min-width:960px){
    .slide.widget_slide1{
        border-radius:100%;
        overflow:hidden;
        position:absolute;
        border:10px solid rgba(0,0,0,0.04);
        box-shadow:0px 0px 5px -10px #000 inset;
        z-index:2;
        background:#FFF;
    }
    ul.gear{
        position:absolute;
        width:490px;
        height:490px;
        left:0;
        right:0;
        top:0;
        bottom:0;
    }
    ul.gear li{
        width:356px;
        height:223px;
        background:url('images/shadow.png') no-repeat top left;
        position:absolute;
        opacity:0.25;
    }
    ul.gear li:nth-child(1){
        top:-125px;
        left:135px;
        transform: rotate(0deg);
    }
    ul.gear li:nth-child(2){
        top:-125px;
        left:35px;
        transform: rotate(-20deg);
    }
    ul.gear li:nth-child(3){
        top:-125px;
        left:-45px;
        transform: rotate(-40deg);
    }
    ul.gear li:nth-child(4){
        top:-50px;
        left:-125px;
        transform: rotate(-60deg);
    }
    ul.gear li:nth-child(5){
        top:50px;
        left:-170px;
        transform: rotate(-80deg);
    }
    .dima_3_1_wrapper{
        height:260px;
        color:#FFF;
    }
    .dima_3_1_wrapper a{
        color:#FFF;
    }
    .dima_3_1_wrapper:before{
        content:'';
        position:absolute;
        left:-250px;
        top:0px;
        bottom:0;
        right:-50px;
        background:rgba(0,0,0,0.04);
        border-top-right-radius:150px;
        border-bottom-right-radius:150px;
        height:260px;
        width:150%;
    }
    .dima_3_1_wrapper:after{
        content:'';
        position:absolute;
        left:-250px;
        top:10px;
        bottom:0;
        right:50px;
        background:#CCC;
        border-top-right-radius:150px;
        border-bottom-right-radius:150px;
        height:240px;
        width:130%;
        z-index:-1;
    }
    #dima_3_1 h3.title{
        text-align:left;
        color:#FFF;
        height:40px;
        line-height:40px;
        position:relative;
    }
    #dima_3_1 h3.title:before{
        content:'';
        width:70%;
        height:1px;
        background:#FFF;
        position:absolute;
        left:120px;
        top:20px;
    }
    #dima_3_1 h5{
        color:#FFF;
        height:40px;
        line-height:20px;
        font-size:12px;
    }
    #dima_3_1 {
        background-image: linear-gradient(to right, #054b94 , #4672b5);
        position:relative;
        border-top-right-radius:150px;
        border-bottom-right-radius:150px;
        margin-top:30px;
        height:220px;
        }
    #dima_3_1:before{
        content:'';
        position:absolute;
        left:-200px;
        top:0;
        bottom:0;
        background:#0a4e96;
        height:220px;
        width:250px;
    }
}
@media(max-width:960px){
    .dima_2_wrapper{
        display:none;
    }
    .product.widget_scroller1{
        background:#0a4e96;
        color:#FFF;
        border-radius:10px;
        padding:20px;
        margin-bottom:20px;
    }
    .product.widget_scroller1 a{
        color:#FFF;
    }
    .slider_container{
        border-radius:10px;
    }
    #dima_8 .col-md-4{
        margin-bottom:30px!important;
    }
}
.search-form{
    background:#FFF;
    border:1px solid #CCC;
    border-radius:100px;
    overflow:hidden;
    padding:5px;
}
.search-form input[type="text"]{
    width:90%;
    float:right;
    padding:0!important;
    margin:0!important;
    height:25px;
    lin-height:25px;
    padding-right:10px;
    border:none!important;
    background:none!important;
}
.search-form button[type="submit"]{
    width:25px;
    float:left;
    padding:0!important;
    margin:0!important;
    height:25px;
    lin-height:25px;
    border:none!important;
    border-radius:100px;
}
.clear { clear:both;font-size:0px; height:1px; overflow:hidden; }

header *{
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
header nav {
	text-align: right;
}
header nav ul {
	margin: 0;
	padding:0;
	list-style-type: none;
    position: relative;
	z-index:10000;
	}
header nav  ul.menu > li {
	float:right;
	position:relative;
	padding-left:7px;
	padding-right:7px;
}
header nav  ul.menu > li:hover{
	background:rgba(0,0,0,0.3);
}
header nav  ul.menu > li:hover a{
	color:#FFF;
}
header nav  ul.menu > li.parent > a:after{
	content:'\f078';
	font-family:FontAwesome;
	margin-left:5px;
	margin-right:5px;
	font-size:12px;
}
header nav  ul.menu > li.active{
	background:rgba(0,0,0,0.2);
}
header nav  ul.menu > li.active > a{
	color:#FFF;
}
header nav ul li:first-child {
	margin-right: 0;
}
header nav ul.menu > li > ul {
    position: absolute;
    list-style: none;
	width:180px;
	height:0;
	text-align:right;
	padding:0px;
	margin:0px;
	right:0px;
	overflow:hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:0;
}
header nav ul.menu > li > ul > li > ul{
    position: absolute;
	right:180px;
	width:0px;
	top:-5px;
	opacity:0;
	padding:5px;
	height:0;
	overflow:hidden;
}
header nav ul.menu > li > ul > li:hover > ul{
	padding-top:5px;
	opacity:0.9;
	height:auto;
	min-height:50px;
	overflow:visible;
	width:180px;
}
header nav ul li:hover ul{
	padding-top:5px;
	width:180px;
	opacity:0.9;
	height:auto;
	min-height:50px;
	overflow:visible;
}
header nav ul.menu > li > ul > li{
	display:block;
	background:#28afc1;
	border-bottom:1px solid rgba(0,0,0,0.2);
	padding:4px;
	margin:0px;
	position:relative;
}
header nav ul.menu > li > ul > li.parent > a:after{
	content:'\f053';
	font-family:FontAwesome;
	margin-left:5px;
	margin-right:5px;
	position:absolute;
	left:5px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size:12px;
}
header nav ul.menu > li > ul > li.parent:hover > a:after{
	left:0px;
}
header nav ul.menu > li > ul > li > ul > li{
	display:block;
	background:#28afc1;
	padding:4px;
	margin:0px;
	border-bottom:1px solid rgba(0,0,0,0.2);
	position:relative;
}
header nav li a {
	color: #FFFFFF;
	text-decoration:none;
	display:block;
}
header nav li li a {
	color: #FFFFFF;
	text-decoration:none;
	display:block;
}
header nav li a:hover {
	color: #FFFFFF;
}
header nav li li  a:hover {
	color: #FFFFFF;
}
header nav a, header nav a:hover {
	-o-transition: color 0.23s ease-in;
	-webkit-transition: color 0.23s ease-in;
	-moz-transition: color 0.23s ease-in;
	transition: color 0.23s ease-in;
}
/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: right;
	width: 100%;
	position: relative;
	background: #2455a4;
	padding: 4px 0;
	min-height: 42px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 40px;
	height: 40px;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Tahoma;
	font-weight: 700;
	margin-top:5px;
}

.mean-container a.meanmenu-reveal span {
	display: block;
	background:url('images/menu.png') no-repeat center center;
	background-size:100% 100%;
	width: 40px;
	height: 40px;
}

.mean-container .mean-nav {
	float: right;
	width: 100%;
	background: #2455a4;
	margin-top: 44px;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: right;
	width: 100%;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: right;
	width: 90%;
	padding: 1em 5%;
	margin: 0;
	text-align: right;
	color: #fff;
	border-top: 1px solid #383838;
	border-top: 1px solid rgba(255,255,255,0.5);
	text-decoration: none;
}

.mean-container .mean-nav ul li li a {
	width: 80%;
	padding: 1em 10%;
	border-top: 1px solid #f1f1f1;
	border-top: 1px solid rgba(255,255,255,0.25);
	opacity: 0.75;
	filter: alpha(opacity=75);
	text-shadow: none !important;
	visibility: visible;
}

.mean-container .mean-nav ul li.mean-last a {
	border-bottom: none;
	margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
	width: 70%;
	padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
	width: 60%;
	padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
	width: 50%;
	padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
	background: #252525;
	background: rgba(255,255,255,0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
	margin-top: 1px;
	width: 26px;
	height: 30px;
	padding: 12px !important;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
	font-weight: 700;
	background:url('images/menu.png') no-repeat center center;
	background-size:50% 50%;
	border:none;
	border-right:1px solid rgba(255,255,255,0.5);
}

.mean-container .mean-nav ul li a.mean-expand:hover {
}

.mean-container .mean-push {
	float: right;
	width: 100%;
	padding: 0;
	margin: 0;
	clear: both;
}

.mean-nav .wrapper {
	width: 100%;
	padding: 0;
	margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar, .mean-container .mean-bar * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}


.mean-remove {
	display: none !important;
}
div.module ul.menu li{
	float:right;
	width:96%;
	padding:1%;
	margin:1%;
	background:#F7EBD3;
	border:1px solid #ECD6A7;
	border-radius:6px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
div.module ul.menu li:hover{
	background:#ECD6A7;
	border:1px solid #F7EBD3;
}
div.module ul.menu li li{
	background:#F8F3DF;
	border:1px solid #FFF;
}
div.module ul.menu li a{
	display:block;
}
div.module ul.menu li ul{
	display:none;
	height:0px;
}
div.module ul.menu li:hover > ul{
	display:block;
}

div.module{
	background:#EAEAEA;
	border-radius:3px;
	margin-bottom:5px;
	overflow:hidden;
	min-height:100px;
	float:right;
	width:99%;
}
div.module > div{
	padding:5px;
}
div.module h3{
	background:url(images/box-grad2.png) repeat-x top right;
	height:33px;
	line-height:33px;
	padding:0px;
	margin:-5px;
	margin-bottom:5px;
	padding-right:10px;
	font-size:14px;
	font-weight:normal;
	color:#FFF;
}


.searchmod{
	margin-top:5px;
	float:right;
	width:100%;
	background:#FFF;
	border-radius:6px;
	border:1px solid #CCC;
}
.searchmod select{
	width:20%;
	float:right;
	border:none !important;
	height:40px;
	line-height:40px;
	border-radius:0;
	border-top-right-radius:6px;
	border-bottom-right-radius:6px;
	border-left:1px solid #CCC!important;
	text-align:center;
	font-size:13px;
}
.searchmod input[type="text"]{
	padding:0px;
	margin:0px;
	float:right;
	width:60%;
	font-size:12px;
	height:40px;
	line-height:40px;
	padding-right:1%;
	background:#FFFFFF;
	border:none;
}
.searchmod button{
	padding:0px;
	margin:0px;
	float:right;
	font-family:Tahoma, Geneva, sans-serif;
	width:20%;
	font-size:0px;
	height:40px;
	line-height:40px;
	background:url(images/search.png) no-repeat center center #b81321;
	border:none;
	box-shadow:none;
	border-top-left-radius:6px;
	border-bottom-left-radius:6px;
}

.container1{
	width:100%;
	float:right;
	border-radius:3px;
	background: #fff;
	margin-bottom:0.5%;
}
ul.tabs1 {
	margin: 0;
	padding: 30px;
	float:right;
	list-style: none;
	width: 100%;
	background: #FFF;
	padding-bottom:0;
}
ul.tabs1 li {
	float:right;
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
	text-align:center;
	padding-left:0.5%;
	padding-right:0.5%;
	border-radius:7px;
	margin-left:10px;
}
ul.tabs1 li a {
	text-decoration: none;
	color: #333;
	display: block;
	font-weight:normal;
	padding:10px;
	outline: none;
}
ul.tabs1 li:hover,ul.tabs1 li.active {
	background: #004b93;
}	
ul.tabs1 li:hover a,ul.tabs1 li.active a{
	color: #FFF;
}
.tab_container1 {
	border-top: none;
	float:right;
	width: 100%;
}
.tab_content1,.owl-carousel.owl-loaded {
	position:relative;
	overflow:hidden;
}
.owl-carousel.owl-loaded.owlmodule{
	max-height:350px;
}
div.name{
	width:100%;
	float:right;
	display:block;
}
@media (min-width: 480px) and (max-width: 768px) {
	.products.row .col-md-2.p-2,.products.row .col-md-3.p-2, .dima_5_wrapper .col-md-3,.dima_7_wrapper .col-md-4{
		max-width:50%;
	}
}
@media (max-width: 1200px) {
	body .name.mb-2 a, body .jshop_price{
		font-size:12px;
		color: #000000;
		font-weight: 600;
	}
}
@keyframes minicart {
  0%   {background-color: #b81321;}
  50%  {background-color: #2293b5; bottom:70px;}
  100% {background-color: #b81321;}
}
@keyframes minicart2 {
  0%   {border-top-color: #b81321;}
  50%  {border-top-color: #2293b5;}
  100% {border-top-color: #b81321;}
}
.cat-children{
	width:100%;
	float:right;
	margin:0;
	padding:10px;
}
#dima_17_2 div.moduletable{
	width:100%;
	float:right;
	margin:0;
	padding:20px;
}
.cat-children > div{
	width:20%;
	margin:0;
	padding:10px;
	text-align:center;
	float:right;
}
.cat-children > div h3{
	font-size:16px;
	color:#333;
	background:#FFF;
	padding:10px;
	width:100%;
	margin:0;
	text-align:center;
	border-radius:5px;
	box-shadow:2px 2px 6px -5px #000;
}
#dima_17_2 div.moduletable h3{
	font-size:16px;
	color:#333;
	background:#FFF;
	padding:10px;
	width:100%;
	margin:0;
	text-align:center;
	border-radius:5px;
	box-shadow:2px 2px 6px -5px #000;
	margin-bottom:20px;
}
.cat-children > div h3 a{
	display:block;
}
@media (max-width: 768px) {
	body .cat-children > div{
		width:100%;
		margin:0;
		padding:10px;
		text-align:center;
		float:right;
	}
	.font-25{
		font-size:14px!important;
		font-weight:normal!important;
	}
	.small_desc{
		display:none;
	}
	body .block_item .image{
		height:120px;
	}
	body .block_item{
		height:235px;
	}
	body .old_price,body .jshop_price{
		font-size:11px;
		color: #000000;
		font-weight: 600;
	}
	#back-top{
		position:fixed;
		left:5px;
		bottom:55px;
	}
	.logo img{
		max-height:70px;
		width:auto;
		display:block;
		margin:auto;
	}
	.col-md-3.dima_6_1_wrapper{
		display:none;
	}
	.col-md-12.dima_3_1_wrapper{
		padding:0;
	}
	.col-md-12.dima_3_1_wrapper .nav_cat ul li{
		border-bottom:1px solid #EFEFEF;
	}
	ul.tabs1{
		height:auto;
		padding:5px;
	}
	ul.tabs1 li{
		width:48%;
		height:50px;
		overflow:hidden;
		line-height:50px;
		float:right;
		padding:0;
		margin:1%;
		background:#EFEFEF;
	}
	ul.tabs1 li a{
		padding:0;
	}
	div.custom{
		margin-bottom:15px;
	}
	body .mobile_footer{
		display:block;
		position:fixed;
		bottom:0;
		left:0;
		right:0;
		background:#28afc1;
		color:#FFF;
		box-shadow:0px 0px 20px -15px #000;
		z-index:9999999;
	}
	.mobile_footer  ul li > a{
		display:block;
		color:#FFF;
		height:50px;
		font-family:IRANSans;
		border-left:1px solid rgba(255,255,255,0.1);
		text-align:center;
		font-size:12px;
	}
	.mobile_footer  ul li > a:before{
		font-family:FontAwesome;
		display:block;
		font-size:20px;
		text-align:center;
		padding:5px;
	}
	.mobile_footer ul li{
		width:20%;
		display:inline-table;
	}
	body .simplecart{
		display:block;
		position:fixed;
		bottom:50px;
		left:0;
		right:0;
		background:#b81321;
		color:#FFF;
		box-shadow:0px 0px 20px -15px #000;
		z-index:9999999;
		width:100%;
		height:30px;
		line-height:30px;
		text-align:center;
	}
	html body .simplecart a:link,html body .simplecart a:visited{
		color:#FFF !important;
		display:block;
		font-size:12px;
	}
	body .p-2{
		padding:5px !important;
	}
	body .block_item{
		border-radius:10px;
	}
	body ul.tabs1{
		border-radius:10px;
		border:1px solid #CCC;
		margin:5px;
		max-width:97%;
	}
	body .checkout button{
		min-width: 10px;
		font-size:12px;
	}
	body .jshop_price{
		font-size:12px;
		overflow:hidden;
		color: #000000;
		font-weight: 600;
	}
	body .name.mb-2 a{
		font-size:12px;
		height:40px;
		overflow:hidden;
	}
	.col-md-3.dima_5_1_wrapper,.col-md-3.dima_5_2_wrapper,.col-md-3.dima_5_3_wrapper,.col-md-3.dima_5_4_wrapper{
		max-width:50%;
		padding:5px;
		padding-bottom:0;
		padding-top:0;
	}
	.row#dima_5{
		margin:0;
		padding:15px;
		padding-top:0;
		padding-bottom:0;
	}
	.medium .dima_2_3_wrapper{
	}
	.dima_18_wrapper{
		text-align:center;
		background:#FFFFFF;
	}
	.dima_19_wrapper{
		text-align:center;
		background:#f8f8f8;
	}
	.dima_19_wrapper .text-justify{
		text-align:center !important;
	}
	.dima_19_wrapper .moduletable{
		margin-bottom:15px;
	}
	.dima_19_wrapper ul{
		display:block;
		text-align:center;
	}
	.dima_19_wrapper li{
		display:inline-block;
		text-align:center;
		font-size:12px;
		padding-left:5px;
		padding-right:5px;
	}
	body .itemow .block_item{
		margin:5px;
	}
	.categories_wrap{
		height:107px;
		overflow:hidden;
		position:relative;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
		float:right;
		width:100%;
	}
	.nav_cat,.nav_cat > ul{
		float:right;
		width:100%;
	}
	.dima_3_1_wrapper .nav_cat .mega-item{
		width:25%;
	}
	.categories_wrap.show{
		height:auto;
		overflow:hidden;
		position:relative;
		padding-bottom:30px;
	}
	.categories_wrap a#showmore{
		display:block !important;
		position:absolute;
		bottom:0px;
		height:30px;
		line-height:30px;
		background:#EFEFEF;
		left:0;
		right:0;
		text-align:center;
	}
	.hidden{
		display:none !important;
	}
	.cartbottombox{
		bottom:50px !important;
		display:none;
	}
	.cartbottombox .cartbottomcontent{
		height:100px !important;
	}
	body .pt-4, body .py-4 {
		padding-top: 0.5rem !important;
	}
	body .w-50{
		width:100% !important;
	}
	body .w-50.float-right,body .w-50.float-left{
		width:50% !important;
	}
	body .name a{
		font-size:12px;
		line-height:20px;
	}
	body .overflow-hidden{
		overflow:hidden;
	}
	.col-2.bg-light.border-left.p-2{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	body .col-10.bg-white.p-2 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}
	.col-md-3.dima_17_1_wrapper{
		display:none;
	}
	body .dima_6_1_wrapper, body .dima_26_1_wrapper  {
		display:none;
	}
	body .dima_6_2_wrapper,.dima_26_2_wrapper{
		border-radius:10px;
	}
	.dima_21_wrapper.pb-4 {
		padding-bottom:60px!important;
	}
}
.categories_wrap a#showmore{
	display:none;
}
.mobile_footer{
	display:none;
}
.simplecart{
	display:none;
}
div.footer{
}
.copyright{
	width:100%;
	float:right;
	text-align:center;
}
.social h3{
	font-size:18px;
}
.social{
	width:100%;
	float:left;
	text-align:center;
}
.social ul li{
	display:inline-table;
}
.social ul li a{
	display:block;
	margin:3px;
	width:26px;
	height:26px;
	border-radius:30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size:22px;
}
.social ul li a:hover{
	color:#C30;
}
.checkout{
	border: 1px solid #ebebeb;
	display: block;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background: #ffffff;
	height: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-left:2px;
	width:60%;
	float:right;
}
.checkout button{
	margin: 0;
	border: 0;
	padding: 0;
	height: 30px;
	line-height: 30px;
	color: #000000;
	font-size: 18px;
	font-weight: 400;
	cursor: pointer;
	display: block;
	width: 20%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	background:none;
	float:right;
}
.checkout input[type="text"]{
    height: 30px!important;
    line-height: 30px;
    padding: 0;
    text-align: center;
    border: 0;
	border:none;
	margin:0;
	width:50%;
	float:right;
}
.rounded-100{
	border-radius:100px !important;
}
.btn.cartic{
	width:30px;
	text-align:center;
	height:30px;
	line-height:30px;
	padding:0;
	margin:0;
	display:block;
	max-width:98%;
	margin-left:1% !important;
	margin:auto;
	background: none !important;
	border: none !important;
}
.col-md-8.p-0.col-7 .btn.cartic{
	max-width:30%;
}
.display-none{
	display:none;
}
#block_price{
	color:#dc3545!important;
	font-weight:bold;
	font-size:22px;
}
td.buttons{
	width:100px;
}
.buttons .btn{
    float: right;
    width: 45%;
    height: 30px !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 30px !important;
    margin-left: 1%!important;
}
.btn.cartic i{
	width:100%;
	text-align:center;
	height:30px;
	line-height:30px;
	padding:0;
	margin:0;
}
.btn.cartic .fa-shopping-cart::before{
    color:green!important;
    font-size: 22px!important;
}
.block_item{
	position:relative;
	overflow:hidden;
	height:300px;
	box-shadow:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background:#FFF;
}
.block_item:hover{
	box-shadow:0px 0px 15px -10px #000;
}
.block_item .product_label{
	position:absolute;
	background:#28afc1;
	color:#FFF;
	font-size:11px;
	padding:2px;
	padding-left:7px;
	padding-right:7px;
	right:0;
	top:40px;
	z-index:9;
}
.block_item .buttons{
	padding:5px;
	padding-top:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.block_item:hover .buttons{
	opacity:1;
	bottom:80px;
}
.w-74{
	width:74%!important;
}
.block_item .image{
	height:220px;
	overflow:hidden;
	position:relative;
}
.block_item:hover .image img{
	transform: scale(1.1);
}
.itemow .block_item{
	margin:10px;
	border-radius:10px;
}
body .old_price{
	text-decoration:line-through;
	 font-weight: 300;
	 caret-color: #bbb5b5;
}
.moduletable h3{
	font-size:18px;
	font-weight:bold;
}
#top-wishlist{
	color:#FFF;
	text-align:center;
	width:100%;
	display:block;
	font-size:13px;
}
#top-wishlist::before {
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f09d";
    font-size: 26px;
    speak: none;
    margin: 0 5px;
    position: relative;
	color:#FFF;
	margin-bottom:5px;
}
#top-cart{
	color:#FFF;
	text-align:center;
	width:100%;
	display:block;
	font-size:13px;
}
#top-cart::before {
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f07a";
    font-size: 26px;
    speak: none;
    margin: 0 5px;
    position: relative;
	color:#FFF;
	margin-bottom:5px;
}
#top-login{
	color:#FFF;
	text-align:center;
	width:50%;
	display:block;
	font-size:13px;
	float:right;
}
#top-login::before {
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f017";
    font-size: 26px;
    speak: none;
    margin: 0 5px;
    position: relative;
	color:#FFF;
	margin-bottom:5px;
}
#top-register{
	color:#FFF;
	text-align:center;
	width:50%;
	display:block;
	font-size:13px;
	float:right;
}
#top-register::before {
    display: block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f007";
    font-size: 26px;
    speak: none;
    margin: 0 5px;
    position: relative;
	color:#FFF;
	margin-bottom:5px;
}
.cartbox{
	position:fixed;
	background:#FFF;
	width:100%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	z-index:99999999999;
	display:none;
	width:80%;
	max-width:300px;
}
.cartbox > div{
}
.cartbox > div a.closecartview{
	width:20px;
	height:20px;
	display:block;
	line-height:20px;
	text-align:center;
	background:#999;
	color:#FFF;
	top:0px;
	right:-20px;
	position:absolute;
	cursor:pointer;
}
.loginbox{
	position:fixed;
	background:#FFF;
	width:100%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	z-index:99999999999;
	display:none;
	width:80%;
	max-width:300px;
}
.loginbox > div{
}
.loginbox > div a.closeloginview{
	width:20px;
	height:20px;
	display:block;
	line-height:20px;
	text-align:center;
	background:#999;
	color:#FFF;
	top:0px;
	right:-20px;
	position:absolute;
	cursor:pointer;
}
.loginbox h3{
	background:#EFEFEF;
	border-bottom:1px solid #CCC;
	padding:10px;
	margin:0;
	font-size:16px;
	font-weight:normal;
}
.loginbox .form-group,.loginbox h5,.loginbox h6{
	padding:0px;
	margin:0;
	font-size:14px;
	font-weight:normal;
	padding-bottom:0;
}
.registerbox{
	position:fixed;
	background:#FFF;
	width:100%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	z-index:99999999999;
	display:none;
	width:80%;
	max-width:300px;
}
.registerbox > div{
}
.registerbox > div a.closeregisterview{
	width:20px;
	height:20px;
	display:block;
	line-height:20px;
	text-align:center;
	background:#999;
	color:#FFF;
	top:0px;
	right:-20px;
	position:absolute;
	cursor:pointer;
}
.wishlistbox{
	position:fixed;
	background:#FFF;
	width:100%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	z-index:99999999999;
	display:none;
	width:80%;
	max-width:300px;
}
.wishlistbox > div{
}
.wishlistbox > div a.closewishlistview{
	width:20px;
	height:20px;
	display:block;
	line-height:20px;
	text-align:center;
	background:#999;
	color:#FFF;
	top:0px;
	right:-20px;
	position:absolute;
	cursor:pointer;
}
.orderbox{
	position:fixed;
	background:#FFF;
	width:100%;
	height:100%;
	top:0;
	left:0;
	bottom:0;
	z-index:99999999999;
	display:none;
	width:80%;
	max-width:300px;
}
.orderbox > div{
}
.orderbox > div a.closeorderview{
	width:20px;
	height:20px;
	display:block;
	line-height:20px;
	text-align:center;
	background:#999;
	color:#FFF;
	top:0px;
	right:-20px;
	position:absolute;
	cursor:pointer;
}
.bread{
	line-height:40px;
	background:rgba(255,255,255,0.5);
	max-width:98%;
	margin:auto;
	margin-bottom:10px;
}
.bread li{
	float:right;
}
.bread li a{
	display:block;
	padding-left:5px;
	padding-right:0px;
}
.bread li a:after{
	content:'/';
	padding-right:5px;
}
.prod_buttons a,.prod_buttons input{
	padding:0 !important;
	margin:0 !important;
	height:40px !important;
	line-height:40px !important;
	padding-left:10px !important;
	padding-right:10px !important;
	display:block;
	float:right;
	margin-left:10px !important;
}
.product-ads-content ul li,.second_description li{
	border:1px solid #EFEFEF;
	padding:10px;
	margin-bottom:5px;
	border-radius:5px;
}
.product-ads-content ul li i{
	padding:5px;
	margin:5px;
	font-size:25px;
	color:#999;
}
img.jshop_img{
	max-height:220px;
	min-height:auto;
	width:auto;
	padding:0px;
}
a.product_link{
	font-size:11px;
	line-height:20px;
	height:20px;
	overflow:hidden;
	display:block;
	white-space: nowrap;
	text-overflow: ellipsis;
}
img.imageprod{
	border:1px solid #CCC;
	border-radius:5px;
	max-height:55px;
}
.t-0{
	top:0;
}
.b-0{
	bottom:0;
}
.l-0{
	left:0;
}
.r-0{
	right:0;
}
.countprods{
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#FFF;
	background:#28afc1;
	display:block;
	position:absolute;
	font-size:12px;
	left:2px;
	top:2px;
	border-radius:10px;
}
.closebtn{
	width:20px;
	height:20px;
	line-height:20px;
	text-align:center;
	color:#FFF;
	background:#28afc1;
	display:block;
	position:absolute;
	font-size:12px;
	left:2px;
	bottom:2px;
	border-radius:10px;
}
.closebtn i{
	padding:0;
	margin:0;
	display:block;
	line-height:20px;
}
.display-block{
	display:block;
}
.border-none{
	border:none;
}
html body .ath-viewport{
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
}
.ath-container{
	background:#FFF;
	width:100%;
	position:absolute;
	left:50%;
	margin-left:-150px;
	bottom:50px;
	font-size:12px;
	z-index:99999999999999;
	padding:10px;
	box-shadow:0px 0px 20px -15px;
	max-width:300px;
}
.ath-container p{
	font-size:12px;
	text-align:right;
	line-height:15px;
}
.ath-container img.ath-application-icon{
	float:right;
	max-width:50px;
	height:auto;
	margin-left:10px;
}
.infobxt{
	position:absolute;
	top:0;
	left:0;
	right:0;
	width:100%;
	height:30px;
	z-index:10000000;
	background:rgba(0,0,0,0.5);
	display:none;
}
.infobxt.show{
	display:block;
}
.success{
	padding:0px;
	text-align:center;
	opacity:0.8;
	font-size:12px;
}
body .owl-dots{
	display:none!important;
}
div.name{
	height:40px;
	line-height:20px;
	overflow:hidden;
}
a.readmore{
	position:absolute;
	left:2%;
	top:3px;
	color:#FFF;
	display:block;
}
.image_block i {
    left: 50%;
    top: 45%;
    z-index: 999994;
    font-size: 20px;
    background: #CCC;
    padding: 0;
    box-shadow: 0px 0px 10px -10px #000;
    border: 1px solid #999;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    position: absolute;
    margin-left: -15px;
    line-height: 25px;
	opacity:0;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		-ms-transition: all 0.3s ease;
		transition: all 0.3s ease;
}
.wishlistbutton{
	position:absolute;
	left:0px;
	top:0px;
}
.wishlistbutton button.btn i{
	width:25px;
	height:25px;
	padding:0;
	margin:0;
	line-height:18px;
	text-align:center;
	background:#FFF;
	color:red;
}
.wishlistbutton button.btn i:before{
    font-size: 12px;
}
.comparebutton{
	position:absolute;
	left:0px;
	top:40px;
}
.comparebutton button.btn i{
	width:25px;
	height:25px;
	padding:0;
	margin:0;
	line-height:18px;
	text-align:center;
	background:#FFF;
	color:blue;
}
.comparebutton button.btn i:before{
    font-size: 12px;
}
.image_block:hover i{
	opacity:0.9;
}
.userlogin{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	bottom:0;
	top:0;
	background:#f6f7f9;
}
.boxlogin{
	position:relative;
	width:50%;
	max-width:370px;
	min-width:300px;
	margin:auto;
	height:auto;
	margin-top:50px;
	max-height:90%;
	background:#FFF;
	text-align:center;
	box-shadow:0px 0px 20px -10px #000;
	padding:10px;
	overflow-y:auto;
	font-size:12px;
	border-radius:5px;
	padding-top
}
.boxlogin .body-login{
    width: 90%;
	margin:auto;
}
.boxlogin .footer-login{
    width: 100%;
	padding:30px;
	line-height:150%!important;
}
.boxlogin img{
	margin: 30px auto 30px;
	max-width:300px;
}
.boxlogin h3 {
    font-weight: bold !important;
    font-size: 17px;
    text-align: right;
    color: #000000;
}
.boxlogin h4 {
    margin-bottom: 57px;
    text-align: right !important;
    color: #000;
    margin: 10px 0;
    font-size: 12px;
    line-height: 1.7;
}
.boxlogin h5 {
    margin-bottom: 57px;
    text-align: cetner !important;
    color: #000;
    margin: 10px 0;
    font-size: 11px;
    line-height: 1.7;
	color:red;
}
.item-page{
	padding:50px;
	min-height:400px;
}
.jshop_profile_data,.myaccount_urls{
	margin-bottom:10px;
	width:98%;
	margin:1%;
	float:right;
	border-radius:5px;
	background:#FFF;
	padding:10px;
}
.myaccount_urls > div,.jshop_profile_data > div{
	float:right;
	margin:5px;
	border:1px solid #CCC;
	background:#EFEFEF;
	padding:5px;
	border-radius:5px;
	float:right;
}
.product_labels{
	position:absolute;
	right:5px;
	top:5px;
	z-index:1;
	width:45px;
	height:25px;
	text-align:center;
	padding:1px;
	padding-top:5px;
	border-radius:100px;
	background:#de0000;
	border:none;
}
body .jshop_price{
    color: #000;
    font-weight: bold;
}
.product_labels strong{
	display:block;
	line-height:100%;
	font-size:16px;
	color:#FFF;
}
.product_labels span{
	display:block;
	line-height:100%;
	font-size:0px;
}
.listkey{
	padding:30px;
}
.listkey a.dimakey{
	width:48%;
	float:right;
	margin:1%;
	padding:2%;
	border-radius:100px;
	display:block;
	color:#FFF;
	text-align:center;
}
.extra_fields_description{
	display:none;
}
.right_area_bottom ul li {
    margin-bottom: 7px;
    font-size: 15px;
    overflow: hidden;
    line-height: 27px;
}
.right_area_bottom ul li.price_row1 {
 font-size:13px
}
.right_area_bottom ul li.price_row1 span {
 font-size:15px
}
.right_area_bottom ul li.price_row1 i {
 font-size:12px
}
.right_area_bottom ul li.price_row2 {
 color:#FF3C04;
 font-size:17px
}
.right_area_bottom ul li.price_row2 span {
 font-size:15px
}
.right_area_bottom ul li.price_row2 i {
 font-size:16px
}
.right_area_bottom ul li.price_row3 {
 font-size:19px;
 color:#36B44C
}
.box-body{
	overflow-y:auto;
}