@charset "utf-8";
@media screen and (min-width : 1400px) {

}
@media screen and (max-width : 1280px) {

}
@media screen and (min-width : 992px) and (max-width : 1199px) {

}
@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) {
/***** 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 - 80px);
	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 - 200px);
}
.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: 15px;
	width: 60px;
	height: 60px;
}

.left-header-sec {
    width: 40%;
}
.right-header-sec {
	width: 40%;
	float: right;
}
.middle-nav ul li {
	display: block;
	margin: 10px 0;
}
.middle-header-sec {
	width: 100%;
	position: absolute;
	top: 40px;
	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: 6px;
	z-index: 99999;
	cursor: pointer;
	width: 30px;
	height: 30px;
	top: 5px;
}
.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: 0;
	z-index: 999;
	cursor: pointer;
	width: 25px;
	height: 25px;
	top: 47px;
}
.mob-tool-right-menue span{
  width: 15px;
  height: 1px;
  background: #333;
  display: inline-block;
  position: relative;
}
.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 !important;
}
.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;
	font-size: 14px;
}
.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) {


}
@media screen and (max-width : 480px) {

}	