﻿html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, img {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after, q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    outline: none;
    padding: 0;
    margin: 0;
}

*, :before, :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
/*******/
@font-face {
    font-family: 'FontAwesome';
    src: url('fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: IRANSans;
    font-style: normal;
    font-weight: 400;
    src: url('fonts/IRANSansWeb(FaNum).eot');
    src: url('fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),url('fonts/IRANSansWeb(FaNum).woff2') format('woff2'),url('fonts/IRANSansWeb(FaNum).woff') format('woff'),url('fonts/IRANSansWeb(FaNum).ttf') format('truetype');
}

@font-face {
    font-family: IRANSans2;
    font-style: normal;
    font-weight: normal;
    src: url('fonts/IRANSansWeb.eot');
    src: url('fonts/IRANSansWeb.eot?#iefix') format('embedded-opentype'), /* IE6-8 */ url('fonts/IRANSansWeb.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/ url('fonts/IRANSansWeb.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/ url('fonts/IRANSansWeb.ttf') format('truetype');
}

@font-face {
    font-family: 'IRANSans_Bold';
    src: url('fonts/IRANSans_Bold.eot');
    src: url('fonts/IRANSans_Bold.eot') format('embedded-opentype'),url('fonts/IRANSans_Bold.woff2') format('woff2'),url('fonts/IRANSans_Bold.woff') format('woff'),url('fonts/IRANSans_Bold.ttf') format('truetype'),url('fonts/IRANSans_Bold.svg#IRANSans_Bold') format('svg');
}
input ,textarea ,button {font-family:IRANSans}
/*****/
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.fa-edit:before, .fa-pencil-square-o:before {
    content: "\f044";
}
.fa-check:before {
    content: "\f00c";
}
.fa-lock:before {
    content: "\f023";
}
.fa-shopping-basket:before {
    content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-user-o:before {
    content: "\f2c0";
}

.fa-search:before {
    content: "\f002";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-phone:before {
  content: "\f095";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}



.fa-envelope:before {
    content: "\f0e0";
}
.fa-vk:before {
    content: "\f189";
}
.fa-pinterest:before {
    content: "\f0d2";
}
.fa-google-plus:before {
    content: "\f0d5";
}
.fa-twitter:before {
    content: "\f099";
}
 .fa-facebook:before {
    content: "\f09a";
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}

a {
    color: #ccbe97;
    -webkit-transition: color 0.4s ease-out;
    -moz-transition: color 0.4s ease-out;
    -ms-transition: color 0.4s ease-out;
    -o-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
}

    a, a:hover a:focus, a:active {
        text-decoration: none !important;
        outline: none;
    }

        a:hover, a:focus, a:active, a:not([href]):not([tabindex]):hover {
            color: #333;
        }

.trans, .owl-buttons > div, #fav-menu .owl-dots .owl-dot ,#slider .owl-dots div span ,#top-nav > ul > li > a:before ,#top-nav > ul > li > ul{
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    float: right !important;
}

.container-fluid, .container {
    direction: rtl;
    text-align: right;
}

button {
    outline: none !important;
}

.bold, strong {
       font-weight: 600;

}

textarea {
    resize: vertical;
    height: 150px;
}
/*****/
body {
    color: #000;
    font-size: 14px;
    font-family: IRANSans;
    overflow-x: hidden;
    line-height: 25px;
    width: 100%;
}
body.overflow {overflow:hidden}

    body.inner-body {
        background-color: #f5f5f5;
    }
/******/
.owl-carousel, .owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative;
}

.owl-carousel {
    visibility: hidden;
    width: 100%;
    z-index: 1;
}

    .owl-carousel .owl-stage {
        position: relative;
        -ms-touch-action: pan-Y;
        -moz-backface-visibility: hidden;
    }

        .owl-carousel .owl-stage:after {
            content: ".";
            display: block;
            clear: both;
            visibility: hidden;
            line-height: 0;
            height: 0;
        }

    .owl-carousel .owl-stage-outer {
        position: relative;
        overflow: hidden;
        -webkit-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item, .owl-carousel .owl-wrapper {
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -webkit-transform: translate3d(0,0,0);
        -moz-transform: translate3d(0,0,0);
        -ms-transform: translate3d(0,0,0);
    }

    .owl-carousel .owl-item {
        min-height: 1px;
        float: left;
        -webkit-backface-visibility: hidden;
        -webkit-touch-callout: none;
    }

        .owl-carousel .owl-item img {
            display: block;
            margin: 0 auto;
        }

    .owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
        display: none;
    }

    .no-js .owl-carousel, .owl-carousel.owl-loaded {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
        cursor: pointer;
        cursor: hand;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-loading {
        opacity: 0;
        display: block;
    }

    .owl-carousel.owl-hidden {
        opacity: 0;
    }

    .owl-carousel.owl-refresh .owl-item {
        visibility: hidden;
    }

    .owl-carousel.owl-drag .owl-item {
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .owl-carousel.owl-grab {
        cursor: move;
        cursor: grab;
    }

    .owl-carousel.owl-rtl {
        direction: rtl;
    }

        .owl-carousel.owl-rtl .owl-item {
            float: right;
        }

    .owl-carousel .animated {
        animation-duration: 1s;
        animation-fill-mode: both;
    }

    .owl-carousel .owl-animated-in {
        z-index: 0;
    }

    .owl-carousel .owl-animated-out {
        z-index: 1;
    }

    .owl-carousel .fadeOut {
        animation-name: fadeOut;
    }

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000;
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url(owl.video.play.png) no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform .1s ease;
}

    .owl-carousel .owl-video-play-icon:hover {
        -ms-transform: scale(1.3,1.3);
        transform: scale(1.3,1.3);
    }

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
    display: none;
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}

.owl-carousel .owl-buttons.disabled {
    display: none !important;
}
/*****/
#open-menu {
    float: left;
    height: 33px;
    padding: 0;
    position: relative;
    width: 35px;
    z-index: 10;
    text-indent: 40px;
    color: #fff;
    display: none;
            background-color:#e71f50;
            border-radius:4px;
            -webkit-border-radius:4px;

}

    #open-menu .icon-bar {
        display: block;
        position: absolute;
        top: 15px;
        left: 4px;
        right: auto;
        height: 8px;
        background: #fff;
        width: 25px;
        height: 2px;
    }

        #open-menu .icon-bar:before, #open-menu .icon-bar:after {
            position: absolute;
            display: block;
            left: 0;
            width: 100%;
            height: 2px;
            background-color: #fff;
            content: "";
        }

        #open-menu .icon-bar:before {
            top: -7px;
        }

        #open-menu .icon-bar:after {
            bottom: -7px;
        }

    #open-menu .icon-bar {
        -webkit-transition: background 0s 0.3s;
        transition: background 0s 0.3s;
    }

        #open-menu .icon-bar:before, #open-menu .icon-bar:after {
            -webkit-transition-duration: 0.3s, 0.3s;
            transition-duration: 0.3s, 0.3s;
            -webkit-transition-delay: 0.3s, 0s;
            transition-delay: 0.3s, 0s;
        }

        #open-menu .icon-bar:before {
            -webkit-transition-property: top, -webkit-transform;
            transition-property: top, transform;
        }

        #open-menu .icon-bar:after {
            -webkit-transition-property: bottom, -webkit-transform;
            transition-property: bottom, transform;
        }

        #open-menu .icon-bar.active {
            background: none;
        }

            #open-menu .icon-bar.active:before {
                top: 0;
                -webkit-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                transform: rotate(45deg);
            }

            #open-menu .icon-bar.active:after {
                bottom: 0;
                -webkit-transform: rotate(-45deg);
                -ms-transform: rotate(-45deg);
                transform: rotate(-45deg);
            }

            #open-menu .icon-bar.active:before, #open-menu .icon-bar.active:after {
                -webkit-transition-delay: 0s, 0.3s;
                transition-delay: 0s, 0.3s;
            }

