@font-face {
    font-family:'iranyekan';
    src:url('../font/iranyekan/IRANYekanRegularFaNum.eot?##') format('eot'),
    url('../font/iranyekan/IRANYekanRegularFaNum.woff') format('woff'),
    url('../font/iranyekan/IRANYekanRegularFaNum.svg') format('svg'), url('../font/iranyekan/IRANYekanRegularFaNum.ttf') format('truetype');
}

.quickBtn{
    display:none!important;
    visibility: hidden;
}

.carousel .scroller .items .productItem .final-price,.carousel .scroller .productItem h5, .carousel .scroller .productItem b,.header .cart-box .order-count,#content #pageRegion .title h2,#dk-footer .copyright-bar a,#frmSecProductMain .products-info .info-header>h1,.dk-lightbox-container header span,.filters-panel .filter__items-txt,#content .toman,body,#overlay #inner #header #container #title,.dk-button-container .dk-button-label .dk-button-labelname,#content .shipping .shipping_type .shipping_list .shipping_item .psh-msg .psh-subtitle,#content .payment .payment_type .payment_list #rbBankType label,#content .payment .foot .opt,.btn-cart, .btn-primary,html,input,select,a,div,label,button,input,span,h1,h2,h3,h4,h5,h6,div#mapConfirm,#mapTitle,.userform .form-group label,.userform .form-group input[type=text], .userform .form-group input[type=password], .userform .form-group input[type=email],#content .user,.userform .form-group textarea,#content .user .container .head p,#content .user .container .section_register .desc, #content .user .container .head p,#products-price-status .products-price-finalprice span.price,#content .payment .payment_type .payment_list .payment_item .title-payment,#popup #inner #body p ,#products-price-status .products-price-finalprice span.price{
    font-family: 'iranyekan';
}

#diginame{
    display:none!important;
}

@-moz-keyframes scroll-right {
    0%   { -moz-transform: translateX(-100%); }
    100% { -moz-transform: translateX(100%); }
}
@-webkit-keyframes scroll-right {
    0%   { -webkit-transform: translateX(-100%); }
    100% { -webkit-transform: translateX(100%); }
}
@keyframes scroll-right {
    0%   {
        -moz-transform: translateX(-100%); /* Browser bug fix */
        -webkit-transform: translateX(-100%); /* Browser bug fix */
        transform: translateX(-100%);
    }
    100% {
        -moz-transform: translateX(100%); /* Browser bug fix */
        -webkit-transform: translateX(100%); /* Browser bug fix */
        transform: translateX(100%);
    }
}



.navigation .mrg-auto ul.root>li>span, .navigation .mrg-auto ul.root>li>a{
    padding: 0 21px!important;
}


body{
    margin:0!important;
}

.wrap{
    margin:20px auto;
}

/*#dk-footer .subscribe-bar .menu-right, #dk-footer .subscribe-bar .menu-left {*/
/*    width: 33%;*/
/*    float: right;*/
/*}*/

.more{
    display: block;
    text-align: center;
    padding:10px 20px;
    margin:20px auto;
    font-size: 16px;
    color:#000!important;
}

#content .shipping .shipping_type .shipping_list .shipping_item .psh-cost{
    display:none!important;
}

#dk-header {
    position:relative;
}



.wmax #content #slider, .wmax #content #slider .slides, .wmax #content #slider .slides img {
    width: 1190px !important;
}

.wmax #sidebar {
    width: 290px;
}


a{
    text-decoration:none!important;
}



.message-title, .rules-title{
    position: absolute;
    right: 0;
}
.message-title{
    margin-right: 115px;
}

.sorting li.active {
    border-bottom: 2px solid #f5af02!important;
}

.wmax #sidebar {
    margin-top: 0px !important;
}

.wmax #content #owl-carousel-slider{
    width: 100%;
}

.wmin #content #owl-carousel-slider{
    width: 100% !important;
}

.wmin #sidebar {
    margin-top: 294px !important;
}

#owl-carousel-slider .owl-dots{
    display:none;
}

#categoryHeader{
    background:#fff;
    text-align:center;
}

#categoryHeader ul li{
    display:inline-block;
    margin:0 10px;
}

#categoryHeader ul li a{
    display:block;
    padding:5px;
    border-bottom:2px solid #fff;
}

#categoryHeader ul li a.link:hover
{
    border-bottom:2px solid #ef394f;
}

