
.desktop1 {
	content: "";
	width: 1px;
	height: 1px;
	overflow: hidden;
	display: none
}

.overflow-hidden-xs {
	overflow: hidden
}

.pd-model {
	position: relative;
	/*margin: 0 0 -100px 0;*/   /* My Css I remove the margin */
	/*width: 360px;*/  /* My Css */
	/*height: 600px;*/
}

.pd-model .t-model {
	position: absolute;
	top: 4px; /* My Css top: -75px; */
}




.model-fabric-name {
	display: none;
	font: 18px/22px 'Oswald', sans-serif;
	position: absolute;
	text-align: right;
	width: 200px;
	top: 65px;
	left: auto;
	right: 500px
}

.model-fabric-name.zoom {
	display: none
}

.start-here {
	z-index: 20;
	position: fixed;
	left: 30px;
	bottom: 0
}

.start-here img {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	height: auto;
	width: 75px
}

.start-here p {
	font: 16px/20px 'Oswald', sans-serif;
	color: #8CE081;
	position: absolute;
	left: 90px;
	top: 0;
	margin-top: -5px;
	text-transform: uppercase;
	word-break: keep-all;
	width: 120px
}

.mini-image {
	border: 1px solid #eee;
	width: 35px;
	height: 59px;
	position: absolute;
	z-index: 25;
	right: 10px;
	cursor: pointer;
	background-color: #fff
}

.mini-image img {
	height: 59px;
	position: absolute;
	left: 1px;
	top: -5px
}

.mini-image.active {
	border: 1px solid #aaa
}

.mini-image.front {
	top: 5px
}

.mini-image.no-jacket-front {
	top: 80px
}

.mini-image.no-jacket-front.no-jacket {
	display: none
}

.mini-image.back {
	top: 150px
}

.mini-image.back.no-jacket {
	top: 80px
}

.mini-image.no-jacket-back {
	top: 220px
}

.mini-image.no-jacket-back.no-jacket {
	display: none
}

.cart-and-price {
	position: absolute;
	top: 5px;
	right: 15px;  /* My Css left: 5px; */
	width: 65px;
	z-index: 25;
	text-align: center
}

.cart-and-price .price-model {
	font: 18px/22px 'Oswald', sans-serif;
	margin-bottom: 10px;
	width: 65px;
	text-align: center
}

.cart-and-price .price-model .rebate-price {
	color: #D54646;
	margin-left: 8px
}

.cart-and-price .add-to-cart-wrapper {
	width: 65px
}

.cart-and-price .add-to-cart-wrapper .add-to-cart {
	margin: 0 auto;
	background-color: #2EA3E2;
	border-radius: 25px;
	position: relative;
	width: 50px;
	height: 50px
}

.cart-and-price .add-to-cart-wrapper .add-to-cart img {
	position: absolute;
	width: 33px;
	left: 8px;
	top: 10px
}

.buttons {
	position: absolute;
	/*top: 145px;*/
	top: 55px; /* My css */
	left: 7px;
	z-index: 25;
	font: 12px/16px 'Oswald', sans-serif;
	font-weight: 300;
	width: 60px;
}

.buttons img {
	width: 25px
}



.scalethis:active{
    -webkit-transform:scale(0.9); 
    -moz-transform:scale(0.9); 
    -ms-transform:scale(0.9); 
    -o-transform:scale(0.9); 
    transform:scale(0.9); 
    -webkit-box-shadow:0px 0px 20px #FFF; 
    -moz-box-shadow:0px 0px 20px #FFF; 
    -o-box-shadow:0px 0px 20px #FFF; 
    box-shadow:0px 0px 20px #FFF;
}


.buttons .cart-btn,
.buttons .reset-btn,
.buttons .save-btn,
.buttons .turn-btn,
.buttons .zoom-btn {
	cursor: pointer;
	margin-bottom: 20px
}

.buttons .reset-btn div,
.buttons .save-btn div,
.buttons .turn-btn div,
.buttons .zoom-btn div {
	margin-top: 5px;
	text-align: center
}

.no-trouser-box {
	position: absolute;
	width: 250px;
	background-color: #f8f8f8;
	opacity: 0.7;
	border: 1px solid #bbb;
	z-index: 20;
	padding: 10px
}

.no-trouser-box img {
	width: 25px;
	float: left;
	margin-right: 10px
}

.no-trouser-box p {
	color: #333;
	font: 14px/22px 'Oswald', sans-serif;
	margin-bottom: 0
}

div.tab-options-wrapper {
	position: fixed;
	bottom: 0;
	z-index: 25;
	left: 0;
	background-color: rgba(240, 240, 240, 0.9);
	width: 100%
}