#pageslide {
    background-color: #070707;
    background: rgba(7, 7, 7, 0.95) none repeat scroll 0 0;
    color: #fff;
    display: none;
    height: 100%;
    overflow: scroll;
    padding: 32px 20px 0;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 999999;
    box-shadow: 0 0 5px -2px #000;
    -webkit-box-shadow: 0 0 5px -2px #000;
    overflow: scroll;
    direction: rtl;
}

    #pageslide ul {
        direction: rtl;
        text-align: right;
        width: 100%;
        list-style: none;
        padding: 0px;
        margin: 0px;
    }

        #pageslide ul ul ul ul {
            display: block !important;
        }

        #pageslide ul li {
            width: 100%;
            float: right;
        }

            #pageslide ul li a img {
                display: none;
            }

            #pageslide ul li a i {
                float: left;
            }

        #pageslide ul > li > a {
            border-bottom: 1px solid #3f3f3f;
            color: #eee;
            display: block;
            padding: 15px 5px;
        }

        #pageslide ul li ul {
            float: right;
            width: 100%;
            transition: none;
            -ms-transition: none;
            -moz-transition: none;
            -webkit-transition: none;
            -o-transition: none;
        }

        #pageslide ul li {
            width: 100%;
            margin-left: 0px;
        }

            #pageslide ul li a {
                border-bottom: 1px solid #404040;
                width: 100%;
                display: block;
                color: #fff;
                padding: 9px;
                font-size: 0.95em;
            }

            #pageslide ul li ul {
                display: none;
                background: #333 !important;
            }

                #pageslide ul li ul ul {
                    background: #777 !important;
                }

                #pageslide ul li ul li a {
                    padding: 10px 25px 10px 10px;
                }

                #pageslide ul li ul li.submenu a {
                    padding: 10px 20px 10px 10px;
                }

                #pageslide ul li ul li a i:before {
                    content: "\f107";
                }

                #pageslide ul li ul li li a {
                    padding-right: 45px;
                }

