@media screen and (max-width:480px){

	/************************************/
	.ColorBackground .navigation2
	{
		display: none;
	}
	.ColorBackground .navigation2 ul li
	{
		float: none;
		padding: 5px 10px;
		line-height: 20px;
		border-bottom: 1px dotted #9f9d9d;
	}
	.ColorBackground .navigation2 ul li a
	{
		display: block;
	}
	.categorycenterLogo
	{
		position: relative;
		padding: 10px 0;
		padding-top: 5px;
	}
	.categorycenterLogo .productToggle
	{
		position: absolute;
		right: 10px;
		top: 20px;
		cursor: pointer;
		width: 25px;
		height: 25px;
		text-align: center;
		line-height: 30px;
	}
	.categorycenterLogo .productToggle span.fa
	{
		font-size: 1.5em;
	}
	.categorycenterLogo a.logo
	{
		display: block;
		width: 85%;
		margin:0;
	}

	.ColorBackground .navigation2 ul li:hover a
	{
	   color: var(--white);
	}
	.collection-category-nav
	{
		padding-top: 5px;
		border-top: 1px solid #bdb8b8;
		overflow: hidden;
	}
	.collection-category-nav
	{
		display: flex;
		flex-direction: row;
		flex-flow: wrap;
		margin-bottom: 20px;
	}
	.collection-category-nav a
	{
		display: block;
		float: none;
		text-align: center;
		font-size: 12px;
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
		margin-bottom:4px;
		padding:3px 0;
	}
	.collection-category-nav a
	{
		border-right: 0px;
	}
	.categoryBoxes .cateogrySection
	{
		width: 95%;
		padding:5px;
		height: auto;
		margin-bottom: 20px;
	}
	.categoryBoxes .cateogrySection .image a
	{
		height: auto;
	}
	.categoryBoxes .cateogrySection .image a img
	{
		max-height: 100%;
	}


	.ColorBackground
	{
		position: absolute;
	}
	.ColorBackground .copyrights
	{
		margin-top: 0;
	}

	.productParentBox .productImage img
	{
		height: auto;
	}

	.productParentBox .arrowLefts
	{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.ColorBackground .collectionLogo
	{
		margin-left: 0;
		margin-top: 0;
	}

	.ColorBackground .backtohome
	{
		top: 20%;
		z-index: 1;
	}

	.productParentBox .arrowRights
	{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%)
	}
	.ColorBackground .categoryTitle .CollectionBreadCrumb ul
	{
		display: table;
		margin:auto;
	}
	.ColorBackground .categoryTitle .enquiry-share .shareSocialIcon
	{
		right: 10px;
		transform: translateX(0%);
	}
	.ColorBackground .categoryTitle .enquiry-share
	{
		text-align: left;
		padding-left: 8px;
	}

	.customModal .customModal_Dialog .enquiryForm .form-group .form-control,
	.custom-select.myinput
	{
		font-size: 13px;
	}

	.customModal .customModal_Dialog .enquiryForm .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  		font-size: 13px;
	}
	.customModal .customModal_Dialog .enquiryForm .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
	  font-size: 13px;
	}
	.customModal .customModal_Dialog .enquiryForm .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
	  font-size: 13px;
	}
	.customModal .customModal_Dialog .enquiryForm .form-group .form-control:-moz-placeholder { /* Firefox 18- */
	  font-size: 13px;
	}

	.customModal .customModal_Dialog .enquiryForm .form-group input[type="submit"]
	{
		font-size: 15px;
	}
	.customModal .customModal_Dialog
	{
		max-width: 100%;
		margin-top: 30px;
	}
	.ColorBackground .backtohome a
	{
		padding: 3px 10px;
		font-size: 14px;
	}

	.ColorBackground .collectionLogo
	{
		margin:auto;
	}
			
	.boxShadowRow .image
	{
		width: 100%;
		float: none;
	}

	.boxShadowRow .description
	{
		display: block;
		width: 100%;
		margin-top: 10px;
	}

	.boxShadowRow .description .heading2
	{
		text-align: center;
	}



	body.product-page .product-galler-coloms .gallery-page-box
	{
		width: 80%;
		margin:auto;
	}
	.product-galler-coloms .prev-page
	{
		left: 0;
		top: 40%;
	}
	.product-galler-coloms .next-page
	{
		right: 0;
		top: 40%;
	}
}


