@charset "utf-8";
.right-header-sec .common-drop {
	left: auto !important;
}
.right-header-sec .common-drop::before {
	left: auto;
	right: 15px;
}
.right-header-sec {
	text-align: right;
}
@media screen and (min-width : 1400px) {

}
@media screen and (max-width : 1400px) {
 .cart-btn {
 	font-size: 12px;
 }
}
@media screen and (max-width : 1320px) {
	.options-sec-inner {
	  height: calc(100vh - 220px);
	}
	.cart-btn {
		padding: 10px 6px;
	}
}
@media screen and (max-width : 1280px) {
	.measurements-details {
		padding: 0px 20px 30px;
	}
	.right-header-sec .alltool {
		font-size: 12px;
		letter-spacing: normal;
	}
	.right-header-sec {
		text-align: right;
	}
	.delivery {
		font-size: 11px;
	}
}
@media screen and (min-width : 992px) and (max-width : 1199px) {
	.botttom-cart-outer {
		padding: 15px 5px 10px 5px;
	}
	.cart-btn {
		padding: 10px 1px;
	}
	.measurements-details {
	  overflow-y: auto;
	  overflow-x: scroll !important;
	}
}
@media screen and (min-width : 768px) and (max-width : 1024px) {
	.fabric-details-inner ul li {
		width: 50% !important;
	}
	.options-sec-inner ul li a {
		padding: 10px 0 !important;
	}
}
@media screen and (max-width : 991px) {
	.measurements-details {
	  overflow-y: auto;
	  overflow-x: scroll !important;
	}
	.selct-style-btn-sec {
		display: none;
	}
	
.close-measurement{
display:block;
position: absolute;
top: 10px;
left: 10px;
color: #000;
}
	
/***** website header ******/
.mobile-navigations{
    display: block;
}	
.mobile-navigations {
	display: block;
	width: 250px;
	background: #fff;
	position: absolute;
	right: 0;
	padding: 15px;
	text-align: center;
	box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	top: 100px;
	opacity: 0;
	visibility: hidden;
	transition: all 300ms ease-in-out 0s;
}
.mobile-navigations ul li {
	margin: 5px 0;
}
.mobile-navigations ul li a{
	color: #171717;
	font-size: 13px;
	font-weight: 500;
}
header {
	/*height: 40px;*/
	padding: 12px;
}
.tool-header {
	/*height: 40px;*/
	padding: 10px;
}
.logo {
	width: 80%;
	left: 10%;
	/*margin-left: 10%;*/
}
.right-navigations {
	display: none;
}
.left-navigations {
	display: none;
}
.logo h2 {
	font-size: 16px;
}
.right-tool-sec .fabric-details-sec {
	height: calc(100vh - 80px);
	top: 80px;
}
/********* header nav start**********/
.header-nav-menue {
	position: absolute;
	right: 6px;
	z-index: 99999;
	cursor: pointer;
	width: 30px;
	height: 30px;
	top: 5px;
}
.header-nav-menue span{
  width: 15px;
  height: 1px;
  background: #333;
  display: inline-block;
  position: relative;
}
.header-nav-menue span::after{
  content:'';
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #333;
  transition: all 300ms ease-in-out 0s;
}
.header-nav-menue span::before{
  content:'';
  position: absolute;
  top: -7px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #333;
  transition: all 300ms ease-in-out 0s;
}

.open-header-menu .header-nav-menue span{
	width: 0;
}
.open-header-menu .header-nav-menue span::after{
	transform: rotate(45deg);
	top: 0;
}
.open-header-menu .header-nav-menue span::before{
	transform: rotate(-45deg);
	top: 0;
}

.open-header-menu .mobile-navigations {
	top: 40px;
	visibility: visible;
	opacity: 1;
}
/********* header nav end*********/

.left-main-work-section {
    width: 100%;
}
.right-tool-sec {
    width: 100%;
    position: fixed;
    right: -100%;
    top: 0px;
    height: calc(100vh - 130px);
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
.left-main-work-section {
	height: calc(100vh - 80px);
	top: 80px;
}
.right-tool-sec .fabric-details-sec {
	height: calc(100vh - 80px);
	top: 80px;
}
.right-tool-sec .options-sec {
	 height: calc(100vh - 80px); 
	top: 80px;
}
.options-sec-inner {
	height: calc(100vh - 210px);
}
.fabric-details-inner ul {
	height: calc(100vh - 190px);
}
.right-header-sec a {
	font-size: 12px;
}
.left-header-sec .breadcrumb a {
	font-size: 12px;
}
.fabric-details-inner ul li {
    width: 100%;
    margin-bottom: 10px;
}
.right-view-img {
	    right: 15px;
    top: 72px;
    width: 60px;
    height: 60px;
}

.left-header-sec {
    width: 40%;
		margin: auto;
		float: none;
		text-align: center;
		padding-left: 0px !important;
}
.right-header-sec {
	width: auto;
	float: right;
	padding-right: 0px;
	margin-right: 70px;
	position: absolute;
	right: 0;
	top: 10px;
}
.middle-nav ul li {
	display: inline-block;
	margin: 10px 0;
}
.middle-header-sec {
	width: 100%;
	position: absolute;
	top: 69px;
	background: #fff;
	left: -100%;
	/*padding: 10px 0;*/
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 2px 3px rgba(0,0,0,0.2);
	transition: all 300ms ease-in-out 0s;
}
.canvas-sec img {
	padding: 5px;
}

.left-header-sec {
	padding-left: 25px;
}
.right-header-sec {
/*	padding-right: 25px;*/
}
.shirt-nav-menue {
	position: absolute;
	left: 15px;
	z-index: 99999;
	cursor: pointer;
	width: 30px;
	height: 30px;
	top: 18px;
}
.shirt-nav-menue span{
  width: 15px;
  height: 1px;
  background: #333;
  display: inline-block;
  position: relative;
}
.shirt-nav-menue span::after{
  content:'';
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #333;
  transition: all 300ms ease-in-out 0s;
}
.shirt-nav-menue span::before{
  content:'';
  position: absolute;
  top: -7px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #333;
  transition: all 300ms ease-in-out 0s;
}

.open-shirt-menu .shirt-nav-menue span{
	width: 0;
}
.open-shirt-menu .shirt-nav-menue span::after{
	transform: rotate(45deg);
	top: 0;
}
.open-shirt-menu .shirt-nav-menue span::before{
	transform: rotate(-45deg);
	top: 0;
}

.open-shirt-menu .middle-header-sec{
	left: 0;
	visibility: visible;
	opacity: 1;
}




.mob-tool-right-menue {
	position: absolute;
	right: 15px;
	z-index: 999;
	cursor: pointer;
	width: 50px;
	height: 50px;
	top: 10px;
	background: #192743;
	border-radius: 50%;
}
.mob-tool-right-menue:after {
	position: absolute;
	left: 50%;
	top: 50%;
	content: '';
	background-image: url('../img/icon-scissors.png');
	color: #fff;
	transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background-size: 30px 30px;
	height: 30px;
	width: 30px;
}
.open-right-tool-menu .mob-tool-right-menue::after {
	background-image: url('../img/icon-view-suit.png');
}
.mob-tool-right-menue span{
  width: 20px;
  height: 1px;
  background: #333;
  display: inline-block;
  position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 50%;
	display: none;
}
.mob-tool-right-menue span::after{
  content:'';
  position: absolute;
  top: 7px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #333;
  transition: all 300ms ease-in-out 0s;
}
.mob-tool-right-menue span::before{
  content:'';
  position: absolute;
  top: -7px;
  left: 0;
  width: 20px;
  height: 1px;
  background: #333;
  transition: all 300ms ease-in-out 0s;
}

.open-right-tool-menu .right-tool-sec{
	right: 0;
	transition: all 300ms ease-in-out 0s;
}
.open-right-tool-menu .mob-tool-right-menue  span{
	width: 0;
}
.open-right-tool-menu .mob-tool-right-menue span::after{
	transform: rotate(45deg);
	top: 0;
}
.open-right-tool-menu .mob-tool-right-menue span::before{
	transform: rotate(-45deg);
	top: 0;
}

.open-right-tool-menu .right-tool-sec{
	left: 0;
	visibility: visible;
	opacity: 1;
}

.monogram-text input {
	padding: 7px;
	width: 100%;
	height: 35px;
}
.options-sec-inner .tablinks.active {
	padding: 10px 0px;
}
.default-option{
	display: none;
}
.botttom-cart-outer {
	padding: 15px 5px;
	width: 40%;
	background: #fff;
}
.selct-style-btn-sec a {
	padding: 7px;
	font-size: 14px;
}
.cart-btn {
	padding: 7px 10px;
	font-size: 12px;
	border-radius: 3px;
	margin: 2px 0;
}
.zoom-object-popup > img {
	width: 95%;
	margin-top: 80px;
}
.rotate-btn {
	bottom: 15px;
}
.fabric-filter-inner {
	height: 340px;
}
.apply-btn {
	padding: 4px 6px;
	font-size: 12px;
	margin-right: 10px;
}
.others-view-images ul li {
	width: 60px;
}
.options-sec-inner ul li a {
	padding: 5px 0;
	font-size: 11px;
}
.fabric-details-popup .fabrics-info {
	width: 90%;
	left: 5%;
	top: 30px;
}
.fabrics-info h4 {
	font-size: 13px;
	font-weight: 600;
}

.fabrics-info p {
	font-size: 12px;
}
.fabric-details-popup img {
	height: 300px;
}
.fab-close img {
	width: 20px;
	height: 20px;
}
.fab-close {
	top: 5px;
	right: 5px;
}
.fab-search-icon {
	font-size: 11px;
}
.fab-filter-icon {
	right: 5px;
	top: 12px;
	font-size: 11px;
}
.fab-search-icon img {
	margin-right: 5px;
}
.icon-img {
	width: 14px;
}
.filter-fabric-type {
	margin: 5px 0;
}
.submit-search-icon {
	width: 14px;
	right: 6px;
}
.search-form input {
	padding: 5px;
	font-size: 12px;
	height: 30px;
}
.fabric-filter-popup {
	padding: 5px;
	height: calc(100vh - 80px);
}
.filter-fabric-type span {
	font-size: 11px;
}
.filter-heading {
	font-size: 13px;
	margin-top: 12px;
	margin-bottom: 12px;
}
.fabric-filter-inner ul li {
	width: 50%;
}
.checkmark {
	height: 18px;
	width: 18px;
}
.cust-checkbox .checkmark::after {
	left: 5px;
	top: 2px;
	width: 6px;
	height: 10px;
}
.cust-checkbox {
	padding-left: 24px;
	margin-bottom: 8px;
	font-size: 11px;
}
.fabric-pattern-type span img {
	width: 25px;
	margin-bottom: 5px;
}
.colors-type span {
	width: 25px;
	margin-bottom: 4px;
}
.zoom-close-btn img {
	width: 25px;
	height: 25px;
}
.zoom-btn img {
	width: 20px;
}
.fabrics-item {
	height: 115px;
}
.fabrics-item img {
	height: 70px;
}
.fabric-info p {
	font-size: 11px;
}
.fabric-details-inner {
	padding: 10px 15px;
}
.icons-item {
	padding: 10px;
	height: 100px;
}
.icons-item img {
	width: 55px;
}
.icon-info p {
	font-size: 11px;
}
.fabric-details-popup {
	background: rgba(0,0,0,0.6);
}
.monogram-text input {
	padding: 8px;
	height: 40px;
}
	
}
@media screen and (max-width : 767px) {
	.hiter-sets {
	    height: calc(100vh - 169px);
	}
}
@media screen and (max-width : 650px) {
	.selected-option {
		white-space: nowrap;
    overflow: hidden;
    text-overflow: "...";
    width: 85%;
	}
	.confirm-icon {
	  position: absolute;
	  right: 10px;
	  top: 20px;
	}
	.right-header-sec {
		display: none;
	}
}
@media screen and (max-width : 550px) {
	.options-sec-inner {
	  height: calc(100vh - 130px);
	}
	.right-tool-sec-size {
		width: 100%;
	}
	.botttom-cart-outer {
		width: 100%;
		right: -100%;
	}
	.open-right-tool-menu .botttom-cart-outer {
		right: 0px;
	}
	.fabric-details-inner ul {
	  height: calc(100vh - 180px);
	}
	.fabric-details-inner-monogram {
		height: calc(100vh - 210px);
	}
	.design-accent-style {
    height: calc(100vh - 210px);
  }
}
@media screen and (max-width : 480px) {
	#actProductName {
		float: none;
	}
	.options-sec-inner {
	  height: calc(100vh - 130px);
	}
	.right-view-img {
		right: 5px;
		width: 50px;
	}
	.right-header-sec {
		margin-right: 50px;
	}
	.mob-tool-right-menue {
		right: 5px;
	}
}
@media screen and (max-device-width: 550px) {
    .options-sec-inner, .fabric-details-inner ul {
       padding-bottom:80px;
       height: calc(100vh - 210px);
    }
    .fabric-details-inner ul {
     padding-bottom: 80px;
     height: calc(100vh - 260px);
    }
}
@media only screen 
  and (min-device-width: 375px) 
  and (max-device-width: 812px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
   .options-sec-inner, .fabric-details-inner ul {
	padding-bottom: 100px !important; 
    }
}
