﻿/*swiper*/



/*menu */

.wrapper {
    margin: 50px auto;
    width: 100%;
}

ul li {
    list-style-type: none;
}

a {
    color: #333;
    text-decoration: none;
}

/** Navigation theme
================================================== */
.booNavigation {
    position: relative;
  
    margin:-5px -2px 0 -2px;
    
}

    .booNavigation li.navItem i {
    color : #bbb;
    margin-left:10px;
    
    }

.booNavigation li.navItem {
    
    .border-top: 5px solid #9900CC;
    padding: 10px 20px;
    float: right;
   
    color:#000;
    text-decoration: none;
    transition: all .3s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.booNavigation li.navItem:hover {
    background-color: #f2f2f2;
    border-color: #000;
    cursor: pointer;
}

.booNavigation li.navItem > a {
    color: #bbb;
}

.navContent h2{
     font-size:14px ;
     font-weight:bold;
}

.booNavigation li.navItem .navContent {
    background-color: #f7f8fa;
    left: 0;
    position: absolute;
    top: 40px;
    width: 100%;
    padding:0 10px;
    z-index: 999;
    border-top:1px solid #f2f2f2;
-moz-box-shadow: 0 8px 9px -11px #000;
-webkit-box-shadow: 0 8px 9px -11px #000;
box-shadow: 0 8px 9px -11px #000;
border-radius:0 0 5px 5px;
}

.booNavigation .navContent > li {
    color: #000;
    float: right;
    padding: 10px;
    
}

.booNavigation .navContent ul li a {
    color: #000;
    display: block;
    padding: 3px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    font-size:13px;
}

.booNavigation .navContent ul li a:hover {
    background-color: #f2f2f2;
    .padding-left: 20px;
}


.dropdown-header h2{
.font-weight:bold;
font-size:14px !important;
margin-right:-20px;


}
    .dropdown-header h2  a {
        color: #4aaa4e !important;
    }

.dropdown-header:hover{
 background-color: none;

}


/** Navigation examples
================================================== */
.nav-example {
    clear: left;
}



/*menu mobile*/

#jquery-script-menu {
position: fixed;
height: 90px;
width: 100%;
top: 0;
left: 0;
border-top: 5px solid #316594;
background: #fff;
-moz-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
z-index: 999999;
padding: 10px 0;
-webkit-box-sizing:content-box;
-moz-box-sizing:content-box;
box-sizing:content-box;
}

.jquery-script-center {
width: 960px;
margin: 0 auto;
}
.jquery-script-center ul {
width: 212px;
float:left;
line-height:45px;
margin:0;
padding:0;
list-style:none;
}
.jquery-script-center a {
	text-decoration:none;
}
.jquery-script-ads {
width: 728px;
height:90px;
float:right;
}
.jquery-script-clear {
clear:both;
height:0;
}


body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, th, var {
    font-style: normal;
    font-weight: normal;
}

ol, ul {
    list-style: none;
}

caption, th {
    text-align: left;
}


  h3.ff {
        font-size:12px;
        line-height:0;
        margin: 8px 0;
       font-weight:400;
    }


h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

abbr, acronym {
    border: 0;
}

section, header {
    display: block;
}



/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############ General ###########*/


