.amazonmenu {
	width: 100%;
	float: left;
    margin: 10px 0px;
}
.amazonmenu ul{
	font: normal 12px Verdana;
	list-style: none;
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;

}

.amazonmenu ul li{
	position: static; /* menu li items should have position set to static */
}

.amazonmenu > ul{
	background: white;
	border-radius: 5px;
	width: 100%; /* width of main menu */
	min-height: 300px; /* height of main menu */
	position: relative;
}

.amazonmenu > ul li a{
    color: rgb(119, 119, 119);
    display: block;
    overflow: auto;
    padding: 7px 25px 7px 6px;
    position: relative;
    text-decoration: none;
    border: 1px solid transparent;
    transition: all 500ms;
    font-size: 13px;
    text-transform: capitalize;
}

.amazonmenu > ul li.hassub > a::after{ /* Arrow to indicate this item has sub menu (LI elements with sub menus have a ".hassub" class). */
	border: 5px solid transparent;
	border-left-color: gray; /* Default color of arrow */
	content: '';
	height: 0;
	position: absolute;
	right: 5px;
	top: 35%;
	width: 0;

}

.amazonmenu > ul li.hassub.selected > a::after{ /* Style of arrow when corresponding sub menu is open (LI element has a "selected" class during this state */
	border-left-color: orange;
}

.amazonmenu ul li a:hover, .amazonmenu ul li.hassub.selected > a{ /* style of hover and selected menu item links */
	color: navy;
	border: 1px solid #d8dad8;
	box-shadow: 1px 1px 1px gray;
	border-radius: 3px;
	padding-left: 8px;
	transition:all 500ms;
}

.amazonmenu ul li > div, .amazonmenu ul li > ul{ /* Sub menus (Could be a DIV or UL wrapper) style */
	background: white;
border: 1px solid rgb(244, 236, 236);
border-radius: 0 8px 8px 0;
box-shadow: 2px 2px 2px rgb(223, 218, 218);
display: none;
font-weight: normal;
min-width: 570px;
min-height: 400px;
left: 99%;
padding: 10px 0px 0px 20px;
position: absolute;
top: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 1000;

}
.amazonmenu ul li > div.first{
     background: url("../images/mobile&tablets.png");
 }
.amazonmenu ul li > div.automotive{
    background: url("../images/automotive.png");
}
.amazonmenu ul li > div.bags-luggage{
    background: url("../images/bags&luggages.png");
}
.inside-div-left{
    width: 50%;
    float: left;
}
.inside-div-right{
    width: 50%;
    float: left;
}
.common-style h2 {
    display: block;
    color: #1686cc;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 10px;
    cursor: pointer;
    padding-left: 10px;
}
.common-style h2:hover {
    color: #da6b36;
}
.common-style p a{
    color: black;
    display: block;
    overflow: auto;
    padding: 0px !important; ;
    position: relative;
    text-decoration: none;
    text-indent: 10px;
    border:none !important;
    transition:none !important;
    font-size: 12px !important;
    line-height: 16px;
    font-family: Verdana, Geneva, sans-serif;
}
.common-style p a:hover{
    color: #db6a2c !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
    transition:none !important;
    text-decoration: underline;

}



.inside-div-6{width: 100%; float: left;}
.inner-6{width: 100%; margin: 0 auto;float: left; margin-bottom: 10px;}
.inner-6 .lang-left{width: 32%;}




.common-style p{margin: 0; line-height: 22px; font-size: 11px; text-transform: capitalize;}
.common-style p a{
    color: black;
    display: inline-block !important;
    overflow: auto;
    padding: 0px 10px 0px 0px !important;
    position: relative;
    text-decoration: none;
    text-indent:0px !important;
    border:none !important;
    transition:none !important;
    font-size: 12px !important;
    line-height: 16px;
    font-family: Verdana, Geneva, sans-serif;
    vertical-align: middle;
}
.common-style p.heading{
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 5px;
    color:#db6a2c;
}
.common-style p a:hover{
    color: #db6a2c !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0px !important;
    padding-left: 0px !important;
    transition:none !important;
    text-decoration: underline;
    padding: 0px 10px 0px 0px !important;

}

.exclusive-headline{
    color: #34BB67  !important;
    font-weight: bold;
}





.first-center-mainleft-container .sidebar-ads {
    width: 99%;
    min-height: 100px;
    margin-top: 50px;
    float: left;
    padding: 10px;
}

.first-center-mainleft-container .sidebar-ads .ads1 {
    width: 80%;
    min-height: 100px;
    margin-top: 10px;
}
.first-center-mainleft-container .sidebar-ads .ads1 button{
    width: 100%;
    min-height: 30px;
}
.first-center-mainleft-container .sidebar-ads .ads1 img{

}





/* ###### CSS Media queries ###### */

@media screen and (max-width: 480px){ /* When screen size is 480px */
	.amazonmenu ul li > div, .amazonmenu ul li > ul{
		left: 30px; /* Stack the sub menus so they take up less space */
	}

	.amazonmenu > ul li.hassub.selected::after{ /* Add "veil" to parent menus */
		background: #eee;
		content: '';
		height: 100%;
		left: 0;
		opacity: .8;
		pointer-events: none;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 1;
	}
}


@media screen and (max-width: 1113px){
    .first-center-mainleft-container {
        width: 26% !important;
    }
    .first-center-mainright-container {
        width: 74% !important;
    }
    .carousel-center-top-container {
        width: 67% !important;
        margin: 20px 0px 20px 20px!important;
    }
    .carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
        display: block;
        max-width: 100%!important;
        height: 400px !important;
    }
    .first-center-mainright-container .row {
        margin: 0 !important;
    }
}