@media screen and (min-width: 481px) and (max-width: 576px)
{

		/************************************/
		.ColorBackground .navigation2
		{
			display: none;
		}
		.ColorBackground .navigation2 ul li
		{
			float: none;
			padding: 5px 10px;
			line-height: 20px;
			border-bottom: 1px dotted #9f9d9d;
		}
		.ColorBackground .navigation2 ul li a
		{
			display: block;
		}
		.categorycenterLogo
		{
			position: relative;
			padding: 10px 0;
			padding-top: 5px;
		}
		.categorycenterLogo .productToggle
		{
			position: absolute;
			right: 10px;
			top: 20px;
			cursor: pointer;
			width: 25px;
			height: 25px;
			text-align: center;
			line-height: 30px;
		}
		.categorycenterLogo .productToggle span.fa
		{
			font-size: 1.5em;
		}
		.categorycenterLogo a.logo
		{
			display: block;
			width: 85%;
			margin:0;
			margin-left: 8%;
		}

		.ColorBackground .navigation2 ul li:hover a
		{
		   color: var(--white);
		}
		/*.collection-category-nav
		{
			padding-top: 5px;
			border-top: 1px solid #bdb8b8;
			overflow: hidden;
		}
		.collection-category-nav a
		{
			display: block;
			float: left;
			width:calc(100% / 3);
			margin-bottom:4px;
		}*/

		.collection-category-nav
		{
			display: flex;
			flex-direction: row;
			flex-flow: wrap;
			margin-bottom: 20px;
		}
		.collection-category-nav a
		{
			display: block;
			float: none;
			text-align: center;
			font-size: 14px;
			width: 48%;
			margin-left: 1%;
			margin-right: 1%;
			margin-bottom:4px;
			padding:3px 0;
		}


		.categoryBoxes .cateogrySection
		{
			width: 95%;
			padding:5px;
			height: auto;
			margin-bottom: 20px;
		}
		.categoryBoxes .cateogrySection .image a
		{
			height: auto;
		}
		.categoryBoxes .cateogrySection .image a img
		{
			max-height: 100%;
		}

		/**********************/

	.ColorBackground
	{
		position: absolute;
	}
	.ColorBackground .copyrights
	{
		margin-top: 0;
	}

	.productParentBox .productImage img
	{
		height: auto;
	}

	.productParentBox .arrowLefts
	{
		position: absolute;
		left: 0;
		top: 50%;
		transform: translateY(-50%);
	}

	.ColorBackground .collectionLogo
	{
		margin-left: 0;
		margin-top: 0;
	}

	.ColorBackground .backtohome
	{
		top: 20%;
		z-index: 1;
	}

	.productParentBox .arrowRights
	{
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%)
	}
	.ColorBackground .categoryTitle .CollectionBreadCrumb ul
	{
		display: table;
		margin:auto;
	}
	.ColorBackground .categoryTitle .enquiry-share .shareSocialIcon
	{
		right: 10px;
		transform: translateX(0%);
	}
	.ColorBackground .categoryTitle .enquiry-share
	{
		text-align: left;
		padding-left: 8px;
	}

	.customModal .customModal_Dialog .enquiryForm .form-group .form-control,
	.custom-select.myinput
	{
		font-size: 14px;
	}

	.customModal .customModal_Dialog .enquiryForm .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  		font-size: 14px;
	}
	.customModal .customModal_Dialog .enquiryForm .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
	  font-size: 14px;
	}
	.customModal .customModal_Dialog .enquiryForm .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
	  font-size: 14px;
	}
	.customModal .customModal_Dialog .enquiryForm .form-group .form-control:-moz-placeholder { /* Firefox 18- */
	  font-size: 14px;
	}

	.customModal .customModal_Dialog .enquiryForm .form-group input[type="submit"]
	{
		font-size: 15px;
	}
	.customModal .customModal_Dialog
	{
		max-width: 100%;
		margin-top: 30px;
	}
	.ColorBackground .backtohome a
	{
		padding: 3px 10px;
		font-size: 14px;
	}

	.ColorBackground .collectionLogo
	{
		margin:auto;
	}


	.boxShadowRow .image
	{
		width: 100%;
		float: none;
	}

	.boxShadowRow .description
	{
		display: block;
		width: 100%;
		margin-top: 10px;
	}

	.boxShadowRow .description .heading2
	{
		text-align: center;
	}

	.boxShadowRow .image img
	{
		max-height: 300px;
	}



	
	body.product-page .product-galler-coloms .gallery-page-box
	{
		width: 80%;
		margin:auto;
	}
	.product-galler-coloms .prev-page
	{
		left: 0;
		top: 40%;
	}
	.product-galler-coloms .next-page
	{
		right: 0;
		top: 40%;
	}

}



