html,body {
    margin: 0;
    padding: 0;
    font-size: 12px
}

body,a,input,textarea,select {
    font-size: 12px;
    direction: rtl;
    font-family: oYekan,Tahoma,Arial,sans-serif;
    line-height: 1.5em;
    color: #4D4D4D
}

body {
    background: #E6DEC9 url(../images/bg.gif);
    position: relative
}

a {
    text-decoration: none!important
}

h1,h2,h3,h4,h5,h6,p {
    margin: 0;
    padding: 0;
    font-weight: 400;
    text-rendering: optimizeLegibility
}

.renderTime {
    display: none
}

a {
    text-decoration: none
}

img {
    margin: 0;
    padding: 0;
    outline: 0
}

.spacer {
    clear: both
}

.fr {
    float: right
}

.fl {
    float: left
}

.red {
    color: rgb(255,0,0)
}

.green {
    color: green
}

.hei5 {
    height: 5px
}

.hei10 {
    height: 10px
}

.wid120p {
    width: 120px
}

.wid150p {
    width: 150px
}

.icon {
    position: relative;
    display: inline-block;
    font-family: glyphicons;
    font-style: normal;
    font-weight: 400;
    line-height: 1em;
    vertical-align: top;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.hr {
    padding: 5px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e0e4e8
}

.ltr {
    direction: ltr!important
}

.rtl {
    direction: rtl!important
}

.la {
    text-align: left!important
}

.ca {
    text-align: center!important
}

ra {
    text-align: right!important
}

.button {
    cursor: pointer;
    display: inline-block;
    padding: 5px 15px;
    color: #666;
    border: 1px solid #D8D8D8;
    border-radius: 3px;
    background: #f4f4f4;
    background: -webkit-linear-gradient(top,#f8f8f8,#efefef);
    background: -o-linear-gradient(top,#f8f8f8,#efefef);
    background: -moz-linear-gradient(top,#f8f8f8,#efefef);
    background: -ms-linear-gradient(top,#f8f8f8,#efefef);
    background: -linear-gradient(top,#f8f8f8,#efefef);
    background: linear-gradient(top,#f8f8f8,#efefef);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.05),inset 0 1px rgba(255,255,255,.75);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05),inset 0 1px rgba(255,255,255,.75);
    box-shadow: 0 1px 1px rgba(0,0,0,.05),inset 0 1px rgba(255,255,255,.75);
    text-shadow: 0 1px 0 rgba(255,255,255,.65);
    outline: none;
    font-size: 12px;
    font-family: oYekan,Tahoma,Arial,sans-serif
}

.button:hover {
    background: -webkit-linear-gradient(top,#fafafa,#f4f4f4);
    background: -o-linear-gradient(top,#fafafa,#f4f4f4);
    background: -moz-linear-gradient(top,#fafafa,#f4f4f4);
    background: -ms-linear-gradient(top,#fafafa,#f4f4f4);
    background: -linear-gradient(top,#fafafa,#f4f4f4)
}

.button.orange {
    color: #FFF;
    border: 1px solid #D57230;
    background: #ee7d32;
    background: -webkit-linear-gradient(top,#FF9833,#EE7D32);
    background: -o-linear-gradient(top,#FF9833,#EE7D32);
    background: -moz-linear-gradient(top,#FF9833,#EE7D32);
    background: -ms-linear-gradient(top,#FF9833,#EE7D32);
    background: -linear-gradient(top,#FF9833,#EE7D32);
    background: linear-gradient(top,#FF9833,#EE7D32);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1),inset 0 1px rgba(255,255,255,.35);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1),inset 0 1px rgba(255,255,255,.35);
    box-shadow: 0 1px 1px rgba(0,0,0,.1),inset 0 1px rgba(255,255,255,.35);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2)
}

.button.orange:hover {
    background: -webkit-linear-gradient(top,#FD9F47,#F49046);
    background: -o-linear-gradient(top,#FD9F47,#F49046);
    background: -moz-linear-gradient(top,#FD9F47,#F49046);
    background: -ms-linear-gradient(top,#FD9F47,#F49046);
    background: -linear-gradient(top,#FD9F47,#F49046);
    background: linear-gradient(top,#FD9F47,#F49046)
}

.button.blue {
    background: #4a90d6;
    background: -moz-linear-gradient(top,#4a90d6 0%,#617b99 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4a90d6),color-stop(100%,#617b99));
    background: -webkit-linear-gradient(top,#4a90d6 0%,#617b99 100%);
    background: -o-linear-gradient(top,#4a90d6 0%,#617b99 100%);
    background: -ms-linear-gradient(top,#4a90d6 0%,#617b99 100%);
    background: linear-gradient(to bottom,#4a90d6 0%,#617b99 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a90d6',endColorstr='#617b99',GradientType=0);
    color: #FFF;
    border: 1px solid #617b99;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1),inset 0 1px rgba(255,255,255,.35);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1),inset 0 1px rgba(255,255,255,.35);
    box-shadow: 0 1px 1px rgba(0,0,0,.1),inset 0 1px rgba(255,255,255,.35);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2)
}

.button.blue:hover {
    background: #4a90d6;
    background: -moz-linear-gradient(top,#4a90d6 0%,#4a90d6 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#4a90d6),color-stop(100%,#4a90d6));
    background: -webkit-linear-gradient(top,#4a90d6 0%,#4a90d6 100%);
    background: -o-linear-gradient(top,#4a90d6 0%,#4a90d6 100%);
    background: -ms-linear-gradient(top,#4a90d6 0%,#4a90d6 100%);
    background: linear-gradient(to bottom,#4a90d6 0%,#4a90d6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4a90d6',endColorstr='#4a90d6',GradientType=0)
}

.button.green {
    background: #23db2c;
    background: -moz-linear-gradient(top,#23db2c 0%,#19aa00 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#23db2c),color-stop(100%,#19aa00));
    background: -webkit-linear-gradient(top,#23db2c 0%,#19aa00 100%);
    background: -o-linear-gradient(top,#23db2c 0%,#19aa00 100%);
    background: -ms-linear-gradient(top,#23db2c 0%,#19aa00 100%);
    background: linear-gradient(to bottom,#23db2c 0%,#19aa00 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23db2c',endColorstr='#19aa00',GradientType=0);
    color: #FFF;
    border: 1px solid #38bf26;
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1),inset 0 1px rgba(255,255,255,.35);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1),inset 0 1px rgba(255,255,255,.35);
    box-shadow: 0 1px 1px rgba(0,0,0,.1),inset 0 1px rgba(255,255,255,.35);
    text-shadow: 0 -1px 0 rgba(0,0,0,.2)
}

.button.green:hover {
    background: #23db2c;
    background: -moz-linear-gradient(top,#23db2c 0%,#23db2c 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#23db2c),color-stop(100%,#23db2c));
    background: -webkit-linear-gradient(top,#23db2c 0%,#23db2c 100%);
    background: -o-linear-gradient(top,#23db2c 0%,#23db2c 100%);
    background: -ms-linear-gradient(top,#23db2c 0%,#23db2c 100%);
    background: linear-gradient(to bottom,#23db2c 0%,#23db2c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#23db2c',endColorstr='#23db2c',GradientType=0)
}

.btnbox {
    text-align: left
}

.textbox {
    width: 95%;
    padding: 5px 2%;
    color: #888;
    background: #FFF;
    border: 1px solid #bdc7cd;
    border-radius: 4px;
    -o-box-shadow: inset 0 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.15);
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.15);
    box-shadow: inset 0 1px 4px rgba(0,0,0,.15)
}

.cartqua {
    width: 50px;
    margin: 0 5px
}

#container {
    overflow: hidden
}

#header,#minicart,#menubar,#sidebar,#footer {
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    user-select: none
}

#header,#menubar,#menubar .p2,#minicart,#minicart,#sidebar,#footer {
    border-radius: 5px;
    box-shadow: rgba(0,0,0,.2) 0 0 .5rem;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 .5rem;
    -o-box-shadow: rgba(0,0,0,.2) 0 0 .5rem;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 .5rem
}

#header,#menubar,#menubar .p2,#footer {
    background-color: #F0F0F0;
    background-image: linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -webkit-linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -o-linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -moz-linear-gradient(rgb(255,255,255),rgb(231,231,231))
}

#footer {
    margin-bottom: 15px;
    padding-bottom: 15px
}

#header .top {
    text-align: center
}

#header .bottom {
    text-align: justify;
    padding: 5px 10px;
    color: #A4A4A4;
    background: #656565;
    border-radius: 0 0 5px 5px
}

#header .right {
    text-align: center
}

#header .htitle a {
    color: #908F8F;
    font-size: 1.5rem;
    font-family: oFarnaz,Tahoma,sans-serif
}

#header .hdesc {
    color: #A9A9A9;
    font-size: 1rem
}

#header .hlogo {
    height: 42px;
    background: url(../images/logo.png) 30px center no-repeat;
    background-size: contain;
    margin-top: 10px;
    margin-bottom: 10px;
    background-position: center center
}

.menubar {
    z-index: 1000;
    position: relative
}

.menubar a:hover {
    color: #F26500
}

.menubar .toggle {
    position: relative;
    display: inline-block;
    top: 0!important;
    width: 100%;
    height: 48px;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    padding-right: 10px;
    float: right;
    font-size: 13px;
    background: url(../images/mvsep.png) right center no-repeat;
    background-size: contain;
    cursor: pointer
}

.menubar .toggle.on {
    background-color: #FCFCFC;
    color: #F26500
}

.menubar .toggle span.glyphicon {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 10px
}

.menubar .toggle.cart,#menubar .toggle.sidebar {
    float: left
}

.menubar .toggle.cart {
    border-radius: 5px 0 0 5px
}

.crtitm,.crttot {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e0e4e8
}

.crtimg,.crtttl,.crtqty,.crtprc,.crtdel {
    vertical-align: top;
    display: block
}

.crtimg,.crtdsc {
    text-align: center
}

.crtimg img {
    width: 100%;
    max-width: 85px
}

.crtdel {
    width: 32px;
    height: 32px;
    margin: auto;
    background: url(../images/delete_button.png)
}

.crtdel:hover {
    background-position: 0 -32px
}

.totttl {
    float: right
}

.totprc {
    float: left
}

#minicart {
    display: none;
    z-index: 2
}

#minicart .mcrtwrpr {
    padding: 10px
}

#minicart .crtmtl a {
    font-size: 1rem;
    display: block;
    padding: 5px 10px;
    margin-bottom: 10px;
    color: maroon;
    border-radius: 5px;
    border: 1px solid #e6e6e6;
    background-color: #F0F0F0;
    background-image: linear-gradient(rgb(250,250,250),rgb(240,240,240));
    background-image: -webkit-linear-gradient(rgb(250,250,250),rgb(240,240,240));
    background-image: -o-linear-gradient(rgb(250,250,250),rgb(240,240,240));
    background-image: -moz-linear-gradient(rgb(250,250,250),rgb(240,240,240))
}

#minicart .crtimg img {
    width: 100%;
    max-width: 110px
}

.sticky #menubar {
    width: 100%;
    margin: 0;
    border-radius: 0;
    left: 0;
    right: 0
}

.sticky #menubar .toggle,.sticky #menubar .home-button {
    border-radius: 0
}

#minicart {
    background: #FFF;
    padding: 1px 0
}

#content .slider-wrapper {
    margin-bottom: 2%
}

#content .swiper-slide img {
    width: 100%
}

#content .pgr {
    text-align: center;
    direction: ltr;
    padding: 10px;
    list-style: none
}

#content .pgr a,#content .pgr span,#content .pgr button {
    font-size: 11px;
    color: #666;
    border: 1px solid #BBB;
    padding: 2px 8px 0;
    margin: 0 5px 0 0;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,.2);
    background: #EFEFEF;
    background: -moz-linear-gradient(top,#fff 0%,#efefef 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#efefef));
    background: -webkit-linear-gradient(top,#fff 0%,#efefef 100%);
    background: -o-linear-gradient(top,#fff 0%,#efefef 100%);
    background: -ms-linear-gradient(top,#fff 0%,#efefef 100%);
    background: linear-gradient(top,#fff 0%,#efefef 100%)
}

#content .pgr li {
    display: inline-block
}

#content .pgr button {
    cursor: pointer;
    padding: 3px 8px
}

#content .pgr a:hover,#content .pgr button:hover {
    text-decoration: none;
    background: #FCFCFC
}

#content .pgr span,#content .pgr .active button {
    background: #666;
    color: #fff;
    border-color: #444;
    box-shadow: 0 1px 0 rgba(255,255,255,1),0 0 2px rgba(0,0,0,.3) inset;
    cursor: default
}

#content .pdcul1,#content .pdcul2 {
    list-style: none;
    padding: 0
}

.pdcul1 li {
    margin-bottom: 15px
}

#content .pdcli1,#content .pdcli2 {
    border: solid 1px #CCC;
    box-shadow: rgba(0,0,0,.13) 0 0 .4rem;
    -webkit-box-shadow: rgba(0,0,0,.13) 0 0 .4rem;
    -o-box-shadow: rgba(0,0,0,.13) 0 0 .4rem;
    -moz-box-shadow: rgba(0,0,0,.13) 0 0 .4rem
}

#content .pdcli1 {
    background-color: #fff;
    padding-bottom: 15px;
    margin: 0 10px;
    border-radius: 5px
}

#content .pdctitle1 {
    background: #f6f5f1;
    border: solid 1px #e6e6e6;
    border-radius: 3px;
    margin: 5px;
    padding: 5px;
    font-size: 13px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

#content .pdcimg1 {
    vertical-align: middle
}

#content .pdcimg1 a {
    display: block;
    text-align: center
}

#content .pdcimg1 img {
    width: 100%;
    margin: 0 auto
}

.solid-btn {
    min-height: 18px;
    padding: 10px 0;
    display: block
}

.solid-btn:hover {
    background-color: #f5f5f5
}
.spOffer_bar {
    position:absolute;
    z-index: 1000;
    background-image:url(../images/spoffer1.png);
    width:30%;
    height:58px;
    background-size:100%;
    background-repeat: no-repeat;
    top:35px;
    right:10px;
}
.spOffer_bar_big{
    background-image:url(../images/specialoffer.png);
    background-position:right top;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    top: 0;
    height: 138px;
    width: 132px;
    }
#content .offprice2,#content .offprice1{
    color: #ff001c;
    text-align: center;
    min-height: 30px;
    line-height: 30px
}
#content .offprice1{line-height:20px;min-height:20px;}
#content .offprice1 span,#content .offprice2{text-decoration: line-through;}
#content .pdcprice1,#content .pdcprice2 {
    color: green;
    text-align: center;
    min-height: 40px;
    line-height: 40px
}
#content .pdcprice1{font-size:18px}
.nooffer{line-height:60px!important;min-height:60px!important;}
#content .offprice2,#content .pdcprice2 {
    padding: 15px;
    font-size: 20px
}
#content .offprice2 {
    font-size: 18px
}

#content .cart-btn {
    padding: 15px;
    margin: 5px 10px;
    background-color: #F0F0F0;
    background-image: linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -webkit-linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -o-linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -moz-linear-gradient(rgb(255,255,255),rgb(231,231,231))
}

.btn-prod {
    padding: 0 10px
}

.btn-prod>div {
    margin-bottom: 10px
}

#content .pdcbtn1.cart,#content .pdcbtn1.more {
    display: inline-block;
    padding: 5px 8px;
    border-radius: 3px
}

#content .pdcbtn2.cart {
    min-width: 162px;
    text-align: center
}

#content .pdcbtn1,#content .pdcbtn2 {
    font-size: 1em;
    border: 1px solid #d4d4d4;
    background-color: #F0F0F0;
    background-image: linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -webkit-linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -o-linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -moz-linear-gradient(rgb(255,255,255),rgb(231,231,231))
}

#content .pdcbtn1.cart .icon,#content .pdcbtn2.cart .icon {
    display: inline-block;
    font-size: 1.2rem;
    line-height: .4em;
    padding: 4px 0 0 3px
}