#categoryHeader a{
    padding:10px;
    text-align:center;
    display:block;
    color:#4d4d4d!important;
}

#categoryHeader a:hover{
    font-weight:bold;
}

.cro-img-icon{
    height:50px;
}

#buymenu{
    width: 100%;
    height: 100px;
}



#app-section{
    background-color: #ffffff;
    display: flex;
    padding: 0;
    width: 100%;
    height: 400px;
}
#app-section .part img{
    width: 360px;
}

#app-section>div.part{
    width: 60%;
    text-align: center;
    float: left;
    padding: 50px;
    color: #666;
    direction: rtl;
}
#app-section .part-img{
    width: 40% !important;
    background: url('../shaghayeghfoodcom/phone.jpg') #f9dbdd bottom center no-repeat;
    background-size: contain;
}

#app-section>div.part>h2{
    margin:30px 0;
    text-align:right;
    font-size: 30px;
    font-weight: bold;
}

#app-section>div:nth-child(2){
    float:left!important;
}


#app-section>div.part>p{
    text-align:justify;
    direction:rtl;
    font-size: 14px;
    margin-bottom: 40px;
}

.ios-icon{
    background: url(../shaghayeghfoodcom/apple.png) center no-repeat;
    width: 45%;
    background-size: auto 100%;
    height: 50px;
    margin-left:10%;
    -webkit-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    margin:20px auto;
    display:inline-block;
}

.android-icon{
    background: url(../shaghayeghfoodcom/android.png) center no-repeat;
    background-size: auto 100%;
    width: 45%;
    height:50px;
    display: inline-block;
    -webkit-transition: all 150ms ease 0s;
    -ms-transition: all 150ms ease 0s;
    -moz-transition: all 150ms ease 0s;
    margin:20px auto;
}



[class*=" icon_"]:before, [class^=icon_]:before {
    font-family: fontello;
    font-style: normal;
    font-weight: 400;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .02em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    margin-left: .02em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cart-item-count-number{
    margin: 0 20px 0 2.5px;
}
.cart-item-count-wrapper>div, .cart-item-count-wrapper>input {
    float: left;
    font-size: 12px;
    text-align: center;
    cursor: pointer;
    position: relative;
    width: 25px;
    height: 25px;
    line-height: 25px;
    margin: 0 2.5px 0 2.5px;
    vertical-align: middle;
    border-radius: 23px;
    transition: .3s;
}
.cart-item-count-wrapper>input{
    border: 1px solid #e8e8e8;
}

.cart-item-count-plus {
    background: rgba(21,149,35,.9);
    border: 1px solid rgba(21,149,35,.9);
    color: #fff;
}

.cart-item-count-negative {
    background: #c52442;
    border: 1px solid #c52442;
    color: #fff;
    margin-right: 5.5px!important;
}

.icon_minus:before {
    content: '\e812';
}

.icon_plus:before {
    content: '\e813';
}

.productItemQuick .cart-counter{
    background-color: #ffffff;
    border-radius: 5px;
}
.productItemQuick .cart-item-count-wrapper{
    display:none;
    margin:3px auto;
    height: 28px;
    width: 99px;
}


.carousel{
    height:auto!important;
}

.box-productItem img{
    border-radius: 5px 5px 0 0;
}

#content .scroller.partial::after{
    height:326px!important;
}

#content .carousel .scroller .items .productItem .final-price {
    bottom: 14px!important;
}

.carousel header .boxmore a {
    color: #8a8f9c!important;
}

#comment-header h3,#new-header h3{
    position: absolute;
    left: 38%;
    color: #333;
    font-weight: bold;
    padding: 4px 20px!important;
    width: 200px;
    text-align: center;
}

#comment-header h3:after,#new-header h3:after{
    content:" ";
    position:absolute;
    border-right: 25px solid transparent;
    border-bottom: 47px solid #ffffff;
    width: 10px;
    height: 29px;
    top: -29px;
    left: 0;
}

#comment-header h3:before,#new-header h3:before{
    content: " ";
    position: absolute;
    border-left: 25px solid transparent;
    border-bottom: 47px solid #ffffff;
    border-top: 0px solid #e74c3c;
    width: 10px;
    height: 29px;
    top: -29px;
    right: 0;
}

