@font-face {
    font-family: 'robotoregular';
    src: url('fonts/roboto/roboto-regular-webfont.eot');
    src: url('fonts/roboto/roboto-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto/roboto-regular-webfont.woff') format('woff'),
         url('fonts/roboto/roboto-regular-webfont.ttf') format('truetype'),
         url('fonts/roboto/roboto-regular-webfont.svg#robotoregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
#madeToMeasure p {
    font-size: 13px;
    line-height: 16px;
    text-align: justify;
}
.cms h2 {
    margin-top: 30px;
    text-transform: uppercase;
    font-size: 21px;
    line-height: 23px;
    text-shadow: none;
}



/*---------------flaticon------------*/

@font-face {
    font-family: "Flaticon";
    src: url("fonts/Flaticon.eot");
    src: url("fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("fonts/Flaticon.woff") format("woff"),
        url("fonts/Flaticon.ttf") format("truetype"),
        url("fonts/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("fonts/Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-auction:before { content: "\f100"; }
.flaticon-business:before { content: "\f101"; }
.flaticon-credit-cards-payment:before { content: "\f102"; }
.flaticon-like-black-heart-button:before { content: "\f103"; }
.flaticon-pen:before { content: "\f104"; }
.flaticon-people:before { content: "\f105"; }

/*---------------flaticon------------*/
body {
    font-family: 'Roboto', sans-serif !important;
    color: #333;
    font-size: 14px;
    background: #fff;
	font-weight:300;
}
span {
    font-family: 'Roboto', sans-serif !important;
    color: #959191 !important;
    font-size: 15px;
    line-height: 23px;
}
p {
    font-family: 'Roboto', sans-serif !important;
    color: #959191;
}
ul {
    padding: 0;
}
li {
    list-style: none;
}
a:hover {
    color: #000 !important;
    text-decoration: none;
}
/*.container-fluid{
width:1170px;
}*/
.middle-section .col-sm-4, .middle-section .col-sm-6, .middle-section .col-xs-12 {
    //padding: 3px;
}
.middle-section .col-sm-4:first-child, .middle-section .col-sm-6:first-child, .middle-section .col-xs-12:first-child {
    //padding-left: 0;
}
.middle-section .col-sm-4:last-child, .middle-section .col-sm-6:last-child, .middle-section .col-xs-12:last-child {
    //padding-right: 0;
}
/*---------Header Start------------*/
header .nav-tabs {
    border: inherit;
}
.topbar {
    background: none repeat scroll 0 0 #292929;
    border-bottom: 2px solid #000;
    height: 48px;
    padding: 10px 0;
    z-index: 999;
}
.col-xs-5.col-md-7.col-sm-7.text-block span {
    font-family: georgia,serif !important;
    font-size: 28px !important;
    color: #fff !important;
}
.topbar a {
    color: #fff;
    font-size: 13px !important;
}
.topbar span {
    color: #fff;
    vertical-align: top;
    font-size: 16px;
    font-weight: 400;
    padding-top: 3px;
    display: inline-block;
}
.topbar .social-icons {
    display: inline-block;
    padding-top: 3px;
}
.alert-success{
background:transparent!important;
border:none!important;
}
.alert-danger{
background:none!important;
border:none!important;
}
button.btn {
    background-color: #000!important;
    border: #000!important;
    color: #fff!important;
}
.topbar a:hover, .topbar a:focus, .topbar a:active {
    color: #f0f0f0;
}
header .navbar {
}
header .navbar-brand {
    height: 75px;
    padding: 10px 0;
}
header .nav-tabs > li > a {
    font-size: 15px;
    padding: 3px 15px;
    text-transform:uppercase;
}
header .nav > li > a:hover, header .nav > li > a:focus, header .btn-default:hover, header .btn-default:focus, header .btn-default:active, header .btn-default.active, header .open > .dropdown-toggle.btn-default {
    background: none;
    border: 1px solid transparent;
}
header .navbar {
    margin-bottom: 0;
}
header .navbar-collapse {
    /*padding: 25px 0;*/
}
header .dropdown-menu.brown-btn {
    top: 50px;
}
.topbar .dropdown-menu {
    top: 38px;
}
.topbar .dropdown-menu > li > a {
    color: #fff;
}
header .dropdown-menu.brown-btn > li > a {
    line-height: 26px;
    padding: 3px 15px;
	font-weight:300;
}
header .nav .open > a, header .nav .open > a:hover, header .nav .open > a:focus {
    background-color: inherit;
    border: inherit;
}
.topbar .dropdown-menu {
    background: #292929;
    z-index: 9999;
}
.topbar .dropdown-menu {
    left: inherit;
    right: 0;
}
header .dropdown-menu {
    border: inherit;
	min-width: 140px;
}
header .dropdown-menu li:last-child {
    border-bottom: inherit;
}
header .dropdown-menu > li > a:hover, header .dropdown-menu > li > a:focus {
    background-color: #f0f0f0;
    background-image: inherit;
    color: #333;
}
.topbar .dropdown-menu > li > a:hover, .topbar .dropdown-menu > li > a:focus {
    background-color: #f0f0f0;
    background-image: inherit;
    color: #333 !important;
}
.topbar li a:hover {
    color: #f0f0f0 !important;
}
.sticky-header .navbar-static-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    background: #fff;
    -webkit-animation: top-animation 0.60s;
    -moz-animation: top-animation 0.60s;
    -o-animation: top-animation 0.60s;
    animation: top-animation 0.60s;
    box-shadow: 0px 3px 16px rgba(0,0,0,0.1);
}
@-webkit-keyframes top-animation {
    0% {
        top: -70px;
    }
    100% {
        top: 0px;
    }
}
@-moz-keyframes top-animation {
    0% {
        top: -70px;
    }
    100% {
        top: 0px;
    }
}
@-o-keyframes top-animation {
    0% {
        top: -70px;
    }
    100% {
        top: 0px;
    }
}
@keyframes top-animation {
    0% {
        top: -70px;
    }
    100% {
        top: 0px;
    }
}
.sticky-header .navbar-static-top .navbar-brand img {
    width: 180px;
}
.sticky-header .navbar-static-top .navbar-brand {
    height: 63px;
}
.sticky-header .navbar-static-top .navbar-collapse {
    padding: 15px 0;
}
header .navbar-toggle {
    background-color: #292929;
    border: 1px solid #ccc;
    float:left;
}

header .navbar-toggle .icon-bar {
    background: #fff;
}
.navbar-static-top {
    border-bottom: 1px solid #f0f0f0;
}
.navbar-header {
    padding-left: 10px;
}
.li-slect {
    margin: 0 5px;
}
.li-slect select {
    background-color: #000000;
    border: 1px solid #535150;
    color: #fffffe;
    margin: 0;
    outline: medium none;
    padding: 2px;
    width: 145px;
}
header .navbar > .container-fluid .navbar-brand {
    margin-left: -22px;
}
/*---------Header End------------*/

/*---------Banner Section Start------------*/


.banner-section .item {
    height: 550px;
    text-align: center;
}
#banner-slider .owl-controls {
    display: none;
}
.img-01 {
    background: url("../img/banner1.jpg") repeat scroll center center / cover rgba(0, 0, 0, 0);
    background-size: cover;
    height: 100%;
}
.img-02 {
    background: url('../img/banner2.jpg') repeat scroll center -84px / cover rgba(0, 0, 0, 0);
    background-size: cover;
    height: 100%;
}
.img-03 {
    background: url('../img/banner3.jpg') repeat scroll center center / cover rgba(0, 0, 0, 0);
    ;
    background-size: cover;
    height: 100%;
}
.banner-head {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.3);
    padding: 50px 0;
    margin-bottom: 20px;
}
.banner-box {
    width: 980px;
    margin: 0 auto;
    position: relative;
    top: 174px;
}
.banner-head h2 {
    color: #f0f0f0;
    font-size: 46px;
    margin-bottom: 20px;
}
.banner-head h4 {
    color: #ccc;
    font-size: 26px;
}
/*---------Middle Section Start------------*/
.video-border video {
    border: 1px solid #ccc;
}
.middle-section {
    margin: 3px 0;
}
.head {
    text-align: center;
    margin-bottom: 25px;
}
.products {
    height: 300px;
}
.products h2 {
    text-align: center;
    color: #fff;
    margin: 0;
    padding: 125px 0 0 0;
    font-size: 36px;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    letter-spacing: 0.05em;
}
.product-01 {
    background: url('../img/p4.jpg');
    position: relative;
    background-size: cover;
    height: 300px;
    display: block;
    overflow: hidden;
}
.product-02 {
    background: url('../img/p3.jpg');
    position: relative;
    background-size: cover;
    height: 300px;
    display: block;
    overflow: hidden;
}
.product-03 {
    background: url('../img/p2.jpg');
    position: relative;
    background-size: cover;
    height: 300px;
    display: block;
    overflow: hidden;
}
.blog-sec {
    position: relative;
    background-size: cover;
    height: 300px;
    display: block;
    overflow: hidden;
    background-position: center center;
}
.blog a {
    backface-visibility: hidden;
    transition: all 4s ease 0s;
    -moz-transition: all 4s ease 0s;
    -ms-transition: all 4s ease 0s;
    -o-transition: all 4s ease 0s;
    -webkit-transition: all 4s ease 0s;
}
.blog {
    display: block;
    overflow: hidden;
    transition: all 0.40s ease 0s;
    -moz-transition: all 4s ease 0s;
    -ms-transition: all 4s ease 0s;
    -o-transition: all 4s ease 0s;
    -webkit-transition: all 4s ease 0s;
    z-index: 1;
}
.blog:hover > a {
    opacity: 0.8;
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.products .col-sm-4, .products .col-xs-12 {
    padding: 3px;
}
.products .col-sm-4:first-child, .products .col-xs-12:first-child {
    padding-left: 0;
}
.products .col-sm-4:last-child, .products .col-xs-12:last-child {
    padding-right: 0;
}
.product-text {
     background: white none repeat scroll 0 0;
    bottom: 0;
    color: #333;
    font-size: 14px;
    height: auto;
    padding: 10px 24px;
    position: absolute;
    transform: translate(0%, 100%);
    -moz-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
    -webkit-transform: translate(0%, 100%);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    width: 100%;
}

.new_load .product-text{
      /* background: white none repeat scroll 0 0;*/
    bottom: 16%;
    color: #333;
    font-size: 14px;
    height: auto;
    padding: 10px 24px;
    position: absolute;
    transform: translate(0%, 100%);
    -moz-transform: translate(0%, 100%);
    -ms-transform: translate(0%, 100%);
    -o-transform: translate(0%, 100%);
    -webkit-transform: translate(0%, 100%);
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -ms-transition:all 0.5s ease 0s;
    -o-transition:all 0.5s ease 0s;
    -webkit-transition:all 0.5s ease 0s;
    width: 100%;
    
}
.product-text h1 {
    font-size: 17px;
    margin: 0;
}
.product-text h4 {
    font-size: 16px;
    margin: 0;
    text-transform:capitalize;
}
.product-hover .product-cta a.blank-btn {
    font-size: 10px;
    min-height: auto;
    padding: 5px;
}
.product-cta {
    font-size: 0.8em;
    font-weight: bold;
    padding-top: 8px;
    text-align: right;
    text-transform: uppercase;
}
.products a:hover .product-text {
    transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
}
.products a:hover h2 {
    padding: 60px 0 0 0;
}
.products a:hover {
    text-decoration: none;
}
.blank-btn {
    background: #353535;
    border-radius: 0;
    color: #fff;
    min-height: 38px;
}
.btn-blank {
    background: rgba(0,0,0,0.2);
    color: #f0f0f0;
    border: 1px solid #999;
    border-radius: 0;
    min-height: 40px;
}
.btn-blank:hover {
    background: rgba(255,255,255,0.2);
    color: #000;
}
.blank-btn:hover {
    background: #fff;
    color: #666;
    border: 1px solid #999;
}
.head h2 {
    text-align: center;
    display: inline-block;
    position: relative;
    color: #000;
}
.video-section .text-center img {
    width: 100%;
    height: 300px;
}
.cms-content {
    padding: 10px 15px;
    min-height: 300px;
}
.cms-content li {
    list-style: none;
    line-height: 32px;
}
.cms-content h3 {
    font-size: 18px;
    margin-bottom: 5px
}
.cms-content p {
    color: #333;
    margin-bottom: 27px;
    text-align: justify;
}
.color-black {
    color: #333;
}
.video-section {
    margin: 40px 0;
}
.pro1 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.20);
    display: block;
    height: 100%;
}
.progress-img {
    display: block;
    margin: 30px 0 40px;
    width: 36px;
}
.progress-img img {
    width: 100%;
}
.container .video-section .col-sm-4, .container .video-section .col-sm-6, .container .video-section .col-xs-12 {
    padding: 0 15px;
}
.container .video-section .col-sm-4:first-child, .container .video-section .col-sm-6:first-child, .container .video-section .col-xs-12:first-child {
    padding-left: 15px;
}
.topbar .col-sm-4:first-child, .topbar .col-sm-6:first-child, .topbar .col-xs-12:first-child {
    padding-left: 15px;
}
.container .video-section .col-sm-4:last-child, .container .video-section .col-sm-6:last-child, .container .video-section .col-xs-12:last-child {
    padding-right: 15px;
}
.blog-name {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.6);
    bottom: 0;
    color: #fff;
    font-weight: 600;
    display: block;
    font-size: 18px;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 100%;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    text-transform: uppercase;
}
.blog {
    position: relative;
    transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    z-index: 1;
}
.video-img {
    background: url('../img/video.png');
    display: block;
    height: 222px;
    text-align: center;
    background-position: center center;
    background-size: cover;
}
.video-head {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
    margin: 0 auto;
    padding: 20px 0;
    position: relative;
    top: 40px;
    width: 758px;
    z-index: 999;
}
.video-img h2 {
    text-align: center;
    color: #fff;
}
.video-img h4 {
    text-align: center;
    color: #fff;
}
/*.blog a:hover .blog-name{
        bottom:0;
        opacity:1;
}*/
/*---------Middle Section End------------*/
/*--------Footer Section Start---------------*/ 
.footer_menu ul {
    list-style-type: none;
}
.footer-section {
    padding: 30px 0;
}
.footer_menu ul li {
    display: inline-block;
}
.footer_menu ul li a {
    padding: 3px 7px;
}
.copyright {
    float: right;
}
.copyright a {
    color: #ff0000 !important;
    text-decoration: underline;
}
.dash-content .ft-logo img {
    margin-left: -11px;
    width: auto;
}
/*--------Footer Section End---------------*/ 
/* ------------product listing 19-03-2015--------------*/
.dashboard-wrap {
    overflow: hidden;
    padding-top: 5px;
    padding-right: 15px;
}
.dash-left-nav {
    position: relative;
    height: 100%;
    background: #fff;
    overflow: auto;
    padding-right: 50px;
}
.dash-logo {
    width: 250px;
    border-right: 1px solid #ddd;
    height: 70px;
    text-align: center;
    line-height: 60px;
    float: left;
    margin-right: 15px;
}
.dash-top-nav {
    overflow: hidden;
}
.dash-menu-tl {
    background: #fff;
    color: #333;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    position: relative;
    border-bottom: 1px solid #f0f0f0;
}
.dash-menu-tl h4 {
    margin-bottom: 5px;
}
.gw-nav-list a .fa {
    color: #999;
    font-size: 11px;
    font-weight: 300;
    height: 100%;
    text-align: center;
    line-height: normal;/*    position: absolute;
right: 0;
top: 0;
width: 40px;*/
}
.back-btn {
    background: none repeat scroll 0 0 #cf2e09;
    color: #fff;
    display: none;
    font-size: 26px;
    height: 100%;
    line-height: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
}
.fab-img-sec img{
    width:100%;
    height:100%;
}
/*.sticky-header .dash-left-nav{
        top:66px;
}

.dash-content img {
    width: 100%;
    height:100%;
}*/
.dash-content .col-sm-4:first-child, .dash-content .col-sm-6:first-child, .dash-content .col-xs-12:first-child {
    padding: 0 15px;
}
.product-hover {
    display: block;
    height: 390px;
   /* overflow: hidden;*/
    position: relative;
    width: 100%;
    margin: 15px 0;
}
/*
.product-hover a.product-img img{
    
  width: 87%;
    height: 91%;
    margin: 0 20px;
}*/
.product-hover a.product-img {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  
    width: 100%;
}
.product-hover a.product-hover-img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    /*opacity: 0;*/
}
.product-hover .product-text {
  
    color: #717171;
    width: 100%;
    text-align: center;
    padding: 5px;
}
.product-hover .product-text .product-cta {
    text-align: center;
}

