/**
*
*	Name:			IRAN Sans-Serif Font
*	Version:		4.0
*	Author:			Moslem Ebrahimi (moslemebrahimi.com)
*	Created on:		Dec 25, 2012
*	Updated on:		Dec 12, 2015
*	Website:		http://fontiran.com
*	Copyright:		Commercial/Proprietary Software
--------------------------------------------------------------------------------------
فونت های ایران سن سریف یک نرم افزار مالکیتی محسوب می شود. جهت آگاهی از قوانین استفاده از این فونت ها لطفا به وب سایت (فونت ایران دات کام) مراجعه نمایید
--------------------------------------------------------------------------------------
IRAN Sans-serif fonts are considered a proprietary software. To gain information about the laws regarding the use of these fonts, please visit www.fontiran.com 
--------------------------------------------------------------------------------------
This set of fonts are used in this project under the license: (MHZ2P)
--------------------------------------------------------------------------------------
*	
**/
@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: bold;
    src: url('../fonts/eot/IRANSansWeb_Bold.eot');
    src: url('../fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Bold.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/eot/IRANSansWeb_Medium.eot');
    src: url('../fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Medium.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 300;
    src: url('../fonts/eot/IRANSansWeb_Light.eot');
    src: url('../fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_Light.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 200;
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot');
    src: url('../fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/eot/IRANSansWeb.eot');
    src: url('../fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
    url('../fonts/woff2/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
    url('../fonts/woff/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

body {
    background: #fff;
    font-family: IRANSans;
    /*overflow-x: hidden;*/
}

.clear {
    clear: both;
}

.padd5 {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.required::after {
    content: "\f005";
    font-family: 'FontAwesome';
    position: absolute;
    padding-right: 4px;
    top: 11px;
    color: #F00;
    font-size: .5em;
}

.fvalidtr {
    font-size: 11px;
    color: #CD0003;
    position: absolute;
}

* {
    -webkit-transition: all 120ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition: all 120ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition: all 120ms cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition: all 120ms cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
    -webkit-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -moz-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    -o-transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750);
    transition-timing-function: cubic-bezier(0.250, 0.250, 0.750, 0.750); /* linear */
}

.nopadd {
    padding: 0px !important;
}

* a {
    text-decoration: none;
}

    * a:hover {
        text-decoration: none;
        color: #008dd6;
    }

    * a:active, * a:focus, * button:active, * button:focus {
        outline: none !important;
        text-decoration: none;
    }
/*--Radio effects--*/


/*--Ripple effects--*/
button {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
}

.abuttonsmaple {
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
}

.modal-header {
    background-color: #F7F7F7;
    color: #666;
}

.modal-footer {
    background-color: #F7F7F7;
}

.modal-content {
    overflow: hidden;
}

.fab {
    border-radius: 50%;
    margin: 0;
    padding: 20px;
}

.material {
    position: relative;
    color: white;
    margin: 20px auto;
    height: 400px;
    width: 500px;
    background: #f45673;
}

.ripple {
    overflow: hidden;
}

.ripple-effect {
    position: absolute;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background: white;
    animation: ripple-animation 2s;
}


@keyframes ripple-animation {
    from {
        transform: scale(1);
        opacity: 0.4;
    }

    to {
        transform: scale(100);
        opacity: 0;
    }
}

.navbar-nav {
    margin-bottom: 0px !important;
}

    .navbar-nav li {
        font-size: 13px;
    }

        .navbar-nav li a {
            color: rgba(255,255,255,.8) !important;
            padding-top: 7px;
            padding-bottom: 7px;
            padding-right: 7px !important;
            padding-left: 7px !important;
        }

            .navbar-nav li a:hover {
                color: rgba(255,255,255,1) !important;
            }


.navbar-default {
    border: none;
    border-radius: 0px;
    background: none;
}

.topnav {
    background: #14B9D6;
}

.topnavbtn {
    color: #fff;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 10px;
    padding-right: 10px;
    float: right;
}

    .topnavbtn:focus {
        color: #fff;
    }

    .topnavbtn:hover {
        color: #B4EDF7;
    }

.tophead {
    padding-top: 40px;
    padding-bottom: 40px;
}

.biglogo img {
    display: block;
}

.testbox {
    height: 200px;
    background-color: #ccc;
}

.srarchbar {
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    margin-top: 17px;
}

    .srarchbar input[type=text] {
        height: 44px;
        background-color: transparent !important;
        border: none;
        font-size: 14px;
        padding-right: 0px;
        padding-left: 0px;
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        border-radius: none !important;
        box-shadow: none;
    }

        .srarchbar input[type=text]::-webkit-input-placeholder {
            color: #ccc;
            font-size: 12px;
        }

        .srarchbar input[type=text]:-moz-placeholder { /* Firefox 18- */
            color: #ccc;
            font-size: 12px;
        }

        .srarchbar input[type=text]::-moz-placeholder { /* Firefox 19+ */
            color: #ccc;
            font-size: 12px;
        }

        .srarchbar input[type=text]:-ms-input-placeholder {
            color: #ccc;
            font-size: 12px;
        }

.srchbtn {
    display: block;
    width: 100%;
    background-color: transparent !important;
    padding-top: 10px;
    padding-bottom: 8px;
    padding-right: 0px;
    padding-left: 0px;
}

    .srchbtn:hover i {
        color: #999;
    }

    .srchbtn i {
        color: #ccc;
        font-size: 1.4em;
        text-align: center;
    }

.shopping-card {
    width: 100%;
    background-color: #f3587c;
    color: #fff;
    border-radius: 3px;
    margin-top: 17px;
    position: relative;
}

    .shopping-card:hover i {
        opacity: 1;
        background-color: rgba(0,0,0,.2);
    }

    .shopping-card p {
        font-size: 1.3em;
        vertical-align: central;
        display: inline-block;
        margin-top: 9px;
        margin-right: 9px;
        margin-bottom: 7px;
    }

        .shopping-card p span.badge {
            background-color: rgba(0,0,0,.1);
            font-size: 13px;
        }

        .shopping-card p a {
            color: #fff;
        }

    .shopping-card i {
        float: left;
        display: block;
        color: #fff;
        background-color: rgba(0,0,0,.1);
        padding-right: 10px;
        padding-left: 10px;
        padding-top: 12px;
        padding-bottom: 12px;
        font-size: 1.5em;
        opacity: .7;
        -webkit-border-top-left-radius: 3px;
        -webkit-border-bottom-left-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-bottomleft: 3px;
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .shopping-card .basketdetails {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 430px;
        background-color: #F7F7F7;
        top: 45px;
        z-index: 10000;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        font-size: .7em;
        color: #999;
        cursor: default;
        display: none;
        visibility: hidden;
        -webkit-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.3);
        -moz-box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.3);
        box-shadow: 0px 1px 3px 0px rgba(50, 50, 50, 0.3);
    }

    .shopping-card:hover .basketdetails, .shopping-card:focus .basketdetails, .shopping-card:active .basketdetails {
        display: block;
        visibility: visible;
    }

    .shopping-card a p {
        color: #fff;
    }

    .shopping-card .basketdetails ul li p {
        margin: 0px !important;
    }

        .shopping-card .basketdetails ul li p a {
            color: #999;
        }

            .shopping-card .basketdetails ul li p a:hover {
                color: #06719e;
            }

    .shopping-card .basketdetails ul {
        padding: 5px 5px 10px 5px;
        margin-bottom: 0px;
    }

        .shopping-card .basketdetails ul li {
            list-style: none;
            border-bottom: 1px solid #E8E8E8;
            padding-top: 5px;
            padding-bottom: 5px;
        }

            .shopping-card .basketdetails ul li .pro-name {
                margin-top: 10px;
            }

            .shopping-card .basketdetails ul li .pro-price {
                margin-top: 10px;
            }

            .shopping-card .basketdetails ul li .allfactor {
                font-size: 1.8em;
                color: #666;
            }

            .shopping-card .basketdetails ul li .pro-price p span {
                padding-right: 5px;
                padding-left: 5px;
                color: #ADADAD;
            }

            .shopping-card .basketdetails ul li .remove button {
                background: none;
                border: none;
                border-radius: noen;
                padding: 0px;
            }

            .shopping-card .basketdetails ul li button.one:hover, .shopping-card .basketdetails ul li button.two:hover {
                box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
            }

            .shopping-card .basketdetails ul li button.one {
                background: #14B9D6 none repeat scroll 0 0;
                color: #fff;
                padding: 7px 15px;
                font-size: 1.5em;
                margin-top: 10px;
            }

            .shopping-card .basketdetails ul li button.two {
                background: #f3587c none repeat scroll 0 0;
                color: #fff;
                padding: 7px 15px;
                font-size: 1.5em;
                margin-top: 10px;
            }

            .shopping-card .basketdetails ul li .remove button i {
                background: none;
                drop-initial-size: 1em;
                color: #D70003;
            }

.showtells {
    float: left;
    color: #fff;
    margin-right: 30px;
    margin-top: 6px;
}

    .showtells i {
        padding-right: 4px;
        font-size: 1.5em;
        opacity: .5;
        display: inline-block;
        vertical-align: middle;
    }

    .showtells span {
        display: inline-block;
        font-size: 1em;
        margin-top: 2px;
    }

.sliderwrapper .nivoSlider {
    overflow: hidden;
    border-radius: 5px;
    margin-bottom: 30px;
}

.sliderboxes {
    margin-bottom: 15px;
}

    .sliderboxes img {
        width: 100%;
        height: auto;
        border: 1px solid #e0e0e0;
        border-radius: 5px;
        /*height:156px;*/
    }

.infobar {
    border: 1px solid #e0e0e0;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
    margin-bottom: 30px;
    background-color: #F7F7F7;
    color: #ccc;
}

    .infobar .sections i {
        font-size: 3.7em;
        color: #D5D5D5;
        float: right;
        margin-left: 15px;
    }

    .infobar .sections .infos p {
        margin-bottom: 0px;
        padding-top: 5px;
        font-size: 1em;
        text-align: justify;
    }

    .infobar .sections .infos span {
        color: #999;
        font-size: 1.1em;
    }

.products-maintitle {
    text-align: center;
    /*background:url(../images/linepattern.png) repeat-x 0 14px;*/
    margin-bottom: 30px;
}

    .products-maintitle h1 {
        background-color: #fff;
        margin-top: 0px;
        margin-bottom: 0px;
        font-size: 1.6em;
        display: inline-block;
        padding-right: 15px;
        padding-left: 15px;
        color: #666;
    }

.productbox {
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 5px 5px 10px 5px;
    text-align: center;
    margin-bottom: 25px;
}

    .productbox:hover {
        background-color: #EDEDED;
    }

    .productbox img {
        width: 100%;
        height: auto;
    }

    .productbox h2 {
        font-size: 1.2em;
    }

        .productbox h2 a {
            color: #666;
            font-size: 1em;
        }

            .productbox h2 a:hover {
                color: #008dd6;
            }

    .productbox .price {
        color: #999;
        font-size: 1.2em;
        padding-top: 5px;
        position: relative;
    }

        .productbox .price span.ghabeliprice {
            color: #ccc;
            font-size: .8em;
            text-decoration: line-through;
            position: absolute;
            top: 24px;
            display: block;
            right: 0px;
            left: 0px;
            text-align: center;
        }

    .productbox button {
        background: #f3587c;
        color: #fff;
        padding: 7px 15px;
        margin-top: 15px;
    }

        .productbox button:hover {
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
        }

.newsletter img {
    border-radius: 5px;
}

.actionbar1 {
    margin-top: 30px;
    background-color: #E5E5E5;
    padding-top: 20px;
    padding-bottom: 20px;
}

    .actionbar1 .actionboxes {
        text-align: center;
        min-height: 30px;
        border-radius: 5px;
        padding-top: 20px;
        padding-bottom: 20px;
        font-size: 1.2em;
    }

.showbranchs {
    height: 100px;
    background-color: #F7F7F7;
    margin-top: 30px;
}

.actionbar1 .actionboxes a {
    color: #999;
}

    .actionbar1 .actionboxes a:hover {
        color: #666;
    }

.actionbar1 .actionboxes img {
    max-width: 120px;
    margin-bottom: 15px;
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    filter: grayscale(70%);*/
    opacity: .7;
}

.actionbar1 .actionboxes:hover img {
    opacity: 1;
}

.articles {
    margin-top: 50px;
    padding-bottom: 40px;
}

.info-box {
    background-color: #fff;
    height: auto;
    position: relative;
    overflow: hidden;
}

    .info-box img {
        z-index: 100;
        -webkit-transition: all 1s ease; /* Safari and Chrome */
        -moz-transition: all 1s ease; /* Firefox */
        -o-transition: all 1s ease; /* IE 9 */
        -ms-transition: all 1s ease; /* Opera */
        transition: all 1s ease;
        border-radius: 5px;
        overflow: hidden;
    }

    .info-box .overal {
        background-color: #000;
        bottom: 0;
        left: 0;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 200;
        border-radius: 5px;
        overflow: hidden;
    }

    .info-box a h4 {
        width: 100%;
        background-color: rgba(0,0,0,.2);
        position: absolute;
        -webkit-border-bottom-right-radius: 5px;
        -webkit-border-bottom-left-radius: 5px;
        -moz-border-radius-bottomright: 5px;
        -moz-border-radius-bottomleft: 5px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        bottom: 0;
        margin: 0;
    }

    .info-box h4 {
        color: #fff;
        font-size: 13px;
        direction: rtl;
        opacity: 1;
        position: absolute;
        z-index: 250;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        white-space: nowrap !important;
        padding: 3px 4px 5px;
        line-height: 20px;
        text-shadow: 1px 1px 1px #000;
    }

    .info-box:hover .overal {
        opacity: .4;
    }

    .info-box:hover img, .info-box:hover img {
        -webkit-transform: scale(1.25); /* Safari and Chrome */
        -moz-transform: scale(1.25); /* Firefox */
        -ms-transform: scale(1.25); /* IE 9 */
        -o-transform: scale(1.25); /* Opera */
        transform: scale(1.25);
    }

.footer {
    background-color: #14B9D6;
    padding-top: 30px;
}

    .footer .secs {
        margin-bottom: 30px;
    }

    .footer .titles {
        font-size: 1.1em;
        padding-bottom: 7px;
        font-weight: 500;
        color: #fafafa;
    }

    .footer .about img {
        max-width: 70px;
        margin-bottom: 15px;
    }

    .footer .about {
        color: #fafafa;
        text-align: justify;
    }

    .footer .access ul {
        padding: 0px;
    }

        .footer .access ul li {
            list-style: none;
        }

            .footer .access ul li a::before {
                font-family: 'FontAwesome';
                content: "\f104";
                padding-left: 3px;
                ;
                font-size: .8em;
            }

            .footer .access ul li a {
                display: block;
                padding: 2px 0 3px 0;
                color: #06719E;
            }

                .footer .access ul li a:hover {
                    color: #fafafa;
                }

    .footer .padd5 {
        padding-right: 5px !important;
        padding-left: 5px !important;
        margin-bottom: 10px;
    }

    .footer .lgobox {
        border-radius: 5px;
        background-color: rgba(255,255,255,.1);
        padding: 4px;
    }

        .footer .lgobox img {
            filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
            filter: grayscale(100%);
            opacity: .5;
            cursor:pointer;
        }

        .footer .lgobox:hover {
            background-color: rgba(255,255,255,1);
        }

            .footer .lgobox:hover img {
                opacity: 1;
                filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
                filter: grayscale(0%);
            }

.copyright {
    background-color: #0A859B;
    padding-top: 10px;
    padding-bottom: 5px;
    text-align: center;
    font-size: .9em;
    color: #fafafa;
}

    .copyright p {
        padding: 0px;
        margin-bottom: 7px;
    }

        .copyright p.designer {
            color: #fafafa;
            font-size: 1em;
            font-weight: 300;
        }

            .copyright p.designer a {
                color: #EBEBEB;
            }

                .copyright p.designer a:hover {
                    color: #fff;
                }

.navbar-default .navbar-toggle {
    border: none;
}

    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

.navbar-collapse {
    border-top: none;
    padding-bottom: 15px;
}

#totopscroller {
    z-index: 10000;
}

.showbrnch {
    background: #EFEFEF;
    color: #999;
    padding: 9px 13px;
    font-size: 1.3em;
    margin-top: 10px;
}

    .showbrnch i {
        font-size: 2em;
    }

    .showbrnch:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
        background: #14B9D6;
        color: #fff;
    }

.shopbadge {
    position: absolute;
    top: 0;
    right: 15px;
    width: 128px;
    height: 128px;
}

.productbox .shopbadge {
    width: 90px;
    height: 90px;
    overflow: hidden;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

.shopbadge.offer {
    background: url(../images/badges-offer.png) no-repeat;
}

.shopbadge.stockfinish {
    background: url(../images/badges-finish.png) no-repeat;
}

.shopbadge.freeshipping {
    background: url(../images/badges-freeshipping.png) no-repeat;
}

.productbox .shopbadge.offer, .productbox .shopbadge.stockfinish, .productbox .shopbadge.freeshipping {
    background-size: cover;
}

a.addtobsk {
    background: #f3587c;
    color: #fff;
    padding: 7px 15px;
    margin-top: 15px;
    position: relative;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 3px;
    display: inline-block;
}

    a.addtobsk:hover {
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
    }

.form-horizontal .control-label {
    text-align: right;
    font-weight: normal;
    color: #999;
}

body.modal-open {
    overflow: inherit;
    padding-right: 0 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a:hover {
    background-color: #158796;
    color: #fff !important;
}

ul.userlogin li a {
    color: #0D7D90 !important;
}

    ul.userlogin li a:hover {
        color: #096A7B !important;
    }

.tagswrap {
    color: #666;
    margin-top: 25px;
}

    .tagswrap a {
        color: #999;
    }

        .tagswrap a:hover {
            color: #6F75E8;
        }

@media (max-width:480px) {
    .logo img {
        width: 200px;
        Force IE10 and below to size SVG images correctly max-width: 200px !important;
    }
}

@media (max-width:400px) {
    .logo img {
        width: 75% \9;
        Force IE10 and below to size SVG images correctly max-width: 75%;
    }
}

@media (max-width:385px) {
    .logo img {
        width: 70% \9;
        Force IE10 and below to size SVG images correctly max-width: 70%;
    }
}

@media (max-width:345px) {
    .logo img {
        width: 65% \9;
        Force IE10 and below to size SVG images correctly max-width: 65%;
    }
}

@media (max-width:335px) {
    .logo img {
        width: 60% \9;
        Force IE10 and below to size SVG images correctly max-width: 60%;
    }
}

@media (max-width:325px) {
    .logo img {
        width: 55% \9;
        Force IE10 and below to size SVG images correctly max-width: 55%;
    }
}

@media (max-width:315px) {
    .logo img {
        width: 50% \9;
        Force IE10 and below to size SVG images correctly max-width: 50%;
    }
}

@media (min-width:600px) and (max-width:800px) {
    .footer .about img {
        max-width: 30px;
        margin-bottom: 15px;
    }

    .footer .about {
        font-size: .9em;
    }

    .productbox h2 {
        font-size: 1em;
    }
}

@media (max-width:600px) {
    .productbox h2 {
        font-size: 1.2em;
    }

    .topnavbtn {
        margin-top: 3px;
        padding-right: 15px;
        padding-left: 15px;
        padding-top: 13px;
        padding-bottom: 13px;
    }
}

@media (width:1024px) {
}

@media (min-width:768px) {
    .navbar-nav {
        float: left;
    }
}

@media (max-width:320px) {
    .shopping-card .basketdetails {
        width: 291px;
    }

    .showbrnch {
        font-size: 1em;
    }
}

.paginationwrap {
    text-align: center;
}

    .paginationwrap a, .paginationwrap span {
        display: inline-block;
        padding: 2px 6px 1px;
        border-radius: 4px;
        margin-right: 1px;
        margin-left: 1px;
        background: #14B9D6;
        color: #fff0f5 !important;
    }

    .paginationwrap span {
        background: #ccc !important;
        color: #333 !important;
    }

    .paginationwrap a:hover {
        background: #0A859B;
    }


.other-imgs {
    border: 1px solid #dddddd;
    border-radius: 4px;
    direction: rtl;
    margin-top: 20px;
    padding: 10px;
}


.lbl-gray{
    font-size:12px;
    color:gray;
}