﻿@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,500i,600,600i,700,700i,800,800i,900');

/* CSS Document */
body, html {
    height: 100%;
    /*font-family: Tahoma, sans-serif;*/
}
body {
    background: #fff;
    font-family:Tahoma, sans-serif;
}
.fixButtom {
    display: block;
    border: 2px solid #f36;
    padding: 3px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    float: left;
    background-color: transparent;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    position: fixed;
    left: 30px;
    bottom: 30px;
    z-index: 999;
    top: auto !important
}
h1, h2, h3, h4, h5, h6 {
    /*font-family: Tahoma, sans-serif;*/
}
p {
 
    font-family: Tahoma, sans-serif;
    font-size:14px;
     color: #807b7b;
}
.mt-20 {
    margin-top: -20px;
}
h1, h2, h3, h4, h5, h6, p, a, ul, li{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:hover{
	text-decoration: none;
	transition: all .3s ease-in-out;
	outline: none;
}
button {
	outline: none;
	transition: all .3s ease-in-out;
}
ul {
	padding: 0;
	margin: 0;
}
ul li {
	list-style: none;
}
.form-control {
	border: 1px solid #000000;
    color:black !important;
    font-size:14px;
}
.form-control:hover {
    border: 1px solid #000000;
    color: black !important;
    font-size: 14px;
}
.form-control:focus {
    border-color: rgba(126, 239, 104, 0.8);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(126, 239, 104, 0.6);
    outline: 0 none;
}




.bg_head {
	background: url('../images/banner.jpg') no-repeat;
	background-size: cover;
	padding: 90px 0;
}
.sociali_icons ul {
	text-align: center;
}
.sociali_icons ul li {
    display: inline-block;
    margin: 0;
}
.sociali_icons ul li img{
	width: 70%;
	margin: 0 auto;
}
.start_order {
    background-color: #fafafa;
    padding-top: 20px;
    padding-bottom: 10px;
}
}
.order_head h1 {
	font-size: 19px;
	color: #000;
	text-align: center;
	font-weight: 700;
	margin: 0;
}
.start_order .container-fluid {
    background-color: #fafafa;
    padding: 0;
    margin: 0 20px;
}
.order_same {
    margin: 15px auto 0;
    padding: 5px 80px;
    background-color: #fff;
    width: 1200px;
    box-shadow: 0px 0px 21px 0px #00000036;
    overflow: hidden;
}
.top_head h1 {
	font-size: 26px;
	font-weight: 600;
	color: #1a1b1f;
	text-transform: uppercase;
	text-align: center;
	margin: 15px 0 10px;
}
.top_head p {
	font-size: 15px;
	color: #232323;
	text-align: center;
	line-height: 20px;
	margin-bottom: 0;
}
.type_div {
	padding: 30px 0 0px;
	text-align: center;
	margin-bottom: 0px;
	overflow: hidden;
}
.type_div h2 {
	font-size: 20px;
	color: #1a1b1f;
	font-weight: 600;
	position: relative;
	margin:  0;
	text-transform:  uppercase;
	margin-bottom: 25px;
	display: inline-block;
	padding: 0 25px;
}
.type_div h2:before {
	content: '';
	position: absolute;
	left: 100%;
	top: 13px;
	width: 30%;
	height: 2px;
	border: 1px solid #9da1a8;
}
.type_div h2:after {
	content: '';
	position: absolute;
	right: 100%;
	top: 13px;
	width: 30%;
	height: 2px;
	border: 1px solid #9da1a8;
}
.cover_main {
	padding: 60px 25px;
	text-align: center;
	border: 2px solid #9da1a8;
	cursor: pointer;
	transition: all .3s ease-in-out;
	position: relative;
}
.cover_main h1 {
	color: #363c47;
	font-size: 32px;
	margin:  0;
	text-transform:  uppercase;
	font-weight: 400;
}
.cover_main h1 span {
	display: block;
}
 .error {
	font-size: 20px;
	color: #e60020;
	margin-top: 10px;
	margin: 10px auto;
	text-align: center;
}
.no-border {
    border: 0;
    box-shadow: none; /* You may want to include this as bootstrap applies these styles too */
    width:100%;
    text-align:center;
}

