/*--
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/

body a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

input[type="button"] {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

h1, h2, h3, h4, h5, h6 {
    padding: 0 0;
    margin: 0 0;
    font-family: 'Cagliostro', sans-serif;
}

p {
    padding: 0 0;
    margin: 0 0;
}

ul {
    padding: 0 0;
    margin: 0 0;
}

body {
    padding: 0 0;
    margin: 0 0;
    font-family: 'Open Sans', sans-serif;
}

.header-top {
    background: #1565c0;
    padding: .7em 0;
}

.top-left {
    float: left;
}

.top-left i {
    font-size: 1em;
    margin-left: 0.5em;
}

.top-left a {
    color: #fff;
    font-size: 1em;
    text-transform: capitalize;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.top-right ul li {
    display: inline-block;
    padding: 0em 1em;
}

.top-right ul li a {
    font-size: 1em;
    text-transform: capitalize;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

.top-right ul li.text a {
    color: #fff;
}

.top-right {
    float: right;
}

.heder-bottom {
    padding: 1em 0;
    background: #0d59af;
}

.logo-nav-left {
    float: left;
}
.logo-nav-left h1:hover {
    cursor: pointer;
}
.logo-nav-left h1 a {
    font-size: 1.5em;
    color: #fff;
    text-decoration: none;
}

.logo-nav-left h1 a span {
    display: block;
    font-size: .2em;
    line-height: 0;
    text-transform: uppercase;
    letter-spacing: 11px;
    color: #fff;
    padding-left: .3em;
}

.logo-nav-left1 {
    float: left;
    margin-left: 2em;
}

.logo-nav-left1 ul li a {
    font-size: .95em;
    color: #fff;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    text-transform: capitalize;
    font-weight: 600;
}

.navbar-default .navbar-nav > li > a {
    color: #fff;
}

.logo-nav-left1 ul li.active a.act {
    color: #fff !important;
}

.multi-column-dropdown li a {
    color: #999 !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: transparent;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
    margin-top: 1em;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 10px;
    border: 1px solid transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    color: #fff;
}

.navbar-default {
    background: none;
    border: none;
}

.navbar-collapse {
    padding: 0;
}

ul.multi-column-dropdown h6 {
    font-size: 1.4em;
    color: #222222;
    margin: 0 0 1em;
    padding-bottom: 1em;
    border-bottom: 1px solid #E4E4E4;
    text-transform: capitalize;
}

.multi-column-dropdown li {
    list-style-type: none;
    margin: 7px 0;
}

.multi-column-dropdown li a {
    display: block;
    clear: both;
    line-height: 1.428571429;
    color: #999 !important;
    white-space: normal;
    font-weight: 500 !important;
}

.dropdown-menu.columns-3 {
    min-width: 700px;
    padding: 30px 30px;
}

.dropdown-menu.columns-2 {
    min-width: 300px;
    padding: 30px 30px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background: none;
    border: none;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: transparent;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: none;
    color: #fff !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
}

.multi-gd-img img {
    width: 100%;
}

.search-box {
    margin-top: .6em;
}

/*start search*/
/*--search--*/
.cd-main-header {
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    will-change: transform;
}

.cd-main-header {
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.cd-main-content.nav-is-visible, .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(-260px);
    -moz-transform: translateX(-260px);
    -ms-transform: translateX(-260px);
    -o-transform: translateX(-260px);
    transform: translateX(-260px);
}

.nav-on-left .cd-main-content.nav-is-visible, .nav-on-left .cd-main-header.nav-is-visible {
    -webkit-transform: translateX(260px);
    -moz-transform: translateX(260px);
    -ms-transform: translateX(260px);
    -o-transform: translateX(260px);
    transform: translateX(260px);
}

.cd-header-buttons {
    position: absolute;
    display: inline-block;
    top: 72px;
    right: 22%;
}

.cd-header-buttons li {
    display: inline-block;
}

.cd-search-trigger, .cd-nav-trigger {
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    overflow: hidden;
    white-space: nowrap;
    color: transparent;
    z-index: 3;
}