hr {
    display: block;
    padding: 0;
    border: 0;
    border-top: 1px solid #e5e5e5;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

* + p, * + hr, * + ul, * + ol, * + dl, * + blockquote, * + pre, * + address, * + fieldset, * + figure {
    margin-top: 15px;
}

p, hr, ul, ol, dl, blockquote, pre, address, fieldset, figure {
    margin: 0 0 5px;
}

code {
    color: #05B5D6;
    font-size: 12px;
    white-space: nowrap;
    padding: 0 4px;
    border: 1px solid #e5e5e5;
    background: #fafafa;
}

pre code {
    color: inherit;
    white-space: pre-wrap;
    padding: 0;
    border: 0;
    background: 0 0;
}






code, kbd, pre, samp {
    font-size: 1em;
}

img {
    max-width: 100%;
    height: auto;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
}

button, input:not([type=radio]):not([type=checkbox]), select {
    vertical-align: middle;
}

input {
    line-height: normal;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0 0 15px;
    font-weight: 600;
    .color: #222;
    text-transform: none;
}

* + h1, * + h2, * + h3, * + h4, * + h5, * + h6 {
    margin-top: 25px;
}

ul, ol {
    .padding-left: 30px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
}

li a:hover {
    text-decoration: none !important;
}

.e-outside-low, .e-outside-up-low {
    margin-top: 10px !important;
}

.e-outside, .e-outside-up {
    margin-top: 17px !important;
}

.e-outside-regular, .e-outside-up-regular {
    margin-top: 30px !important;
}

.e-outside-high, .e-outside-up-high {
    margin-top: 60px !important;
}

.e-outside-vhigh, .e-outside-up-vhigh {
    margin-top: 120px !important;
}

.e-outside-low, .e-outside-down-low {
    margin-bottom: 10px !important;
}

.e-outside, .e-outside-down {
    margin-bottom: 17px !important;
}

.e-outside-regular, .e-outside-down-regular {
    margin-bottom: 30px !important;
}

.e-outside-high, .e-outside-down-high {
    margin-bottom: 60px !important;
}

.e-outside-vhigh, .e-outside-down-vhigh {
    margin-bottom: 120px !important;
}

.e-inside-low, .e-inside-up-low {
    padding-top: 10px !important;
}

.e-inside, .e-inside-up {
    padding-top: 17px !important;
}

.e-inside-regular, .e-inside-up-regular {
    padding-top: 30px !important;
}

.e-inside-high, .e-inside-up-high {
    padding-top: 60px !important;
}

.e-inside-vhigh, .e-inside-up-vhigh {
    padding-top: 120px !important;
}

.e-inside-low, .e-inside-down-low {
    padding-bottom: 10px !important;
}

.e-inside, .e-inside-down {
    padding-bottom: 17px !important;
}

.e-inside-regular, .e-inside-down-regular {
    padding-bottom: 30px !important;
}

.e-inside-high, .e-inside-down-high {
    padding-bottom: 60px !important;
}

.e-inside-vhigh, .e-inside-down-vhigh {
    padding-bottom: 120px !important;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/

* + .e-divider {
    margin-top: 25px;
}

.e-divider {
    margin-bottom: 25px;
    border-color: #e5e5e5;
}

.e-float-right {
    float: right !important;
}

.e-float-left {
    float: left !important;
}

.clearfix:before,
.clearfix:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

* {
    box-sizing: border-box;
    -web-kit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*######## Code ########*/

pre .tag, pre .tag .title, pre .rules .property, pre .django .tag .keyword {
    color: #000080;
    font-weight: normal;
}

pre .title, pre .id {
    color: #900;
    font-weight: bold;
}

pre .attribute, pre .variable, pre .lisp .body {
    color: #008080;
}

pre .string, pre .tag .value, pre .phpdoc, pre .tex .formula {
    color: #d14;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*######## Heading   [ <H1> ... <H6> ] ########*/

h1, .e-h1 {
    font-size: 38px;
    line-height: 42px;
}

h2, .e-h2 {
    font-size: 16px;
    line-height: 30px;
}

h3, .e-h3 {
    font-size: 20px;
    line-height: 24px;
}

h4, .e-h4 {
    font-size: 15px;
    line-height: 22px;
}

h5, .e-h5 {
    font-size: 16px;
    line-height: 20px;
}

h6, .e-h6 {
    font-size: 15px;
    line-height: 18px;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############  List   [ <ul> <li> ] ###########*/

.e-list > li:before, .e-list > li:after {
    content: " ";
    display: table;
}

.e-list > li:after {
    clear: both;
}

.e-list {
    padding: 0;
    list-style: none;
}

/* List Brindle*/

.e-list-brindle > li:first-child {
    border-top: 1px solid #e5e5e5;
}

.e-list-brindle > li:nth-of-type(odd) {
    background: #fafafa;
}

.e-list-brindle > li {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############ Paragraph   [ <p> ] ############*/

.e-paragraph:before, .e-paragraph:after {
    content: " ";
    display: table;
}

.e-paragraph:after {
    clear: both;
}

.e-paragraph-title {
    font-size: 36px;
    line-height: 42px;
    font-weight: 300;
    text-transform: none;
}

.e-paragraph-desc {
    font-size: 12px;
    line-height: 18px;
    color: #999;
}

.e-paragraph-lead {
    color: #222;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.e-lb-title {
    text-transform: capitalize;
    padding-left: 6px;
    border-left: 3px solid #1FA2D6;
    font-size: 16px;
    line-height: 16px;
}

.e-text-small {
    font-size: 11px;
    line-height: 16px;
}

.e-text-large {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
}

.e-text-header {
    font-size: 80px;
    line-height: 70px;
    font-weight: 700;
}

.e-text-bold {
    font-weight: 700;
}

.e-text-left {
    text-align: left !important;
}

.e-text-right {
    text-align: right !important;
}

.e-text-center {
    text-align: center !important;
}

.e-text-justify {
    text-align: justify !important;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############ Panel ###########*/

.e-panel {
    display: block;
    position: relative;
    padding: 15px;
    background: #fafafa;
    color: #666;
    border: 1px solid #e5e5e5;
}

.e-panel .e-panel-title {
    color: #666;
}

.e-panel-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    color: #666;
}

.e-box-center {
    margin: 10px auto;
    display: block;
}

.e-box-center:before,
.e-box-center:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############ Form ###########*/

.e-form select, .e-form textarea, .e-form input:not([type]), .e-form input[type=text], .e-form input[type=password], .e-form input[type=datetime], .e-form input[type=datetime-local], .e-form input[type=date], .e-form input[type=month], .e-form input[type=time], .e-form input[type=week], .e-form input[type=number], .e-form input[type=email], .e-form input[type=url], .e-form input[type=search], .e-form input[type=tel], .e-form input[type=color] {
    height: 30px;
    max-width: 100%;
    padding: 4px 6px;
    border: 1px solid #e5e5e5;
    background: #fff;
    color: #666;
    -webkit-transition: all linear .2s;
    transition: all linear .2s;
}

.e-form-row:before,
.e-form-row:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.e-form > :last-child {
    margin-bottom: 0;
}

.e-form-row + .e-form-row {
    margin-top: 15px;
}

.e-form legend {
    width: 100%;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: 30px;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############ Image   [ <img> ] ############*/

.e-thumbnail-wrapper {
    padding: 15px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.e-thumbnail-wrapper:before,
.e-thumbnail-wrapper:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.e-thumbnail-cover {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.e-thumbnail-cover:before,
.e-thumbnail-cover:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.e-thumbnail {
    display: inline-block;
    width: 100%;
    height: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 4px;
    border: 1px solid #e5e5e5;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
}

.e-thumbnail-header {
    padding: 14px 8px 3px 8px;
    border-bottom: 1px solid #E8E6E8;
    margin-bottom: 10px;
}

.e-thumbnail-title {
    padding: 14px 0 9px 8px;
    font-size: 28px;
    font-weight: 100;
}

.e-thumbnail-header .e-thumbnail-title {
    padding: 0;
}

.e-thumbnail-title-small {
    padding: 5px 8px;
    font-size: 11px;
    font-weight: 100;
}

.e-thumbnail-header .e-thumbnail-title-small {
    padding: 0;
    line-height: 26px;
}

.e-thumbnail img {
    width: 100% !important;
}

.e-thumbnail-caption {
    padding-top: 4px;
    text-align: center;
    color: #666;
}

.e-thumbnail .e-thumbnail-caption .e-button {
    margin-top: 8px;
    margin-bottom: 7px;
}

img.img-left {
    float: left;
    margin: 10px 20px 15px 20px;
}

img.img-right {
    float: right;
    margin: 10px 20px 15px 20px;
}

img.e-image {
    margin: 0 auto;
    display: block;
    padding-top: 15px;
    padding-bottom: 15px;
}

.e-logo {
    margin: 10px 0 20px 0;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############ Absolute or Relative image ############*/
.images-wrapper {
    position: relative;
}

.images {
    display: block;
    /*Default Width and Height*/
    width: 100%;
    height: 100%;
}

.images.img-absolute,
.images.img-relative {
    width: 220px;
    height: 80px;
    /*Default Width and Height*/
}

.images.img-absolute {
    position: absolute;

    top: 0;
    right: 0;
}

.images.img-relative {
    position: relative;
}

.images.img-background {
    position: static;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    /* Insert a Background Image Src*/
}

.images a,
.images span {
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    /* Insert a Background Image Src*/
}

.images.img-absolute span,
.images.img-relative span {
    cursor: default;
}

.img-absolute.img-center,
.img-relative.img-center {
    margin: 0 auto;
    left: 0;
    right: 0;
}

.img-absolute.img-left,
.img-relative.img-left {
    margin: 0;
    margin-right: auto;
    left: 0;
}

.img-absolute.img-center,
.img-relative.img-center {
    margin: 0 auto;
    left: 0;
    right: 0;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############  a   [ <a> ] ###########*/

a, .e-link {
   .color: #fdb913;
    text-decoration: none;
    cursor: pointer;
}

a:hover, .e-link:hover {
    color: #0b5f90;
    text-decoration: underline;
}

.e-button:hover, .e-button:focus {
    background-color: #fafafa;
    color: #666;
    outline: 0;
    text-decoration: none;
    background-image: none;
}

.e-button {
    display: inline-block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    text-decoration: none;
    text-align: center;
    border: none;
    line-height: 28px;
    min-height: 30px;
    font-size: 13px;
    padding: 0 12px;
    background: #f7f7f7;
    color: #666;
    border: 1px solid rgba(0, 0, 0, .2);
    text-shadow: 0 1px 0 #fff;
}

.e-button:disabled {
    background-color: #fafafa;
    color: #999;
    border-color: rgba(0, 0, 0, .2);
    background-image: none;
    box-shadow: none;
    text-shadow: 0 1px 0 #fff;
}

.e-button-primary {
    background-color: #00ACE6;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.e-button-primary:hover, .e-button-primary:focus {
    background-color: #00aff2;
    color: #fff;
    background-image: none;
}

.e-button-success {
    background-color: #32CD32;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.e-button-success:hover, .e-button-success:focus {
    background-color: #8fce48;
    color: #fff;
    background-image: none;
}

.e-button-danger {
    background-color: #F23B3B;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
}

.e-button-danger:hover, .e-button-danger:focus {
    background-color: #e33551;
    color: #fff;
    background-image: none;
}

.e-button-link, .e-button-link:hover, .e-button-link:focus, .e-button-link:active, .e-button-link.e-active, .e-button-link:disabled {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    text-shadow: none;
}

.e-button-link:hover, .e-button-link:focus, .e-button-link:active, .e-button-link.e-active {
    color: #0b5f90;
    text-decoration: underline;
}

.e-button-mini {
    min-height: 20px;
    padding: 0 6px;
    line-height: 18px;
    font-size: 11px;
}

.e-button-small {
    min-height: 25px;
    padding: 0 10px;
    line-height: 23px;
    font-size: 12px;
}

.e-button-large {
    min-height: 40px;
    padding: 0 15px;
    line-height: 38px;
    font-size: 16px;
}

.e-button-shop {
    margin: 5px 0 15px 0;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
    background: #fff;
    border: none;
    color: #2ba3d4 !important;
    min-height: 50px;
    padding: 0 30px;
    line-height: 50px;
    font-size: 18px;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############  Table ###########*/

.e-table {
    width: 100%;
    margin-bottom: 15px;
}

.e-table caption {
    text-align: left;
    color: #999;
}

.e-table caption, .e-table tfoot {
    font-size: 12px;
    font-style: italic;
}

.e-table td {
    vertical-align: top;
}

.e-table th, .e-table td {
    padding: 8px;
    border-bottom: 1px solid #e5e5e5;
}

.e-table thead th {
    vertical-align: bottom;
}

.e-table th {
    text-align: left;
    font-weight: bold;
}

/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/
/*############## Structure ##############*/
.e-container {
    max-width: 1270px;
    /*padding: 0 35px;*/
    margin-right: auto;
    margin-left: auto;
}

.e-container-center {
    margin-left: auto !important;
    margin-right: auto !important;
}

.e-container:before,
.e-container:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.e-row {
    margin: 0 0 0 -35px;
    padding: 0;
    list-style: none;
}

.e-row:before,
.e-row:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.e-row > * {
    padding-left: 35px;
    margin: 0;
    float: left;
}

p.grid-demo {
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    padding: 4px 7px;
}

.e-sidebar {
    margin-right: -1px !important;
    border-right: 1px solid #E5E5E5;
}

.e-main {
    padding-left: 50px !important;
    border-left: 1px solid #E5E5E5;
}

.e-middle {
    background: #fff;
    padding: 120px 0;
}

.e-footer, .e-footer a,
.e-header, .e-header a {
    color: #ddd !important;
}

.e-footer,
.e-header {
    padding: 120px 0;
    background-color: #1a1a1a;
}

.e-header {
    padding: 150px 0;
    background-color: #019875;
    text-shadow: 2px 2px 13px #4C4C4C;
    color: #fff !important;
}

[class*=e-size] {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    width: 100%;
}

.e-size-1-1 {
    width: 100%;
}

.e-size-1-2, .e-size-2-4, .e-size-3-6, .e-size-5-10 {
    width: 50%;
}

.e-size-1-3, .e-size-2-6 {
    width: 33.333%;
}

.e-size-2-3, .e-size-4-6 {
    width: 66.666%;
}

.e-size-1-4 {
    width: 25%;
}

.e-size-3-4 {
    width: 75%;
}

.e-size-1-5, .e-size-2-10 {
    width: 20%;
}

.e-size-2-5, .e-size-4-10 {
    width: 40%;
}

.e-size-3-5, .e-size-6-10 {
    width: 60%;
}

.e-size-4-5, .e-size-8-10 {
    width: 80%;
}

.e-size-1-6 {
    width: 16.666%;
}

.e-size-5-6 {
    width: 83.333%;
}

.e-size-1-10 {
    width: 10%;
}

.e-size-3-10 {
    width: 30%;
}

.e-size-7-10 {
    width: 70%;
}

.e-size-9-10 {
    width: 90%;
}




/*########## ########## ########## ########## ########## ########## ########## ########## ########## ########## ##########*/






.box-h1 {
background-color:#eee;
text-align:center;
padding:5px;

}

.box-h1 h1 {
font-size:120%;
}


[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    right: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-right: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #666;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            right: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 1px solid #ddd;
            border-radius: 100%;
            background: #fff;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #00a1e5;
            position: absolute;
            top: 3px;
            right: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.mag-list {

padding:0;}

.mag-list .col {
    padding: 10px;
    float: right;
    
}



    .mag-list .col .content {
        -webkit-box-shadow: 0px 0px 24px -16px rgba(0,0,0,0.65);
        -moz-box-shadow: 0px 0px 24px -16px rgba(0,0,0,0.65);
        box-shadow: 0px 0px 24px -16px rgba(0,0,0,0.65);
        padding-bottom: 10px;
    }

        .mag-list .col .content .event-one {
            direction: ltr;
        }

        .mag-list .col .content .event {
            position: absolute;
            background-color: #2899d5;
            padding: 10px;
            text-align: center;
            margin: 10px;
        }

            .mag-list .col .content .event a {
                color: #fff;
            }



        .mag-list .col .content p {
            font-size: 90%;
            padding: 15px 10px;
            line-height: 25px;
            color: #6b7074;
        }

    .mag-list .col .news-txt-external {
        text-align: center;
        padding: 10px;
    }

        .mag-list .col .news-txt-external h3 {
            padding: 10px;
            line-height: 30px;
            font-size: 120%;
            color: #6b7074;
        }

        .mag-list .col .news-txt-external a {
            color: #8a9193;
        }

        .mag-list .col .news-txt-external .line {
            height: 2px;
            background-color: #2899d5;
            width: 50px;
            margin: 0px auto;
        }


    .mag-list .col .Group {
        color: #8a9193;
        padding: 15px 30px;
    }

        .mag-list .col .Group a {
            color: #8a9193;
        }


        .mag-list .col .Group i {
            padding: 2px 6px 0;
            width: 10px;
            height: 10px;
            border-radius: 50%;
            color: #fff;
            font-size: 120%;
            margin-left: 5px;
            background-color: #2899d5;
        }

    .mag-list .col .date {
        color: #8a9193;
        text-align: left;
        padding: 15px 30px;
        font-size: 90%;
    }

        .mag-list .col .date i {
            margin-left: 10px;
            font-size: 120%;
        }




.menucard {
    .border: 1px solid #eee;
    float: left;
    color: #fff;
    margin-top: 4px;
}


    .menucard .count {
        .width:125px;
        .background-color:#5fb463;
        color: #fff;
        float: left;
        padding: 15px 0px 10px;
        text-align: center;
    }



        .menucard .count .cartcount {
            padding: 5px 10px;
            background-color: #36bb81;
            border-radius: 25px;
            float: right;
            position: absolute;
            margin: -25px -45px 0 0;
        }

    .menucard a {
        color: #fff;
    }

    .menucard .carts {
        width: 45px;
        .background-color: #1e88e5;
        float: right;
        font-size: 30px;
        padding: 7px 0px 3px;
        color: #fff;
        .padding-top: 6px;
    }




.iconcardmenu {
    .margin-top: -6px;
    width: 45px;
    height: 36px;
    float: left;
    margin-left: 5px;
    padding: 0px 18px;
    margin-bottom: 0px;
}

    .iconcardmenu a {
        color: #fff;
        font-size: 25px;
    }





.ul-left {
    max-width: 190px;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-top: 0px;
    padding: 0 2px;
    color: #fff;
    background-color: #f9f9f9;
    .margin-top: 25px;
    float: left;
    .-webkit-border-radius: 5px;
    .-moz-border-radius: 5px;
    .border-radius: 5px;
    margin: 4px 10px;
}


    .ul-left li a {
        color: #000;
        padding: 10px !important;
    }

        .ul-left li a:hover .ul-left li a {
            color: #fff;
            background-color: #000;
        }

    .ul-left li ul {
        width: 100%;
        margin-top: -3px;
        font-size: 11px;
    }

    .ul-left .uu {
        font-size: 18px;
    }


.signin {
    font-size: 120% !important;
    color: #000;
}



.social-box {
    width: 250px;
    float: left;
}


    .social-box .social-item {
        .width: 30px;
        height: 30px;
        float: left;
        color: #656b7b;
        .padding: 5px;
        text-align: center;
        margin-right: 25px;
        font-size: 200%;
    }


        .social-box .social-item:hover {
            color: #004377;
        }

#more {
    display: none;
}


.description-page {
    border-top: 1px solid #eee;
    padding: 15px;
    line-height: 30px;
    position: relative;
    margin-bottom: 80px;
}


    .description-page h2 {
        font-weight: 800;
        font-size: 150%;
    }

    .description-page p {
        z-index: 0;
    }

    .description-page .more {
        text-align: center;
        text-decoration: none;
        font-size: 110%;
        font-weight: 400;
        margin-top: -30px;
        background: rgba(255,255,255,1);
        background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0.29) 71%, rgba(255,255,255,0) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(50%, rgba(255,255,255,0.5)), color-stop(51%, rgba(255,255,255,0.49)), color-stop(71%, rgba(255,255,255,0.29)), color-stop(100%, rgba(255,255,255,0)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0.29) 71%, rgba(255,255,255,0) 100%);
        background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0.29) 71%, rgba(255,255,255,0) 100%);
        background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0.29) 71%, rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,0.5) 50%, rgba(255,255,255,0.49) 51%, rgba(255,255,255,0.29) 71%, rgba(255,255,255,0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
        padding-top: 60px;
        z-index: 10;
        position: absolute;
        width: 100%;
    }

    .description-page .more {
        text-align: center;
        text-decoration: none;
        font-size: 110%;
        font-weight: 400;
        margin-top: -30px;
        background: rgba(255,255,255,0);
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 19%, rgba(255,255,255,1) 20%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(19%, rgba(255,255,255,0.95)), color-stop(20%, rgba(255,255,255,1)));
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 19%, rgba(255,255,255,1) 20%);
        background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 19%, rgba(255,255,255,1) 20%);
        background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 19%, rgba(255,255,255,1) 20%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,0.95) 19%, rgba(255,255,255,1) 20%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0 );
        position: absolute;
        width: 100%;
    }

    .description-page .morenoback {
        text-align: center;
        text-decoration: none;
        font-size: 110%;
        font-weight: 400;
        margin-top: 30px;
        background: #fff;
        position: unset;
        width: 100%;
    }

        .description-page .more a, .description-page .morenoback a {
            text-decoration: none;
        }



.itemmain .item .txt {
    position: absolute;
    color: #000;
    text-align: left;
    padding: 40px;
    font-size: 120%;
    left: 0;
}

.itemmain .item h3 {
    font-weight: 300;
    font-size: 150%;
}

.TitleNew {
    padding: 30px 10px 10px;
}

    .TitleNew h2 {
        font-weight: bold;
    }



/*-----------box-tech-------------*/



.ultab li {
    padding: 12px;
    font-size: 12px;
    .background-color: #fff;
}

    .ultab li a {
        color: #fff;
    }



.tech-txt {
    color: #fff;
    font-size: 130%;
    position: relative;
    width: 100%;
    margin-top: -85px;
    margin-left: 15px;
    margin-right: 0;
    bottom: 12px;
    height: 100px;
    padding: 50px;
    z-index: 999999999;
    background: rgb(45,45,45);
    background: linear-gradient(0deg, rgba(45,45,45,1) 0%, rgba(253,187,45,0) 100%);
    border-radius: 5px;
}


.ultab li img {
    border-radius: 5px;
    width: 100%;
}

.ultab li h3 {
    font-size: 14px;
    font-weight: bold;
}

.ultab li p {
    padding: 2px 10px;
}


.nav-tabs li i {
    margin-left: 10px;
}


.box-tech {
    margin: 50px 0 0px;
    padding: 30px;
    background-color: #d2d4d5;
}

    .box-tech .title {
        color: #000;
        border-bottom: 1px solid #eee;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

        .box-tech .title a {
            color: #000;
            margin-top: 10px;
        }


        .box-tech .title .titr {
            margin-top: 10px;
        }

        .box-tech .title .moretech {
            text-align: center;
            background-color: #000;
            width: 150px;
            padding: 10px;
            float: left;
            margin-left: 10px;
            border-radius: 5px;
        }

            .box-tech .title .moretech a {
                color: #fff;
            }

/*-----------box-news---------------- */

.box-news {
    padding: 30px 0 50px;
}


    .box-news img {
        border: 1px solid #ddd;
        border-radius: 5px;
    }


    .box-news .news-txt {
        color: #fff;
        font-size: 130%;
        position: relative;
        width: 100%;
        margin-top: -90px;
        margin-left: 15px;
        margin-right: 0;
        bottom: 12px;
        height: 110px;
        padding: 50px 20px;
        z-index: 999999999;
        background: rgb(45,45,45);
        background: linear-gradient(0deg, rgba(45,45,45,1) 0%, rgba(253,187,45,0) 100%);
        border-radius: 5px;
    }

        .box-news .news-txt a {
            color: #fff;
        }

    .box-news .left-part1 .news-txt {
        font-size: 100%;
    }

    .box-news .left-part1 {
        padding: 0;
    }

    .box-news .left-part2 {
        padding: 20px 0;
    }


        .box-news .left-part2 .news-txt-external {
            padding: 10px 0;
        }

        .box-news .left-part2 p {
            padding: 10px 0;
        }

    .box-news .title {
        margin: 0 -15px 25px;
        padding-bottom: 15px;
        border-bottom: 1px solid #ddd;
    }

        .box-news .title .titr {
            margin-top: 10px;
            font-size: 180%;
        }

        .box-news .title .moretech {
            text-align: center;
            background-color: #000;
            width: 150px;
            padding: 10px;
            float: left;
            margin-left: 15px;
            border-radius: 5px;
        }

            .box-news .title .moretech a {
                color: #fff;
            }

/*---------------------------------*/

.Rules {
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
    box-shadow: 0px 0px 5px 0px rgba(158,158,158,1);
    line-height: 28px;
    margin-right: 0px;
    margin-top: 20px;
    text-align: justify;
}



.result {
    padding: 5px 0;
    border: 1px solid #eee;
    border-radius: 5px;
    margin-right: 0px;
}

.bodypage .result {
    margin: 0px;
}


.result .en {
    text-align: left;
    direction: rtl;
}

.result .title h5 {
    padding: 10px;
    border-bottom: 1px solid #eee !important;
    margin-bottom: 10px;
}


.result .items {
    .border: 1px solid #eee;
    padding: 10px;
}


.result .discount {
    .border: 1px solid #eee;
    padding: 10px;
    color: #ff6b75;
    .background-color: #fcf5f5;
}

.paydata {
    padding: 0 !important;
    margin-top: 20px;
}

.resultpay {
    margin: 20px 0;
    border-radius: 5px;
    border: 1px solid #eee;
    padding: 10px;
    color: #4caf50;
    font-size: 18px;
}

    .resultpay .en {
        text-align: left;
    }

    .result .table-bordered, .resultpay .table-bordered {
        border: 0;
    }

        .result .table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th,
        .resultpay .table-bordered > tbody > tr > td {
            border: 0;
        }

.wide-btn {
    border-top: 1px solid #eee;
    width: 100%;
    padding: 15px;
    text-align: center;
}

    .wide-btn .btn {
        font-size: 110%;
        padding: 10px 25px;
        border-radius: 5px;
    }

.product-important {
    background-color: #fff;
    padding: 10px 25px;
    margin: 20px 0;
}

    .product-important .item {
        text-align: center;
        margin: 0 auto;
        padding: 10px;
        background-color: #f7f7f7;
    }

        .product-important .item p {
            text-align: center;
            z-index: 99;
            width: 100%;
        }

        .product-important .item img {
            width: 100%;
            margin-bottom: 30px;
            margin-top: 0px;
            z-index: 1;
        }

    .product-important .col-md-3 {
        padding: 10px;
    }

    .product-important .item a.buy {
        float: left;
        margin-left: 5px;
        margin-top: -25px;
    }


.Best-saled h2, .new-product h2 {
    width: 22%;
    margin: 0;
    font-size: 150%;
    padding: 0 20px;
    min-width: 200px;
}


.Best-saled hr, .new-product hr {
    margin: 25px 10px;
}


.swiper-container {
    width: 100%;
    height: 100%;
}




.swiper-slide {
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


/*----product-boxt----*/


@media only screen and (min-width: 1520px) {
    .product-box .item {
        width: calc(25% - 0px);
        float: right;
    }

    /*.new-product .item, .Best-saled .item {
        width: calc(20% - 0px);
        float: right;
    }*/
}

@media (min-width: 600px) and (max-width: 1520px) {

    .product-box .item {
        width: calc(33.33% - 0px);
        float: right;
    }

    /*.new-product .item, .Best-saled .item {
        width: calc(20% - 0px);
        float: right;
    }*/
}

@media (min-width: 400px) and (max-width: 600px) {

    .product-box .item {
        width: calc(50% - 0px);
        float: right;
    }

    /*.new-product .item, .Best-saled .item {
        width: calc(20% - 0px);
        float: right;
    }*/
}

.Best-saled {
    margin-top: 0px;
}


    .product-box .item, .Best-saled .item {
        /*width: 20%;
    float: right;*/
        padding: 0px 0px;
       
    }



    .product-box .part1, .Best-saled .part1 {
        /*-webkit-box-shadow: 0px 0px 11px -3px rgba(166,166,166,1);
    -moz-box-shadow: 0px 0px 11px -3px rgba(166,166,166,1);
    box-shadow: 0px 0px 11px -3px rgba(166,166,166,1);*/
        min-height: 300px;
        padding: 15px 0 0;
        width: 100%;
        margin: 0px;
        border:1px solid #eee;
    }

        .product-box .part1 .DD, .Best-saled .part1 .DD {
            display: none;
        }

        .product-box .part1 .Discount, .Best-saled .part1 .Discount {
            color: #c1c1bf;
        }


.mainImg .DD {
    background-color: #ed1a3b;
    text-decoration: none;
    color: #fff;
    float: left;
    margin: -10px 0 0 -20px;
    font-size: 360%;
    width: 90px;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    left: 0;
}


.product-box .brand, .Best-saled .brand {
    margin: 20px;
    font-size: 120%;
    color: #656b7b;
}


.product-box .infoDiv, .Best-saled .infoDiv {
    color: #6d6e71;
    padding:10px 25px 0;
    line-height: 30px;
}

.product-box .imgDiv, .Best-saled .imgDiv {
    float: right;
}


.product-box  .cartdiv,.Best-saled .cartdiv {
    border-radius:50%;
    background-color:#333135;
    width:40px;
    height:40px;
    color:#fff;
    left:25px;
    font-size:25px;
    margin-top:-45px;
    padding:6px 12px 10px;
    position:absolute;
}

.product-box .part1 .model, .Best-saled .part1 .model {
    font-size: 130%;
    font-weight: 600;
    color: #000;
}



.product-box .part1 .des, .Best-saled .part1 .des {
    font-size: 75%;
    .font-weight: 200;
    color: #000;
}

.product-box .part1 .priceDiv, .Best-saled .part1 .priceDiv {
    color: #6d6e71;
    .margin:0 10px;
    padding: 10px 25px;
    line-height: 30px;
    font-size: 120%;
    width: 100%;
    min-height:105px;
   
}

.product-box .part1 .priceDiv .Group4 {
    display:none;
}


    .product-box .part1 .priceDiv .UserD, .Best-saled .part1 .priceDiv .UserD {
        display: none;
    }


    .product-box .part1 .priceDiv .IconNo, .Best-saled .part1 .priceDiv .IconNo {
        display: none;
    }

.PriceNoDiscount {
}


.product-box .img, .Best-saled .img {
    .margin: 10px;
    height: 210px;
    padding: 10px 0;
    .border: 1px solid #eee;
    border-radius: 5px;
}


.product-box img, .Best-saled img {
    margin: 0px;
    width: 100%;
    max-height: 195px !important;
}

.swiperOnly {
    width: 100%;
}

.product-box .rate, .Best-saled .rate {
    color: #ed1c24;
    font-size: 120%;
    float:left;
    margin-left:15px;
}





.Icon2 {
    padding: 1px;
    color: #ed1a3b;
}

.Icon3 {
    padding: 1px;
    color: #6dbc43;
}

.Icon4 {
    padding: 1px;
    color: #00b7ce;
}

.contact .Icon2, .contact .Icon3, .contact .Icon4 {
    font-size: 200%;
    margin-top: 45px;
}



/*----special-box----*/
.special-box {
    background-color: #fff;
    margin-top: 20px;
    -webkit-box-shadow: 0px 0px 43px -13px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 43px -13px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 43px -13px rgba(0,0,0,0.75);
}




    .special-box .col-md-9, .special-box .col-md-3 {
        padding: 0;
    }

    .special-box .carousel-inner .item {
        padding: 25px;
    }

        .special-box .carousel-inner .item .img {
            height: 250px;
        }

        .special-box .carousel-inner .item .txt {
            margin-top: 20px;
            text-align: left;
        }

            .special-box .carousel-inner .item .txt .name {
                font-size: 150%;
                color: #014f8a;
                font-weight: bold;
            }

            .special-box .carousel-inner .item .txt .Price {
                font-size: 150%;
                color: #72be4a;
                font-weight: bold;
            }

            .special-box .carousel-inner .item .txt .des {
                line-height: 25px;
            }



/*---homePro----*/

.homePro {
    background-color: #fff;
    margin: 20px 0px;
    padding: 10px 0;
}

    .homePro .item {
        padding-top: 20px;
    }

        .homePro .item img {
            width: 80%;
        }

        .homePro .item p {
            text-align: center;
            font-size: 12px;
        }


        .homePro .item img {
            text-align: center;
        }


        .homePro .item p.logo img {
            max-height: 20px;
            width: inherit;
        }

    .homePro .rightitem h2 {
        border-right: 1px solid #ccc;
        min-height: 130px;
        text-align: center;
        padding: 50px 0;
        margin: 15px 0;
    }


    .homePro .item .hamkar, .homePro .item .user {
        color: #51bc30;
    }

    .homePro .hamkarPrice {
        color: #fdb913;
        font-size: 11px;
        display: none;
    }

    .homePro .rowdiscount {
        height: 15px;
        margin-top: -5px;
    }






.page {
    width: 100%;
    background-color: #000;
    margin: 0px auto 0px auto;
    border: 0px solid #496077;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    z-index: 100;
}



#my-welcome-message {
    z-index: 500;
    position: fixed;
    width: 36%;
    left: 27%;
    top: 20%;
    padding: 20px 2%;
    font-family: Calibri, Arial, sans-serif;
}

    #my-welcome-message #fvpp-close {
        position: absolute;
        top: 90px;
        right: 60px;
        cursor: pointer;
        .background-color:red;
        color: #fff;
    }

















.floatR {
    float: right;
}

.pageweb {
    padding: 0px 20px;
}

.mainStl {
    min-height: 400px;
    margin: 20px -15px 0;
    .width:335px;
}

    .mainStl .Full-main {
        margin: 20px -10px;
    }


.Full-box {
    margin: 5px 0px;
    padding: 0 5px;
}

    .Full-box .box-right {
        width: 50%;
        float: right;
        margin: -5px;
    }

    .Full-box .box-left {
        width: 50%;
        float: left;
        margin: -5px;
    }


    .Full-box img {
        max-width: 100%;
    }

.gallery_box li {
    width: 100%;
    max-width: 100%;
    display: inline-block;
    float: left;
    text-align: center;
    overflow: hidden;
    position: relative;
    padding: 10px 0px;
}

.gallery_box {
    padding: 0;
    display: flow-root;
}

    /*.gallery_box li:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery_box li img{-webkit-transition: transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease;}*/

    .gallery_box .box_data {
        position: absolute;
        float: left;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        color: #000;
        text-align: left;
    }

        .gallery_box .box_data span {
            position: absolute;
            top: 90px;
            transform: translateY(-50%);
            left: 30px;
            right: 0;
            font-size: 100%;
        }

        .gallery_box .box_data h4 {
            position: absolute;
            top: 50px;
            transform: translateY(-50%);
            left: 30px;
            right: 0;
            font-size: 140%;
        }
/*.gallery_box li:hover .box_data{ background:rgba(255,0,39,0.55)}*/






.Full-box .box-right .gallery_box li:nth-child(odd) {
    max-height: 311px;
}

.Full-box .box-right .gallery_box li:nth-child(even) {
    max-height: 420px;
}
/*.Full-box .box-right .gallery_box li:nth-child(odd) .box_data{ background:rgba(0,0,0,0.17) }
.Full-box .box-right .gallery_box li:nth-child(even) .box_data{ background:rgba(0,44,255,0.27) }*/

.Full-box .box-left .gallery_box li:nth-child(even) {
    max-height: 311px;
}

.Full-box .box-left .gallery_box li:nth-child(odd) {
    max-height: 420px;
}
/*.Full-box .box-left .gallery_box li:nth-child(even) .box_data{ background:rgba(0,0,0,0.17) }
.Full-box .box-left .gallery_box li:nth-child(odd) .box_data{ background:rgba(0,44,255,0.27) }*/







.rightmain {
    padding: 18px 10px;
    margin-top:50px;
}

.itemmain {
    padding: 2px 10px;
}

.padL {
    padding-left: 0;
}

.mrTop {
    margin-top: 10px;
}

.mrButtom {
    margin-bottom: 20px;
}


.mrButtom10 {
    margin-bottom: 10px;
}



.mrg0 {
    margin: 0px;
}



.dirL {
    direction: ltr;
}


.disPly {
    display: none;
}

.rightStl {
    min-height: 400px;
    padding: 0px 15px;
}





.security {
    direction: ltr;
    font-family: Tahoma;
}


label {
    .font-weight: 100;
}

.e-container {
    width: 1270px;
    /*background: #00aff2;*/
}

.text-align-center {
    text-align: center;
}

.text-align-left {
    text-align: left;
    padding: 10px;
    font-size: 11px;
}

.en {
    direction: ltr;
    text-align: right;
}

.e-icon {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 10px;
    left: 18px;
}

header {
    box-shadow: 0 0 11px 2px rgba(0, 0, 0, 0.15);
    background-color: #000;
}

/* ------------- Navigation ------------- */

.nav-wrapper {
    border-bottom: 2px solid rgba(204, 204, 204, 0.22);
    ;
    .margin-bottom: 18px;
}

.nav-logo {
    width: 100%;
    padding: 20px 0 0;
    .background-image: url("../images/logo-top.png");
    .margin-top: 7px;
}

    .nav-logo h1 {
        font-size: 81%;
        margin-top: -20px;
        margin-bottom: 0;
        color: #b7b4b2;
    }



@media (min-width: 0px) and (max-width: 992px) {
    .nav-logo {
        background-position: top center;
    }
}



.gallery {
    padding: 3px;
    height: 370px;
    overflow: scroll;
    overflow-x: hidden;
}

    .gallery::-webkit-scrollbar {
        width: 5px;
    }


    /* Handle */
    .gallery::-webkit-scrollbar-thumb {
        background: #1e88e5;
        border-radius: 10px;
    }



.img-gallery {
    -webkit-box-shadow: 0px 0px 11px -3px rgba(166,166,166,1);
    -moz-box-shadow: 0px 0px 11px -3px rgba(166,166,166,1);
    box-shadow: 0px 0px 11px -3px rgba(166,166,166,1);
    margin-bottom: 25px;
    max-height: 200px;
    width: 100%;
    border-radius: 5px;
}

/* ------------- Nav Top ------------- */
.nav-top {
    padding: 5px 20px;
    margin: 0;
}

    .nav-top li {
        display: inline-block;
        padding: 15px 0;
    }

/*@media (min-width: 992px) and (max-width: 1199px) {*/
/*.nav-top li {*/
/*padding: 0 5px;*/
/*}*/
/*}*/

@media (max-width: 992px) {
    .nav-top {
        text-align: center;
        float: none !important;
    }
}

.nav-top li a {
    line-height: 15px;
    padding: 0 10px;
    font-size: 100%;
    color: #fff;
    display: block;
    border-left: 1px solid;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.nav-top li:last-child a {
    border-left: none;
    padding-left: 0;
}

.nav-top li:nth-child(1) a {
    padding-right: 0;
}

.nav-top li:hover a {
    color: #fdb913;
}

/* ------------- Nav Image ------------- */
.tinynav {
    visibility: hidden;
}

.nav-image {
    padding: 0;
    margin: 0;
}

    .nav-image li {
        display: inline-block;
        text-align: center;
    }

        .nav-image li a {
            line-height: 15px;
            padding: 0 0px;
            font-size: 11px;
            color: #5c5c5c;
            display: block;
            text-align: center;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .nav-image li img {
            -webkit-transform-style: preserve-3d;
            -moz-transform-style: preserve-3d;
            transform-style: preserve-3d;
            transform-origin: 50% 50%;
            -webkit-transform-origin: 50% 50%;
            -moz-transform-origin: 50% 50%;
            -o-transform-origin: 50% 50%;
            -ms-transform-origin: 50% 50%;
            transition: all .7s;
            -webkit-transition: all .7s;
            -moz-transition: all .7s;
            -o-transition: all .7s;
            -ms-transition: all .7s;
        }

        .nav-image li:hover img {
            -webkit-transform: rotatey(360deg);
            -moz-transform: rotatey(360deg);
            transform: rotatey(360deg);
        }

.nav-border {
    background: url("../images/nav-border.jpg") no-repeat;
    background-size: contain;
    width: 9px;
    height: 100%;
    padding: 31px 0;
}

.nav-image li:last-child a {
    border-left: none;
}

.nav-image li:hover a {
    color: #fdb913;
}

@media (min-width: 0px) and (max-width: 992px) {
    #nav {
        display: none;
    }

    .tinynav {
        visibility: visible;
        display: block;
        width: 280px;
        margin: 10px auto;
        height: 30px;
        transition: all 0.8s;
        -webkit-transition: all 0.8s;
    }
}

@media (min-width: 993px) and (max-width: 1200px) {
    .nav-image li {
        float: right;
    }

        .nav-image li a {
            padding: 0;
        }
}

/* ------------- menutop ------------- */

.menutop {
    .border-top: 2px solid #eeeff1;
    padding-top: 12px;
}

.menu-Right {
    border: 2px solid #3c97fb;
    border-radius: 5px;
}

    .menu-Right .title-menu {
        padding: 15px 20px;
        background-color: #3c97fb;
        color: #fff;
    }

.title-menu i {
    padding-left: 10px;
}

.menu-Right ul li {
    padding: 10px 20px;
    font-size: 90%;
}

    .menu-Right ul li i {
        padding-left: 10px;
    }


.about h1 {
    font-size: 150%;
    margin: 20px 0;
}

.about .body {
    line-height: 30px;
    margin-bottom: 30px;
    min-height: 300px;
}



.contact h1 {
    font-size: 150%;
    margin: 20px 0;
}

.contact .body {
    line-height: 30px;
    margin-bottom: 30px;
}


/* ------------- Search ------------- */



.search {
    padding-top: 15px;
}

    .search h1 {
        font-size: 14px;
        color: #aaa;
        line-height: 30px !important;
    }


.e-search {
    position: relative;
    text-align: right;
    margin-top: 5px;
}

@media (min-width: 0px) and (max-width: 992px) {
    .e-search {
        margin-bottom: 20px;
        padding: 20px;
    }
}

.e-search .e-search-input {
    background: #FFFFFF;
    border: 1px solid rgba(176, 176, 176, 0.46);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.05) !important;
    color: #959595;
    font-size: 12px;
    font-weight: 500;
    .height: 32px;
    padding: 14px 12px;
    width: 100%;
    border-radius: 5px;
    float: left;
}


#search .e-search a {
}

    #search .e-search a i {
        position: absolute;
        /* margin: 0 auto; */
        left: 18px;
        top: 5px;
    }

