/*=======================================================
			Tea Cup Custom CSS
========================================================*/
input::-webkit-input-placeholder { /* Edge */
  color: #ccc;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #ccc;
}

input::placeholder {
  color: #ccc;
}



.w-100 {
	width:100% !important;
}

#bodycontent ul {
	padding-left:25px;
}
.iphonesletter {
	border: 1px solid #000;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
    font-size: 15px;
    line-height: 18px;
    width: 18px;
    transform: translateY(-3px);
}

/* Customize the label (the customradio) */
.customradio {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-bottom: 12px;
  cursor: pointer;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
font-weight:400;
}

/* Hide the browser's default checkbox */
.customradio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 5px;
  left: 0;
  height: 22px;
  width: 22px;
  background-color: #fff;
border: 1px solid #ccc;;
border-radius: 3px;
}

/* On mouse-over, add a grey background color */
.customradio:hover input ~ .checkmark {
  background-color: #fff;

}

/* When the checkbox is checked, add a blue background */
.customradio input:checked ~ .checkmark {
  background-color: #2196F3;
border: 1px solid #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.customradio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.customradio .checkmark:after {
  left: 7px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}



.optionradio input[type="radio"] {
  display: none;
}

.optionradio label {
  background-color:white;
  color:#000;
  width:100%;
  font-weight:normal;
  display: block;
  border: 1px solid #eee;
  line-height: 3
	border-radius: 5px;
	white-space: nowrap;
	padding: 15px 0;
}
.optionradio label:hover {
  background-color: #eee;
}
.optionradio input[type="radio"]:checked+label {
  border-color: #000;
}

iframe {
max-width:100%;
}

article ol , article ul {

			display: block;

    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;

    
}

*:focus, a:focus {
	outline: none !important;
}
.row.flex::after, .row.flex::before {
	content: none;
}

button:disabled  {
	display:none !important
}