div.tab-options-wrapper div.tab-options {
	overflow: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	cursor: pointer;
	margin: 0 5px
}

div.tab-options-wrapper div.tab-options>div {
	width: 75px
}

div.tab-options-wrapper div.tab-options div {
	position: relative;
	display: inline-block;
	color: #2e2e2e;
	text-align: center;
	margin-top: 5px
}

div.tab-options-wrapper div.tab-options div div.option-image {
	display: block;
	width: 65px;
	height: 65px;
	background-color: #fff;
	border-radius: 50%;
	margin: 0 auto;
	z-index: 2
}

div.tab-options-wrapper div.tab-options div div.option-image img {
	position: absolute;
	left: 9px;
	top: 8px;
	width: 50px;
	height: 50px;
	z-index: 1
}

div.tab-options-wrapper div.tab-options div.selected div.option-image {
	border: 2px solid #2EA3E2
}

div.tab-options-wrapper div.tab-options div.selected div.option-image img {
	left: 7px;
	top: 6px
}

div.tab-options-wrapper div.tab-options div div.option-name {
	display: block;
	font: 14px/18px 'Oswald', sans-serif;
	font-weight: 300;
	margin-top: 0
}

div.tab-options-wrapper div.tab-options div.greyed div.option-image {
	background-color: #f6f6f6
}

div.arrows {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 20
}

div.arrows .left-arrows,
div.arrows .right-arrows {
	position: absolute;
	top: 0;
	width: 70px
}

div.arrows .left-arrows>div,
div.arrows .right-arrows>div {
	width: 18px;
	height: 18px;
	float: left;
	-webkit-animation: sk-blink 1.4s infinite ease-in-out both;
	animation: sk-blink 1.4s infinite ease-in-out both
}

div.arrows .left-arrows .arrow1,
div.arrows .right-arrows .arrow1 {
	-webkit-animation-delay: -0.64s;
	animation-delay: -0.64s
}

div.arrows .left-arrows .arrow2,
div.arrows .right-arrows .arrow2 {
	-webkit-animation-delay: -0.48s;
	animation-delay: -0.48s
}

div.arrows .left-arrows .arrow3,
div.arrows .right-arrows .arrow3 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s
}

div.arrows .left-arrows .arrow4,
div.arrows .right-arrows .arrow4 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s
}

div.arrows .left-arrows {
	left: 10px
}

div.arrows .left-arrows>div {
	margin-left: -4px
}

div.arrows .right-arrows {
	right: 10px;
	text-align: right
}

div.arrows .right-arrows>div {
	margin-right: -4px
}

@-webkit-keyframes sk-blink {
	0% {
		opacity: 0.05
	}
	20% {
		opacity: 0.2
	}
	40% {
		opacity: 0.4
	}
	60% {
		opacity: 0.6
	}
	80% {
		opacity: 0.8
	}
	100% {
		opacity: 1
	}
}

@keyframes sk-blink {
	0% {
		opacity: 0.05
	}
	20% {
		opacity: 0.2
	}
	40% {
		opacity: 0.4
	}
	60% {
		opacity: 0.6
	}
	80% {
		opacity: 0.8
	}
	100% {
		opacity: 1
	}
}

div#design-options-overlay {
	position: fixed;
	bottom: 0;
	z-index: 26;
	left: 0;
	width: 100%;
	padding-top: 10px;
	background-color: rgba(0, 0, 0, 0.2);
	display: none;
	text-transform: uppercase;
	color: #fff;
	font: 20px/28px 'Oswald', sans-serif;
	text-align: center;
	cursor: pointer
}

div#design-options-overlay.display {
	display: inline-block
}

div.design-options-wrapper {
	position: fixed;
	bottom: 0;
	z-index: 25;
	left: 0;
	background-color: #fff;
	width: 100%;
	text-align: center;
}

div.design-options-wrapper.deselect {
	bottom: -60px
}

div.design-options-wrapper div.design-options {
	overflow: auto;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	cursor: pointer;
	margin: 0 5px;
	
}

div.design-options-wrapper div.design-options>div {
	width: 120px;  /* My Css width: 105px; */
	border-top: 1px solid gray; /* My Css */
}

div.design-options-wrapper div.design-options div {
	position: relative;
	display: inline-block;
	color: #2e2e2e;
	text-align: center;
	border-right: 1px solid gray;
	/*margin-top: 5px; */ /* My Css */
}