#body {
    margin: 0px !important;
    padding: 0px !important;
}
/****/
.container {
    width: 100%;
    max-width: 1366px;
    padding: 0 15px;
    margin: 0 auto;
}

#top-header {
    padding: 5px;
}

#logo {
    float: right;
}

#top-header .left {
    float: left;
    margin-top:23px;
}

#basket-link {
    background-color: #ccbe97;
    color: #000;
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    padding: 0 17px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}
#basket-link:hover {background-color: #ccbe97}

    #basket-link span.num {
        display: inline-block;
        width: 25px;
        height: 25px;
        background: rgba(0,0,0,0.2);
        text-align: center;
        position: relative;
        top: 1px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        line-height: 26px;
        margin-right: 5px;
    }

    #basket-link i {
     margin-left: 5px;
    font-size: 1.5em;
    position: relative;
    top: 4px;
    }

#user-box {
    background-color: #f1f1f1;
    height: 36px;
    line-height: 36px;
    padding: 0 17px;
    float: left;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 0 15px;
    color:#000
}
#user-box.user-login >a   {position:relative;}
#user-box.user-login {position:relative;}
#user-box.user-login >a .fa-check {position: absolute;
    top: 0;
    right: -6px;
    color: #1e8817;}
#user-box ul {position: absolute;width: 100%;top: 100%;background: #fff;list-style: none;padding: 10px;margin: 0;border: 1px solid #ccc;display:none;z-index:90000;border-radius:10px;-webkit-border-radius:10px;left:0px;min-width:200px;left:0}
#user-box ul li {display:block;width:100%;}
#user-box ul li a {display:block;font-size:0.9em;border-bottom:1px solid #d5d5d5;}
#user-box ul li:last-child a {border:0}
#user-box a {color:#000}
#user-box a i {margin-left:3px;}
#user-box a:hover {color:#e71f50}
#search-box {
    float: left;
    height: 36px;
    border: 1px solid #eee;
    width: 655px;
    border-radius: 4px;
    position: relative;
    padding-left: 45px;
}

    #search-box input {
        width: 100%;
        height: 100%;
        border:0;
        padding-right:10px;padding-top: 7px;
    }
   
    #search-box button 
    {
            position: absolute;
    top: 0;
    left: 0;
    background-color: #e71f50;
    color: #fff;
    border: 0;
    height: 35px;
    width: 40px;
    font-size: 1.5em;
    border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    line-height: 38px;
    cursor:pointer
    }
    #search-box button:hover {background-color: #ccbe97;}
#bg-nav {background-color:#274c78;position:relative;z-index:10}   
#top-nav ul {list-style:none;padding:0;margin:0}
#top-nav > ul {width:100%;position:relative;}
#top-nav > ul > li {float:right;}
#top-nav > ul > li > a {display:block;color:#fff;padding:10px 15px;}
#top-nav > ul > li > a {position:relative;}
#top-nav > ul > li > a:before {content:"";display:block;position:absolute;bottom:0;left:0;width:100%;height:4px;background-color:#ccbe97;transform:scale(0);-ms-transform:scale(0);-webkit-transform:scale(0);-o-transform:scale(0);-moz-transform:scale(0);}
#top-nav > ul > li:hover > a:before {transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);-moz-transform:scale(1);}
#top-nav > ul > li > ul {    position: absolute;
    width: 100%;
    top: 100%;
    right: 0;
    background-color: #fff;
    border-radius: 0 0 7px 7px;
    -webkit-border-radius: 0 0 7px 7px;
    box-shadow: 0 4px 11px -8px #000;
    -webkit-box-shadow: 0 4px 11px -8px #000;
    padding: 10px;opacity:0;visibility:hidden}
#top-nav > ul > li:hover > ul  {opacity:1;visibility:visible}
#top-nav ul li ul li a  {display:block;color:#000;margin-bottom:5px}
#top-nav ul li ul li li a  {display:block;color:#777;margin-bottom:5px;padding-right:5px}
#top-nav ul li ul li a:hover ,#top-nav ul li ul li li a:hover {color:#ccbe97}

/*****/
#banner-sec img {width:100%;display:block}
#banner-sec {margin-top:30px;}
#slider  {border-radius:7px;-webkit-border-radius:7px;overflow:hidden}
#slider .owl-buttons > div { font-size:2em;color:#fff;position:absolute;top:50%;left:20px;z-index:15;margin-top:-15px;cursor:pointer}
#slider .owl-buttons > div.owl-next {left:auto;right:20px;}
#slider .owl-buttons > div:hover {color:#e71f50}
#slider .owl-dots {position:absolute;bottom:10px;left:0px;text-align:center;width:100%}
#slider .owl-dots div {width:10px;height:10px;display:inline-block;margin:0 2px;background-color:#fff;border-radius:50%;-webkit-border-radius:50%;position:relative;}
#slider .owl-dots div span {position:absolute;left:0;top:0;width:100%;height:100%;background-color:#e71f50;border-radius:50%;-webkit-border-radius:50%;transform:scale(0);-ms-transform:scale(0);-webkit-transform:scale(0);-moz-transform:scale(0);-o-transform:scale(0);}
#slider .owl-dots div.active span {transform:scale(1);-ms-transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);}
#banner-sec .col-lg-4  a:first-child {display:block;margin-bottom:22px;}
#banner-sec .col-lg-4 a img ,#banner2 img  ,.adv img  {display:block;border-radius:7px;-webkit-border-radius:7px}
/****/
#banner2 {margin:30px -15px}
#offer-sec {background-color:#6bb927;padding:30px 0}
#offer-sec .title-sec {width:20%;float:right}
#offer-sec .title-sec img {max-width:80%;margin:0 auto}
#offer-sec .cnt {float:right;width:80%}
.show-all {display: block;
    width: 150px;
    border: 1px solid #fff;
    margin: 0 auto;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 5px;-webkit-border-radius: 5px;}