@media screen and (min-width: 577px) and (max-width: 767px)
{

		/************************************/
		.ColorBackground .navigation2
		{
			display: none;
		}
		.ColorBackground .navigation2 ul li
		{
			float: none;
			padding: 5px 10px;
			line-height: 20px;
			border-bottom: 1px dotted #9f9d9d;
		}
		.ColorBackground .navigation2 ul li a
		{
			display: block;
		}
		.categorycenterLogo
		{
			position: relative;
			padding: 10px 0;
			padding-top: 5px;
		}
		.categorycenterLogo .productToggle
		{
			position: absolute;
			right: 10px;
			top: 20px;
			cursor: pointer;
			width: 25px;
			height: 25px;
			text-align: center;
			line-height: 30px;
		}
		.categorycenterLogo .productToggle span.fa
		{
			font-size: 1.5em;
		}
		.categorycenterLogo a.logo
		{
			display: block;
			width: 85%;
			margin:0;
			margin-left: 15%;
		}

		.ColorBackground .navigation2 ul li:hover a
		{
		   color: var(--white);
		}
		.collection-category-nav
		{
			padding-top: 5px;
			border-top: 1px solid #bdb8b8;
			overflow: hidden;
		}
		.collection-category-nav a
		{
			display: block;
			float: left;
			width:calc(100% / 3);
			margin-bottom:4px;
			text-align: center;
		}
		.categoryBoxes .cateogrySection
		{
			width: 95%;
			padding:5px;
			height: auto;
			margin-bottom: 20px;
		}
		.categoryBoxes .cateogrySection .image a
		{
			height: auto;
		}
		.categoryBoxes .cateogrySection .image a img
		{
			max-height: 100%;
		}

	/* *************************** */

	.ColorBackground
	{
		position: absolute;
	}
	.ColorBackground .copyrights
	{
		margin-top: 17px;
	}

	.productParentBox .productImage img
	{
		height: auto;
		max-height: 400px;
		margin: auto;
		width: 100%;
	}

	.productParentBox .arrowLefts
	{
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.ColorBackground .collectionLogo
	{
		margin-left: 0;
		margin-top: 0;
	}

	.ColorBackground .backtohome
	{
		top: 20%;
		z-index: 1;
	}

	.productParentBox .arrowRights
	{
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%)
	}
	.ColorBackground .categoryTitle .CollectionBreadCrumb ul
	{
		display: table;
		margin:auto;
	}
	.ColorBackground .categoryTitle .enquiry-share .shareSocialIcon
	{
		right: 10px;
		transform: translateX(0%);
	}
	.ColorBackground .categoryTitle .enquiry-share
	{
		text-align: left;
		padding-left: 8px;
	}

	.customModal .customModal_Dialog .enquiryForm .form-group .form-control,
	.custom-select.myinput
	{
		font-size: 14px;
	}

	.customModal .customModal_Dialog .enquiryForm .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  		font-size: 14px;
	}
	.customModal .customModal_Dialog .enquiryForm .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
	  font-size: 14px;
	}
	.customModal .customModal_Dialog .enquiryForm .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
	  font-size: 14px;
	}
	.customModal .customModal_Dialog .enquiryForm .form-group .form-control:-moz-placeholder { /* Firefox 18- */
	  font-size: 14px;
	}

	.customModal .customModal_Dialog .enquiryForm .form-group input[type="submit"]
	{
		font-size: 15px;
	}
	.customModal .customModal_Dialog
	{
		max-width: 100%;
		margin-top: 30px;
	}
	.ColorBackground .backtohome a
	{
		padding: 3px 10px;
		font-size: 14px;
	}

	.ColorBackground .collectionLogo
	{
		margin:auto;
	}
	.ColorBackground.bg
	{
		height: 100%;
	}


	.boxShadowRow .image
	{
		width: 100%;
		float: none;
	}

	.boxShadowRow .description
	{
		display: block;
		width: 100%;
		margin-top: 10px;
	}

	.boxShadowRow .description .heading2
	{
		text-align: center;
	}


	.bigScreenLogo
	{
		width: 60%;
	}
	.logo h1
	{
		margin-bottom: 0;
	}
	.logo h1 .bigScreenLogo
	{
		margin-bottom: 0;
	}



	
	body.product-page .product-galler-coloms .gallery-page-box
	{
		width: 80%;
		margin:auto;
	}
	.product-galler-coloms .prev-page
	{
		left: 0;
		top: 40%;
	}
	.product-galler-coloms .next-page
	{
		right: 0;
		top: 40%;
	}
	.modal-popup .form-inputs-area .popup-form
	{
		margin-left: 25px;
	}
	section.section.collection
	{
		overflow-x: hidden;
	}
}