div.design-options-wrapper div.design-options div div.tab-image {
	display: block;
	width: auto;   /* My Css width: 65px; */
	height: 60px; /* My Css height: 50px; */
	/*background-color: #fff;*/ 	/* My Css */
	/*border-radius: 50%;*/  /* My Css */
	margin: 0 auto;
	z-index: 2
}

div.design-options-wrapper div.design-options div div.tab-image img {
	/*position: absolute;
	left: 9px;
	top: 8px;*/   /* My Css */
	width: auto;  /* My Css width: 65px; */
	height: 60px;  /* My Css height: 60px; */ 
	z-index: 1
}

div.design-options-wrapper div.design-options div.selected div.tab-image {
	border: 2px solid #2EA3E2
}

div.design-options-wrapper div.design-options div.selected div.tab-image img {
	left: 7px;
	top: 6px
}

div.design-options-wrapper div.design-options div div.tab-name {
	display: block;
	font: 13px/18px 'Oswald', sans-serif;   /* My Css */
	font-weight: 300;
	/*margin: 5px 0; */  /* My css */
}

div.design-options-wrapper div.design-options div.design-option-add-to-cart div.tab-image {
	background-color: #2EA3E2
}

div.design-options-wrapper div.design-options div.design-option-add-to-cart div.tab-image img {
	left: 12px;
	top: 15px;
	width: 40px;
	height: 40px
}

div.design-options-wrapper div.design-options div.greyed div.tab-image {
	background-color: #f6f6f6
}

.modal.save-modal .modal-content .modal-header {
	padding: 10px
}

.modal.save-modal .modal-content .modal-header button.close {
	margin: 0
}

.modal.save-modal .modal-content .modal-body h3 {
	font: 13px/20px 'Oswald', sans-serif
}

.modal.save-modal .modal-content .modal-body .nav-tabs li {
	font: 14px/21px 'Oswald', sans-serif;
	text-transform: uppercase
}

.modal.save-modal .modal-content .modal-body .save-design-error {
	color: red;
	font: 13px/20px 'Oswald', sans-serif
}

.modal.designer-options {
	bottom: 0;
	top: 44px;
	left: 0;
	right: 0;
	overflow-y: hidden
}

.modal.designer-options .modal-dialog {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: 0
}

.modal.designer-options .modal-dialog .modal-content {
	height: 100%;
	overflow-y: auto;
	box-shadow: none;
	-webkit-box-shadow: none
}

