@font-face {
        font-family: 'cormorant';
        src: url('../fonts/cormorantgaramond-light.woff');
        font-weight: normal;
        font-style: normal;
    }
body
{
	font-family: 'Lato, sans-serif';
	font-weight: normal;
	font-style: normal;
	background:#fff;
	color:#000;
	overflow-y:hidden;
	overflow-x:hidden !important;
}
canvas{ background-color:#d5d5d5;}
h4, .h4, h5, .h5, h6, .h6
{
	font-weight: bold;
}
*:focus {
outline: none;
}
input[type='checkbox'] {
  outline:0;
}
a, a:hover, a:focus, input, input:hover, input:focus, img, img:hover, img:focus
{
	text-decoration:none;
	outline: 0;
	color:#000;
}
ul, li
{
	padding:0;
	margin:0;
	list-style:none;
}
.margin-left-5
{
	margin-left:5px !important;
}
.margin-top-5
{
	margin-top:5px !important;
}
.margin-bottom-5
{
	margin-bottom:5px !important;
}
.margin-right-5
{
	margin-right:5px !important;
}

.margin-left-off
{
	margin-left:0px !important;
}
.margin-top-off
{
	margin-top:0px !important;
}
.margin-bottom-off
{
	margin-bottom:0px !important;
}
.margin-right-off
{
	margin-right:0px !important;
}

.margin-left-10
{
	margin-left:10px !important;
}
.margin-top-10
{
	margin-top:10px !important;
}
.margin-bottom-10
{
	margin-bottom:10px !important;
}
.margin-right-10
{
	margin-right:10px !important;
}

.main_content{
	width:100%;
	height:100vh;
	background-size: cover;
    background-position: center;
}
.profile_info{
	    padding: 10px;
    font-weight: bold;
    width: 100%;
    text-align: center;
}
.create_looks{
	padding:5px 10px;
	color: #fff;
    border-radius: 0px;
    background: #da2439;
}
#share_success{
	font-size: 1.7em;
    color: #fff;
}
.padding-left-5
{
	padding-left:5px !important;
}
.padding-top-5
{
	padding-top:5px !important;
}
.padding-bottom-5
{
	padding-bottom:5px !important;
}
.padding-right-5
{
	padding-right:5px !important;
}

.padding-left-off
{
	padding-left:0px !important;
}
.padding-top-off
{
	padding-top:0px !important;
}
.padding-bottom-off
{
	padding-bottom:0px !important;
}
.padding-right-off
{
	padding-right:0px !important;
}

.padding-left-10
{
	padding-left:10px !important;
}
.padding-top-10
{
	padding-top:10px !important;
}
.padding-bottom-10
{
	padding-bottom:10px !important;
}
.padding-right-10
{
	padding-right:10px !important;
}