#off-header{
    position: relative;
    border-top:3px solid #ef394f;
    background:transparent!important;
    direction: rtl;
}

#off-header h3{
    background: #ef394f!important;
    color: #fff;
    padding: 5px 10px;
    width: 161px;
    text-align: center;
    display: inline-block;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    padding-right: 15px;
    font-weight: 100;
}

#off-header .boxmore {
    display: block;
    float: left;
    padding: 15px 0 15px 15px;
    line-height: 0;
    color:#8a8f9c!important
}


#off-header h3:before{
    content: " ";
    position: absolute;
    border-right: 35px solid #ef394f;
    border-bottom: 35px solid transparent;
    width: 0;
    height: 0;
    top: 34px;
    right: 0px;
    text-align: center;
    z-index: 100;
}

#amazingoffer .price-final, #amazingoffer .price-old{
    line-height:30px!important;
}

#comment-header{
    position: relative;
    border-top:3px solid #ffcc00;
    background:transparent!important;
}

#comment-header h3{
    background:#ffcc00!important;
}

#new-header{
    position: relative;
    border-top:3px solid #01bfd7;
    background:transparent!important;
}

#new-header h3{
    background:#01bfd7!important;
}

.wmin #dk-shortcuts-category .shortcut-list li {
    width: 170px!important;
    height:170px!important;
}
.wmin #dk-shortcuts-category .shortcut-list li.largebox{
    width:350px!important;
}

#dk-shortcuts-category .shortcut-list li.largebox{
    width:440px!important;
}

#dk-shortcuts-category .shortcut-list li{
    width: 215px!important;
    height:215px!important;
}


#content #amazingoffer{
    direction:rtl!important;
}

#amazingoffer .slides .slideItem{
    left:0;
    right:auto!important;
}


.wmin #amazingoffer .info-timerLabel{
    bottom:160px!important;
}

.wmin #amazingoffer .timer{
    bottom:114px!important;
}

.slideItem .cart-item-count-wrapper,.slideItem .btn-add-to-cart{
    position:absolute;
    bottom:120px;
}

.slideItem .cart-item-count-wrapper{
    left:25%;
}

#categoryHeader>ul>li{
    position:relative;
}

#categoryHeader>ul>li>ul{
    display:none;
    position: absolute;
    top: 34px;
    z-index: 2;
    width: 100%;
    background: #fff;
    padding:2px;
    margin: 0;
    border: 1px solid #eeeff1;
    border-top: 2px solid #ef394f;
    border-radius: 2px;
    width:200px;
    right:0;
}

#categoryHeader>ul>li:hover>ul{
    display:block;
}

#categoryHeader>ul>li>ul:before{
    content: " ";
    position: absolute;
    border-left: 5px solid #ffffff;
    border-right: 5px solid #ffffff;
    border-bottom: 5px solid #ef394f;
    width: 0;
    height: 0;
    top: -7px;
    right:10px;
    text-align: center;
    z-index: 100;
}

#categoryHeader>ul>li>ul>li{
    width: 100%;
    margin:0;
    text-align:center;
}

#search-form{
    width:600px;
    margin:8px auto 20px auto;
    text-align:right;
    direction:rtl;
    border:1px solid #8e8e8e;
    padding:2px;
    background:#fff;
    height: 38px;
}

#search-icon
{
    height: 100%;
    width: 38px;
    height: 100%;
    background: url(../image/Public/vtwo/slices.png) #ef394f no-repeat -448px -20px;
    display: inline-block;
    border: 0;
    outline: 0;
    float:right;
}

#search-form select{
    height: 100%;
    border: 0;
    padding: 0 5px;
    text-align: center;
    color: #777474;
    width:200px;
    float:right;
    text-align-last: center;

}

#search-form input[type="text"]{
    color: #777474;
    height: calc(100% - 20px);
    width: 334px;
    border: 0;
    padding: 5px 10px 5px 5px;
    margin: 5px 0;
    float: right;
    border-right: 1px solid #eeeff1;
}

.navigation .search-box #btnSearch:hover, .navigation .search-box #SearchBox:focus+#btnSearch {
    background-color:transparent!important;
}

.dk-button-container .dk-button.blue, .dk-button-container .dk-button.blue i.dk-button-icon{

}

#amazingoffer .btn-add-to-cart{
    border-color:#4caf50!important;
}


.header .topbar ul.tbar li a span {
    background-image: url(../aria/slices.png)!important;
}

