﻿@font-face {
    Font-family: BMI;
    src: url('../Font/bmifont.eot') format('embedded-opentype'), url('../Font/bmiFont.woff') format('woff'), url('../Font/bmiFont.ttf') format('truetype');
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url(../fonts/glyphicons-halflings-regular.eot);
    src: url(../fonts/glyphicons-halflings-regular.eot?#iefix) format('embedded-opentype'),url(../fonts/glyphicons-halflings-regular.woff2) format('woff2'),url(../fonts/glyphicons-halflings-regular.woff) format('woff'),url(../fonts/glyphicons-halflings-regular.ttf) format('truetype'),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format('svg');
}

@Font-Main: BMI;
@Font-Glyphicon: Glyphicons Halflings;
@Text-Alighn-Center: center;
@Text-Alighn-Right: Right;
@Text-Alighn-Left: Left;
@Font-Size: 13px;
@Main-Color: #656565;
@Hover-color: #ed1651;
@Second-Hover-color: #ff5a41;
@Padding-10: 10px;
@White-Color: #fff;
@Font-Size-Large: 18px;
@Font-Size-small: 12px;
@Content-Background: #f1f1f1;

.Link_Color {
    color: #676363;
}
.Mande{
        direction: ltr;
    display: inline-block;
}
.Line-Height(@Line-Height) {
    line-height: @Line-Height;
}

.Padding_20 {
    padding-right: 30px !important;
}



.InfoPersonal-Small-Box(@Background) {
    color: white;
    background-color: @Background;
    line-height: 60px !important;
    margin-top: 40px;
}

.Margin-Top-10 {
    margin-top: 10px;
}

.text_Alighn_Center {
    text-align: @Text-Alighn-Center !important;
}

.text_Align_Left {
    text-align: @Text-Alighn-Left !important;
}

a {
    color: @Hover-color;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.Loadding_Img {
    margin-top: 10px;
}

a:focus, a:hover {
    color: @Second-Hover-color;
}

.display {
    display: none;
}

body {
    font-family: @Font-Main !important;
    font-size: @Font-Size;
    color: @Main-Color;
    background-color: #f1f1f1;
}

.Main_Menu {
    padding-right: 20px;
}

.Menu_Buy > div:hover {
    cursor: pointer;

    &:hover span {
        color: @Second-Hover-color;
    }

    &:hover .Count_Bascket {
        color: @White-Color;
    }

    &:hover content {
        color: #000;
    }
}

.shopping-cart {
    color: #fff !important;
}

.Count_Bascket {
    border-radius: 50%;
    width: 100%;
    background-color: #fff;
    width: 20px;
    height: 18px;
    text-align: center;
    line-height: 20px !important;
    display: block;
    font-size: @Font-Size-small !important;
    /* margin-top: 13px; */
    color: #656565;
    margin: auto;
    margin-top: 5px;
}

.Menu_Buy span {
    font-size: @Font-Size-Large;
    .Line-Height(50px);
}


.ForgetPassword {
    float: left;
}

#myModal div {
    .Line-Height(40px);
}

.Line_Heaight_40 {
    .Line-Height(40px);
}

.Login-Section {
    .Line-Height(60px);
    text-align: left;
}

.Login-Section span {
    font-size: 16px;
}

.Login-Section a:hover {
    text-decoration: none;
    cursor: pointer;
    color: @Second-Hover-color;
}

.Login-Section a div:first-child {
    display: block;
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
}

.bascket_Section:hover {
    background-color: @Second-Hover-color;

    div {
        color: @White-Color;
    }

    .Count_Bascket {
        background-color: #d55304;
    }
}
/*.Login-Section div:not(:last-child):after {
    content: "|";
    display: inline-block;
    left: 0px;
    position: absolute;
}*/
.Login-Section div:first-child {
    text-align: right;
}

.Login-Section a {
    color: @Main-Color;
}

.Login-Section span {
    padding-left: 10px;
}



.bascket_Section {
    border: solid 1px #dadada;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    float: left;
    padding: 0px;
    text-align: center;
    margin-left: 20px;
}
/*________________________Slider*/
.Slider_Height img {
    height: 540px;
}

.Order_Section_Header {
    text-align: center;
    padding-bottom: 40px;
    font-weight: 600;
    color: #000;
    text-align: center;
    padding: 20px;

    h4:before {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f10e";
        color: #00aaad;
        font-size: 18px;
        margin-left: 20px;
    }

    h4:after {
        font: normal normal normal 14px/1 FontAwesome;
        content: "\f10d";
        color: #00aaad;
        font-size: 18px;
        margin-right: 20px;
    }
}
/*______________________LinkStyle*/

.Buy_Basket_Price span:after {
    font-family: 'Glyphicons Halflings';
    content: "\e116";
    display: inline-block;
    color: @Hover-color;
}

.crumb li a:after {
    content: "";
    border-right: 10px solid #1e9cb7;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 100;
}

.crumb li a {
    background: #1e9cb7;
    color: #fff;
    float: right;
    padding: 1px 1px 1px 1px;
    margin: 0 0 0 2px;
    line-height: 2.2em;
    position: relative;
    margin-right: -8px;
    height: 40px;
    right: -2px;
}

.Product_Subject {
    border: solid 1px #e6e6e6;
    border-top: none;
    padding: 10px 10px;
    font-size: 12px;
    min-height:75px;
}
.single-portfolio{
    margin-top:8px;
}
.Product_Price {
    border: solid 1px #e6e6e6;
    border-top: none;
    padding: 0px !important;
    line-height: 36px;
}

.CommentHeader span {
    span {
        color: @Second-Hover-color;
    }
}

.CommentHeader {
    border-bottom: solid 1px #d8d9d9;
    line-height: 40px;
    margin-bottom: 20px;
}

.Margin-Top-50 {
    margin-top: 50px;
}

.Comment_Body {
    line-height: 35px;
    background-color: #fff;
    border-right: solid 5px @Second-Hover-color !important;
    margin: 10px 0;
}

.header_BorderLine {
    border-bottom: dashed 1px #ddd;
}

.Comment_Name {
    color: @Second-Hover-color;
}

.Comment_Date {
    border-right: solid 1px #ddd;
}
/*________________________________Gallery*/
.Gallery_Box {
    background-color: #f7f7f7;
    border: solid 1px #ddd;
    height: 300px;
    overflow: hidden;
    border-radius: 2px;

    .fancybox {
        padding: 0px;
    }

    h4 {
        color: @Hover-color;
    }

    .Gallery_Hover {
        margin: 0px;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.8);

        .See {
            margin-left: 2px;
        }
    }
}