.padding-left-20
{
	padding-left:20px !important;
}
.padding-top-20
{
	padding-top:20px !important;
}
.padding-bottom-20
{
	padding-bottom:20px !important;
}
.padding-right-20
{
	padding-right:20px !important;
}
.dress_category li{
	display:block;
	margin-right:0px;
	cursor:pointer;
}
.leftside
{
	position:fixed;
	width:87px;
	background:#fbfbfb;
	height:100%;
}
.leftside ul
{
	padding:0;
	margin:0;
	height:100%;
}
.leftside ul li
{
	list-style:none;
	text-align:center;
	
}
.leftside ul li a.active
{

}
.leftside ul li a.active span, .leftside ul li a.active i
{
	color:#000;
	display:block;
}
.leftside ul li a:hover span
{
	color:#000;
	display:block;
}
.leftside ul li a.active .room
{
	background:url(http://tailormate.net/css/img/room_active.svg) no-repeat;
}

.leftside ul li a i
{
	display:none;
	font-size:24px;
	position:absolute;
	top:0;
	right:4px;
}
.leftside ul li a span
{
    color: #000;
    display: block;
    font-size: 11px;
    padding: 5px 0;
    text-transform: uppercase;
    width: 100%;
}
.room
{
	background:url(http://tailormate.net/css/img/room.svg) no-repeat;
	width:26px;
	height:26px;
	display:block;
	margin:0 auto;
}
.logo_left {
    left: 20px;
    position: fixed;
	top:10px;
}
.zoom_btn
{
	background:url(../img/zoom_btn.html) no-repeat;
	padding:0;
	width:44px;
	height:44px;
	text-align:center;
	line-height:49px;
	font-size: 20px;
	color:#6e6e6e;
	margin-bottom: 10px;
}
.border_circle
{
	background:url(../img/zoom_btn.html) no-repeat;
	padding:0;
	width:44px;
	height:44px;
	text-align:center;
	line-height:49px;
	font-size: 20px;
	color:#6e6e6e;
	margin-bottom: 10px;
	display:block;
}
.leftside ul li a {
 
  -webkit-transition: left 1s; /* Safari */
    transition: left 1s;
	 display: block;
    margin:0 auto;
	padding: 6px 0;
    width: 100%;
    z-index: 999;
	position:relative;
	border-top:1px solid #FBFBFB;
	border-bottom:1px solid #FBFBFB;
	opacity:0.4;

}
.leftside ul li a.active
{
	-webkit-transition: left 1s; /* Safari */
    transition: left 1s;
	background:#fff;
	border-top:1px solid #ececec;
	border-bottom:1px solid #ececec;
	opacity:1;
}
.next-btn
{
	position: fixed;
	width: 87px;
	background: #3c3c3c;
	height: 56px;
	bottom: 0;
	z-index: 9999;
	display: block;
	right: 0;
	text-align:center;
	line-height:55px;
	color:#fff;
	font-size:30px;
}
.action{
	background: rgba(245, 244, 242, 0.5);
    top: 2vw;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	position: absolute;
    width: 60px;
    height: 60px;
    right: 10px;
	padding:5px;
	cursor:pointer;
}
.search{
	top: 8vw;
}
.info{
	 top: 14vw;
}
.share{
	 top: 20vw;
}

.action img,.search img{
	max-width:100%;
}
.next-btn:hover, .next-btn:focus
{
	color:#fff;
}
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    
    -webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

    -webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
    
    opacity: 0;
}

#search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
	z-index:20;
}

#search input[type="search"] {
    position: absolute;
    top: 50%;
    width: 100%;
    color: rgb(255, 255, 255);
    background: rgba(0, 0, 0, 0);
    font-size: 60px;
    font-weight: 300;
    text-align: center;
    border: 0px;
    margin: 0px auto;
    margin-top: -51px;
    padding-left: 30px;
    padding-right: 30px;
    outline: none;
	font-family:'cormorant';
}
#search .btn {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 61px;
    margin-left: -45px;
	 color: #fff;
    border-radius: 0px;
	background:#777777;
	padding:10px;
	font-size:1vw;
	letter-spacing:2px;
}
#search .close {
    position: fixed;
    top: 15px;
    right: 15px;
    color: #fff;
	background-color: #428bca;
	border-color: #357ebd;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
	background:#777777;
	border-radius: 0px;
}
#closebt-container {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 40px;
}
.closebt {
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
}
.closebt:hover {
    transform: rotate(90deg);
}

.sidebar {
  position: fixed;
  top:0;
  color: black;
  left:0px;
  height:auto;
  z-index:5;
  width: 12vw;
  top:10px;
  }