#content .pdcbtn1.cart .icon:before,#content .pdcbtn2.cart .icon:before {
    content: "\E203"
}

#content .pdcbtn1.cart .plus,#content .pdcbtn2.cart .plus {
    display: inline-block;
    font-size: 2rem;
    line-height: .4em;
    padding-top: 2px
}

#content .pdcbtn1.cart .plus,#content .pdcbtn2.cart .plus,#content .pdcbtn2.cart .green {
    vertical-align: top;
    color: #79ad00
}

#content .pdcbtn1.cart .plus:before,#content .pdcbtn2.cart .plus:before {
    content: "+"
}

#content .pdcbtn1.more,#content .pdcbtn2.more .red {
    color: #e7083d
}

#content .pdcli2 {
    margin-bottom: 15px;
    min-height: 150px
}

#content .pdctitle2,#content .pdcheading {
    margin: 0 15px
}

#content .pdctitle2 {
    margin-top: 15px
}

#content .pdctitle2 a,#content .pdcheading {
    color: #1e547e;
    margin-top: 10px
}

#content .pdcright {
    background: url(../images/versep.png) no-repeat
}

#content .pdcimg {
    height: 320px;
    vertical-align: middle;
    text-align: center
}

#content .pdcimg img {
    max-width: 100%
}

#content .pdcbtn2 {
    width: 163px;
    height: 24px;
    font-size: 1.2rem;
    line-height: 1.7em
}

#content .fulltext img {
    max-width: 100%
}

#content .pdcbtn2.cart .plus {
    font-size: 3rem;
    padding-top: 4px
}

#content .pdcbtn2.cart .icon {
    font-size: 2rem;
    padding-top: 6px
}

#content .pdcimg2 {
    padding-top: 5px;
    text-align: center
}

#content .pdctext2 {
    margin: 15px;
    text-align: right
}

#content .pdctext2 img {
    max-width: 100%
}

#content .page-title a {
    text-decoration: none;
    color: maroon;
    vertical-align: middle
}

#content .page-title {
    text-decoration: none;
    font-size: 1rem;
    display: block;
    border-radius: 5px;
    margin-bottom: 10px;
    margin: 0;
    color: maroon;
    border: 1px solid #e6e6e6;
    background-color: #F0F0F0;
    background-image: linear-gradient(rgb(250,250,250),rgb(240,240,240));
    background-image: -webkit-linear-gradient(rgb(250,250,250),rgb(240,240,240));
    background-image: -o-linear-gradient(rgb(250,250,250),rgb(240,240,240));
    background-image: -moz-linear-gradient(rgb(250,250,250),rgb(240,240,240))
}

#content .content-wrapper {
    padding: 10px 15px;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 15px
}

#content .message {
    margin: 10px 0;
    padding: 8px 10px 9px;
    border-radius: 5px
}

#content .message.success {
    color: #104010;
    border: 1px solid #92DD92;
    background: #A6FFA6
}

#content .message.info {
    color: #104010;
    border: 1px solid #92B8DE;
    background: #A6D2FF
}

#content .message.warning {
    color: #808040;
    border: 1px solid #dede92;
    background: #ffffa6
}

#content .message.error {
    color: #401010;
    border: 1px solid #dd9292;
    background: #ffa6a6
}

#content .fldbox {
    margin-bottom: 15px
}

#content .fldbox.order {
    text-align: center
}

#content .fldttl {
    display: block;
    margin-bottom: 3px;
    text-align: right;
    vertical-align: top
}