.radio_boxes label.check-text {
    display: block;
    height: auto;
    width: 100%;
    border-radius: 0;
    text-align: center;
    padding: 8px 3px;
    border: 1px solid #9da1a8;
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    margin: 0;
    cursor: pointer;
    line-height: 1.2;
    min-height: 60px;
}
.check-text-desc {
    padding: 5px;
    font-size: 14px;
  color:blue;
    font-weight: 300;
    text-align:center;
}
.color-type {
    text-align: right;
    /*min-height: 200px !important;*/
    padding-right: 20px !important;

}
.radio_boxes input[type=radio] {
  display: none;
}
.radio_boxes input:checked  label.check-text{
	border:1px solid #0B6FAF;
}
.radio_boxesCircle input:checked + label.check-text {
    text-align: center;
    border: 1px solid #198507;
    margin: 0px;
    background-color: #49f522;
}

/*.radio_boxes input:checked + label.check-text:before {

	content: '';
    position: absolute;
    background: url(../images/check.png) no-repeat;
    width: 10%;
    height: 50%;
    right: 0;
    top: 10px;
}
/*.radio_boxesCircle input:checked + label:after, .radio_boxesCircle input:checked + label:after, .radio_boxesCircle input:checked + label:after {
    color: black;
    content: "•";
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 100%;
    border: 3px solid #333;
    background-color: #0088cc;
    z-index: 999;
    position: absolute;
    top: -10px;
    right: -10px;
}*/



.radio_boxesCircle input + label:hover, .radio_boxesCircle input + label:hover, .radio_boxesCircle input + label:hover {
    /*border: 2px solid #ed1e24;*/
    -webkit-box-shadow: 0px 1px 1px 1px #333;
    -moz-box-shadow: 0px 1px 1px 1px #333;
    box-shadow: 0px 1px 1px 1px #333;
    /*-webkit-box-shadow: 0 4px 6px 1px #222;
    -moz-box-shadow: 0 4px 6px 1px #222;
    box-shadow: 0 4px 6px 1px #222;*/
}

.radio_boxesCircle input + label:before, .radio_boxesCircle input + label:before, .radio_boxesCircle input + label:before {
    color: #0B6FAF;
    content: " ";
    width: 16px;
    height: 16px;
    line-height: 25px;
    border: 1px solid #0B6FAF;
    background-color: #fff;
    /*z-index: 0;*/
    position: absolute;
    top: 4px;
    right: 4px;
    padding-left: 3px;
    border-radius: 5px;
    visibility: visible;
    padding-bottom: 5px;
    padding-right: 3px;
    font-weight: bold;
    padding-top: -1px;
}
.radio_boxesCircle input:checked + label:after, .radio_boxesCircle input:checked + label:after, .radio_boxesCircle input:checked + label:after {
    color: #0B6FAF;
    content: "\2714";
    width: 16px;
    height: 16px;
    line-height: 12px;
    border: 1px solid #0B6FAF;
    background-color: #fff;
    /*z-index: 999;*/
    position: absolute;
    top: 4px;
    right: 4px;
    padding-left: 3px;
    border-radius: 5px;
    visibility: visible;
    padding-bottom: 5px;
    padding-right: 3px;
    font-weight: bold;
    padding-top: -1px;
    font-size:12px;
}
/*.checkboxV:after {
    content: " ";
    background-color: #fff;
    display: inline-block;
    margin-left: 10px;
    padding-bottom: 10px;
    color: #00BFF0;
    width: 22px;
    height: 25px;
    visibility: visible;
    border: 1px solid #00BFF0;
    padding-left: 3px;
    border-radius: 5px;
}

.checkboxV:checked:after {
    content: "\2714";
    padding-bottom: 5px;
    padding-right: 3px;
    font-weight: bold;
}*/

/* new stuff */
.radio_boxes .check {
  visibility: hidden;
}

.radio_boxes input:checked + label.check-text .check {
  visibility: visible;
}

.radio_boxes input.radio:checked + label.check-text:before {
content: "";
}