.sidebar.right{
	left: auto;
    right: 10px;
}
.sidebar.bottom{
	bottom:10px;
	top:auto;
	height:auto;
}
.booking_entry{
	height:auto;
	bottom:10px;
	top: auto;
    float: left;
	padding-bottom:15px;
	background:rgba(60, 59, 59, 0.5);
	    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
}
.germent_category{
	cursor:pointer;
}
.germent_category img{
	margin:5px 0;
	height: 125px;
}
.popup-content h1{
	color:#fff;
}
#product_details{
	font-family:'cormorant';
}
.booking_form{
	padding: 0 20px;
    width: 40%;
    margin: 15px auto;
    text-align: center;
	font-family:'cormorant';
}
#allfabrics_list{
	height:calc(80vh);
}
.sidebar-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float:left;
  background-color: transparent;
  padding:10px;
  height:100%;
  width: 100%;
}
.price_box{
	padding: 10px 20px;
	text-align: center;
	background: #777777;
	margin-top: 5px;
	color: #fff;
	font-family: 'Lato, sans-serif';
	font-size: 16px;
	float:right;
	margin-right: 30px;
}
.sidebar-list#surface-menu
{
	width:140px;
}
.sidebar-list#wallogy-menu
{
	width:315px;
}
.sidebar-list#hippomood-menu
{
	width:315px;
}
.sidebar-list .form-control
{
	background:none;
	font-size:12px;
	color:#adacac;
	border:1px solid #000;
}
.colors{
	position: fixed;
    width: 11%;
    margin: 0px auto;
    top: 65%;
    right: 10px;
    background-color: rgba(245, 244, 242, 0.5);
    padding: 10px;
}
.dress_category{
	position: fixed;
	right: 10px;
	top:10;
	padding: 10px;
}
.left_panel_logo{
	text-align: left;
    padding: 5px;
	margin-left:15px;
}
.left_panel_logo img{
	max-width:100%;
	max-height: 65px;
	width:50%;
}
.right_panel_logo{
	text-align: center;
    padding: 5px;
    border-top: 1px solid #f5f4f2;
}
.colors h3{
	margin-top:10px;
}
.variants{
	cursor:pointer;
}
.variants img{
	border: 3px solid;
    border-color: rgba(255, 255, 255, 0.5);
}
.variants.active img{
	border-color: rgba(218, 36, 57, 0.5);
}
.sidebar-menu
{
	 position: fixed;
	  top:70px;
	  height:100%;
	  right: 0px;
	  width:87px;
	  z-index:999;
	  border-left:1px solid #ececec;
	  padding-top:0;
	  background:#f5f4f2;
}

.room_list
{
	padding:0;
	margin:10px -3px;
	padding-bottom:45px;
}
.room_list li
{
	width:50%;
	display:inline-block;
	float:left;
}
.room_list li a
{
	display:block;
}
.room_list li a img
{
	width:100%;
	padding:0 3px;
	margin-bottom:6px;
}
.white
{
	color:#fff;
}

.surface_list
{
	padding:0;
	margin:0;
	padding-bottom:45px;
}
.surface_list li
{
	width:100%;
	margin-bottom:10px;
}
.surface_list li a
{
	display:block;
}
.surface_list li a img
{
	width:100%;
}
.surface_list li a span
{
	display:block;
	background:#0c0c0c;
	font-size:10px;
	text-transform:uppercase;
	color:#fff;
	text-align:center;
	padding:5px;
}

.wallogy_list
{
	padding:0;
	margin:10px -3px;
	padding-bottom:45px;
}
.wallogy_list li
{
	width:33.333%;
	display:inline-block;
	float:left;
}
.wallogy_list li a
{
	display:block;
}
.wallogy_list li a img
{
	width:100%;
	padding:0 3px;
	margin-bottom:6px;
}
#FilterPopup .modal-dialog
{
	margin: 10px 0 0 403px;
    width: 255px;
}
.modal-body{
	    float: left;
    width: 100%
}
#FilterPopup .modal-dialog .modal-content
{
	box-shadow:none;
	border-radius:0;
	border:none;
	background:#000000;
}
#FilterPopup .modal-dialog .modal-content .modal-header {
    background: #f1d84c;
    border-bottom: medium none;
    padding: 10px 15px;
}
#FilterPopup .modal-dialog .modal-content .modal-header h4
{
	font-weight:500;
	font-size:16px;
	text-transform:uppercase;
	color:#000;
	margin-top:4px;
}
#FilterPopup .modal-dialog .modal-content .modal-header .close
{
	color:#000;
	font-size:17px;
	opacity:1;
	margin-top:5px;
}
#FilterPopup .modal-dialog .modal-content .modal-footer
{
	border:none;
	text-align:center;
	padding:3px;
	padding-bottom:5px;
}
#FilterPopup .modal-dialog .modal-content .modal-footer button
{
	float: none;
    margin: 0;
    text-align: center;
    width: 47%;
}
#FilterPopup .modal-dialog .modal-content .modal-footer button:last-child {
    margin-left: 3px;
}
.checkbox_list li label
{
	color:#fff;
	font-size:12px;
}
.btn-grey
{
	background:#fff;
	font-size:13px;
	letter-spacing:2px;
	text-transform:uppercase;
	border:none;
	border-radius:0;
	padding:10px 15px;
}
.btn-yellow
{
	background:#f1d84c;
	font-size:13px;
	letter-spacing:2px;
	text-transform:uppercase;
	border:none;
	border-radius:0;
	padding:10px 15px;
}
.logo
{
	max-width:100%;
	width: 100%;
}