#search select {
    direction: ltr;
    width: 100%;
    height: 32px;
    background-color: #51bc30;
    .border-radius: 4px;
    border: 1px solid #ccc;
    color: #fff;
    padding: 0 9px;
}




.iconcard1 {
    margin-top: 0px;
    width: 33px;
    height: 30px;
    .float: right;
    .margin-left: 10px;
    .padding: 3px 7px 5px 15px;
    margin-bottom: 5px;
    -ms-transform: rotateY(180deg); /* IE 9 */
    -webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
    transform: rotateY(180deg);
    .right: 0;
    color: red;
    .top: 1px;
    font-size: 19px;
    .position: absolute;
    .background-color: #3b3b3b;
    color: #fff;
    height: 33px;
    width: 53px;
    .border-radius: 0 5px 5px 0;
}


.btncard {
    margin-top: -5px;
}


    .btncard a:hover {
        color: #fff;
    }



.iconcard {
    margin-top: 0px;
    float: left;
    .margin-left: 10px;
    padding: 5px 7px 8px 20px;
    margin-bottom: 5px;
    -ms-transform: rotateY(180deg); /* IE 9 */
    -webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
    transform: rotateY(180deg);
    left: 0;
    top: 1px;
    font-size: 20px;
    position: absolute;
    background-color: #a4a4a4;
    color: #fff;
    height: 45px;
    width: 53px;
    border-radius: 0 5px 5px 0;
}

    .iconcard a {
        color: #fff;
        font-size: 25px;
        padding: 10px;
    }