@media screen and (min-width: 768px) and (max-width: 992px)
{
	.ColorBackground
	{
		position: absolute;
	}
	.ColorBackground .copyrights
	{
		position: fixed;
		width: 100%;
		left: 0;
		bottom: 0;
	}

	.productImage
	{
		height: 550px;
	}

	.productParentBox .productImage img
	{
		height: auto;
		max-height: 400px;
		margin: auto;
		width: 100%;
	}

	.productParentBox .arrowLefts
	{
		position: absolute;
		left: 10px;
		top: 50%;
		transform: translateY(-50%);
	}

	.ColorBackground .collectionLogo
	{
		margin-left: 0;
		margin-top: 0;
	}

	.ColorBackground .backtohome
	{
		top: 10%;
		z-index: 1;
	}

	.productParentBox .arrowRights
	{
		position: absolute;
		right: 10px;
		top: 50%;
		transform: translateY(-50%)
	}
	.ColorBackground .categoryTitle .CollectionBreadCrumb ul
	{
		display: table;
		margin:auto;
	}
	.ColorBackground .categoryTitle .enquiry-share .shareSocialIcon
	{
		right: 10px;
		transform: translateX(0%);
	}
	.ColorBackground .categoryTitle .enquiry-share
	{
		text-align: left;
		padding-left: 8px;
	}

	.customModal .customModal_Dialog .enquiryForm .form-group .form-control,
	.custom-select.myinput
	{
		font-size: 14px;
	}

	.customModal .customModal_Dialog .enquiryForm .form-group .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
			font-size: 14px;
	}
	.customModal .customModal_Dialog .enquiryForm .form-group .form-control::-moz-placeholder { /* Firefox 19+ */
	  font-size: 14px;
	}
	.customModal .customModal_Dialog .enquiryForm .form-group .form-control:-ms-input-placeholder { /* IE 10+ */
	  font-size: 14px;
	}
	.customModal .customModal_Dialog .enquiryForm .form-group .form-control:-moz-placeholder { /* Firefox 18- */
	  font-size: 14px;
	}

	.customModal .customModal_Dialog .enquiryForm .form-group input[type="submit"]
	{
		font-size: 15px;
	}
	.customModal .customModal_Dialog
	{
		max-width: 100%;
		margin-top: 30px;
	}
	.ColorBackground .backtohome a
	{
		padding: 3px 10px;
		font-size: 14px;
	}

	.ColorBackground .collectionLogo
	{
		margin:auto;
	}
	.ColorBackground.bg
	{
		height: 100%;
	}
	

	.boxShadowRow .description
	{
		width: 60%;
	}		
	.boxShadowRow .image
	{
		width: 40%;
	}

	.topbar .topbarArea ul.top li:last-child {
		display: none;
	}/*
	.navigations .container
	{
		max-width: 100%;
		padding-left: 0;
		padding-right: 0;
	}*/
	.navigation-flex-ul
	{
		display: flex !important;
		flex-wrap: wrap;
		max-width: 80%;
		justify-content: center;
	}
	.bigScreenLogo
	{
		margin-bottom: 0;
	}
	.navigation-flex-ul .offser-li
	{
		order: 2;
	}
	.navigation-flex-ul li:not(.offser-li)
	{
		order: 1;
	}
	.navigations .navbars ul.main-ul li.main-li a.offer-scheme{
		padding: 7px 10px;
    	margin: 5px 10px 20px;
	}
	.anchorButton
	{
		text-align: center;
	}
	.interpageBanner
	{
		height: 112px;
	}


	section.section.collection
	{
		overflow-x: hidden;
	}


	body.product-page .product-galler-coloms .gallery-page-box
	{
		width: 80%;
		margin:auto;
	}
	.product-galler-coloms .prev-page
	{
		left: 0;
		top: 40%;
	}
	.product-galler-coloms .next-page
	{
		right: 0;
		top: 40%;
	}
}



