﻿html {
	height: 100%;
	margin: auto;
	padding: 0;
}

body {
	direction: rtl;
	margin: 0px;
	padding: 0px;
	height: 100%;
}

#wrapper {
	min-height: 71%;
	margin: auto;
}

#container {
	width: 100%;
	background-color: white;
	min-height: 71%;
}

#categoriescontainer {
	width: 100%;
	background-color: #f1f1f1;
	min-height: 71%;
	margin-top: -20px;
}

#contentproduct {
	width: 100%;
}

#containerproduct {
	width: 100%;
}

#contentproduct h1 {
	margin-top: 40px;
}

#content {
	padding-top: 20px;
	width: 1000px;
	margin: auto;
}

#Whitestuff {
	position: fixed;
	width: 100%;
	height: 85px;
	background-color: white;
}

#whitestuffcontent {
	width: 1000px;
	margin: auto;
}

.Items {
	padding-top: 30px;
	margin: auto;
	text-align: center;
	width: 1000px;
	
}

.itemrow {
	vertical-align: top;
	width: 200px;
	height: 270px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	border-radius: 10px;
	background-color: #032968;
	color: white;
	font-family: 'Heebo', sans-serif;
	font-size: 15px;

}

.itemimage {
	width: 200px;
	height: 150px;
	background-color: white;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 5px;
}

.itemrow img {
	max-height: 150px;
	max-width: 180px;
}

.itemrow:hover {
	opacity: 0.7;
}

#menumobilestuff {
	width: 100%;
	background-color: #032968;
	right: 0;
	top: 60px;
	bottom: 0;
	position: fixed;
	overflow-y:scroll;
	overflow-x:hidden;
	z-index: 9999;
}

#menumobilestuff a:hover {
	color: white;
	width: 100%;
	text-align: right;

}

@-webkit-keyframes dropmove {
	from {margin-right: -300px;}
	to {margin-right: 0px;}
}

#dropdown-contentmobile {
	background-color: #dddddd;
}

#dropdown-contentmobile img {
	height: 30px;
	margin-right: -40px;
	margin-left: 10px;
}

#dropdown-contentmobile li {
	vertical-align: top;
}

#dropdown-contentmobile a {
	color: #032968;
	vertical-align: top;
}

#dropdown-contentmobile a:hover {
	color: white;
	width: 100%;
	text-align: right;

}

#navbuttons {
	text-align: center;
	color: #032968;
	font-family: 'Heebo', sans-serif;
	font-size: 24px;
}

#navbuttons a {
	margin-right: 30px;
	margin-left: 45px;
}

#gobackcat {
	width: 200px;
	text-align: center;
	font-size: 20px;
	color: white;
	background-color: #9b58db;
	padding: 10px;
	border-radius: 10px;
	margin-top: -100px;
	margin: auto;
	display: block;
}

#gobackcat span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#gobackcat span:after {
  content: "\21b5";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#gobackcat:hover span {
  padding-right: 20px;
}

#gobackcat:hover span:after {
  opacity: 1;
  right: 0;
}

h1 {
	text-align: center;
	color: #032968;
	font-family: 'Heebo', sans-serif;
	font-size: 24px;
}

p {
   	direction: rtl;
  	font-family: 'Heebo', sans-serif;
}

a {
	text-decoration: none;
	color: inherit;
	font-family: 'Heebo', sans-serif;
}

div {
	font-family: 'Heebo', sans-serif;
}

#Header {
	height: 120px;
}

#HeaderLeft {
	position: absolute;
	text-align: right;
	background-color: white;
	height: 120px;
	margin-left: -190px;
}

#HeaderLeft img {
	float: right;
	position: fixed;
	border-radius: 1000px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	width: 160px;
	height: 110px;
	background-color: white;
}

#HeaderWrap {
	width: 100%;
	background-color: #032968;
	margin: auto;
	height: 120px;
	position: fixed;
	padding: 0px;
	margin: 0px;
	z-index: 10;
}

#HeaderContent {
	text-align: left;
	background-color: transparent;
	width: 1000px;
	margin-bottom: 100px;
	padding: 0px;
	margin: auto;
}

#logo {
	padding-top: 5px;;
}

#logo2 {
	display: none;
}

.HeaderRightSide .icon {
	color: White;
	display: none;
}

.HeaderRightSide {
	position: absolute;
	text-align: right;
	margin-right: 160px;
}

.socialmedia {
	float: left;
	text-align: center;
	margin-top: 42px;
	margin-left: 7px;
}