.cd-search-trigger::before, .cd-search-trigger::after {
    /* search icon */
    content: '';
    position: absolute;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.cd-search-trigger::before {
    /* lens */
    top: 11px;
    left: 11px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    border: 3px solid #fff;
}

.cd-search-trigger::after {
    /* handle */
    height: 3px;
    width: 8px;
    background: #fff;
    bottom: 14px;
    right: 11px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search-trigger span {
    /* container for the X icon */
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.cd-search-trigger span::before, .cd-search-trigger span::after {
    /* close icon */
    content: '';
    position: absolute;
    display: inline-block;
    height: 3px;
    width: 22px;
    top: 50%;
    margin-top: -2px;
    left: 50%;
    margin-left: -11px;
    background: #fff;
    opacity: 0;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
}

.cd-search-trigger span::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search-trigger span::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.cd-search-trigger.search-is-visible::before, .cd-search-trigger.search-is-visible::after {
    /* hide search icon */
    -moz-opacity: 0;
    opacity: 0;
}

.cd-search-trigger.search-is-visible span::before, .cd-search-trigger.search-is-visible span::after {
    /* show close icon */
    -moz-opacity: 1;
    opacity: 1;
}

.cd-search-trigger.search-is-visible span::before {
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.cd-search-trigger.search-is-visible span::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.cd-search {
    position: absolute;
    width: 100%;
    top: 19%;
    left: 0;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}

.cd-search input {
    border-radius: 0;
    border: none;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    padding: 0 5%;
    -webkit-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 #e2e3df, 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    font-size: 2em;
    padding: 1em 2em;
    color: #fff;
}

.cd-search input::-webkit-input-placeholder {
    color: #fff !important;
}

.cd-search input::-moz-placeholder {
    color: #fff !important;
}

.cd-search input:-moz-placeholder {
    color: #fff !important;
}

.cd-search input:-ms-input-placeholder {
    color: #fff !important;
}

.cd-search input:focus {
    outline: none;
}

.cd-search.is-visible {
    -moz-opacity: 1;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}

/*-- search-ends --*/
.header-right2 {
    float: right;
    margin-top: 1.5em;
}

.box_1 {
    float: right;
}

.box_1 h3 {
    color: #fff;
    font-size: 0.9em;
    margin: 0;
}

.total {
    display: inline-block;
    vertical-align: middle;
}

.box_1 a img {
    margin: 3px 0 0 0px;
}

.box_1 p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

a.simpleCart_empty {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    text-align: right;
    display: block;
}

/*-- //header --*/
.ban-bottom-w3l {

}

.ban-bottom1 {
    float: left;
    width: 48%;
    margin-right: 2%
}

.ban-bottom2 {
    float: left;
    width: 48%;
    margin-left: 2%
}

.ban-img {
    margin-top: 2.1em;
}

.ban-top {
    position: relative;
    overflow: hidden;
}

.ban-top img {
    -moz-transition: all 1s;
    -o-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 100%;
}

.ban-top:hover img {
    -moz-transform: scale3d(1.1, 1.1, 1);
    -o-transform: scale3d(1.1, 1.1, 1);
    -ms-transform: scale3d(1.1, 1.1, 1);
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

.ban-text {
    position: absolute;
    top: 50%;
    left: 25%;
    background: rgba(13, 89, 175, 0.72);
    padding: 1em;
}

.ban-text1 {
    position: absolute;
    top: 40%;
    left: 25%;
    background: rgba(13, 89, 175, 0.72);
    padding: 1em;
}

.ban-text h4 {
    font-size: 2em;
    color: #fff;
}

.ban-text1 h4 {
    font-size: 2em;
    color: #fff;
}

.ban-text2 h4 {
    font-size: 1.5em;
    color: #fff;
}

.ban-text2 span {
    display: block;
    line-height: 1.5em;
}

/* Sweep To Top */
.hvr-sweep-to-top {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.hvr-sweep-to-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #F19E1F;
    border-radius: 50%;
    -webkit-border-radius: 60%;
    -moz-border-radius: 60%;
    -o-border-radius: 60%;
    -ms-border-radius: 60%;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-sweep-to-top:hover, .hvr-sweep-to-top:focus, .hvr-sweep-to-top:active {
    color: white;
}

.hvr-sweep-to-top:hover:before, .hvr-sweep-to-top:focus:before, .hvr-sweep-to-top:active:before, .services-grid:hover .hvr-sweep-to-top:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.ban-text2 {
    position: absolute;
    top: 14%;
    left: 45%;
    background: #1565C0;
    padding: 1.5em;
    border-radius: 60px;
    text-align: center;
    width: 18%;
}

h2.title {
    text-align: center;
    font-size: 3em;
    color: #1565C0;
}

.new-arrivals-w3agile {
    padding: 5em 0;
    background: #F9F8F8;

}

.arrivals-grids {
    margin-top: 4em;
}

.grid-arr {
    border: 1px solid #E2E2E2;
    border: 5px solid #ffffff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    padding: 0em;
}

.grid-arr .grid-arrival figure {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0 0 20px 0;
    width: 100%;
}

.grid-arr .grid-arrival figure:hover .grid-img + .grid-img {
    right: 100%;
}

.grid-arr .grid-arrival figure > a {
    display: block;
    float: left;
    width: 100%;
    z-index: 1;
}

.grid-arr .grid-arrival figure > a .grid-img {
    width: 100%;
    line-height: 0;
    will-change: right;
    -moz-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.grid-arr .grid-arrival figure > a .grid-img img {
    width: 100%;
    min-height: 200px;
}

.grid-arr .grid-arrival figure > a .grid-img + .grid-img {
    position: absolute;
    top: 0;
    right: 0;
    -moz-transition: right 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
    -o-transition: right 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
    -webkit-transition: right 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
    transition: right 0.7s cubic-bezier(0.75, 0, 0.175, 1), opacity 0.7s cubic-bezier(0.75, 0, 0.175, 1);
}

.grid-arr .grid-arrival figure > a .grid-img + .grid-img img {
    max-width: none;
}

.grid-product {
    width: 70%;
    margin: 0 auto;
}

.women h6 {
    font-size: 1.4em;
    margin: 0.4em 0;
}

.women h6 a {
    color: #1565C0;
    text-decoration: none;
}

.women p {
    font-size: 1em;
    color: #999;
    margin: 0.9em 0;
}

em.item_price {
    font-style: normal;
    color: #000;
    font-weight: 600;
}

span.size {
    color: #000000;
    font-weight: 600;
}

/*--cart--*/
a:focus {
    outline: thin dotted;
    outline: none;
    outline-offset: -2px;
}

.grid-arrival {
    position: relative;
}

.ribben {
    position: absolute;
    top: 30%;
    left: -3%;
    padding: 0.5em;
    background: #F19E1F;
    width: 32%;
}

.ribben1 {
    position: absolute;
    top: 15%;
    left: -3%;
    padding: 0.5em;
    background: #AF1D0D;
    width: 32%;
}

.ribben p {
    font-size: 1em;
    color: #fff;
}

.ribben1 p {
    font-size: 1em;
    color: #fff;
}

.ribben:after {
    content: '';
    position: absolute;
    top: 85%;
    right: 77%;
    width: 0;
    height: 0;
    border-top: 24px solid #BF8020;
    border-right: 14px solid transparent;
    border-left: 3px solid transparent;
    transform: rotate(97deg);
}

.ribben1:after {
    content: '';
    position: absolute;
    top: 86%;
    right: 78%;
    width: 0;
    height: 0;
    border-top: 24px solid #6D1107;
    border-right: 14px solid transparent;
    border-left: 3px solid transparent;
    transform: rotate(97deg);
}

.ribben2 p {
    font-size: 1em;
    color: #fff;
}

.ribben2 {
    position: absolute;
    top: 15%;
    left: -3%;
    padding: 0.5em;
    background: #0D59AF;
    width: 42%;
}

.ribben2:after {
    content: '';
    position: absolute;
    top: 86%;
    right: 83%;
    width: 0;
    height: 0;
    border-top: 24px solid #04448C;
    border-right: 14px solid transparent;
    border-left: 3px solid transparent;
    transform: rotate(97deg);
}

a.my-cart-b {
    text-decoration: none;
}

.my-cart-b {
    background: none;
    text-decoration: none;
    color: #1565C0;
    font-size: 1em;
    border: 2px solid #F19E1F;
    padding: 0.5em 1em;
    outline: none;
}

/* Sweep To Bottom */
.my-cart-b {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.my-cart-b:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1565C0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 50px;
    border: 2px solid #1565C0;
}

.my-cart-b:hover, .my-cart-b:focus, .my-cart-b:active {
    color: white;
    background: none;
    border: 2px solid #1565C0;
    outline: none !important;
}

.my-cart-b:hover:before, .my-cart-b:focus:before, .my-cart-b:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}

.accessories-w3l {
    text-align: center;
    background: url(../img/client/img3.html) no-repeat 0px 0px;
    min-height: 534px;
    background-size: cover;
    padding: 10em 0;
}

h3.title {
    font-size: 3em;

}

.accessories-w3l span {
    font-size: 5em;

    line-height: 2em;
    font-family: 'Cagliostro', sans-serif;
    margin-bottom: .5em;
    display: block;
}

a.button1 {
    font-size: 1em;
    background: #F19E1F;
    color: #fff;
    padding: 1em 2em;
    text-decoration: none;
    margin-top: 2em;
}

.slider {
    position: relative;
    text-align: center;
    width: 100%;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    left: 0;
    top: 0;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    font-family: FontAwesome;
    visibility: visible;
    display: block;
    height: 8px;
    width: 8px;
    display: inline-block;
    border: 2px solid #fff;
    border-radius: 50%;
    background: #fff;
}

.callbacks_here a:after {
    border: 2px solid #FFF;
    background: transparent;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs li {
    display: inline-block;
}

ul.callbacks_tabs.callbacks1_tabs {
    position: absolute;
    bottom: 29px;
    z-index: 999;
    left: 46%;
    display: none;
}

.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 73%;
    left: 15%;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 61px;
    width: 38px;
    margin-top: -45px;
}

.callbacks_nav.next {
    left: auto;
    background-position: right top;
    right: 15%;
}

.product-agile {
    padding: 5em 0;
}

h3.title1 {
    text-align: center;
    font-size: 3em;
    color: #1565C0;
}

.caption {
    margin-top: 4em;
}

.latest-w3 {
    padding: 5em 0;
    background: #F7F7F7;
}

.latest-grids {
    margin-top: 4em;
}

.latest-top {
    position: relative;
    overflow: hidden;
}

.latest-text {
    background: rgba(21, 101, 192, 0.71);
    padding: 1em;
    position: absolute;
    left: 0;
    bottom: -67%;
    text-align: center;
    width: 100%;
    height: 210px;
    -webkit-transition: .5s all;
    transition: .5s all;
    -moz-transition: .5s all;
}

.latest-grid:hover .latest-text {
    bottom: -50%;
}

.latest-text h4 {
    color: #FFFFFF;
    font-size: 2em;
    margin: 0;
}

.latest-text2 {
    position: absolute;
    top: 3%;
    left: 80%;
    background: #1565C0;
    padding: 1.5em 0em;
    border-radius: 60px;
    text-align: center;
    width: 17%;
}

.latest-text2 h4 {
    font-size: 1.2em;
    color: #fff;
}

.footer-w3l {
    background: #1565C0;
    padding: 5em 0;
}

.footer-grid h4 {
    font-size: 2em;
    color: #fff;
    margin-bottom: .5em;
}

.footer-grid p {
    font-size: .96em;
    color: #eee;
    line-height: 1.8em;
}

.footer-grid ul li a {
    font-size: .96em;
    color: #eee;
    line-height: 2em;
    text-decoration: none;
}

.footer-grid i {
    font-size: 1em;
    color: #fff;
    margin-right: 11px;
    line-height: 2em;
    border-radius: 48px;
    border: 1px solid #F19E1F;
    width: 30px;
    height: 30px;
    text-align: center;
    vertical-align: middle;
}

.footer-grid ul li {
    list-style: none;
}

.footer-grid ul li a:hover {
    color: #F39911;
}

.footer-grid p a {
    color: #eee;
}

.foot ul li:nth-child(2) {
    margin: 1em 0;
}

.copy-section {
    padding: 2em 0;
    text-align: center;
    background: #0A0A0A;
}

.copy-section p {
    font-size: 0.9em;
    color: #fff;
    font-weight: 400;
}

.copy-left {
    float: left;
    margin-top: 0.6em;
}

.copy-right {
    float: right;
}

.copy-section a {
    font-size: 1em;
    color: #fff;
    font-weight: 400;
    text-transform: capitalize;
}

.copy-section a:hover {
    color: #fff;
}

.copy-section a {
    margin: 0 0.3em
}

.social-icon {
    margin-top: 1.8em;
}

.social-icon a i {
    width: 32px;
    height: 32px;
    background: #F19E1F url(../img/client/img-sprite.html) no-repeat 0px 0px;
    display: inline-block;
    margin: 0 0.2em;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    border-radius: 16px;
}

.social-icon i.icon:hover {
    background: #AF1D0D url(../img/client/img-sprite.html) no-repeat 0px 0px;
    border-radius: 0px;
    transform: rotate(25deg);
}

.social-icon i.icon {
    background-position: 0px 0px;
}

.social-icon i.icon1 {
    background-position: -32px 0px;
}

.social-icon i.icon1:hover {
    background: #AF1D0D url(../img/client/img-sprite.html) no-repeat -32px 0px;
    border-radius: 0px;
    transform: rotate(25deg);
}

.social-icon i.icon2 {
    background-position: -64px 0px;
}

.social-icon i.icon2:hover {
    background: #AF1D0D url(../img/client/img-sprite.html) no-repeat -64px 0px;
    border-radius: 0px;
    transform: rotate(25deg);
}

.social-icon i.icon3 {
    background-position: -96px 0px;
}

.social-icon i.icon3:hover {
    background: #AF1D0D url(../img/client/img-sprite.html) no-repeat -96px 0px;
    border-radius: 0px;
    transform: rotate(25deg);
}

.news-grid p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
    padding-top: 1em;
    width: 90%;
    margin: 0 auto 1em;
}

.news-gr h4 {
    text-align: center;
    font-size: 1.5em;
    color: #222;
}

.new-grid h5 {
    font-size: 1.7em;
    color: #222;
}

.new-grid h6 {
    font-size: 1.2em;
    margin: 1em 0;
    font-weight: 600;
}

.new-grid span {
    font-size: 1em;
    color: #777;
    line-height: 2em;
}

.modal-header {
    min-height: 16.42857143px;
    padding: 6px;
    border-bottom: 1px solid #FFFFFF;
}

.modal-dialog {
    width: 950px;
}

.color-quality-left {
    float: left;
}

.color-quality-right {
    float: left;
    margin-left: 8em;
}

.color-quality ul li {
    display: inline-block;
    margin-right: .5em;
}

.color-quality ul li a {
    font-size: 14px;
    color: #999;
    text-decoration: none;
}

.color-quality ul li a span {
    width: 15px;
    height: 15px;
    display: block;
    background: #ff0000;
    margin: 0 auto .5em;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
}

.color-quality ul li a.brown span {
    background: #00008c;
}

.color-quality ul li a.purple span {
    background: #840084;
}

.color-quality ul li a.gray span {
    background: #ff00ff;
}

.color-quality {
    margin: 1em 0;
}

/*-- quantity-starts --*/
.value-minus,
.value-plus, .value-minus1,
.value-plus1 {
    height: 40px;
    line-height: 24px;
    width: 40px;
    margin-right: 3px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    font-size: 18px;
    color: #fff;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    border: 1px solid #b2b2b2;
    vertical-align: bottom;
}

.quantity-select .entry.value-minus:before,
.quantity-select .entry.value-plus:before, .quantity-select .entry.value-minus1:before,
.quantity-select .entry.value-plus1:before {
    content: "";
    width: 13px;
    height: 2px;
    background: #000;
    left: 50%;
    margin-left: -7px;
    top: 50%;
    margin-top: -0.5px;
    position: absolute;
}

.quantity-select .entry.value-plus:after, .quantity-select .entry.value-plus1:after {
    content: "";
    height: 13px;
    width: 2px;
    background: #000;
    left: 50%;
    margin-left: -1.4px;
    top: 50%;
    margin-top: -6.2px;
    position: absolute;
}

.value, .value1 {
    cursor: default;
    width: 40px;
    height: 40px;
    padding: 8px 0px;
    color: #A9A9A9;
    line-height: 24px;
    border: 1px solid #E5E5E5;
    background-color: #E5E5E5;
    text-align: center;
    display: inline-block;
    margin-right: 3px;
}

.quantity-select .entry.value-minus:hover,
.quantity-select .entry.value-plus:hover, .quantity-select .entry.value-minus1:hover,
.quantity-select .entry.value-plus1:hover {
    background: #E5E5E5;
}

.quantity-select .entry.value-minus, .quantity-select .entry.value-minus1 {
    margin-left: 0;
}

/*-- quantity-end --*/
/*--products--*/
.banner1 {
    background: url(../img/client/b1.html) no-repeat 0px 0px;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    min-height: 190px;
    padding: 6em 0 0;
    text-align: center;
}

.banner1 h3 a {
    color: #fff;
    text-decoration: none;
}

.banner1 h3 {
    font-size: 2em;
    color: #fff;
    margin: 0 0 0em;
}

.banner1 h3 span {
    color: #fff;
}

.products-agileinfo {
    padding: 5em 0;
    background: #F9F8F8;
}

.product-agileinfo-grids {
    margin-top: 4em;
}

.categories h3 {
    text-align: center;
    font-size: 2.5em;
    padding: .2em;
    background: #f19e1f;
    color: #fff;
    margin-bottom: .5em;
}

/*-- treeview --*/
.categories label {
    padding: 5px;
    border-radius: 3px;
    margin: 2px;
    font-size: 1.5em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 500;
    color: #777;
}

.categories a {
    background: url("../img/client/icons1.html") no-repeat 10px 9px !important;
    padding: 7px 0 0 31px;
    border-radius: 3px;
    margin: 2px;
    font-size: 15px;
}

.categories ul,
.categories li {
    list-style: none;
}

.categories input {
    position: absolute;
    opacity: 0;
}

.categories {
    font: normal 11px "Segoe UI", Arial, Sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}

.categories a {
    color: #777;
    text-decoration: none;
}

.categories a:hover {
    text-decoration: underline;
}

.categories input + label + ul {
    margin: 0 0 0 22px;
}

.categories input + label + ul {
    display: none;
}

.categories label,
.categories label::before {
    cursor: pointer;
}

.categories input:disabled + label {
    cursor: default;
    opacity: .6;
}

.categories input:checked:not(:disabled) + label + ul {
    display: block;
}

.categories label,
.categories label::before {
    background: url("../img/client/icons1.html") no-repeat 15px 9px !important;
}

.categories label,
.categories a,
.categories label::before {
    display: inline-block;
    vertical-align: middle;
}

.categories label {
    background-position: 18px 0;
}

.categories label::before {
    content: "";
    width: 16px;
    margin: 0 22px 0 0;
    vertical-align: middle;
    background-position: 0 -32px;
}

.categories input:checked + label::before {
    background-position: 0 -16px;
}

/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
    .categories {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }

    @-webkit-keyframes webkit-adjacent-element-selector-bugfix {
        from {
            padding: 0;
        }
        to {
            padding: 0;
        }
    }
}

/*-- //treeview --*/
.price, .cat-img, .brand-w3l {
    margin-top: 2em;
}

.price h3, .top-rates h3, .brand-w3l h3 {
    text-align: center;
    font-size: 2em;
    padding: .2em;
    background: #f19e1f;
    color: #fff;
    margin-bottom: .5em;
}

/*-- Slider range --*/
ul.dropdown-menu6, ul.dropdown-menu5 {
    margin: 0;
    position: relative;
}

ul.dropdown-menu6 li {
    list-style: none;
}

ul.dropdown-menu6 li p {
    width: 100%;
}

span.amount {
    color: #ffffff;
    font-size: 16px;
}

.price input#amount, .price input#amount1 {
    font-size: 18px;
    outline: none;
    background: none;
    word-spacing: 1em;
    color: #000 !important;
    position: absolute;
    left: 0%;
    top: 10px;
    text-align: center;
    width: 100%;
    padding: 4px 0;
}

ul.dropdown-menu6 li a {
    text-decoration: none;
}

.range, .range-two {
    padding: 15px 0 22px 0;
    border-bottom: 1px solid #e5e3db;
}

.top-rates {
    padding-top: 3.5em;
}

.brand-w3l ul li a {
    font-size: 1.1em;
    color: #777;
    text-decoration: none;
    margin-left: 2em;
}

.brand-w3l ul li {
    list-style: none;
    border-bottom: 1px solid #d6d5d5;
    padding: 0.5em 0;
}

.mens-toolbar p {
    color: #000;
    font-size: 1em;
    display: inline-block;
}

.mens-toolbar p select {
    color: #000;
    font-size: 0.9em;
    outline: none;
    cursor: pointer;
    padding: 0.3em;
    border: none;
}

.mens-toolbar {
    padding: 2em 0;
}

.mens-toolbar p {
    color: #777;
    font-size: 1em;
    display: inline-block;
}

.showing {
    margin: 0 3em;
}

.nav1-tabs > li > a {
    margin-right: 0px;
    line-height: 1.42857143;
    border: 1px solid #FAA43D;
    border-radius: 0;
    background: #FAA43D;
}

.product-agileinfon-grid1 {
    text-align: center;
}

.prod1 {
    margin: 3em 0;
}

.prod2 {
    margin-top: 3em;
}

.prod3 {
    margin: 3em 0;
}

.prod4 {
    margin-top: 3em;
}

/*--products--*/
/*--codes--*/
.typo-w3 {
    padding: 5em 0;
}

.well {
    font-weight: 300;
    font-size: 14px;
}

.list-group-item {
    font-weight: 300;
    font-size: 14px;
}

li.list-group-item1 {
    font-size: 14px;
    font-weight: 300;
}

.typo p {
    margin: 0;
    font-size: 14px;
    font-weight: 300;
}

.show-grid [class^=col-] {
    background: #fff;
    text-align: center;
    margin-bottom: 10px;
    line-height: 2em;
    border: 10px solid #f0f0f0;
}

.show-grid [class*="col-"]:hover {
    background: #e0e0e0;
}

.grid_3 {
    margin-bottom: 2em;
}

.xs h3, h3.m_1 {
    color: #000;
    font-size: 1.7em;
    font-weight: 300;
    margin-bottom: 1em;
}

.grid_3 p {
    color: #555;
    font-size: 0.85em;
    margin-bottom: 14px;
    font-weight: 300;
}

.grid_4 {
    background: none;
    margin-top: 50px;
}

.label {
    font-weight: 300 !important;
    border-radius: 4px;
}

.grid_5 {
    background: none;
    padding: 2em 0;
}

.grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
    margin-bottom: 1em;
    color: #F58703;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 0;
}

.badge-primary {
    background-color: #03a9f4;
}

.badge-success {
    background-color: #8bc34a;
}

.badge-warning {
    background-color: #ffc107;
}

.badge-danger {
    background-color: #e51c23;
}

.grid_3 p {
    line-height: 2em;
    color: #555;
    font-size: 0.9em;
    margin-bottom: 1em;
    font-weight: 300;
}

.bs-docs-example {
    margin: 1em 0;
}

section#tables p {
    margin-top: 1em;
}

.tab-container .tab-content {
    border-radius: 0 2px 2px 2px;
    border: 1px solid #e0e0e0;
    padding: 16px;
    background-color: #ffffff;
}

.table td, .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 15px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    font-size: 0.9em;
    color: #999;
    border-top: none !important;
}