/* ------------- Nav Vertical ------------- */
.nav-vertical {
    padding: 0;
    border-radius: 4px;
    .box-shadow: 0px 8px 12px -6px rgba(0, 0, 0, 0.15);
    position: relative;
    .top: -48px;
}

    .nav-vertical li {
        display: block;
        border-bottom: 1px solid #eee;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
        -ms-transition: all 0.6s;
        -o-transition: all 0.6s;
        transition: all 0.6s;
        background-color: #fff;
    }

        .nav-vertical li a {
            .line-height: 34px;
            .padding-right: 15px;
            color: #666;
            -webkit-transition: all 0.5s;
            -moz-transition: all 0.5s;
            -ms-transition: all 0.5s;
            -o-transition: all 0.5s;
            transition: all 0.5s;
        }

        .nav-vertical li:hover {
            background: #fdb913;
        }

            .nav-vertical li:hover a {
                .padding-right: 25px;
                color: #fff;
            }

.nav-vertical-title {
    line-height: 47px;
    padding-right: 15px;
    color: #fff;
}


.nav-vertical div.aa {
    padding: 6px 10px;
}




.nav-vertical li.nav-vertical-title:hover {
    .background: #51bc30;
}

@media (min-width: 0px) and (max-width: 992px) {
    .nav-vertical {
        top: 0;
    }
}




/* ------------- Content ------------- */
.slide-right {
    width: 100%;
    background: #014b85;
    min-height: 362px;
}

    .slide-right h6 {
        border-bottom: 1px solid #2d6d9f;
        margin: 20px;
        text-align: center;
        color: #fff;
        padding: 15px;
    }

.e-slider {
    width: 100%;
    .margin-top:50px;
    background: #f1f1f1;
}

    .e-slider img {
        border-radius: 5px;
    }

.Bestsellers {
    margin: 30px 0 20px 0;
}

.products {
    margin: 15px 15px;
}

    .products .col-md-6 {
        padding: 0 10px;
    }


    .products .product-box {
        background: #fff;
        .border: 1px solid rgba(176, 176, 176, 0.46);
        padding: 15px;
        margin-top: 20px;
        border-radius: 4px;
        min-height: 175px;
        -moz-box-shadow: 0 0 8px -3px #bbb;
        -webkit-box-shadow: 0 0 8px -3px #bbb;
        box-shadow: 0 0 8px -3px #bbb;
    }

        .products .product-box img {
            float: left;
        }

        .products .product-box .product-image {
            width: 211px;
            /* height: 95px; */
            overflow: hidden;
            /* background: #2ba3d4; */
            float: left;
            margin-right: 13px;
        }

        .products .product-box h2 {
            margin: 0;
            margin-bottom: 7px;
            font-size: 14px;
            font-weight: bold;
        }

        .products .product-box p {
            font-size: 13px;
            margin-bottom: 5px;
            height: 30px;
            text-align: right;
        }

        .products .product-box input[type=submit] {
            background: #50bb2e;
            padding: 5px 34px;
            font-size: 16px;
            border-radius: 5px;
            color: white;
            border: none;
            box-shadow: 0px 2px 3px 1px #eee;
        }




.priceDiv {
    .font-weight:bold;
    color: #51bc30;
}


.mm {
    margin: 5px -15px;
}

.priceDiv .Priceint {
    font-size: 23px;
    padding: 10px;
}

.Pricehamkar {
    font-size: 15px !important;
    padding: 10px;
    .text-decoration: line-through;
}

.Pricediscount {
    padding: 10px;
}

.discounts {
    padding-right: 20px;
    width: 200px;
}

.discount1 {
    margin-right: 30px;
    background-color: #ff7272;
    padding: 3px 8px;
    color: #fff;
}

.discount2 {
    background-color: #ff5252;
    padding: 3px 5px;
    color: #fff;
}




.userbox {
    color: #000;
}

.PriceUser {
    font-size: 18px;
    padding: 10px;
}