.socialmedia i {
	margin-right: 2px;
	margin-top: -3px;
	border-radius: 99999px;
	-webkit-transform: rotate(20deg);
}

.socialmedia p {
	margin-top: 0px;
	font-weight: bold;
	float: right;
	margin-left: 10px;
	font-size: 20px;
}

#PhoneText {
	color: #EEA200;
	font-size: 28px;
	margin-bottom: -55px;
	padding-top: 35px;
	margin-right: 170px;
}

.CallNow {
	transition: 0.5s ease;
	position: fixed;
	float: right;
	margin-top: -250px;
	margin-right: 30px;
	width: 360px;
	height: 650px;
	z-index: 1;
	font-family: 'Heebo', sans-serif;
	text-align: center;
}

#contact-form {
	background-color: white;
	padding: 10px;
	padding-bottom: 1px;
}

#CallNowBG p {
	margin: auto;
	text-align: center;
	padding-top: 17px;
	font-weight: bold;
	bottom: 0;
}

#CallNowBG {
	width: 170px;
	height: 50px;
	background-color: #9b58db;
	color: white;
	font-size: 20px;
	z-index: 1;
	position: absolute;
	border-radius: 0px 0px 10px 10px;
	border: none;
	right: 0;
	margin-top: 17px;
}

#FName {
	margin-bottom: 10px;
}

#Email {
	margin-bottom: 10px;
}

#Phone {
	margin-bottom: 10px;
}

#Purpose {
	margin-bottom: 10px;
}

#Message {
	margin-bottom: 9px;
}

.CallNow:hover {
	margin-top: 115px;
}

#contact-form ::placeholder {
	color: gray;
}

#contact-form h1 {
	font-size: 18px;
	color: #9b58db;
	text-align: center;
}

#contact-form input {
	padding: 7px 7px 7px 0px;
	font-family: 'Heebo', sans-serif;
}

#contact-form textarea {
	padding: 7px 7px 7px 0px;
	font-family: 'Heebo', sans-serif;
}

#Purpose {
	width: 305px;
	padding: 7px 7px 7px 0px;
}

#Footer {
	background-color: #032a68;
	width: 100%;
	height: 230px;
	margin: 0px;
	padding-top: 10px;
	left: 0px;
	right: 0px;
	bottom: 0;
	margin-bottom: 0px;
}

#footercontent {
	width: 1000px;
	margin: auto;
}

.footercategories {
	color: white;
	text-align: right;
	float: right;
	width: 50%;
}

.footercategories i {
	float: right;
	margin-left: 10px;
}

.footerdetails {
	color: white;
	text-align: left;
	float: left;
	width: 50%;
}

.footerdetails i {
	float: left;
	margin-right: 10px;
}

.rights {
	height: 50px;
	background-color: #315ea6;
	width: 100%;
	margin: auto;
}

#rightscontainer {
	height: 40px;
	width: 1000px;
	margin: auto;
	text-align: right;
}

#righttext {
	float: right;
	color: #cbcbcb;
}

#rightleft {
	float: left;
	color: white;
	width: 50%;
}

#rightleft p {
	float: left;
	margin-right: 20px;
}

.Credit {
	margin: auto;
	text-align: center;
	height: 100px;
}

.search-container {
	float: left;
	margin-top: 77px;
}

.search-container a.active {
  background-color: #2196F3;
  color: white;
}

.search-container input[type=text] {
  padding: 3px;
  margin-top: 12px;
  font-size: 15px;
  border: none;
  background-color: transparent;
  color: white;
  font-family: 'Heebo', sans-serif;
}

.search-container button {
  float: left;
  padding: 6px 10px;
  margin-top: 8px;
  background: transparent;
  font-size: 20px;
  border: none;
  cursor: pointer;
  margin-top: 10px;
  color: white;
}

::placeholder {
	color: white;
}

/* ////////////////////////
slideshow 
//////////////////////// */

#slide{
	width:100%;
	}

.mySlides {
	display: none
}

.slideshow-container {
	width: 100%;
	position: relative;

}
/* Next & previous buttons */
.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 50%;
	width: auto;
	padding: 16px;
	margin-top: -22px;
	color: black;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	background-color: white;
}
/* Position the "next button" to the right */
.next {
	left: 0;
	border-radius: 3px 0 0 3px;
}

.prev {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
	background-color: rgba(0,0,0,0.8);
	color: white;
}

#dotcontainer {
	position: absolute;
	margin: auto;
	margin-top: -50px;
	width: 100%;
}