.tab-content > .active {
    display: block;
    visibility: visible;
}

.label {
    font-weight: 300 !important;
}

.label {
    padding: 4px 6px;
    border: none;
    text-shadow: none;
}

.nav-tabs {
    margin-bottom: 3em;
}

.alert {
    font-size: 0.85em;
}

h1.t-button, h2.t-button, h3.t-button, h4.t-button, h5.t-button {
    line-height: 2em;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

li.list-group-item1 {
    line-height: 2.5em;
}

.input-group {
    margin-bottom: 20px;
}

.in-gp-tl {
    padding: 0;
}

.in-gp-tb {
    padding-right: 0;
}

.list-group {
    margin-bottom: 48px;
}

ol {
    margin-bottom: 44px;
}

h2.typoh2 {
    margin: 0 0 10px;
}

@media (max-width: 768px) {
    .grid_5 {
        padding: 0 0 1em;
    }

    .grid_3 {
        margin-bottom: 0em;
    }
}

@media (max-width: 640px) {
    h1, .h1, h2, .h2, h3, .h3 {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .grid_5 h3, .grid_5 h2, .grid_5 h1, .grid_5 h4, .grid_5 h5, h3.hdg, h3.bars {
        margin-bottom: .5em;
    }

    .progress {
        height: 10px;
        margin-bottom: 10px;
    }

    ol.breadcrumb li, .grid_3 p, ul.list-group li, li.list-group-item1 {
        font-size: 14px;
    }

    .breadcrumb {
        margin-bottom: 10px;
    }

    .well {
        font-size: 14px;
        margin-bottom: 10px;
    }

    h2.typoh2 {
        font-size: 1.5em;
    }

    .label {
        font-size: 60%;
    }
}

@media (max-width: 480px) {
    .table h1 {
        font-size: 26px;
    }

    .table h2 {
        font-size: 23px;
    }

    .table h3 {
        font-size: 20px;
    }

    .label {
        font-size: 53%;
    }

    .alert, p {
        font-size: 14px;
    }

    .pagination {
        margin: 20px 0 0px;
    }
}

@media (max-width: 320px) {
    .grid_4 {
        margin-top: 18px;
    }

    h3.title {
        font-size: 1.6em;
    }

    .alert, p, ol.breadcrumb li, .grid_3 p, .well, ul.list-group li, li.list-group-item1, a.list-group-item {
        font-size: 13px;
    }

    .alert {
        padding: 10px;
        margin-bottom: 10px;
    }

    ul.pagination li a {
        font-size: 14px;
        padding: 5px 11px;
    }

    .list-group {
        margin-bottom: 10px;
    }

    .well {
        padding: 10px;
    }

    .nav > li > a {
        font-size: 14px;
    }

    table.table.table-striped, .table-bordered, .bs-docs-example {
        display: none;
    }
}

/*--codes--*/
/*--single--*/
.single-wl3 {
    padding: 5em 0;
}

.single-left {
    float: left;
    width: 48%;
    margin-right: 2%;
}

.single-right {
    float: left;
    width: 50%;
}

.single-grid h4 {
    font-size: 2em;
    color: #222;
    margin-bottom: 0.5em;
}

.description p {
    font-size: 1em;
    line-height: 1.8em;
    color: #777;
}

.description span {
    font-size: 1.2em;
    color: #f19e1f;
    font-weight: bold;
    font-family: 'Cagliostro', sans-serif;
}

p.price {
    font-size: 2em;
    margin: 0.5em 0;
    color: #AF1D0D;
    font-weight: bold;
    font-family: 'Cagliostro', sans-serif;
}

.color-quality h6 {
    font-size: 1.2em;
    margin: 1em 0;
    font-weight: 600;
}

.women span {
    font-size: 1em;
    color: #000;
    margin: 1em 0;
    display: block;
}

.single-grid1 h3 {
    font-size: 2.5em;
    text-align: center;
    color: #1565C0;
    margin-bottom: 0.3em;
}

.recent-left {
    float: left;
    width: 24%;
}

.recent-right {
    float: right;
    width: 68%;
    margin-top: 1em;
}

span.price-in1 {
    font-size: 1.2em;
    color: #AF1D0D;
    font-weight: bold;
    margin-top: 0.5em;
    display: block;
}

.best2 a {
    font-size: 1.5em;
    text-decoration: none;
    display: block;
    margin-bottom: 0.5em;
}

.nav-tabs {
    border-bottom: 1px solid #fff;
}

.left-tab > li > a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: none !important;
    border-radius: 0;
    color: #fff;
    background: #F19E1F;
    padding: 0.5em 1em;
    font-size: 1.2em;
}

.left-tab > li.active > a, .left-tab > li.active > a:hover, .left-tab > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #AF1D0D;
    border: none !important;
    border-bottom-color: none !important;
}