/*.img-hover {
    display: none;
}*/
.img-hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 95%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}
.product-hover:hover .img-hover {
    opacity: 1;
    height:85%;
}
/*.product-hover:hover .product-img {
    opacity: 1;
}*/

.arrow-up .flaticon-signs::before {
    content: "\f100" !important;
}
.add-cart-to:hover {
    background: #000;
    color: #fff;
}
.add-cart {
    float: right;
}
.add-cart a {
    background: none repeat scroll 0 0 #fff;
    border-radius: 50%;
    float: left;
    height: 30px;
    margin: 5px;
    text-align: center;
    width: 30px;
    transition: all linear 300ms;
    -moz-transition: all linear 300ms;
    -ms-transition: all linear 300ms;
    -o-transition: all linear 300ms;
    -webkit-transition: all linear 300ms;
    position: relative;
    right: 0;
}
.add-cart i {
    color: #000;
    line-height: 30px;
}
.img-hover .product-text {
    transform: none;
}
.btn-slide {
    background: none repeat scroll 0 0 #ef4e29;
    border: medium none;
    border-radius: 0;
    color: #fff;
    display: none;
    float: right;
    font-size: 20px;
    height: 43px;
    line-height: 41px;
    margin-right: 0;
    padding: 0;
    position: relative;
    width: 43px;
    z-index: 999;
}
.btn-slide:hover, .back-btn:hover, .btn-slide:focus, .back-btn:focus {
    color: #fff;
}
.content-ttl {
    position: relative;
}
.color-wd {
    background: #000000 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 15px;
    margin: 4px;
    vertical-align: top;
    width: 15px;
    padding: 1px;
}
.black {
    background: #000;
    border-right: 8px solid #7f7f7f;
}
.baby-pink {
    background: #ffbad2;
}
.blue {
    background: #2378ec;
    border-right: 8px solid #10448a;
}
.brown {
    background: #753e29;
    border-right: 8px solid #e5d6b6;
}
.grey {
    background: #7f7f7f;
}
.khaki {
    background: #c3b091;
}
.pink {
    background: #f119d5;
}
.purple {
    background: #8734af;
    border-right: 8px solid #cfabfb;
}
.green {
    background: #3c6a2c;
}
.tomato {
    background: #ea0105;
    border-right: 8px solid #fbabe5;
}
.violet {
    background: #9f00ff;
}
.wheat {
    background: #f5deb3;
}
.white {
    background: #fff;
    border: 1px solid #cccccc;
}
.yellow {
    background: #ec9a23;
    border-right: 8px solid #ffd908;
}
.gw-submenu img {
    width: 20px;
    height: 15px;
}
.fabric-content ul {
    padding-left: 0;
}
.fabric-content ul:before, .fabric-content ul:after {
    content: "";
    display: table;
}
.fabric-content ul:before, .fabric-content ul:after {
    clear: both;
}
.fabric-content li {
    float: left;
    list-style: outside none none;
    margin: 0 0 30px;
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
    width: 24.33%;
    min-height:360px;
}
.fabric-content li .media h4 {
    font-size: 16px;
    line-height: 16px;
    margin-bottom: 2px;
}
.fabric-content li .media p {
    font-weight: 600;
}
.us-dollor {
    display: block;
    margin-top: 5px;
}
.pull-head {
    min-height: 67px;
}
.btm-sec .icon-span {
    background: none repeat scroll 0 0 #333;
    display: inline-block;
    height: 23px;
    text-align: center;
    width: 23px;
}
.btm-sec a i {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}
.img-wid {
  border: 1px solid #dddddd;
  display: block;
  /*height: 170px;*/
  height: 210px;
  width: 100%;
}
.content-ttl h2 {
    font-size: 30px;
}
.content-body .pagination > li > a, .pagination > li > span {
    background: #292929;
    color: #fff;
}
.pull-size {
    float: right;
    margin-right: 50px;
}
/*------------tool detail-----------*/
.vertSliderHld .bx-wrapper .bx-viewport {
    box-shadow: none;
    height: 485px !important;
}
.slidImg {
    border: 1px solid #d7d7d7;
    height: 110px;
    margin: 0 auto;
    text-align: center;
    width: 110px;
    line-height: 110px;
}
.vertSliderHld .slidImg img {
    display: inline-block;
    max-height: 100px;
    max-width: 100%;
}
.bx-controls-direction {
    float: left;
}
.vertSliderHld .bx-wrapper .bx-controls-direction a.bx-prev {
    left: 50%;
    margin-left: -16px;
    margin-top: -32px;
    top: 0;
}
.vertSliderHld .bx-wrapper .bx-controls-direction a.bx-next {
    left: 50%;
    margin-left: -16px;
    margin-bottom: -32px;
    bottom: 0;
    top: auto;
}
.vertSliderHld .bx-pager {
    display: none;
}
.prodMainImg {
    text-align: center;
    line-height: 430px;
}
.prodMainImg img {
    max-height: 530px;
}
.prodBotBtns {
    margin-top: 15px;
}
.prodDetailsRgt {
    background: #f0f0f0;
    padding: 15px;
}
.prodDetTop h3 {
  font-weight: inherit;
  margin: 0;
  text-transform: uppercase;
}
.viewThumb {
    border: 1px solid #d7d7d7;
    height: 150px;
    line-height: 140px;
    padding: 5px;
}
.viewThumb img {
    max-height: 140px;
    max-width: 100%;
    display: inline-block !important;
}
.prodBotBtns .blank-btn {
    line-height: 24px;
}
.storeLnk {
    color: #b49670;
    text-decoration: underline;
    font-weight: 600;
}
.white-btn {
    background: #ffffff;
    border-radius: 0;
    color: #666666;
    min-height: 40px;
    line-height: 26px;
    border-color: #666666;
}
.prodDetailsBtn .white-btn {
    min-width: 120px;
}
.vertSliderHld .slide:before {
    background: none;
}
/*------------tool design -----------*/
.tool-design {
    padding: 25px 0;
}
.tool-wrap {
    background: #ffffff none repeat scroll 0 0;
    margin: 0 auto;
}
.tool-wrap ul {
    padding-left: 0;
}
.tool-wrap ul li {
    list-style: none;
    padding: 0;
}
.tool-wrap .gw-nav-list > li .gw-submenu > li > a {
    padding: 2px 15px;
}
.tool-wrap .right-panel ul li, .tool-wrap .left-panel ul li {
    list-style: none;
}
.tool-wrap .right-panel ul li {
    padding: 2px 15px;
}
.tool-wrap ul li a {
    text-transform: uppercase;
}
.tool-header h2 {
    font-size: 24px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}