.select_size_bottom
{
	position:absolute;
	bottom:0;
}
.white_btn
{
	background:#fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: 1px dashed #d1d1d1;
	padding:8px 14px 5px;
	font-size: 16px;
	text-transform:uppercase;
	margin-right:10px;
	position:relative;
}
.white_btn.btn-xs
{
	padding:5px 8px 2px !important;
	font-size: 12px !important;
}
.add_to_cart img
{
	position:absolute;
	right: 15px;
    top: -23px;
}
.heading_main
{
	    font-weight: 400;
    font-size: 1.9vw;
    margin-top: 10px;
    padding-bottom: 0px;
    color: #000;
    text-transform: uppercase;
    text-align: left;
    /* font-family: 'cormorant'; */
    float: left;
    width: 100%;
    padding-left: 0;
    text-align: center;
}
.margin-top{
	margin-top:30px;
}
.title{
	font-family:'cormorant';
	float: right;
	padding-right: 9%;
	font-size: 3vw;
	color:#686767;
}
.zoom-reset
{
	position: absolute;
	bottom:-10px;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.zoom-reset li a i
{
	color: #cccaca;
	font-size: 40px;
	vertical-align: middle;
	display: inline-block;
	line-height: 1;
}
.zoom-reset li a
{
	color:#cccaca;
	font-size:16px;
	text-transform:uppercase;
}
.sidebar_inside
{
	padding:0;
	padding-right:10px;
}
.tab_customs
{
	border:none;
	margin-top:30px !important;
	margin-bottom:20px;
}
.tab_customs li
{
	float:none;
	display:inline-block;
}
.tab_customs li a
{
	background:none !important;
	border:none !important;
	border-radius:0 !important;
	font-size:18px;
	text-transform:uppercase;
	color:#c8c8c8;
	letter-spacing:0.5px;
}
.tab_customs li.active a, .tab_customs li a:focus
{
	background:none !important;
	border:none !important;
	border-bottom:1.5px dashed #5f5f5f !important;
	border-top:1.5px dashed #5f5f5f !important;
	border-radius:0 !important;
	font-size:18px;
	text-transform:uppercase;
}
.tab-content
{
	
}
.border_image a
{
    display: block;
    margin: 10px auto 8px;
	position:relative;
}
.border_image a.active i
{
	display:block;
}
.border_image a > i
{
	position: absolute;
	top: 0;
	right: 0;
	color: #000;
	font-size: 18px;
	display: none;
	background: #fff;
	height: 26px;
	line-height: 25px;
	padding: 0 3px;
}
.border_image span
{
	font-size: 18px;
	display:block;
	line-height:14px;
	color: #383838;
	text-transform:uppercase;
	text-align:center;
	overflow: hidden;
	margin-bottom:10px;
}
.border_image a.active + span{
	color:#da2439;
}
.germent_category.border_image span{
	font-size: 14px;
}
.box_low_padding .col-sm-4
{
	padding-left:7px !important;
	padding-right:7px !important;
}
.box_low_padding
{
	margin-left: -7px;
    margin-right: -7px;
}

.fab_bg {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
}
.fabric_box button
{
	background:none;
	border:none;
	font-size:10px;
	color:#a1a1a1;
	font-weight:600;
	padding:0;
	text-transform:uppercase;
}
.search_box
{
	position:relative;
	margin-top:5px;
}
.btn_custom{
    color: #fff;
    border-radius: 0px;
	background:#777777;
	width:100%;
	padding:10px;
	font-size:1vw;
	letter-spacing:2px;
}
.btn_custom:hover{
	background:#da2439;
	color: #fff;
}
.search_box input
{
	background:none !important;
	border:none !important;
	border-bottom:1px dashed #b2b0b1 !important;
	box-shadow:none !important;
	text-transform:uppercase !important;
	font-size:14px !important;
	border-radius:0 !important;
}
.search_box a
{
	position:absolute;
	right:0;
	bottom:0;
	font-size:20px;
	color:#8b8a8a;
}
.fabric-menu img
{
	opacity:0.3;
}

.measurement_tab li a
{
	border: medium none !important;
    color: #cccccc;
    font-weight: 600;
    line-height: 0;
    padding: 4px 10px;
	background:none !important;
}
.measurement_tab li a i
{
	font-size:30px;
	vertical-align:middle;
	margin-right:3px;
}
.measurement_tab li a img
{
	vertical-align:sub;
	margin-right:3px;
}
.grey_input
{
	background:#ededed !important;
	border:none !important;
	border-radius:0 !important;
	color:#000 !important; 
}
.white_input
{
	background:#fff !important;
	border:1px solid #eee !important;
	border-radius:0 !important;
	color:#000 !important;
	box-shadow:none; 
}
.buttons_measurement a i
{
	font-size:19px;
	vertical-align:sub;
}
.buttons_measurement a
{
	font-size:12px;
	margin-top:40px;
	display:inline-block;
	margin-right:1px;
}
.measurement_filter
{
	padding:10px 0 20px;
	border-bottom:1px solid #cacaca;
}
.grey_border
{
	background:#fafafa;
	border: 1px dashed #d1d1d1;
	margin-top:20px;
}
.grey_border span
{
	color:#e04040;
	padding:10px;
	font-size:11px;
	text-transform:uppercase;
}
.grey_border p
{
	color:#000;
	font-size:13px;
	margin:0;
	padding:10px;
	background:#fff;
	border-right: 1px dashed #d1d1d1;
	text-transform:uppercase;
	font-weight:bold;
}
.measurement_field .input-group-addon
{
	padding:0 10px;
	border-radius:0;
	border:none;
}
.measurement_field p
{
	font-size:11px;
	font-style:italic;
	text-transform:uppercase;
	margin-bottom:0;
	margin-top:20px;

}
.measurement_field
{
	border-bottom:1px solid #cacaca;
	padding-bottom:20px;
	margin-bottom:20px;
}
#image_block {
    padding-top: 0;
}
.search_box
{
	position:relative;
	margin-top: 0;
	margin-bottom: 10px;
}
.search_box input
{
	background:none !important;
	border:none !important;
	border-bottom:1px solid #dfdfdf !important;
	box-shadow:none !important;
	text-transform:uppercase !important;
	font-size:14px !important;
	border-radius:0 !important;
}
.search_box a
{
	position:absolute;
	right:0;
	bottom:0;
	font-size:20px;
	color:#8b8a8a;
}
.border_image a img {
    height: 145px;
	border:3px solid;
	border-color:rgba(255, 255, 255, 0.5)
}
.border_image a.active img{
	border-color:rgba(218, 36, 57, 0.5)
}
.fabric_box a img {
    width: 83%;
}