.Product_Subject {
    border: solid 1px #e6e6e6;
    border-top: none;
    padding: 10px 10px;
    font-size: 12px;
}

.Gallery_Hover {
    position: absolute;
    width: 88%;
    right: 0px;
    text-align: @Text-Alighn-Center;
    .Line-Height(155px;);
    font-size: 30px;
    margin: 11px;
    background-color: @White-Color;
    display: inline;
    top: 0px;
    border-radius: 3px 3px 0px 0px;
    opacity: 0;
    transition: background-color 0.5s linear;
    background-color: #000;
}

.thumbnail:hover .Hover {
    opacity: 1;
}

.thumbnail:hover .Hover2 {
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 1;
}

.Gallery_Hover .See {
    color: @White-Color;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 15px;
    margin: 0 8px;
    padding: 12px;
    text-align: @Text-Alighn-Center;
    width: 40px;
    transform: scale(0.5);
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    background-color: @Hover-color;
    margin-left: 45px;
    z-index: 1000;
}

.Gallery_Hover .Link {
    color: @White-Color;
    display: inline-block;
    font-size: 14px;
    height: 40px;
    line-height: 15px;
    margin: 0 8px;
    padding: 12px;
    text-align: @Text-Alighn-Center;
    width: 40px;
    transform: scale(0.5);
    -webkit-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    background-color: @Hover-color;
    margin-right: 45px;
    z-index: 1000;
}