.show-all:hover {background-color:#fff;color:#e71f50;}

#slider-offer .item {background-color:#fff;border-radius:7px;-webkit-border-radius:7px;overflow:hidden}
#slider-offer .item h3 ,.home-produc .item {padding:10px}
#slider-offer .item .alt-price , .home-product .alt-price  {padding:0 10px;text-align:left;}
#slider-offer .item .alt-price span  , .home-product .alt-price span {    background-color: #e71f50;
    color: #fff;
    display: inline-block;
    font-size: 0.9em;
    line-height: 21px;
    padding: 2px 10px 0;
    border-radius: 15px;
    margin-right: 10px;}
#slider-offer .item .alt-price  del , .home-product .alt-price del {color:#888}
#slider-offer .item .price , .home-product .price {padding:10px 10px 0;text-align:left;}
#slider-offer .item ins , .home-product ins {text-decoration:none;font-size:1.4em;font-weight:bold}
#slider-offer .timer {direction:ltr;padding:0 10px}
#slider-offer .timer i {display:inline-block;display: inline-block;position: relative;top: -9px;}
#slider-offer .timer .countdown  {display:inline-block;}
.timeTo ul li ,#slider-offer .timer {color:#888;direction:ltr;text-align:left}
#slider-offer .item img , .home-product .item img {display:block;margin:0 auto}
/*****/
.title-page {margin-bottom:30px;border-bottom:1px solid #dfdfdf;padding-bottom:10px}
.title-page h2 ,.title-page h1 {display:inline-block;position:relative;padding-left:20px}
.title-page h2:after ,.title-page h1:after {content:"";display:block;width:100%;height:1px;background-color:#e71f50;position:absolute;bottom:-11px;right:0}
.title-page span {font-family:IRANSans;display:block;font-size:0.85em;margin-top:-5px;}
.home-product  {margin-top: 30px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);
    padding: 15px;
    border-radius: 10px;-webkit-border-radius: 10px;}
.home-product .owl-buttons > div {position: absolute;
    top: 50%;
    left: -15px;
    width: 35px;
    height: 50px;
    box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    -webkit-box-shadow: 1.5px 0 4px 0 rgb(0 0 0 / 15%);
    text-align: center;
    font-size: 2em;
    line-height: 53px;
    background-color: #fff;
    cursor: pointer;
    margin-top: -25px;
    border-radius:0 5px 5px 0;
    -webkit-border-radius:0 5px 5px 0
}
.home-product .owl-buttons > div.owl-next {left:auto;right:-15px;    border-radius:5px 0 0 5px;
    -webkit-border-radius:5px 0 0 5px}
.home-product .owl-buttons > div:hover {color:#e71f50;}
.home-product .item {margin: 10px 0;padding-bottom:10px;}
.home-product .item h3 {padding:0 10px;}
.home-product .item:hover {box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);-webkit-box-shadow: 0 0 4px 0 rgb(0 0 0 / 10%);}
/*****/
.adv {margin-top:30px;}
/******/
#footer {margin-top:40px;background-color: #cccccc2b;}
#footer #top-footer {background-color:#f5f5f5;padding:20px 0}
.item-footer a {display:block;color:#555}
.item-footer a img { height: 36px;display: inline-block;margin-left:10px;}
.item-footer a span {font-size: 0.9em;
    display: inline-block;
    position: relative;
    top: -15px;}
#news-leather form {margin:10px 0;width:100%;position:relative;border:1px solid #ddd;background-color:#fff;height:40px;padding:0 10px 0 50px;border-radius:4px;-webkit-border-radius:4px;}
#news-leather form input {width:100%;border:0;height:38px;}
#news-leather form button {    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 38px;
    background-color: #e71f50;
    border: 0;
    color: #fff;
    font-size: 1.4em;border-radius:4px 0 0 4px;-webkit-border-radius:4px 0 0 4px;cursor:pointer}
#box2 {padding:30px 15px;color:#555; }
#box2 a {color:#555}
#box2 a:hover {color:#000}
.contact-footer i {font-size:1.3em;margin-left:5px;}
.footer-nav ul {margin:10px 0 0 0;padding:0;list-style:none;}
.footer-nav ul li  {display:block}
.footer-nav ul li a {display:block;padding:2px 0}
.contact-footer h3 {margin-bottom:10px}
#btm-footer {    clear: both;
    width: 100%;
    background-color: #274c78;
    float: right;
padding:5px 0;color:#fff;line-height:30px;}
#bg-main {margin-bottom:-40px;padding:10px 0;}
#detail-product .bg {background-color:#fff;padding:25px;border:1px solid #ececec}
#detail-product .name {font-size:1.15em;margin-bottom:7px;}
#detail-product .code {background-color:#f3f3f3;padding:5px 20px;margin-bottom:10px;display:inline-block}
#detail-product .info p {color:#282525;margin-bottom:10px;font-weight: 600;}
#detail-product .alt-price {text-decoration:line-through;display:block;color:#444}
#detail-product .price {    text-decoration: none;
    color: #fd1e51;
    float: right;}