/* The dots/bullets/indicators */
.dot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: white;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.dot:hover {
	background-color: #9b58db;
}









/* ////////////////////////
testimonials 
//////////////////////// */

#testimonials{
	width: 100%;
	background: #ffffff;
	padding-top: 20px;
	}

.test {
	display: none;
	height: 200px;
}

.testimonials-container {
	width: 80%;
	position: relative;
	margin: auto;
}

.testimonials-container img {
	position: absolute;
	z-index: 5;
	margin-right: 57%;
	margin-top: -110px;
	opacity: 0.8;
}

/* Fading animation */
.tfade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 2s;
	animation-name: fade;
	animation-duration: 2s;
}
@-webkit-keyframes tfade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes tfade {
  from {opacity: .4} 
  to {opacity: 1}
}

#tdotcontainer {
	position: absolute;
	margin: auto;
	margin-top: -50px;
	width: 100%;
}

/* The dots/bullets/indicators */
.tdot {
	cursor: pointer;
	height: 13px;
	width: 13px;
	margin: 0 2px;
	background-color: gray;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}
.tdot:hover {
	background-color: #9b58db;
}

.active {
	background-color: #9b58db;
}









#categories {
	width: 1000px;
   	margin: auto;
   	text-align: center;
	padding-bottom: 30px;
}

#categoriestable div {
	height: 130px;
	color: #032968;
	padding-top: 30px;
	padding-bottom: 30px;
}

.categorydiv {
	width: 200px;
	display: inline-block;
	margin: auto;
	text-align: center;
	vertical-align: top;
}

#HeaderRight ul {
	transition: 0.4s;
	float: right;
	margin-top: 75px;
	padding: 0;
	overflow: hidden;
	background-color: transparent;
}

ul {
	 list-style-type: none;
}

#HeaderRight li {
    float: right;
}

li a, .dropbtn {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

li a:hover, .dropdown:hover .dropbtn {
	color: #EEA200;
}

li.dropdown {
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    width: 800px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 10px 0px 10px 10px;
    margin-top: -7px;
}

.dropdown-content a {
    color: #032968;
    text-decoration: none;
    font-size: 14px;
    display: block;
    direction: rtl;
    text-align: right;
    float: right;
}

.dropdown-content img {
	width: 25px;
	height: 25px;
	padding-left: 10px;
	float: right;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content th{
	width: 180px;
}




/* ///////////////////////////////////////////////
Product Page
/////////////////////////////////////////////// */

#productcontent {
	border: solid;
	border-width: 1px;
	border-color: #032968;;
	width: 700px;
	height: 400px;
	padding-left: 80px;
	padding-right: 80px;
	margin: auto;
	margin-top: 80px;
}

#product {
	padding-top: 80px;
	direction: rtl;
	color: black;
	font-size: 15px;
	font-family: 'Heebo', sans-serif;
	line-height: 20px;
	float: right;
	width: 350px;
	display: block;
}

#name {
	line-height: 25px;
	word-wrap: break-word;
}

#product p {
	word-wrap: break-word;
}

.productimg {
	text-align: center;
	margin-top: 60px;
	margin-left: 50px;
	float: left;
	width: 300px;
	height: 300px;
}

.productimg img {
	max-width: 300px;
	max-height: 200px;
}

#goback {
	width: 200px;
	height: 25px;
	text-align: center;
	font-size: 20px;
	color: white;
	background-color: #9b58db;
	padding: 10px;
	border-radius: 10px;
	transition: all 0.5s;
	float: right;
	display: block;
	margin-top: 20px;
}

#goback span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

#goback span:after {
  content: "\21b5";
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

#goback:hover span {
  padding-right: 20px;
}

#goback:hover span:after {
  opacity: 1;
  right: 0;
}

#name {
	color: #032a68;
	font-size: 20px;
	margin-bottom: 10px;
}




/* ///////////////////////////////////////////////
About Us
/////////////////////////////////////////////// */



#About {
	width: 800px;
	margin: auto;
}

#about img {
	margin: auto;
	display: block;
}

#About h1 {
	text-align: center;
	color: #032968;
	font-family: 'Heebo', sans-serif;
	font-size: 34px;
}

#About p {
	text-align: right;
	font-size: 16px;
	color: black;
   	direction: rtl;
  	font-family: 'Heebo', sans-serif;
}

#About ul {
   list-style: none;
   margin-left: 0;
   padding-left: 1em;
   text-indent: -1em;
}

#About li:before {
	content: "\25C0";

}