#content .fldbox input[type=text],#content .fldbox textarea,#content .fldbox select,#content .fldbox .day,#content .fldbox input.month,#content .fldbox input.year,#content .fldbox input.minute,#content .fldbox input.hour {
    width: 95%;
    padding: 5px 2%;
    color: #888;
    background: #FFF;
    border: 1px solid #bdc7cd;
    border-radius: 4px;
    -o-box-shadow: inset 0 1px 4px rgba(0,0,0,.15);
    -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.15);
    -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.15);
    box-shadow: inset 0 1px 4px rgba(0,0,0,.15)
}

#content .fldbox input[type=text] {
    max-width: 300px
}

#content .fldbox textarea {
    max-width: 400px
}

#content .fldbox select {
    max-width: 316px
}

#content .fldbox input.day,#content .fldbox input.month,#content .fldbox input.year {
    width: 25%!important;
    max-width: 104px;
    padding: 5px 7px
}

#content .fldbox select.ampm {
    width: 40%;
    max-width: 167px
}

#content .fldbox input.minute,#content .fldbox input.hour {
    width: 20%;
    max-width: 50px;
    padding: 5px 7px
}

#content .prgs {
    position: relative;
    padding: 5px 10px;
    margin-bottom: 10px;
    border: 1px solid #e6e6e6;
    background-color: #F0F0F0;
    background-image: linear-gradient(rgb(250,250,250),rgb(240,240,240));
    background-image: -webkit-linear-gradient(rgb(250,250,250),rgb(240,240,240));
    background-image: -o-linear-gradient(rgb(250,250,250),rgb(240,240,240));
    background-image: -moz-linear-gradient(rgb(250,250,250),rgb(240,240,240));
    border-radius: 5px
}

#content .prgs span {
    position: relative;
    display: block;
    vertical-align: middle;
    line-height: 24px;
    z-index: 1
}

#content .prgs span:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    background: url(../images/progressbar.png) center 0 no-repeat;
}

#content .prgs .prgsbar {
    display: none
}

#content .prgs.step1 .pstp1:before,#content .prgs.step2 .pstp2:before,#content .prgs.step3 .pstp3:before,#content .prgs.step4 .pstp4:before,#content .prgs.step5 .pstp5:before {
    background-position: center -20px
}

#content .prgs.step2 .pstp1:before,#content .prgs.step3 .pstp1:before,#content .prgs.step3 .pstp2:before,#content .prgs.step4 .pstp1:before,#content .prgs.step4 .pstp2:before,#content .prgs.step4 .pstp3:before,#content .prgs.step5 .pstp1:before,#content .prgs.step5 .pstp2:before,#content .prgs.step5 .pstp3:before,#content .prgs.step5 .pstp4:before,#content .prgs.step5 .pstp5:before {
    background-position: center -40px
}

#content .shipping,#content .payment {
    border: 1px solid #CCC;
    border-radius: 5px;
    margin-bottom: 10px
}

#content .shipping .radio,#content .shipping .name,#content .shipping .cost,#content .payment .radio,#content .payment .name,#content .payment .cost {
    text-align: center
}

#content .shipping .name,#content .payment .name {
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    text-align: right;
    min-height: 38px
}

#content .payment .name {
    border-left: none
}

#content .shipping .name .description,#content .payment .name .description {
    color: #999
}

#content .hdg {
    font-size: 1.2rem;
    color: #f26500;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    background: #fffdf2
}

#content .hdg2 {
    margin-top: 20px;
    margin-bottom: 10px
}

#content .hdg2.red {
    color: red;
    font-weight: 600
}

#content .pptbox {
    padding: 7px 2%;
    border-bottom: 1px solid #f6f8f9
}

#content .pptbox .pptttl,#content .pptbox .pptval {
    display: inline-block;
    vertical-align: top
}

#content .pptbox .pptttl {
    width: 50%
}

#content .orditm,#content .ordtot {
    border-bottom: 1px solid #f6f8f9
}

#content .ordttl,#content .ordqty,#content .ordprc {
    vertical-align: top;
    display: block
}

#content .totttl {
    float: right
}

#content .totprc {
    float: left
}

#content .thanks {
    margin: 10px 0;
    padding: 10px;
    font-size: 1.2rem;
    text-align: center;
    color: #69A816;
    background: #fafff3;
    border-radius: 5px
}

#content .ordattl {
    color: red;
    margin-top: 10px
}

#content .ordatt {
    margin: 5px 15px;
    padding: 0
}

#sidebar {
    background: #f4f0e5
}

#sidebar .search-form form {
    width: 100%;
    margin: 0 0 1em 0;
    padding: 10px
}

#sidebar>div.search-form>form>input,#sidebar>div.search-form>form>button {
    width: 100%;
    border: none;
    padding: 10px 35px 10px 10px;
    margin: 0;
    color: #555;
    border: #bdaf9b 1px solid;
    background: #fff url(../images/icon-search.png) no-repeat 95% center;
    font-size: .85em;
    text-align: right;
    direction: rtl
}

#sidebar .search-form input:focus {
    border-color: #333
}

#sidebar .search-form .search-btn {
    display: none
}

.search-form input[type="text"] {
    float: left;
    border-radius: 3px
}

.search-form .button {
    float: left;
    min-width: 40%
}

#sidebar>p {
    margin-top: 10px;
    padding: 10px 15px;
    font-size: 15px;
    background-color: #EBE3D0
}

#sidebar .catlist1,#sidebar .catlist2 {
    list-style: none;
    margin: 10px 0
}

#sidebar .catlist1 {
    padding: 0 10px
}

#sidebar .catlist1>li>span {
    background-color: #faf8f4;
    background-image: linear-gradient(rgb(254,254,254),rgb(245,241,231));
    background-image: -webkit-linear-gradient(rgb(254,254,254),rgb(245,241,231));
    background-image: -o-linear-gradient(rgb(254,254,254),rgb(245,241,231));
    background-image: -moz-linear-gradient(rgb(254,254,254),rgb(245,241,231));
    border: 1px solid #ddd9d0;
    border-radius: 5px;
    display: block
}

#sidebar .catlist1>li>span>a.open-sub:after {
    content: '\E602';
    font-family: glyphicons;
    position: absolute;
    top: 26%;
    left: 10px
}

#sidebar .catlist1>li.open>span>a.open-sub:after {
    content: '\E601'
}

#sidebar .catlist1>li {
    position: relative
}

#sidebar .catlist1>li>span>a {
    display: block;
    padding: 5px 10px;
    position: relative;
    z-index: 50;
    width: 40%;
    float: right
}

#sidebar .catlist1>li>span>a.open-sub {
    height: 20px;
    cursor: pointer;
    float: left
}

#sidebar .catlist1>li>ul {
    border-radius: 5px;
    margin: 0 10px;
    padding: 0;
    display: none
}

#sidebar .catlist2 li a {
    display: block;
    padding: 5px 20px;
    color: maroon;
    border-top: 1px solid #faf9f5;
    border-bottom: 1px solid #e4dfd2
}

#sidebar .catlist2 li span.submenu_arrow {
    width: 20px;
    height: 20px;
    content: '\E602';
    font-family: glyphicons;
    position: absolute;
    top: 24%;
    left: 10px
}

#sidebar .catlist2 li:first-child a {
    border-top: none
}

#sidebar .catlist2 li:last-child a {
    border-bottom: none
}

#sidebar .catlist2 ul {
    display: none
}

#footer .fmnul {
    list-style: none;
    margin: 0;
    padding: 10px;
    text-align: center
}

#footer .fmnli {
    display: inline-block
}

#footer .fmnli a {
    padding: 15px 10px 10px;
    color: #1E547E
}
@media (min-width: 425px) {
#footer .fmnli {
    margin:10px 0;
}
#footer .fmnli a {
    padding: 5px;
}
}
#footer .pcpyrgt {
    text-align: center;
    padding: 0 20px 15px
}

#footer .cpyrgt {
    direction: ltr;
    text-align: center;
    padding: 0 20px 15px;
    letter-spacing: .03em
}

@media all and (min-width: 320px) {
    .crtimg,.crtdsc {
        float:right
    }

    .crtimg {
        width: 30%
    }

    .crtdsc {
        text-align: right;
        width: 70%
    }

    .crtdel {
        float: left
    }

    #content .ordttl,#content .ordqty,#content .ordprc {
        display: inline-block;
        padding: 7px 2%
    }

    #content .ordttl {
        width: 43%
    }

    #content .ordqty {
        width: 18%;
        text-align: center
    }

    #content .ordprc {
        width: 25%;
        text-align: left
    }

    #content .totttl,#content .totprc {
        padding: 7px 2%
    }
}

@media all and (min-width: 360px) {
    #menubar>div.user.v1 {
        display:none
    }
}

@media all and (min-width: 380px) {
    #content .pdcbtn2 {
        width:auto
    }

    #menubar>div.user.v1 {
        display: none
    }
}

@media all and (max-width: 425px) {
    #header .right {
        text-align:center!important;
        padding-bottom: 10px
    }

    #header .right .hdesc {
        margin-bottom: 10px
    }

    #header .hlogo {
        background-position: center center!important
    }
}

@media all and (min-width: 425px) {
    #header .right {
        text-align:right
    }

    #header .htitle,#header .right .hdesc {
        margin: 0 15px 0 0
    }

    #header .hlogo {
        background-position: 30px center
    }

    #menubar>div.user.v1 {
        display: none
    }

    #content .crtimg {
        width: 25%
    }

    #content .crtdsc {
        text-align: right;
        width: 75%
    }
}

