@media(min-width:1300px){
.subscribe div {
    width: 100%;
    margin: 0 auto;
}
.productMoreCombinationForTab{
		display:none;
	}
	.productMoreCombination{
		display:block;
	}
}
@media(max-width:1299px){
	.subscribe div {
    width: 100%;
    margin: 0 auto;
}
.productMoreCombinationForTab{
		display:none;
	}
	.productMoreCombination{
		display:block;
	}
}

@media(max-width:1199px){
	.productDetails1{
		    max-width: 420px;
		margin-left:60px;
		    top: 105px;
	}
	h2.productTitle{
		line-height: 18px;
		max-width: 100%;
	}
	.mb-3 {
    margin-bottom: 10px!important;
	}
	.mb-4 {
    margin-bottom: 15px!important;
	}
}
@media (max-width:1023px){
	.productMoreCombinationForTab{
		display:block;
	}
	.productMoreCombination{
		display:none;
	}
	.site-header {
    width: 35%;
	}
	.productSize .size div{
		    padding: 4px 12px;
	}
	.productSize .size span {
    margin-right: 5px;
    }
	.productSize .size label{
		    padding: 0 5px;
	}
	h2.productTitle{
		margin-bottom:0px;
		letter-spacing: 0px;
    line-height: 15px;
    margin-bottom: 0px;
    max-width: 100%;
	}
	.mb-3{
		margin-bottom:10px!important;
	}
	.mb-4{
		margin-bottom:10px!important;
	}
	.productDescription p{
			margin-bottom:10px;
	}
	.productDetails1 {
   position: absolute;
    max-width: 335px;
    width: 100%;
    top: 86px;
    margin-left: 25px;
    font-size: 12px;
	}
}

@media (max-width:767px){
	.productMoreCombination{
		display:block;
	}
	.productMoreCombinationForTab{
		display:none;
	}
.WebMenu-container{
	display:none;
}
.mobile-container {
	display:inline;
  max-width: 480px;
  margin: auto;
  background-color: #555;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav {
    overflow: hidden;
    background-color: #ddddddd1;
    position: fixed;
    top: 0;
    z-index: 999;
    width: 100%;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: #000;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 13px;
  display: block;
  text-transform: uppercase;
}

.topnav a.icon {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  margin-top:15px;
  font-weight: 600;
}

.topnav #myLinks a:hover {
  background-color: #fbf6ed;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}
img#logo {
    width: 138px;
    height: 43px;
}
	.productDiv{
		width:100%;
		display: block;
	}
	.productSlider {
    width: 100%;
	display:block;
	}
	.productDetails {
    width: 100%;
	display:block;
	}
	.productDetails1{
		position:relative;
		top:10px;
		margin-left:0px;
		max-width: 100%;
		padding: 15px;
	}
	.productSize .size{
		display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	}
	.productSize .size div{
		margin: 10px 0;
	}
	/*
	.moreCombinationsPics{
		display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	}
	.moreCombinationsPics a{
		width:50%;
	}
	.moreCombinationsPics img{
		width:100%;
		height: 145px;
	}*/
	h2.productTitle{
		max-width: 100%;
	}
	.bestSeller{
		width:100%;
	}
	.bestSeller h1{
		padding: 35px 21px;
		margin: 0px;
	}
	.galleyDiv h1{
	    padding: 35px 21px;	
		margin: 0px;
	}
	.bestSeller_product{
		width:100%;
		 display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	padding: 0px 10px;
	}
	.bestSeller_product div{
		width: 100%;
    max-width: 50%;
	}
	
	
	.galleyDiv_product {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	padding: 0 10px;
     }
	 .galleyDiv_product div {
    width: 100%;
    max-width: 50%;
	}
	
	.subscribe div{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width: 100%;
	}
	.subscribe form{
		width:85%;
	}
	input[type="email"] {
    width: 250px;
	}
	footer{
		display:block;
	}
	footer{
		    padding: 70px 30px;
	}
}