#image_block img {
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
}

.extra_section
{
	padding-top:10px;
	padding-bottom:10px;
	 border-top: 1px dashed #d1d1d1;
    margin-top: 20px;
}
.extra_section h4 {
    font-size: 16px;
    font-weight: 600;
    margin-top: 10px;
}


.showcase .horizontal-images.content{
	height: 140px;
	width: 700px;
	max-width: 97%;
	padding: 5px 5px 0 5px;
}

.showcase .horizontal-images.content h2, .showcase .horizontal-images.content li img{ height: 119px; }

.showcase .horizontal-images.content h2{
	color: #fff;
	background-color: #eb3755;
	padding: 10px 20px;
	margin: 0;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	font-size: 165%;
}


.horizontal-images.content ul, .vertical-images.content ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
}

.horizontal-images.content li{
	margin: 0 5px;
	float: left;
}

.vertical-images.content li{ margin: 3px 0; }

.horizontal-images.content li:first-child{ margin-left: 0; }

.vertical-images.content li:first-child{
	margin-bottom: 3px;
	margin-top: 0;
}

.horizontal-images.content li:last-child{ margin-right: 0; }

.vertical-images.content li:last-child{ margin-bottom: 0; }

.horizontal-images.content li img{
	width: auto;
	padding: 0;
}

.embroidery_in ul li a i {
    display: none;
    font-size: 24px;
    position: absolute;
    right: 4px;
    top: 0;
}
.embroidery_in ul li a.active i {
    color: #000;
    display: block;
}
.embroidery_in ul li a.active, .embroidery_in ul li a:hover {
    border: 1px dashed #000;
    color: #000 !important;
    transition: left 1s ease 0s;
}
.embroidery_content .form-control
{
	background:none;
	font-size:12px;
	color:#adacac;
	border:1px solid #ccc;
	border-radius:0;
}