/*************************************************************/


@media screen and (min-width: 768px) and (max-width: 992px)
{
	.ColorBackground .navigation2 ul
	{
		display: table;
		margin: auto;
	}
	.ColorBackground .navigation2 ul li
	{
		padding:7px 10px;
	}

	.collection-category-nav a
	{
		padding:0 6px;
		text-transform: capitalize;
	}

	.collection-category-nav
	{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		justify-content: center;
		max-width: 80%;
		margin:auto;
		margin-bottom: 35px;
	}
	.collection-category-nav a
	{
		width: 33%;
		margin-top: 25px;
		text-align: center;
		border-right: 0;
		display: inline-block;
	}

	.categoryBoxes .container .row .col-xl-4
	{
		flex: 0 0  33%;
		max-width: 33%;
	}
	.categoryBoxes .cateogrySection
	{
		width: 100%;
	}
	.categoryBoxes .cateogrySection
	{
		height: 200px;
	}
	#pagelisting .col-xl-4
	{
		width: 50%;
	}
}



/*==================================================================================*/


@media screen and (max-width:576px)
{
	.topbar .topbarArea ul.top li:not(:last-child)
	{
		margin-right: 10px;
	}
	.topbar .topBarRightLinks ul li:nth-child(1)
	{
		margin-right: 3px;
	}

	.bigScreenLogo
	{
		display: none;
	}
	.smallScreenLogo
	{
		display: block;
	}
	.container
	{
		max-width: 100%;	
	}
   .topbar .topbarArea ul.top li:not(:nth-child(2))
   {
		display: none;
   }
   .navigations
   {
	   	padding: 0
   }
   .topbar .topBarRightLinks ul li a
   {
	   	margin-right: 5px;
   }
   .navigations .logo
   {
   	    margin: 7px 0;
   	    position: relative;
   }
   .navigations .logo .toggleButton{	
		position: absolute;
		right: 5px;
		top: 15px;
		display: inline-block;
		cursor: pointer;
   }
   .navigations .logo .toggleButton .fa
   {
   		color: var(--color1);
   		font-size: 2em;
   }
   .navigations .logo > a{
	   	width: 80%;
		display: inline-block;
   }
	
	/* navbars */
   
   .navbars
   {
	   	position: fixed;
		background-color:var(--color1);
		width: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 10;
		transition: all .2s linear;
		display: none;
   }
   .navbars .main-ul
   {
		position: relative;
		/*overflow: hidden;*/
		top: 50%;
		transform: translateY(-50%);
   		margin: 0 20px;
   }
   .navbars ul.main-ul li.main-li
   {
   		float: none !important;
   		border-bottom: 1px dashed #891733;
   }
   .navigations .navbars ul.main-ul li.main-li a
   {
	   	padding: 7px 20px;
		color: var(--color2);
		/*font-family: var(--roboto4);*/
   }
   .navigations .navbars ul.main-ul li.main-li.sub-ul ul.submenus
   {
   		position: static;
   		background-color: #440716;
   		border: 0px solid transparent;
   		display: none;
   }
   .navigations .navbars ul.main-ul li.main-li.sub-ul ul.submenus li a
   {
   		padding: 5px 15px;
		border-bottom: 1px solid var(--color2);
		color: var(--white);
		/*font-family: var(--roboto3);*/
   }
   .navigations .navbars ul.main-ul li.main-li.sub-ul ul.submenus li:hover a
   {
   		background-color: var(--color2);
   		color: var(--color1);
   }
   .navbars .closeNav
   {
   		position: absolute;
		top: 10px;
		right: 15px;
		width: 40px;
		height: 40px;
		display: block;
		cursor: pointer;
   }
   .navbars .closeNav .cross1
   {
   		display: inline-block;
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: var(--color2);
		top: 16px;
		left: 0;
		transform: rotate(45deg);
   }
   .navbars .closeNav .cross2
   {
   		display: inline-block;
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: var(--color2);
		top: 16px;
		left: 0;
		transform: rotate(-45deg);
   }

   .toggleButton
   {
   		position: relative;
   		width: 35px;
   		height: 25px;
   }
   .toggleButton span.bars:nth-child(1)
   {
   		display: inline-block;
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: var(--color1);
		top: 0px;
		left: 0;
   }  
   .toggleButton span.bars:nth-child(2)
   {
   		display: inline-block;
		position: absolute;
		width: 85%;
		height: 3px;
		background-color: var(--color1);
		top: 50%;
		transform: translateY(-50%);
		right: 0;
   }   
   .toggleButton span.bars:nth-child(3)
   {
   		display: inline-block;
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: var(--color1);
		bottom: 0px;
		left: 0;
   }
   /* navbars */

   section.section
   {
   		padding:30px 0;
   		background-position: center;
   }
   .HomeAboutImage
   {
   		height: auto;
		margin-top: 10px;
   }
   .collectionUpperMargin
   {
   		height: auto;
   }
   .collectionImage.mbb
   {
   		margin-bottom: 5px;
   }

   footer .ftrBox
   {
   		margin-bottom: 20px;
   }
   footer .ftrBox .ftrlinks ul li
   {
   	font-size: 14px;
   }
   .descriptionBox p
   {
   	text-align: left;
   }
   body.services .boxShadowRow .description
   {
   	padding-left: 0;
   	padding-top: 0;
   }
   .myform
   {
   	margin-bottom: 20px;
   }

   /* ****************************** */
   .InnerAboutThumb
	{
		float:none;
		width:100%;
	}
	.interpageBanner
	{
		height: 69px;
	}
	.homeHeading h4
	{
		font-size: 25px;
	}
	.homeHeading h4::before {
		width: 100%;
	}
	.myform
	{
		width: 100%;
	}
	#accordion .card .card-header .card-link
	{
		font-family: var(--roboto3);
	}
	.address .box .detail
	{
		width: 100%;
		height: auto;
		line-height: 25px;
	}
	.address .box
	{
		padding:0 10px;
		text-align: center;
	}
	.address .box .icon
	{
		width: 100%;
	}
	.address .box .detail br
	{
		display: none;
	}
}