.n-product {
    background-color: #fff;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}


    .n-product .n-product-image {
        width: 120px;
        .height: 128px;
        overflow: hidden;
        margin-right: 13px;
        margin: 0 auto;
    }





.titr-new {
    background-color: #f1f1f1;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom: 4px solid #cfcfcf;
    margin: 15px 0;
    padding: 7px 10px;
    font-weight: bold;
    color: #000;
}




/*   new product     */

.allitemproduct {
    margin: 5px 0px;
}

.n-product .n-product-box {
    min-height: 250px;
    border: 1px solid #f0f0ef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
}

    .n-product .n-product-box .n-product-title .e-name {
        float: left;
        padding: 10px;
    }

.e-name Img {
    max-width: 93px;
    .height: 36px;
}

.n-product .n-product-box .n-product-title .e-new {
    float: right;
    padding: 2px 5px 0 5px;
    margin: 10px;
    color: #fff;
    font-weight: bold;
    background-color: #000;
}


.n-product .n-product-box .n-product-image {
    text-align: center;
    padding: 15px 0;
    width: 100%;
    .border-bottom: 1px solid #d6d5d5;
    min-height: 100px;
}

    .n-product .n-product-box .n-product-image img {
        max-height: 90px;
        margin-top: -20px;
    }


.n-product .n-product-box .n-product-shop {
    .margin-top: 5px;
    font-size: 12px;
    background-color: #f6f7f8;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-bottomleft: 4px;
    border-bottom-left-radius: 4px;
}

.n-product-shop .left {
    text-align: left;
    font-size: 14px;
    padding-left: 24px;
    padding-top: 7px;
    color: #000;
}

.n-product-shop .right {
    .padding-top: 5px;
}


.n-product .n-product-box .n-product-Data {
    padding: 10px 5px 0 5px;
    margin-top: -20px;
}

    .n-product .n-product-box .n-product-Data b {
        color: #003a54;
    }

    .n-product .n-product-box .n-product-Data .data {
        margin-top: 5px;
        font-size: 12px;
    }

        .n-product .n-product-box .n-product-Data .data .des {
            color: #1f7ea6;
            font-size: 11px;
        }


.n-product-box .rate {
    position: absolute;
    .float:left;
    background-color: #fff;
    .padding:10px;
    color: #aaa;
    left: 20px !important;
    .width:100%;
    text-align: left;
    margin-top: -20px;
    .left:0;
}

    .n-product-box .rate i {
        font-size: 17px;
    }


.n-product-info .model {
    font-size: 12px;
}

.n-product-info .data {
    margin-bottom: 5px;
}

.n-product-info .desdata {
    height: 35px;
    margin-top: 5px;
}



.dataPriceUser i, .dataPrice i {
    font-style: normal;
    font-size: 80% !important;
}


.n-product-info .dataPrice, .n-product-info .dataPriceUser {
    .border-top: 1px solid #e8e8e6;
    padding-top: 5px;
    min-height: 25px;
}




    .n-product-info .dataPrice .right, .n-product-info .dataPriceUser .right {
        padding: 0 15px 0 0;
        font-size: 11px;
    }

    .n-product-info .dataPrice .left, .n-product-info .dataPriceUser .left {
        font-size: 11px;
        text-align: left;
        line-height: 17px;
    }

.rowOrder {
padding:6px 0px 3px;
}

.grtitle {
    padding: 15px 0px;
    margin:0 0px;
    color: #b6b7b8;
    border-bottom:1px solid #eee;
}

    .grtitle a {
        color: #b6b7b8;
        text-decoration: none;
    }

    .grtitle .right {
        padding: 0px;
       
    }


    .grtitle .left {
        text-align: left;
        padding: 0 20px;
    }

.PGtitle {
    padding: 20px 25px;
    font-size: 16px;
}

.bdmain {
    padding: 10px 40px;
}

.titlelogin {
    background-color: #51bc30;
    color: #FFFFFF;
    padding: 8px;
    margin-bottom: 15px;
}

.rownew {
    .margin: -10px 0px 0;
    .padding-top: 10px;
}


.filterItem {
    border: 1px solid #eee;
    font-size: 9px;
    float: right;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 2px;
}

    .filterItem .btndelete {
        font-size: 9px;
        padding: 0 5px;
    }


.rownew .empty {
    padding: 20px;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
    font-size: 11px;
    text-align: center;
    margin: 10px 0;
    width: 97.5%;
}


/*------------- right-main ---------------------*/


.slie-box-right {
    .border: 1px solid #d8d7d7;
    min-height: 250px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fafafa;
    -moz-box-shadow: 0 1px 7px -3px #bbb;
    -webkit-box-shadow: 0 1px 7px -3px #bbb;
    box-shadow: 0 1px 7px -3px #bbb;
}


    .slie-box-right .slide {
        border-bottom: 1px solid #d8d7d7;
        min-height: 270px;
    }


    .slie-box-right .top-text {
        color: #51bc30;
        padding: 10px;
        font-size: 13px;
    }

.slide .img {
    padding: 10px;
}


.slide .txt {
    margin-top: 30px;
    padding: 20px;
}

.carousel-indicators {
    top: 320px;
    .background-color: #fafafa;
}

    .carousel-indicators li {
        display: inline-block;
        width: 10px;
        height: 10px;
        margin: 1px;
        text-indent: -999px;
        cursor: pointer;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 10px;
    }

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin: 0;
        background-color: #e1c466;
    }

/*-------------ads --------------*/

.ads {
    background-image: url("../images/backoffer.jpg");
    background-color: #ffbf46;
    border: 1px solid #eeeff1;
    min-height: 410px;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 35px;
}

    .ads input[type="text"] {
        border: 0px;
    }

    .ads img {
        margin: 27px auto;
    }

    .ads h5 {
        color: #00477d;
        font-weight: bold;
        margin-top: -10px;
        margin-bottom: 0;
        font-size: 150%;
    }

    .ads h6 {
        color: #00477d;
        font-weight: bold;
        margin-top: 10px;
        .font-size:85%;
        margin-bottom: 20px;
    }


    .ads .form-group {
        margin: 0;
        text-align: center;
        .background-color: #fff;
        padding: 5px 0;
    }

        .ads .form-group:last-child {
            padding: 5px 0;
        }



/*-------------tools --------------*/

.e-tools {
    background-color: #fdcc65;
    border: 1px solid #eeeff1;
    min-height: 265px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin: 20px 0;
}

    .e-tools .txt {
        text-align: center;
        color: #fff;
        padding: 15px;
        font-size: 18px;
    }

    .e-tools img {
        -webkit-border-top-left-radius: 3px;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topleft: 3px;
        -moz-border-radius-topright: 3px;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }



/*-------------namad --------------*/

.e-namad {
    background-color: #fafafa;
    .border: 1px solid #d8d8d9;
    min-height: 180px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-top: 20px;
    -moz-box-shadow: 0 1px 7px -3px #bbb;
    -webkit-box-shadow: 0 1px 7px -3px #bbb;
    box-shadow: 0 1px 7px -3px #bbb;
}
/*----------product-important---------------*/


/*----------news---------------*/

.news-box-right {
    margin: 5px 0;
}

    .news-box-right .titr {
        background-color: #3c97fb;
        padding: 10px;
        color: #fff;
        margin-top: 20px;
        border-radius: 5px;
    }

        .news-box-right .titr a {
            color: #fff;
        }

    .news-box-right .item-news {
        margin: 0;
        padding: 15px;
        .border-bottom: 1px solid #d6d5d5;
        width: 100%;
        background-color: #fff;
    }

        .news-box-right .item-news img {
            .height: 95.5px;
        }


        .news-box-right .item-news .txt {
            text-align: justify;
            padding: 24px 0 8px 0;
            border-bottom: 1px solid #eee;
        }

.ulnews li:last-child .txt {
    .padding: 0px 0 4px 0;
    border-bottom: 0px solid #eee;
}


.news-box-right .item-news .title {
    font-size: 10px;
    text-align: justify;
    line-height: 10px;
    height: 45px;
}



.news-box-right .item-news .view {
    font-size: 10px;
    text-align: justify;
    color: #aaa;
}




.news-box-right .item-news .img {
    padding: 0;
}


.news-box-right .item-news .txt h3.nn {
    font-size: 12px;
    color: #3d3d3d;
    font-weight: 700;
    .font-weight: bold;
    line-height: 17px;
}


.newslist h1.ll {
    font-size: 16px;
    color: #51bc30;
    margin: 0;
    line-height: 0;
}

.newslist h2.lt {
    font-size: 15px;
    margin: 10px 0;
    line-height: 30px;
    font-weight: bold;
}



/*--------news Detail-------------*/

.newsdetail {
    margin-top: 15px;
}


    .newsdetail h1 {
        font-size: 22px;
        margin: 25px 0;
        line-height: 30px;
    }




    .newsdetail .date {
        font-size: 12px;
        color: #afafaf;
        margin-top: 15px;
    }


    .newsdetail .rating {
        .float:left;
        text-align: left;
        margin: 15px 0px;
        padding: 20px 0;
        width: 100%;
    }



        .newsdetail .rating b {
            padding: 0 10px;
            color: #a0a0a0;
            font-weight: 400;
        }


    .newsdetail .rate, .techList .rate {
        position: absolute;
        .float:left;
        background-color: #fff;
        .padding:10px;
        color: #aaa;
        right: 30px !important;
        .width:100%;
        text-align: left;
        margin-top: 15px;
        .left:0;
    }




        .newsdetail .rate i {
            font-size: 17px;
        }

    .newsdetail .bodyTxt {
        padding: 0;
        line-height: 30px;
        margin-bottom: 30px;
    }


    .newsdetail .des {
        min-height: 100px;
        text-align: justify;
    }

    .newsdetail .Pager {
        margin-top: 20px !important;
    }

/*-----techlist------------*/
h1.TechTitr {
    padding: 20px;
    margin: 0 10px;
    font-size: 150%;
}

.techList h2 {
    margin-top: 10px;
}

.techList img {
    border: 1px solid #eee;
    border-radius: 5px;
}

.techList .rate {
    position: absolute;
    .float:left;
    background-color: #fff;
    .padding:10px;
    color: #aaa;
    left: 15px !important;
    .width:100%;
    text-align: left;
    margin-top: 15px;
    .left:0;
}

.techList .des {
    min-height: 180px;
    padding: 10px 0 30px;
    line-height: 30px;
}



/*--------------page Product-------------*/
.backproduct {
    background-color: #fff;
    min-height: 1000px;
    margin: 20px 0 10px 0;
}


    .backproduct .AddAddress .btn {
        padding: 20px;
        border: 3px dashed #b8b8b8;
        width: 100%;
        font-size: 25px;
        background-color: #fff;
        color: #b8b8b8 !important;
    }

.AddAddress .close {
    background-color: #eee;
    border-radius: 50px;
    color: #000;
    float: left;
    border: 2px solid #000;
    width: 30px;
    height: 30px;
    padding: 3px 6px 0;
    margin: -35px 0 10px;
}

.AddAddress p {
    padding: 10px 0;
}





.backproductall {
    background-color: #fff;
    min-height: 1000px;
    margin: 0 0px;
}



.backproductpro {
    background-color: #fff;
    min-height: 1000px;
    margin: 20px -10px;
}

.titrproduct {
    border: 1px solid #d6d5d5;
    padding: 5px 0;
    margin: 10px -5px;
    font-size: 12px;
    color: #a0a0a0;
}

.itempro {
    .margin: 10px 0;
    padding: 10px;
}

.selectrow {
    font-size: 11px;
}

.selectDrop {
    width: 50%;
    font-size: 100%;
    padding: 10px;
    border: 1px solid #b6b7b8;
    color: #b6b7b8;
}


.ISShowRow {
    font-size: 11px;
}