.tool-wrap .shirt-tool li {
    float: left;
    overflow: hidden;
    padding: 0px 10px 20px 10px;
    position: relative;
    width: 25%;
}
.shirt-main-div{
    border: 1px solid #cccccc;
    position: relative;
    overflow: hidden;
}

.shirt-tool li:nth-child(4),.shirt-tool li:nth-child(8) {
    margin-right: 0;
}
.shirt-tool > ul {
    margin: 0;
}
.shirt-tool img {
    width: 100%;
}
.shirt-tool {
    margin: 0 -10px;
}
.shirt-tool a {
    display: block;
}
.shirt-tool .text-center {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    bottom: 0;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    left: 0;
    padding: 5px;
    position: relative;
    right: 0;
    text-align: center;
    width: 100%;
}
.left-menu li a span {
    color: #000;
    font-size: 14px;
    margin-top: -6px;/* color: #5785B7;*/
    font-weight: 300; 
}
.gw-nav.gw-nav-list{
    //font-weight: 400;
}
.left-menu li:hover {
    background: #f0f0f0;
}
.tool_footer h4 {
    text-transform: uppercase;
}
.social-link li {
    display: inline-block;
}
.social-link a {
    background: #171717 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    display: block;
    font-size: 22px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
    text-align: center;
    width: 40px;
    border: 1px solid #171717;
}
.social-link a:hover {
    background: #ffffff none repeat scroll 0 0;
}
.tool_footer li {
    margin: 5px 0;
}
.footer-section {
    border-top: 1px solid #f0f0f0;
    padding: 30px 0;
}
.right-menu .dash-menu-tl h4 {
    display: inline-block;
    font-weight:700;
    font-size:14px;
}
.gw-menu-text {
    color: #000;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
}
.gw-submenu span {
    font-weight:300;
    font-size:13px; 
}
.fabric-img {
    cursor: pointer;
    display: inline-block;
    margin: 5px 3px;
    padding: 2px;
}
.fabric-crop .fabric-img {
    border: 2px solid transparent;
}
.fabric-crop:before {
    border-bottom: 12px solid #ffffff;
    border-left: 12px solid rgba(0, 0, 0, 0);
    border-right: 12px solid rgba(0, 0, 0, 0);
    content: "";
    left: 50%;
    margin-left: -6px;
    position: absolute;
    right: 0;
    top: -12px;
    width: 12px;
    z-index: 1;
}
.fabric-crop::after {
    border-bottom: 13px solid #cccccc;
    border-left: 13px solid rgba(0, 0, 0, 0);
    border-right: 13px solid rgba(0, 0, 0, 0);
    content: "";
    left: 50%;
    margin-left: -7px;
    position: absolute;
    right: 0;
    top: -13px;
    width: 12px;
}
/*.fabric-crop:after {
  background: #fff none repeat scroll 0 0;
  content: "";
  height: 9px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 0;
  width: 20px;
}
.fabric-crop:before {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #ccc;
  content: "";
  height: 14px;
  left: 50%;
  margin-left: -7px;
  position: absolute;
  top: -8px;
  transform: rotate(136deg);
  width: 14px;
  z-index: 0;
}*/
.fabric-crop {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    border-radius: 4px;
    display: none;

    left: 0;
    margin: 8px 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 69px;
    z-index: 999;
}
.fabric-img > img {
    height: 45px;
    width: 45px;
}
#select-fabric > img {
    height: 200px;
    width: 155px;
}
.slide-tool {
    display: block;
}
.fabric-crop .fabric-img:hover {
    border: 2px solid #5785b7;
}
.btn-left-panel {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #222222;
    display: block;
    font-size: 22px;
    height: 26px;
    line-height: 0;
    padding: 0;
    position: absolute;
    right: 3px;
    text-align: center;
    top: -41px;
    width: 35px;
}
.open-left-panel .left-panel {
    display: block;
}
.left-panel {
    left: 0;
    position: relative;
}
.left-panel .close, .btn-left-panel {
    display: none;
}
.tool-header .head {
    position: relative;
}
.dot {
    background: #222 none repeat scroll 0 0;
    border-radius: 50%;
    display: inline-block;
    height: 4px;
    width: 4px;
}
.tool-wrap {
    position: relative;
}
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: inherit;
    outline-offset: inherit;
}
.shrit-img {
    text-align: center;
}
.shrit-information {
    background: #f0f0f0 none repeat scroll 0 0;
    padding: 25px 12px;
    margin-top: 21px;
}
.tool-design .dash-left-nav {
    background: #fff none repeat scroll 0 0;
    height: 100%;
    overflow: auto;
    padding-right: 0;
    position: relative;
}
.left-menu li .gw-submenu span {
    color: #616161;
    font-size: 13px;
    text-transform: capitalize;
    margin-left: 5px;
}
.left-menu .gw-nav-list > li.active::before {
    border-width: 0;
}
.cms-header h1 {
    text-transform: uppercase;
    font-size: 28px;
    margin: 0;
    font-weight: 600;
}
.cms-tab .nav.nav-tabs > li {
    float: none;
    display: block;
}
.cms-tab .nav-tabs > li.active > a, .cms-tab .nav-tabs > li.active > a:hover, .cms-tab .nav-tabs > li.active > a:focus {
    border: medium none;
    color: #ef4e29;
}
.cms-tab .nav-tabs > li > a:active, .cms-tab .nav-tabs > li > a:hover, .cms-tab .nav-tabs > li > a:focus {
    border: medium none;
    color: #ef4e29 !important;
    background: none;
}
.cms-tab .nav-tabs {
    border: none;
}
.cms-tab .nav-tabs > li > a {
    border: medium none;
    border-radius: 0;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.42857;
    margin-right: 2px;
    padding: 6px 15px;
}
.cms-img {
    display: inline-block;
    height: 250px;
    overflow: hidden;
    margin: 15px 0;
    text-align: center;
    width: 100%;
}
.cms-img img {
    display: block;
    height: 100%;
    max-width: 100%;
}
.tab-content p {
    font-size: 16px;
}
.tab-content #profile h4 {
    border-bottom: 1px solid #ccc;
    display: inline-block;
}
.red-color {
    color: #ff0000;
}
.upload-file {
    position: relative;
    display: inline-block;
}
.upload-file input {
    cursor: pointer;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.career-page .form-control {
    width: 350px
}
textarea {
    min-height: 80px;
    resize: vertical;
}
.color-blue {
    color: #2E8FB0;
}
.career-page label {
    text-transform: uppercase;
}
.career-page {
    min-height: 800px;
}
.btn-blue {
    background: #29AAE4;
    width: 100px;
    color: #fff;
    border-radius: 0;
}
.visit-box h1 {
    color: #b3b3b3;
    font-size: 22px;
    margin: 0;
    line-height: normal;
}
.visit-box h4 {
    font-size: 16px;
    margin: 4px 0;
}
.tool_footer {
    display: inline-block;
    width: 100%;
}
.tool_footer {
    display: inline-block;
    width: 100%;
}
.social-link {
    display: inline-block;
    vertical-align: top;
}
.ft-links {
    display: inline-block;
    vertical-align: top;
}
.visit-box {
    border: 2px solid #b3b3b3;
    display: inline-block;
    float: right;
    font-weight: bold;
    padding: 0;
    text-align: center;
    width: 200px;
}
.cuff-tool.shirt-tool span {
    line-height: 1;
    text-align: left;
    padding: 3px;
}
.cuff-tool.shirt-tool span font {
    font-size: 12px;
    font-weight: normal;
}
.logo-size {
    font-size: 22px;
}
.send-box {
    float: right;
}
.send-box.checkbox input[type="checkbox"], .inline-check input[type="checkbox"], .inline-check input[type="radio"] {
    margin-left: 5px;
    position: relative;
}
.inline-check, .send-box {
    padding-left: 0;
}
.img-box {
    background: #d4d8db none repeat scroll 0 0;
    border: 1px solid #ccc;
    height: 138px;
    width: 320px;
    text-align: center;
    line-height: 236px;
    max-width:100%;
}
.dark-blue {
    background: #01264c;
    border-radius: 0;
    color: #fff;
}
.dark-blue:hover {
    background: #333;
    color: #fff;
}
.card-ft ul {
    padding-left: 15px;
}
.card-ft li {
    list-style: circle;
}
.calender-box {
    width: 80%;
    display: inline-block;
}
.calender-span {
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    vertical-align: top;
    color: #01264c;
    margin-top: 4px;
}
.gift-card input[type="text"], .gift-card select {
    background: #d9d9d9;
}
.launch-offer {
    padding: 35px;
}
.modal-dialog {
    margin: 90px auto;
}
.launch-offer h4 {
    margin-top: 0;
    margin-bottom: 20px;
}
.content-ttl {
    text-align: left;
}
.content-ttl h2 {
  display: inline-block;
  font-weight: 300;
  margin-top: 23px;
  padding: 0 0 10px;
  position: relative;
}
.media-main {
  /*width: 170px;*/
  width: 200px;
}
.cms-header h1 {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
}
.cms-header {
    text-align: center;
}
.login-content {
    background: none repeat scroll 0 0 #fff;
    border-radius: 5px;
    margin-bottom: 0px;
    padding: 0;
    position: relative;
    z-index: 0;
}
.btn-log {
    margin: 20px 0;
}
.btn-log a {
    color: #006B9F;
}
.login-content .form-group {
    margin-bottom: 20px;
}
.login-content .form-control {
    background: none repeat scroll 0 0 #fff;
}
.form-control {
    background: none repeat scroll 0 0 #fff;
}
.form-control {
    height: 45px;
}
.form-control, .btn {
    font-size: 16px;
}
.modal h4 {
    font-size: 28px;
}
.btn-register {
    //text-align: center;
}
.btn-register .btn {
    width: 120px;
    text-align: center;
}
.login-content p.or {
    border-top: 1px solid #acacac;
    display: inline-block;
    line-height: 14px;
    margin: 15px 0 7px;
    text-align: center;
    width: 100%;
}
.login-content p.or span {
    background: none repeat scroll 0 0 #ffffff;
    color: #666666;
    display: inline-block;
    line-height: 14px;
    padding: 0 10px;
    position: relative;
    top: -8px;
}
.fb_login {
    text-align: center;
}
.fb_login a {
    background: none repeat scroll 0 0 #336699;
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 80px;
    margin: 0 5px;
    text-align: center;
    width: 80px;
    border: 6px solid #6696cc;
}
.fb_login a i {
    color: #fff;
    font-size: 30px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}

.store-content {
    display: inline-block;
    margin: 8px 0;
    width: 100%;
}
.store-list {
    box-shadow: 0 0 3px #aaaaaa;
    padding: 10px;
    margin-bottom: 30px;
    background: #fff;
}
.store-content img {
    height: 115px;
    width: 115px;
}
.store-list .fa {
    margin-right: 5px;
}
.fw-section .cms-header {
    text-align: inherit;
    margin-top: 80px;
}
.fw-section h2 {
    color: #fff;
    font-size: 44px;
    margin-bottom: 30px;
}
.black-btn {
    border: 1px solid #333;
    color: #000000;
    font-size: 20px;
    height: 44px;
    line-height: 27px;
    width: 135px;
}
.label-cs {
    float: left;
    width: 30%;
    background: #353535;
    color: #fff;
    height: 40px;
    line-height: 38px;
    font-size: 16px;
    text-align: center;
    font-weight: normal;
}
.label-cs label {
    font-weight: normal;
}
.select-cs {
    width: 70%;
    float: left;
    position: relative;
}
.select-cs .form-control {
    height: 40px;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.select-cs::before {
    background: #fff none repeat scroll 0 0;
    content: "";
    height: 38px;
    position: absolute;
    right: 2px;
    top: 1px;
    width: 50px;
}
.select-cs::after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 9px solid #333;
    content: "";
    position: absolute;
    right: 17px;
    top: 17px;
}
.locator-design .black-btn {
    border-radius:0;
    color: #333;
    font-size: 18px;
    height: 40px;
    line-height: 22px;
    width: 130px;
    background: #fff;
}
.locator-design .black-btn:hover {
    background: #333;
    color: #fff;
}
.form-control:focus {
    border-color: #eee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 1px rgba(0, 0, 0, 0.6);
    outline: 0 none;
}
.store-list p {
    margin-bottom: 5px;
}
.store-list .media-body span {
    display: inline-block;
    text-align: center;
    width: 19px;
}
label.text-danger {
    color: #a94442;
    font-weight: normal;
}
.sect-cms {
    /*border-top: 1px solid #ececec;*/
    display: inline-block;
    margin-top: 23px;
    width: 100%;
}
.sect-cms .custom-error, header .custom-error {
    margin-top: 10px;
}
.ft-logo img {
    margin-left: -11px;
}
#frm_custommize .owl-controls {
    display: none;
}
.banner-head p {
    color: #fff;
    font-size: 20px;
}
.init-arrow-down-one.active .flaticon-signs::before, .arraw-down-one.active .flaticon-signs::before, .init-arrow-down.active .flaticon-signs::before {
    content: "\f100";
}
.form-control, .btn{
    border-radius:0;
}
.store-section .btn{
    width:100%
}
.locator-design{
    /*background: rgba(0, 0, 0, 0) url("../img/store-img.jpg") no-repeat scroll 0 0;*/
    height:500px;
    background-size:cover;
    background-repeat:no-repeat;
}
.address-detail {
    background: #fff none repeat scroll 0 0;
    height: 455px;
    padding: 15px;
}
.address-detail  h2{
    margin:0;
    font-size:24px;
}
.address-detail a {
    color: #b3b3b3;
    font-size:12px;
}
.address-name {
    padding: 15px 0;
}
.store-section {
    display: inline-block;
    padding: 20px;
    width: 100%;
}
map {
    display:block;
}
map img{
    width: 100%;
    height:200px;
}
.address-map{
    padding-bottom:15px;
}
.cms-header .btn {
    margin-bottom: 20px;
    padding: 4px 10px 5px;
    min-height:30px;
}
.ready-wear img{
    width:100%;
    height:auto;
}
.cust-wear img {
    height: 100% !important;
    width: 100% !important;
}
.field-desc .attribute {
    display: inline-block;
    width: 25%;
}
.detail-page {
    display: inline-block;
    width: 100%;
}
.field-desc {
    border-bottom: 1px solid #dddddd;
    display: block;
    padding: 5px 0;
    width: 100%;
}
#news-slider{
    min-height:60px;
    padding-top:6px;
}
#news-slider .owl-next {
    position: absolute;
    right: -30px;
    top: 11px;
}
#news-slider .owl-prev {
    left: -30px;
    position: absolute;
    top:11px;
}
#news-slider .img-block img {
    width: 100px !important;
}	
/*----------17-05-16-------------*/
.inner-header {
    position: fixed;
    width: 100%;
    z-index: 2;
    top:0;
}
.inner-dashboard {
    //float: left;
    width: 100%;
    //font-weight:400;
}
.inner-left {
    background: #f7f7f7 none repeat scroll 0 0;
    left: 15px;
    padding: 75px 30px 65px;
    position: fixed;
    top: 0;
    width: 19%;
    z-index: 1;
}
.inner-right {
    width: auto;
    padding:50px 15px 50px 380px;
}
.inner-content td {
    border-right: 1px solid #ebebeb;
}
.inner-content td:last-child {
    border-right: medium none;
}
.inner-left .logo {
    display: block;
    margin-bottom: 30px;
}
.inner-left ul li a {
    border-bottom: 1px solid #e3e3e3;
    display: block;
    padding: 8px 1px;
    font-size:14px;
    text-transform:uppercase;
    font-weight:400;
    transition:all 0.4s ease-in-out 0s;
    -moz-transition:all 0.4s ease-in-out 0s;
    -ms-transition:all 0.4s ease-in-out 0s;
    -o-transition:all 0.4s ease-in-out 0s;
    -webkit-transition:all 0.4s ease-in-out 0s;
}
.inner-left ul li:last-child a{
    border-bottom:none;
}
.inner-left ul a span{
    padding-right:10px;
}
.inner-left ul a:hover,.inner-left ul a.active,.inner-left ul a:focus,.inner-left ul a:active{
    color:#ac9779 !important;
}
.inner-dash-header {
    display: inline-block;
    padding: 15px;
    width: 100%;
    border-bottom:1px solid #eee;
    margin-bottom:0px;
}
.user-name{
    display:inline-block;
    position:relative;
    top:15px;
    left:10px;
}
.user-name small {
    color: #cdba9f;
    font-size: 13px;
    font-style: italic;
}
.user-name h4{
    margin:0;
    font-size:20px;
}
.inner-dash-header .pull-right a {
    color: #6e6e6e;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
    top: 18px;
}
.inner-content {
    display: inline-block;
    padding: 15px;
    width: 100%;
    padding: 15px;
}
.inner-content h3 {
    color: #000000;
    font-size: 23px;
    font-weight: 300;
    margin-bottom: 20px;
}
.inner-content form label {
    color: #505050;
    font-size: 15px;
    font-weight: 600;
}
/*.form-control {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #f5f5f5;
    box-shadow: none;
}*/
.form-control {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #e1e1e1;
  height: 40px;
}
.form-control::-moz-placeholder, select.form-control {
    color: #707070;
}
select{
    -webkit-appearance:none;
    -moz-appearance:none;
}
select::-ms-expand{
    display:none;
}
.select-box {
    position: relative;
}
.select-box:after {
    position:absolute;
    content: "\f107";
    font-family: 'FontAwesome';
    bottom: 11px;
    font-size: 22px;
    right: 12px;
    color: #414040;
    top: 6px;
    cursor:pointer;
    pointer-events:none;
}
.black-btn,.blank-btn {
    background: #333 none repeat scroll 0 0;
    border-radius: 0;
    color: #ffffff;
    height: 38px;
    line-height: 25px;
    width: auto;
    text-transform:uppercase;
    transition:all 0.4s ease-in-out 0s;
    -moz-transition:all 0.4s ease-in-out 0s;
    -ms-transition:all 0.4s ease-in-out 0s;
    -o-transition:all 0.4s ease-in-out 0s;
    -webkit-transition:all 0.4s ease-in-out 0s;
}
.black-btn:hover,.black-btn:focus {
    background: #fff none repeat scroll 0 0;
    color: #333;
}
.inner-content thead {
    background: #737373 none repeat scroll 0 0;
    color: #fff;
    font-size: 17px;
}
.inner-content .table > thead > tr > th, .inner-content .table > tbody > tr > th, .inner-content .table > thead > tr > td, .inner-content .table > tbody > tr > td{
    padding:15px;
}
.inner-content .table > tbody > tr > td {
    color: #737373;
    font-size: 15px;
    font-weight: 300;
    padding:9px 3px;
}
.inner-content .table > thead > tr > th, .inner-content .table > tbody > tr > th, .inner-content .table > tfoot > tr > th, .inner-content .table > thead > tr > td, .inner-content .table > tbody > tr > td, .inner-content.table > tfoot > tr > td {
    border-top: 1px solid #f7f7f7;
}
.inner-content .table > tbody > tr > td > a{
    color:#ac9779;
}
.inner-content .table-striped > tbody > tr:nth-child(2n+1) > td, .inner-content .table-striped > tbody > tr:nth-child(2n+1) > th{
    background:#fff;
}
.inner-content .table-striped > tbody > tr:nth-child(2n) > td, .inner-content .table-striped > tbody > tr:nth-child(2n) > th{
    background:#f7f7f7;
}
.active-color {
    color: #ac9779;
    font-weight: 300;
}
.doller {
    color: #ac9779 !important;
    font-size: 18px !important;
    font-weight: 500 !important;
}
.inner-content .table > tbody > tr > td > a > span {
    margin-left: 5px;
}
.footer_menu ul{
    margin-bottom:0;	
}
.fab-img {
    display: inline-block;
    text-align: center;
}
/*-----pradeep--*/
.fabric-heading {
    text-align: center;
    padding:30px 0;
    position:relative;
}
.fab-inner {
    display: inline-block;
}
.fab-inner > span {
    font-size: 16px;
    position: absolute;
    right: 30px;
    top: 67px;
}
.fab-inner h1 {
    font-size: 38px;
    font-weight: 300;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.fab-inner p {
    color: #959191;
    font-size: 15px;
    margin:0;
}
.fab-para h1 {
    margin: 0;
    font-size: 20px;
    text-transform: uppercase;
}
.fab-para {
    margin: 10px 0 0;
    text-align: center;
}
.fab-para p {
    color: #959191;
    font-size: 14px;
}
.fab-structures .container-fluid {
    padding-left: 43px;
    padding-right: 43px;
}
.fab-img img {
    height: 365px;
}

.fab-structures {
    padding-bottom: 20px;
}
/*fabric parteners */
/*art of tailoring*/
/*.banner-art-main {
        background-size: cover;
        padding-top: 220px;
        padding-bottom: 40px
}*/
.banner-art-main {
    text-align: center;
}
.banner-art-heading {
    display: inline-block;
}
.art-arrow {
    display: inline-block;
    margin-bottom: 14px;
}
.banner-art-heading h1 {
    color: #ffffff;
    font-size: 52px;
    line-height: 50px;
    margin: 0;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.discover {
    border: 1px solid #ccc;
    padding: 50px 0;
    text-align: center;
    margin-bottom:10px;
    text-transform:uppercase;
}

.discover h1 {
    display: inline-block;
    position: relative;
    margin: 0;
    font-size: 34px;
    word-spacing: 10px;
}
.discover h1:after {
    content: url('../img/hd-aw.png');
    position: absolute;
    right:-94px;
    top: 1px;
}
.discover h1:before {
    content: url('../img/hd-aw.png');
    position: absolute;
    left: -94px;
    top: 1px;
}
/*.lasa-model {
        padding-top: 210px;
        padding-bottom: 205px;
}*/
.discover-main {
    text-align: center;
    background-size: cover;
}
.discover-heading {
    display: inline-block;
}
.discover-heading h1 {
    font-size: 36px;
    text-transform: uppercase;
    margin: 0;
    color: #fff;
}
.discover-heading p {
    color: #ab9877;
    font-size: 23px;
    margin: 0;
}
/*.art-kiton-style {
        padding: 72px 0;
        min-height:311px;
}*/
.art-fit {
    background: #fff none repeat scroll 0 0;
    padding: 45px;
}
.art-big {
    font-size: 48px;
    font-weight:bold;
}
.art-of-tailoring .mid-right .art-kiton-style:first-child {
    margin-bottom: 28px;
}
.art-of-tailoring .row{
    margin:0 -7px;
}
.art-of-tailoring .col-md-6, .art-of-tailoring .col-md-7,.art-of-tailoring .col-md-5
{
    padding-left: 7px;
    padding-right: 7px;
    margin-bottom:28px;	
}
.art-of-tailoring{
    padding-bottom:65px;	
    padding-top:10px;
}
.art-of-tailoring .mid-left {
    width: 34.667%;
}
.art-of-tailoring .mid-right{
    width: 65.3%;
}
.mid-width,.mid-width-right{
    position:relative;
    width:48%;
}
.mid-width-right:before{
    content:"";
    position:absolute;
    left:-4%;
    width:2px;
    height:100%;
    background:#ccc;
}
/*.banner-art{
margin-top:40px;	
}*/
.banner-art .container-fluid,.art-of-tailoring .container-fluid{
    padding-left:70px;
    padding-right:70px;
}

/*art of tailoring*/
.order-list {
    background: #fcfafb none repeat scroll 0 0;
    padding-right:20px;
    margin-bottom:20px;
    position:relative;
}
.order-list .media > .pull-left {
    margin-right: 20px;
}
.order-head > h4 {
    color: #666666;
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    margin-bottom: 0;
    text-transform: uppercase;
    margin-top:0px;
}
.order-head > h4 small {
    display: block;
    font-size: 12px;
    font-style: italic;
    margin-top:3px;
}
.order-head span {
    font-size: 16px;
    margin-top: 12px;
}
.order-detail {
    margin-top: 10px;
}
.order-detail > .order-bot > label {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    margin:0;
    width:50%;
}
.value {
    color: #666666;
    display: inline-block;
    font-weight: 300;
    margin-left: 10px;
}
.order-bot {
    display: inline-block;
    margin: 0 20px 2px 0;
    width: 47%;
}
.discount-tab {
    position: absolute;
    right: 20px;
    text-align: center;
    top: 55px;
}
.discount-tab span {
    color: #ac9779;
    display: block;
    font-size: 23px;
    font-weight: 400;
    margin: 0;
}
.discount-tab > small {
    color: #000;
    font-size: 13px;
    position: relative;
    top: -7px;
}
.inner-content .nav-tabs > li {
    background: #f5f5f5 none repeat scroll 0 0;
    border-bottom:1px solid transparent;
}
.inner-content .nav-tabs{
    border-bottom:none;
}
.bullet {
    background: #000 none repeat scroll 0 0;
    display: inline-block;
    height: 8px;
    vertical-align: middle;
    width: 7px;
}
.inner-content .main-right-sec {
    padding: 20px 0;
}
.inner-content .order-bot {
    //display: inline-block;
    //margin: 0 0 6px;
    //width: 46.6%;
}
.inner-content .order-detail > .order-bot > label {
    font-size: 13px;
    width: 50%;
}
.inner-content  .value{
    font-size:12px;
}
.inner-content .nav-tabs > li > a {
    background: #f9f9f9 none repeat scroll 0 0;
    font-size: 17px;
    text-transform: uppercase;
    border-right:1px solid #eee;
    border-top: 5px solid transparent;
    border-radius:0;
    padding:15px 20px;
    position:relative;
    border-bottom:none;
    border-left:none;
    height:60px;
    border-right:none;
    min-width:80px;
    color:#666666;
    line-height:22px;
    border-right: 1px solid #e7e7e7 !important;
    font-weight:300;
}
.inner-content .nav-tabs > li > a{
    margin-right:0;
}
.inner-content .nav-tabs > li:last-child a {
    border-right: medium none !important;
}
/*.inner-content .nav-tabs > li > a:hover > span ,.inner-content .nav-tabs > li.active > a > span {
  margin-top:20px;
  display:block;
}*/
.inner-content .nav-tabs > li.active  a,.inner-content .nav-tabs > li > a:hover {
    border-top: 5px solid #ac9779;
    transition:all 0.4s ease-in-out 0s;
    -moz-transition:all 0.4s ease-in-out 0s;
    -ms-transition:all 0.4s ease-in-out 0s;
    -o-transition:all 0.4s ease-in-out 0s;
    -webkit-transition:all 0.4s ease-in-out 0s;
    //height:80px;
    //margin-top:-20px;
    //line-height: 61px;
    background:#f5f5f5;
    border-right: 1px solid #e7e7e7 !important;
    font-weight:300;
}
/*.inner-content .nav-tabs li.active::before,.inner-content .nav-tabs li:hover::before {
  background: #f5f5f5;
  bottom: -3px;
  content: "";
  height: 5px;
  left: 0;
  position: absolute;
  width: 100%;
}
.inner-content .nav-tabs li.active,.inner-content .nav-tabs li:hover {
  border-top: 5px solid #ac9779;
  margin: -9px 2px 0 0;
  padding:15px 10px;
  border-bottom:1px solid #eee;
  transition: all 0.2s ease-in-out 0s;
}*/
.inner-content  .nav-tabs > li.active > a, .inner-content  .nav-tabs > li.active > a:hover, .inner-content  .nav-tabs > li.active > a:focus{
    border-bottom:none;
    border-left:none;
    border-right:none;
}
.inner-content .nav{
    margin-top:20px;
}
.gift-card-img {
    position: relative;
    padding-right:32px;
    text-align: right;
}
.card-img.merge-img {
    left: 50px;
    position: absolute;
    top: 70px;
}
.cart-list li {
    border: 1px solid #eee;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 15px;
    text-align: center;
    width: 24%;
}
.card-detail {
    border-left: 1px solid #ddd;
    padding:0 50px;
}
.amount-detail li {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    width: 20%;
}
.btn.amount-btn {
    border-left: 5px solid #dddddd;
    border-radius: 0;
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    height: 45px;
    width: 100%;
}
.form-control, .btn {
    font-size: 14px;
}
.or-amount {
    color: #949494;
    display: inline-block;
}
.or-amount span {
    color: #9c9b9b;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
    margin-right: 10px;
    vertical-align: middle;
}
.or-amount span .form-control {
    border:1px solid #ddd;
    background:#fff;
    width:120px;
}
.amount-detail > h4, .card-information > h4 {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 5px;
    text-transform: uppercase;
}
.cart-list, .amount-detail ,.card-information {
    margin: 0 0 15px;
}
.cart-btn {
    margin-top: 17px;
}
.card-information label {
    color: #000000;
    font-size: 13px;
    font-weight: 300;
    margin: 0;
}
.grey-color {
    color: #cecece;
    font-size: 14px;
    font-weight: 300;
}
.check-box{
    background:url(../img/check-img.png);
    height: 165px;
    margin: 50px 0;
    padding: 30px 30px 30px 90px;
    text-align: left;
}
.check-box > p {
    color: #333;
    font-size:15px;
}
.check-box > h3 {
    color: #000;
    text-transform: uppercase;
}
.card-detail .fab-para h1,.card-detail-img .fab-para h1{
    margin-bottom:10px;
}
.padding-right-0{
    padding-right:0;
}
.calender-icon{
    position:relative;
}
.calender-icon:before{
    content: "\f073";
    font-family: 'FontAwesome';
    position:absolute;
    top:12px;
    color:#666;
    right:15px;
}
.calender-icon > input{
    padding-right:32px;
}
.email-card {
    background: #f8f8f8 none repeat scroll 0 0;
    float: right;
    min-height: 220px;
    padding: 20px 40px;
    text-align: left;
    position:relative;
    width:100%;
    margin-bottom:15px;
    margin-top:5px;
}
.message-from {
    bottom: 50px;
    color: #000;
    display: inline-block;
    font-size: 16px;
    position: absolute;
}
.email-logo{
    border-top:1px solid #333;
}
.email-detail{
    display:inline-block;
    width: 530px;
    max-width:100%;
}
.email-logo img{
    width:120px;
}
.checkout .modal-dialog {
    text-align: center;
    width: 765px;
}
.checkout .modal-body {
    padding: 50px 178px;
}
.block-content{
    margin:30px 0;
    text-align:left;
}
.block-content label{
    font-weight:normal;
    font-size:15px;
    color:#000;
}
.checkout .black-btn {
    font-size: 16px;
    margin-top: 21px;
    min-width: 135px;
    width: auto;
}
.checkout-block h3{
    text-transform:uppercase;
    margin-bottom:25px;
}
.checkout-block p{
    font-size:15px;
}
.checkout .modal-content{
    border-radius:0;
}
.checkout button.close {
    color: #fff;
    font-size: 48px;
    padding: 0;
    position: absolute;
    right: 0;
    top: -44px;
}
#edit-profile .col-md-4, #edit-profile  .col-md-6,#edit-profile  .col-md-3,#settings .col-md-4, #address  .col-md-4{
    margin-bottom:15px;
}
.form-blog{
    height:45px;
}
.setting-btn{
    margin-top:40px;
}
.setting-btn .btn{
    margin-right:10px;
}
.fab-detail {
    text-align: center;
}
.banner-art,.art-of-tailoring {
    background: #f4f1ea none repeat scroll 0 0;
}
.career-content {
    display: inline-block;
    width: 100%;
}
.career-block {
    display: inline-block;
    height: 324px;
    text-align: center;
    width: 50%;
}
.career-content img {
    height: 100%;
    width: 100%;
}
.career-btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 1px solid #9ab1d1;
    border-radius: 0;
    color: #9ab1d1;
    font-size: 16px;
    height: 40px;
    text-transform: uppercase;
}
.banner-sec img {
    width: 100%;
}
.career-block .fab-para {
    margin: 160px 0;
    text-align: center;
}
.career-block .fab-para p{
    font-size:16px;
}
.career-block .fab-para h1 {
    font-size: 24px;
}
.box-inline {
    display: inline-block;
    margin-right: 20px;
}
.head-top{
    margin:50px 0;
    text-align:center;
}
/*---------------------shital----------------------*/
.inner-dash-header .pull-left > span {
    border: 1px solid #cccccc;
    border-radius: 50%;
    display: inline-block;
    height: 75px;
    width: 75px;
}
.inner-dash-header .pull-left img {
    border-radius: 50%;
    height: 100% !important;
    width: 100% !important;
}
.gw-nav.gw-nav-list i {
    color: #c7c7c7;
    /*position: absolute;*/
    right: 10px;
    /*top: 0;*/
}
.gw-nav.gw-nav-list [class^="flaticon-"]::before, .gw-nav.gw-nav-list [class*=" flaticon-"]::before,.gw-nav.gw-nav-list [class^="flaticon-"]::after, .gw-nav.gw-nav-list [class*=" flaticon-"]::after {
    font-size: 9px;
}
.measurement-list {
    padding: 0px 20px 20px 20px;
}
.measurement-list label {
    font-size: 13px;
    font-weight:400;
    text-transform:capitalize;
}
.measurement-list .form-control {
    border: medium none;
    box-shadow: none;
    color: #adadad;
    font-size: 11px;
    height: 30px;
}