@media all and (min-width: 480px) {
    #menubar ul.p1 {
        float:right;
        display: block
    }

    #menubar ul.p1 .mmbi a {
        background-image: url(../images/mvsep.png);
        background-repeat: no-repeat;
        background-position: right center;
        background-size: contain;
        padding: 15px 12px 15px 10px
    }

    #menubar ul.p2 {
        right: 180px
    }

    #menubar ul.p2 .mmbi.alt {
        display: none
    }

    #menubar .p2 .mmbi.f2 a {
        border-radius: 5px 5px 0 0
    }

    #content .crtimg {
        width: 20%
    }

    #content .crtdsc {
        text-align: right;
        width: 80%
    }

    #content .crtttl,#content .crtqty,#content .crtprc {
        display: inline-block;
        width: 30%;
        margin: 10px 1%
    }
}

@media all and (min-width: 550px) {
    #footer .fmnul {
        text-align:right
    }

    #footer .pcpyrgt {
        float: right
    }

    #footer .cpyrgt {
        float: left
    }
}

@media all and (min-width: 630px) {
    #menubar>div.user.v2 {
        display:none
    }

    #menubar>div.user.v1 {
        display: block
    }

    #menubar ul.p2,#menubar ul.p2 .mmbi.alt {
        display: inline-block;
        position: static;
        box-shadow: none;
        background: none;
        border: none;
        border-radius: 0
    }

    #menubar ul.p2 {
        display: none
    }

    #menubar ul.p2 li {
        display: inline-block
    }

    #menubar ul.p2 li a {
        background: url(../images/mvsep.png) right center no-repeat;
        background-size: contain;
        padding: 15px 12px 15px 10px
    }

    #menubar ul.p2 .mmbi:first-child a {
        padding-right: 17px
    }

    #menubar ul.p2 .mmbi:last-child a {
        border-radius: 0
    }
}

@media all and (min-width: 680px) {
    #content .pdcimg2,#content .pdcdesc {
        display:inline-block;
        vertical-align: middle
    }

    #content .pdcli2 {
        text-align: right
    }

    #content .pdcimg2 {
        width: 30%;
        margin-left: 1%
    }

    #content .pdcdesc {
        width: 68%
    }

    #content .pdcbtnset2 {
        text-align: left
    }
}

@media all and (min-width: 740px) {
    #menubar .toggle.cart {
        width:auto
    }

    #menubar .toggle.cart .icon {
        float: left
    }

    #menubar .toggle.cart .cartdesc {
        display: inline;
        font-size: 1rem;
        padding-right: 12px;
        float: right
    }
}

@media (max-width: 780px) {
    #header,#content,#sidebar,#footer {
        margin-top:10px
    }
}

@media all and (min-width: 780px) {
    #container .toggle.sidebar {
        display:none
    }

    #minicart {
        position: absolute;
        left: 0;
        width: 300px;
        border: 1px solid #CCC
    }

    #header,#content,#sidebar,#footer {
        margin-top: 10px
    }

    #header .htitle {
        margin: 0 15px 0 0
    }

    #header .htitle a {
        font-size: 2rem
    }

    #header .hdesc {
        margin: 5px 15px 10px 0
    }

    .sticky #menubar {
        position: relative!important;
        margin: 10px 2% 0;
        width: auto;
        border-radius: 5px
    }

    #menubar .home-button {
        border-radius: 0 5px 5px 0
    }

    #content .fldbox {
        text-align: right
    }

    #content .fldttl {
        float: right;
        margin-right: 20px
    }

    #content .ordttl {
        width: 55%
    }
}

@media all and (min-width: 920px) {
    #content .prgs {
        padding:5px 0
    }

    #content .prgs span {
        display: inline-block;
        width: 19.5%;
        font-size: .9rem;
        text-align: center;
        margin-bottom: 24px
    }

    #content .prgs span:before {
        position: absolute;
        width: 100%;
        top: 24px;
        left: 0
    }

    #content .prgs .prgsbar {
        position: absolute;
        display: block;
        width: 77%;
        height: 8px;
        top: 35px;
        left: 13%;
        margin-left: -2px;
        background: #C9D1D7
    }

    #content .prgs .prgsbar:before {
        content: "";
        display: block;
        width: 0;
        height: 8px;
        background: #96cb5c url(../images/progress.png)
    }

    #content .prgs.step2 .prgsbar:before {
        width: 25%
    }

    #content .prgs.step3 .prgsbar:before {
        width: 50%
    }

    #content .prgs.step4 .prgsbar:before {
        width: 75%
    }

    #content .prgs.step5 .prgsbar:before {
        width: 100%
    }

    #content .pdcright {
        width: 40%;
        text-align: center;
        position: relative
    }

    #content .pdcright .pdcimg {
        width: 100%;
        display: inline-block
    }

    #content .pdcright .sharing {
        width: 100%
    }

    #content .pdcleft {
        width: 60%
    }
}

@media all and (min-width: 960px) {
    #menubar ul.p1,#menubar>span.toggle.more.icon {
        display:none
    }

    #menubar ul.p2 {
        display: inline-block
    }

    #content .crtimg {
        width: 15%
    }

    #content .crtdsc {
        text-align: right;
        width: 85%
    }

    #content .crtttl,#content .crtqty,#content .crtprc {
        display: inline-block;
        width: 30%;
        margin: 10px 1%
    }
}

@media all and (min-width: 1260px) {
    #content .prgs span {
        display:inline-block;
        width: 19.5%;
        font-size: 1rem;
        text-align: center;
        margin-bottom: 24px
    }

    #content .shipping .name,#content .payment .name {
        text-align: right
    }
}

@font-face {
    font-family: "oYekan";
    src: url(../fonts/yekan.eot?#) format("eot"),url(../fonts/yekan.woff) format("woff"),url(../fonts/yekan.ttf) format("truetype")
}

@font-face {
    font-family: "oFarnaz";
    src: url(../fonts/farnaz.eot?#) format("eot"),url(../fonts/farnaz.woff) format("woff"),url(../fonts/farnaz.ttf) format("truetype")
}

@font-face {
    font-family: "glyphicons";
    src: url(../fonts/glyphicons-regular.eot);
    src: url('../fonts/glyphicons-regular.eot?#iefix') format('embedded-opentype'),url(../fonts/glyphicons-regular.woff2) format('woff2'),url(../fonts/glyphicons-regular.woff) format('woff'),url(../fonts/glyphicons-regular.ttf) format('truetype'),url('../fonts/glyphicons-regular.svg#glyphiconsregular') format('svg')
}

#menubar .user {
    float: left;
    position: relative;
    display: inline-block;
    top: 0!important;
    width: auto;
    height: 48px;
    line-height: 48px;
    text-align: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 2rem;
    background: url(../images/mvsep.png) right center no-repeat;
    background-size: contain;
    cursor: pointer;
    padding: 0 15px
}

#menubar .user .register,#menubar .user .login,#menubar .user .message-user,#menubar .user .profile,#menubar .user .logout {
    padding-left: 30px
}

#menubar .user a {
    width: 24px;
    height: 24px;
    padding: 3px 0;
    background-image: url(../images/user.png);
    background-repeat: no-repeat
}

#menubar .user a:hover {
    color: #F26500
}

#menubar .user .register {
    margin-left: 20px
}

#menubar .user .register:hover {
    background-position: 0 -96px
}

#menubar .user .login {
    background-position: 0 -24px
}

#menubar .user .login:hover {
    background-position: 0 -120px
}

#menubar .user .message-user {
    background: none;
    padding-left: 8px;
    color: #4D4D4D
}

#menubar .user .message-user:hover {
    color: #4D4D4D
}

#menubar .user .profile {
    background-position: 0 -72px
}

#menubar .user .profile:hover {
    background-position: 0 -168px
}

#menubar .user .logout {
    background-position: 0 -48px
}

#menubar .user .logout:hover {
    background-position: 0 -144px
}

.commentbox {
    width: 98%!important;
    max-width: 100%!important
}

.sharing,.prgallery {
    width: 320px
}

.sharing #___plusone_0 {
    margin-top: 7px!important
}

.table {
    border-collapse: collapse!important
}

.table td,.table th {
    background-color: #fff!important
}

.table-bordered th,.table-bordered td {
    border: 1px solid #ddd!important
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table>thead>tr>th,.table>tbody>tr>th,.table>tfoot>tr>th,.table>thead>tr>td,.table>tbody>tr>td,.table>tfoot>tr>td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table>caption+thead>tr:first-child>th,.table>colgroup+thead>tr:first-child>th,.table>thead:first-child>tr:first-child>th,.table>caption+thead>tr:first-child>td,.table>colgroup+thead>tr:first-child>td,.table>thead:first-child>tr:first-child>td {
    border-top: 0
}

.table>tbody+tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed>thead>tr>th,.table-condensed>tbody>tr>th,.table-condensed>tfoot>tr>th,.table-condensed>thead>tr>td,.table-condensed>tbody>tr>td,.table-condensed>tfoot>tr>td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>tbody>tr>th,.table-bordered>tfoot>tr>th,.table-bordered>thead>tr>td,.table-bordered>tbody>tr>td,.table-bordered>tfoot>tr>td {
    border: 1px solid #ddd
}

.table-bordered>thead>tr>th,.table-bordered>thead>tr>td {
    border-bottom-width: 2px
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #BFBEBE
}

.table-hover>tbody>tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    display: table-column;
    float: none
}

table td[class*="col-"],table th[class*="col-"] {
    position: static;
    display: table-cell;
    float: none
}

.table>thead>tr>td.active,.table>tbody>tr>td.active,.table>tfoot>tr>td.active,.table>thead>tr>th.active,.table>tbody>tr>th.active,.table>tfoot>tr>th.active,.table>thead>tr.active>td,.table>tbody>tr.active>td,.table>tfoot>tr.active>td,.table>thead>tr.active>th,.table>tbody>tr.active>th,.table>tfoot>tr.active>th {
    background-color: #f5f5f5
}