.slideThree {
    width: 55px;
    height: 25px;
    background: #e5e5e5;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    position: relative;
    -webkit-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    -moz-box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
    box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}

    .slideThree:after {
        content: 'OFF';
        font: 10px/26px Arial, sans-serif;
        color: #000;
        position: absolute;
        right: 5px;
        z-index: 0;
        font-weight: bold;
        text-shadow: 1px 1px 0px rgba(255,255,255,.15);
    }

    .slideThree:before {
        content: 'ON';
        font: 10px/26px Arial, sans-serif;
        position: absolute;
        left: 5px;
        z-index: 0;
        font-weight: bold;
        color: #04395b;
        . background-color:#04395b !important;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }



    .slideThree label {
        display: block;
        width: 22px;
        height: 20px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        -webkit-transition: all .4s ease;
        -moz-transition: all .4s ease;
        -o-transition: all .4s ease;
        -ms-transition: all .4s ease;
        transition: all .4s ease;
        cursor: pointer;
        position: absolute;
        top: 3px;
        left: 3px;
        z-index: 1;
        -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
        background: #fcfff4;
        background: -webkit-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -moz-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -o-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: -ms-linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfff4', endColorstr='#b3bead',GradientType=0 );
    }




    .slideThree input[type="checkbox"] {
        visibility: hidden;
    }

    .slideThree input[type=checkbox]:checked + label {
        left: 30px;
    }



.Exist {
}

.Exists input[type="checkbox"] {
    -webkit-appearance: none;
    .display: inline-block;
    width: 58px;
    height: 58px;
    border: 0px solid gray;
    outline: none;
    cursor: pointer;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}

    .Exists input[type="checkbox"]:checked {
        background-color: red;
        background: url("../images/SpecialOffer.png") center no-repeat;
    }


.itempro .abs {
    width: 58px;
    height: 58px;
    .background-color:red;
    position: absolute;
    .margin-top: 25px;
    margin-right: 0px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    border-top-right-radius: 5px;
}


    .itempro .abs input[type="checkbox"] {
        -webkit-appearance: none;
        display: inline-block;
        width: 59px;
        height: 58px;
        border: 0px solid gray;
        outline: none;
        cursor: pointer;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
        border-top-right-radius: 5px;
    }

        .itempro .abs input[type="checkbox"]:checked {
            background-color: red;
            background: url("../images/SpecialOffer.png") center no-repeat;
        }

.itempro .Exist {
    margin-top: -20px;
}


.itempro .Exist {
    -webkit-appearance: none;
    position: absolute;
    width: 110px;
    height: 18px;
    outline: none;
    margin: -18px 1px;
}

    .itempro .Exist input[type="checkbox"]:checked {
        background-color: red;
        background: url("../images/Unavailable.gif") center no-repeat;
    }




.Filterbox {
    .border: 1px solid #eee;
}

.titleFilter {
    width: 100%;
    padding: 17px ;
    color: #fff;
    text-align:center;
    margin-bottom: 25px;
    background-color: #000;
}

    .titleFilter h1 {
        font-size: 160% !important;
        color: #fff !important;
        margin: -11px 0;

    }

.Filterbox a {
    color: #5c5c5c;
}


.titleFilter .icon {
    float: left;
    font-size: 20px;
}

.FilterA {
    margin-top: 20px;
}

    .FilterA li.item {
        padding: 10px;
        border-bottom: 1px solid #eee;
        width: 90%;
        margin: 0 auto;
    }

        .FilterA li.item:last-child {
            border-bottom: 0px solid #eee;
        }


    .FilterA .icon {
        padding: 0 10px;
    }

    .FilterA .tt {
        padding: 5px 25px;
    }

.FilterB {
    width: 100%;
    border-radius: 5px;
    line-height: 25px;

    padding:0 10px;
   
}

.FilterB h6 {
    border-top:1px solid #eee;
    padding-top:20px;
}


    .FilterB .line {
        .border-top: 1px solid #eee;
        padding: 5px 0;
    }

  

    .FilterB h3 {
        border-bottom: 1px solid #eee;
        padding: 12px 0;
        margin: 0 10px;
        color: #1e88e5;
    }

    .FilterB .item {
        border-top: 1px solid #eee;
        padding: 15px 0px;
        margin: 2px 10px;
    }


    .FilterB .body, .FilterB .bodys {
        margin: 10px 0;
    }

.EnjoyedBox {
    margin-top: 30px;
}

    .EnjoyedBox h3 {
        border-bottom: 1px solid #eee;
        padding: 12px 10px;
        color: #1e88e5;
    }

    .EnjoyedBox .item {
        border-bottom: 1px solid #eee;
        padding: 12px 10px;
    }

    .EnjoyedBox h2 {
        line-height: 20px;
        font-weight: 400 !important;
    }

    .EnjoyedBox .view {
        color: #ed1c24;
    }

    .EnjoyedBox .ratting {
        position: absolute;
        margin-top: -10px;
        left: 10px;
        font-size: 15px;
        color: #a0a0a0;
    }

        .EnjoyedBox .ratting i {
            font-size: 25px;
        }



.Filterbox {
    background-color: #fff;
    border:1px solid #eee;
}


    .Filterbox input[type='checkbox'] {
        display: none;
    }

        .Filterbox input[type='checkbox'] + label span {
            display: inline-block;
            width: 24px;
            height: 25px;
            margin: 0px 4px 0 0;
            vertical-align: middle;
            background: url(../images/check_radio_sheet1.png) left top no-repeat;
            cursor: pointer;
        }

        .Filterbox input[type='checkbox']:checked + label span {
            background: url(../images/check_radio_sheet1.png) -24px top no-repeat;
        }


    .Filterbox .tt {
        padding-right: 12px;
        font-weight: normal;
        font-size: 100%;
    }


.divfilter {
    width: 100%;
    .height: 180px;
    .overflow-y: scroll;
    font-weight: normal;
    .font-size: 11px;
    line-height: 20px;
    border: 1px solid #d9d9d9;
    padding: 10px;
    margin: -15px 0 15px 0;
}



.btnfilter {
    border: 1px solid #eee;
    width: 90%;
    background-color: #fff;
    text-align: right;
    font-size: 100%;
    padding: 10px;
    margin:0 15px;
    margin-bottom: 15px;
    border-radius: 5px;
}

    .btnfilter:after {
        font-family: "Ionicons";
        content: "\f3d0";
        float: left;
        margin-right: 15px;
    }
    /* Icon when the collapsible content is hidden */
    .btnfilter.collapsed:after {
        content: "\f3d2";
    }


.rowpdf {
background-color:#eee;
padding:0px 10px;
direction:ltr;
margin:10px 0;

}

.rowpdf .ion {
    width:30px;
    font-size:30px;
    color:#4949ff;
    margin-top:20px;
     float:left;
   
}

.rowpdf .link {
    width:300px;
    padding:30px;
     float:left;
}

.rowpdf .link:hover {
     color:#ed1c24;

}




/*loader*/

.loadImg {
    height: 90px;
    position: fixed;
    margin: 100px -30px 0 0;
    background-color: #fff;
    width: 300px;
    z-index: 600;
    border: 1px solid #c4c4c4;
    text-align: center;
    padding: 10px 0;
}

#bgDiv {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #fff;
    filter: alpha(opacity=50);
    opacity: 0.8;
    z-index: 500;
}

/* ----


/*--------------page-------------*/

.bdPage {
    min-height: 100px;
    margin: 0;
    line-height: 2.2em;
}

.bdPage .nopointer {
    cursor:default;
}

.bdPage .nopointer:hover {
    text-decoration:none;
}
    .bdPage .form-horizontal .control-label {
        text-align: right;
    }


    .bdPage .form-horizontal .form-group {
        margin: 10px;
    }

.box-profile {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px 10px;
    margin-top: 10px;
}

.bdPage h4 {
    line-height: 2.2em;
}

.bdPage .btn {
    background-color: #36bb81;
    padding: 10px;
    color: #fff;
    border: 0;
    .margin: 15px;
    border-radius: 5px;
    font-size: 14px;
}

.mr {
    margin: 0px;
}


.headinfo {
    border-radius: 5px;
    width: 100%;
    border: 1px solid #36bb81;
    padding: 10px;
    color: #36bb81;
    margin: 0px;
}


.TypeUser {
    width: 100%;
    border: 1px solid #1e88e5;
    border-radius: 5px;
    padding: 12px 20px;
    color: #1e88e5;
    font-size: 18px;
    margin: 2px 0;
}

.CreditUser {
    width: 100%;
    border: 3px solid #51bc30;
    padding: 10px 20px;
    color: #51bc30;
    font-size: 18px;
    margin-bottom: 5px;
}

/* ------------- Footer ------------- */






footer {
    background-color: #fff;
}

/*footer-contact*/

.footer-contact .alarm {
    margin-top: 1px;
    background-color: #eee;
    .width:70%;
    position: absolute;
    padding: 14px 8px;
    left: 93px;
    font-size: 12px;
}

.footer-contact .ok, .footer-contact .error {
    margin-top: -45px;
    background-color: #eee;
    .width:70%;
    position: absolute;
    padding: 14px 8px;
    left: 93px;
    font-size: 12px;
}

.newsletter-form .alarm {
    margin-top: 1px;
    background-color: #eee;
    position: absolute;
    font-size: 12px;
    padding: 7px 8px;
    left: 68px;
}

.newsletter-form .ok, .newsletter-form .error {
    margin-top: -45px;
    background-color: #eee;
    position: absolute;
    font-size: 12px;
    padding: 7px 8px;
    left: 68px;
}






.footer-contact .item {
    border-right: 1px solid #ccc;
    min-height: 100px;
    margin: 25px 0;
    text-align: center;
    color: #000;
}

    .footer-contact .item:first-child {
        border-right: 0px;
    }

    .footer-contact .item h5 {
        font-size: 150%;
        margin-bottom: 40px;
    }

.footer-contact .tel span {
    font-size: 140%;
    font-weight: 700;
    margin-right: 10px;
}

footer .footer-contact .footer-contact-us {
    .direction: ltr;
    text-align: right;
}


/*footer-newsletter*/

.footer-newsletter {
    background-color: #656b7b !important;
    color: #fff;
    line-height: 30px;
    padding: 35px 0 5px;
}

    .footer-newsletter a {
        color: #fff;
        text-decoration: none;
    }



/*footer-contact-us*/

.footer-contact .footer-contact-us {
    margin-top: -10px;
}

footer .footer-contact-us {
    text-align: center;
}






    footer .footer-contact-us input[type=submit] {
        position: absolute;
        .border-radius: 0 6px 6px 0;
        border: none;
        line-height: 27px;
        background-color: #1e88e5;
        padding: 10px;
        color: #eee;
        margin-left: -5px;
        border-radius: 5px 0 0 5px;
    }



    footer .footer-contact-us input[type=text] {
        width: 80%;
        line-height: 25px;
        border: 1px solid #DADADA;
        padding: 10px;
        color: #000;
        border-radius: 0 5px 5px 0;
    }



    footer .footer-contact-us .contact-box {
        padding-top: 25px;
        padding-left: 0px;
    }

        footer .footer-contact-us .contact-box h6 {
            margin-bottom: 10px;
        }


        footer .footer-contact-us .contact-box span {
            font-size: 17px;
            font-weight: bold;
            color: #3bb614;
        }






.mobilecopy {
    padding: 10px;
    text-align: center;
}



.titlefooter {
    line-height: 55px;
    margin-bottom: 20px;
    font-weight: bold;
    .text-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3);
}

.bodyitemfooter {
    line-height: 1.6em;
    font-size: 13px;
}



/*.footer-list*/

.footer-list .item {
    width: 20%;
    float: right;
}

    .footer-list .item a {
        color: #5c5c5c;
        text-decoration: none;
    }



footer .footer-box {
    padding-top: 20px;
    background-color: #d2d4d5;
}


footer .footer-list {
    padding: 20px;
}

    footer .footer-list .footer-list-box li a {
        line-height: 10px;
        color: #5c5c5c;
    }


footer .footer-copyright {
    padding: 10px;
    border-top: 1px solid #fff;
    font-size: 12px;
    color: #fff;
    text-align: left;
    background-color: #000;
}

footer .footer-copyright {
    font-size: 10px;
}




@media (min-width:0) and (max-width:992px) {
    footer .footer-list .footer-list-box {
        text-align: center;
    }
}



footer .footer-list {
    padding-top: 10px;
}


.footer-about {
    border-top: 1px solid #E2E2E2;
    margin: 0px;
    padding: 25px 0;
}

    .footer-about h3 {
        font-size: 160%;
    }










/*-----login -----*/
.backlogin {
    .background-image: #fff;
    min-height: 790px;
}

.loginbox {
    width: 600px;
    min-height: 400px;
    margin: 80px auto;
    background-color: #fff;
    padding: 50px;
    border: 1px solid #eee;
    border-radius: 5px;
}

    .loginbox .head {
        color: #262626;
        font-size: 25px;
        text-align: center;
        padding-bottom: 10px;
        font-weight: 800;
    }

    .loginbox .form-group {
        padding: 10px 25px;
    }


    .loginbox .form-control {
        border: 0px;
        border: 1px solid #eee;
        box-shadow: inset 0 0 0 rgba(0, 0, 0, .075);
        padding: 30px 10px;
    }

        .loginbox .form-control:focus::placeholder {
            color: #fff;
        }

        .loginbox .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #000;
            font-size: 14px;
            opacity: 1; /* Firefox */
        }

    .loginbox select {
        border: 1px solid #eee;
        width: 100%;
        border-radius: 5px;
        padding: 20px 5px;
        line-height: 100px !important;
    }




        .loginbox select option {
            padding: 40px !important;
            height: 100px !important;
            font-size: 15px !important;
        }

    .loginbox .robat {
        margin: 20px auto;
        width: 304px;
    }


    .loginbox .btn {
        background-color: #36bb81;
        border: 1px solid #278d61;
        color: #fff;
        border-radius: 5px;
        padding: 10px 25px;
        font-size: 110%;
    }


    .loginbox .result {
        text-align: center;
        line-height: 60px;
        margin-top: 15px;
        border: 0;
        -webkit-box-shadow: 0px 0px 0px 0px rgba(158,158,158,1);
        -moz-box-shadow: 0px 0px 0px 0px rgba(158,158,158,1);
        box-shadow: 0px 0px 0px 0px rgba(158,158,158,1);
    }


        .loginbox .result .alert {
            line-height: 30px;
        }

        .loginbox .result a {
            text-decoration: none;
        }

            .loginbox .result a:hover {
                border-bottom: 1px dashed #1e88e5;
                padding-bottom: 10px;
                color: #1e88e5;
            }


/*addmodal*/

.addmodal .modal-body {
    padding: 30px;
    line-height: 35px;
}

.addmodal .modal-header .close {
    float: left;
}

.addmodal .modal-body .btn {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
}

.txt-404 {
    margin: 150px auto;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: 4;
}

    .txt-404 .btn {
        border-radius: 25px;
        background-color: #8dc73f;
        color: #fff;
        border: 0;
        padding: 10px;
        font-size: 16px;
    }

/*details*/