select{
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;

}
.cust-select::before {
    content: "";
    cursor: pointer;
    font-family: FontAwesome;
    pointer-events: none;
    position: absolute;
    right: 14px;
    top: 7px;
    z-index: 2;
}
.cust-select {
    position: relative;
}
.ttl1 ,.ttl3{
    font-size: 16px;
    text-transform: uppercase;
    font-weight:400;
}
.ttl2 {
    color: #ac9779;
    font-size: 25px;
    text-transform: uppercase;
    font-weight:400;
}
.ttl2 .fa {
    font-size: 14px;
    margin-left: 10px;
}
.visit-studio-sec {
    border: 1px solid #d1d1d1;
    margin-top: 40px;
    padding: 8px 0 8px 92px;
}
.btn-gray {
    background: #ac9779 none repeat scroll 0 0;
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    margin-top: 18px;
    text-transform: uppercase;
    width: 100%;
    transition:all 0.4s ease-in-out 0s;
    -moz-transition:all 0.4s ease-in-out 0s;
    -ms-transition:all 0.4s ease-in-out 0s;
    -o-transition:all 0.4s ease-in-out 0s;
    -webkit-transition:all 0.4s ease-in-out 0s;
}
.btn-gray:hover,.btn-gray:focus {
    background: #aa8857 none repeat scroll 0 0;
    color:#fff !important;
}
.design-list .text-right {
    font-weight: 700;
    margin-left: 22px;
    margin-top: 40px;
    text-align: left;
}
.design-list .text-right > a {
    color: #585858;
    font-size: 14px;
    text-transform: uppercase;
    transition:all 0.4s ease-in-out 0s;
    -moz-transition:all 0.4s ease-in-out 0s;
    -ms-transition:all 0.4s ease-in-out 0s;
    -o-transition:all 0.4s ease-in-out 0s;
    -webkit-transition:all 0.4s ease-in-out 0s;
}
.gw-nav-list > li > a {
    transition:all 0.4s ease-in-out 0s;
    -moz-transition:all 0.4s ease-in-out 0s;
    -ms-transition:all 0.4s ease-in-out 0s;
    -o-transition:all 0.4s ease-in-out 0s;
    -webkit-transition:all 0.4s ease-in-out 0s;
}
.design-list .text-right > a:hover {
    color: #aa8857;
}
.design-list .text-right .fa-long-arrow-right {
    margin-left: 4px;
}
.design-list .gw-nav-list > li.active::before {
    content: none;
}
.gw-submenu .nav-tabs a {
    color: #ac9779;
    font-size: 13px;
    text-transform: capitalize;
    border:none;
}
.gw-submenu .nav.nav-tabs > li {
    border-right: 1px solid #e3e3e3;
    padding: 0 10px;
    width: 50%;
}
.gw-submenu .nav-tabs a:hover ,.nav.nav-tabs a:focus{
    background:none;
    border:none;
}
.gw-submenu .active > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: medium none !important;
}
.measurement-list .form-control {
    background: #ffffff none repeat scroll 0 0;
    border: 1px solid #f5f5f5;
    box-shadow: none;
    color: #adadad;
    font-size: 11px;
    height: 30px;
}
.doller-cor {
    background: #333333;
    color: #ffffff;
    font-weight: 700;
    height: 34px;
    font-size:13px;
    line-height: 42px;
    position: absolute;
   /* right: -21px;*/
    text-align: center;
    top: -7px;
   /* transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);*/
    width: 162px;
    z-index:1;
}
.round-bg {
    background: #fff;
    border-radius: 50%;
    display: inline-block !important;
    height: 10px;
    margin-right: 4px;
    width: 10px !important;
    z-index: 1;
}
.round {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    border: 2px solid #ffffff;
    border-radius: 50%;
    display: inline-block !important;
    height: 10px;
    margin-right: 4px;
    width: 10px !important;
    z-index: 1;
}
.inner-left [class^="flaticon-"]::before, .inner-left [class*=" flaticon-"]::before, .inner-left [class^="flaticon-"]::after, .inner-left [class*=" flaticon-"]::after {
    margin-left: 5px;
}
.user-name a {
    font-size: 22px;
    text-transform: uppercase;
    font-weight:400;
}
.inner-content .nav-tabs {
    margin-bottom: 30px;
}
.inner-content .nav-tabs .active span ,.inner-content .nav-tabs li:hover span {
    color: #ac9779;
}
.inner-dash-header .fa-sign-out {
    color: #000000;
    font-size: 20px;
    margin-left: 6px;
}
.order-list .media-body {
    margin-top: 8px;
}
.measure-btn{
    background: #ac9779 none repeat scroll 0 0;
    border-radius: 0;
    border: 2px solid #ac9779;
    font-size:18px;
}
.ttl-fig {
    font-weight: 400 !important;
    margin-top: 76px !important;
}
.fabric-partner {
    font-weight:400; 
}
.card-detail textarea{
    min-height:120px;
}
.e-gift {
    margin-top: 40px;
}
#profile .order-detail {
    padding-left: 13px;
}
.order-ttl {
    color: #ac9779 !important;
    font-weight: 400 !important;
}
.init-arrow-down {
    border-bottom-color: #f0f0f0 !important;
    border-left-color: #f0f0f0 !important;
    border-top: medium none !important;
    box-shadow: none !important;
}
.design-list .form-control:focus{
    border-color: #e4e4e4;
    box-shadow: none;
    outline: 0 none;
}
#address textarea {
    height: 45px;
    min-height: 45px;
}
.inner-content .tab-content .black-btn {
    text-transform: uppercase;
}
.inner-left .fa {
    font-size: 20px;
    margin-right: 5px;
    text-align: center;
    width: 30px;
}
.measure-sub-menu > li {
    border-bottom: 1px solid #f0f0f0 ;
    padding: 7px 15px !important;
    position: relative;
}
.bes {
    margin-top: 10px !important;
}
.nav > li > a {
    padding: 10px;
}
.measure-sub-menu li:last-child {
    border-bottom: medium none;
}
.measure-sub-menu li a .flaticon-signs::before {
    content: "\f101" !important;
}
.measure-sub-menu .arrow-up.active a .flaticon-signs::before {
    content: "\f100" !important;
}
.measure-sub-menu .gw-menu-text {
    //font-weight: normal;
}
.size {
    margin-top: 4px;
}
.size a {
    font-size: 12px;
}
.size .fa {
    font-size: 14px !important;
    margin-right: 5px;
    position: inherit !important;
}
.made-measu-inner-content i {
    font-size: 14px !important;
    margin-right: 5px;
    position: inherit !important;
}
#size-guide .modal-dialog {
    margin: 20px auto;
    width: 800px;
}
.regular-fiit-sec {
    margin-top: 14px;
}
.ttl-reg {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 4px;
    text-transform: uppercase;
}
.made-measu-inner-content {
    background: #fafafa none repeat scroll 0 0;
    border: 1px solid #f2f2f2;
    margin-top: 7px;
    padding: 7px;
}
.made-measu-inner-content > p {
    font-size: 12px;
}
.review-prof {
    background: #e8e8e8 none repeat scroll 0 0;
    color: #aa8857;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    font-size: 12px;
    margin-bottom: 10px;
    padding: 8px;

}
.review-prof a {
    color: #aa8857;
    transition:all 0.4s ease-in-out 0s;
}