.table-hover>tbody>tr>td.active:hover,.table-hover>tbody>tr>th.active:hover,.table-hover>tbody>tr.active:hover>td,.table-hover>tbody>tr:hover>.active,.table-hover>tbody>tr.active:hover>th {
    background-color: #e8e8e8
}

.table>thead>tr>td.success,.table>tbody>tr>td.success,.table>tfoot>tr>td.success,.table>thead>tr>th.success,.table>tbody>tr>th.success,.table>tfoot>tr>th.success,.table>thead>tr.success>td,.table>tbody>tr.success>td,.table>tfoot>tr.success>td,.table>thead>tr.success>th,.table>tbody>tr.success>th,.table>tfoot>tr.success>th {
    background-color: #dff0d8
}

.table-hover>tbody>tr>td.success:hover,.table-hover>tbody>tr>th.success:hover,.table-hover>tbody>tr.success:hover>td,.table-hover>tbody>tr:hover>.success,.table-hover>tbody>tr.success:hover>th {
    background-color: #d0e9c6
}

.table>thead>tr>td.info,.table>tbody>tr>td.info,.table>tfoot>tr>td.info,.table>thead>tr>th.info,.table>tbody>tr>th.info,.table>tfoot>tr>th.info,.table>thead>tr.info>td,.table>tbody>tr.info>td,.table>tfoot>tr.info>td,.table>thead>tr.info>th,.table>tbody>tr.info>th,.table>tfoot>tr.info>th {
    background-color: #d9edf7
}

.table-hover>tbody>tr>td.info:hover,.table-hover>tbody>tr>th.info:hover,.table-hover>tbody>tr.info:hover>td,.table-hover>tbody>tr:hover>.info,.table-hover>tbody>tr.info:hover>th {
    background-color: #c4e3f3
}

.table>thead>tr>td.warning,.table>tbody>tr>td.warning,.table>tfoot>tr>td.warning,.table>thead>tr>th.warning,.table>tbody>tr>th.warning,.table>tfoot>tr>th.warning,.table>thead>tr.warning>td,.table>tbody>tr.warning>td,.table>tfoot>tr.warning>td,.table>thead>tr.warning>th,.table>tbody>tr.warning>th,.table>tfoot>tr.warning>th {
    background-color: #fcf8e3
}

.table-hover>tbody>tr>td.warning:hover,.table-hover>tbody>tr>th.warning:hover,.table-hover>tbody>tr.warning:hover>td,.table-hover>tbody>tr:hover>.warning,.table-hover>tbody>tr.warning:hover>th {
    background-color: #faf2cc
}

.table>thead>tr>td.danger,.table>tbody>tr>td.danger,.table>tfoot>tr>td.danger,.table>thead>tr>th.danger,.table>tbody>tr>th.danger,.table>tfoot>tr>th.danger,.table>thead>tr.danger>td,.table>tbody>tr.danger>td,.table>tfoot>tr.danger>td,.table>thead>tr.danger>th,.table>tbody>tr.danger>th,.table>tfoot>tr.danger>th {
    background-color: #f2dede
}

.table-hover>tbody>tr>td.danger:hover,.table-hover>tbody>tr>th.danger:hover,.table-hover>tbody>tr.danger:hover>td,.table-hover>tbody>tr:hover>.danger,.table-hover>tbody>tr.danger:hover>th {
    background-color: #ebcccc
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto
}

@media screen and (max-width: 768px) {
    #content .pdcright {
        width:100%!important;
        text-align: center!important;
        background: none!important;
        position: relative
    }

    #content .pdcright .pdcimg {
        width: 100%!important;
        display: inline-block
    }

    #content .pdcright .sharing {
        width: 100%
    }

    #content .pdcleft {
        width: 100%!important
    }

    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive>.table {
        margin-bottom: 0
    }

    .table-responsive>.table>thead>tr>th,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tfoot>tr>td {
        white-space: nowrap
    }

    .table-responsive>.table-bordered {
        border: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child {
        border-left: 0
    }

    .table-responsive>.table-bordered>thead>tr>th:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child {
        border-right: 0
    }

    .table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>th,.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>td {
        border-bottom: 0
    }
}

@media (max-width: 900px) {
    #content .pdcright {
        width:40%;
        text-align: center!important;
        position: relative
    }

    #content .pdcright .pdcimg {
        width: 100%!important;
        display: inline-block
    }

    #content .pdcright .sharing {
        width: 100%
    }

    #content .pdcleft {
        width: 60%
    }
}

.menubar {
    margin: 10px 0;
    border-radius: 5px;
    padding-right: 0;
    background-color: #F0F0F0;
    background-image: linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -webkit-linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -o-linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -moz-linear-gradient(rgb(255,255,255),rgb(231,231,231));
    box-shadow: rgba(0,0,0,.2) 0 0 .5rem;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 .5rem;
    -o-box-shadow: rgba(0,0,0,.2) 0 0 .5rem;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 .5rem
}

.menubar span.toggle.cart {
    line-height: 48px
}

.cssmenu,.cssmenu ul,.cssmenu ul li,.cssmenu ul li a,.cssmenu #menu-button {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.cssmenu:after,.cssmenu>ul:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.cssmenu #menu-button {
    display: none
}

.cssmenu {
    border-radius: 5px
}

.cssmenu.align-right>ul>li {
    float: right
}

.cssmenu>ul>li {
    float: right;
    display: inline-block
}

.cssmenu>ul>li.home-ico {
    padding: 0
}

.cssmenu>ul>li.home-ico a {
    font-size: 24px;
    padding: 10px 12px
}

.cssmenu.align-center>ul {
    float: none;
    text-align: center
}

.cssmenu.align-center>ul>li {
    float: none
}

.cssmenu.align-center ul ul {
    text-align: right
}

.cssmenu>ul>li>a {
    text-decoration: none;
    font-size: 12px;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 12px;
    background: url(../images/mvsep.png) right center no-repeat;
    background-size: contain
}

.leftPanel .cssmenu>ul>li>a {
    padding: 15px 12px
}

.cssmenu>ul>li:hover>a,.cssmenu>ul>li>a:hover,.cssmenu>ul>li.active>a {
    color: #F26500;
    background: #fff
}

.cssmenu>ul>li.has-sub>a {
    padding-right: 30px
}

.cssmenu>ul>li.has-sub>a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #4d4d4d;
    right: 12px;
    top: 22px
}

.cssmenu>ul>li.has-sub.active>a::after,.cssmenu>ul>li.has-sub:hover>a {
    border-top-color: #fff
}

.cssmenu ul ul {
    position: absolute;
    top: 60px;
    padding-top: 5px;
    right: -99999px;
    font-size: 13px;
    opacity: 0;
    -webkit-transition: top .2s ease,opacity .2s ease-in;
    -moz-transition: top .2s ease,opacity .2s ease-in;
    -ms-transition: top .2s ease,opacity .2s ease-in;
    -o-transition: top .2s ease,opacity .2s ease-in;
    transition: top .2s ease,opacity .2s ease-in
}

.cssmenu.align-right ul ul {
    text-align: right
}

.cssmenu>ul>li>ul::after {
    content: "";
    position: absolute;
    width: 0;
    left: 0;
    border: 6px solid transparent;
    border-bottom-color: #fff;
    top: -6px;
    left: 20px
}

.cssmenu.align-right>ul>li>ul::after {
    left: auto;
    right: 20px
}

.cssmenu ul ul ul::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-right-color: #fff;
    top: 11px;
    right: 0
}

.cssmenu.align-right ul ul ul::after {
    border-right-color: transparent;
    border-left-color: #fff;
    left: auto;
    right: -4px
}

.cssmenu>ul>li>ul {
    top: 120px
}

.cssmenu>ul>li:hover>ul {
    top: 48px;
    right: 0;
    opacity: 1
}

.cssmenu.align-right>ul>li:hover>ul {
    left: auto;
    right: 0
}

.cssmenu ul ul ul {
    padding-top: 0;
    padding-right: 6px
}

.cssmenu.align-right ul ul ul {
    padding-right: 6px
}

.cssmenu ul ul>li:hover>ul {
    right: 180px;
    top: 0;
    opacity: 1
}

.cssmenu.align-right ul ul>li:hover>ul {
    left: auto;
    right: 100%;
    opacity: 1
}

.cssmenu ul ul li a {
    text-decoration: none;
    font-weight: 400;
    padding: 11px 10px;
    width: 200px;
    color: #777;
    background: #fff;
    box-shadow: 0 2px 2px rgba(0,0,0,.1),1px 1px 1px rgba(0,0,0,.1),-1px 1px 1px rgba(0,0,0,.1)
}

.cssmenu ul ul li:hover>a,.cssmenu ul ul li.active>a {
    color: #9518a4;
    background-color: #eee
}

.cssmenu ul ul li:first-child>a {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px
}

.cssmenu ul ul li:last-child>a {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px
}

.cssmenu>ul>li>ul::after {
    position: absolute;
    display: block
}

.cssmenu ul ul li.has-sub>a::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-right-color: #9518A4;
    left: 17px;
    top: 14px
}

.cssmenu.align-right ul ul li.has-sub>a::after {
    border-left-color: transparent;
    border-right-color: #777;
    right: auto;
    left: 17px
}

.cssmenu.align-right ul ul li.has-sub:hover>a::after {
    border-right-color: red
}

.cssmenu ul ul li.has-sub.active>a::after,.cssmenu ul ul li.has-sub:hover>a::after {
    border-right-color: #9518A4
}

.cssmenu.align-right ul ul li.has-sub.active>a::after,.cssmenu.align-right ul ul li.has-sub:hover>a::after {
    border-right-color: #9518A4;
    border-left-color: transparent
}

.cssmenu span.icon {
    width: 25px;
    height: 25px;
    float: right;
    top: -7px;
    left: 5px;
    position: relative
}

.products-body {
    padding: 15px;
    background-color: #fff;
    border-radius: 5px
}