.backDetails {
    padding: 0px 15px;
    color: #6d6e71;
}

    .backDetails h2 {
        color: #6d6e71;
        font-weight: 300;
        font-size: 160%;
        margin: 20px 0;
    }

    .backDetails h3 {
        color: #6d6e71;
        font-weight: 300;
        font-size: 240%;
        margin: 0;
    }


    .backDetails h4 {
        color: #6d6e71;
        font-weight: 500;
        margin: 0;
    }



    .backDetails .Link {
        background-color: #fff;
        padding: 10px;
        margin: 20px 0px;
        font-size: 120%;
    }


        .backDetails .Link a {
            color: #6d6e71;
            text-decoration: none;
        }




    .backDetails .detail {
        background-color: #fff;
        .color: #083050;
        .padding:10px;
        margin: 13px 0;
    }



        .backDetails .detail .Special {
            right: 0;
            .margin-right:-15px;
            position: absolute;
        }

        .backDetails .detail .mainImg {
            height: 320px;
            border-radius: 5px;
            -webkit-box-shadow: 0px 0px 11px -3px rgba(166,166,166,1);
            -moz-box-shadow: 0px 0px 11px -3px rgba(166,166,166,1);
            box-shadow: 0px 0px 11px -3px rgba(166,166,166,1);
            margin: 0 10px;
            padding: 25px 0;
        }

        .backDetails .detail .imgDetail {
            width: 100%;
        }

        .backDetails .detail .col-md-4 {
            text-align: center;
        }





        .backDetails .detail .contact {
            padding: 10px;
            .line-height:35px;
        }

            .backDetails .detail .contact .titr {
                background-color: #f4f5f6;
                padding: 20px 10px 0 10px;
            }

            .backDetails .detail .contact .item {
                margin: 10px 0;
            }





    .backDetails .content {
        margin: 5px 0px;
    }


.SendRight {
    float: left;
    margin-top: 5px;
}


.rowline {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 5px;
    .text-align: left;
}

    .rowline .icon {
        padding: 0 5px;
    }



/*  filter details  */


.titrfilter {
    margin: 30px 3px;
    .background-color:#ddd;
    .text-align:center;
    border-right: 3px solid #4949ff;
    padding: 0 15px;
    font-size: 20px;
}


.nav-tabs li i {
    margin-left: 10px;
}

.rowfilter {
    margin: 0 3px;
}

.rowmore {
    padding: 0 10px 0 0;
}

.alltxt {
    line-height: 2.0em !important;
    font-size: 16px !important;
}

    .alltxt h4 {
        font-size: 18px !important;
        font-weight: bold !important;
    }


.tab-content .alltxt p img {
    width: 100% !important;
    height: 100% !important;
    text-align: center;
    margin: 0 auto !important;
}


.tab-content .alltxt p img {
    width: auto !important;
    height: auto !important;
    margin: 0 auto !important;
}

.tab-content .alltxt .img {
    text-align: center;
}


.tab-content h1 {
    font-size: 13px;
    color: #666;
    margin-top: -10px;
}



.titlepnl {
    background-color: #f0f1f2;
    padding: 10px 15px;
    margin: 3px 0;
    font-size: 12px;
    color: #555;
}


.normalpnl {
    background-color: #f7f9fa;
    padding: 8px 15px;
    margin: 3px 0;
    font-size: 12px;
    color: #555;
}

    .normalpnl br {
        line-height: 26px;
    }


    .normalpnl .en {
        direction: ltr;
        text-align: right;
    }


    .normalpnl ul.childUL li {
        padding: 0 15px;
        border-left: 1px solid #ddd;
        display: inline;
    }

        .normalpnl ul.childUL li:first-child {
            padding-right: 0;
        }

        .normalpnl ul.childUL li:last-child {
            border-left: 0;
        }


.nopnl {
    background-color: #fcf5f6;
    padding: 8px 15px;
    margin: 3px 0;
    font-size: 14px;
    color: #ff8f90;
}

.okpnl {
    background-color: #f5fcf5;
    padding: 8px 15px;
    margin: 3px 0;
    font-size: 14px;
    color: #b9e1ba;
}




/*menu profile */





.menupp ul {
    list-style-type: none;
}

    .menupp ul li {
        CURSOR: pointer;
        COLOR: #1f1f1f;
        font-size: 13px;
        line-height: 30px;
        margin: 1px 0;
        border: 1px solid #eee;
        border-radius: 5px;
        background: #fefefd; /* Old browsers */
        padding: 5px 10px;
    }


        .menupp ul li a {
            color: #000;
        }

            .menupp ul li a:hover {
                text-decoration: none;
            }

        .menupp ul li:hover {
            background-color: #eee;
            color: #000;
        }

            .menupp ul li:hover a {
                color: #000;
            }

        .menupp ul li.menuinfo {
            background-position: right;
            width: 100%;
            border: 1px solid #ccc;
            border-radius: 5px;
            padding: 8px 10px;
            color: #333 !important;
            font-size: 110%;
            margin: 12px 0;
            cursor: unset;
            margin-bottom: 5px;
        }


.bodypage {
    min-height: 200px;
}

.invoice-box {
    margin: 10px -10px;
}





.Subheadinfo {
    width: 100%;
    padding: 8px 10px;
    color: #000;
    margin-bottom: 15px;
    border-bottom: 2px solid #eee;
    font-size: 13px;
}





.iconcardmenu2 {
    margin-top: -6px;
    width: 33px;
    height: 25px;
    float: left;
    .margin-left: 10px;
    padding: 3px 7px 5px 15px;
    margin-bottom: 5px;
    -ms-transform: rotateY(180deg); /* IE 9 */
    -webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
    transform: rotateY(180deg);
}

.iconcardmenu a {
    color: #fff;
    font-size: 25px;
}



/*----view card -----*/

.main-title {
    padding: 5px;
}

    .main-title ul li {
        padding: 5px;
    }

        .main-title ul li .item {
            border: 1px solid #eee;
            background-color: #f2f2f2;
            color: #ccc;
            margin: 0px;
            padding: 10px;
            width: 100%;
        }


        .main-title ul li.active .item {
            background-color: #51bc30;
            color: #fff;
            padding: 7px;
        }

        .main-title ul li.active1 .item {
            background-color: #fdb913;
            color: #fff;
        }

        .main-title ul li.active .tt {
            .padding-right:10px;
            width: 80%;
            float: right;
            padding: 5px;
        }

        .main-title ul li.active .icon {
            font-size: 23px;
            width: 15%;
            text-align: left;
            padding: 5px;
        }

.itemcardAddress {
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 14px;
    padding: 15px;
    margin: 15px 0;
    min-height: 168px;
    line-height: 29px;
}


.bodypage .itemcardAddress {
    margin: 15px -15px;
}

.bodypage .alert {
    margin: 0px -15px;
    font-size: 110%;
    text-align: center;
}

.itemcardAddress .chngAddress {
    float: left;
    color: #1e88e5;
}

    .itemcardAddress .chngAddress:hover {
        border-bottom: 1px dashed #1e88e5;
        padding-bottom: 9px;
        text-decoration: none;
    }

.itemcardAddress .important {
    margin-right: 10px;
}

.itemcardAddress .btn {
    padding: 12px 30px;
}

.RowEdit {
    position: absolute;
    margin: -120px 30px 0;
    left: 0;
}

.linkDiv {
    height: 230px;
    width: 100%;
    position: absolute;
}

.Receivered {
    background-color: #f6fcf4;
}

.Receiveredbox {
    text-align: center;
}

.Receivered .Receiveredbox {
    color: #51bc30;
}

.itemcardAddress hr {
    margin: 10px 0;
}

.itemcard {
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 14px;
    padding: 35px 5px;
    margin: 15px 0;
    min-height: 169px;
}

    .itemcard .hamkarPrice {
        font-size: 15px;
        margin-top: 35px;
        text-align: center;
    }

    .itemcard .discountCart {
        line-height: 28px;
        color: #aaa;
        margin-bottom: 10px;
        margin-top: -30px;
    }

        .itemcard .discountCart .DiPrice {
            font-size: 13px;
        }

        .itemcard .discountCart .ToPrice {
            text-decoration: line-through;
        }


    .itemcard select {
        display: unset;
        height: 32px;
        width: 60px;
        padding: 0 10px;
    }

    .itemcard .unitPrice {
        padding-top: 35px;
    }

    .itemcard .qty {
        padding-top: 25px;
    }

    .itemcard .qty1 {
        padding-top: 30px;
    }

    .itemcard .infovwvart {
        padding: 10px 0px;
        line-height: 25px;
        font-weight: bold;
    }


    .itemcard .userprice {
        color: #a6a6a6;
        font-size: 11px;
        .padding:10px 0;
        text-align: right;
    }

    .itemcard .userprice1 {
        color: #a6a6a6;
        font-size: 13px;
        padding: 10px 0;
        text-align: right;
    }



    .itemcard .Coworkerprice {
        color: #51bc30;
        font-size: 14px;
        padding: 15px 0;
        text-align: right;
    }

    .itemcard .btndelete {
        margin-top: 40px;
        width: 30px;
        padding: 5px 9px 3px 12px;
        background-color: #f5f6f1;
        border-radius: 50px;
        position: absolute;
    }

.validator .form-group {
    margin: 5px;
}

.rightcard .items {
    padding: 30px 5px;
    margin: 0;
}

.rightcard .itemss {
    .padding: 10px 5px;
    margin: 0;
}


.rightcard .del {
    padding: 40px 5px;
    margin: 0;
    text-align: center;
}




.deltxt {
    padding-right: 15px;
}