.font_selection li a i {
    display: none;
    font-size: 15px;
    position: absolute;
    right: -5px;
    top: -8px;
}
.font_selection li a img {
    width: 61px;
}
.font_selection li a.active i {
    color: #000;
    display: block;
}
.font_selection li a.active, .font_selection li a:hover {
    border: 1px dashed #000;
    color: #000 !important;
    transition: left 1s ease 0s;
}
.font_selection
{
	
}
.colors ul {
    margin: 0;
    padding: 0;
}

.colors ul li {
    display: inline-block;
    list-style: outside none none;
}

.colors ul li a {
    background: #fff none repeat scroll 0 0;
    display: block;
    height: 60px;
    width: 60px;
}
.embroidery_color ul
{
	padding-top:8px;
}
.embroidery_color ul li a
{
	height: 30px;
    width: 30px;	
}
.header-main
{
	height:71px;
	background:transparent;
	position: fixed;
	top: 0;
	z-index: 9;
	width: 100%;
}
.logo-left
{
	top:0px;
	position:fixed;
	left:0px;
	z-index:9;
	width:12%;
	text-align:center;
	background:rgba(245, 244, 242, 0.5);
	height:70px;
	padding-top:5px;
	padding-bottom:5px;
}
.logo-left img{ max-width:100%;}
.logo-right
{
	top:18px;
	position:absolute;
	right:10px;
	z-index:9;
}

.list-inline.top-center-menu {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
	display: inline-block;
	text-align: center;
	width: auto;
}
.top-center-menu li a
{
	display:block;
	text-align:center;
	font-size:11px;
	text-transform:uppercase;
	font-weight:300;
}
.top-center-menu li.active
{
	opacity:1;
}
.top-center-menu li
{
	position:relative;
	height: 70px;
	opacity:0.3;
}
.top-center-menu li a img {
    display: block;
	height:50px;
}

/*.top-center-menu li::after
{
	content: "\f3d3";
	font-size:21px;
	font-family: "Ionicons";
	position:absolute;
	right:0;
	top:30%;
	color:#cccaca;
}*/
.top-center-menu li:last-child::after
{
	display:none;
}
.price-right-top
{
	margin:0;
	position:absolute;
	right: 108px;
	top: 22px;
	color:#3c3c3c;
	font-weight:700;
}
.sidebar-list .content{
	height:100%;
	text-align:center;
}
.loader
{
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	height: 100%;
	text-align: center;
	width: 100%;
	z-index: 999999;
	top:0;
}
.loader img
{
	width:60px;
}
.hover-btns button {
	background-color: rgba(255, 255, 255, 1);
	border: medium none;
	border-radius: 0;
	font-size: 16px;
	padding: 2px 5px;
}
.hover-btns {
	position: absolute;
	left: 0;
	top: 0;
}
.btn-file {
        position: relative;
        overflow: hidden;
    }
    .btn-file input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        min-width: 100%;
        min-height: 100%;
        font-size: 100px;
        text-align: right;
        filter: alpha(opacity=0);
        opacity: 0;
        outline: none;
        background: white;
        cursor: inherit;
        display: block;
		z-index:9;
    }
.upload_images
{
	background:#fff;
	text-align:left;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.17);
	-moz-box-shadow:    0px 1px 2px 0px rgba(0, 0, 0, 0.17);
	box-shadow:         0px 1px 2px 0px rgba(0, 0, 0, 0.17);
	cursor:pointer;
	border:dashed #9f9f9f 1px;

	height:70px;
	line-height:70px;
	position:relative;
	width: 100%;
	margin: 10px auto; 
}
.upload_images i
{
	font-size:40px;
	color:#9f9f9f;
	margin-left: 20px;
}
.upload-text h4
{
	font-size:17px;
	color:#9f9f9f;
	font-weight:700;
	margin:0;
}
.upload-text p
{
	font-size:10px;
	color:#9f9f9f;
	font-weight:300;
	margin:0;
}
.upload-text {
    position: absolute;
    top: 18px;
    left: 70px;
    line-height: normal;
	z-index:0;
}