.thumbnail:hover .Gallery_Hover span {
    transform: scale(0.9);
}

.media-carousel {
    margin-bottom: 0;
}

/*.media-carousel .carousel-control.left {
    display: none;
}

.media-carousel .carousel-control.right {
    display: none;
}*/

.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}

.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
    background: #333333;
}

.media-carousel img {
    width: 250px;
    height: 250px;
}

.ImageGallery {
    border: solid 1px #e6e6e6;
    border-bottom: none;
    height: 160px;
    width: 100%;
    line-height: 40px;
}

.GalleryTitr {
    background-color: @White-Color;
    margin-bottom: 10px;
    line-height: 37px;
    border: solid 1px #ddd;
}

.crumbs {
    list-style: none;
    padding: 0px;
}

.crumbs li a:after {
    content: "";
    border-right: 10px solid #00aaad;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 100;
}

.crumbs li a {
    background: #00aaad;
    color: #fff;
    float: right;
    padding: 5px 5px 5px 5px;
    margin: 0 0 0 2px;
    line-height: 2.2em;
    position: relative;
    margin-right: -8px;
    height: 40px;
    right: -2px;
}

.Product_Image img {
    width: 100%;
    border: solid 1px #e6e6e6;
    box-shadow: 0 0 2px #ddd;
    padding: 5px;
}

.product_Header {
    background-color: #ddd;
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
    padding: 15px;
    border-right: solid @Second-Hover-color;
}

.Price_Header {
    font-weight: 600;
}

.Price_Main {
    color: #0097B7;
}

.Product_Body {
    line-height: 25px;
    text-align: justify;
    padding: 10px;
}

.AddBascket {
    margin: 0px;
    min-width: 150px;
}
/*_______________________News*/
#myCarouselNews {
    box-shadow: 0 0 2px #c1c1c1;
    padding-top: 26px;
}

.myCarouselNews > img {
    height: 300px;
}

.News_Height {
    height: 300px;
}

.caption h3, .caption h4, .caption h5, .caption h6 {
    color: @Hover-color;
    min-height: 45px;
    .Line-Height(25px);
}

.caption span {
    display: block;
    text-align: justify;
    height: 100px;
    overflow: hidden;
    line-height: 23px;
    text-overflow: ellipsis;
}

.News div {
    text-align: left;
    font-size: 14px;
    color: @Main-Color;
    border-bottom: solid 1px #e5e5e5;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.News {
    span {
        margin-left: 10px;
        margin-right: 10px;
    }

    img {
        width: 300px;
        height: 300px;
        padding: 10px;
        background-color: #fff;
    }
}

.caption h3, .caption h4, .caption h5, .caption h6 {
    color: @Main-Color;
    min-height: 45px;
    line-height: 25px;
}

.News_Section .thumbnail {
    border: none;
}

.News_Section img {
    width: 100%;
    height: 150px;
}

.caption span {
    display: block;
    text-align: justify;
    height: 100px;
    overflow: hidden;
    line-height: 23px;
    text-overflow: ellipsis;
}

.MoreNew {
    color: @Main-Color;
    float: left;
}

.Float_Right {
    float: right;
}
/*_________________Content*/
.Content {
    background-color: @White-Color;
    margin: 20px 0;
    box-shadow: 0 0 2px #c1c1c1;
    padding: 10px;
    border-top: solid 3px #ff9000;
    line-height: 25px;
    padding-bottom: 40px;
}

.minHeight {
    min-height: 800px;
}

.Content div {
    /*text-align: justify;*/
}

.Subject:first-child {
    border-bottom: solid 1px #dadada;
    margin-bottom: 30px;
}