.cover_main.active:after{
	content: '';
    position: absolute;
    background: url(../images/check.png) no-repeat;
    width: 10%;
    height: 20%;
    right: 0;
    top: 10px;
}
.cover_main.active	 {
 border:2px solid #0ff;
}
.product1{
	padding: 30px 0 20px;
	overflow: hidden;
}
.product1 img {
	width: 60%;
	margin: 0 auto;
}
.radio_boxes label span img {
    width: 73%;
    margin: 0 auto;
    padding-top:9px;
}
.quantityareaDiv {
    float: left;
    width: 18%;
}
.quantityarea {
    border: 1px solid #000;
    border-radius: 2px;
    width: 15%;
    height: 140px;
    float: left;
}
.quantityarea h4{
    margin: 0;
    padding: 10px;
    background: #0ff;
    border-bottom: 1px solid #000;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    text-transform: uppercase;
}
.quantityarea .qnty h3{
    margin: 0;
    padding: 10px 20px 30px 20px;
    font-size: 45px;
}

.colorArea{
	padding: 10px 15px;
	border: 2px solid #cccaca;
	border-radius: 3px;
}
.colorArea h4{
	margin: 0 0 10px;
	text-transform: uppercase;
	color: #888;
	font-weight: 400;
}
.colorArea .colorDiv span.grey{
    background: #484646;
    display: block;
    width: 100%;
    height: 60px;
}
.colorArea .colorDiv span.blue{
	background: #01ffff;
	display: block;
	width: 100%;
	height: 60px;
}
.colorArea .colorDiv span.red{
	background: #ed1e24;
	display: block;
	width: 100%;
	height: 60px;
}
.formArea{
    margin-top: 50px;
}
.formArea textarea{
    resize: none;
}
.formArea label{
    /*display: block;
    color: #888;
    font-weight: 500;
    letter-spacing: 2px;*/
}
.formArea input{
    padding: 5px 10px 5px;
    height: 35px;
}
table {
	box-shadow: 0px 0px 2px #00000036;
	background: #fafafa;
	margin-top: 30px;
	border-color: #9da1a8;
}
th {
    text-transform: uppercase;
    text-align: center;
}
td {
    text-align: center;
    vertical-align: middle !important;
}
td img {
	margin:  0 auto;
}

.subTotal h3:first-child{
	text-transform: uppercase;
}
.subTotal h3{
	display: block;
	font-size: 16px;
	text-transform: capitalize;
	margin-bottom: 0;
	padding: 0 60px 0 50px;
	margin: 15px 0;
}
.subTotal h3 span{
	display: inline-block;
	float: right;
	position: relative;
}
.subTotal input {
    font-size: 19px;
    background: transparent;
    font-weight: 600;
    text-align: center;
    border: 0px
}
.subTotal {
    border: 1px solid #9da1a8;
    margin-top: 20px;
    border: 0.5px solid #ccc;
    background: #33f69b;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    width: 50%;
}
/*.subTotal hr{
	margin: 10px 0 0;
	border: 0.5px solid #ccc;
}*/


a.continue {
    background: #0ff;
    color: #000;
    display: block;
    margin: 20px auto;
    padding: 15px 45px;
    text-align: center;
    width: 50%;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 600;
}
tbody td span {
    background-color: #ed1e24;
    padding: 7px 9px;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    color: #fafafa;
}
.qty {
    width: 40px;
    height: 25px;
    text-align: center;
}
table input[type=button] {
	background: transparent;
    box-shadow: none;
    border: 1px solid #ccc;
    margin: 0;
}
table input[type=text]{
	width: 30%;
	border: 1px solid #ccc;
	border-right: 0;
	border-left: 0;
}
input.qtyplus { 
	width:25px; 
	height:25px;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	margin-left: -4px !important;
}
input.qtyminus { 
	width:25px; 
	height:25px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-right: -4px !important;
}
input[type=radio]:checked{
	color: #0ff;
}
.formArea img{
	margin-bottom: 15px;
}
.col-with-24p {
    width: 24.8%;
}
.col-md-3 {
    width: 24.0%;
}

.col-sm-3 {
    width: 24.0%;
}
col-sm-2 {
    width: 19.7%;
}
.col-md-2 {
    width: 19.7%;
}
.col-md-2-5 {
    width: 16.5%;
}
.col-colors {
    width: 12%;
    margin-left:10px !important;
}
/*flipswitch style 2 */
.flipswitch {
    position: relative;
    background: white;
    width: 120px;
    height: 40px;
    -webkit-appearance: initial;
    border-radius: 3px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
    font-size: 14px;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: bold;
    cursor: pointer;
    border: 1px solid #ddd;
}