#Companies {
	margin: auto;
	display: block;
}

#Companies img{
	display: inline-block;
	text-align: center;
	width: 130px;
}

#AboutStrip {
	width: 100%;
	background-color: #cbcbcb;
	margin: auto;
	text-align: center;
	height: 330px;
	padding-top: 30px;
	box-shadow: inset 0px -10px 18px #888888;
}





/* ///////////////////////////////////////////////
Contact
/////////////////////////////////////////////// */

#ContactContent h1 {
	text-align: center;
	color: #032968;
	font-family: 'Heebo', sans-serif;
	font-size: 34px;
}

#ContactStrip p {
	text-align: center;
	color: #032968;
	font-family: 'Heebo', sans-serif;
	font-size: 34px;
}

#ContactDsc {
	display: inline-block;
	width: 50%;

}

#ContactContent {
	width: 800px;
	margin: auto;
}

#ContactContent p {
	margin-top: 50px;
	font-size: 18px;
}

#Whatsapp {
	bottom: 10px;
	position: fixed;
	left: 0;
	width: 220px;
	height: 50px;
	background-color: #9b58db;
	margin-left: 10px;
	border: solid;
	border-color: White;
	box-shadow: 0px 5px 5px #000000;
	transition: 0.5s;
	animation-name: whatsappanim;
	animation-duration: 0.5s;
}

#Whatsapp img {
	height: 35px;
	width: 35px;
	margin: 7.5px;
	float: right;
}

@keyframes whatsappanim {
    0% {margin-bottom: -200px;}
    100% {margin-top: 0px;}
}

#Whatsapp p {
	float: right;
	color: white;
	font-size: 13px;
	margin-top: 6px;
}

#Map {
	margin-bottom: 20px;
}

#Club {
	float: left;
	width: 40%;
}

#ClubText {
	float: right;
	width: 60%;
}

#ClubText a {
	color: #9b58db;
	text-decoration: underline;
}

#contact-form3 {
	display: inline-block;
	position: static;
	width: 300px;
}

#contact-form2 ::placeholder {
	color: gray;
}

#contact-form2 h1 {
	font-size: 18px;
	color: #9b58db;
	text-align: center;
}

#contact-form2 input {
	padding: 7px 7px 7px 0px;
	font-family: 'Heebo', sans-serif;
}

#contact-form2 textarea {
	padding: 7px 7px 7px 0px;
	font-family: 'Heebo', sans-serif;
}

#contact-form2 p {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
}

#contact-form2 select {
	padding: 7px 7px 7px 0px;
	margin: 0px;
	margin-top: 10px;
}

.submit-button2 p {
	margin: auto;
	text-align: center;
	padding-top: 17px;
	font-weight: bold;
	bottom: 0;
}

.submit-button2 {
	width: 170px;
	height: 50px;
	background-color: #9b58db;
	color: white;
	font-size: 20px;
	z-index: 1;
	border-radius: 10px;
	border: none;
	right: 0;
}

.btn_accessibility.accessibility_component {
	position: fixed;
	background-color: red;
	color: red;
	margin-top: 120px;
	margin-left: 0px;
}

#accessibility_action1  {
	margin-top: 120px;
}

#accessibility_action2  {
	margin-top: 120px;
}

#accessibility_action3  {
	margin-top: 120px;
}

#accessibility_action4  {
	margin-top: 120px;
}

#accessibility_action5  {
	margin-top: 120px;
}

#accessibility_action6  {
	margin-top: 120px;
}

#accessibility_action7  {
	margin-top: 120px;
}

#accessibility_action8  {
	margin-top: 120px;
}

#accessibility_action9  {
	margin-top: 120px;
}

#accessibility_action10  {
	margin-top: 120px;
}

#accessibility_action11  {
	margin-top: 120px;
}

#accessibility_action12  {
	margin-top: 120px;
}





/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
screen size Tablet (less than 1024px)
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/










@media only screen and (max-width: 1024px) {

#content {
	width: 700px;
}

.Items {
	width: 700px;
	
}

#About {
	width: 600px;
}

#AboutStrip img {
	width: 200px;
}

#AboutStrip {
	height: 175px;
}

.itemrow {
	width: 200px;
	height: 215px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}

.itemimage {
	width: 200px;
	height: 100px;
}

.itemrow img {
	max-width: 190px;
	max-height: 90px;
}

#navbuttons {
	font-size: 20px;
}

#navbuttons a {
	margin-right: 30px;
	margin-left: 45px;
}