.Subject {
    padding-right: 0px;
    line-height: 35px;
    font-weight: 600;
}

Style Attribute {
    text-align: center;
    margin-top: 30px;
}

.Main_Discription {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 12;
    -webkit-box-orient: vertical;
    line-height: 25px;
}

.Menu {
    background-color: @White-Color;
}

.Menu_Second {
    background: #ed1651;
    border-top: 1px solid #eff0f2;
    border-bottom: 1px solid #e3e4e5;
    box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -moz-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -ms-box-shadow: 0 1px 2px rgba(0,0,0,.12);
    -o-box-shadow: 0 1px 2px rgba(0,0,0,.12);
}

.first_Menu {
    border-top: solid 3px @Hover-color;
    background-color: #00aaad;
    min-height: 35px;
    line-height: 35px;
    color: #fff;

    span {
        margin-left: 10px;
    }

    .Top_Tell {
        text-align: center;
    }

    a {
        color: #fff;

        &:hover {
            color: @Hover-color;
        }
    }
}

.Top_Tell {
    background-color: @Hover-color;
}

.Menu_Section2_Box {
    > div:not(:first-child) {
        background-image: url(http://www.kparad.com/Content/Img/dot.png);
        background-repeat: repeat-y;
        background-position-x: 0%;
        background-origin: padding-box;
        text-align: center;
    }

    line-height: 35px;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;

    div {
        float: left;
        text-align: center;
    }

    span {
        font-size: 25px;
    }
}


/*______________________Footer*/
.Enamad {
    position: relative;
    float: left;
    border-bottom: solid 1px #8a8a8a;
}

.Socails {
    background-image: url('../Img/slices.png');
    width: 25px;
    height: 24px;
    display: inline-block;
}

.Social {
    line-height: 50px;
    margin-top: 20px;
}

.Line_Height60 {
    line-height: 60px;
}

.Footer_Section1 {
    height: 45px;
    background: #ed1651;
    color: @White-Color;
    line-height: 45px;
    /*margin-top: 30px;*/
}

.Footer_Section1 div:not(:first-child) {
    direction: ltr;
}

.Footer_Section1 span {
    margin-right: 10px;
}

.Footer_Section2 {
    background-color: #383737;
    color: #fff;
    padding: 20px;
    border-bottom: solid 1px #333;
}

.Footer_Section3 {
    background-color: #444444;
    padding: 20px;

    ul {
        padding-top: 5px;
    }
}

.Footer_Section1 li a, .Footer_Section2 li a, .Footer_Section3 li a {
    color: #fbfbfb;
    line-height: 30px;
    font-size: 12px;
    padding-right: 12px;
}

.Footer_Section3 li a:hover, .Footer_Section2 li a:hover {
    color: @Hover-color;
}

.Footer_Section1 h5, .Footer_Section2 h5 {
    color: @Hover-color;
    font-weight: bold;
}

.Footer_Section3 h2 {
    color: @Hover-color;
    font-weight: bold !important;
    font-size: small;
}

.Footer {
    background-color: #313131;
    min-height: 300px;
}

.Footer h5 {
    color: @Second-Hover-color;
    padding: @Padding-10;
}

.Footer ul li {
    list-style: none;
    color: #c0c0c0;
    .Line-Height(25px);
}

.Footer ul li a {
    color: #bfbfbf;

    &:hover {
        color: @Hover-color;
        cursor: pointer;
        text-decoration: none;
    }
}

.Footer ul li:hover {
    text-decoration: none;
    color: @Hover-color;
}

.Rangarang-Link {
    color: #041415;

    &:hover {
        color: @Second-Hover-color;
    }
}

.Facebook {
    background-position: 0px 0px;
    .Socails;
}

.LinkedIn {
    background-position: 122px 0px;
    .Socails;
}

.Telegram {
    background-position: 25px 0px;
    .Socails;
}

.Twitter {
    background-position: 90px 0px;
    .Socails;
}

.instagram {
    background-position: 58px 0px;
    .Socails;
}

.GooglePlass {
    background-position: 154px 0px;
    .Socails;
}

.border_bottom {
    border-bottom: solid 1px #8a8a8a;
    padding-bottom: 10px;
}

.social {
    color: #ed1651;
    font-size: 25px !important;
    padding-top: 20px;
    float: left;
    padding-right: 10px;
}

.About_Us {
    height: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    display: inline-block;
    text-align: justify;
    color: #bfbfbf;
    .Line-Height(25px);
}

.More {
    color: @Hover-color;
    float: left;
}

.Footer {
    border-top: solid 5px @Hover-color;
    margin-top: 20px;
}

.Design_By {
    background-color: @Hover-color;
    color: #ffffff;
    font-size: 12px;
    padding: 20px;
}

.Footer2 {
    //border-top: 1px solid #d2d6d6;
    padding-top: 20px;
}

.StepSection {
    min-height: 350px;
    padding: 20px 0 40PX 0;
    background-color: #fff;

    div {
        text-align: center;
    }

    h5 {
        font-weight: 600;
        line-height: 30px;
    }
}

.Footer_Border_Right {
    line-height: 25px;
    border-right: solid 1px #8a8a8a;
    border-left: solid 1px #8a8a8a;
    min-height: 150px;

    i {
        margin-left: 10px;
    }
}

.Footer_Address {
    line-height: 45px;

    i {
        margin-left: 10px;
    }
}
/*________________________Contact_Us*/
.Contact_Us div {
    .Line-Height(30px;)
}

.btn-primary {
    color: #fff;
    background-color: @Hover-color;
    font-size: 12px;
    height: 34px;
    width: 135px;
}

.btn-primary:hover {
    color: #fff;
    background-color: #027589;
    border-color: #015867;
}

.Contact_Us_Top {
    border-top: solid 3px @Hover-color;
    padding: 10px 0;
    margin-top: 20px;
}

.Contact_Us_Top h4 {
    color: @Hover-color;
}
/*_____________________________News*/
.News_Section {
    background-color: @White-Color;

    img {
        width: 100%;
        height: 200px;
    }

    .thumbnail {
        border: none;
    }
}

.Header_Style h5 {
    font-weight: 600;
}
/*_________________________Accradion*/
.Price_Titr {
    text-align: @Text-Alighn-Center;
    background-color: @Hover-color;
    color: @White-Color;
    padding-top: 5px;
    padding-bottom: 5px;
    min-height: 30px !important;
}

.SelectRow {
    border-bottom: solid 1px #C4C0C0 !important;
    padding: 3px 0 3px 0;
}

.Product_Rows {
    text-align: @Text-Alighn-Center;
    border-bottom: solid 1px #C4C0C0;
    line-height: 30px;
}

.Product_Row div:last-child {
    border-bottom: none !important;
}

/*_______________________________Register*/
.Register_Section div {
    .Line-Height(45px);
}

.widget-head {
    display: inline-block;
    /*min-width: 130px;*/
    margin-bottom: 10px;
}

.padding-Right {
    padding-right: 5px;
}
/*____________________________________Order*/
.Remove_Padding {
    padding: 0;
}

.mailtotalprice {
    width: 25%;
    height: 80px;
    border: 1px rgb(221, 223, 228) solid;
    text-align: center;
    padding-top: 25px;
}

.AddBascket {
    background-color: @Hover-color;
    width: 100%;
    display: inline-block;
    color: @White-Color;
    padding: 10px;
    text-align: center;
    border: none;
    box-shadow: 0 1px 2px #000;
}

.AddBascket span:before {
    content: "\e116";
    font-family: 'Glyphicons Halflings';
    margin-left: 10px;
}

.AddBascket span {
    vertical-align: middle;
    display: inline-flex;
}

.tab-pane {
    line-height: 40px;
}

.k-widget, .k-upload, .k-header, .k-dropzone {
    text-align: -webkit-left !important;
}
/*_________________________________________InfoPersonal*/
ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.Cart_IMageOrder img {
    width: 100%;
    height: 70px;
}

.showdt {
    border: 1px solid #d8d9d9;
    background-color: #f7f9fa;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
    color: #4d4d4d;
}

.showdt div {
    line-height: 30px !important;
}

.Red_Color {
    color: #ff6b6b;
    font-size: 12px;
}

.border_Bottem {
    border-bottom: solid 1px #ffb3b3;
}

.Cart_TitrOrder {
    font-size: 12px;
    color: #4d4d4d;
    text-align: right;
    font-weight: 600;
}

.Content_Bascket {
    text-align: center;
    padding-right: 0px;
    border: 1px solid #d8d9d9;
    border-top: none;
}

.Left_Border {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #d8d9d9;
}

.Line_Height100 {
    line-height: 100px !important;
}

.Line_Height50 {
    line-height: 45px !important;
    font-size: 13px;
    text-align: right;
}

.header-bascket div {
    border-right: 1px solid #d8d9d9;
    padding: 0px;
}

.header-bascket {
    background-color: #d8d9d9;
    font-size: 13px;
    height: 48px;
    line-height: 48px !important;
    color: #666666;
    text-align: center !important;
    padding-right: 0px;
    border: 1px solid #f0f1f2;
    border-right: none;
}

.Discription li {
    color: #5e5e5e;
    line-height: 25px;
    font-size: 12px;
    text-align: right;
}

.Tab_Style {
    background-color: #a5a5a5;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.heading {
    background-color: #7d7d7d;
    color: #FFFFFF;
    padding: 10px;
}

.Tabl_UL_Style li a {
    color: #fff;
}

.UserIcon {
    margin-left: 10px;
    font-size: 14px;
    color: @Second-Hover-color;
    border: solid 1px #ff9000;
    padding: 5px;
    border-radius: 50%;
}

.title_Register_Show {
    .Line-Height(40px);
}

.Yellow {
    .InfoPersonal-Small-Box(#1E9CB7)
}

.Red {
    .InfoPersonal-Small-Box(#dc1c5d)
}

.Green {
    .InfoPersonal-Small-Box(#83b845)
}

.Orang {
    .InfoPersonal-Small-Box(#dd7213)
}

.Margin_Top_20 {
    margin-top: 20px;
}

.Date_Titr {
    margin-top: -10px;
    width: 40%;
    margin-right: 5%;
    padding-right: 2%;
    height: 25px;
    line-height: 15px;
    margin-bottom: 5px;
}

.dashed_Box_F {
    border: dashed 1px #3C3C3C;
    min-height: 55px !important;
    padding-bottom: 8px;
}

.Header_internalbox_title {
    color: #413D3D;
    font-size: 12px;
    font-weight: 700;
    padding-left: 10px;
    background-color: @White-Color;
}

.emptydata {
    padding: 20px;
    background-color: #e4e4e4;
    border: dashed 1px #bdbdbd;
    margin-top: 20px;
}

.emptydata span {
    color: @Second-Hover-color;
    margin-left: 10px;
}

.Content_Tab {
    float: left !important;
    text-align: justify;
    line-height: 32px !important;
}



@media (min-width: 992px) {
    .Tab_Style {
        position: absolute !important;
        bottom: 0px;
        height: 100%;
    }
}

/*____________________________________Cart*/
.header-bascket {
    background-color: #d8d9d9;
    height: 48px;
    line-height: 48px;
    color: #666666;
    text-align: center;
    padding-right: 0px;
    border: 1px solid #f0f1f2;
    border-right: none;
}

.Delete_Basket {
    background: #ffedee;
    width: 30px;
    float: left;
    margin: -10px;
    margin-left: -20px;
    line-height: 120px;
    cursor: pointer;
}

.Left_Border {
    padding-top: 10px;
    padding-bottom: 10px;
    border-right: 1px solid #d8d9d9;
}

.Content_Bascket {
    text-align: center;
    padding-right: 0px;
    border: 1px solid #d8d9d9;
    border-top: none;
}

.Last_Sum {
    border-top: #c0f0c1;
    background-color: #f7fff7;
    color: #4caf50 !important;
    border-top: solid 1px #c0f0c1;
}

.Sum_Mony {
    border: 1px solid #c0f0c1;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0px;
}

.Cart_IMage img {
    width: 100%;
    height: 100px;
}

.Sum_Mony div {
    line-height: 50px;
}

.Send_Bascket {
    border: 1px solid #f0f1f2;
    line-height: 50px;
    text-align: center;
    margin-bottom: 10px;
}
/*_____________________________________________Image Product*/
.Image_Product {
    margin-top: 30px;
    margin-bottom: 30px;
}

.Image_Product img {
    width: 100%;
    height: 300px;
}


.Zero {
    margin-top: 0px;
    padding: 0px;
}

.Left_Right {
    /* position: absolute; */
    /* top: 0; */
    /* bottom: 0; */
    /* left: 0; */
    /* width: 15%; */
    font-size: 20px;
    /* color: #ed1651 !important; */
    text-align: center;
    /* text-shadow: 0 1px 2px rgba(0,0,0,.6); */
    background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    /* opacity: .5; */
    background-color: #ed1651;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    opacity: 1;
    margin-top: 70px;
}

.media-carousel {
    margin-bottom: 0;
    padding: 0 40px 30px 40px;
}
/* Previous button  */
.media-carousel .carousel-control.left {
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    height: 40px;
    width: 40px;
    margin-top: 100px;
}
/* Next button  */
.media-carousel .carousel-control.right {
    background-image: none;
    background: none repeat scroll 0 0 #222222;
    border: 4px solid #FFFFFF;
    height: 40px;
    width: 40px;
    margin-top: 100px;
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li {
    background: #c0c0c0;
}

.media-carousel .carousel-indicators .active {
    background: #333333;
}

.media-carousel img {
    width: 250px;
    height: 100px;
}

.Discount_Titr {
    font-size: 12px;
    color: #000;
    line-height: 25px;
    margin: 10px 0px;
    display: inline-block;
    min-height: 75px;
}

.Discount_Price_1 {
    background-color: #f3f3f3;
    line-height: 20px;
    /*text-decoration: line-through;*/
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #878989;
}

.Discount_Price_2 {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin-top: 10px;
    font-size: 14px;
    font-weight: 600;
}
/*______________________________________Font Awsewon*/
.MenuIcon {
    font-size: 18px !important;
    /*line-height:45px !important;*/
}
/*________________________________________Menu*/
.navbar-nav > li > .dropdown-menu {
    margin-top: 0px;
}



.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    padding: 20px 0px;
    width: 40%;
    box-shadow: none;
    -webkit-box-shadow: none;
}


.mega-dropdown-menu > li > ul {
    padding: 0;
    margin: 0;
}

.mega-dropdown-menu > li > ul > li {
    list-style: none;
}

.mega-dropdown-menu > li > ul > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #999;
    white-space: normal;
}

.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
    text-decoration: none;
    color: #444;
    background-color: #f5f5f5;
}

.mega-dropdown-menu .dropdown-header {
    color: #428bca;
    font-size: 18px;
    font-weight: bold;
}

.mega-dropdown-menu form {
    margin: 3px 20px;
}

.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

.dropdown-menu li {
    line-height: 35px;
    padding-right: 30px;
}

.dropdown-menu li:hover {
    background: #f7f8fa;
    cursor: pointer;
    color: @Second-Hover-color;
}

.effect > li:hover {
    background-color: #00aaad;

    span {
        transform: rotate(180deg);
    }

    a {
        color: #000;
    }
}

.effect > li span {
    transition: 0.5s;
    font-size: 11px;
}


.dropdown-menu li:hover .sub-menu {
    visibility: visible;
}



.MenuIcon {
    padding: 14px !important;
}

.MenuIconProduct {
    padding: 14px !important;
}

.glyphicon-stop {
    font-size: smaller;
    padding-left: 5px;
}



/***************************CategorySample********************************/

.CategorySample {
    height: 350px;
    border: 1px #e6e7ea solid;
    margin: 10px;
    padding: 10px;
    background-color: #f2f2f2;

    img {
        width: 100%;
        height: 170px;
    }

    h3 {
        font-size: 14px;
        color: @Second-Hover-color;
    }

    .titleCategory {
        background-color: @Hover-color;
        height: 40px;
        text-align: center;
        color: @White-Color;
        vertical-align: central;
        border-radius: 5px;
        padding-top: 5px;
        margin-top: 10px;
    }

    p {
        text-align: justify;
        line-height: 20px;
        font-size: 11px;
        height: 75px;
        color: @Main-Color;
    }

    .linkSample {
        position: relative;
        vertical-align: bottom;
        text-align: center;
        background-color: @Hover-color;
        width: 50%;
        font-size: 10px;
        border-radius: 5px;
        float: left;
        color: #fff;

        a {
            color: #fff;
        }
    }
}

.linkSample:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.textPrint {
    position: relative;
    margin: 0 10px 20px 10px;
}

/****************************print_detail**********************************/
.print_detail {
    .print_image_detail {
        /*border: 1px #e6e7ea solid;
        background-color: #f2f2f2;*/
        /*margin-top:30px;*/
        padding: 10px;
        /*height:234px;*/
        /*img {
            width: 100%;
            height: 100%;
        }*/
    }

    .print_text_detail {
        padding-top: 10px;
    }

    .print_order_detail {
        border: 1px #e6e7ea solid;
        background-color: #f2f2f2;
        padding: 10px;
        min-height: 550px;
        border-radius: 5px;
    }

    .select_detail {
        border: 1px #e6e7ea solid;
        background-color: #f2f2f2;
        padding: 10px;
        min-height: 550px;
        border-radius: 5px;
    }
}

label {
    font-size: 12px;
}

select {
    background: url(../Img/selectbg.gif) no-repeat left #f2f2f2;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.headar {
    width: 100%;
    height: 40px;
    background-color: @Hover-color;
    color: @White-Color;
    margin-bottom: 20px;
    border-radius: 5px;
}

.imgTarahi {
    width: 100px;
    height: 100px;
}

.minHeight_order {
    min-height: 650px !important;
}

.minHeight_Tarahi {
    min-height: 305px !important;
}

#lblError {
    color: red;
}

#lblOk {
    color: green;
}

.list-quotes {
    cursor: pointer;
    height: auto;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    display: block;
    background-color: #fff;
    min-height: 180px;
    border: solid 1px #ddd;
    margin-top: 10px;
}

.list-quotes img,
.list-quotes h1 {
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
}

.list-quotes img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 180px;
}

.list-quotes h1 {
    background: rgba(20,31,44,0.8);
    bottom: 30px;
    float: right;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 10px;
    position: absolute;
    margin: 0;
    line-height: 25px;
}

.list-quotes p {
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0,50px,0);
    transform: translate3d(0,50px,0);
    font-size: 13px;
    font-weight: normal;
    background: rgb(237, 22, 81);
    width: 100%;
    color: #fff;
}

.list-quotes:hover img {
    -webkit-transform: translate3d(0,-80px,0);
    transform: scale(1.2);
    transition: all 250ms ease;
}

.list-quotes:hover h1 {
    -webkit-transform: translate3d(0,-100px,0);
    transform: translate3d(0,-100px,0);
    text-shadow: 0px 0 15px #fff;
    transition: all 250ms ease;
}

.list-quotes:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.quotes span {
    color: #222;
    font-weight: bold;
    text-transform: capitalize;
    color: #fff;
}