.header .topbar ul.tbar li a span.user-icon {
    background-position: -277px -32px!important;
}
.mrg-auto{
    display: flex;
}

.c-seller{
    display:none;
}

.wmin .form-groups {display: flex}

.wmax h3.cro-text{
    color: #4d4d4d;
}
.wmax .cro-usp-c{
    display: block;
    text-align: center;
    padding-top: 0;
}
#buymenu{height: 130px}

.masonry-gallery__item__description:before{
    border-top: 2px solid #f5af02;
}

#owl-carousel-slider{
    position:relative;
}

#owl-carousel-slider .owl-nav {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 40px;
    top: calc(50% - 50px);
    z-index: 9;
}


#owl-carousel-slider .owl-next,#owl-carousel-slider .owl-prev{
    width: 50px;
    height: 50px;
    font-size: 40px!important;
    color: #fff!important;
    background: transparent;
    border-radius: 50%;
    outline:none!important;
}

#owl-carousel-slider .owl-next span,#owl-carousel-slider .owl-prev span{
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height:50px;
    box-sizing: border-box;
}

#owl-carousel-slider .owl-prev span{
    padding-right:5px ;
}

#owl-carousel-slider .owl-prev {
    float: left;
    margin-left:16px!important;
}

#owl-carousel-slider .owl-next {
    float: right;
    margin-right: 16px!important;
}

#owl-carousel-attribute a.item{
    box-sizing: border-box;
    border:3px solid #eaeaea;
    display: block;
    text-align: center;
}

#owl-carousel-attribute .item img{
    max-width:50px;
    display: block;
    margin: 30px auto 0 auto;
}

#owl-carousel-attribute .item h3{
    margin:30px auto;
    font-weight: bold;
}


#dk-footer .info-bar {
    display: none;
}

.carousel.product .scroller .items,.carousel.product .productItem{
    height: 420px!important;
}

.carousel.package .scroller .items,.carousel.package .productItem{
    height: 420px!important;
}

.carousel.package .productItem{
    width: 260px!important;
}

#content .scroller.partial::after{
    display: none!important;
}
#dk-footer .subscribe-bar-form #subscribe-form {
    margin: 20px 0 20px 0!important;
}

#dk-footer .subscribe-bar .form-groups {
    margin: 15px 0 15px!important;
}

.copyright-bar .wrapper .inner-wraper{
    margin-right: 140px !important;
}

.copyright-bar-slogan{
    width: 92%;
}

.copyright-bar{
   background: url("../tetis/tetis.png");
    background-repeat: no-repeat;
    background-position:95% top;
    background-size: 125px;
}

.fixed {
    position: fixed!important;
    top:0;
    width: 100%;
    z-index: 10000;
    margin:0!important;
}


.dk-validateSubscribeEmail .dk-button-label{
    background-color: #FFCC00 !important;

}
.dk-validateSubscribeEmail .dk-button-label .dk-button-labelname{
    color: black !important;
}

.carousel-blog-slider-caption{
    cursor:pointer;
    position: absolute;
    height: 0%;
    width: 100%;
    background: rgba(0,0,0,0.8);
    z-index: 1000;
    top: 0;
    -moz-transition: height 1s ease;
    -webkit-transition: height 1s ease;
    -o-transition: height 1s ease;
    transition: height 1s ease;
    text-align:center;
    color:#fff;
    overflow:hidden;
    direction:rtl;
    padding:0 10px;
    box-sizing: border-box;
}

.carousel-blog-slider-caption h2{
    margin-top:30%;
    font-size:0.8rem;
    font-weight: bold;
}

.carousel-blog-slider-caption p{
    font-size:0.7rem;
}

.carousel-blog-slider-caption a{
    border-radius: 30px;
    background: #ffcc00;
    font-size: 9px;
    color: #fff !important;
    padding: 2px 15px;
    display: block;
    margin: 20px auto;
    width: 115px;
}

.owl-carousel .owl-item .item:hover .carousel-blog-slider-caption{
    height: 100%;
}

#owl-carousel-slider-news .date{
    position: absolute;
    z-index: 999;
    bottom: 25px;
    border: 1px solid #fff;
    right: 25px;
    padding: 2px 15px;
    border-radius: 30px;
    background: #fff;
    font-size: 9px;
    direction: rtl;
    color: #495057;
}