img {
	max-width: 100%;
	height: auto;
}
.icon-basket-loaded {
	background-image: url('http://file.hstatic.net/1000169499/file/cart.png');
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.icon-basket-loaded:before {
	content: none;
}

.btn-round.bblack {
	background: #3c3c3c ;
}
.btn-round.bblack:hover {
	background: grey !important
}

.teacupbtn {
	text-align: center;
	margin: 5px 0;
	width: 100%;
	border-radius: 5px;
	padding: 5px 0;
	line-height: 1;
	padding: 8px 0;
}
.teacupbtn.type2 {
	color: #fff;
	font-size: 14px;
	padding: 10px 0;
}
.teacupbtn.type2.apple {
	filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF52B6EC', endColorstr='#FF2E75CE');
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #52b6ec), color-stop(100%, #2e75ce));
  background-image: -webkit-linear-gradient(top, #52b6ec 0%, #2e75ce 100%);
  background-image: -moz-linear-gradient(top, #52b6ec 0%, #2e75ce 100%);
  background-image: -o-linear-gradient(top, #52b6ec 0%, #2e75ce 100%);
  background-image: linear-gradient(top, #52b6ec 0%, #2e75ce 100%);
}
.teacupbtn.type2 strong {
	display: block;
	font-size: 16px;
	color: #FFFFFF;
	text-transform: uppercase;
margin-bottom: 4px;
}


.teacupbtn.submit {
	background: #3fa526;
	font-size: 18px;
	color: #FFFFFF;
	padding: 15px 0;
}
.teacupbtn.teacupbtn1.active {
	border-color:orange;
	color: #000000;
font-size:11px;
}
.teacupbtn.teacupbtn1 {
	background: #fff;
	border: 1px solid #4a4a4a1a;
	color: #4A4A4A;
font-size:12px;
}
.teacupbtn.type2.teacupbtn3 {
	background: #3fa526;
}
.teacupbtn.type2.teacupbtn4 {
	background: #007aff;
}
.product article img {
	transition: all 0.5s;
}
.product article img:hover {
	transform: scale(1.1);
}

.teacupclose {
	position: absolute;
	top: -10px;
	right: -5px;
	background-color: #fff !important;
	opacity: 1;
	padding: 0px 5px !important;
	text-align: center;
	border-radius: 100%;
	border: 1px solid red !important;
	color: red;
}
/*=======================================================
			Global use
========================================================*/



.em15 {
	font-size:1.5em !important;
}
.em12 {
	font-size:1.2em !important;
}
.bold {
	font-weight:bold !important;
}
.featuredimg {
	display: block;
	width: 100%;
	padding-top: 65%;
	position: relative;
	overflow: hidden;
}
.featuredimg img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translatex(-50%)translateY(-50%);
	transition: all 0.5s;
	width: 100%;
	height: auto;
}
.featuredimg:hover img {
	transform: translatex(-50%)translateY(-50%)scale(1.1);
}
.espace {
	display: block;
	width: 100%;
	height: 5px;
}
.none {
	display: none !important;
}
.opacity0 {
	opacity: 0 !important;
}
.nomargin {
	margin: 0 !important;
}
.nomarginlr {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.relative {
	position: relative !important;
}
.relative .hover  {
	display: none;
}
.relative:hover .hover {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding: 10px;
	background: #fff;
	border: 1px solid red;
	overflow:auto;
}

.sticky {
	position: -webkit-sticky;
  position: sticky;
  top: 0px;
}
.col-nopadding {
	padding-left: 0;
	padding-right: 0;
}
.heightmax {
	height: 100%;
}
.fa-30px {
	font-size: 30px;
}

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.textjustify {
	text-align: justify !important;
}

.textcenter {
	text-align: center !important;
}
.textright {
	text-align: right !important;
}
.textleft {
	text-align: left; !important
}
.strong {
	font-weight: bold !important;
}
.underline {
	text-decoration: underline !important;
}
.red {
	color: red !important;
}
.black {
	color: #555555 !important;
}
.blue {
	color: #007AFF !important;
}
.grey {
	color: #9B9B9B !important;
}
.underline {
	text-decoration: underline !important;
}
.noborder {
	border: 0px solid transparent !important;
}
.nopadding {
	padding: 0 !important;
  
}
.dblock {
	display: block !important;
}
.dinlineblock {
	display: inline-block !important;
}
.noflex {
	display: block !important;
}
.flex {
  display: -webkit-box ;
	display: -moz-box ;
	display: -ms-flexbox ;
	display: flex ;
	flex-wrap: wrap;
}
.nowrap {
	flex-wrap: nowrap;
}
.alignitemscenter {
  align-items: center;
}
.aligncontentcenter {
  align-content: center;
}
.spacebetween {
	justify-content: space-between;
}
.spacearound {
	justify-content: space-around;
}
.justifycontentcenter{
	justify-content: center
}
.nobefore::before,.after::after {
	content: none !important;
}

ul.inlinelist {
	list-style: none;
	margin-bottom: 20px;
}
ul.inlinelist li {
	display: inline-block;
	padding-left: 20px;
}
ul.inlinelist li a {
	font-size: 16px;
}
@media (max-width: 768px)  {
	.xspadtop0 {
		padding-top: 0 !important
	}
}

@media (min-width: 992px) {
	ul.nav.margin-bottom-40 {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: flex;
	}
}
@media (max-width: 992px) {
	ul.nav.margin-bottom-40 li:last-child {
		width: 100%;
	}
	.nopaddingmobile {
		padding: 0 !important
	}
	.bordermobile {
		border:1px solid #ccc;
	}
}

/*=======================================================
	Slick
========================================================*/

/* Dots */
.slick-dots {
	bottom: 10px;
}
.slick-dots li {
	margin: 0;
}
.slick-dots li button {
	padding: 0;
}
.slick-dots li button:before {
	color: #fff;
	opacity: 1;
	font-size: 9px;
}
.slick-dots li.slick-active button:before {
	color: #f56e35;
}

/* Arrows */

.slick-arrow {
	height: 100%;
    background: #cccc;
    z-index: 99999;
		width: 60px;
		background:transparent
}
.slick-next::before {
	font-family: FontAwesome;
  content: "\f105";
	font-size: 50px;
}
.slick-prev::before {
	font-family: FontAwesome;
  content: "\f104";
	font-size: 50px;
}
.slick-next:hover, .slick-next:focus, .slick-next {
	/* right: 0; */

	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
background-image: -o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.2)));
background-image: linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.2) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
background-repeat: repeat-x;
}
.slick-prev:hover, .slick-prev:focus, .slick-prev {
	/* left: 0; */
	background-image: -webkit-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));
    background-image: linear-gradient(to right,rgba(0,0,0,.2) 0,rgba(0,0,0,.0001) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
}

