@import url(https://fonts.googleapis.com/css?family=Quicksand:400,500,700&subset=latin-ext);


* {
 	box-sizing: border-box
  }

body
{
	font-family: Quicksand, sans-serif;
	font-weight: normal;
	font-style: normal;
	background:#fff;
	color:#000;
	/*padding-top: 82px;*/
	overflow-y:hidden;
}
h4, .h4, h5, .h5, h6, .h6
{
	font-weight: bold;
}
*:focus {
outline: none;
}
input[type='checkbox'] {
  outline:0;
}
a, a:hover, a:focus, img, img:hover, img:focus
{
	text-decoration:none;
	outline: 0;
	color:#ffffff;
}

input, input:hover, input:focus{

	text-decoration:none;
	outline: 0;

}

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;
}



.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;
}


.profile-card-ctr-copyright {
 display: flex;
 justify-content: center;
 align-items: center;
 position: fixed;
 bottom: 0px;
 right: 0%;
}

.profile-card-ctr-copyright p {
 display: flex;
 justify-content: center;
 align-items: center;
 font-size: 12px;
 font-family: Quicksand, sans-serif;
 font-weight: 700;
 margin-bottom: 0;
}

.profile-card-ctr-copyright p a img {
 width: 52px;
 height: 48px;
 vertical-align: middle;
 display: inline-block
}

.img-responsive{
	margin: auto;
	width: 49px;
	height: 49px;
	background-color:white;
    padding: 3px;
    opacity: 0.7;
	border-radius: 5px;
}

.leftside {
    position: fixed;
    width: 87px;
    background: #00000000; 
    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;
	font-weight: bold;
}
.leftside ul li a:hover span
{
	color:#fff;
	display:block;
	font-weight: bold;
}

.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%;
}

.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; */

}
.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;
}
.next-btn:hover, .next-btn:focus
{
	color:#fff;
}

.sidebar-toggle1 {
 

}
.sidebar-toggle1.active, .sidebar-toggle1:hover
{
	
}


.sidebar {
  position: fixed;
  top:71px;
  width:50%;
  color: black;
  left:0;
  height:444px;
  height:100%;
  z-index:5;
  border-left:1px solid #ececec;
  }

.sidebar-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  float:left;
  background:#fff;
  padding:10px;
  height:100%;
  padding-left:90px;
  width: 100%;
}
.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 #656565;
}

.sidebar-menu {
    position: fixed;
    top: 70px;
    height: 100%;
    left: 0px;
    width: 60px;
    z-index: 999;
    /* border-right: 1px solid #ececec; */
    padding-top: 0;
}

.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-backdrop.in
{
	display:none;
}
#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
{
	position:absolute;
	right:0;
	top:0;
	z-index:99;
}

.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: 22px;
    margin-top: 10px;
    padding-bottom: 10px;
    color: #3c3c3c;
    text-transform: capitalize;
    text-align: center;
}
.heading_main span
{
	margin-left:10px;
	padding-left: 10px;
	text-align: right !important;
	
}
.heading_main span .btn{

	font-family: Quicksand;
	background-color: #6c7ae0;
	color: white;
}
.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;
}
.sidebar_outer{
	padding: 15px;
}
.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-radius: 10px;
}
.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:11px;
	display:block;
	line-height:14px;
	color:#9c9c9c;
	text-transform:uppercase;
	text-align:center;
	overflow: hidden;
}
.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;
}
.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: 140px;
    width: 140px;
    border-radius: 10px;
}

.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: #000;
    position: fixed;
    top: 0;
    z-index: 9;
    width: 100%;
    border-bottom: 1px solid #ececec;
}

.logo-left
{
	/* top: 8px; */
    position: absolute;
    right: 10px;
    z-index: 9;
    /* width: 50%; */
}

.logo-left img{

	width: 50;
    height: 70px;
}

.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;
	margin-top: 10px;
	margin-right: 15px;
    margin-left: 15px;
}
.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:32px;
	width: 32px;
	margin: auto;
	margin-bottom: 5px;
	background-color:white;
	padding: 3px;
	border-radius: 5px;
}

.top-center-menu li::after
{
	content: "\f363";
	font-size:21px;
	font-family: "Ionicons";
	position:absolute;
	right:0;
	top:30%;
	color:#cccaca;
}
.top-center-menu li + li + li::after
{
	display:none;
}
.price-right-top
{
	margin:0;
	position:absolute;
	right: 108px;
	top: 22px;
	color:#3c3c3c;
	font-weight:700;
}
.sidebar-list .content{
	height: auto;
	overflow-y: scroll;
}

.sizing{
	width: 100%;
	overflow-x: hidden !important;
}

.order{
	width: 100%;
	overflow-x: hidden !important;
}



.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
}
}


/*sizing modal*/
.modal.in .modal-dialog {
    top: 60px;
}


/*order css*/
.card{
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  border-radius: 10px; /* 5px rounded corners */
  margin: 5px;
}

/* On mouse-over, add a deeper shadow */
.card:hover {
  box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
}

.card #preview {
  border-radius: 10px 10px 10px 10px;
}

/* list */

.parent{

	margin-left: 20px;
	text-transform: uppercase;
}

.parent .text { 
    vertical-align : middle;
    display        : table-cell;
    /*text-align     : justify;*/
    padding-left   : 20px;
}

.parent .text span{

	font-size: initial;
    font-weight: 500;

}

.parent .img {
    vertical-align   : middle;
    display          : table-cell;
    padding-right    : 5px;
    width            : 100px; /* you can change width */
}
.img img { 
    width: 120px;
    height: 120px;
    /* you can change height */
    vertical-align   : middle;
}

.list-group{
	 border-radius: 10px 10px 10px 10px;
}

#measurements{

    text-align: center;
}

#measurements .header{
	font-size: 18px;
    color: #fff;
    line-height: 2;
    margin: auto;
    background-color: #6c7ae0;
    border-radius: 10px 10px 0px 0px;
}

#measurements .content{
	font-size: 16px;
    color: gray ;
    line-height: 2;
    margin: auto;
}


#measurements p{
	margin: 0px !important;
}

#measurementValues .content{

	 overflow-wrap: break-word;	
	 overflow: hidden;

}

/* filter modal */
.spacing{

	margin-top: 10px;
}

.ms-options-wrap, .ms-options-wrap * {
    border-radius: 4px !important;
}

.ms-options-wrap > button:focus, .ms-options-wrap > button {

	padding-top: 8px !important;
    padding-bottom: 8px !important;
}

.ms-options-wrap > .ms-options {
	width: 95% !important;
	left: auto !important;
}

/* style selection options */
.border_image  a .big {
    width: auto;
	border-radius: 10px;
	padding: 10px;
}


.dark_bg a{

	/* background-color: #6C7AE0; */
	border-radius: 10px;
	border-style: solid;
	border-color:#6C7AE0;
	border-width: 2px;

}

.radioOpts {
	margin: 10px;
}
  
.radioOpts input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.radioOpts label {
	display: inline-block;
	background-color: white;
	padding: 10px 20px;
	font-size: 16px;
	border: 1px solid #444;
	border-radius: 4px;
}

.radioOpts label:hover {
	background-color: white;
}

.radioOpts input[type="radio"]:checked + label {
	background-color: white;
    border: 2px solid #6C7AE0;
}