@media screen and (min-width:577px) and (max-width:767px)
{
	.interpageBanner 
	{
		height: 84px;
	}
	footer .ftrBox.LogoFooter
	{
		margin-bottom: 30px;
	}
	.LogoFooter
	{
		text-align: center;
	}
	.LogoFooter .ftrLogo
	{
		width: 350px;
		margin: auto;
	}
 	.bigScreenLogo
	{
		display: block;
	}
	.smallScreenLogo
	{
		display: none;
	}
	.container
	{
		max-width: 100%;	
	}
	.topbar .topbarArea ul.top li
	{
		float: left;
	}
   .navigations
   {
	   	padding: 0
   }
   .topbar .topBarRightLinks ul li a
   {
	   	margin-right: 5px;
   }
   .navigations .logo
   {
   	    margin: 7px 0;
   	    position: relative;
   }
   .navigations .logo .toggleButton{	
		position: absolute;
		right: 5px;
		top: 30px;
		display: inline-block;
		cursor: pointer;
   }
   .navigations .logo .toggleButton .fa
   {
   		color: var(--color1);
   		font-size: 2em;
   }
   .navigations .logo > a{
	   	width: 80%;
		display: inline-block;
   }
	
	/* navbars */
   
   .navbars
   {
	   	position: fixed;
		background-color:var(--color1);
		width: 100%;
		top: 0;
		left: 0;
		bottom: 0;
		z-index: 10;
		transition: all .2s linear;
		display: none;
   }
   .navbars .main-ul
   {
		position: relative;
		/*overflow: hidden;*/
		top: 50%;
		transform: translateY(-50%);
   		margin: 0 20px;
   }
   .navbars ul.main-ul li.main-li
   {
   		float: none !important;
   		border-bottom: 1px dashed #891733;
   }
   .navigations .navbars ul.main-ul li.main-li a
   {
	   	padding: 7px 20px;
		color: var(--color2);
		/*font-family: var(--roboto4);*/
   }
   .navigations .navbars ul.main-ul li.main-li.sub-ul ul.submenus
   {
   		position: static;
   		background-color: #440716;
   		border: 0px solid transparent;
   		display: none;
   }
   .navigations .navbars ul.main-ul li.main-li.sub-ul ul.submenus li a
   {
   		padding: 5px 15px;
		border-bottom: 1px solid var(--color2);
		color: var(--white);
   }
   .navigations .navbars ul.main-ul li.main-li.sub-ul ul.submenus li:hover a
   {
   		background-color: var(--color2);
   		color: var(--color1);
   }

   .collection-category-nav
   {
   	display: flex;
   	flex-direction: row;
   	flex-wrap: wrap;
   	margin-bottom: 34px;
   }
   .collection-category-nav a
   {
	   	font-size: 14px;	
   		width: 33%;
   		margin-top: 15px;
   }
   .navbars .closeNav
   {
   		position: absolute;
		top: 10px;
		right: 15px;
		width: 40px;
		height: 40px;
		display: block;
		cursor: pointer;
   }

   #pagelisting .col-xl-4
   {
   		width: 50%;
   }



   .navbars .closeNav .cross1
   {
   		display: inline-block;
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: var(--color2);
		top: 16px;
		left: 0;
		transform: rotate(45deg);
   }
   .navbars .closeNav .cross2
   {
   		display: inline-block;
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: var(--color2);
		top: 16px;
		left: 0;
		transform: rotate(-45deg);
   }

   .toggleButton
   {
   		position: relative;
   		width: 35px;
   		height: 25px;
   }
   .toggleButton span.bars:nth-child(1)
   {
   		display: inline-block;
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: var(--color1);
		top: 0px;
		left: 0;
   }  
   .toggleButton span.bars:nth-child(2)
   {
   		display: inline-block;
		position: absolute;
		width: 85%;
		height: 3px;
		background-color: var(--color1);
		top: 50%;
		transform: translateY(-50%);
		right: 0;
   }   
   .toggleButton span.bars:nth-child(3)
   {
   		display: inline-block;
		position: absolute;
		width: 100%;
		height: 3px;
		background-color: var(--color1);
		bottom: 0px;
		left: 0;
   }
   /* navbars */

   section.section
   {
   		padding:30px 0;
   		background-position: center;
   }
   .HomeAboutImage
   {
   		height: auto;
		margin-top: 10px;
   }
   .collectionUpperMargin
   {
   		height: auto;
   }
   .collectionImage.mbb
   {
   		margin-bottom: 5px;
   }

   footer
   {
	   	background-repeat: no-repeat;
		background-size: cover;
   }
   footer .ftrBox
   {
   		margin-bottom: 20px;
   }
   .copyright
   {
   		font-size: 13px;
   }

   .InnerAboutThumb
   {
   		float: right;
		width: 300px;
   }
   .topbar .topbarArea ul.top li:nth-child(1)
   {
   		display: none;
   }

   .myform
   {
		margin-bottom: 20px;
   }



   .categoryBoxes .cateogrySection .image a
   {
   		height: 216px;
   }
	 
}