#detail-product .price span {font-size:1.5em;font-weight:bold}
#detail-product .status {    float: left;
    color: #169543;}
#basket-sec {margin-top:20px;}
#basket-sec .counter {    float: right;
    width: 100px;
    height: 45px;
    background-color: #f6f6f6;}
#basket-sec .counter a {    float: right;
    height: 45px;
    width: 25px;
    text-align: center;
    color: #333;
    line-height: 45px;}
#basket-sec .counter a:hover {color:#fd1e51;}
#basket-sec .counter input {    width: 50px;
    float: right;
    height: 45px;
    border: 0;
    background: none;
    text-align: center;}
#add-basket {    float: right;
    height: 45px;
    background-color: #181818;
    color: #fff;
    line-height: 45px;
    display: block;
    padding: 0 40px;
    margin-right: 20px;}
#add-basket:hover {background-color:#b70909}
#media a {float:left}

#share {margin-top:30px;}
#share span {float:right}
#share a {float:left;color:#666;font-size:1.1em;color:#777;margin-right:10px;}
#share a:hover {color:#fd1e51;}
/******/
#comment > h3 span {font-family: 'IRANSans';font-size: 0.75em;margin-right: 25px;}
#comment > h3 {padding:0 10px 10px 0}
#comment .item {border-bottom:1px solid #d4d4d4;padding:15px 0}
#comment .item p.txt {color: #3b3b3b;margin: 10px 0;}
#comment .item p.date {color:#757575;font-size:0.95em}
#comment .item .btm {margin-top:15px;}
#comment .item .btm a {color:#757575;display:block;float:right;margin-left:10px;}
#comment .item .btm a:hover {color:#e71f50;}
#comment .item .btm a.like:before {content:"";display:block;width:39px;height:38px;background:url(img/icon.png) no-repeat  -129px -1px;position: relative;top: -9px;float:right;margin-left:5px;}
#comment .item .btm a.dislike:before {content:"";display:block;width:39px;height:38px;background:url(img/icon.png) no-repeat -63px -1px;position: relative;top: -9px;float:right;margin-left:5px;}
#comment .item .btm a.reply:before {content:"";display:block;width:45px;height:35px;background:url(img/icon.png) no-repeat 1px -1px;position: relative;top: -9px;float:right;margin-left:5px;}
#comment .item .btm a.like:hover:before  {background-position:-129px -52px}
#comment .item .btm a.dislike:hover:before {background-position:-63px -52px}
#comment .item .btm a.reply:hover:before {background-position:1px -52px}
#comment .item.reply {padding-right:80px;}
#comment-form {margin:30px 0;}
#comment-form p {color:#545454;margin-bottom:15px;}
#comment-form label {color:#acacac;display:block;margin-bottom:5px;}
#comment-form input {margin-bottom:15px;}
#comment-form textarea {height:120px}
.btn-cmd {float:left;background-color:#606062;border:1px solid #606062;color:#fff;padding:4px 15px;min-width:110px;cursor:pointer;margin-top:15px;}
.btn-cmd:hover {background-color:#e71f50;border-color:#e71f50}
/******/
#detail-product .description {margin:30px 0}
 #detail-product .description .txt {line-height:25px;text-align:justify}
 #family-product {margin-top:30px;}
 #family-product .home-product {margin:0;box-shadow: 0 0 0 0 #000;
    -webkit-box-shadow: 0 0 0 0 #000;
    padding: 0;
    border-radius: 0;
    -webkit-border-radius: 0;}
 /*****/
#cat-side ul {list-style:none;padding:0;margin:0}
#cat-side ul li {position:relative;}
#cat-side ul li a {display:block;color:#000;padding:3px 0}
#cat-side ul li a i {}
#cat-side ul li a.act i {}
#cat-side ul li a.click {position: absolute;top: 0;left: 0;width: 20px;text-align: center;}
#cat-side ul li ul {padding-right:10px;display:none}
#cat-side ul li ul a {color:#727070}
#cat-side ul li ul ul a {color:#909090}
#cat-side ul li a:hover {color:#c70505!important}
/*****/
.item-filter{margin-bottom:10px}.item-filter:last-child{margin-bottom:0}.item-filter .clickable{display:block;width:100%;background-color:#f0f0f0;padding:5px 10px;color:#000;margin-bottom:10px;}.item-filter .clickable i{float:left}.item-filter ul{list-style:none;padding:0 10px;margin:0;max-height:300px;overflow:auto;}.item-filter ul li{width:100%}.item-filter ul li a{display:block;width:100%;padding:5px}.item-filter ul li a:before{content:"";display:inline-block;width:13px;height:13px;border:1px solid #ccc;margin:0 0 0 4px;position:relative;top:3px}.item-filter ul li.active a:before{background-color:#fdc544}#category{background-color:#fff;padding:15px}
#cat-side {background-color:#fff;padding:10px;border:1px solid #ececec;}
#filter {background-color:#fff;margin-top:30px;padding:10px;border:1px solid #ececec;}
#cat-side > h3 ,  #filter > h3 {margin-bottom:5px;}
/*******/
#filter ul::-webkit-scrollbar {
  width: 7px;
  background-color:#ccc
}

#filter ul::-webkit-scrollbar-track {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
 
#filter ul::-webkit-scrollbar-thumb {
  background: #666; 
  border-radius: 3px;
  -webkit-border-radius: 3px
}