.per-size .form-control {
    border: 1px solid #f1f1f1;
    font-size: 12px;
    height: 32px;
    padding: 2px;
}
.review-size-guide {
    margin-bottom: 10px;
}
#size-guide .close {
    color: #ffffff;
    opacity: 1;
    text-shadow: none;
}
#size-guide .close > span {
    background: #000000 none repeat scroll 0 0;
    border-radius: 2px;
    display: block;
    height: 19px;
    line-height: 15px;
    opacity: 1 !important;
    width: 19px;
}
.regu-fit-table thead tr {
    background: #e8e8e8 none repeat scroll 0 0;
    color: #aa8857;
}
.img-sec > img {
    height: 100%;
    width: 100%;
}
.img-sec {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #9c9c9c;
    height: 177px;
}

.video-sec video {
    background: #f3f3f3 none repeat scroll 0 0;
    border: 1px solid #9c9c9c;
}
.man-padding {
    padding: 0 23px 0 7px;
}
.btn-save {
    background: #000000 none repeat scroll 0 0;
    color: #ffffff;
    padding: 7px;
    width: 100%;
}
.save-prof-btn .black-btn {
    font-size: 14px;
    height: 34px;
    line-height: 18px;
    width: 100%;
}
.row1 > li {
    float:left;
    vertical-align: top;
    width:50%;
    padding:0px 10px 0px 10px !important;
}
.row1 {
    margin: 0;
}
.bott-video-picture-sec {
    margin:0px -10px;
}
/*-----------3/10/2016--------------*/
.ro button {
    margin-right: 15px;
}
.ro {
    margin-top: 50px;
}
.ttl-edit-prof {
    color: #252525;
    font-size: 24px;
    margin-bottom: 28px;
}
.ro .btn {
    text-transform: uppercase;
}
.add-new-btn {
    position: absolute;
    right: 0;
    top: 0;
}
.ttl-measure {
    position: relative;
}
.table-top-space {
    margin-top: 35px;
}
.ttl-measure {
    border-bottom: 1px solid #ebebeb;
    padding: 2px 0;
    position: relative;
}
.table-top-space thead td {
    font-size: 14px;
    padding: 4px !important;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle !important;
}
.inner-content .table > tbody > tr > td{
    text-align: center;
}
.btn-modify {
    background: #989898 none repeat scroll 0 0;
    border: 1px solid #989898;
    border-radius: 4px;
    display: inline-block;
    height: 25px;
    line-height: 22px;
    margin: 0;
    text-align: center;
    width: 25px;
}
.btn-modify .fa {
    color: #ffffff;
    font-size: 13px;
}
.note {
    width: 40%;
}
.name {
    width: 18%;
}
.measu {
    width: 15%;
}
.table-top-space .table > thead > tr > th{
    vertical-align: middle;
}
.std-size-content {
    max-height: 510px;
    overflow: auto;
}