@media screen and (min-width:768px) and (max-width:992px)
{
	.container
	{
		max-width: 100%;
	}
	.topbar .topbarArea ul.top li:not(:last-child)
	{
		margin-right: 13px;
	}
	.toggleButton
	{
		display: none;
	}
	.closeNav
	{
		display: none;
	}
	.navigations .logo
	{
		margin: 0 auto;
		display: table;
	}
	.navigations .logo a
	{
		width: 400px;
		display: inline-block;
	}
	.navigations .navbars ul.main-ul
	{
		display: table;
		margin: auto;
	}
	.navigations .navbars ul.main-ul li.main-li a
	{
		padding: 9px 8px;
	}
	.navigations .navbars ul.main-ul li.main-li.sub-ul ul.submenus
	{
		display: none;
	}
	.navigations .navbars ul.main-ul li.main-li.sub-ul:hover ul.submenus
	{
		display: block;
	}

	footer .ftrBox.LogoFooter
	{
		margin-bottom: 30px;
	}
	.LogoFooter
	{
		text-align: center;
	}
	.LogoFooter .ftrLogo
	{
		width: 350px;
		margin: auto;
	}
   .myform
   {
		margin-bottom: 20px;
   }


   .productToggle
   {
   	display: none;
   }
	 
}

@media screen and (min-width:993px) and (max-width:1140px)
{
  	.navigations .navbars ul.main-ul {
  		
  			display: flex !important;
		    flex-wrap: wrap;
		    max-width: 90%;
		    justify-content: center;
  		}
  		.navigation-flex-ul li:not(.offser-li)
  		{
  			    order: 1;
  		}
  		.navigation-flex-ul .offser-li {
		    order: 2;
		}
		.logo
		{
			text-align: center;
		}
		.bigScreenLogo
		{
			width: 380px;
		}
		.navigations .navbars ul.main-ul li.main-li a
		{
			padding:20px 10px;
		}
		.navigations .navbars ul.main-ul li.main-li a.offer-scheme {
			margin:15px 9px;
		}
		.topbar .topbarArea ul.top li:last-child
		{
			display: none;
		}

		.collection-category-nav
		{
			display: inline-flex;
			justify-content: center;
			flex-direction: row;
			max-width: 90%;
			margin-left:5%;
			margin-bottom: 20px;
		}
		.collection-category-nav a
		{
			text-align: center;
			font-size: 13px;
		}

		.categoryBoxes .cateogrySection
		{
			width: 100%;
		}
		.ColorBackground .categoryBoxes .col-xl-4
		{
			flex:0 0 50%;
			max-width: 50%;
		}
		.categoryBoxes .cateogrySection .image a
		{
			height: 220px;
		}
		.categoryBoxes .cateogrySection .image a img
		{
			max-height: 220px;
		}
		#pagelisting  .col-xl-4
		{
			flex:0 0 50%;
			max-width: 50%;
		}	
		.product-galler-coloms .next-page {
			right: -50px;
			top: 45%;
		}
		.product-galler-coloms .prev-page
		{
			left: -50px;
			top:45%;
		}
}

/*
***********************************
Simillar
***********************************
*/

@media screen and (max-width: 992px)
{
	
	
}

/*
***********************************
Navigation
***********************************
*/

@media screen and (max-width:768px)
{
 
}