.nav > li > a:hover, .nav > li > a:focus {
    background: #AF1D0D;
    color: #fff !important;
}

.product-w3agile {
    margin-top: 4em;
}

.product-grids {
    margin-top: 4em;
}

.descr h4 {
    font-size: 2em;
    color: #222;
    margin-bottom: 0.5em;
}

p.quote {
    font-size: 1em;
    color: #777;
    line-height: 1.8em;
    padding: 1em 2em;
    background: #eee;
    margin: 2em 2em;
    border-left: 5px solid #af1d0d;
}

.descr {
    padding-top: 2em;
}

.descr p {
    font-size: 1em;
    color: #777;
    line-height: 1.8em;
}

.descr ul li {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.8em;
}

.video iframe {
    width: 100%;
    height: 410px;
    margin-bottom: 1em;
}

.reviews-left {
    float: left;
    width: 14%;
}

.reviews-right {
    float: right;
    width: 83%;
    border: 1px solid #eee;
    padding: 2em;
}

.reviews-right ul li {
    display: inline-block;
}

.reviews-right ul li a {
    font-size: 1em;
    color: #FDA30E;
    text-transform: uppercase;
    text-decoration: none;
}

.reviews-right ul li:nth-child(2) {
    float: right;
}

.reviews-right ul li a i {
    left: -1em;
}

.reviews-bottom {
    margin-top: 2em;
}

.reviews-bottom p {
    padding: 1em 0;
}

.reviews-bottom input[type="text"], .reviews-bottom input[type="email"], .reviews-bottom textarea {
    outline: none;
    padding: 10px;
    border: 1px solid #D2D2D2;
    font-size: 15px;
    color: #FDA30E;
    width: 100%;
}