/*---------------------------------------------*/
.main-bott-ttl label{
    text-align:right;
}
.order-n {
    color: #c1ac8e;
    font-size: 20px;
    margin-bottom: 16px;
}
table {
    margin: 0 !important;
}
.previ-order-top-table {
    border-bottom: 1px solid #e9e9e9;
    padding: 0 0 16px;
}
.previ-order-top-table td {
    border-right: medium none;
}
.per-shipping-details {
    padding: 20px 0 40px;
}
.ttl-per {
    color: #ac9779;
    font-size: 20px;
}
.per-details-desc p {
    margin: 0;
    font-size:12px;
}
.edit-re-link {
    padding: 4px 0px;
    text-align: right;
}
.edit-re-link a {
    font-size: 16px;
    color:#ac9779;
    transition:all 0.4s ease-in-out 0s;
}
.edit-re-link a:hover {
    color:#9f845d;
}
.bottomSeparator {
    border-bottom: 1px solid #cccccc;
    padding: 10px 0;
}
.gray-gross {
    color: #ac9779;
}
.previ-order-top-table th {
    font-size: 15px;
    font-weight: normal;
    padding: 9px !important;
}
.previ-order-top-table .table > tbody > tr > td{
    text-align:left;
}
#change_email_div,#change_password_div {
    background: #f2f2f2 none repeat scroll 0 0;
    margin-bottom: 10px;
    margin-top: -10px;
    padding: 10px;
}
.table-top-space thead th {
    font-size: 14px;
    padding: 4px !important;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle !important;
    border-right: 1px solid #ebebeb;
}
.order-detail label {
    font-size: 15px;
    font-weight: 600;
}
.fab-structures .form-control {
    height: 29px;
}
.fab-structures textarea {
    min-height: 55px;
}
.fab-structures  .form-group {
    margin-bottom: 8px;
}
.fab-structures .calender-icon::before {
    top: 6px;
}
.fab-structures .select-box::after {
    top: 0;
}
.order-detail .row {
    margin-bottom: 4px;
}
.type {
    width: 15%;
}
.order-d-img > img {
    height: 100%;
    width: 100%;
}
.order-d-img  {
    height: 170px;
    width: 160px;
}
.banner-art-main .img-responsive {
    width: 100% !important;
}
#myRegister .modal-body {
    max-height: 437px;
    overflow-y: auto;
    overflow-x: hidden;
}
.crafted-main-b {
    border-top: 1px dotted #cccccc;
    margin: 0 auto;
    width: 840px;
    max-width:100%;
}
.cms-header {
    margin: 15px 0;
}
.cust-wear{
    position:relative;
}
.bor-right .cust-wear::before {
    border-right: 1px dotted #cccccc;
    content: "";
    height: 100%;
    position: absolute;
    right: -15px;
    top: 0;
    width: 1px;
}
.init-arrow-down-one.active .fa-plus::before, .arraw-down-one.active .fa-plus::before, .init-arrow-down.active .fa-plus::before {
    content: "\f068 ";
}
.dash-left-nav .gw-nav.gw-nav-list i {
    top: 18px;
}
#fabricDiv .item {
    background: #f3f3f3 none repeat scroll 0 0;
    display: inline-block;
    margin: 4px;
    padding: 7px;
    position: relative;
}
.btn-delete {
    position: absolute;
    right: 0;
    top: -6px;
}
.fabric-content {
    margin: 0 -30px;
}
.compare-wrapper {
    padding: 0 !important;
}
.fab-structures .col-md-4 {
    margin-bottom: 25px;
}
.order-detail .col-md-8.col-sm-8.col-xs-12 {
    overflow-wrap: break-word;
}
.wish-image-td {
    height: 100px;
    margin: 0 auto;
    width: 100px;
}
.wish-image-td > img {
    height: 100%;
    width: 100%;
}
/*----------------------------------------------------*/
.zoom-icon .fa.fa-search {
    color: #cccccc;
    line-height: 24px;
}
.pull-head > h4 {
  font-size: 16px;
  font-weight: 300;
  line-height: 23px;
  margin-bottom: 3px;
}
.zoom-icon > a {
    background: #49494a none repeat scroll 0 0;
    border: 1px solid #cccccc;
    border-radius: 50%;
    display: block;
    height: 27px;
    text-align: center;
    width: 27px;
    cursor:pointer;
    pointer-events:none;
}
.fab-img-sec {
    position: relative;
    cursor:pointer;
}
.zoom-icon {
    left: 50%;
    margin-left: -13.5px;
    margin-top: -13.5px;
    position: absolute;
    text-align: center;
    top: 50%;
    transition: opacity 200ms ease-in-out 0s;
    opacity:0;
}
.fab-img-sec:hover .zoom-icon{
    opacity:1;
}
/*---------------------24/11/16----------_*/
.drop-sec{
    position: relative;
}
.drop-sec::before {
    content: "";
    cursor: context-menu;
    font-family: "FontAwesome";
    font-size: 18px;
    pointer-events: none;
    position: absolute;
    right: 15px;
    top: 8px;
}
.review-size-guide.guide-1 {
    margin: 10px;
}
.review-size-guide.guide-1 a{
    text-decoration: underline;
}
.adcart.add-new {
    margin: 15px 0 0;
}
.adcart.add-new .form-control {
    float: left;
    opacity: 0;
    width: 50%;
}
/*-----------------------------Start-flat-icon---------------------------------------------*/
/*
Flaticon icon font: Flaticon
Creation date: 03/08/2016 11:34
*/