.flipswitch:after {
        position: absolute;
        top: 5%;
        display: block;
        line-height: 32px;
        width: 45%;
        height: 90%;
        background: #fff;
        box-sizing: border-box;
        text-align: center;
        transition: all 0.3s ease-in 0s;
        color: black;
        border: #888 1px solid;
        border-radius: 3px;
}

    .flipswitch:after {
        left: 2%;
        content: "לא";
    }

    .flipswitch:checked:after {
        left: 53%;
        content: "כן";
    }
/*flipswitch style 2 */
/*checkbox style 2 */
.checkbox > input[type=checkbox] {
    visibility: hidden;
}

.checkbox {
    position: relative;
    display: block;
    width: 80px;
    height: 26px;
    margin: 0 auto;
    background: #FFF;
    border: 1px solid #2E2E2E;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

    .checkbox:after {
        position: absolute;
        display: inline;
        right: 10px;
        content: 'no';
        color: #E53935;
        font: 12px/26px Arial, sans-serif;
        font-weight: bold;
        text-transform: capitalize;
        z-index: 0;
    }

    .checkbox:before {
        position: absolute;
        display: inline;
        left: 10px;
        content: 'yes';
        color: #43A047;
        font: 12px/26px Arial, sans-serif;
        font-weight: bold;
        text-transform: capitalize;
        z-index: 0;
    }

    .checkbox label {
        position: absolute;
        display: block;
        top: 3px;
        left: 3px;
        width: 34px;
        height: 20px;
        background: #2E2E2E;
        cursor: pointer;
        transition: all 0.5s linear;
        -webkit-transition: all 0.5s linear;
        -moz-transition: all 0.5s linear;
        border-radius: 2px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        z-index: 1;
    }

    .checkbox input[type=checkbox]:checked + label {
        left: 43px;
    }

/*END checkbox style 2 */

.checkboxV {
    /*transform: scale(1.5);*/
}
 .checkboxV[type=checkbox] {
        display: none;
    }
.checkboxV {
    width: 30px;
    height: 30px;
    margin-right: 8px;
    cursor: pointer;
    font-size: 17px;
    visibility: hidden;
    z-index: 999;
    position: absolute;
    top: 6px;
    right: 24px;
}

    .checkboxV:after {
        content: " ";
        background-color: #fff;
        display: inline-block;
        margin-left: 10px;
        padding-bottom: 10px;
        color: #00BFF0;
        width: 22px;
        height: 25px;
        visibility: visible;
        border: 1px solid #0B6FAF;
        padding-left: 3px;
        border-radius: 5px;
    }

    .checkboxV:checked:after {
        content: "\2714";
        padding-bottom: 5px;
        padding-right: 3px;
        font-weight: bold;
    }
.col-sm-offset-3 {
    margin-right:20%;
    margin-left:0%;
}
.col-sm-offset-4 {
    margin-right:35%;
    margin-left:0%;
}
.btnSelect {
    left: 1px;
    bottom: 1px;
    position: absolute;
    border-radius: 0px;
    font-size: 12px;
    padding: 0px 8px;
    height: 20px;
    line-height: 10px
}
.TextIntoSelect {
    font-size: 14px;
  
    padding: 5px 5px 0px 5px;
    text-align: right;
    line-height: 16px;
    color: #0B6FAF;
    /*font-weight: 600;*/
}
.TextIntoSelectfrm {
   
    height: 50px;
    border-top: 1px solid #9da1a8;
    width: 100%;
    right: 0;
    bottom: 0px;
    position: absolute;
}
.imgScrollBar {
    background-color:#ffffff;
}


.borders {
    border-bottom: 1px solid #333;
    border-top: 1px solid #333;
    border-left: 1px solid #333;
    border-right: 1px solid #333;
}


.input-width-3 {
    width: 32.3%;
  
}
.input-width-2 {
    width: 50%;
}
@media only screen and (min-device-width:520px) and (max-device-width:767px) and (orientation:portrait) {
}
@media only screen and (min-device-width:120px) and (max-device-width:750px) and (orientation:landscape) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:portrait) {}
@media only screen and (min-device-width:751px) and (max-device-width:999px) and (orientation:landscape) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:portrait) {}
@media only screen and (min-device-width:1000px) and (max-device-width:1030px) and (orientation:landscape) {}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}
@media only screen and (min-width: 1200px) and (max-width: 1365px){}
@media only screen and (min-width: 992px) and (max-width: 1199px){
	.sociali_icons ul li{
		margin: 0 5px;
	}
	.order_same{
		width: 100%;
	}
	.top_head p{
		font-size: 15px;
	}
	a.continue{
		width: 55%;
		font-size: 18px;
	}
	.type_div select.form-control{
		font-size: 11px;
	}
	table td img{
		margin: 0 auto;
	}
    .col-md-3 {
        width: 24.0%;
    }

    .col-sm-3 {
        width: 24.0%;
    }
    col-sm-2 {
    width: 19.7%;
}
.col-md-2 {
    width: 19.7%;
}
    .col-md-2-5 {
        width: 16.5%;
    }
    .col-sm-offset-3 {
        margin-right: 20%;
        margin-left: 0%;
    }
    .col-sm-offset-4 {
        margin-right: 35%;
        margin-left: 0%;
    }
    .input-width-2 {
        width: 50%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px){
	.sociali_icons ul li{
		margin: 0 5px;
	}
	.order_same{
		width: 100%;
		padding: 10px 50px;
	}
	.order_head h1 {
		font-size: 30px;
	}
	.top_head h1{
		font-size: 25px;
	}
	.top_head p{
		font-size: 13px;
	}
	.cover_main.active:after {
	    content: '';
	    position: absolute;
	    background: url(../images/check.png) no-repeat;
	    width: 20%;
	    height: 20%;
	    right: 0;
	    top: 10px;
	}
	.type_div h2:before {
		display: none;
	}
	.type_div h2:after {
		display: none;
	}
	.quantityarea{
		margin-bottom: 10px;
	}
	.formArea img {
		margin-bottom: 15px;
	}
	a.continue{
		width: 55%;
		font-size: 18px;
	}
	.type_div select.form-control{
		font-size: 11px;
	}
	table td img{
		margin: 0 auto;
	}
    .radio_boxes label.check-text {
        margin-bottom: 10px;
        font-size: 14px;
    }
	.radio_boxes input:checked + label.check-text:before {
	    content: '';
	    position: absolute;
	    background: url(../images/check.png) no-repeat;
	    /*width: 15%;
	    height: 50%;
	    right: 10px;
	    top: 10px;*/
	}
	.radio_boxes input:checked + label.check-text{
		margin-bottom: 10px;
	}
 
    .col-md-3 {
        width: 24.0%;
    }

    .col-sm-3 {
        width: 24.0%;
    }
    col-sm-2 {
        width: 19.7%;
    }

    .col-md-2 {
        width: 19.7%;
    }
    .col-md-2-5 {
        width: 16.5%;
    }
    .col-sm-offset-3 {
        margin-right: 20%;
        margin-left: 0%;
    }
    .col-sm-offset-4 {
        margin-right: 35%;
        margin-left: 0%;
    }
    .input-width-2 {
        width: 50%;
    }
    .col-colors {
        width: 33%;
        margin-left: 0px !important
    }
}
@media only screen and (min-width: 520px) and (max-width: 767px){
	.sociali_icons ul li {
	    margin: 0 5px;
	    width: 15%;
	}
	.order_same{
		width: 100%;
		padding: 10px 50px;
	}
	.order_head h1 {
		font-size: 30px;
	}
	.top_head h1{
		font-size: 25px;
	}
	.top_head p{
		font-size: 13px;
	}
	.type_div h2:before {
		display: none;
	}
	.type_div h2:after {
		display: none;
	}
	.cover_main{
		margin-bottom: 15px;
	}
	.cover_main.active:after {
	    content: '';
	    position: absolute;
	    background: url(../images/check.png) no-repeat;
	    width: 20%;
	    height: 20%;
	    right: 0;
	    top: 10px;
	}
	.product1 img{
		margin-bottom: 10px;
	}
	
	.formArea img {
		margin-bottom: 15px;
	}
	.subTotal{
		padding:  10px 0;
	}
	.subTotal h3{
		font-size: 13px;
	}
	a.continue{
		width: 85%;
		font-size: 15px;
	}
	.type_div select.form-control{
		font-size: 11px;
	}
	.formArea label{
		/*font-size: 11px;*/
	}
	table td img{
		margin: 0 auto;
	}
    .radio_boxes label.check-text {
        margin-bottom: 10px;
       
    }
	.radio_boxes input:checked + label.check-text:before {
	    content: '';
	    position: absolute;
	    background: url(../images/check.png) no-repeat;
	    /*width: 12%;
	    height: 50%;
	    right: 0;
	    top: 15px;*/
	}
	.radio_boxes input:checked + label.check-text{
		margin-bottom: 10px;
	}
    .col-md-3 {
        width: 33.0%;
    }

    .col-sm-3 {
        width: 33.0%;
    }
    .col-md-4 {
        width: 33.0%;
    }

    .col-sm-4 {
        width: 33.0%;
    }
    col-sm-2 {
        width: 33.0%;
    }

    .col-md-2 {
        width: 33.0%;
    }
    .col-md-2-5 {
        width: 33.0%;
    }
    .col-sm-offset-3 {
        margin-right: 0%;
        margin-left: 0%;
    }
    .col-sm-offset-4 {
        margin-right:0%;
        margin-left: 0%;
    }
    .col-colors {
        width: 49.5%;
        margin-left: 0px !important
    }
    .quantityarea {
        margin-bottom: 10px;
        width: 100%;
    }
}
@media only screen and (min-width: 10px) and (max-width: 519px){
    .subTotal {
        border: 1px solid #9da1a8;
        margin-top: 20px;
        border: 0.5px solid #ccc;
        background: #33f69b;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        width: 100% !important;
    }

    .table-responsive {
        overflow-x: initial !important;
      
    }
	.sociali_icons ul li {
	    margin: 0 5px;
	    width: 15%;
	}
	.order_same{
		width: 100%;
		padding: 5px 5px;
	}
	.order_head h1 {
		font-size: 30px;
	}
	.top_head h1{
		font-size: 25px;
	}
	.top_head p{
		font-size: 13px;
	}
	.type_div h2:before {
		display: none;
	}
	.type_div h2:after {
		display: none;
	}
	.cover_main{
		margin-bottom: 15px;
	}
	.cover_main.active:after {
	    content: '';
	    position: absolute;
	    background: url(../images/check.png) no-repeat;
	    width: 20%;
	    height: 20%;
	    right: 0;
	    top: 10px;
	}
	
	.formArea input{
		font-size: 10px;
	}
	.product1 img{
		margin-bottom: 10px;
	}
    .quantityarea {
        margin-bottom: 10px;
        width: 100%;
       
    }
	.formArea img {
		margin-bottom: 15px;
	}
	.subTotal{
		padding:  10px 0;
	}
	.subTotal h3{
		font-size: 13px;
	}
	a.continue{
		width: 100%;
		font-size: 15px;
	}
	.type_div select.form-control{
		font-size: 11px;
	}
	.formArea label{
		/*font-size: 11px;*/
	}
	table td img{
		margin: 0 auto;
	}
    .radio_boxes label.check-text {
        margin-bottom: 10px;
        font-size: 12px;
    }
	.radio_boxes input:checked + label.check-text:before {
	    content: '';
	    position: absolute;
	    background: url(../images/check.png) no-repeat;
	    /*width: 15%;
	    height: 50%;
	    right: 10px;
	    top: 10px;*/
	}
	.radio_boxes input:checked + label.check-text{
		margin-bottom: 10px;
	}
    .col-md-3 {
        width: 49.0%;
    }

    .col-sm-3 {
        width: 49.0%;
    }
    .col-md-4 {
        width: 100.0% !important;
    }
    .input-width-2 {
        width: 100%;
        
    }
    .input-width-3 {
        width: 100% !important;
    }

    .input-width-4 {
       width: 100%;
    }
    .col-sm-4 {
        width: 49.0%;
    }
    col-sm-2 {
        width: 49.0%;
    }

    .col-md-2 {
        width: 100.0%;
    }
    .col-md-2-5 {
        width: 49.0%;
    }
    .col-colors {
        width: 49.5%;
        margin-left: 0px !important
    }
    .col-sm-offset-3 {
        margin-right: 0%;
        margin-left: 0%;
    }
    .col-sm-offset-4 {
        margin-right: 0%;
        margin-left: 0%;
    }
    .labelPrintType {
        font-size: 10px;
    }
   
    .ajax-search .image-section img {
        width: 100px !important;
        -webkit-filter: invert(0) !important;
        filter: invert(0) !important;
        padding: 6px;
        border-left: 1px solid grey;
        max-width: 100px !important;
        min-width: 0px !important;
    }
    }