.preloader-wrapper {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(255, 255, 255, 0.5);
	cursor:wait;
	z-index: 98;
	opacity: 1;
	-webkit-transition: -webkit- opacity 1.25s ease-in-out;
	-moz-transition: -moz- opacity 1.25s ease-in-out;
	-ms-transition: -ms- opacity 1.25s ease-in-out;
	-o-transition: -o- opacity 1.25s ease-in-out;
	transition: opacity 1.25s ease-in-out;
	transition-delay: 0.125s;
	-webkit-transition-delay: 0.225s;
	-moz-transition-delay: 0.225s
}
.preloader-wrapper .preloader-content {
	right: 0;
	left: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translate3d(0, -50%, 0);
	-moz-transform: translate3d(0, -50%, 0);
	-ms-transform: translate3d(0, -50%, 0);
	-o-transform: translate3d(0, -50%, 0);
	transform: translate3d(0, -50%, 0);
	-webkit-transition: -webkit- opacity 0.25s ease-in-out;
	-moz-transition: -moz- opacity 0.25s ease-in-out;
	-ms-transition: -ms- opacity 0.25s ease-in-out;
	-o-transition: -o- opacity 0.25s ease-in-out;
	transition: opacity 0.25s ease-in-out
}
.preloader-wrapper .preloader-content .img-wrapper {
	position: relative;
	max-width: 150px;
	margin: auto
}
.preloader-wrapper .preloader-content .img-wrapper img {
	max-width: 150px
}
.preloader-wrapper .preloader-content .img-wrapper img.inner {
	position: absolute;
	top: 0;
	right: 0
}
.preloader-wrapper .preloader-content .img-wrapper img.outer {
	-webkit-animation: spin 5s linear infinite;
	-moz-animation: spin 5s linear infinite;
	animation: spin 5s linear infinite
}
@-moz-keyframes spin {
100% {
-moz-transform:rotate(360deg)
}
}
@-webkit-keyframes spin {
100% {
-webkit-transform:rotate(360deg)
}
}
@keyframes spin {
100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes fadein {
from {
opacity:0
}
to {
	opacity: 1
}
}
@-moz-keyframes fadein {
from {
opacity:0
}
to {
	opacity: 1
}
}
@-webkit-keyframes fadein {
from {
opacity:0
}
to {
	opacity: 1
}
}
.footer{
	position:fixed;
	bottom:5px;
	left:5px;
}
.error{
	    font-weight: normal;
    color: red;
	margin-bottom:2px;
}
.form-group{
	margin-bottom:8px;
}
#success_div{
	display: none;
}
.category{
	height: 10vh;
	width:auto;
	margin-bottom:10px;
	background-repeat:no-repeat;
    background-size: contain;
    background-position: center;
}
.suiting_selection,.shirting_selection{
	margin-bottom:10px;
	padding: 4px;
}
.germent_category{
	    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    background: rgba(245, 244, 242, 0.5);
    padding: 5px;
	float:left;
	width:100%;
}
.germent_category.active span{
	color:#da2439;
}
.jacket{
	background-image:url('../img/jacket.png');	
}
.germent_category.active .jacket{
	background-image:url('../img/jacket-2.png');	
}
.bandhgala{
	background-image:url('../img/bandhgala.png');	
}
.germent_category.active .bandhgala{
	background-image:url('../img/bandhgala-2.png');	
}
.sherwani{
	background-image:url('../img/Sherwani.png');	
}
.germent_category.active .sherwani{
	background-image:url('../img/Sherwani-2.png');	
}
.bundi{
	background-image:url('../img/bandi.png');	
}
.germent_category.active .bundi{
	background-image:url('../img/bandi-2.png');	
}
.half_shirt{
	background-image:url('../img/half-shirt.png');	
}
.germent_category.active .half_shirt{
	background-image:url('../img/half-shirt-2.png');	
}
.full_shirt{
	background-image:url('../img/shirt.png');	
}
.germent_category.active .full_shirt{
	background-image:url('../img/shirt-2.png');	
}
.short_kurta{
	background-image:url('../img/short-kurta.png');	
}
.germent_category.active .short_kurta{
	background-image:url('../img/short-kurta-2.png');	
}
.long_kurta{
	background-image:url('../img/kurta.png');	
}
.germent_category.active .long_kurta{
	background-image:url('../img/kurta-2.png');	
}
.prev-price{
	font-size:12px!important;
	margin-bottom: 1px!important;
	color: #da2b00 !important;
}
.old_price{
	text-decoration:line-through!important;
	font-size:12px!important;
	margin-bottom: 0 !important;
	color: #000 !important;
	    display: inline !important;
}
.s-price{
	font-weight:bold;
	font-size:14px!important;
	margin-bottom:2px!important;
	color: #000 !important;
	    display: inline !important;
}
.garment_footer_menu{
		display:none !important;
		background: rgba(245, 244, 242, 0.5);
		position: fixed;
		bottom:0;
		width:100%;
		box-shadow: 10px 0 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
	}