/*=======================================================
	Bootrap 5 col
========================================================*/

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}
/*=======================================================
	Search form
========================================================*/
.teacupsearchform {
	position: relative;

}
.teacupsearchform input[type="text"] {
	border-radius: 3px;
	border: 1px solid rgba(255,255,255,0.1);
	padding: 8px;
	font-size: 14px;
	background: #575757;
	width: 100%;
color:#f2f2f2
}
.teacupsearchform button  {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: 0px solid transparent;
	-webkit-text-stroke: 2px #575757;
color:#fff
}
/*=======================================================
		Header
========================================================*/

.mobilefixed .row > * {}

.dropdown:hover > .dropdown-menu {
  display: block !important;
}
/*=======================================================
		Mobile Menu
========================================================*/

.mobilemn .modal-dialog {
	position: fixed;
	margin: auto;
	width: 320px;
	-webkit-transform: translate3d(0%, 0, 0);
			-ms-transform: translate3d(0%, 0, 0);
			 -o-transform: translate3d(0%, 0, 0);
					transform: translate3d(0%, 0, 0);
	left: -320px;
	-webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
		 -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
			 -o-transition: opacity 0.3s linear, left 0.3s ease-out;
					transition: opacity 0.3s linear, left 0.3s ease-out;
}
.mobilemn.in .modal-dialog {
	left: 0;
}
.mobilemenu {
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
}
.mobilemenu .modal-header {
	font-size: 20px;
	color: #fff;
	background: #000000;
	background-image: linear-gradient(#272727, #0C0C0C);
	position: relative;
}
.mobilemenu button.close {
	position: absolute;
	right: 0;
	top: 1px;
	height: 100%;
	width: 50px;
	opacity: 1;
	color: #fff;
	background-color: rgba(255,255,255,0.2);
}
.mobilemenu .panel {
	border-radius: 0;
	margin-bottom: 0;
}
.mobilemenu .list-group-item {
	border: 0px solid transparent;
}
.mobilemenu .collapse a {
	margin-left: 20px;
	padding-left: 15px;
}
.mobilemenu .collapse .collapse a {
	margin-left: 40px;
	padding-left: 15px;
}
.mobilemenu .fa.fa-caret-down {
	display: none;
}
.mobilemenu a[data-toggle="collapse"]::after,#sidebarmenu a[data-toggle="collapse"]::after  {
	position: absolute;
	content: "\f054";
	font-family: FontAwesome;
	opacity: 0.5;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	transition: all 0.5;
}
.mobilemenu a[aria-expanded="true"], #sidebarmenu a[aria-expanded="true"] {
	background-color: #eee;
}
.mobilemenu a[aria-expanded="true"]::after,#sidebarmenu a[aria-expanded="true"]::after  {
	transform: translateY(-50%)rotate(90deg);
}

#sidebarmenu .collapse.in a {
	padding-left: 40px
}

#sidebarmenu .collapse.in .collapse.in a {
	padding-left: 60px
}

.mobilecarticon .itm-cont {
	position: absolute;
	right: 5px;
	top: 10px;
	color: #fff;
	background: red;
	width: 15px;
	text-align: center;
	border-radius: 100%;
	font-size: 11px;
	font-weight: bold;
}
/*=======================================================
		Footer
========================================================*/
footer,
footer a,
footer p {
	font-size:12px
}

.footertier2 {
	background-color: #F5F5F7
}
.footertier2,
.footertier2 a,
.footertier2 p {
	color:#555;
}
.footertier2 a {
	color:#0168b8
}
.footertier2 p {
	margin:0
}
.footertier2 strong {
	display:block;
	margin-bottom:15px;
}
/*=======================================================
		Footer Mobile
========================================================*/
.footermbgrid .item {
	padding: 0 !important;
}
.footermbgrid .item a {
	display: block;
	text-align: center;
	line-height: 45px;
	border: 1px solid #cccc;
	overflow:hidden;
}
.footermbgrid .item img {
	width: 100%;
	height: auto;
}

/*=======================================================
		Footer  PC
========================================================*/

#footercontact,#footer1,#footer2,#footer3,.footerpanel {
	border: 0px solid transparent;
}

.footerpanel .panel-heading {
	background-color: transparent;
}


.footerpanel .panel-heading a {
	font-size: 18px;
	margin: 0px;
	font-weight: 300;
	width: 100%;
	display: block;
}

.footerpanel.mobile {
	background-color: transparent;
}


.footerpanel.mobile a[data-toggle="collapse"] {
	font-size: 14px;
	margin: 0px -15px;
	padding: 0 15px;
	font-weight: 300;
	width: calc( 100% + 30px);
	display: block;
	background-color: #f1f1f1;
	border: 1px solid #ccc;
	text-transform:uppercase
}