#filter ul::-webkit-scrollbar-thumb:hover {
  background: #b30000; 
}


/******/
#list-product.home-product {margin-top:0;padding:0;box-shadow:0 0 0 0 #000;-webkit-box-shadow:0 0 0 0 #000;border-radius:0;-webkit-border-radius:0;}
#list-product.home-product > div {margin-bottom:30px;}
#list-product.home-product .item {height:100%;background-color:#fff;margin-top:0;border:1px solid #ececec;padding:10px;}
/******/
#pageing {text-align:center;margin-top:30px;direction:ltr}
#pageing a {display:inline-block;min-width:30px;height:30px;background-color:#fff;color:#000;line-height:30px;text-align:center;}
#pageing a:first-child ,#pageing a:last-child {font-size:1.3em;}
#pageing a i {position:relative;top:3px;}
#pageing a:hover {color:#c70505}
#pageing a.act ,#pageing a.act:hover {background-color:#c70505;color:#fff}
/******/
#faq .item {margin:0 0 20px}
#faq .item a {display:block;background-color:#f1f1f1;padding:10px 10px 10px 35px;position:relative;color:#000}
#faq .item a i {display: block;width: 20px;height: 20px;background-color: #c70505;position: absolute;top: 50%;left: 10px;margin-top: -10px;border-radius: 50%;-webkit-border-radius: 50%;color: #fff;text-align: center;line-height: 21px;}
#faq .reply {padding: 10px;background-color: #f1f1f1;text-align: justify;display:none}
#faq .item.act a {    background-color: #646262;
    color: #fff;}
#faq .item.act a i {background-color: #b7b7b7;transform: rotate(-90deg);-ms-transform: rotate(-90deg);-webkit-transform: rotate(-90deg);-moz-transform: rotate(-90deg);-o-transform: rotate(-90deg);}
/******/
#desc-list {    background-color: #fff;
    padding: 15px;
    margin: 30px 0;border:1px solid #ececec;text-align:justify}

#faq {background-color: #fff;
    padding: 15px 0;}