.footer_germent_category ul{
	width:100%;
}
.footer_germent_category ul li{
	width: 25%;
    display: inline-block;
	padding-right: 2%;
	text-align:center;
	float: left;
}
.footer_germent_category li:last-child{
	padding-right: 0;
}
.footer_germent_category{
	    padding-top: 4px;
    float: left;
    width: 100%;
    background: rgba(245, 244, 242, 0.9);
}
#garment_item_list{
	   border-bottom: 1px solid #bdbdbd;
}
.item{
	 display: inline-block;
    vertical-align: middle;
	padding: 0 15px;
    width: 25%;
}
.item_info{
	    display: block;
    vertical-align: middle;
    padding: 0 15px;
    width: 100%;
}
.item_info span{
	font-weight:bold;
}
#bookingModal .modal-content{
	float:left;
	width: 100%;
}
#book_appointment{
	position: fixed;
    top: 5px;
    right: 5px;
    padding: 5px;
    color: #fff;
	background-image: url(../img/book-now.png);
    background-repeat: no-repeat;
    height: 45px;
    width: 45px;
    background-size: cover;
    display: none;
}
.camera{
	margin: 15px auto;
    position: relative;
    width: 45%;
	text-align:center;
	font-family:'cormorant';
}
.qrscanner video {
  max-width: 100%;
  max-height: 75%;
}
#product_details{
	margin: 15px auto;
    position: relative;
    width: 45%;
	text-align:center;
}
#product_details img{
	max-width:100%;
}
#search_error{
	position: absolute;
    top: 30%;
    color: red;
    width: 100%;
    text-align: center;
    font-family: 'cormorant';
    font-size: 3vw;
}
#scan_error{
	 color: red;
	 width: 100%;
    text-align: center;
    font-family: 'cormorant';
    font-size: 3vw;
}
.lightSpeedIn{
	    background-color: rgba(176, 176, 176, 0.9) !important;
}
.looks_logo{
	width:12vw;
}
/* Tablet Layout: 768px.*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
	
}
/* Custom Device */
@media only screen and (min-width: 850px) and (max-width: 991px) {
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
	#fabric_tab{
		display:none;
	}
	.booking_entry{
		display:none !important;
	}
	.garment_footer_menu{
		display:block !important;
	}
	#header-scene{
		height:calc(80vh);
	}
	.category{
		margin-bottom: 2px;
	}
	.germent_category.border_image span{
		font-size:8px;
	}
	.germent_category span{
			margin: 0px auto;
			padding: 0;
			display: block;
			float: left;
			text-align: center;
			width: 100%;
	}
	.border_image{
		text-align:center;
	}
	.border_image span{
		font-size: 12px;
		margin-bottom: 2px;
	}
	.border_image a img{
		    max-width: 100%;
    		height: 50px;
	}
	.border_image a{
		    margin: 3px auto 3px;
	}
	.prev-price{
		font-size: 10px!important;
	}
	#book_appointment{
		display: block;
	}
	#garment_item_list{
		max-width:none;
		     width:100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
	}
	.action{
		height:40px;
		width:40px;
	}
	.search{
		top: 20vw;
	}
	.info{
		top: 38vw;
	}
	.share{
		top: 56vw;
	}
	.camera{
		width:90%;
	}
	.popup-content h1{
		font-size:1.4em;
	}
	.booking_form{
		width: 90%;
	}
	.booking_form .btn_custom{
		padding: 6px;
    font-size: 5vw;
	}
	#search input[type="search"]{
		font-size: 40px
	}
	#search .btn{
	    font-size: 5vw;
	}
	#product_details{
		width: 90%;
	}
	.fabrics .no-padding{
		    padding: 0;
    margin: 5px 0;
    display: block;
    float: left;
    width: 100%;
	}
	.looks_logo{
		width:45vw;
	}

}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}
/* Max Wide Mobile Layout: 480px. */
@media only screen and (min-width: 600px) and (max-width: 800px) {
}
/* Small Mobile Layout: 480px. */
@media only screen and (max-width: 480px) {
}