.demo-gallery figure {
    display: block;
    margin: 0 5px 5px 0
}

.demo-gallery figcaption {
    display: none
}

.pswp__button {
    width: 44px;
    height: 44px;
    position: relative;
    background: none;
    cursor: pointer;
    overflow: visible;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0;
    margin: 0;
    float: right;
    opacity: .75;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-box-shadow: none;
    box-shadow: none
}

.pswp__button:focus,.pswp__button:hover {
    opacity: 1
}

.pswp__button:active {
    outline: none;
    opacity: .9
}

.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.pswp__ui--over-close .pswp__button--close {
    opacity: 1
}

.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
    background: url(../images/default-skin.png) 0 0 no-repeat;
    background-size: 264px 88px;
    width: 44px;
    height: 44px
}

@media (-webkit-min-device-pixel-ratio: 1.1),(min-resolution:105dpi),(min-resolution:1.1dppx) {
    .pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before {
        background-image:url(../images/default-skin.svg)
    }

    .pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right {
        background: none
    }
}

.pswp__button--close {
    background-position: 0 -44px
}

.pswp__button--share {
    background-position: -44px -44px
}

.pswp__button--fs {
    display: none
}

.pswp--supports-fs .pswp__button--fs {
    display: block
}

.pswp--fs .pswp__button--fs {
    background-position: -44px 0
}

.pswp__button--zoom {
    display: none;
    background-position: -88px 0
}

.pswp--zoom-allowed .pswp__button--zoom {
    display: block
}

.pswp--zoomed-in .pswp__button--zoom {
    background-position: -132px 0
}

.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right {
    visibility: hidden
}

.pswp__button--arrow--left,.pswp__button--arrow--right {
    background: none;
    top: 50%;
    margin-top: -50px;
    width: 70px;
    height: 100px;
    position: absolute
}

.pswp__button--arrow--left {
    left: 0
}

.pswp__button--arrow--right {
    right: 0
}

.pswp__button--arrow--left:before,.pswp__button--arrow--right:before {
    content: '';
    top: 35px;
    background-color: rgba(0,0,0,.3);
    height: 30px;
    width: 32px;
    position: absolute
}

.pswp__button--arrow--left:before {
    left: 6px;
    background-position: -138px -44px
}

.pswp__button--arrow--right:before {
    right: 6px;
    background-position: -94px -44px
}

.pswp__counter,.pswp__share-modal {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.pswp__share-modal {
    display: block;
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 1600;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    -webkit-backface-visibility: hidden;
    will-change: opacity
}

.pswp__share-modal--hidden {
    display: none
}

.pswp__share-tooltip {
    z-index: 1620;
    position: absolute;
    background: #FFF;
    top: 56px;
    border-radius: 2px;
    display: block;
    width: auto;
    right: 44px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.25);
    box-shadow: 0 2px 5px rgba(0,0,0,.25);
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
    -webkit-transition: -webkit-transform .25s;
    transition: transform .25s;
    -webkit-backface-visibility: hidden;
    will-change: transform
}

.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px
}

.pswp__share-tooltip a:hover {
    text-decoration: none;
    color: #000
}

.pswp__share-tooltip a:first-child {
    border-radius: 2px 2px 0 0
}

.pswp__share-tooltip a:last-child {
    border-radius: 0 0 2px 2px
}

.pswp__share-modal--fade-in {
    opacity: 1
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.pswp--touch .pswp__share-tooltip a {
    padding: 16px 12px
}

a.pswp__share--facebook:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: -12px;
    right: 15px;
    border: 6px solid rgba(0,0,0,0);
    border-bottom-color: #FFF;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
    pointer-events: none
}

a.pswp__share--facebook:hover {
    background: #3E5C9A;
    color: #FFF
}

a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A
}

a.pswp__share--twitter:hover {
    background: #55ACEE;
    color: #FFF
}

a.pswp__share--pinterest:hover {
    background: #CCC;
    color: #CE272D
}

a.pswp__share--download:hover {
    background: #DDD
}

.pswp__counter {
    position: absolute;
    left: 0;
    top: 0;
    height: 44px;
    font-size: 13px;
    line-height: 44px;
    color: #FFF;
    opacity: .75;
    padding: 0 10px;
    direction: ltr
}

.pswp__caption {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    min-height: 44px
}

.pswp__caption small {
    font-size: 11px;
    color: #BBB
}

.pswp__caption__center {
    text-align: right;
    max-width: 620px;
    margin: 0 auto;
    font-size: 13px;
    padding: 10px;
    line-height: 20px;
    color: #CCC
}

.pswp__caption--empty {
    display: none
}

.pswp__caption--fake {
    visibility: hidden
}

.pswp__preloader {
    width: 44px;
    height: 44px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -22px;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
    will-change: opacity
}

.pswp__preloader__icn {
    width: 20px;
    height: 20px;
    margin: 12px
}

.pswp__preloader--active {
    opacity: 1
}

.pswp__preloader--active .pswp__preloader__icn {
    background: url(preloader.gif) 0 0 no-repeat
}

.pswp--css_animation .pswp__preloader--active {
    opacity: 1
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
    animation: clockwise 500ms linear infinite
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite;
    animation: donut-rotate 1000ms cubic-bezier(.4,0,.22,1) infinite
}

.pswp--css_animation .pswp__preloader__icn {
    background: none;
    opacity: .75;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 15px;
    top: 15px;
    margin: 0
}

.pswp--css_animation .pswp__preloader__cut {
    position: relative;
    width: 7px;
    height: 14px;
    overflow: hidden
}

.pswp--css_animation .pswp__preloader__donut {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    border: 2px solid #FFF;
    border-radius: 50%;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    margin: 0
}

.my-gallery img {
    border: 1px solid #d6d0d0;
    margin: 1px auto
}

.my-gallery img.main {
    border: none
}

.my-gallery .main a:first-child {
    width: 100%;
    margin: 0 auto 35px
}

.my-gallery figure {
    margin: 0 0 5px
}

.my-gallery figcaption {
    display: none
}

.section--head a.videoimg {
    padding: 0 1px;
    display: block
}

.section--head a.videoimg img {
    border: 1px solid #d6d0d0;
    margin: 1px auto
}

.section--head {
    margin: 0 10px
}

.my-gallery a {
    padding: 0 1px;
    display: block;
    float: left
}

.my-gallery {
    width: 100%;
    float: left
}

.my-gallery img {
    width: 100%;
    height: auto
}

.my-gallery figure {
    display: block;
    float: left;
    margin: 0 5px 5px 0;
    width: 75px
}

.my-gallery figcaption {
    display: none
}

.swipe,.swipe-menu a {
    color: #fff
}

.top-icon-menu .top-search {
    float: right;
    border-left: 1px solid #232323;
    border-right-width: 0;
    overflow: hidden
}

.swipe,.top-icon-menu {
    background-color: #323232
}

.swipe {
    left: -237px;
    overflow: hidden;
    top: 50px;
    width: 237px;
    font-size: 13px;
    font-weight: 700;
    line-height: 25px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 6;
    padding-bottom: 50px
}

.swipe:after,.swipe:before {
    -moz-box-sizing: inherit
}

body.ind .swipe {
    left: 0
}

.swipe-menu {
    height: 100%;
    overflow: scroll;
    border-top: 1px solid #232323;
    -webkit-overflow-scrolling: touch
}

body.ind div.shadow {
    width: 100%;
    z-index: 5
}

body div.shadow {
    left: 0;
    opacity: .5;
    top: 0
}

.swipe-menu .switch-show {
    cursor: pointer
}

.swipe-menu .switch-show.active {
    border: 0
}

.swipe-menu .switch-show>div:after {
    content: "\f107";
    font-size: 21px;
    vertical-align: middle;
    float: right
}

.footer-links-menu li,.swipe-menu .links li {
    padding: 0;
    display: block
}

.footer-links-menu li a,.home-link,.swipe-menu .links li a {
    color: #FFF;
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 20px 11px;
    position: relative
}

.currency-switch .currency-title strong,.language-list .language-title strong,.swipe-menu .currency-switch ul li span {
    display: none
}

.footer-links-menu li a,.home-link,.swipe-menu .links li a,.swipe-menu .switch-show {
    border-bottom: 1px solid #232323
}

.home-link:before,.swipe-menu ul li a:before {
    font-size: 26px;
    margin-left: 12px
}

.home-link:before {
    content: "\f015"
}

.swipe-menu .links li:nth-child(1) a:before {
    content: "\f0f0"
}

.swipe-menu .links li:nth-child(2) a:before {
    content: "\f07a"
}

.swipe-menu .links li:nth-child(3) a:before {
    content: "\f283";
    font-size: 19px
}

.swipe-menu .links li:nth-child(4) a:before {
    content: "\f046"
}

.swipe-menu .links li:nth-child(5) a:before {
    content: "\f023"
}

.footer-links-menu ul:first-child li:nth-child(1) a:before {
    content: "\f05a"
}

.footer-links-menu ul:first-child li:nth-child(2) a:before {
    content: "\f02d"
}

.footer-links-menu ul:first-child li:nth-child(3) a:before {
    content: "\f044"
}

.footer-links-menu ul:first-child li.privacy a:before {
    content: "\f0e3"
}

.swipe-menu .links-2 li:nth-child(1) a:before,.swipe-menu .links-2 li:nth-child(2) a:before {
    content: "\f0e8"
}

.swipe-menu .links-2 li:nth-child(3) a:before {
    content: "\f002"
}

.swipe-menu .links-2 li:nth-child(4) a:before {
    content: "\f0d1"
}

.currency-switch .currency-title,.language-list .language-title {
    padding: 10px 20px 11px
}

.currency-switch .currency-title:before,.language-list .language-title:before {
    content: "\f0d6";
    font-size: 26px;
    vertical-align: middle;
    margin-right: 8px
}