@font-face {
    font-family: "Flaticon";
    src: url("../flat-icon/Flaticon.eot");
    src: url("../flat-icon/Flaticon.eot?#iefix") format("embedded-opentype"),
        url("../flat-icon/Flaticon.woff") format("woff"),
        url("../flat-icon/Flaticon.ttf") format("truetype"),
        url("../flat-icon/Flaticon.svg#Flaticon") format("svg");
    font-weight: normal;
    font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
        font-family: "Flaticon";
        src: url("./Flaticon.svg#Flaticon") format("svg");
    }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 20px;
}

.flaticon-line:before { content: "\f100"; }
.flaticon-signs:before { content: "\f101"; }

/*-----------------------------end-flat-icon---------------------------------------------*/
.product-drop-icon i {
    top: 0 !important;
}
.check-b .icon-span {
  background: #333333 none repeat scroll 0 0;
  display: inline-block;
  height: 23px;
  text-align: center;
  width: 23px;
}
.check-b {
  bottom: 1px;
  position: absolute;
  right: 1px;
}
.check-b .fa.fa-check {
  color: #ffffff;
  line-height: 23px;
}
.btm-sec .icon-span {
  display: none !important;
}
.pull-head > p {
  font-weight: 600;
  margin-bottom: 0;
}
.product-drop-icon > li > a {
  padding: 2px 15px !important;
}
/*.fabric-content .modal-body {
    display: none;
}
.fab-img-sec:hover .modal-body {
    display: block;
}
.fabric-content .modal-body {
  background: #ffffff none repeat scroll 0 0;
  border: 1px solid #cccccc;
  border-radius: 4px;
  display: block;
  padding: 6px !important;
  position: absolute;
  right: -175px;
  top: 0;
  width: 100%;
  z-index: 9;
}*/

.second_customize_sec #btn_next{
	float:right
}

.second_customize_sec .head{
	text-align: left;
}

/*-----------------product page style------------*/
.vertSliderHld {
    overflow: hidden;
    height: 551px;
}

/*-----------------responsive------------*/
@media (min-width: 1600px){
    .locator-design{
        height:650px;
    }
    .order-detail > .order-bot > label {
        width: 37%;
    }
    .card-img.merge-img {
        left: 30%;
    }
    .banner-art img,.art-of-tailoring img{
        width:100%;
    }
    .lasa-model  img{
        width:96%;
    }
    .art-of-tailoring .col-md-7 .art-kiton-style:first-child {
        margin-bottom: 29px;
    }
}