.reviews-bottom textarea {
    width: 100% !important;
    min-height: 150px;
    margin-bottom: 1em;
    resize: none;
}

.reviews-bottom form {
    margin-top: 1em;
}

.reviews-bottom input[type="submit"] {
    outline: none;
    padding: 10px 0;
    background: #AF1D0D;
    border: none;
    width: 20%;
    font-size: 1em;
    color: #fff;
    margin-top: 1em;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.reviews-bottom input[type="submit"]:hover {
    background: #F19E1F;
}

/*--single--*/
/*--mail--*/
.mail-w3ls {
    padding: 5em 0;
}

.mail-grid i {
    font-size: 1.5em;
    border-radius: 60px;
    border: 2px solid #fbb005;
    padding: 1em;
    color: #fff;
    background: #fbb005;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.mail-grid i:hover {
    background: #0d59af;
}

.mail-grids {
    margin-top: 4em;
}

.mail-grid h5 {
    font-size: 1.8em;
    color: #1565c0;
    margin-top: .5em;
}

.mail-grid p {
    font-size: 1em;
    color: #777;
    margin-top: .5em;
}

.mail-top {
    text-align: center;
}

.map-w3 iframe {
    width: 100%;
    height: 350px;
    border: 7px double #fbb005;
}

.map-w3 {
    margin: 4em 0;
}

.mail-bottom h4 {
    font-size: 2em;
    text-align: center;
    margin-bottom: 1em;
    color: #1565c0;
}

.mail-bottom input[type="text"], .mail-bottom input[type="email"] {
    width: 32.9%;
    float: left;
}

.mail-bottom textarea {
    min-height: 200px;
    resize: none;
    width: 100%;
    margin: 1em 0;
}

.mail-bottom input[type="text"], .mail-bottom input[type="email"], .mail-bottom textarea {
    background: none;
    border: 1px solid #D9D9D9;
    color: #A3A3A3;
    padding: 13px 10px;
    font-size: 14px;
    outline: none;
}

.mail-bottom input[type="email"] {
    margin: 0 6px;
}

.mail-bottom input[type="submit"], .mail-bottom input[type="reset"] {
    outline: none;
    color: #fff;
    font-size: 1em;
    padding: 13px 0;
    width: 12%;
    background: #fbb005;
    border: none;
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;
}

.mail-bottom input[type="submit"]:hover, .mail-bottom input[type="reset"]:hover {
    background: #1565C0;
}

/*--mail--*/
/*--login--*/
.login {
    padding: 6em 0;
}

.account-grids {
    margin-top: 2em;
}

.main-agileits {
    width: 30%;
    margin: 0em auto;
    box-shadow: 0px 0px 15px 0px #D6D6D6;
    -o-box-shadow: 0px 0px 15px 0px #D6D6D6;
    -moz-box-shadow: 0px 0px 15px 0px #D6D6D6;
    -webkit-box-shadow: 0px 0px 15px 0px #D6D6D6;
    padding: 3em;
}

.key input[type="text"], .key input[type="password"] {
    width: 87%;
    padding: 10px 10px;
    font-size: 1em;
    border: none;
    border-bottom: none;
    outline: none;
    color: #999;
    float: left;
    background: none;
}

.key i {
    float: left;
    color: #999;
    font-size: 1.1em;
    padding: 13px;
}

.key {
    background: #fff;
    border: 1px solid #999;
    margin-bottom: 2em;
}

.form-w3agile h3 {
    color: #1565C0;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 1.5em;
}

h3.account-text {
    color: #1565C0;
    font-size: 2.5em;
    text-align: center;
    margin-bottom: 1.5em;
}

.account-grid h5 {
    font-size: 1.5em;
    color: #AF1D0D;
    margin-bottom: 0.54em;
}

.form-w3agile input[type="submit"] {
    background: #fdb515;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    border: none;
    font-size: 1em;
    outline: none;
    width: 32%;
    cursor: pointer;
    margin-bottom: 30px;
}

.form-w3agile input[type="submit"]:hover {
    background: #AF1D0D;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.account-grid input[type="submit"] {
    background: #fdb515;
    color: #FFFFFF;
    text-align: center;
    padding: 10px 0;
    border: none;
    font-size: 1em;
    outline: none;
    width: 32%;
    cursor: pointer;
    margin-bottom: 30px;
}

.account-grid input[type="submit"]:hover {
    background: #AF1D0D;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

.forg a {
    text-decoration: none;
    color: #AF1D0D;
    font-size: 1em;
}

.forg a:hover {
    color: #fdb515;
}

.forg-left {
    float: left;
}

.forg-right {
    float: right;
}

.form1 input[type="submit"] {
    margin-bottom: 0;
}

/*--//login--*/
/*--checkout--*/
/*--checkout--*/
.cart h2 {
    font-size: 1.5em;
    margin-bottom: 1em;
}

.cart-sec {

    margin-bottom: 3em;
}

.cart-item {
    width: 20%;
    float: left;
    margin-right: 5%;

}

.cart-item img {
    width: 100%;
}

.cart-item-info {
    width: 75%;
    float: left;

}

.check {
    padding: 5em 0;
}

.cart-item-info h3 {
    font-size: 1em;
    font-weight: 600;
}

.cart-item-info h3 a {
    color: #000;
}

.cart-item-info h3 span {
    display: block;
    font-weight: 400;
    font-size: 0.85em;
    margin: 0.7em 0;
}

.size_3 {
    width: 100%;
}

.delivery {
    margin-top: 3em;
}

.delivery p {
    color: #A6A6A6;
    font-size: 1em;
    font-weight: 400;
    float: left;
}

.delivery span {
    color: #A6A6A6;
    font-size: 1em;
    font-weight: 400;
    float: right;
}

.cart-item-info h4 span {
    font-size: 0.65em;
    font-weight: 400;
}

.close1, .close2 {
    background: url('../img/client/close_1.html') no-repeat 0px 0px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.close3 {
    background: url('../img/client/close_1.html') no-repeat 0px 0px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.cart-header {
    position: relative;
}

.cart-header2 {
    position: relative;
}

.cart-header3 {
    position: relative;
}

a.order {
    background: #00405d;
    padding: 10px 20px;

    font-size: 1em;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 600;
    text-align: center;
    margin: 3em 0;
}

a.order:hover {
    background: #615c85;
}

.total-item, .cart-items {
    margin-top: 0em;
    padding: 5em 0;
}

.total-item h3 {
    color: #333;
    font-size: 1.1em;
    margin-bottom: 1em;
}

.total-item h4 {
    font-size: 0.8em;
    font-weight: 600;
    color: #9C9C9C;
    display: inline-block;
    margin-right: 6em;
}

a.cpns {
    background: #ff6978;
    color: #fff;

    padding: 10px;
    font-size: 0.8em;
    font-weight: 600;
}

a.cpns:hover {
    background: #615c85;
}

.total-item p {
    font-size: 0.9em;
    font-weight: 400;
    margin-top: 1em;
    color: #727272;
}

.total-item p a:hover {
    color: #333;
    text-decoration: underline;
}

a.continue {
    background: #00405d;
    padding: 10px 20px;

    font-size: 1em;
    color: #fff;
    text-decoration: none;
    display: block;
    font-weight: 600;
    text-align: center;
    margin-bottom: 2em;
}

a.continue:hover {
    background: #615c85;
}

ul.total_price {
    padding: 0;
    margin: 1em 0 0 0;
    list-style: none;
}

ul.total_price li.last_price {
    width: 50%;
    float: left;

}

ul.total_price li.last_price span {
    font-size: 1.1em;
    color: #000;
}

.price-details {
    border-bottom: 1px solid #DDD9D9;
    padding-bottom: 10px;
}

.price-details h3 {
    color: #000;
    font-size: 1.2em;
    margin-bottom: 1em;
}

.price-details span {
    width: 50%;
    float: left;
    font-size: 0.8125em;
    color: #000;
    line-height: 1.8em;
}

.cart-items h2 {
    font-size: 1.5em;
    margin-bottom: 2em;
}

a.item_add1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-top-right-radius: 0;
    /* border-bottom-right-radius: 50%; */
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 10px 15px;
    background: url(0.html) #f54d56;
}

a.item_add1:hover {
    background: rgb(3, 193, 167);
    text-decoration: none;
    color: #fff;
}

.btn_5 {
    padding: 25px 40px;
    font-size: 1.1em;
}

ul.qty {
    padding: 0;
    margin: 0;
    list-style: none;
}

ul.qty li {
    display: inline-block;
    margin-right: 10%;
}

ul.qty li p {
    font-size: 0.8125em;
    color: #555;
}

li.bt-nn h6 {
    font-size: 1.2em;
    text-align: r;
    color: #621622;
    margin: 1em 0;
}

/**responsive**/
@media (max-width: 1440px) {

}

@media (max-width: 1366px) {
    .accessories-w3l {
        min-height: 482px;
        padding: 7em 0;
    }

    .ribben1 {
        top: 12%;
    }

    .main-agileits {
        width: 31%;
    }
}

@media (max-width: 1280px) {
    .ribben2 {
        top: 15%;
    }

    .main-agileits {
        width: 33%;
    }

    .cd-search {
        top: 17%;
    }
}

@media (max-width: 1080px) {
    .ban-text2 {
        width: 20%;
    }

    .ban-text2 h4 {
        font-size: 1.3em;
    }

    .ban-text h4, .ban-text1 h4 {
        font-size: 1.8em;
    }

    .dropdown-menu.columns-3, .dropdown-menu.columns-2 {
        left: -205%;
    }

    .ribben2 {
        top: 14%;
        width: 48%;
    }

    .ribben1:after, .ribben:after {
        right: 73%;
    }

    .ribben1 {
        top: 11%;
    }

    .ribben {
        left: -8%;
    }

    .women h6 {
        font-size: 1.3em;
    }

    .ban-text1 {
        left: 21%;
    }

    .accessories-w3l {
        min-height: 382px;
        padding: 6em 0;
    }

    .accessories-w3l span {
        font-size: 4em;
    }

    .latest-text2 {
        left: 73%;
        width: 21%;
    }

    .latest-text {
        height: 175px;
    }

    .ribben2:after {
        top: 85%;
    }

    .best2 a {
        font-size: 1.37em;
    }

    .description p, .descr p, .women p {
        font-size: 0.965em;
    }

    .single-grid1 h3 {
        font-size: 2em;
    }

    .main-agileits {
        width: 39%;
    }

    .video iframe {
        height: 345px;
    }
}

@media (max-width: 1024px) {
    .dropdown-menu.columns-3, .dropdown-menu.columns-2 {
        left: -240%;
    }

    .ribben {
        left: -4%;
    }

    .cd-search {
        top: 23%;
    }

    .ban-img {
        margin-top: 1.8em;
    }

    .ribben1 {
        top: 10%;
    }

    .main-agileits {
        width: 41%;
    }

    .cd-header-buttons {
        right: 20%;
    }
}

@media (max-width: 991px) {
    .logo-nav-left h1 a {
        font-size: 1.1em;
    }

    .logo-nav-left h1 a span {
        letter-spacing: 9px;
    }

    .logo-nav-left1 ul li a {
        font-size: 12px;
    }

    .dropdown-menu.columns-3, .dropdown-menu.columns-2 {
        left: -355%;
    }

    .top-right ul li a {
        font-size: 0.95em;
    }

    .nav > li > a {
        padding: 10px 10px;
    }

    .logo-nav-left1 {
        float: left;
        margin-left: 1em;
    }

    .cd-header-buttons {
        top: 66px;
        right: 25%;
    }

    .cd-search {
        top: 18%;
    }

    .ban-bottom {
        float: left;
        width: 50%;
    }

    .ban-bottom3 {
        float: left;
        width: 50%;
    }

    .ban-img {
        margin-top: 1.5em;
    }

    .ban-text1 {
        left: 9%;
    }

    .ban-text2 {
        width: 26%;
    }

    .ban-text h4, .ban-text1 h4 {
        font-size: 1.5em;
    }

    .ban-bottom-w3l, .new-arrivals-w3agile, .product-agile, .latest-w3, .footer-w3l, .products-agileinfo, .typo-w3, .mail-w3ls, .single-wl3 {
        padding: 4em 0;
    }
    .ban-bottom-w3l{
        padding: 0em 0!important;
    }
    .arrival-grid {
        float: left;
        width: 25%;
    }

    .ribben1 p, .ribben p, .ribben2 p {
        font-size: 0.95em;
    }

    .ribben2 {
        top: 14%;
        width: 60%;
    }

    .ribben {
        left: -5%;
    }

    .ribben2:after {
        top: 84%;
    }

    .ribben1:after {
        right: 67%;
        top: 82%;
    }

    .ribben:after {
        right: 65%;
        top: 82%;
    }

    .accessories-w3l {
        min-height: 370px;
        padding: 5em 0;
    }

    .accessories-w3l span {
        font-size: 3.5em;
    }

    h2.title {
        font-size: 2.8em;
    }

    .cap-left {
        float: left;
        width: 25%;
    }

    .latest-grid {
        float: left;
        width: 33.3%;
    }

    .latest-text2 {
        left: 68%;
        width: 29%;
    }

    .latest-text h4, .footer-grid h4, .descr h4, .single-grid h4 {
        font-size: 1.8em;
    }

    .latest-text {
        height: 136px;
    }

    h3.title1, h3.title {
        font-size: 2.8em;
    }

    .footer-grid {
        float: left;
        width: 25%;
        padding: 0 3px;
    }

    .product-agileinfo-grid {
        float: left;
        width: 35%;
    }

    .product-agileinfon-grid1 {
        float: left;
        width: 65%;
        padding: 0;
    }

    .product-agileinfon-top-left {
        float: left;
        width: 50%;
    }

    .showing {
        margin: 0 1em;
    }

    .categories h3 {
        font-size: 2.2em;
    }

    .categories label {
        font-size: 1.3em;
    }

    .price h3, .top-rates h3, .brand-w3l h3 {
        font-size: 1.8em;
    }

    .product-tab-grid {
        float: left;
        width: 33.3%;
        padding: 0 9px;
    }

    .product-tab1-grid {
        float: left;
        width: 40%;
    }

    .product-tab1-grid1 {
        float: left;
        width: 60%;
    }

    .mail-grid {
        float: left;
        width: 33.3%;
    }

    .mail-bottom input[type="email"] {
        margin: 0 4px;
    }

    .map-w3 iframe {
        height: 300px;
    }

    .main-agileits {
        width: 42%;
    }

    .product-grid {
        float: left;
        width: 40%;
    }

    .product-grid1 {
        float: left;
        width: 60%;
    }

    .single-grid1 {
        margin-top: 2em;
    }

    .video iframe {
        height: 232px;
    }

    .new-grid1 {
        float: left;
        width: 40%;
    }

    .new-grid {
        float: left;
        width: 60%;
    }

    .modal-dialog {
        width: 669px;
    }

    .color-quality-right {
        float: left;
        margin-left: 1.5em;
    }

    .new-grid span {
        font-size: 0.96em;
    }

    .new-grid h5 {
        font-size: 1.5em;
    }

    ul.multi-column-dropdown h6 {
        margin: 0 0 .5em;
    }

    .total-item, .cart-items {
        margin-top: 0em;
        padding: 4em 0;
    }

    .row-grid:nth-child(2) {
        margin-top: 1em;
    }
}

@media (max-width: 800px) {
    .cd-header-buttons {
        top: 66px;
        right: 20%;
    }

    .accessories-w3l {
        min-height: 320px;
        padding: 4em 0;
    }

    .dropdown-menu.columns-3, .dropdown-menu.columns-2 {
        left: -343%;
    }

    .dropdown-menu.columns-3, .dropdown-menu.columns-2 {
        min-width: 610px;
        padding: 30px 30px;
    }

    .main-agileits {
        width: 52%;
    }
}

@media (max-width: 768px) {
    .cd-search {
        top: 22%;
    }

    .main-agileits {
        width: 54%;
    }
}

@media (max-width: 736px) {
    .navbar-toggle {
        margin-left: 15px;
        float: none;
    }

    .logo-nav-left {
        margin-top: .7em;
    }

    .logo-nav-left h1 a span {
        letter-spacing: 7.5px;
    }

    .navbar-collapse {
        max-height: 678px;
    }

    .navbar-nav {
        margin: 5.5px 0px;
        text-align: left;
    }
    .bs-megadropdown-tabs{
        width: 100%;
    }
    .navbar-nav .open .dropdown-menu {
        background: #fff;
    }

    .cd-search {
        top: 36%;
    }

    .logo-nav-left1 {
        width: 48%;
        margin-top: .8em;
        margin-left: 0;
    }

    .dropdown-menu.columns-3, .dropdown-menu.columns-2 {
        min-width: 263px;
        padding: 30px 30px;
    }

    .multi-gd-img {
        float: left;
        width: 50%;
    }

    .navbar-default {
        background: none;
        border: none;
        text-align: right;
    }

    .ban-text2 {
        width: 28%;
    }

    h2.title {
        font-size: 2.5em;
    }

    h3.title1, h3.title {
        font-size: 2.5em;
    }

    .accessories-w3l span {
        font-size: 3em;
    }

    .caption, .arrivals-grids, .latest-grids, .product-w3agile, .product-agileinfo-grids, .mail-grids, .product-grids {
        margin-top: 3em;
    }

    .ribben2 {
        top: 14%;
        width: 64%;
    }

    .latest-text {
        height: 128px;
        bottom: -60%;
    }

    .product-agileinfo-grid {
        float: left;
        width: 50%;
    }

    .product-agileinfon-grid1 {
        float: left;
        width: 100%;
        margin-top: 2em;
    }

    .ribben:after {
        right: 67%;
        top: 82%;
    }

    .ribben {
        left: -2%;
    }

    .main-agileits {
        width: 57%;
    }

    .login {
        padding: 4em 0;
    }

    .modal-dialog {
        width: 700px;
    }
}

@media (max-width: 667px) {
    .ban-text2 {
        width: 31%;
    }

    .ban-text {
        top: 55%;
    }

    .new-arrivals-w3agile, .product-agile, .latest-w3, .footer-w3l, .products-agileinfo, .typo-w3, .mail-w3ls, .single-wl3 {
        padding: 3em 0;
    }

    .arrival-grid, .cap-left {
        float: left;
        width: 50%;
    }

    .ribben:after {
        right: 78%;
        top: 82%;
    }

    .ribben1:after {
        right: 77%;
    }

    .ribben2 {
        top: 14%;
        width: 38%;
    }

    .arrival-grid:nth-child(3), .arrival-grid:nth-child(4) {
        margin-top: 2em;
    }

    .cap-left:nth-child(3), .cap-left:nth-child(4) {
        margin-top: 2em;
    }

    a.button1 {
        font-size: 0.95em;
        padding: 0.5em 1em;
    }

    .accessories-w3l {
        background: url(../img/client/img3.html) no-repeat -200px 0px;
        background-size: cover;
        min-height: 295px;
    }

    .latest-grid {
        padding: 0 6px;
    }

    .latest-text2 {
        left: 63%;
        width: 30%;
    }

    .latest-text h4, .footer-grid h4, .descr h4, .single-grid h4 {
        font-size: 1.5em;
    }

    .footer-grid {
        float: left;
        width: 100%;
    }

    .footer-grid:nth-child(2) {
        margin: 2em 0;
    }

    .footer-grid:nth-child(4) {
        margin-top: 2em;
    }

    .banner1 {
        min-height: 125px;
        padding: 3em 0 0;
    }

    .product-tab-grid {
        float: left;
        width: 50%;
    }

    .product-tab-grid:nth-child(3) {
        margin-top: 2em;
    }

    .mail-grid h5 {
        font-size: 1.5em;
    }

    .cd-search {
        top: 45%;
    }

    .main-agileits {
        width: 63%;
    }

    .modal-dialog {
        width: 625px;
    }

    .color-quality-right {
        float: left;
        margin-left: 0.5em;
    }
}

@media (max-width: 600px) {
    .cd-header-buttons {
        top: 55px;
        right: 25%;
    }

    .logo-nav-left1 {
        width: 45%;
        margin-top: 0;
    }

    .logo-nav-left {
        margin-top: 0;
    }

    .header-right2 {
        margin-top: .5em;
    }

    .cd-search {
        top: 35%;
    }

    .ban-text2 {
        width: 35%;
    }

    .ban-text h4, .ban-text1 h4 {
        font-size: 1.2em;
    }

    .ban-img {
        margin-top: 1em;
    }

    .ribben2 {
        top: 14%;
        width: 57%;
    }

    .ribben2:after {
        right: 88%;
    }

    .latest-text2 {
        left: 55%;
        width: 35%;
    }

    .ribben1 {
        width: 36%;
    }

    .ribben {
        width: 37%;
    }

    .latest-text {
        height: 105px;
    }

    .copy-left {
        float: none;
        margin-top: 0.6em;
        text-align: center;
    }

    .copy-right {
        float: none;
        margin-top: 1em;
        text-align: center;
    }

    .main-agileits {
        width: 70%;
    }

    p.price {
        font-size: 1.5em;
    }

    .modal-dialog {
        width: 565px;
    }

    .single-left {
        float: left;
        width: 60%;
        margin-right: 0%;
    }

    .single-right {
        width: 100%;
    }

    .product-grid {
        width: 100%;
    }

    .product-grid1 {
        width: 100%;
        margin-top: 2em;
    }

    .nav-tabs {
        margin-bottom: 1em;
    }

    p.quote {
        margin: 1em 0em;
    }

    .mail-bottom input[type="email"] {
        margin: 0 3px;
    }
}

@media (max-width: 568px) {
    .logo-nav-left1 {
        width: 42%;
        margin-top: 0.3em;
    }

    .cd-search input {
        font-size: 1.2em;
        padding: 0.5em;
    }

    .cd-search {
        top: 51%;
    }

    .ban-text2 {
        width: 38%;
    }

    .ban-text1 {
        left: 6%;
    }

    .latest-grid {
        float: left;
        width: 100%;
    }

    .latest-grid:nth-child(2) {
        margin: 2em 0;
    }

    .latest-text {
        height: 256px;
    }

    .latest-text2 {
        left: 80%;
        width: 12%;
    }

    .banner1 {
        min-height: 107px;
        padding: 3em 0 0;
    }

    .accessories-w3l span {
        font-size: 2.5em;
    }

    .main-agileits {
        width: 74%;
    }

    .logo-nav-left h1 a {
        font-size: 1em;
    }

    .heder-bottom {
        padding: 1em 0 0.8em;
    }

    .total-item, .cart-items {
        margin-top: 0em;
        padding: 3em 0;
    }

    .modal-dialog {
        width: 532px;
    }
}

@media (max-width: 480px) {
    .logo-nav-left1 {
        width: 31%;
        margin-top: 0.3em;
    }

    .cd-header-buttons {
        top: 63px;
        right: 26%;
    }

    .ban-bottom {
        width: 100%;
    }

    .ban-text2 {
        width: 22%;
    }

    .ban-bottom3 {
        width: 100%;
        margin-top: 2em;
    }

    .latest-text2 {
        left: 78%;
        width: 14%;
    }

    .latest-text {
        height: 210px;
    }

    .accessories-w3l {
        background: url(../img/client/img3.html) no-repeat -200px 0px;
        background-size: cover;
        min-height: 265px;
    }

    .ribben2:after {
        right: 85%;
    }

    .ribben1:after {
        right: 76%;
    }

    .product-agileinfo-grid {
        float: left;
        width: 70%;
    }

    .ribben {
        width: 35%;
    }

    .ribben:after {
        right: 76%;
    }

    .top-right ul li {
        padding: 0em .5em;
    }

    .top-right ul li {
        padding: 0em .5em;
    }

    .cd-search {
        top: 21%;
    }

    .new-arrivals-w3agile, .product-agile, .latest-w3, .footer-w3l, .products-agileinfo, .typo-w3, .mail-w3ls, .single-wl3 {
        padding: 2em 0;
    }

    .caption, .arrivals-grids, .latest-grids, .product-w3agile, .product-agileinfo-grids, .mail-grids, .product-grids {
        margin-top: 2em;
    }

    h2.title {
        font-size: 2.3em;
    }

    h3.title1, h3.title {
        font-size: 2.3em;
    }

    .map-w3 iframe {
        height: 210px;
    }

    .mail-bottom input[type="text"], .mail-bottom input[type="email"] {
        width: 100%;
    }

    .mail-bottom input[type="email"] {
        margin: 12px 0;
    }

    .mail-bottom input[type="submit"], .mail-bottom input[type="reset"] {
        width: 20%;
    }

    .mail-grids {
        margin-top: 2em;
    }

    .main-agileits {
        width: 88%;
        padding: 2em;
    }

    .form-w3agile h3 {
        font-size: 2em;
        margin-bottom: 1em;
    }

    .new-grid1 {
        width: 100%;
    }

    .new-grid {
        width: 100%;
        margin-top: 2em;
    }

    .modal-dialog {
        width: 445px;
    }

    .mail-grid {
        float: left;
        width: 100%;
    }

    .mail-grid:nth-child(2) {
        margin: 2em 0;
    }

    .descr ul li {
        font-size: 0.9em;
    }

    .core-slider__carousel .core-slider_arrow__left {
        left: 19px !important;
    }

    .core-slider__carousel .core-slider_arrow__right {
        right: 19px !important;
    }
}

@media (max-width: 414px) {
    .ban-text2 {
        width: 26%;
    }

    .top-left {
        float: none;
        text-align: center;
    }

    .top-right {
        float: none;
        text-align: center;
        margin-top: 0.5em;
    }

    .ribben2 {
        top: 14%;
        width: 65%;
    }

    .logo-nav-left1 {
        width: 20%;
        margin-top: 0.3em;
    }

    .cd-header-buttons {
        top: 80px;
        right: 28%;
    }

    .ribben1 {
        width: 45%;
    }

    .ribben {
        width: 42%;
    }

    .latest-text2 {
        left: 78%;
        width: 17%;
    }

    .modal-dialog {
        width: 378px;
    }

    .main-agileits {
        width: 88%;
        padding: 1em;
    }

    .single-left {
        width: 100%;
    }

    .description p, .descr p, .women p {
        font-size: 0.95em;
    }

    .accessories-w3l {
        background: url(../img/client/img3.html) no-repeat -200px 0px;
        background-size: cover;
        min-height: 205px;
        padding: 2em 0;
    }

    .product-tab1-grid {
        float: left;
        width: 100%;
    }

    .product-tab1-grid1 {
        float: left;
        width: 100%;
    }
}

@media (max-width: 384px) {
    .navbar-header.nav_2 {
        float: right;
    }

    .navbar-toggle {
        margin-right: 0px;
    }

    .logo-nav-left1 {
        width: 51%;
        margin-top: 0.3em;
    }

    .cd-header-buttons {
        top: 148px;
        right: 85%;
    }

    .cd-search {
        top: 33%;
    }

    .ban-bottom-w3l, .new-arrivals-w3agile, .product-agile, .latest-w3, .footer-w3l, .products-agileinfo, .typo-w3, .mail-w3ls, .single-wl3 {
        padding: 2em 0;
    }
    .ban-bottom-w3l{
        padding: 0em!important;
    }
    .ban-text2 {
        width: 28%;
    }

    .accessories-w3l span {
        font-size: 2em;
    }

    .arrival-grid, .cap-left {
        float: left;
        width: 100%;
    }

    .arrival-grid:nth-child(2) {
        margin-top: 2em;
    }

    .ribben1 {
        width: 24%;
    }

    .ribben {
        width: 23%;
    }

    .ribben2 {
        top: 14%;
        width: 40%;
    }

    .latest-text2 {
        left: 78%;
        width: 19%;
    }

    .latest-text {
        height: 177px;
    }

    h2.title {
        font-size: 2em;
    }

    .categories label {
        font-size: 1.2em;
    }

    .product-agileinfo-grid {
        width: 100%;
    }

    .top-rates {
        padding-top: 2.5em;
    }

    .categories h3 {
        font-size: 2em;
    }

    .price h3, .top-rates h3, .brand-w3l h3 {
        font-size: 1.7em;
    }

    .brand-w3l ul li a {
        font-size: 1em;
    }

    h3.title1, h3.title {
        font-size: 2em;
    }

    .product-agileinfon-top-left {
        width: 100%;
    }

    .product-tab-grid:nth-child(2) {
        margin-top: 2em;
    }

    .product-agileinfon-top-left:nth-child(2) {
        margin-top: 2em;
    }

    .product-tab-grid {
        width: 100%;
    }

    .ban-bottom3 {
        margin-top: 1em;
    }

    .my-cart-b {
        font-size: 0.9em;
    }

    .key input[type="text"], .key input[type="password"] {
        width: 84%;
    }

    .left-tab > li > a {
        font-size: 1em;
    }

    .modal-dialog {
        width: 347px;
    }

    .new-grid h5 {
        font-size: 1.4em;
    }

    .heder-bottom {
        padding: 0.3em 0 0.8em;
    }
}

@media (max-width: 375px) {
    .logo-nav-left1 {
        width: 50%;
        margin-top: 0.3em;
    }

    .accessories-w3l {
        background: url(../img/client/img3.html) no-repeat -130px 0px;
        background-size: cover;
        min-height: 183px;
        padding: 2em 0;
    }

    .modal-dialog {
        width: 338px;
    }

    .new-grid h6 {
        font-size: 1em;
    }

}

@media (max-width: 375px) {
    .cd-header-buttons {
        top: 132px;
        right: 85%;
    }
}

@media (max-width: 320px) {
    .ban-bottom, .ban-bottom3, .latest-grid, .single-grid1, .new-grid {
        padding: 0;
    }

    .ban-text2 {
        width: 31%;
    }

    .ribben1 {
        width: 28%;
    }

    .ribben {
        width: 29%;
    }

    .ribben2 {
        top: 14%;
        width: 45%;
    }

    .accessories-w3l span {
        font-size: 1.8em;
    }

    .logo-nav-left1 {
        width: 39%;
        margin-top: 0.3em;
    }

    .price h3, .top-rates h3, .brand-w3l h3 {
        font-size: 1.5em;
    }

    .ui-widget-content {
        margin: 2em auto 2em !important;
    }

    .main-agileits {
        width: 97%;
        padding: 1em;
    }

    .modal-dialog {
        width: 284px;
    }

    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border: none;
        margin-top: 4em;
    }

    .cd-search {
        top: 37%;
    }

    .cd-header-buttons {
        top: 132px;
        right: 85%;
    }
}
.countdown {
    text-align: center;
    color: #383838;
}
.countdown span{
    float: left;
}

.splitter{
    padding: 20px 20px 20px 15px;
    font-weight: bold;
}

.post-tag{
    position: relative;
    display: inline-block;
    padding: .4em .5em;
    margin: 2px 2px 2px 0;
    font-size: 11px;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-radius: 3px;
    transition: all .15s ease-in-out;
    color: #39739d;
    background-color: #E1ECF4;
    border-color: #E1ECF4;

}
.syntaxhighlighter table .container:before {
    display: none !important;
}
ul.nav li.dropdown:hover ul.dropdown-menu {
    display: block;
}
.dropdown-menu ul li a{
    width: 250px;
    padding: 10px;
}
.dropdown-menu ul li a:hover {
    background: #f0f0f0 !important;
    display: block;

}
.articles{
    margin-top: 50px;
}

.dropdown_1column, .dropdown_2columns, .dropdown_3columns, .dropdown_4columns, .dropdown_5columns {
    margin: 0 0 0 0;
    float: left;
    position: absolute;
    left: -999em;
    text-align: left;
    padding: 18px 15px 10px 17px;
    z-index: 9999 !important;
    border: #ef4b41 solid 4px;
    background-color: #fff;
    box-shadow: inset 0 1px 2px #e9e9e9;
    border-radius: 0 0 4px 4px;
}

.dropdown_1column {
    width: 420px;
}

.dropdown_2columns {
    width: 795px;
}

.dropdown_3columns {
    width: 777px;
}

.dropdown_4columns {
    width: 778px;
}

.dropdown_5columns {
    width: 700px;
}

nav ul li:hover .dropdown_1column, nav ul li:hover .dropdown_2columns, nav ul li:hover .dropdown_3columns, nav ul li:hover .dropdown_4columns, nav ul li:hover .dropdown_5columns {
    left: 15px;
    top: 50px;
}

nav ul li:hover a {
    text-decoration: none;
    color: #0d59af;

}

.drop_left {
    width: 420px;
    float: left;
}

.drop_left ul {
    list-style: none;
}

.drop_left ul li {
    line-height: 40px;
    background: none;
    padding: 0;
    float: none;
    text-wrap: none;
}

.drop_left ul li a {
    font-size: 14px;
    color: #232323 !important;
    border-left: transparent solid 3px;
    padding: 0 0 0 13px;
    background-image: none !important;
    display: block;
    width: 90%;
}

.drop_left ul li a:hover {
    background: right center no-repeat #f0f0f0 !important;
}

.drop_right {
    width: 273px;
    float: right;
}

.drop_right figure {
    width: 100%;
    float: left;
}

.drop_right figure figcaption {
    width: 100%;
    float: left;
}

.drop_right figure figcaption h3 {
    color: #232323;
    line-height: normal;
    font-weight: 700;
    padding: 5px 0;
}
@media only screen and (min-width :320px) and (max-width: 767px){
    .dropdown_1column {
        width: 87.3%;
        padding: 0 5% 15px 5%;
    }
    .drop_left ul li a{
        display: block;
    }
    .drop_left {
        width: 85.3%;
    }
    #bs-megadropdown-tabs{
        width: 90vw;
    }
}
.head_right {
    float: right;
}
@media only screen and (min-width: 768px) and (max-width: 1040px) {
    #bs-megadropdown-tabs{
        width: 100%;
    }
}
.navbar-toggle1:hover .dropdown_1column{
    display: block;
    margin-top: -15px!important;
}
.important{
     color: #f62a4f!important;
}