.footerpanel.mobile a[aria-expanded="true"] {
	background-color: #000;
	color: #fff;
}

@media (min-width: 768px) {
	.footerpanel .panel-heading {
		all: unset;
	}
	#footercontact,#footer1,#footer2,#footer3  {
		display: block !important
	}

}
@media (max-width: 768px) {
	.footerpanel .panel-heading::after {
		position: absolute;
		content: "\f054";
		font-family: FontAwesome;
		opacity: 0.5;
		top: 50%;
		transform: translateY(-50%);
		right: 20px;
		transition: all 0.5;
	}

	.footerpanel .panel-heading {
		padding: 0 0 12px;
		position: relative;
	}

}
/*=======================================================
		Home Page
========================================================*/
/*=======================================================
		Home Page Mobile
========================================================*/
#homembslider .item !a {
	display: block;
	width: 100%;
	padding-top: 55%;
	position: relative;
	background-position: center center;
	background-size: cover;
}
#homembspbanchay .product {
	margin-top: -6px;
}
#homembphukien .item {
	padding: 10px 10px 0;
	white-space: nowrap;
	// border: 1px solid #ccc;
}

/*=======================================================
			Home Slider
========================================================*/
.carouselbanner a {
	width: 100%;
	padding-top: 58%;
	display: block;
	background-position: center center;
	background-size: cover;

}

.homemainslider .item a {
	//width: 100%;
	//padding-top: 55%;
	//display: block;
	//background-position: center center;
	//background-size: cover;

}

.homemainslidernav {
	padding: 30px 0 0;
}
.homemainslidernav .slick-list {
	padding: 0 !important;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.homemainslidernav .item {
		text-align: center;
		padding: 12px;
		border-right: 1px solid #ccc;
}
.homemainslidernav .item.slick-current {
	font-weight: bold;
}
.mobilebannericons {
	padding-left: 5px;
	padding-right: 5px;
}
.mobilebannericons .item {
	text-align: center;
	margin-bottom: 5px;
}
.mobilebannericons .item a {
	color: #777;
}

.mobilebannericons .roundicon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-size: 35px;
	border: 1px solid #777;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	position: relative;
	background-position: center center;
	background-size: auto 30px;
	background-repeat: no-repeat;
}
/*=======================================================
	NEWS
========================================================*/
#newsul {
	border: 0px solid transparent
}
#newsul>li.active>a, #newsul>li.active>a:focus, #newsul>li.active>a:hover,#newsul li a,#newsul li a:hover,#newsul li a:focus  {
	border: 0px solid transparent;
	padding: 0 20px 0 0;
  font-size: 20px;
  margin: 0px;
  margin-bottom: 20px;

}
#newsul>li.active>a, #newsul>li.active>a:focus, #newsul>li.active>a:hover {
	font-weight: bold;
}
/*=======================================================
	Iconline Mobile
========================================================*/
#iconline {
	background-color:#01264c;
	padding: 8px;
	height: 60px;
	overflow-x: scroll;
	white-space: nowrap;
	position: -webkit-sticky;
  position: sticky;
  top: 0px;
	width: 100vw;
  overflow-y: hidden;

background: #000000;
    background-image: linear-gradient(#272727, #0C0C0C);

}
#iconline.active {
	position: fixed;
  top: 63px;
  z-index: 99;
}
#iconline a.item {
	display: inline-block;
  text-align: center;
  color: #fff;
  font-size: 0.8em;
min-width:55px;
}
#iconline .item img {
	height: 20px;
  width: auto;
  display: block !important;
  margin: 0 auto;
  margin-bottom: 6px;
}

/*=======================================================
	Custom latter: Phu kien PC
========================================================*/

.indexpcsubcat a {
	padding: 5px 10px;
	border: 1px solid;
	border-radius: 5px;
	display: inline-block;
    -webkit-text-stroke: initial;
}
.indexpcsubcat a:hover {
	background-color:#0168b8 ;
	color:#fff;
}


/*=======================================================
	Product: Single
========================================================*/

ul#baohanh {
	list-style: none;
}
ul#baohanh li {
	position: relative;
 	padding-left: 20px;
}
ul#baohanh li:before {
	content: "\f00c";
  font-family: FontAwesome;
	font-size: 0.8em;
	color: #333;
  left:0px;
	top:3px;
  position:absolute;
}