.language-list .language-title:before {
    content: "\f0ac"
}

.swipe-menu .currency-switch ul,.swipe-menu .language-list ul {
    background: 0 #222;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    left: 0;
    padding: 0;
    position: relative;
    right: auto;
    top: 0;
    width: 100%;
    overflow: hidden;
    display: none
}

.swipe-menu .currency-switch ul li,.swipe-menu .language-list ul li {
    float: left
}

.swipe-menu .currency-switch ul li:first-child,.swipe-menu .language-list ul li:first-child {
    padding-left: 20px
}

.swipe-menu .currency-switch ul li a,.swipe-menu .language-list ul li a {
    padding: 14px;
    display: inline-block;
    text-transform: uppercase;
    font-weight: 700
}

.swipe-menu ul a.selected {
    color: #ccc
}

.home-link:hover,.swipe-menu ul li a:hover {
    background-color: #444
}

.cart-mini a {
    line-height: 25px
}

.m-home {
    display: inline-block;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #ccc
}

.logo {
    margin-top: 10px
}

.logo .m-icon {
    color: #fff;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
    position: relative;
    margin-left: 10px
}

.cart-mini span.count {
    height: 25px;
    width: 25px;
    font-size: 22px;
    border-radius: 73%;
    margin-left: 10px;
    background-color: #b9b7b7;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 25px;
    vertical-align: middle
}

.logo a:hover {
    color: #e2e2e2
}

.navbar-aram .dropdown .dropdown-toggle {
    font-size: 16px
}

.navbar-aram .cart {
    cursor: pointer
}

.navbar-aram .cart .glyphicon {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 10px
}

.navbar-aram {
    margin-top: 10px;
    border-color: #e7e7e7;
    background-color: #F0F0F0;
    background-image: linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -webkit-linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -o-linear-gradient(rgb(255,255,255),rgb(231,231,231));
    background-image: -moz-linear-gradient(rgb(255,255,255),rgb(231,231,231));
    box-shadow: rgba(0,0,0,.2) 0 0 .5rem;
    -webkit-box-shadow: rgba(0,0,0,.2) 0 0 .5rem;
    -o-box-shadow: rgba(0,0,0,.2) 0 0 .5rem;
    -moz-box-shadow: rgba(0,0,0,.2) 0 0 .5rem
}

.navbar-aram .navbar-brand {
    color: #4d4d4d;
    font-size: 22px
}

.navbar-aram .navbar-brand:focus,.navbar-aram .navbar-brand:hover {
    color: #F26500;
    background-color: transparent
}

.navbar-aram .navbar-nav>li>a,.navbar-aram .navbar-text {
    color: #4d4d4d
}

.navbar-aram .navbar-nav>li>a {
    text-decoration: none;
    font-size: 12px;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 15px 12px;
    background: url(../images/mvsep.png) right center no-repeat;
    background-size: contain;
    padding: 15px 10px
}

.navbar-aram .navbar-nav>li>a:focus,.navbar-aram .navbar-nav>li>a:hover {
    color: #F26500;
    background-color: #fff
}

.navbar-aram .navbar-nav>.active>a,.navbar-aram .navbar-nav>.active>a:focus,.navbar-aram .navbar-nav>.active>a:hover {
    color: #555;
    background-color: #e7e7e7
}

.navbar-aram .navbar-nav>.disabled>a,.navbar-aram .navbar-nav>.disabled>a:focus,.navbar-aram .navbar-nav>.disabled>a:hover {
    color: #ccc;
    background-color: transparent
}

.navbar-aram .navbar-toggle {
    border-color: #ddd
}

.navbar-aram .navbar-toggle:focus,.navbar-aram .navbar-toggle:hover {
    background-color: #ddd
}

.navbar-aram .navbar-toggle .icon-bar {
    background-color: #888
}

.navbar-aram .navbar-collapse,.navbar-aram .navbar-form {
    border-color: #e7e7e7
}

.navbar-aram .navbar-nav>.open>a,.navbar-aram .navbar-nav>.open>a:focus,.navbar-aram .navbar-nav>.open>a:hover {
    color: #555;
    background-color: #e7e7e7
}

@media (max-width: 767px) {
    .navbar-aram .navbar-nav .open .dropdown-menu>li>a {
        color:#777
    }

    .navbar-aram .navbar-nav .open .dropdown-menu>li>a:focus,.navbar-aram .navbar-nav .open .dropdown-menu>li>a:hover {
        color: #333;
        background-color: transparent
    }

    .navbar-aram .navbar-nav .open .dropdown-menu>.active>a,.navbar-aram .navbar-nav .open .dropdown-menu>.active>a:focus,.navbar-aram .navbar-nav .open .dropdown-menu>.active>a:hover {
        color: #555;
        background-color: #e7e7e7
    }

    .navbar-aram .navbar-nav .open .dropdown-menu>.disabled>a,.navbar-aram .navbar-nav .open .dropdown-menu>.disabled>a:focus,.navbar-aram .navbar-nav .open .dropdown-menu>.disabled>a:hover {
        color: #ccc;
        background-color: transparent
    }
}

.navbar-aram .navbar-link {
    color: #777
}

.navbar-aram .navbar-link:hover {
    color: #333
}

.navbar-aram .btn-link {
    color: #777
}

.navbar-aram .btn-link:focus,.navbar-aram .btn-link:hover {
    color: #333
}

.navbar-aram .btn-link[disabled]:focus,.navbar-aram .btn-link[disabled]:hover,fieldset[disabled] .navbar-aram .btn-link:focus,fieldset[disabled] .navbar-aram .btn-link:hover {
    color: #ccc
}

.rating {
    font-size: 0;
    position: relative;
    overflow: hidden;
    float: left;
    margin-top: 5px
}

.ratingBox span.score {
    float: left;
    font-size: 12px;
    margin-left: 20px;
    vertical-align: middle;
    line-height: 33px
}

.rateWrapper {
    margin-top: 10px
}

.rating-input {
    float: right;
    width: 20px;
    height: 20px;
    opacity: 0;
    padding: 0!important;
    margin: 0 0 0 -20px!important
}

.rating-star,.rating:hover .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(../images/star.png);
    background-position: 0 -20.7px;
    background-size: 100%
}

.rating:hover .rating-star:hover,.rating:hover .rating-star:hover~.rating-star,.rating-input:checked~.rating-star {
    background-position: 0 0
}

#filters {
    padding: 15px
}

.filter-box {
    text-align: right
}

.filter-box .filter-items {
    margin-bottom: 5px
}

.filter-box .filter-items .filter-heading {
    margin-left: -15px;
    margin-right: -15px
}

.filter-box .filter-items .filter-heading .title {
    background-color: #EBE3D0;
    border-top: 1px solid #ccc7c7;
    border-bottom: 1px solid #ccc7c7;
    text-align: center;
    line-height: 27px;
    font-size: 15px
}

.resourcesnav {
    position: absolute;
    height: 50px;
    top: 180px;
    opacity: 1;
    z-index: 666;
    width: 100%;
    font-size: 14px
}