#whitestuff {
	display: none;
}

h1 {
	font-size: 20px;
}

#HeaderContent {
	width: 700px;
}

#HeaderRightside {
	font-size: 13px;
	width: 300px;
	margin-right: 0px;
	float: left;
}

#HeaderRight ul {
	margin-top: 0px;
	margin-right: 0px;
}

#HeaderLeft img {
	float: left;
	position: fixed;
	background-color: transparent;
	border-radius: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
}

#logo1 {
	display: none;
}

#logo2 {
	display: block;
}

#HeaderLeft {
	float: left;
}

.CallNow {
	display: none;
}

#categories {
	width: 600px;
}

.search-container {
	margin-top: 40px;
	margin-right: 172px;
	float: right;
}

.search-container button {
	float: right;
}

#Footer {
	width: 100%;
	font-size: 13;
}

#footercontent {
	width: 90%;
}

.dropdown-content {
	padding-top: 5px;
	width: 730px;
	height: 275px;
	margin-right: -250px;
}

.dropdown-content a {
	font-size: 13px;
	height: 20px;
	width: 125px;
}

#PhoneText {
	display: none;
	position: fixed;
}

#ContactContent {
	width: 700px;
}

#slidebuttons {
	width: 700px;
}

.next {
	margin-right: 655px;
}

#productcontent {
	width: 500px;
	min-height: 350px;
}

.productimg {
	margin-left: 0px;
	width: 200px;
}

.productimg img {
	max-width: 200px;
	max-height: 300px;
}

#product {
	font-size: 13px;
	width: 250px;
}

#goback {
	width: 150px;
	height: 20px;
	font-size: 16px;
	float: right;
}

#name {
	font-size: 16px;
}

#ContactForm {
	float: none;
	width: 100%;
}

.rights {
	height: 80px;
}

#rightscontainer {
	width: 100%;
}

#rightleft {
	float: right;
	width: 100%;
	text-align: right;
	margin-right: 3%;
	height: 20px;
	font-size: 13px;
}

#rightleft p {
	float: right;
	text-align: right;
}

#righttext {
	float: right;
	width: 100%;
	text-align: right;
	margin-right: 3%;
	height: 30px;
	font-size: 13px;
}

.testimonials-container img {
	margin-right: 60%;
}

#Club {
	float: none;
	width: 100%;
}

#ClubText {
	float: none;
	width: 100%;
}

}