ul#baohanhpremium small {
	display: block;
	padding-left: 5px;
	color:#4CAF50;
	margin-bottom:5px;
} 

ul#baohanh table {
width:initial !important;
}
.singleproduct #bodycontent.short {
	max-height: 500px;
	overflow: hidden;
}
.singleproduct #thongsokythuat.short  {
max-height: 250px;
	overflow: hidden;
}
.singleproduct #contentreadmore.closed {
	box-shadow: 0 -5px 5px -5px #000;
}
.singleproduct .price ins {
	display: block;
	font-size: 22px;
  color: #ed1b24;
  font-weight: 700;
	position: relative;
    text-decoration: none;
}
.singleproduct .price.tragop ins::after {
	position: absolute;
  top: 50%;
	transform: translateY(-50%);
  content: "";
  width: 90px;
  height: 20px;
  background-position: center center;
  background-image: url(https://file.hstatic.net/1000169499/file/tragop.png);
  background-repeat: no-repeat;
}
.singleproduct .price del {
	display: block;
	margin: 8px 0;
	font-size: 16px;
}
#muatragop {
	border: 1px solid #ccc;
	border-top: 0px solid transparent;
	padding: 5px;
	margin-top: -5px;
}

.muakem {
	position: relative;
}
.muakemitem.active {
	border: 1px solid orange;
}
.muakemitem .addtocard,.muakemitem .removefromcard  {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	z-index: 99;
	border: 1px solid #fff;
	display: none;
}
.muakemitem:not(.active):hover .addtocard,.muakemitem.active:hover .removefromcard {
	display: block;
	cursor: pointer;
}
.muakemitem span {
	position: absolute;
	color: #fff;
	top: 15%;
	left: 50%;
	transform: translateX(-50%);
	display: block;
	width: 75%;
	padding: 10px;
	text-align: center;
	border: 1px solid #fff;
}
/*
	Form tra gop
========================================================*/
.formtragop input[type="text"]{
	border: 0px solid transparent;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: unset;
	background-color: transparent;
	padding: 10px 4px;
	width: 100%;
	font-size: 15px;
}
.formtragop select {
	border: 0px solid transparent;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: unset;
	background-color: transparent;
	padding: 10px 0;
	width: 100%;
}
.formtragop .haveselect {
	position: relative;
}
.formtragop .haveselect::after {
	font-family: FontAwesome;
  content: "\f078";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}
.formtragop .dd {
	border: 0px solid transparent;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: unset;
	background-color: #fff;
	padding: 0;
	width: 100%;
}
.dd .divider {
	display: none;
}

.formtragop .dd .ddTitleText {
	background-color: #fff;
	padding: 10px 4px;
	font-weight: normal;
}

.formtragop .dd img {
	width: 20%;
}
.ketqua {
	position: relative;
}
.ketqua input[type="text"]{
	border: 0px solid transparent;
	border-bottom: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: unset;
	background-color: transparent;
	padding: 10px 4px;
	width: 100%;
	font-size: 20px;
	text-align: right;
	font-weight: bold;
}
.ketqua p {
	position: absolute;
	margin: 0;
	top: 50%;
	transform: translateY(-50%);
	left: 4px;
	width: 100px;
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
	color: #000;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}


/* Apple Page */

#appleheader {
	padding: 10px 0;
  background-color: #000;
}
#appleheader #menu {
	text-align: center;
  margin: 0;
  display: flex;
  justify-content: space-evenly;
}
#appleheader #menu li {
	display: inline-block;
}
#appleheader #menu li a {
	color: #fff;
  font-size: 15px;
  font-weight: bold;
}
#appleheader #menu li:hover a {
	color: #f56e35;
}
#pageapple .row > * {
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
}

ul.menu {
  text-align: center;
  margin: 0;
}
ul.menu li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 20px;
}
ul.menu li a {
  outline: none;
  text-decoration: none;
  color: #000000;
}

/*Laptop Custom*/

.laptop .absolute {
	position: absolute;
	top: 0;
	left: -1px;	
	background: #fff;
	width: 100%;
	height: 100%;
	border: 1px solid red;
	padding: 15px;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	opacity: 0;
	z-index: -1;
	transition: all 0.5;
}
.laptop:hover .absolute {
	opacity: 1;
	z-index: 100;
}
.laptopbadge {
	line-height: 50px;
	width: 50px;
	text-align: center;
	background-image: url('https://file.hstatic.net/1000169499/file/badge.png');
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	z-index: 10;
	top: 15px;
	color: #fff;
}