.resourcesnav .col12 {
    margin: 0 4px;
    width: 992px;
    height: 50px;
    padding: 0 10px;
    border: 1px solid #CCC;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f7f7f7),color-stop(100%,#e9e9e9));
    background-image: -webkit-linear-gradient(#f7f7f7,#e9e9e9);
    background-image: linear-gradient(#f7f7f7,#e9e9e9);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#E5E5E5,endColorstr=#F7F7F7);
    border-radius: 3px;
    box-shadow: 0 1px 0 #fff inset
}

.resourcesnav-fixed {
    position: fixed;
    top: 69px;
    opacity: .98
}

.resourcesnav-fixed .col12 {
    border-top: none;
    border-radius: 3px
}

.resourcesnav-rightwrapper,.resourcesnav-leftwrapper {
    float: right
}

.resourcesnav-leftwrapper ul {
    padding-right: 0;
    margin-bottom: 0
}

.resourcesnav-leftwrapper>ul>li,.resourcesnav-rightwrapper>ul>li {
    float: right;
    margin-right: 10px
}

.resourcesnav-leftwrapper ul,.resourcesnav-rightwrapper ul {
    float: right;
    list-style: none
}

.resourcesnav-rightwrapper>ul>li {
    margin-right: 0;
    margin-left: 10px
}

.resourcesnav-dropdown-button,.resourcesnav-button {
    z-index: 666;
    display: block;
    position: relative;
    height: 28px;
    margin: 10px 0 0;
    padding: 0 10px;
    line-height: 28px;
    border: 1px solid #C6C6C6;
    color: #666;
    border-radius: 3px;
    background-color: #f9f9f9;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none
}

h2.resourcesnav-dropdown-button-caption {
    font-size: 13px;
    margin: 0;
    line-height: 28px;
    display: initial;
    color: #666
}

.resourcesnav-button:hover {
    color: #479ccf;
    background-color: #fdfeff;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fdfeff),color-stop(100%,#ededec));
    background-image: -webkit-linear-gradient(#fdfeff,#ededec);
    background-image: linear-gradient(#fdfeff,#ededec)
}

.resourcesnav-button.selected {
    height: 30px;
    line-height: 30px;
    padding: 0 11px;
    border: none;
    color: #666;
    text-shadow: 0 1px 0 #FFF;
    background-color: #ccc;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ccc),color-stop(100%,#dfdfdf));
    background-image: -webkit-linear-gradient(#ccc,#dfdfdf);
    background-image: linear-gradient(#ccc,#dfdfdf);
    box-shadow: 0 1px 0 #f2f2f2,0 1px 3px #999 inset
}

.resourcesnav-button.selected:hover {
    color: #479ccf;
    background-color: #ddd;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ddd),color-stop(100%,#e4e4e4));
    background-image: -webkit-linear-gradient(#ddd,#e4e4e4);
    background-image: linear-gradient(#ddd,#e4e4e4)
}

.resourcesnav-dropdown-submenu {
    z-index: 777;
    background: #FFF;
    min-width: 170px;
    box-shadow: 0 1px 5px rgba(0,0,0,.13);
    border-radius: 0 3px 3px 3px;
    display: none;
    right: 0;
    position: absolute;
    top: 39px;
    padding: 5px 10px;
    border: 1px solid #C6C6C6
}

.resourcesnav-dropdown-submenu>li {
    border-top: 1px solid #e8e8e8;
    display: block;
    width: 100%;
    line-height: 26px;
    margin-right: 5px
}

.resourcesnav-dropdown-submenu>li:first-child {
    border: none
}

.resourcesnav-dropdown-submenu>li>a {
    padding: 2px 0;
    display: block;
    color: #666
}

.resourcesnav-dropdown-submenu-right {
    border-radius: 3px 0 3px 3px;
    right: 10px;
    left: inherit
}

.resourcesnav-dropdown {
    position: relative;
    float: left;
    line-height: 49px;
    height: 49px;
    margin: 0 10px 0 0
}

.resourcesnav-dropdown .icn {
    margin: 0 0 0 5px
}

.resourcesnav-dropdown:hover .resourcesnav-dropdown-button {
    z-index: 888;
    background-color: #fff;
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fff),color-stop(100%,#fdfeff));
    background-image: -webkit-linear-gradient(#fff,#fdfeff);
    background-image: linear-gradient(#fff,#fdfeff);
    filter: none;
    border-radius: 3px 3px 0 0;
    color: #666;
    height: 28px;
    line-height: 28px;
    border-bottom: none;
    box-shadow: 0 0 0;
    text-shadow: none;
    padding-bottom: 1px
}

.resourcesnav-search,.resourcesnav-input {
    height: 31px;
    padding: 8px 10px 7px 32px;
    font-size: 14px;
    line-height: 24px;
    background-image: url(/assets/resources-assets/icons/search-icon-6c8fc8700933250f1fdaf536741a8e3b.png);
    background-repeat: no-repeat;
    background-position: 3px 0;
    border-radius: 30px
}

.resourcesnav-search:focus,.resourcesnav-input:focus {
    background-position: 3px -30px
}

.resourcesnav-search {
    width: 200px
}

.resourcesnav-input {
    background-image: none;
    border-radius: 3px;
    padding: 8px 10px 7px 32px
}

.resourcesnav-caption {
    color: #666;
    line-height: 50px;
    text-shadow: 0 1px 0 #FFF
}

.resourcesnav-caption.edge-caption {
    margin-left: 10px
}

.navm {
    list-style: none;
    * zoom:1;padding: 0 10px
}

.navm:before,.navm:after {
    content: " ";
    display: table
}

.navm:after {
    clear: both
}

.navm ul {
    list-style: none;
    width: 9em;
    padding: 0
}

.navm a {
    padding: 10px 15px;
    color: #fff
}

.navm li {
    position: relative
}

.navm>li {
    float: left
}

.navm>li>.parent:after {
    font-family: glyphicons;
    content: "\e602";
    float: left
}

.navm>li.hover>.parent:after {
    content: "\e601"
}

.navm>li>a {
    display: block;
    background-color: #faf8f4;
    background-image: linear-gradient(rgb(254,254,254),rgb(245,241,231));
    background-image: -webkit-linear-gradient(rgb(254,254,254),rgb(245,241,231));
    background-image: -o-linear-gradient(rgb(254,254,254),rgb(245,241,231));
    background-image: -moz-linear-gradient(rgb(254,254,254),rgb(245,241,231));
    border: 1px solid #ddd9d0;
    border-radius: 5px;
    color: #555
}

.navm li ul {
    position: absolute;
    right: -9999px;
    display: none;
    padding: 0 10px
}

.navm>li.hover>ul {
    right: 0;
    display: block
}

.navm li li.hover ul {
    left: 100%;
    top: 0
}

.navm li li a {
    display: block;
    background: 0 0!important;
    color: #555;
    position: relative;
    z-index: 100;
    border-radius: 0!important;
    border-top: 1px solid #faf9f5;
    border-bottom: 1px solid #e4dfd2;
    border-left: 1px solid #e4dfd2;
    border-right: 1px solid #e4dfd2
}

.navm li li li a {
    background: #249578;
    z-index: 200;
    border-top: 1px solid #1d7a62
}

@media screen and (max-width: 992px) {
    .active {
        display:block
    }

    .navm>li {
        float: none
    }

    .navm>li>.parent {
        background-position: 5% 50%
    }

    .navm ul {
        display: block;
        width: 100%
    }

    .navm>li.hover>ul,.navm li li.hover ul {
        position: static
    }
}

.comment-item {
    margin-bottom: 15px
}

.comment-item .name {
    float: right;
    margin-left: 30px
}

.comment-item .date {
    float: left
}

.comment-item .text {
    padding: 15px;
    background-color: #f9f9f9;
    margin-top: 5px
}

.ratingbox .score {
    float: right
}

.star-ratings-sprite {
    background: url(../images/star-rating-sprite.png) repeat-x;
    font-size: 0;
    height: 21px;
    line-height: 0;
    overflow: hidden;
    text-indent: -999em;
    width: 110px;
    float: left;
    margin: 0 auto;
    margin-top: 5px
}

.star-ratings-sprite-rating {
    background: url(../images/star-rating-sprite.png) repeat-x;
    background-position: 0 100%;
    float: left;
    height: 21px;
    display: block
}

#review p.stars {
    position: relative;
    font-size: 1em
}

#review p.stars a {
    display: inline-block;
    font-weight: 700;
    margin-right: 1em;
    text-indent: -9999px;
    position: relative;
    border-bottom: 0!important;
    outline: 0
}

#review p.stars a:last-child {
    border-right: 0
}

#review p.stars a.star-1,#review p.stars a.star-2,#review p.stars a.star-3,#review p.stars a.star-4,#review p.stars a.star-5 {
    border-left: 1px solid #ccc
}

#review p.stars a.star-1:after,#review p.stars a.star-2:after,#review p.stars a.star-3:after,#review p.stars a.star-4:after,#review p.stars a.star-5:after {
    font-family: 'Glyphicons Halflings';
    text-indent: 0;
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc
}

#review p.stars a.star-1.active:after,#review p.stars a.star-2.active:after,#review p.stars a.star-3.active:after,#review p.stars a.star-4.active:after,#review p.stars a.star-5.active:after,#review p.stars a.star-1:hover:after,#review p.stars a.star-2:hover:after,#review p.stars a.star-3:hover:after,#review p.stars a.star-4:hover:after,#review p.stars a.star-5:hover:after {
    color: gold
}

#review p.stars a.star-1 {
    width: 2em
}

#review p.stars a.star-1:after {
    content: "\e007"
}

#review p.stars a.star-1.active:after,#review p.stars a.star-1:hover:after {
    content: "\e006"
}

#review p.stars a.star-2 {
    width: 3em
}

#review p.stars a.star-2:after {
    content: "\e007\e007"
}

#review p.stars a.star-2.active:after,#review p.stars a.star-2:hover:after {
    content: "\e006\e006"
}

#review p.stars a.star-3 {
    width: 4em
}

#review p.stars a.star-3:after {
    content: "\e007\e007\e007"
}

#review p.stars a.star-3.active:after,#review p.stars a.star-3:hover:after {
    content: "\e006\e006\e006"
}

#review p.stars a.star-4 {
    width: 5em
}

#review p.stars a.star-4:after {
    content: "\e007\e007\e007\e007"
}

#review p.stars a.star-4.active:after,#review p.stars a.star-4:hover:after {
    content: "\e006\e006\e006\e006"
}

#review p.stars a.star-5 {
    width: 6em;
    border: 0
}

#review p.stars a.star-5:after {
    content: "\e007\e007\e007\e007\e007"
}

#review p.stars a.star-5.active:after,#review p.stars a.star-5:hover:after {
    content: "\e006\e006\e006\e006\e006"
}

@media (min-width: 991px) {
    .sticky-wrapper {
        display:none
    }
}

.cd-top {
    z-index: 100;
    display: block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(232,98,86,.8) url(../images/cd-top-arrow.svg) no-repeat center 50%;
    opacity: 09;
    -webkit-transition: opacity .3s 0s,visibility 0s .3s;
    -moz-transition: opacity .3s 0s,visibility 0s .3s;
    transition: opacity .3s 0s,visibility 0s .3s
}

.cd-top.cd-is-visible,.cd-top.cd-fade-out,.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s,visibility 0s 0s;
    -moz-transition: opacity .3s 0s,visibility 0s 0s;
    transition: opacity .3s 0s,visibility 0s 0s
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right:20px;
        bottom: 20px
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height:60px;
        width: 60px;
        right: 30px;
        bottom: 30px
    }
}

#userModal .modal-body ul {
    padding: 0;
    margin: 0;
    width: 80%;
    margin: auto
}

#userModal .modal-body ul li {
    margin: 5px;
    list-style: none;
    text-align: center
}

#userModal .modal-body ul li a {
    clear: both;
    float: none
}
#details section{margin:10px 0}
#details h4.title{margin-bottom:15px;}
ul.spec-list {
    padding: 0
}

ul.spec-list li {
    list-style: none;
    margin-bottom: 10px;
}

ul.spec-list span.technicalspecs-value,ul.spec-list span.technicalspecs-title {
    display: block;
    white-space: normal;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

ul.spec-list span.technicalspecs-title {
 background: #f0f1f2;
 height: auto;
 padding: 9px 21px;
}

ul.spec-list span.technicalspecs-value {
    background: #f7f9fa;
    padding: 9px 21px;
    height: auto;
    color: #777;
    float: left;
}

ul.spec-list span.technicalspecs-value i {
    top: 3px
}