.date i{ color: #ffcc00;
    font-weight:bold;margin-left:5px;
}

/*created by hamedjahangir start full slider*/
#main .inner-wraper{width: 100%;padding-bottom: 0px !important;}

#main .inner-wraper .wrap{width: 90% !important;}

#content{margin: unset !important;}
.navigation{

    background: rgba(247,248,249,0.9)!important;
}

/*created by hamedjahangir start category hover*/
.tag-row {
    margin-top: 0px
}

.tag-container {
    padding: 5px
}

.tag-container .tag-card {
    background-color: white;
    text-align: center;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .2s;
    transition: all .2s;
    box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.15)
}

.products-links img {
    height: auto;
    width: 100%;
    padding: 0; 
    transition: filter .1s ease-in-out;
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%)
}

.products-links:hover img {
    -webkit-filter: grayscale(50%);
    filter: grayscale(50%)
}

.tag-container .tag-card h3 {
    font-family: 'avenir';
    margin-top: 0;
    color: black
}

.panorama .line {
    width: 100px;
    height: 15px;
    background-color: #ffcc00;
    position: absolute;
    z-index: 10;
    top: -15px;
    right: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms
}

.panorama .line::after {
    content: '';
    height: 100px;
    width: 15px;
    background-color: #ffcc00;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

.panorama .line2 {
    width: 100px;
    height: 15px;
    background-color: #ffcc00;
    position: absolute;
    z-index: 10;
    bottom: -15px;
    left: -15px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 300ms;
    -o-transition-duration: 300ms;
    transition-duration: 300ms
}

.panorama .line2::after {
    content: '';
    height: 100px;
    width: 15px;
    background-color: #ffcc00;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10
}

.panorama:focus .line, .panorama:hover .line {
    opacity: 1;
    visibility: visible;
    top: 0;
    right: 0
}

.panorama:focus .line2, .panorama:hover .line2 {
    opacity: 1;
    visibility: visible;
    bottom: 0;
    left: 0
}

.panorama .line::after {
    content: '';
    height: 100px;
    width: 15px;
    background-color: #ffcc00;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10
}

.panorama .line2::after {
    content: '';
    height: 100px;
    width: 15px;
    background-color: #ffcc00;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10
}

.panorama {
    position: relative;

}


.tag-container .tag-card h4 {
    font-size: 27px;
    color: white;
    margin-top: 30px;
    position: absolute;
    bottom: 11px;
    left: 0;
    right: 0;
    text-shadow: 0px 0px 3px #000000
}

.tag-container .tag-card h5 {
    font-size: 50px;
    color: white;
    margin-top: 30px;
    position: absolute;
    bottom: 45px;
    left: 0;
    right: 0;
    font-weight: bold;
    font-family: 'avenir';
    text-transform: capitalize;
    text-shadow: 0px 0px 3px #000000;
    transition: font-size .2s
}

.tag-row{
    justify-content: space-between;
    align-content: space-between;
    display: flex;
    direction: rtl;
}

.post-links{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content:stretch;
}
/* created by icon */

.icon_menu{
    justify-content: space-between;
    align-content: space-between;
    display: flex;
    margin-top: 50px;
    margin-bottom: 40px;
}

.icon_menu .content-icon{
    text-align: center;
    width: 22%;
}

.icon_menu .content-icon h2{
    text-align: center;
    color: #000000;
    margin:20px auto;
}

.icon_menu .content-icon p{
    text-align: center;
    color: #000000;
    direction: rtl;
}

.head-section{

}

.filter-gallery li a.active{
    border-color:#fc0!important;
}

.seeMore{
    display: block;
    color: #fc0!important;
    padding: 10px;
    margin: 10px auto 30px auto;
    text-align: center;
    width: 134px;
    border: 3px solid #fc0;
    border-radius: 27px;
    font-size: 14px;
    font-weight: bold;
}

.menu-right>a{
    color:#fc6!important;
}

.wmax .header .logo-box img {
    max-width: 276px!important;
}

.header .logo-box img {
    margin-top: 5px!important;
}

/*footer*/
#dk-footer .subscribe-bar {
    background: url('../tetis/background.png') #646871 no-repeat left bottom;
    padding-top: 50px !important;
    background-size:55%;
    height:250px!important;
    box-sizing: border-box;
}