.modal.designer-options .modal-dialog .modal-content .modal-body {
	padding: 0
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel {
	margin: 0
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-default {
	border: none;
	border-radius: 0
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-heading {
	background-color: #fff;
	color: #000;
	border: none;
	border-bottom: solid 1px #848484
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-heading h3 {
	font: 18px/22px 'Oswald', sans-serif;
	text-transform: none;
	letter-spacing: normal
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-heading a:hover {
	color: #000
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-heading .close {
	opacity: 1;
	margin-top: -3px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-heading .close img {
	width: 24px;
	height: 24px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-heading .close img.img-responsive {
	width: auto
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body {
	border: none !important;
	padding: 0
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body select {
	background-color: #fff;
	font: 16px/20px 'Oswald', sans-serif;
	font-weight: 300
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-price {
	position: absolute;
	font-weight: 400;
	bottom: 15px;
	left: 0;
	right: 0;
	width: 100%;
	text-align: center
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-price span {
	border-radius: 4px;
	padding: 0 4px;
	line-height: 12px;
	background-color: #fff;
	opacity: 0.5
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-info {
	position: absolute;
	top: 12px;
	left: 14px;
	color: #eee;
	cursor: pointer;
	font-size: 20px;
	display: none
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .with-bottom-arrow {
	position: relative;
	border-bottom: 1px solid #848484
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .with-bottom-arrow:before {
	content: "";
	border-bottom: 0 solid transparent;
	border-left: 11px solid transparent;
	border-right: 11px solid transparent;
	border-top: 6px solid #848484;
	bottom: -6px;
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -11px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .with-bottom-arrow:after {
	content: "";
	border-bottom: 0 solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 5px solid #fff;
	bottom: -5px;
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -10px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-header .fabric-search {
	padding: 10px 10px;
	background-color: #f0f0f0;
	font: 16px/20px 'Oswald', sans-serif;
	font-weight: 300
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-header .fabric-search .row {
	margin-left: -5px;
	margin-right: -5px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-header .fabric-search .row .col-md-3,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-header .fabric-search .row .col-xs-6 {
	padding: 0 5px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-header .fabric-search .row .col-md-3 select.fabric-filter,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-header .fabric-search .row .col-xs-6 select.fabric-filter {
	width: 100%
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-header .fabric-search-show {
	padding: 10px;
	font: 16px/20px 'Oswald', sans-serif;
	font-weight: 300;
	cursor: pointer
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-header .fabric-search-show label {
	cursor: pointer
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail {
	padding: 10px 10px 10px 10px;
	font: 14px/18px 'Oswald', sans-serif;
	font-weight: 300
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information {
	display: flex
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .fabric-quality.basic i {
	color: #f3cc33
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .fabric-quality.essential i {
	color: #28a4f3
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .fabric-quality.premium i {
	color: #78c75c
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .left {
	flex: 2;
	text-align: center
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .left .view-fabric {
	position: relative;
	cursor: pointer;
	margin-bottom: 5px;
	font: 15px/19px 'Oswald', sans-serif;
	font-weight: 300
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .left .view-fabric .fabric-picture {
	position: relative
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .left .view-fabric .fabric-picture img.img-responsive {
	margin: 0 auto
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .left .view-fabric img.icon {
	width: 20px;
	height: 20px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .right {
	flex: 6;
	margin-left: 15px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .right .btn--block {
	margin-top: 10px;
	width: 100% !important;
	max-width: none
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .right .fabric-category-name {
	font: 15px/19px 'Oswald', sans-serif;
	font-weight: 400
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .right .fabric-property {
	padding-left: 5px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .right .fabric-property span {
	font: 15px/19px 'Oswald', sans-serif;
	font-weight: 400
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-information .right .fabric-close {
	font-size: 21px;
	text-align: right
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-role {
	position: relative
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-role img {
	width: 100%;
	height: auto;
	display: block
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body #fabric-detail .fabric-role .fabric-role-close {
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 21px;
	opacity: 0.8;
	color: grey
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabrics {
	overflow-y: auto;
	overflow-x: hidden
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabrics .fabric-detail {
	position: relative;
	font: 12px/12px 'Oswald', sans-serif
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabrics .fabric-detail .fabric-picture {
	position: relative
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabrics .fabric-detail .fabric-picture img {
	margin: 0 auto;
	display: block;
	height: auto;
	max-width: 100%
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabrics .fabric-detail .fabric-name {
	font-weight: 300
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabrics .fabric-detail.lining .fabric-info {
	display: none
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabrics .col-xs-4 {
	padding: 0 5px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector {
	/*cursor: pointer;*/  /* My Css */
	/*border-bottom: solid 1px #848484;*/   /* My Css */
	padding: 15px 5px;  /* My Css padding: 15px 10px; */
	display: -webkit-box;   /* OLD - iOS 6-, Safari 3.1-6, BB7 */
	display: -ms-flexbox;  /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
	display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
	align-items: normal;  /* My Css */
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice .option-image,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable .option-image,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector .option-image {
	flex: 1;
	max-width: 150px;
	min-width: 150px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice .option-information,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable .option-information,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector .option-information {
	flex: 1
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice .option-information .option-name,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable .option-information .option-name,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector .option-information .option-name {
	font: 18px/22px 'Oswald', sans-serif;
	font-weight: 400
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice .option-information .option-description,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable .option-information .option-description,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector .option-information .option-description {
	font: 14px/18px 'Oswald', sans-serif;
	font-weight: 300
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice .option-radio-button,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable .option-radio-button,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector .option-radio-button {
	text-align: center;
	flex: 1;
	max-width: 36px;
	padding-top: 5px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice .option-radio-button span.fa-stack,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable .option-radio-button span.fa-stack,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector .option-radio-button span.fa-stack {
	display: none
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice .option-radio-button span.fa-stack .fa-stack-1x,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable .option-radio-button span.fa-stack .fa-stack-1x,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector .option-radio-button span.fa-stack .fa-stack-1x {
	font-size: 1em;
	top: -1px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice .option-radio-button span.fa-stack .fa-stack-2x,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable .option-radio-button span.fa-stack .fa-stack-2x,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector .option-radio-button span.fa-stack .fa-stack-2x {
	font-size: 1.9em
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice .option-radio-button>i,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable .option-radio-button>i,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector .option-radio-button>i {
	display: inline-block;
	font-size: 1.9em
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice.selected .option-radio-button span.fa-stack,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable.selected .option-radio-button span.fa-stack,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector.selected .option-radio-button span.fa-stack {
	display: inline-block
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice.selected .option-radio-button>i,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable.selected .option-radio-button>i,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector.selected .option-radio-button>i {
	display: none
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product {
	cursor: pointer;
	border-bottom: solid 1px #848484;
	padding: 20px;
	display: flex;
	align-items: center
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product .product-image {
	flex: 2
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product .product-image img {
	max-height: 48px;
	width: auto
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product .product-information {
	flex: 1;
	font: 18px/22px 'Oswald', sans-serif;
	font-weight: 400;
	text-align: right;
	padding-right: 10px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product .product-radio-button {
	text-align: center;
	flex: 1;
	max-width: 36px;
	padding-top: 5px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product .product-radio-button span.fa-stack {
	display: none
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product .product-radio-button .fa-stack-1x {
	font-size: 1em;
	top: -1px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product .product-radio-button .fa-stack-2x {
	font-size: 1.9em
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product .product-radio-button>i {
	display: inline-block;
	font-size: 1.9em
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product.selected .product-radio-button span.fa-stack {
	display: inline-block
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product.selected .product-radio-button>i {
	display: none
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fa-circle-o {
	color: #6E6E6E
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fa-circle {
	color: #505050
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector .option-image {
	max-width: 75px;
	min-width: 75px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice.elbowpatch {
	display: inline-block;
	border-bottom: none;
	padding: 5px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice.elbowpatch .elbowpatch-item {
	padding: 5px;
	border: solid 2px #848484
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice.elbowpatch.selected .elbowpatch-item {
	border-color: #2EA3E2
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice.elbowpatch .option-image {
	flex: none;
	max-width: none;
	min-width: 0;
	text-align: center
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice.elbowpatch .option-image img {
	margin: 0 auto
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice.elbowpatch .option-information {
	flex: none;
	text-align: center;
	width: 100%
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice.elbowpatch .option-radio-button {
	margin-top: 10px;
	flex: none;
	max-width: none;
	width: 100%;
	height: 34px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values {
	margin: 20px 0;
	padding: 10px 20px;
	font: 16px/20px 'Oswald', sans-serif
}



.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-text,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-font,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-color {
	display: flex
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-text label,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-font label,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-color label {
	flex: 2;
	font-weight: 400
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-text select,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-text input,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-font select,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-font input,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-color select,
.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-color input {
	flex: 10;
	margin-bottom: 5px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-button {
	margin-top: 10px
}

.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-values .monogram-button button {
	width: 100%;
	max-width: 100%
}

.footer {
	display: none
}





.radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 18px !important;
      height: 15px !important;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
      
.radio label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555;
}

input[type="radio"] + label{
	padding-left:20px !important;
	color: #000;
	padding-top: 2px;
}

input[type="radio"] + label::before{
	border: 1px solid #000;
}










/* iPads (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (orientation : portrait) {
.panel-body{
	max-height:1250px !important;   /* This is for browser like safari where vh is not working */
	max-height:125vh !important;
	overflow-y:scroll;
}
}










@media only screen and (min-width: 768px) {
	.modal.designer-options {
		top: 0
	}
	.modal.designer-options .modal-dialog {
		width: auto
		
	}
}

@media only screen and (min-width: 1280px) {
	.modal.designer-options .modal-dialog { width: 92%; }
}

@media only screen and (min-width: 1366px) {
	.modal.designer-options .modal-dialog { width: 84%; }
}

@media only screen and (min-width: 1440px) {
	.modal.designer-options .modal-dialog { width: 82%; }
}

@media only screen and (min-width: 1600px) {
	.modal.designer-options .modal-dialog { width: 74%; }
}

@media only screen and (min-width: 1680px) {
	.modal.designer-options .modal-dialog { width: 74%; }
}

@media only screen and (min-width: 1920px) {
	.modal.designer-options .modal-dialog { width: 63%; }
}

@media only screen and (min-width: 2048px) {
	.modal.designer-options .modal-dialog { width: 60%; }
}






/*@media only screen 
and (min-device-width : 1800px) 
and (max-device-width : 2200px) {
	.modal.designer-options .modal-dialog {
	    width: 67% !important;
	}
}*/




@media only screen and (min-width: 992px) {
	
	.checkedsign{
		height:auto !important;
	}
	
	
	div.design-options-wrapper div.design-options>div{
		border-top:none;
	}
	
	div.design-options-wrapper div.design-options div{
		border-right:none;
	}
	
	.pd-model .t-model {
		top: 4%;  /* My Css */
	}
	
	.pricespan {
		font-size: 2.5em !important;
		font-weight: bold !important;
	}
	
	.buttons {
		width: 159px; /* My Css */
		margin-top:50%;
		top:0px;
	}
	
	
	
	.panel-body{
		max-height: 440px; /* My Css For SAFARI BROWSER */
		max-height: 69vh; /* My Css max-height: 400px; */
		overflow-y:auto;
	}
	
	/* For Second Section like Coin Pocket */
	#panelbody{   
		max-height: 410px;
		max-height: 64vh;
		overflow-y:auto; 
	}
	
	.desktop1 {
		display: inline-block
	}
	.pd-model {
		/*margin: 0 135px -80px 0;*/
		/*width: 420px;*/
		height:505px;  /* My Css for SAFARI BROWSER */
		width:326px;   /* My Css for SAFARI BROWSER */
		width: 51vh; /* My Css width: 25%; */
		height: 79.3vh;  /* My Css height: 700px; calc(100vh - 132px); */
		/*background-color: red;*/
	}
	.pd-model.zoom {
		width: 800px !important;
		height: 1332px !important;
		margin: 0 auto -160px auto;
		left:2.5%;  /* My css */
	}
	.model-fabric-name {
		display: block
	}
	.footer {
		display: block
	}
	.right-panel {
		position: relative;
		margin-right: 50px
	}
	.start-here {
		z-index: 20;
		position: absolute;
		left: 0;
		top: 20px
	}
	.start-here img {
		-ms-transform: none;
		-webkit-transform: none;
		transform: none;
		height: 75px;
		width: 90px
	}
	.start-here p {
		left: 0;
		top: 85px;
		margin-top: 0;
		width: 130px;
		text-align: right
	}
	.cart-and-price {
		right: -15px;
		left: auto;
		width: 159px; /* My Css width: 75px; */
		text-align: center
	}
	.cart-and-price .add-to-cart-wrapper {
		position: absolute;
		top: 10px;
		width: 75px
	}
	.cart-and-price .add-to-cart-wrapper .add-to-cart {
		left: auto;
		right: auto;
		margin: 0 auto
	}
	.cart-and-price .price-model {
		left: auto;
		top: 65px;
		width: 75px;
		text-align: center;
		position: absolute
	}
	/*
	.buttons {
		left: auto;
		right: 74px;
		top: 360px;
		width: 60px
	}
	*/
	.buttons img {
		width: 30px;
		margin: 0 auto
	}
	.mini-image {
		right: 145px;
		width: 48px;
		height: 80px
	}
	.mini-image img {
		height: 80px
	}
	.mini-image.front {
		top: 5px
	}
	.mini-image.no-jacket-front {
		top: 95px
	}
	.mini-image.back {
		top: 185px
	}
	.mini-image.back.no-jacket {
		top: 95px
	}
	.mini-image.no-jacket-back {
		top: 275px
	}
	div#design-options-overlay {
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0
	}
	div.design-options-wrapper {
		position: absolute;
		overflow: hidden;
		/*overflow-y: auto;*/  /* My Css */
		left: 1%;  /* My Css left: 1%; */
		top: 2%;	/* My Css top: 4%; */
		width: auto;
		transition: left 0.25s;
		height:505px; /* My Css For SAFARI Browser */
		height:78vh; /* My Css height:470px; */
	}
	div.design-options-wrapper.deselect {
		bottom: 0;
		left: -75px
	}
	div.design-options-wrapper div.design-options {
		overflow-y: scroll;
		overflow-x : hidden;
		height:505px; /* My Css For SAFARI Browser */ 
		height: 78vh;  /* My Css height: auto; height: 470px; */
		width: auto;
		border: 1px solid gray;   /* My Css */
		border-radius: 7px;  /* My Css */
	}
	
	/*div.design-options-wrapper div.design-options:hover { overflow-y:scroll; }*/
	
	
	
	div.design-options-wrapper div.design-options>div {
		/*padding: 0 20px; */  /* My Css */
		width: auto;
	}
	div.design-options-wrapper div.design-options div {
		display: block;
		padding : 0.5%; /* My Css */
	}
	div.design-options-wrapper div.design-options div div.tab-name {
		text-align: center;
		font: 16px/17px 'Oswald', sans-serif;
		font-weight: 300;
		
	}
	div.design-options-wrapper div.design-options div div.tab-image {
		/* width: 78px;
		height: 78px */
		width: auto;  /* My css width: 165px; */
		height: 92px;  /* My css height: 100px; */
	}
	div.design-options-wrapper div.design-options div div.tab-image img {
		/* left: 10px; */
		left: 2px;   /* My css */
		top: 9px;
		/*width: 60px;
		height: 60px;*/  /* My css */
		width: auto;   /* My css  width: 165px; */
		height: 90px;
	}
	div.design-options-wrapper div.design-options div.arrow div.tab-image {
		position: relative
	}
	div.design-options-wrapper div.design-options div.arrow div.tab-image div.arrow {
		position: absolute;
		margin-right: -15px;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 40px solid #fff;
		right: 0;
		top: 14px
	}
	div.design-options-wrapper div.design-options div.selected div.tab-image img {
		left: 8px;
		top: 7px
	}
	div.design-options-wrapper div.design-options div.greyed div.tab-image {
		background-color: #c1c1c1
	}
	div.design-options-wrapper div.design-options div:not(:last-child) {
		margin-right: 0
	}
	div.design-options-wrapper div.design-options div:not(:last-child) div.tab-image:after {
		display: none
	}
	div.design-options-wrapper div.design-options div.design-option-add-to-cart div.tab-image img {
		top: 18px;
		left: 15px;
		width: 45px;
		height: 45px
	}
	div.tab-options-wrapper {
		position: absolute;
		overflow: hidden;
		overflow-y: auto;
		left: 0;
		top: 0;
		width: auto
	}
	div.tab-options-wrapper div.tab-options {
		overflow: hidden;
		height: auto;
		width: auto
	}
	div.tab-options-wrapper div.tab-options>div {
		padding: 0 20px;
		width: auto
	}
	div.tab-options-wrapper div.tab-options div {
		display: block
	}
	div.tab-options-wrapper div.tab-options div div.option-name {
		text-align: center;
		font: 13px/17px 'Oswald', sans-serif;
		font-weight: 300
	}
	div.tab-options-wrapper div.tab-options div div.option-image {
		width: 78px;
		height: 78px;
		border-radius: 50%
	}
	div.tab-options-wrapper div.tab-options div div.option-image img {
		left: 10px;
		top: 9px;
		width: 60px;
		height: 60px
	}
	div.tab-options-wrapper div.tab-options div.arrow div.option-image {
		position: relative
	}
	div.tab-options-wrapper div.tab-options div.arrow div.option-image div.arrow {
		position: absolute;
		margin-right: -15px;
		border-top: 20px solid transparent;
		border-bottom: 20px solid transparent;
		border-left: 40px solid #fff;
		right: 0;
		top: 14px
	}
	div.tab-options-wrapper div.tab-options div.selected div.option-image img {
		left: 8px;
		top: 7px
	}
	div.tab-options-wrapper div.tab-options div.greyed div.option-image {
		background-color: #c1c1c1
	}
	div.tab-options-wrapper div.tab-options div:not(:last-child) {
		margin-right: 0
	}
	div.tab-options-wrapper div.tab-options div:not(:last-child) div.option-image:after {
		display: none
	}
	.modal.designer-options {
		top: 99px;  /* My Css top: 127px; top: 14%; top: 117px;   */
		/*left: 220px !important;*/
		left: 211px !important;
		overflow-y: hidden
	}
	.modal.designer-options.fade:not(.in) .modal-dialog {
		-webkit-transform: translate3d(-25%, 0, 0);
		transform: translate3d(-25%, 0, 0)
	}
	.modal.designer-options .modal-dialog {
		/*width: 525px;*/   /* My Css */
		height: auto;
		bottom: auto;
		overflow-y: hidden
	}
	.modal.designer-options .modal-dialog .modal-content {
		border-color: #F0F0F0;
		border-left-width: 5px;
		border-right-width: 5px;
		border-bottom-width: 5px
	}
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group:last-child {
		margin-bottom: 0
	}
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-heading {
		border-bottom: none;
		border-radius: 0;
		padding: 8px 20px
	}
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body {
		overflow-y: auto
	}
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-info {
		display: block
	}
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice,
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable,
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector,
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product {
		/*border-bottom: solid 1px #95989A;*/   /* My Css */
	}
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice:last-child,
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-choice.no-border,
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable:last-child,
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .monogram-enable.no-border,
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector:last-child,
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-selector.no-border,
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product:last-child,
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product.no-border {
		border-bottom: none
	}
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-information .right {
		display: flex;
		flex-direction: row
	}
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-information .right .half {
		flex: 1
	}
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabric-information .right .fabric-quality {
		padding-left: 5px
	}
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabrics .fabric-detail {
		border: 5px solid #fff
	}
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .fabrics .fabric-detail.selected {
		border: 5px solid #28a4f3;
		border-radius: 4px
	}
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product .product-image {
		flex: 2
	}
	.modal.designer-options .modal-dialog .modal-content .modal-body .panel-group .panel-body .select-product .product-image img {
		height: 52px;
		max-height: none;
		width: auto
	}
	.no-trouser-box {
		top: 350px;
		right: 180px
	}
	.no-trouser-box.zoom {
		top: 550px
	}
	.arrows {
		display: none
	}
}

@media only screen and (min-width: 1200px) {
	.product-designer {
		/*max-width: 1200px;*/   /* My css */
		margin: 0 auto
	}
	div#design-options-overlay.display {
		display: none
	}
	div.design-options-wrapper.deselect {
		left: 0
	}
	.pd-model {
		margin-right: 150px
	}
	.model-fabric-name {
		right: 515px
	}
}


/*I put the below media query because client want category slider and option box by same to the left side in bigger screen like it was before in all screen.*/

@media only screen and (min-width: 1920px) {
	
	div.design-options-wrapper {
		left: 2%;  
	}
	
	.modal.designer-options {
		left: 247px !important;
	}	
}



















/* Below Media query for setting correct height and width of the category slider and its details when clicking, main image with correct
 in the safari web browser START */



@media only screen  and (min-width : 1224px) {
	
	div.design-options-wrapper {
	   height : 800px;
	   height : 78vh;
	}
	
	div.design-options-wrapper div.design-options {
		height : 800px;
		height : 78vh;
	}
	
	.pd-model{
		height: 810px;
		width: 500px;
		width: 51vh;
		height: 79.3vh;
	}
	
	
	.panel-body{
	max-height: 500px; /* My Css For SAFARI BROWSER */
	max-height: 69vh;  
	overflow-y:auto;
	}
	
	/* For Second Section like Coin Pocket */
	#panelbody{   
	max-height: 500px;
	max-height: 64vh;
	overflow-y:auto; 
	}
}


@media only screen and ( min-width: 1224px ) and ( max-height: 800px )
{
  div.design-options-wrapper {
	   /*height : 570px;*/
	   height : 505px;
	   height : 78vh;
	}
	
	div.design-options-wrapper div.design-options {
		/*height : 570px;*/
		height : 505px;
		height : 78vh;
	}
	
	.pd-model{
		/*height: 585px; 
		width: 377px;*/
		height: 505px; 
		width: 320px;
		width: 51vh;
		height: 79.3vh;
	}
	
	

}


@media screen and (min-width: 1400px) {
	
	div.design-options-wrapper {
	   height : 680px;
	   height : 78vh;
	}
	
	div.design-options-wrapper div.design-options {
		height : 680px;
		height : 78vh;
	}
	
	.pd-model{
		height: 680px; 
		width: 430px;
		width: 51vh;
		height: 79.3vh;
	}
	
}



@media screen and (min-width: 1600px) and ( max-height: 1200px ) {
	
	div.design-options-wrapper {
	   height : 830px;
	   height : 78vh;
	}
	
	div.design-options-wrapper div.design-options {
		height : 830px;
		height : 78vh;
	}
	
	.pd-model{
		height: 830px; 
		width: 530px;
		width: 51vh;
		height: 79.3vh;
	}
	
	
	.panel-body{
	max-height: 730px; /* My Css For SAFARI BROWSER */
	max-height: 69vh;  
	overflow-y:auto;
	}
	
	/* For Second Section like Coin Pocket */
	#panelbody{   
	max-height: 730px;
	max-height: 64vh;
	overflow-y:auto; 
	}
	
	
	
}






@media screen and (min-width: 1824px) {
	div.design-options-wrapper {
	   height : 760px;
	   height : 78vh;
	}
	
	div.design-options-wrapper div.design-options {
		height : 760px;
		height : 78vh;
	}
	
	.pd-model{
		height: 810px;
		width: 500px;
		width: 51vh;
		height: 79.3vh;
	}
}


@media screen and (min-width: 1900px) {
	div.design-options-wrapper {
	   height : 850px;
	   height : 78vh;
	}
	
	div.design-options-wrapper div.design-options {
		height : 850px;
		height : 78vh;
	}
	
	.pd-model{
		height: 850px;
		width: 550px;
		width: 51vh;
		height: 79.3vh;
	}
}



@media screen and (min-width: 2000px) {
	div.design-options-wrapper {
	   height : 1140px;
	   height : 78vh;
	}
	
	div.design-options-wrapper div.design-options {
		height : 1140px;
		height : 78vh;
	}
	
	.pd-model{
		height: 1200px;
		width: 700px;
		width: 51vh;
		height: 79.3vh;
	}
	
	.panel-body{
	max-height: 1050px; /* My Css For SAFARI BROWSER */
	max-height: 69vh;  
	overflow-y:auto;
	}
	
	/* For Second Section like Coin Pocket */
	#panelbody{   
	max-height: 1050px;
	max-height: 64vh;
	overflow-y:auto; 
	}
	
	
	
}

/* ======================= END =========================== */





/*# sourceMappingURL=productdesigner.css.map */