.laptop-nav {
	width: calc( 100% + 30px );
	background-color: #f1f1f1;
	margin: 0 -15px 15px;
}
.laptop-nav>li {
	padding: 10px 0 15px 15px;
}
.laptop-nav>li>a {
	padding: 0;
	color:#333
} 
.laptop-nav>li> select {
	border: 0px;
	background: transparent;
}
.laptop-nav>li>a.dropdown-toggle:after {
	content: none;
}

.laptop-nav ul.dropdown-menu{
	width: 500px;
	max-width: 100vw;
}
.laptop-nav ul.dropdown-menu>li>a {
	width:120px;
	text-align:left;
}
.laptop-nav ul.dropdown-menu li {
	display: -webkit-box; 
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}
ul.pagination.laptop {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex; 
  justify-content: center;
}
.pagination.laptop li a {
	border-radius: 0;
	margin-right: 5px;
}
.pagination.laptop li a.active {
	background: #eee;
	color: #000;
	border: 1px solid #ccc;
}
/*Unity*/
.muakemwrapper.short {
    height: 350px;
    overflow: hidden;
}


.diachinama_mobile {
    font-size: 14px;
    margin: 0px -15px;
    padding: 0 15px;
    font-weight: 300;
    width: calc( 100% + 30px);
    display: block;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    text-transform: uppercase;
    line-height: 42px;
		color:#333;
    background-color: #f1f1f1;
    border: 1px solid #ccc;
}

.diachinama_mobile:after {
	content:"\f067";
	font-family: FontAwesome;
position:absolute;
    right: 12px;
color:#333;
    border: 0px solid transparent;
    -webkit-text-stroke: 1px #f1f1f1;
}
.diachinama_mobile[aria-expanded="true"] {

    background-color: #000;
    color: #fff;
}

.diachinama_mobile[aria-expanded="true"]:after {
	content:"\f068";
	font-family: FontAwesome;
position:absolute;
    right: 12px;
color:#fff;
    -webkit-text-stroke: 1px #000;

}
#productoptions > * {
	order: 10;
}
#productoptions #theproducttitle {
	order:1
}
#productoptions .price {
	order:2
}
#productoptions .vat {
	order:3
}
#productoptions .vat .item {
	min-width:calc( 50% - 5px) !important; 
	margin-right: 5px !important;
}
#productoptions .vat .item label {
	padding: 7px 0;
	font-size:14px;
}
#productoptions .vat .item label:hover {
	background-color: orange !important
}
#productoptions .vat .optionradio input[type="radio"]:checked+label {
	border-color:orange !important
}

.customscrollbar {
}
.customscrollbar::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
}

.customscrollbar::-webkit-scrollbar
{
	width: 1px;
	background-color: #F5F5F5;
}

.customscrollbar::-webkit-scrollbar-thumb
{
	background-color: #000000;
}


.thepricev2 {
	font-size:14px;
}


.thepricev2 .theprice {
	color:red;
font-size:21px;
font-weight:bold
}
.thepricev2 .thevat {
	font-weight:400;
font-size:14px
}



ul.thecattitle {
  display: block;
  background-color: #f1f1f1;
    max-height: 50px;
    overflow: hidden;
}

ul.thecattitle  li {
  display: inline-block;
}
ul.thecattitle  li a {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  padding: 15px;
}
ul.thecattitle  li.themaincat {
  background-color: #f56e35;
  margin-right: 30px;
  position: relative;
}
ul.thecattitle  li.themaincat a {
	color:#fff;
}
ul.thecattitle  li.themaincat::after {
  position: absolute;
  right:-30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 50px solid #f56e35;
  border-right: 30px solid transparent;
}

h2.themaincat {
  font-size: 14px;
  color: #000;
  font-weight: bold;
  background-color: #f1f1f1;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 0;
	margin: 0;
}

h2.themaincat a {
	color:#000;
}
#quickphone {
  position: fixed;
  bottom: 30px;
  left: 30px;
  display: -webkit-box; 
  display: -ms-flexbox;
  display: -webkit-flex; 
  display: flex; 
  align-items: center;
}

#quickphone span {
  color: #33CC33;
  font-size: 32px;
  margin-left: 15px;
}
@media (max-width: 767px) {

	#quickphone {
		position: fixed;
		bottom: 20px;
		left: 20px;
	}
	.slick-dotted.slick-slider {
		margin-bottom:15px;
	}
}