.subscribe-bar-menu>.contacts{
    float:right;
    width:77%!important;
    display:none;
}

div.contact {
    width: 85%;
    text-align: right;
    font-size: 13px;
    color: #fff;
    line-height: 35px;
}

.footer-icon-map, .footer-icon-phone, .footer-icon-fax, .footer-icon-mobile, .footer-icon-email {
    background: url(../torang/slices.png) no-repeat;
    width: 33px;
    height: 33px;
    margin-left: 10px;
    display: block;
    float: right;
}

#frmSecProductMain .articles-gallery{
    float:left!important;
    margin: 12px 25px 12px 12px!important;
}

#frmSecProductMain .articles-info{
    margin: 12px 10px 0 0px!important;
}

#dk-footer .info-bar{
    background: #646871 !important;
}

.footer-icon-map {
    background-position: -737px -432px;
}

.footer-icon-map:before,.footer-icon-phone:before,
.footer-icon-email:before,
.footer-icon-fax:before,
.icon-footer-telegram:before,
.icon-footer-instagram:before,
.icon-footer-facebook:before,
.icon-footer-twitter:before,
.icon-footer-linkedin:before,
.icon-footer-googleplus:before,
.icon-footer-aparat:before,
.icon-footer-youtube:before,
.icon-footer-pinterest:before{
    content: '' !important;
}

.footer-icon-phone {
    background-position: -688px -432px;
}

.footer-icon-email {
    background-position: -541px -432px;
}

.footer-icon-fax {
    background-position: -640px -432px;
}

.icon-footer-telegram, .icon-footer-instagram, .icon-footer-facebook, .icon-footer-twitter, .icon-footer-googleplus, .icon-footer-aparat, .icon-footer-linkedin, .icon-footer-youtube, .icon-footer-pinterest {
    background: url(../torang/slices.png) no-repeat;
    width: 44px;
    height: 44px
}

.icon-footer-telegram {
    background-position: -521px -306px
}

.icon-footer-telegram:hover {
    background-position: -521px -363px
}

.icon-footer-instagram {
    background-position: -591px -306px
}

.icon-footer-instagram:hover {
    background-position: -591px -363px
}

.icon-footer-facebook {
    background-position: -379px -306px
}

.icon-footer-facebook:hover {
    background-position: -379px -363px
}

.icon-footer-twitter {
    background-position: -240px -306px
}

.icon-footer-twitter:hover {
    background-position: -240px -363px
}

.icon-footer-linkedin {
    background-position: -172px -306px
}

.icon-footer-linkedin:hover {
    background-position: -172px -363px
}

.icon-footer-googleplus {
    background-position: -311px -306px
}

.icon-footer-googleplus:hover {
    background-position: -311px -363px
}

.icon-footer-aparat {
    background-position: -662px -306px
}

.icon-footer-aparat:hover {
    background-position: -662px -363px
}

.icon-footer-youtube {
    background-position: -730px -306px
}

.icon-footer-youtube:hover {
    background-position: -730px -363px
}

.icon-footer-pinterest {
    background-position: -450px -306px
}

.icon-footer-pinterest:hover {
    background-position: -450px -363px
}

.product_category {
    margin: 0px auto 10px auto !important;
}

#dk-footer .subscribe-bar .menu-right, #dk-footer .subscribe-bar .menu-left {
    width: 30%;
    float: right;
    MARGIN-LEFT: 3%;
}


#dk-footer .subscribe-bar .subscribe-bar-menu a{
    color:#fff!important;
}

.stores-panel, #dk-footer .info-bar {
    display: none;
}

#dk-footer .copyright-bar .copyright-bar-slogan span, #dk-footer div[class^='menu-'] > a.title, .subscribe-bar-form span {
    color: #fff;
}

#dk-footer .copyright-bar{
    height: 50px!important;
}

#dk-footer .subscribe-bar-form #subscribe-form {
    margin: 20px 0 5px 0 !important;
}

#dk-footer .subscribe-bar .form-groups {
    margin: 15px 0 15px;
}

div.contact {
    width: 99%;
    text-align: right;
    font-size: 13px;
    color: #fff;
    line-height: 35px;
}

#dk-footer .subscribe-bar .subscribe-bar-menu .contact a{
    color:#fff!important;
}


#dk-footer{
    border-top: 5px solid #FFCC00;
}

/*Created By HamedJahangir*/