@media (min-width: 1199px) and (max-width: 1280px) {

    .img-sec {
        height: 167px;
    }
    .card-img > img {
        height: 100%;
        width: 100%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .tool-wrap {
        width: 100%;
        padding: 30px 15px;
    }
    .visit-box {
        width: 100%;
    }
    header .nav-tabs > li > a {
        font-size: 17px;
        padding: 3px 10px;
    }
    .card-img > img {
        height: 100%;
        width: 100%;
    }

}
@media (min-width: 768px) and (max-width: 991px) {
    .banner-box {
        top: 130px;
        width: 100% !important;
    }
    .video-section .text-center img {
        height: auto !important;
    }
    .copyright {
        float: none;
        text-align: center;
    }
    .footer_menu {
        text-align: center;
    }
    .fabric-content li {
        width: 50%;
    }
    .prodDetailsLft {
        margin-bottom: 20px;
    }
    .left-panel {
        display: none;
    }
    .left-panel .close {
        display: inline-block;
        position: relative;
        z-index: 1;
    }
    .btn-left-panel, .left-panel .close {
        display: block;
    }
    .tool-wrap {
        width: 100%;
        padding: 30px 15px;
    }
    .tool-wrap .shirt-tool li {
        width: 155px;
    }
    .fabric-crop {
        text-align: left;
    }
    .li-slect select {
        width: 120px;
    }
    header .topbar .nav-tabs > li > a {
        padding: 3px 10px;
    }
    .sm-height {
        min-height: 170px;
    }
    .row1 > li {
        margin: 0;
        width: 100%;
    }
    .row1 > li:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    .tool-wrap .shirt-tool li {
        width: 147px;
    }
    .shirt-tool li:nth-child(2), .shirt-tool li:nth-child(4), .shirt-tool li:nth-child(6), .shirt-tool li:nth-child(8) {
        margin-right: 0;
    }
    .row1 > li {
        margin-bottom: 10px;
        width: 92.5%;
    }
    header .navbar-collapse {
        padding: 12px 0;
    }
    header .nav-tabs > li > a {
        padding: 3px 8px;
    }
    /*.navbar-brand > img {
        height: 100%;
        width: 100%;
    }*/
    .navbar-brand  {
        height:60px !important;
        width: 100px;
    }
    .sticky-header .navbar-static-top .navbar-brand img {
        width: 100px;
    }
    .card-img > img {
        height: 100%;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .dash-logo {
        width: 100%;
        float: none;
        margin-right: 0;
        height: 55px;
        border-bottom: 1px solid #ddd;
    }
    .navbar-collapse{
    width:60%!important;
    left:-15px!important;
}
.nav-tabs > li {
    display:inline-block;
    text-align:left;
    width:100%;
}
.navbar .mobile_menu{
    position:absolute;
}
    .dash-left-nav {
        padding-right: 0;
    }
    .dash-logo img {
        float: left;
        padding: 10px 15px;
        width: 150px;
    }
    .dash-top-nav {
        overflow: visible;
        min-height: 55px;
    }
    .nav-list ul li a {
        width: 55px;
        line-height: 55px;
        font-size: 16px;
    }
    .user-pic {
        padding: 5px 15px;
        margin-top: 3px !important;
    }
    .btn-slide {
        display: block;
        position: absolute;
        right: 0;
        top: 0px;
    }
    .back-btn {
        display: block;
    }
    .dashboard-wrap {
        padding-top: 0px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .dash-left-nav {
        z-index: 9999;
        /*left: -100%;*/
        left:0;
        transition: 0.30s ease-in-out;
        -moz-transition: 0.30s ease-in-out;
        -webkit-transition: 0.30s ease-in-out;
        /*opacity: 0;*/
        opacity:1;
        top: 0;
        position: absolute;
    }
    .slide .dash-left-nav {
        left: 0;
        opacity: 1;
    }
    .user-pic img {
        height: 40px;
        width: 40px;
    }
    .user-pic .media-body > a {
        font-size: 14px;
        margin-bottom: 0;
    }
    .slide {
        overflow: hidden;
    }
    .slide:before {
        position: fixed;
        top: 0;
        left: 0;
        content: "";
        background: rgba(0,0,0,0.8);
        height: 100%;
        width: 100%;
        z-index: 5000;
    }
    .nav-list {
        float: right;
        position: absolute;
        right: 0;
        top: 0;
    }
    .dash-menu-tl {
        padding: 10px;
    }
    .copyright {
        float: none;
        text-align: center;
    }
    .footer_menu {
        text-align: center;
    }
    .fabric-content li {
        width: 100%;
    }
    .content-body .pagination > li > a, .pagination > li > span {
        padding: 6px 9px;
    }
    .prodDetailsLft {
        margin-bottom: 20px;
    }
    .left-panel {
        display: none;
    }
    .left-panel .close {
        display: inline-block;
        position: relative;
        z-index: 1;
    }
    .btn-left-panel, .left-panel .close {
        display: block;
    }
    .tool-wrap {
        width: 100%;
    }
    .cms-tab .nav.nav-tabs > li {
        background: #f0f0f0 none repeat scroll 0 0;
        display: block;
        float: none;
        margin-bottom: 10px;
    }
    .cms-tab {
        border: 1px solid #ccc;
        margin: 0 0 20px;
    }
    .cms-tab .nav.nav-tabs > li.active {
        background: #fff;
    }
    .visit-box {
        width: 100%;
    }
    .navbar-collapse {
        background: #cccccc none repeat scroll 0 0;
        left: 0;
        margin: 0 !important;
        /*position: absolute;*/
        position:relative;
    }
    .content-ttl h2,.fab-inner h1,.discover h1 {
        font-size: 23px;
    }
    .card-img > img {
        height: 100%;
        width: 100%;
    }
    #myModalll .modal-dialog {
	width: 300px;
    }

    .inner-dashboard .inner-left{
	position: relative;
        width: auto;
        left: 0px;
    }

    .inner-dashboard .inner-right{
	padding: 50px 0px 0px 0px;
     }

    .topbar a {
         color: #ffffff;
     }
    .fig_img img {
		width: 200px;
		margin: 0 auto;
	}
	.second_customize_sec .tool-header h2{
		font-size: 22px;
	}
	.mobile_menu a:active {
  text-decoration:underline!important;
}
	.mobile_menu a:hover {
  text-decoration:underline!important;
}
}
@media (min-width: 480px) and (max-width: 767px) {
    .dashboard-wrap .content-body .col-xs-12, .fabric-content li {
        width: 50%;
    }
    .tool-ft .col-xs-12 {
        width: 50%;
    }
    .social-link a {
        height: 35px;
        line-height: 31px;
        width: 35px;
    }
	.second_customize_sec .tool-header .head h2{
		font-size: 21px;
		margin-top:50px;
	}
	.craftsmanship_block .career-block {
    		height: auto;
    		width: 100%;
    	}

    .craftsmanship_block .career-block .fab-para{
	    margin: 70px 0;
    }
	
}
@media (max-width: 480px) {
    .prodDetailsLft {
        margin-bottom: 20px;
    }
    .toolTop .col-xs-4, .toolTop .col-xs-8 {
        width: 100%;
    }
    .vertSliderHld .bx-wrapper .bx-viewport {
        height: 150px !important;
    }
    .vertSliderHld .bx-wrapper .bx-controls-direction a.bx-prev {
        left: auto;
        margin-left: 0;
        margin-top: -16px;
        top: 50%;
    }
    .vertSliderHld .bx-wrapper .bx-controls-direction a.bx-next {
        left: auto;
        margin-left: 0;
        margin-top: -16px;
        bottom: auto;
        top: 50%;
    }
    .vertSliderHld .bx-wrapper .bx-prev {
        background: url(../images/controls2.png) no-repeat 0 -32px;
    }
    .vertSliderHld .bx-wrapper .bx-next {
        background: url(../images/controls2.png) no-repeat -43px -32px;
    }
    .shrit-img img {
        width: 100%;
    }
    .btn-blue {
        width: 76px;
    }
    .career-page .form-control {
        width: 100%;
    }
    .dashboard-wrap h3 {
        font-size: 22px;
    }
    .img-box {
        width: 100%;
    }
    .inline-check label {
        font-size: 13px;
    }
    .inline-check {
        margin-left: 4px !important;
    }
    .inline-check input[type="checkbox"] {
        margin-left: 1px;
    }
    .li-slect select {
        width: 130px;
    }
    .footer_menu ul li a {
        font-size: 12px;
    }
    .page-header {
        margin: 10px 0 20px;
    }
    .page-header h2 {
        font-size: 28px;
    }
    .tool-wrap .shirt-tool li {
        width: 122.7px;
    }
    .row1 > li {
        width: 270px;
    }
    .row1 > li:last-child {
        margin-left: 0;
        margin-top: 10px;
    }
    .bor-right .cust-wear::before {
        border-right: medium none;
    }
    .gift-card-img {
        padding-right: 0;
    }
    .fab-structures .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .card-detail {
        padding: 0 15px;
    }
	.second_customize_sec .tool-section #btn_next{
	    right: auto;
	}
	.second_customize_sec .tool-header .head h2{
		font-size:17px;
		margin-top:50px;
	}
       .vertSliderHld {
		overflow: hidden;
		height: auto;
	}
   .craftsmanship_block .career-block {
    height: auto;
    width: 100%;
    }

    .craftsmanship_block .career-block .fab-para{
	    margin: 70px 0;
    }
}

.add-cart-to{
    background: none;
    border: none;
    color: #585858;
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 22px 0 0;
}
/*#frm_prepare_voucher .form-control {
  background: none repeat scroll 0 0 #f9f9f9 !important;
  height: 29px;
}*/
#frm_prepare_voucher .form-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  height: 29px;
}
#myModalll .modal-body {
  /*padding: 35px !important;*/
}
/*#myModalll .modal-dialog {
  width: 540px !important;
}*/
#myModalll .modal-content {
  /*border-radius:0 !important;*/
  border-radius:12px !important;
}
#myModalll .modal-dialog {
  margin: 58px auto;
}
#myModalll .para-text {
  text-align: center !important;
  padding-bottom:0 !important;
}
#myModalll{
  background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
}
#myModalll .close {
  color: #ffffff !important;
  opacity: 1 !important;
}
#myModalll .para-text p{
margin-bottom:0 !important;
}
/* custom CSS */
.second_customize_sec{adding-top:20px;padding-bottom:20px;}
.tool-design{padding:0 !important;}
.second_customize_sec .tool-header .head{margin-top:25px !important;}
.add-cart-to{padding: 10px;border: 1px solid #111;box-shadow: 2px 2px 2px #8c8b8b;}
.customize_left_menu .gw-nav-list .active a{color:##585858;border-top:2px solid #ccc !important;border-bottom:2px solid #ccc !important;}
.customize_left_menu .gw-nav-list .active .gw-menu-text{
color:#000;
font-weight:bold;
}
.customize_left_menu{padding-left:0;padding-right:0;}
/*.shirt-main-div a img:hover{   -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.2);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.2);
    transition: all 200ms ease-in;
    transform: scale(1.2);
}*/
.shirt-main-div a img{    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   }
.product-hover .product-cta a.blank-btn{border-radius:0;font-size:14px;padding:10px 20px;height:auto;}
.craftmanship_header,.RTW_p_l{text-align:center}
.discover h1{font-weight:300 !important;}