.delitem {
    background-color: red;
    .height:10px;
    padding: 6px 0;
    margin-top: 10px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.btndelete {
    width: 25px;
    . background-color:#ff6b6b;
    color: #d0b8b6;
    font-size: 15px;
    text-align: center;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -moz-border-radius-topright: 5px;
    -moz-border-radius-bottomright: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 3px 7px;
    .height:25px;
}

    .btndelete a {
        color: red;
    }

.delitem a {
    text-decoration: none;
    color: #fff;
}

.RightBox {
    background-color: #f1f1f1;
    color: #000;
    padding: 20px 10px;
    margin: 0 5px;
    border: 1px solid #ccc;
    line-height: 25px;
}

.TypeSend {
    margin: 0px;
}

    .TypeSend table {
        width: 100%;
    }

    .TypeSend tr td {
        border: 1px solid #eee !important;
        border-radius: 5px;
        padding: 15px;
        line-height: 28px;
    }

.TypePay {
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px;
    margin: 10px 0 0;
}

    .TypePay .title {
        border-left: 1px solid #eee;
    }

        .TypePay .title label {
            font-size: 14px;
            padding-right: 28px;
        }

        .TypePay .title span {
            padding-right: 28px;
        }

/*address*/
.additem {
    border: 1px solid #eee;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
    margin: 10px -5px;
}

.additemactive {
    border: 1px solid #51bc30;
    background-color: #f6fcf4;
}


.itemall {
    border-bottom: 1px solid #eee;
    padding: 0 10px 10px 10px;
}

.additem .item {
    border-left: 1px solid #eee;
    min-height: 60px;
}

.additem .itemfirst {
    padding: 30px 20px;
    border-left: 1px solid #eee;
    min-height: 90px;
}

.additem .item .col-md-12 {
    padding: 5px 15px;
}

.backcol {
    background-color: #f1f1f1;
    padding: 10px;
    margin: 10px -5px;
}


/*REVIEW PAGE*/
.titlereview {
    background-color: #f7f9fa;
    border: 1px solid #eee;
    padding: 5px 0;
    margin: 0 -5px;
    text-align: center;
}

    .titlereview .items {
        padding: 0;
    }



.titlereviws a {
    text-decoration: none;
}

.titlereviws .items {
    padding: 0;
    text-align: center;
    font-size: 14px;
}


.titlereviws .important {
    color: #ff9707;
}

.titlereviws .important1 {
    color: #51bc30;
}

.brandimg {
    background-color: #fff;
    text-align: center;
    margin-top: -5px;
}

.price {
    .font-weight: bold;
    font-size: 13px;
    padding-left: 20px !important;
    line-height: 25px;
}



.carddiscount {
    color: #ff5252;
    font-size: 12px;
    text-align: right;
}

.cardtotal {
    color: #51bc30;
    text-align: center;
}



.rowitemview {
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}


    .rowitemview .items {
        padding: 35px 0;
        text-align: center;
    }


        .rowitemview .items .icon {
            font-size: 20px;
        }


    .rowitemview .inforevw {
        padding: 10px 0;
    }

.toptitle {
    color: #bbb;
    font-size: 20px;
    padding: 40px 0 30px 0;
    .font-weight:bold;
}


.orderdata .items {
    border: 1px solid #eee;
    padding: 15px;
}

.orderdata .itemsicon {
    border: 1px solid #eee;
    font-size: 30px;
    padding: 5px 10px;
    text-align: center;
}


.important {
    color: #51bc30;
}

.orderdata .itemedit {
    text-align: center;
    background-color: #f7f9fa;
    font-size: 20px;
}

    .orderdata .itemedit a {
        .padding:7px;
        text-align: center;
        .background-color:red;
        text-align: center;
    }

.orderdata a:hover .itemedit {
    background-color: #51bc30;
}



/*pager*/


.Pager {
    direction: ltr;
    float: left;
    margin: -1px 0 2px 0px;
    .background-color:red;
    .width: 450px;
}

.PageCount {
    padding: 0px 7px;
    margin-left: 5px;
    .border-left: 1px solid #dedddd;
    text-decoration: none;
    color: #666;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    .vertical-align: text-top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    .vertical-align: text-top;
}

.pagerCount {
    margin-top: 6px;
}


.Pager .PageCount:nth-of-type(1) {
    padding: 0px 7px;
    .margin-left: 5px;
    .border: 1px solid #fff;
    text-decoration: none;
    color: #666;
    background-color: #fdfdfd;
    border: 1px solid #ddd;
    .vertical-align: text-top;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.PageCurrent {
    padding: 0px 7px;
    margin-left: 5px;
    .border-left: 1px solid #dedddd;
    text-decoration: none;
    color: #fff;
    background-color: #666;
    .vertical-align: text-top;
    .border: 1px solid #dedddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.padleft {
    padding-left: 10px;
}


.nextbtn {
}

.Pager input {
    vertical-align: middle;
    margin-left: -4px;
}

.Pager a {
    color: #666;
    text-decoration: none;
}


.PageCount a {
    width: 40px;
    height: 30px;
    text-decoration: none;
    color: #666;
}

.Pager a:hover {
    text-decoration: solid;
}


/*page paymet*/

.tdradio {
    width: 30px;
}

.paytbl tr td {
    padding: 20px 15px !important;
}

/**/
.titleinvoice {
    color: #aaa !important;
    border: 1px solid #eee;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 8px 0;
    margin: 5px -2px;
    text-align: center;
    color: #fff;
}

    .titleinvoice .items {
        padding: 0;
    }

.titleroworderLV {
    padding: 5px 5px;
    border-bottom: 1px solid #eee;
    margin: 10px;
    .background-color: #d4d5d7;
}


    .titleroworderLV .items {
        padding: 0 25px;
    }


.roworderLV {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    margin: 0 10px;
}




.rowpaymentLV {
    padding: 10px 20px;
    .border-bottom:1px solid #ccc;
    .margin: 0 10px;
    font-size: 13px;
}

    .rowpaymentLV .infovwvart {
        line-height: 20px;
    }

    .rowpaymentLV .items {
        padding-right: 25px;
    }

    .rowpaymentLV .brandimg {
        position: absolute;
        margin-top: -10px;
    }

.rowpaymentLV2 {
    background-color: #ffc87a;
    margin: 0px;
    opacity: 0.5;
}

.menu-credit ul li {
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 18px -8px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 18px -8px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 18px -8px rgba(0,0,0,0.75);
    padding: 10px;
    margin-bottom: 10px;
}

    .menu-credit ul li i {
        font-size: 50px;
    }

    .menu-credit ul li a {
        text-decoration: none;
    }

    .menu-credit ul li.active {
        background-color: #9fabb7;
    }

        .menu-credit ul li.active a {
            color: #fff;
        }

.des-price {
    margin: 10px 0;
    text-align: center;
}

    .des-price .right {
        padding: 10px;
        background-color: #e6e6e6;
        font-weight: bold;
    }

    .des-price .left {
        padding: 10px;
        background-color: #f0f0f0;
    }

.content-credit .tab-content {
    border: 0;
    box-shadow: 0px 0px 0px 0px;
}

.content-credit .form-group {
    margin: 20px 0;
}

.content-credit table tr td {
    border: 1px solid #e6e6e6;
    background-color: #f0f0f0;
    padding: 10px;
}

.content-credit .btn {
    margin: auto 0;
}

.content-credit .online-paid {
    width: 100px;
    position: absolute;
    z-index: 999999;
    left: 86px;
    margin-top: -45px;
}

    .content-credit .online-paid .btn {
        padding: 12px 30px;
    }

.roworder2 .rowpaymentno {
    display: block;
}

.rowpaymentno {
    display: none;
    width: 100px;
    text-align: center;
    position: absolute;
    margin-top: 30px;
    z-index: 999999;
    background-color: #fff;
    margin-right: 45%;
    padding: 10px;
    border: 1px solid #ff9600;
    color: #ff9600;
}

    .rowpaymentno i {
        font-size: 20px;
        margin-left: 10px;
    }

    .rowpaymentno td {
        padding: 0 5px;
    }

.roworderSend {
    padding: 15px 30px 15px 20px;
    font-size: 12px;
    min-height: 185px;
    line-height: 25px;
}

    .roworderSend .paid {
        font-size: 15px;
        border: 1px solid #eee;
    }

        .roworderSend .paid .discount {
            color: red;
        }

        .roworderSend .paid td {
            padding: 8px;
            border-bottom: 1px solid #eee;
        }

.No-Paid {
    background-color: #ff7779;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.debtor {
    font-size: 13px;
}

.No-Paid a, .yes-confirm a, .yes-paid a {
    color: #fff;
}

.yes-confirm {
    background-color: #4cb88d;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.yes-paid {
    background-color: #1e88e5;
    color: #fff;
    padding: 10px;
    text-align: center;
    font-size: 18px;
}

.address_box {
    background-color: #dfe6ee;
    padding: 20px 15px;
    font-size: 15px;
}

    .address_box h2 {
        color: #1e88e5;
        font-size: 20px;
    }

.Full-main .itemmain .item {
    margin-bottom: 20px;
}


.margin-pro {
    margin: 10px -30px;
}

.shema {
    margin-bottom: 30px;
}



    .shema .items {
        text-align: center;
        padding: 0;
        margin: 0;
    }

        .shema .items div.ee {
            text-align: center;
            -webkit-border-radius: 17px;
            -moz-border-radius: 17px;
            border-radius: 17px;
            width: 34px;
            height: 34px;
            .border: 1px solid #eee;
            background-color: #fdb913;
            padding: 3px;
            margin: 0 auto;
            margin-top: -34px;
            color: #fff;
            font-size: 17px;
            border: 5px solid #fff;
        }





        .shema .items hr.line {
            border: 1px solid #fdb913;
            .margin-top:35px;
        }



/*------------ newPro -----------*/

.newPro {
    background-color: #fff;
    margin: 20px 0;
}

    .newPro .itempro {
        padding: 25px;
        border-bottom: 1px solid #eee;
    }

@media (min-width: 768px) {
    .newPro .itempro {
        padding: 10px 10px 0;
        border-bottom: 0px;
    }
}

.newPro .e-name {
    text-align: center;
    margin: 0 auto;
}

    .newPro .e-name img {
        max-width: 70px;
        height: auto;
    }

.newPro .e-img {
    width: 80% !important;
    margin: 0 auto;
    padding: 12px 0;
    min-height: 110px;
}

.newPro .e-info {
    text-align: center;
    margin: 0 auto;
    font-size: 13px;
}

.newPro .price {
    text-align: center;
    margin: 0 auto;
    color: #66b44f;
}

.newPro .hamkarPrice {
    color: #fdb913;
    font-size: 11px;
    display: none;
}

.newPro .rowdiscount {
    height: 15px;
    margin-top: -5px;
}

.newPro .rightitem {
    padding: 20px 20px 20px 0;
}


    .newPro .rightitem .item {
        border-right: 1px solid #ccc;
        padding: 70px 25px 70px 0;
    }



/*product box*/
.titr-box {
    background-color: #003a54;
    color: #fff;
    padding: 5px 15px;
}

    .titr-box h2 {
        font-size: 14px;
        color: #fff;
        margin: 0;
    }


.iconaddress {
    font-size: 20px;
    padding: 10px;
    text-align: center;
    color: #5c5c5c;
}

    .iconaddress a:hover {
        color: #51bc30;
    }

.edit a {
    color: #5c5c5c;
}


.del a {
    color: red;
}

.okaddress {
    border: 1px solid green;
    padding: 10px;
}


.ErrorALL {
    padding: 5px;
    border: 1px solid red;
    width: 100%;
}


.okALL {
    padding: 5px;
    border: 1px solid GREEN;
    width: 100%;
}




.offer {
    margin-top: 20px;
    .width: 200px;
    .position: absolute;
    .margin-right: 15px;
    color: #aaa;
    text-align: left;
}

    .offer span {
        font-size: 180%;
        color: #000;
    }


.Discount {
    text-decoration: line-through;
    color: #c3c0c0;
}

.Discounthamkar {
    text-decoration: line-through;
}

.off {
    color: #36bb81;
    .text-align: left;
}

.hamkarP {
    color: #8dc63f;
}

.hamkarpnl {
    margin-top: 10px;
    line-height: 45px;
}

    .hamkarpnl .pricebox {
        font-size: 160% !important;
    }

    .hamkarpnl .off {
        font-size: 160% !important;
        text-align: right !important;
    }

    .hamkarpnl .btn {
        padding: 10px 35px;
        font-size: 140% !important;
        margin-top: 10px;
        font-weight: 300;
        border-radius: 5px;
    }

.hamkarPrice {
    color: #000;
}


.txtleft {
    text-align: left;
}

.fltleft {
    float: left;
}

.pd0 {
    padding: 0;
}

.mgleft {
    margin-left: -25px;
}

.backDel {
    background-color: #ffeded;
}


.importantword {
    color: #51bc30;
}

.Error {
    padding: 10px;
    color: red;
    margin: 10px;
    border: 1px solid red;
    border-radius: 5px;
}

/*-------tab-----------*/

.tabs-right {
    background-color: #fff;
    text-align: center;
    .padding:3px 0;
    font-weight: bold;
}

    .tabs-right > li {
        float: none;
        .border-bottom:1px solid #e1e1e1;
        width: 100%;
        .padding: 5px 0 !important;
    }



        .tabs-right > li.active .bb {
            content: ' ';
            width: 0px;
            height: 0px;
            border-top: 17px solid transparent;
            border-left: 30px solid #5bc434;
            border-bottom: 17px solid transparent;
            margin-right: -30px;
            position: absolute;
            margin-top: -34px;
        }


.nav-tabs > li > a {
    line-height: 14px !important;
}

.tabs-right > li > a {
    .border-radius: 0 4px 4px 0;
    color: #000;
}


.tabs-right > li.active > a {
    background-color: #003a54 !important;
    color: #fff !important;
    width: 100%;
    .margin:0 -2px !important;
    .border: 0 !important;
    margin-right: 0px;
}




    .tabs-right > li.active > a > h3 {
        color: #fff;
    }

.tab-content {
    .border: 1px solid #ddd;
    min-height: 254px;
}

.disnone {
    display: none;
}

.wi180 {
    width: 180px;
}
/*-------tab-----------*/

.OffOn {
    text-align: right;
    margin-top: -5px;
    font-size: 100%;
    border: 1px solid #eee;
    height: 50px;
    padding: 10px 0;
    margin-bottom: 15px;
    border-radius: 5px;
}




.rating {
    margin: 15px 0;
    padding-bottom: 10px;
    width: 100%;
}

.rating-left {
    float: right;
    .width: 100%;
    .margin-left: 5px;
}

.RadRating {
    margin-top: -3px;
    width: 120px;
    float: right;
}

.headPro .rating {
    .float:left;
    text-align: left;
    margin: -25px 0;
    padding-bottom: 30px;
    width: 100%;
    line-height: 15px;
}

.rating b {
    padding: 0 10px;
    color: #a0a0a0;
    font-weight: 400;
}

.checkfeature {
    min-height: 440px;
    margin: 30px 0 70px;
}

.partA {
    margin: 30px 0;
    background-color: #f8f8f8;
}

.checkfeature img {
    margin-top: 50px;
    position: absolute;
    height: 420px;
}

.partA img {
    height: 420px;
    width: 100%;
}

.partA .rating {
    margin: 0 -20px 0 0;
}


.checkfeature h3, .partA h3 {
    font-size: 200%;
    margin: 25px 0;
    font-weight: 400;
}

.partA .cntnt {
    padding: 0 60px;
}

.checkfeature .cntnt {
    padding: 30px;
    color: #fff;
}


    .checkfeature .cntnt a {
        color: #fff;
    }

.partA .cntnt h4 {
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}

    .checkfeature .cntnt h4 i, .partA .cntnt h4 i {
        font-size: 25px;
        margin-left: 10px;
    }

.partA .Rate-Date {
    margin: 20px 0;
    line-height: 30px;
}

.partA .cntnt .item1 h4 {
    color: #1e88e5;
}

    .partA .cntnt .item1 h4 i {
        color: #1e88e5;
    }

.partA .cntnt .item2 h4 {
    color: #84bb3b;
}

    .partA .cntnt .item2 h4 i {
        color: #84bb3b;
    }

.partA .cntnt .item3 h4 {
    color: #ed1a3b;
}

    .partA .cntnt .item3 h4 i {
        color: #ed1a3b;
    }

.checkfeature .cntnt h4 {
    color: #eee;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 400;
}

    .checkfeature .cntnt h4 i {
        color: #fff;
        font-size: 25px;
        margin-left: 10px;
    }

.checkfeature .cntnt .items, .partA .cntnt .items {
    padding: 10px 0;
    line-height: 28px;
    padding-right: 35px;
}

.checkfeature .cntnt p {
    margin: 15px;
    line-height: 28px;
    font-size: 12px;
}

.checkfeature .cntnt .more {
    padding: 20px 0;
    width: 100%;
    margin: 15px;
    text-align: left;
    text-decoration: none;
    position: absolute;
    margin-top: -40px;
    .background-color: rgba(90, 31, 149,0.7);
}

    .checkfeature .cntnt .more a {
        color: #eee;
        text-decoration: none;
        font-size: 80%;
    }