#btm-button {    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #202020;display:none}
#btm-button a {display:block;float:right;width:50%;color:#fff;padding:10px;text-align:center}
#btm-button a:first-child {border-left:1px solid #ccc}
#bearcrump ol {list-style:none;padding:0;margin:0 0 10px 0;font-size:0.9em;border-bottom:1px solid #dfdfdf;}
#bearcrump ol li {display:inline-block;}
#bearcrump ol li a {display:block;float:right;color:#777}
#bearcrump ol li:after {content:"";display:block;float:right;margin:-1px 7px 0; content: "\f104";font-family:FontAwesome}
#bearcrump ol li:last-child:after {display:none}
#bearcrump ol li a:hover {color:#c70505}
/*****/
/*****/
#article-page .item a.img .hover {background:rgba(255,73,49,0.4);position:absolute;top:0;left:0;width:100%;height:100%;opacity:0}
#article-page .item a.img .hover i  {font-size: 2em;color: #fff;position: absolute;top: 50%;left: 50%;margin: -11px 0 0 -14px;}
#article-page .item a.img:hover .hover{opacity:1}
#article-page .item .det a.more {display: block;width: 21px;height: 13px;background:url(img/icon.png) no-repeat -6px -122px;float: left;margin-top: 10px;position:relative;}
#article-page .item .det a.more:before { content:"";display:block;width:100%;height:100%;position:absolute;top:0;left:0;background:url(img/icon.png) no-repeat -6px -101px;-webkit-transition: all 0.4s  ease-out;-moz-transition: all 0.4s  ease-out;-ms-transition: all 0.4s  ease-out;-o-transition: all 0.4s  ease-out;transition: all 0.4s  ease-out;opacity:0}
#article-page .item .det a.more:hover:before  {opacity:1}
#article-page .item {position:relative;padding-right:90px;margin-bottom:40px;}
#article-page .item .info {position:absolute;top:0;right:0;width:80px;font-size:0.9em;color:#8d8c8c;}
#article-page .item .info .date {background-color:#e71f50;color: #fff;width: 100%;padding: 5px;text-align: center;display:block;width:100%;}
#article-page .item .info .date i {display:block}
#article-page .item .info .view ,#article-page .item .info .comment {display:block;text-align:left;margin:10px 0}
#article-page .item .info .view:after ,#article-detail .info span.view:before  {content: "";width: 20px;height: 13px;background: url(img/icon.png) no-repeat -113px -112px;display: inline-block;margin: 0 0 0 3px;position: relative;top: 3px;margin-right:10px;}
#article-page .item .info .comment:after ,#article-detail .info span.comment:before {content: "";width: 21px;height: 16px;background: url(img/icon.png) no-repeat -150px -112px;display: inline-block;margin: 0 0 0 3px;position: relative;top: 3px;margin-right:10px;}
#article-page .item a.img {float: right;width: 20%;display: block;position: relative;}
#article-page .item a.img img {width:100%}
#article-page .item a.img:before {content: "";width: 0;height: 0;border-left: 15px solid transparent;border-right: 15px solid transparent;border-bottom: 15px solid #f5f5f5;position: absolute;bottom: 0;right: 15px;z-index:15}
#article-page .item .det {float: right;width: 80%;background-color: #fff;padding: 15px;min-height: 80%;margin-top:11px;}
#article-page .item .det h3 {margin-bottom:10px;font-size: 18px;}
#article-page .item .det h3 a {display:block;color:#000}
#article-page .item .det h3 a:hover {color:#e71f50;}
#article-page .item .det p {text-align: justify;color: #565353;}
/*****/
#paging {text-align:center;padding-bottom:30px;}
#paging #prev ,#paging #next  {display:inline-block;float:none;margin:0 2px;}
#paging > div {direction:ltr;margin-top:15px;}
#paging > div a {display: inline-block;padding: 6px 15px 4px 15px;border-radius: 25px;-webkit-border-radius: 25px;line-height: 12px;}
#paging > div a.current {background-color:#00405e;color:#fff}
/*******/
#article-detail {padding-left:80px;position:relative;}
#article-detail .info {width:80px;background-color:#e71f50;color:#fff;position:absolute;left:0;top:0;text-align:center;padding:10px;}
#article-detail .info span {display:block;margin-bottom:10px;}
#article-detail .info span i {display:block}
/*#article-detail .info span.view:before {content: "";display: block;width: 34px;height: 22px;background:url(img/icon.png) no-repeat  -40px -641px;margin:0 auto 7px;}*/
/*#article-detail .info span.comment:after {content: "";display: block;width: 32px;height: 31px;background: url(img/icon.png) no-repeat -84px -639px;margin:0 auto 7px;}*/
#article-detail .info span.view:before ,#article-detail .info span.comment:before {display:block;margin:0 auto 15px}
#article-detail .bg {background-color:#f5f5f5;padding:20px;text-align:justify;}
#article-detail .name {color:#00405e;font-size:1.15em;text-align:center;margin-bottom:15px;}
#article-detail .txt {line-height: 30px;text-align: justify;}
#article-detail,#detail-product .txt img {max-width:100%;height: auto !important;margin: 0 auto;}
#share {border-top:1px solid #00405e;margin-top:20px;padding-top:10px;}
#share span {color:#414141;float:right;font-size:0.9em;margin:2px 0 0 15px}
#share a {float:right;margin-left:3px;}
#share a img {filter: grayscale(1);opacity: 0.5;}
#share a:hover img {filter: grayscale(0);opacity: 1;}
#article-detail #comments-sec {margin-top:50px}
#article-detail .title-sec  {border-bottom: 1px solid #dee1e6;height: 13px;margin-bottom: 30px;}
#article-detail .title-sec h3 {background-color:#fff;padding-left:20px;display:inline-block}
#article-detail #comments-sec .item-comments .name {width: 100%;text-align: right;color: #000;}
#article-detail #comments-form {margin-top:30px;}
#article-detail #comments-form > h3 {color:#00405e;margin-bottom:5px;font-size:1.2em}
#article-detail #comments-form > p {color:#545454;margin-bottom:10px;}
#article-detail #comments-form label {color:#333;margin-bottom:5px;}
#article-detail #comments-form textarea {height: 126px;}
/*****/