/* //////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
screen size Tablet (less than 768px)
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/










@media only screen and (max-width: 768px) {

#content {
	width: 90%;
}

.Items {
	width: 100%;
	
}

#contentproduct {
	width: 100%;
}

#About {
	width: 90%;
}

.itemrow {
	width: 200px;
	height: 215px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}

.itemimage {
	width: 200px;
	height: 100px;
}

.itemrow img {
	max-width: 190px;
	max-height: 90px;
}

#navbuttons {
	font-size: 15px;
}

#navbuttons a {
	display: block;
}

h1 {
	font-size: 20px;
}

.HeaderRightSide .icon {
	margin-top: 13px;
	display: block;
	float: right;
	right: 0;
	cursor: pointer;
}

#HeaderLeft img {
	float: left;
	position: fixed;
	background-color: transparent;
	border-radius: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	height: 60px;
	width: 90px;
}

.bar1, .bar2, .bar3 {
    width: 35px;
    height: 5px;
    background-color: white;
    margin: 6px 0;
    transition: 0.4s;
    border-radius: 10px;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}

#Header {
	height: 50px;
}

#Headerwrap {
	height: 70px;
	width: 100%;
	text-align: center;
	margin: auto;
}

#Headercontent {
	margin: 0;
	padding: 0;
	padding-right: 5%;
	padding-left: 5%;
	text-align: center;
	margin: auto;
}

#HeaderRight ul {
	margin-top: 0px;
	float: right;
}

#HeaderRight {
	width: 10px;
	float: left;
	margin-left: 0px;
	left: 40px;
}

#HeaderLeft {
	width: 10px;
	float: right;
}

#logo1 {
	display: none;
}

#logo2 {
	display: block;
}

#categories {
	width: 99%;
}

.categorydiv {
	width: 90px;
	font-size: 13px;
	font-weight: bold;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.categorydiv img {
	width: 50px;
}

#Footer {
	height: 350px;
}

.footercategories {
	font-size: 13px;
	float: none;
	text-align: right;
	margin-right: 3%;
	width: 100%;
}

.footercategories img {
	float: right;
	margin-right: 10px;
	margin-left: 10px;
}

.footercategories i {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}


.footerdetails {
	font-size: 13px;
	float: right;
	text-align: right;
	margin-right: 3%;
	width: 100%;
}

.footerdetails i {
	float: right;
	margin-right: 0px;
	margin-left: 10px;
}

.rights {
	height: 80px;
}

#rightscontainer {
	width: 90%;
}

#rightleft {
	float: right;
	text-align: right;
	margin-right: 3%;
	height: 20px;
	font-size: 13px;
}

#rightleft p {
	float: right;
	text-align: right;
}

#righttext {
	float: right;
	width: 100%;
	text-align: right;
	margin-right: 3%;
	height: 30px;
	font-size: 13px;
}

#ContactContent {
	width: 100%;
}

#slidebuttons {
	display: none;
}

#productcontent {
	margin-top: 0px;
	padding-top: 0px;
	width: 50%;
	height: 400px;
	border-color: transparent;
}

#ContactForm {
	width: 100%;
}

.productimg {
	float: center;
	margin-left: 0px;
	width: 100%;
	margin: auto;
	text-align: center;
	max-height: 230px;
	height: auto;
}

.productimg img {
	text-align: center;
	max-width: 100%;
	max-height: 230px;
	margin: auto;
	float: none;
	left: 0;
	right: 0;
}

#product {
	margin-top: 20px;
	font-size: 13px;
	width: 90%;
}

#goback {
	background-color: transparent;
}

#goback span {
	width: 100%;
	height: 30px;
	padding-top: 8px;
	font-size: 15px;
	color: white;
	background-color: #9b58db;
	border-radius: 10px;
	text-align: center;
}



#goback span:after {
  display: none;
}

#goback:hover span {
  padding-right: 0px;
}


#name {
	font-size: 15px;
	margin-top: -75px;
	float: none;
	text-align: center;
	display: block;
}

 .HeaderRightSide a: {display: none;}
 .HeaderRightSide a.icon {
	float: none;
	display: block;
 }

.HeaderRightSide ul {
	display: none;
}

.HeaderRightSide.responsive a {
	float: none;
	display: block;
    	text-align: left;
}

#Header {
	height: 75px;
}

#HeaderLeft {
	background-color: transparent;
}

.decor {
	display: none;
}

#logo {
	padding-top: 5px;
	height: 60px;
	display: block;
	position: absolute;
	left: 0;
}

#Whatsapp {
	width: 50px;
}

#Whatsapp p {
	display: none;
}

.prev, .next {
	padding: 5px;
	margin-top: -22px;
	color: black;
	font-weight: bold;
	font-size: 18px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	background-color: white;
}

.dot {
	display: none;
}

.search-container {
	display: none;
}

.msearch-container {
	float: none;
	margin-top: 77px;
}

.msearch-container a.active {
  background-color: #2196F3;
  color: #032a68;
}

.msearch-container input[type=text] {
  padding: 3px;
  font-size: 15px;
  margin-top: 2px;
  width: 80%;
  border: none;
  background-color: white;
  color: #032a68;
  font-family: 'Heebo', sans-serif;
}

.msearch-container button {
  float: right;
  padding: 6px 10px;
  background: transparent;
  font-size: 20px;
  border: none;
  cursor: pointer;
  color: white;
}

::placeholder {
	color: #032a68;
}

.tdot {
	display: none;
}

.testimonials {
	margin-bottom: 20px;
}

.test {
	margin-bottom: 30px;
	font-size: 15px;
}

.testimonials-container img {
	margin-right: 70%;
	height: 100px;
	margin-top: -90px;
}

.socialmedia {
	float: right;
	text-align: right;
}

.btn_accessibility.accessibility_component {
	margin-top: -5px;
	margin-left: 50px;
}

#accessibility_action1  {
	margin-top: 0px;
}

#accessibility_action2  {
	margin-top: 0px;
}

#accessibility_action3  {
	margin-top: 0px;
}

#accessibility_action4  {
	margin-top: 0px;
}

#accessibility_action5  {
	margin-top: 0px;
}

#accessibility_action6  {
	margin-top: 0px;
}

#accessibility_action7  {
	margin-top: 0px;
}

#accessibility_action8  {
	margin-top: 0px;
}

#accessibility_action9  {
	margin-top: 0px;
}

#accessibility_action10  {
	margin-top: 0px;
}

#accessibility_action11  {
	margin-top: 0px;
}

#accessibility_action12  {
	margin-top: 0px;
}

}