@media (max-width:1199.98px) {
    #search-box  {width:425px}
   
}
@media (min-width:992px) AND (max-width:1199.98px) {
    #add-basket {padding:0 11px;}
     #article-page .item .det {margin-top:0}
}
@media (max-width:991.98px) {
      #article-page .item .det {width:100%}
    #article-page .item a.img {width:100%}
    #btm-button {display:block}
    #cat-side ,#filter {position:fixed;width:100%;height:100%; z-index: 99998;background-color:#fff;top:0;left:0;overflow:scroll;padding-bottom:67px;margin:0;display:none}
    .contact-footer {margin-bottom:20px;}
    .footer-nav ul {margin-top:0;margin-bottom:15px;}
    .footer-nav h3 {position:relative;padding-bottom:15px;}
    .footer-nav h3:after {    display: block;
    content: "\f067";
    font-family: "FontAwesome";
    position: absolute;
    left: 5px;
    top: 3px;}
    .footer-nav h3.act:after{    content: "\f068";}
    .item-footer a {float:right;width:25%}
    .item-footer {margin:20px 0}
    #offer-sec .title-sec {display:none}
    #offer-sec .cnt {width:100%}
    #banner2 {margin-top:0}
    #banner-sec .col-lg-4 a {width:calc(50% - 15px);float:right}
     #banner-sec .col-lg-4 a:last-child {float:left}
    #slider {margin-bottom:30px;}
    #open-menu  {display:block}
    #top-header {
        position: relative;
        padding-bottom:40px
    }

    #search-box {
        width: 425px;
        position: absolute;
        bottom: 15px;
        left: 15px;
        width: calc(100% - 30px);
    }
    #top-nav {display:none}
    #detail-product .cnt {margin-top:30px;}
}
@media (max-width:767.98px) {
      #article-detail {padding-left:0}
     #article-detail .info {width:100%;position:relative;text-align:right;padding-bottom:0}
     #article-detail .info span.view {margin:0 15px}
     #article-detail .info span , #article-detail .info span i {display:inline-block}
     #article-detail .info span.view:before , #article-detail .info span.comment:after ,#article-detail .info span.comment:before {display:inline-block!important;margin: 0px 0 0 10px;float: right;}
     #article-detail .info span.comment:after {margin-top:-3px}
    #comment .item.reply {padding-right:50px;}
    #logo img {height:35px;}
    #basket-link span.txt  {display:none}
    #basket-link {position:relative;padding:0 14px}
    #basket-link i {margin:0}
    #basket-link span.num {    position: absolute;
    top: -8px;
    right: -16px;
    background: #a20e32;}
    #user-box a span {display:none}
    #top-header .left {margin-top:0}
    #top-header {padding-bottom:60px;}
    #banner2 .item {margin-bottom:30px;}
    #banner2 {margin-bottom:0}
   .adv .col-md-6:first-child {margin-bottom:30px;}
   .item-footer a {width:50%}
   .item-footer {display:none}
}

@media (max-width: 575.98px) {
    #list-product.home-product .item > a {float:right;width:130px;}
     #article-page .item {padding-right:0}
    #article-page .item .info {width:100%;position:relative;top:auto;right:auto;}
    #article-page .item .info span {display:inline-block!important;width:auto!important;}
    #article-page .item .info .date i {display:inline-block;}
    #article-page .item .info .view  {margin:10px;}
}

#paging {
    direction: ltr;
    padding: 20px;
}

#paging a {
    display: inline-block;
    padding: 0 10px;
    border: 1px solid #eee;
    color: #8d8e95;
}

#paging a i.fa {
    position: relative;
    top: 2px;
}

#paging a:hover {
    color: #e71f50;
}

#paging a.current {
    background-color: #e71f50;
    color: #000;
}


.footer-send-code p {margin-top:7px;}
.footer-send-code input {margin-right:5px}
.btn-dark.disabled, .btn-dark:disabled {color: #8c8d8e;}
#whatsapp {
    display: block;
    width: 50px;
    height: 50px;
    background-color: #0dc142;
    color: #fff;
    font-size: 2em;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    position: fixed;
    right: 55px;
    z-index: 10000;
    bottom: 46px;
}
.fa-whatsapp:before {
    content: "\f232";
}

.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-default {
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  color: #333333;
  background-color: #ebebeb;
  border-color: #adadad;
}
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: #ffffff;
  border-color: #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: #ffffff;
  background-color: #3276b1;
  border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #428bca;
  border-color: #357ebd;
}
.btn-warning {
  color: #ffffff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-pink {
  color: #ffffff;
  background-color: #ebcccc;
  border-color: #e6c1c7;
}
.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active,
.open .dropdown-toggle.btn-pink {
  color: #ffffff;
  background-color: #e6c1c7;
  border-color: #d59392;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  color: #ffffff;
  background-color: #ed9c28;
  border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open .dropdown-toggle.btn-warning {
  background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-danger {
  color: #ffffff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-success {
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  color: #ffffff;
  background-color: #47a447;
  border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open .dropdown-toggle.btn-success {
  background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  color: #ffffff;
  background-color: #39b3d7;
  border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open .dropdown-toggle.btn-info {
  background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-link {
  color: #428bca;
  font-weight: normal;
  cursor: pointer;
  border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #999999;
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.btn-sm,
.btn-xs {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs {
  padding: 1px 5px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.btn-block + .btn-block {
  margin-top: 5px;
}