@charset "utf-8";
*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
/*
@font-face {
  font-family: Poppins-Regular;
  src: url('../fonts/Poppins/Poppins-Regular.ttf'); 
}

@font-face {
  font-family: Poppins-Light;
  src: url('../fonts/Poppins/Poppins-Light.ttf'); 
}

@font-face {
  font-family: Poppins-ExtraLight;
  src: url('../fonts/Poppins/Poppins-ExtraLight.ttf'); 
}

@font-face {
  font-family: Poppins-Medium;
  src: url('../fonts/Poppins/Poppins-Medium.ttf'); 
}

@font-face {
  font-family: Poppins-Italic;
  src: url('../fonts/Poppins/Poppins-Italic.ttf'); 
}

@font-face {
  font-family: Poppins-Bold;
  src: url('../fonts/Poppins/Poppins-Bold.ttf'); 
}

@font-face {
  font-family: Poppins-SemiBold;
  src: url('../fonts/Poppins/Poppins-SemiBold.ttf'); 
}
*/

body
{
	/*font-family: "Poppins", sans-serif;*/
	
	font-family: 'Quicksand', sans-serif;
	font-size: 14px;
	font-weight: 400;
	background: #FFFFFF;
	color: #000000;
}
div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-size: 14px;
	line-height: 1.7;
	font-weight: 400;
	color: #828282;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link, a:focus, button, button:hover, button:visited, button:focus, button:active{
	text-decoration: none;
	outline:none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}

h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}

.my_bgb{
	background:#290ba0 !important;
}

.my_textb{
	color:#290ba0 !important;
}

.my_bgo{
	background:#F8694A !important;
}
.my_texto{
	color:#F8694A !important;
}

/*  
.maniname{
	text-shadow: 0 0 3px #ff0000;
}



 0 0 5px #0000ff;   */


.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.nopadding
{
	padding: 0px !important;
}
.button
{
	display: inline-block;
	background: #290ba0;
	border-radius: 5px;
	height: 48px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button a
{
	display: block;
	font-size: 18px;
	font-weight: 400;
	line-height: 48px;
	color: #FFFFFF;
	padding-left: 35px;
	padding-right: 35px;
}
.button:hover
{
	opacity: 0.8;
}

/*********************************
Header
*********************************/
.mainh3d{
	-webkit-transition: all 0.5s ease;
	-moz-transition: position 10s;
	-ms-transition: position 10s;
	-o-transition: position 10s;
	transition: all 0.5s ease;
	background:#fff;
}

.mainh3d.fixedhead {
  position: fixed;
  top: 0;
  left: 0;
  animation: smoothScroll 1s forwards;
}
@keyframes smoothScroll {
	0% {
		transform: translateY(-40px);
	}
	100% {
		transform: translateY(0px);
	}
}

.header
{
	position: relative;
	width: 100%;
	z-index: 99999;
}


@media only screen and (max-width: 991px) {
  .mobile-menu .main-menu .navbar-collapse {
    width: 50%;
    z-index: 999;
  }
}
.modal-backdrop.show{ position:relative; z-index:-1; }
.modal4vip {	
	color: #999;
	width: 480px;
	font-size: 15px;
}
.modal4vip .modal-content {
	padding: 20px 50px;
	border-radius: 10px;		
	border: none;
}
.modal4vip .modal-header {
	border-bottom: none;   
	position: relative;
	text-align: center;
	border-radius: 5px 5px 0 0;
}
.modal4vip h4 {
	color: #000;
	text-align: center;
	font-weight: 900;
	font-size: 30px;
	margin: 0 0 25px;		
	text-transform: uppercase;
}
.modal4vip .close {
	position: absolute;
	top: 25px;
    right: -15px;
	color: #c0c3c8;
	text-shadow: none;
	opacity: 0.5;
	width: 32px;
	height: 32px;
	border-radius: 20px;
	font-size: 18px;
	border: 2px solid;
	padding: 0;
}
.modal4vip .close:hover {
	opacity: 0.8;
}
.modal4vip .icon-box {
	color: #290ba0;		
	display: inline-block;
	z-index: 9;
	text-align: center;
	position: relative;
}
.modal4vip .icon-box i {
	font-size: 110px;
}
.modal4vip .form-control, .modal4vip .btn {
	min-height: 46px;
	text-align: center;
	border-radius: 1px; 
}
.modal4vip .form-control {
	box-shadow: none;
	border-color: #dbdbdb;
}
.modal4vip .form-control:focus {
	border-color: #290ba0;
	box-shadow: 0 0 8px rgba(73, 197, 193, 0.5);
}
.modal4vip .btn, .modal4vip .btn:active {
	color: #fff;
	background: #290ba0 !important;
	text-decoration: none;
	transition: all 0.4s;
	line-height: normal;
	padding: 6px 20px;
	min-width: 180px;
	border: none;
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.modal4vip .btn:hover, .modal4vip .btn:focus {
	background: #290ba0  !important;
	outline: none;
}
.modal4vip .form-group {
	margin-top: 30px;
}
.modal4vip .form-group a:hover{
	color:#290ba0;
}

@media only screen and (max-width: 991px) {
    .modal4vip {
        width: 95%;
        margin: 0 auto;
    }
	.modal4vip .icon-box i {
		font-size: 75px;
	}
	.modal4vip .modal-content {
		padding: 5px 20px;
	}
	.modal4vip .close {
		position: absolute;
		top: 25px;
		right: 10px;
	}
}



/*********************************
BANNER 1 START
*********************************
/*jssor slider loading skin spin css*
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from { transform: rotate(0deg); }
	to { transform: rotate(360deg); }
}

.jssora061 {display:block;position:absolute;cursor:pointer;}
.jssora061 .a {fill:none;stroke:#fff;stroke-width:360;stroke-linecap:round;}
.jssora061:hover {opacity:.8;}
.jssora061.jssora061dn {opacity:.5;}
.jssora061.jssora061ds {opacity:.3;pointer-events:none;}
*********************************
BANNER 1 END
*********************************/


/*********************************
BANNER 2 START
*********************************
/* jssor slider loading skin spin css *
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
.jssorb031 {
	position: absolute;
}

.jssorb031 .i {
	position: absolute;
	cursor: pointer;
}

	.jssorb031 .i .b {
		fill: #000;
		fill-opacity: 0.5;
		stroke: #fff;
		stroke-width: 1200;
		stroke-miterlimit: 10;
		stroke-opacity: 0.3;
	}

	.jssorb031 .i:hover .b {
		fill: #fff;
		fill-opacity: .7;
		stroke: #000;
		stroke-opacity: .5;
	}

.jssorb031 .iav .b {
	fill: #fff;
	stroke: #000;
	fill-opacity: 1;
}

.jssorb031 .i.idn {
	opacity: .3;
}
				
.jssora051 {
	display: block;
	position: absolute;
	cursor: pointer;
}

.jssora051 .a {
	fill: none;
	stroke: #fff;
	stroke-width: 360;
	stroke-miterlimit: 10;
}

.jssora051:hover {
	opacity: .8;
}

.jssora051.jssora051dn {
	opacity: .5;
}

.jssora051.jssora051ds {
	opacity: .3;
	pointer-events: none;
}

*********************************
BANNER 2 END
*********************************/

/*********************************
BANNER 3 start
*********************************/
/* jssor slider loading skin spin css */
.jssorl-009-spin img {
	animation-name: jssorl-009-spin;
	animation-duration: 1.6s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

@keyframes jssorl-009-spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}
.jssorb031 {position:absolute;}
.jssorb031 .i {position:absolute;cursor:pointer;}
.jssorb031 .i .b {fill:#000;fill-opacity:0.5;stroke:#fff;stroke-width:1200;stroke-miterlimit:10;stroke-opacity:0.3;}
.jssorb031 .i:hover .b {fill:#fff;fill-opacity:.7;stroke:#000;stroke-opacity:.5;}
.jssorb031 .iav .b {fill:#fff;stroke:#000;fill-opacity:1;}
.jssorb031 .i.idn {opacity:.3;}

.jssora051 {display:block;position:absolute;cursor:pointer;}
.jssora051 .a {fill:none;stroke:#fff;stroke-width:360;stroke-miterlimit:10;}
.jssora051:hover {opacity:.8;}
.jssora051.jssora051dn {opacity:.5;}
.jssora051.jssora051ds {opacity:.3;pointer-events:none;}
/*********************************
BANNER 3 end
*********************************/

/*********************************
Top Bar
*********************************/

.top_bar
{
	width: 100%;
	height: 56px;
	background: #fafafa;
	border-bottom: solid 1px rgba(0,0,0,0.05);
	z-index: 2;
}
.header.scrolled .top_bar
{
	display: none;
}
.top_bar_contact
{
	display: inline-block;
}
.top_bar_contact_item
{
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	margin-right: 40px;
}
.top_bar_contact_item:not(:first-child)
{
	margin-right: 0px;
}
.top_bar_contact_item a
{
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.top_bar_contact_item a:hover
{
	color: #8a8a8a;
}
.top_bar_contact_item:last-child
{
	margin-right: 0px;
}
.top_bar_icon
{
	display: inline-block;
	margin-right: 14px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	width: 20px;
	height: 25px;
}
.top_bar_menu
{
	display: inline-block;
}
.standard_dropdown {
	overflow:hidden;
	width:100%;
	height:100%;
}
.top_bar_dropdown li
{
	padding-left: 13px;
	padding-right: 13px;
}
.standard_dropdown li
{
	display: inline-block;
	position: relative;
	height: 100%;
}
.standard_dropdown li li
{
	display: block;
	width: 100%;
}
.standard_dropdown li li a
{
	display: block;
	width: 100%;
	border-bottom: solid 1px #f2f2f2;
	font-size: 16px;
}
.standard_dropdown li:last-child a
{
	border-bottom: none;
}
.standard_dropdown li.hassubs > a i
{
	display: inline-block;
	margin-left: 5px;
}
.standard_dropdown li a
{
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 300;
	color: #000000;
	//line-height: 56px;
	white-space: nowrap;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.standard_dropdown li a:hover
{
	background:#fff;
	color: #290ba0;
}
.standard_dropdown li a i
{
	display: none;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	font-size: 12px;
}
.standard_dropdown li ul
{
	display: block;
	position: absolute;
	top: 110%;
	left: 0;
	width: 100%;
	visibility: hidden; /*change to hidden*/
	opacity: 0;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
	z-index:1;
}

.standard_dropdown li:hover > ul
{
	top: 100%;
	visibility: visible;
	opacity: 1;
}
.standard_dropdown ul ul
{
	left: 100%;
	top: 0 !important;
}
.top_bar_user
{
	display: inline-block;
	margin-left: 35px;
}
.user_icon
{
	display: inline-block;
	margin-right: 7px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	width: 15px;
}
.user_icon img
{
	width: 100%;
}
.top_bar_user div
{
	display: inline-block;
	height: ;
}
.top_bar_user div:nth-child(2)
{
	margin-right: 21px;
}
.top_bar_user div:nth-child(2)::after
{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: -13px;
	width: 1px;
	height: 17px;
	background: rgba(0,0,0,0.1);
	content: '';
}
.top_bar_user a
{
	font-size: 16px;
	font-weight: 300;
	line-height: 56px;
	color: #000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.top_bar_user a:hover
{
	color: #8a8a8a;
}

/*********************************
Header Main
*********************************/

.header_main
{
	z-index: 1;
	height:;
}

.header_main .container {
	height:3.75rem;
	margin:0px auto;
	max-width:90rem;
	color:#4a4a4a;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	
}

.header.scrolled .header_main
{
	display: none;
}
.header_main_item
{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.logo_container
{
	height: auto;
}
/*.logo
{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}*/
.logo a
{
	//font-size: 36px;
	font-weight: 500;
	color: #290ba0;
}

.dslogo{
	margin-right:3vw;
	height:2.1875rem;
}

.dslogo img{
	max-height:2.1875rem;
	width:auto;
}

.header_search
{
	height: auto;
}
/*.header_search_content
{
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}*/
.header_search_form_container
{
	width: 100%;
	height: 40px;
	margin-top:10px;
	//border: solid 1px #e5e5e5;
	//border-radius: 5px;
}
.header_search_form
{
	width: 100%;
	height: 100%;
}
.header_search_input
{
	display: inline-block;
	position: relative;
	//width: calc((100% + 100px) * 0.701);
	width: 100%;
	height: 100%;
	//line-height: 30px;
	outline: none !important;
	padding-left: 26px;
	color: #7f7f7f;
	border: solid 1px #e5e5e5;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.header_search_input::-webkit-input-placeholder
{
	font-size: 16px !important;
	font-weight: 300;
	//line-height: 50px;
	color: #a3a3a3 !important;
}
.header_search_input:-moz-placeholder /* older Firefox*/
{
	font-size: 16px !important;
	font-weight: 300;
	//line-height: 50px;
	color: #a3a3a3 !important;
}
.header_search_input::-moz-placeholder /* Firefox 19+ */ 
{
	font-size: 16px !important;
	font-weight: 300;
	//line-height: 50px;
	color: #a3a3a3 !important;
} 
.header_search_input:-ms-input-placeholder
{ 
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}
.header_search_input::input-placeholder
{
	font-size: 16px !important;
	font-weight: 300;
	line-height: 50px;
	color: #a3a3a3 !important;
}

/*************************************
SEARCH RESULT
************************************/
.serchfr{
	height:2.1875rem;
	max-width:100vw;
	left:0;
	overflow-y:hidden;
	position:absolute;
	top:2.5rem;
	width:100%;
	z-index:-1;
	color:#4a4a4a;
	text-align:left;
	overflow:hidden
}

.serchfkr::before{
	background:rgba(0,0,0,.5);
	content:" ";
	display:block;
	height:100%;
	left:0;
	opacity:0;
	position:fixed;
	top:0;
	-webkit-transition:opacity .5s ease-in-out;
	-o-transition:opacity .5s ease-in-out;
	transition:opacity .5s ease-in-out;
	width:0;
}

.serchfr_inm{
	background:#fff;
	height:0;
	overflow:hidden;
	overflow-y:hidden;
	position:relative;
	-webkit-transition:opacity .4s ease-in-out;
	-o-transition:opacity .4s ease-in-out;
	transition:opacity .4s ease-in-out;
	width:100%;
	border-radius:.1875rem;
}

.serchfr.kmg{
	height:100vh;
}

.serchfr.kmg::before{
	height:100%;
	opacity:1;
	width:100%;
}

.serchfr.kmg .serchfr_inm{
	height:auto;
	max-height:50vh;
	overflow-y:auto;
	box-shadow: 0 1px 10px 0 rgba(0,0,0,.15);
}

.row_suggs{
	
}

.in_row_suggs,.row_prodss{
	border-bottom:.0625rem solid #e2e2e2;
	padding:.3125rem;
}

.serchfr_inm h2{
	color:#9b9b9b;
	font-size:.6875rem;
	margin:0;
	text-transform:uppercase;
	padding:.3125rem .625rem;
	font-weight: 600;
}

.serchfr_inm ul li{
	font-size:.75rem;
	max-height:2.8125rem;
	min-height:1.25rem;
}

.serchfr_inm ul li a{
	height:100%;
	-webkit-transition:background-color .3s ease-in-out;
	-o-transition:background-color .3s ease-in-out;
	transition:background-color .3s ease-in-out;
	padding:.3125rem .625rem;
	font-size:.75rem;
	color:inherit;
	-webkit-box-align:center;
	-ms-flex-align:center;
	align-items:center;
	display: webkit-box;
	display: ms-flexbox;
	display:flex;
}

.serchfr_inm ul li a:hover{
	background:#ccc;
}

.serchfr_inm ul li a mark{
	background:transparent;
	color:#000;
	font-weight:600;
	line-height:.9375rem;
}

.serchfr_inm ul li a span{
	display:inline-block;
}

.row_prodss{
	
}

.in_row_prodss ul li a picture{
	width: 40px;
    height: 45px;
	overflow:hidden;
	margin-right:5px;
	position:relative;
}

.in_row_prodss ul li a picture img{
	max-width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    max-height: 100%;
}

#togtld{
	padding:10px;
	margin:10px auto;
	text-align:center;
	width:100%;
}

#togtld i {
	font-size:34px;
}
/*************************************
SEARCH RESULT
************************************/

.custom_dropdown
{
	width: calc((100% - 50px) * 0.399);
	//height: 50px;
	float: left;
	padding-left: 26px;
}

.mkss{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	padding: 20px 10px;
}

.mkss:hover{
	color:#fff !important;
	background:#290ba0;
}

.custom_dropdown::before
{
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	width: 1px;
	height: 28px;
	background: #e5e5e5;
	content: '';
}
.custom_dropdown_list i
{
	display: inline-block;
	color: #a3a3a3;
	font-size: 10px;
	margin-left: 3px;
	-webkit-transform: translateY(-1px);
	-moz-transform: translateY(-1px);
	-ms-transform: translateY(-1px);
	-o-transform: translateY(-1px);
	transform: translateY(-1px);
	
	position: absolute;
    right: 10px;
    top: 40%;
}
.custom_dropdown_placeholder
{
	display: inline-block;
	font-size: 16px;
	font-weight: 300;
	color: #a3a3a3;
	//line-height: 48px;
	cursor: pointer;
	width:100%;
}
.custom_dropdown_placeholder i
{
	
}
.custom_list
{
	text-align: left;
	position: absolute;
	padding: 0;
	top: 75px;
	left: -15px;
	visibility: hidden;
	opacity: 0;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.2s ease;
	-moz-transition: opacity 0.2s ease;
	-ms-transition: opacity 0.2s ease;
	-o-transition: opacity 0.2s ease;
	transition: all 0.2s ease;
}
.custom_list.active
{
	visibility: visible;
	opacity: 1;
	top: 50px;
	box-shadow: 0 0 25px rgba(63, 78, 100, 0.15);
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.custom_list li
{
	//height: auto;
	//padding-left: 15px;
	//padding-right: 15px;
	background: #FFFFFF;
}
.custom_list li a
{
	display: block;
	color: #a3a3a3;
	//line-height: auto;
	padding: 6px 8px;
	border-bottom: solid 1px #ededed;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.custom_list li a:hover
{
	color: #290ba0;
}
select
{
	display: inline;
	border: 0;
	width: auto;
	margin-left: 10px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-bottom: 2px solid #555;
	color: #7b00ff;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
select:hover
{
	cursor: pointer;
}
select option
{
	border: 0;
	border-bottom: 1px solid #555;
	padding: 10px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.header_search_button
{
	position: absolute;
	top: 0;
	right:0;
	width: 50px;
	height: 100%;
	background: #290ba0;
	border: none;
	outline: none;
	cursor: pointer;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.wishlist_cart
{
	height: 175px;
}
.wishlist
{
	margin-right: 50px;
}
.wishlist_icon img
{
	width: 100%;
}
.wishlist_content
{
	margin-left: 14px;
}
.wishlist_text a
{
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.wishlist_text a:hover
{
	color: #290ba0;
}
.wishlist_count
{
	margin-top: -2px;
	color: #a3a3a3;
	font-size: 14px;
}
.cart_count
{
	position: absolute;
	bottom: 2px;
	right: -14px;
	width: 23px;
	height: 23px;
	background: #290ba0;
	border-radius: 50%;
	text-align: center;
}
.cart_count span
{
	display: block;
	line-height: 23px;
	font-size: 12px;
	color: #FFFFFF;
	-webkit-transform: translateY(1px);
	-moz-transform: translateY(1px);
	-ms-transform: translateY(1px);
	-o-transform: translateY(1px);
	transform: translateY(1px);
}
.cart_icon img
{
	width: 100%;
}
.cart_content
{
	margin-left: 28px;
}
.cart_text a
{
	font-size: 18px;
	font-weight: 400;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.cart_text a:hover
{
	color: #290ba0;
}
.cart_price
{
	font-size: 14px;
	color: #a3a3a3;
	margin-top: -6px;
}

.cart_item_image i{
	font-size:115px;
	color:#290ba0;
}

.cart_item_text.nxc:first-child{
	margin-top:10px;
}
.cart_item_text.nxc:last-of-type{
	margin-top:15px;
}
/*********************************
Main Navigation
*********************************/
.default_cont {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.main_nav
{
	width: 100%;
	border-top: solid 1px #f2f2f2;
	box-shadow: 0 .25rem .5rem 0 rgb(0,0,0,.12), 0 .125rem 0  rgba(0,0,0,0.08);
}
.header.scrolled .main_nav
{
	position: fixed;
	top: 0;
	left: 0;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.main_nav_content
{
	width: 100%;
	height: 50px;
}
.cat_menu_container
{
	width: 293px;
	height: 100%;
	background: ;
	padding-left: 35px;
	cursor: pointer;
	z-index: 1;
}
.cat_menu_title
{
	height: 100%;
}
.cat_burger
{
	width: 18px;
	height: 14px;
}
.cat_burger span
{
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background: #FFFFFF;
}
.cat_burger span:nth-child(2)
{
	top: 6px;
}
.cat_burger span:nth-child(3)
{
	top: 12px;
}
.cat_menu_text
{
	font-size: .8125rem;
	font-weight: 400;
	color: #FFFFFF;
	text-transform: uppercase;
	margin-left: 20px;
	line-height: 16px;
}
.cat_menu_container ul
{
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	visibility: hidden;
	opacity: 0;
	min-width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
	-webkit-transition: opacity 0.3s ease;
    -moz-transition: opacity 0.3s ease;
    -ms-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: all 0.3s ease;
	
}
.cat_menu_container > ul
{
	padding-top: 13px;
}
.cat_menu_container:hover .cat_menu
{
	visibility: visible;
	opacity: 1;
}
.cat_menu li
{
	display: block;
	position: relative;
	width: auto;
	height: 42px;
	border-bottom: solid 1px #f2f2f2;
	padding-left: 35px;
	padding-right: 30px;
	white-space: nowrap;
}
.cat_menu li.hassubs > a i
{
	display: block;
}
.cat_menu li a
{
	display: block;
	position: relative;
	font-size: .9015rem;
	font-weight: 300;
	color: #000000;
	line-height: 46px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.cat_menu li a:hover
{
	color: #290ba0;
}
.cat_menu li a i
{
	display: none;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 0;
	font-size: 12px;
}
.cat_menu li ul
{
	display: block;
	position: absolute;
	top: 35px;
	left: 100%;
	visibility: hidden;
	opacity: 0;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 10px 25px rgba(0,0,0,0.1);
}
/*.cat_menu li:hover > ul
{
	top: 0;
	visibility: visible;
	opacity: 1;
}*/
.main_nav_dropdown li
{
	//margin-right: 35px;
}
.main_nav_dropdown li:last-child
{
	margin-right: 0px;
}
.main_nav_dropdown li a
{
	font-size: .8125rem;
	font-weight: 400;
	color: #fff;
	padding:.95rem 1.875rem;
	height: 100%;
	//line-height: 50px;
}
.main_nav_dropdown li li
{
	padding-left: 15px;
	padding-right: 15px;
	margin-right: 0px;
}
.menu_trigger_container
{
	display: none;
	width: auto;
	height: 100%;
	padding-right: 25px;
	padding-left: 25px;
	cursor: pointer;
}
.menu_trigger
{
	height: 100%;
}
.menu_burger_inner
{
	display: inline-block;
}
.menu_trigger_text
{
	display: inline-block;
	font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-right: 16px;
}

.mainfull .subfull.val,.cat_menu.huld{
	opacity:1;
	visibility:visible;
}

/*********************************
Page Menu
*********************************/

.page_menu
{
	margin-top: 15px;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.page_menu_content
{
	height: 0px;
	background: #290ba0;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
.page_menu_search
{
	display: none;
	width: 100%;
	margin-top: 30px;
	margin-bottom: 30px;
}
.page_menu_search_input
{
	width: 100%;
	height: 40px;
	background: #FFFFFF;
	border: none;
	outline: none;
	padding-left: 25px;
}
.page_menu_nav
{
	padding-top: 15px;
}
.page_menu_item
{
	display: block;
	position: relative;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	vertical-align: middle;
}
.page_menu_item > a
{
	display: block;
	color: #FFFFFF;
	font-weight: 500;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.page_menu_item > a:hover
{
	color: #b5aec4;
}
.page_menu_item a i
{
	display: none;
	margin-left: 8px;
}
.page_menu_item.has-children > a > i
{
	display: inline-block;
}
.page_menu_selection
{
	margin: 0;
	width: 100%;
	height: 0px;
	overflow: hidden;
	z-index: 1;
}
.page_menu_selection li
{
	padding-left: 10px;
	padding-right: 10px;
	line-height: 50px;
}
.page_menu_selection li a
{
	display: block;
	color: #FFFFFF;
	border-bottom: solid 1px rgba(255,255,255,0.1);
	font-size: 14px;
	text-transform: uppercase;
	-webkit-transition: opacity 0.3s ease;
	-moz-transition: opacity 0.3s ease;
	-ms-transition: opacity 0.3s ease;
	-o-transition: opacity 0.3s ease;
	transition: all 0.3s ease;
}
.page_menu_selection li a:hover
{
	color: #b5aec4;
}
.page_menu_selection li:last-child a
{
	border-bottom: none;
}
.menu_contact_item
{
	display: inline-block;
	font-size: 12px;
	font-weight: 300;
	line-height: 56px;
	margin-right: 40px;
	color: #FFFFFF;
}
.menu_contact_item:not(:first-child)
{
	margin-right: 0px;
}
.menu_contact_item a
{
	font-size: 12px;
	font-weight: 300;
	line-height: 46px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_contact_item a:hover
{
	color: #8a8a8a;
}
.menu_contact_item:last-child
{
	margin-right: 0px;
}
.menu_contact_icon
{
	display: inline-block;
	margin-right: 14px;
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

/*********************************
Cart
*********************************/

.cart_section
{
	width: 100%;
	padding-top: 33px;
	padding-bottom: 111px;
}
.cart_title
{
	font-size: 20px;
	font-weight: 500;
}
.cart_items
{
	margin-top: 67px;
}
.cart_list
{
	border: solid 1px #e8e8e8;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.shopping-cart-table{

}

.shopping-cart-table > tbody > tr{
	background:#fff;
}

.shopping-cart-table > tbody > tr > td:first-child{
	width:40%;
}

.shopping-cart-table > tbody > tr > td(nth-child + 1){
	width:20%;
}

.shopping-cart-table > tbody > tr > td, .shopping-cart-table > tbody > tr > th,.shopping-cart-table > thead > tr > td, .shopping-cart-table > thead > tr > th {
    padding: 15px 3px;
	color:#ababab;
	text-transform:uppercase;
}

.shopping-cart-table > tbody > tr > td .thumb{
	height:100px;
	width:80px;
	display:table-cell;
	vertical-align:top;
	overflow:hidden;
}

.shopping-cart-table > tbody > tr > td .descb{
	display:table-cell;
	vertical-align:top;
    padding-left: 5px;
}

.shopping-cart-table > tbody > tr > td .descb a{
	font-size:16px;
	color:#000;
	font-weight:500;
	line-height:1.25;
	margin-bottom:6px;
	display:inline-block;
}
.shopping-cart-table > tbody > tr > td .descb a:hover{
	color:#290ba0;
}

.shopping-cart-table > tbody > tr > td .thumb img{
	max-width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    max-height: 100%;
	margin:0px auto;
}

tr > td .descb ul li span,.prattr {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 11px;
    -webkit-transform: translateY(4px);
    -moz-transform: translateY(4px);
    -ms-transform: translateY(4px);
    -o-transform: translateY(4px);
    transform: translateY(4px);
}

.shopping-cart-table > tbody > tr > td strong{
	color:#000;
}

.shopping-cart-table > tbody > tr > td .main-btn{
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    padding: 0px 4px;
	font-weight: 700;
	border: none;
	display:block;
	color: #30323A;
	background-color: #FFF;
	outline:none;
	margin: 2px auto;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	cursor:pointer;
	color:#ee5e39;
}

td .main-btn i,td .product_fav.inprd i {
	color:#ee5e39;
	font-weight:600;
}

.shopping-cart-table > tbody > tr > td .product_fav.inprd{
	display:block;
	margin: 3px auto;
}

.revsd{
	border-top:.0625rem solid #e5e3e5;
}

.cart_item
{
	width: 100%;
	padding: 15px;
	padding-right: 46px;
}
.cart_item_image
{
	width: 133px;
	height: 133px;
	float: left;
}
.cart_item_image img
{
	max-width: 100%;
}
.cart_item_info
{
	width: calc(100% - 133px);
	float: left;
	padding-top: 18px;
}
.cart_item_name
{
	margin-left: 7.53%;
}
.cart_item_title
{
	font-size: 14px;
	font-weight: 400;
	color: rgba(0,0,0,0.5);
}
.cart_item_text
{
	font-size: 18px;
	margin-top: 35px;
}
.cart_item_text span
{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	margin-right: 11px;
	-webkit-transform: translateY(4px);
	-moz-transform: translateY(4px);
	-ms-transform: translateY(4px);
	-o-transform: translateY(4px);
	transform: translateY(4px);
}
.cart_item_price
{
	text-align: right;
}
.cart_item_total
{
	text-align: right;
}

.cart_quantity{
    width: 120px;
    height: 50px;
    border: solid 1px #e5e5e5;
    border-radius: 5px;
    overflow: hidden;
    padding-left: 5px;
    margin: 0 auto;
}

.cart_quantity input {
    display: block;
    width: 80px;
    height: 50px;
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 300;
    color: rgba(0,0,0,0.5);
    text-align: left;
    padding-left: 9px;
    line-height: 50px;
    float: left;
	padding-right: 30px;
}

.quantity_cart {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 30px;
    border-left: solid 1px #e5e5e5;
}

.quantity_cart .quant{
	border-bottom:.625rem solid #e5e5e5;
}


.quantity_inc_button, .quantity_dec_button {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: 50%;
    cursor: pointer;
}
.quantity_inc_button {
    padding-bottom: 2px;
    justify-content: flex-end;
    border-top-right-radius: 5px;
}

.quantity_dec_button {
    padding-top: 2px;
    justify-content: flex-start;
    border-bottom-right-radius: 5px;
}

.cart_quantity i {
    color: rgba(0,0,0,0.3);
    pointer-events: none;
}

.revsd .cart_quantity,.revsd .cart_quantity input{
	height:35px;
	line-height:35;
	width:90px;
}
.revsd .cart_quantity input{
	width:80px;
}


.order_total
{
	width: 100%;
	height: 60px;
	margin-top: 30px;
	border: solid 1px #e8e8e8;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	padding-right: 46px;
	padding-left: 15px;
}
.order_total_title
{
	display: inline-block;
	font-size: 14px;
	color: rgba(0,0,0,0.5);
	line-height: 60px;
}
.order_total_amount
{
	display: inline-block;
	font-size: 18px;
	font-weight: 500;
	margin-left: 26px;
	line-height: 60px;
}
.cart_buttons
{
	margin-top: 60px;
	text-align: right;
}
.cart_button_clear
{
	display: inline-block;
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: rgba(0,0,0,0.5);
    background: #FFFFFF;
    border: solid 1px #b2b2b2;
    padding-left: 35px;
    padding-right: 35px;
    outline: none;
    cursor: pointer;
    margin-right: 26px;
}
.cart_button_clear:hover
{
	border-color: #0e8ce4;
	color: #0e8ce4;
}
.cart_button_checkout
{
	display: inline-block;
    border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 48px;
    color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px;
    outline: none;
    cursor: pointer;
    vertical-align: top;
}

.dckli{
	border-top:1px solid #ababab;
}

h4.cvw{
	color:#ababab;
}

.hmas{
	min-height:40px;
	padding:10px 8px;
}

.hmas span{
	color:#000;
	font-size:14px;
	font-weight:500;
	margin-right:2px;
	text-transform:uppercase;
	display:inline-block;
}

.olwqs{
	border-top:1px solid #f0f0f0;
	max-height:35vh;
	overflow:hidden;
	overflow-y:auto;
	font-size:13px;
	color:#000;
}

.olwqs.sumr{
	max-height:100% !important;
}

.section-title.hyj{
	border-top:none !important;
}

.edt_cfd{
	display:inline-block !important;
	width:auto !important;
	line-height:20px !important;
	text-align: right !important;
}

.sing_prds{
	display:-ms-flex;
	display:flex;
	border-bottom:1px solid #f0f0f0;
	padding:6px 8px 6px 8px;
}

.cv_pk{
	width:23%;
	margin-top:6px;
}


.jl_wvg{
	margin-left:8px;
	-ms-flex:1;
	flex:1;
	display:-ms-flex;
	display:flex;
	-ms-flex-direction:column;
	flex-direction:column;
	margin-top:6px;
}

.jl_wvg span:first-child{
	overflow:hidden;
	text-overflow:-o-ellipsis-lastline;
	text-overflow:ellipsis;
	display:block;
	display:-webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient:vertical;
	max-height:2.824rem;
}
.jl_wvg span:last-of-type{
	color:#ababab;
	font-weight:600;
}
.jl_wvg div{
	color:#000;
}

.jl_wvg div i{
	font-style:normal;
	color:#ababab;
}

.qwe_pmk{
	margin-top:16px;
	padding:0 8px;
}

.prcd_plk{
	display:flex;
	display:-ms-flexbox;
	-ms-flex-align:end;
	align-items:flex-end;
	padding-bottom:8px;
}

.dscm{
	-ms-flex:1;
	flex:1;
	word-wrap:break-word;
}


.subamtn{
	width:45%;
	text-align:right;
	color:#000;
}

.tsbt,.section-title.hyj{
	display:flex;
	display:-ms-flexbox;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	border-top:1px solid #f0f0f0;
	padding-top:10px;
}

.tsbt span{
	
}

.section-title {
    position: relative;
    margin-bottom: 15px;
    margin-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px solid #DADADA;
}

.section-title .title {
    display: inline-block;
    text-transform: uppercase;
    color: #30323A;
    margin: 0 0 10px;
    font-weight: 700;
}

.section-title::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1.5px;
    height: 3px;
    width: 60px;
    background-color: #F8694A;
}


.input {
  width: 100%;
  height: 40px;
  padding: 0px 15px;
  border: none;
  background-color: transparent;
  -webkit-box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  box-shadow: 0px 0px 0px 1px #DADADA inset, 0px 0px 0px 5px transparent;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.input:focus {
  -webkit-box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
  box-shadow: 0px 0px 0px 1px #F8694A inset, 0px 0px 0px 0px #F8694A;
}

textarea.input {
  padding: 15px;
}




.new-control {
  position: relative;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 1.5rem;
  margin-right: 1rem;
  font-weight: 100;
  font-size: 14px; }
  
.new-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0; }

  .new-control.new-checkbox .new-control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 17px;
    height: 17px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #e0e6ed;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 4px; }
  .new-control.new-checkbox > input:checked ~ span.new-control-indicator {
    background: #888ea8; }

    .new-control.new-checkbox > input:checked ~ span.new-control-indicator:after {
      display: block; }
  .new-control.new-checkbox span.new-control-indicator:after {
    border: solid #fff;
    top: 50%;
    left: 50%;
    margin-left: -2px;
    margin-top: -5px;
    width: 4px;
    height: 8px;
    border-width: 0 2px 2px 0 !important;
    transform: rotate(45deg);
    content: '';
    position: absolute;
    display: none;
    margin-left: -2px;
    margin-top: -5px;
    width: 4px;
    height: 8px;
    height: 8px; }
	
.new-control.new-checkbox.checkbox-primary > input:checked ~ span.new-control-indicator {
  background: #1b55e2; }	
  
.new-control.new-checkbox {
  cursor: pointer; }
  
  
  

/*
.accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}

.active, .accordion:hover {
  background-color: #ccc;
}

.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}
*/

.chkpanel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.chkpanel.tive{
	max-height:100%;
}

.ech_adrs{
	position:relative;
	overflow:hidden;
	display:-ms-flexbox;
	display:flex;
	background:#fff;
	padding-bottom:20px;
	padding:0 20px 20px 0px;
}

.act_inf{
	
}

.act_inf .actbtns{
	display:block;
	cursor:pointer;
	color:#F8694A;
	margin-bottom:3px;
	border:none;
	background:transparent;
	outline:none;
}

.fulinf{
	-ms-flex:1;
	flex:1;
}


.rm_hkl{
	color:#555;
	padding-left:50px;
	line-height:1.42857
}

label.si{
	margin-bottom:0;
	vertical-align: text-top;
	display:block;
	cursor:pointer;
}

.si .si-label { 
  cursor: pointer;
  position: relative;
  padding-left: 15px;
  color: #9aa6bf;
  vertical-align: text-bottom;
  margin-right: 20px;
}

.si > input[type="checkbox"],.si > input[type="radio"] {
  clip-path: polygon(0 0);
}

.si .si-label::before,
.si .si-label::after {
  transition: all 0.2s ease-in-out;
}

.si .si-label::before {
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  border: 1px solid #dee5f2;
  position: absolute;
  top: 1px;
  left: 0;
  transform: rotate(0deg) scale(1);
  border: 3px solid #F8694A;
}

.si.si-radio .si-label::before,
.si.si-radio .si-label::after {
  border-radius: 100%;
  top: -2px;
}

.si.si-radio .si-label::after {
  content: '';
  display: block;
  position: absolute;
  width: 12px;
  height: 0;
  top: 100%;
  left: 5px;
}


.si.si-radio > input:checked + .si-label::after {
  background-color: #F8694A;
  height: 12px;
  top: 3px;
}


.si.si-radio > input:checked + .si-label::before {
  background-color:#fff;
}

/***************************style --- checkbox----- ****************/

.si.si-checkbox .si-label::before {
  border-radius: 2px;
}

.si.si-checkbox .si-label::before {
  border-radius: 2px;
}

.si.si-checkbox .si-label::before {
  border: 3px solid #F8694A;
}

.si.si-checkbox .si-label:hover::before {
  border-color: #F8694A;
}

.si.si-checkbox .si-label::after {
  content: '';
  display: block;
  width: 8px;
  height: 18px;
  border-width: 0 3px 3px 0;
  border-style: solid;
  border-color: transparent #F8694A  #F8694A transparent; /*#0069ff*/
  position: absolute;
  top: -3px;
  left: 0;
  transform: rotate(180deg) scale(0);
}

.si.si-checkbox > input:checked + .si-label::before {
  transform: rotate(40deg) scale(0);
}

.si.si-checkbox > input:checked + .si-label::after {
  left: 8px;
  transform: rotate(40deg) scale(1);
}

h3.adrs_bnk{
	display:flex;
	display:-ms-flexbox;
	-ms-flex-align:center;
	align-items:center;
	-ms-flex-pack:justify;
	justify-content:space-between;
	border-top:1px solid #f0f0f0;
	border-bottom:1px solid #f0f0f0;
	padding:15px 0;
	font-size:14px;
}

h3.adrs_bnk a{
	font-size:12px;
	font-weight:600;
	text-transform:uppercase;
}


/*********************************
Recently Viewed
*********************************/

.viewed
{
	padding-top: 51px;
	padding-bottom: 60px;
	background: #eff6fa;
}
.viewed_title_container
{
	border-bottom: solid 1px #dadada;
}
.viewed_title
{
	margin-bottom: 14px;
}
.viewed_nav_container
{
	position: absolute;
	right: -5px;
	bottom: 14px;
}
.viewed_nav
{
	display: inline-block;
	cursor: pointer;
}
.viewed_nav i
{
	color: #dadada;
	font-size: 18px;
	padding: 5px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.viewed_nav:hover i
{
	color: #606264;
}
.viewed_prev
{
	margin-right: 15px;
}
.viewed_slider_container
{
	padding-top: 50px;
}
.viewed_item
{
	width: 100%;
	background: #FFFFFF;
	border-radius: 8px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 15px;
	padding-right: 15px;
}
.viewed_image
{
	width: 115px;
	height: 115px;
}
.viewed_image img
{
	display: block;
	max-width: 100%;
}
.viewed_content
{
	width: 100%;
	margin-top: 25px;
}
.viewed_price
{
	font-size: 16px;
	color: #000000;
	font-weight: 500;
}
.viewed_item.discount .viewed_price
{
	color: #df3b3b;
}
.viewed_price span
{
	position: relative;
	font-size: 12px;
	font-weight: 400;
	color: rgba(0,0,0,0.6);
	margin-left: 8px;
}
.viewed_price span::after
{
	display: block;
	position: absolute;
	top: 6px;
	left: -2px;
	width: calc(100% + 4px);
	height: 1px;
	background: #8d8d8d;
	content: '';
}
.viewed_name
{
	margin-top: 3px;
}
.viewed_name a
{
	font-size: 14px;
	color: #000000;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.viewed_name a:hover
{
	color: #290ba0;
}
.item_marks
{
	position: absolute;
	top: 18px;
	left: 18px;
}
.item_mark
{
	display: none;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: 500;
	line-height: 36px;
	text-align: center;
}
.item_discount
{
	background: #df3b3b;
	margin-right: 5px;
}
.item_new
{
	background: #290ba0;
}
.viewed_item.discount .item_discount
{
	display: inline-block;
}
.viewed_item.is_new .item_new
{
	display: inline-block;
}

/*********************************
Brands
*********************************/

.brands
{
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
}
.brands_slider_container
{
	height: 130px;
	border: solid 1px #e8e8e8;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	padding-left: 97px;
	padding-right: 97px;
}
.brands_slider
{
	height: 100%;
}
.brands_item
{
	height: 100%;
}
.brands_item img
{
	max-width: 100%;
}
.brands_nav
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	padding: 5px;
	cursor: pointer;
}
.brands_nav i
{
	color: #e5e5e5;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.brands_nav:hover i
{
	color: #676767;
}
.brands_prev
{
	left: 40px;
}
.brands_next
{
	right: 40px;
}

/*********************************
Newsletter
*********************************/

.newsletter
{
	width: 100%;
	background: #fafafa;
	padding-top: 60px;
	padding-bottom: 60px;
	box-shadow: 0px 5px 20px rgba(0,0,0,0.1);
}
.newsletter_container
{
	width: 100%;
}
.newsletter_title_container
{
	width: 40%;
	padding-left: 55px;
}
.newsletter_icon
{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
}
.newsletter_title
{
	font-size: 18px;
	color: #000000;
}
.newsletter_text p:last-child
{
	margin-bottom: 0;
}
.newsletter_icon img
{
	max-width: 100%;
}
.newsletter_content
{
	width: 60%;
}
.newsletter_form
{
	position: relative;
	width: 569px;
	float: left;
}
.newsletter_input
{
	width: 100%;
	height: 50px;
	background: #FFFFFF;
	border: solid 1px #e5e5e5;
	border-radius: 5px;
	padding-left: 25px;
	font-size: 16px;
	outline: none;
	color: #290ba0;
}
.newsletter_input:focus
{
	border: solid 1px rgba(14, 140, 228, 0.3);
	box-shadow: 0px 1px 5px rgba(14, 140, 228, 0.3);
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 16px;
	color: rgba(0,0,0,0.3);
}
.newsletter_input:-moz-placeholder
{
	font-size: 16px;
	color: rgba(0,0,0,0.3);
}
.newsletter_input::-moz-placeholder
{
	font-size: 16px;
	color: rgba(0,0,0,0.3);
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 16px;
	color: rgba(0,0,0,0.3);
}
.newsletter_input::input-placeholder
{
	font-size: 16px;
	color: rgba(0,0,0,0.3);
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 153px;
	height: 50px;
	background: #290ba0;
	color: #FFFFFF;
	line-height: 50px;
	font-size: 18px;
	border: none;
	outline: none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	cursor: pointer;
}
.newsletter_button:hover
{
	opacity: 0.8;
}
.newsletter_unsubscribe_link
{
	float: right;
	text-align: right;
	height: 50px;
}
.newsletter_unsubscribe_link a
{
	font-size: 10px;
	color: #290ba0;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	line-height: 50px;
}
.newsletter_unsubscribe_link a:hover
{
	color: #0d82d3;
}

/*********************************
Footer
*********************************/

.footer
{
	padding-top: 52px;
	padding-bottom: 40px;
}
.footer .logo_container
{
	height: auto;
	margin-bottom: 18px;
	margin-top: -10px;
}
.footer .logo
{
	top: auto;
	-webkit-transform: transform: none;
    -moz-transform: transform: none;
    -ms-transform: transform: none;
    -o-transform: transform: none;
    transform: none;
}
.footer .logo a
{
	color: #000000;
}
.footer_title
{
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}
.footer_phone
{
	font-size: 18px;
	font-weight: 500;
	color: #290ba0;
	margin-top: 13px;
}
.footer_contact_text
{
	margin-top: 10px;
}
.footer_contact_text p
{
	margin-bottom: 0px;
}
.footer_social
{
	margin-top: 27px;
}
.footer_social ul li
{
	display: inline-block;
	width: 30px;
	height: 30px;
	background: #fafafa;
	border-radius: 50%;
	cursor: pointer;
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
	margin-right: 16px;
	text-align: center;
}
.footer_social ul li i
{
	color: #000000;
	line-height: 30px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li:hover i
{
	color: #290ba0;
}
.footer_subtitle
{
	font-size: 12px;
	color: #000000;
}
.footer_column ul:first-of-type
{
	margin-top: 21px;
}
.footer_column ul
{
	margin-top: 7px;
}
.footer_list li
{
	margin-bottom: 6px;
}
.footer_list li a
{
	font-size: 12px;
	font-weight: 500;
	color: rgba(0,0,0,0.4);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_list li a:hover
{
	color: #290ba0;
}
.footer_list_2
{
	margin-top: 42px !important; 
}

.copyright
{
	width: 100%;
	background: #fafafa;
}
.copyright_container
{
	width: 100%;
	height: 56px;
}
.copyright_content
{
	font-size: 12px;
	color: rgba(0,0,0,0.6);
}
.copyright_content span
{
	font-weight: 500;
}
.logos
{
	
}
.logos_list li
{
	display: inline-block;
	margin-right: 16px;
}
.logos_list li:last-child
{
	margin-right: 0px;
}



/*********************************
OTHERS
*********************************/
#aside .aside {
  margin-bottom: 30px;
}
.aside{
	box-shadow: 0px 1px 5px rgba(0,0,0,0.3);
	padding:10px;
}
#aside .aside:last-child {
  margin-bottom: 0px;
}

.aside_scr{
	white-space: nowrap;
	position: relative;
}

.scr_aside{
	width: 100%;
	background:#f5f5f5;
	padding: 10px 15px;
}

.aside .aside-title {
  position: relative;
  border-bottom: 1px solid #DADADA;
  text-transform: uppercase;
  padding-bottom: 15px;
  margin-bottom: 10px;
  margin-top: 15px;
  line-height: 24px;
  font-size: 18px;
}

.aside .aside-title:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 60px;
  background-color: #F8694A;
}

.list-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}
.list-links{
	height:auto;
	max-height:220px;
	overflow:hidden;
	overflow-y:auto;
}
.list-item {
    position: relative;
    display: block;
   padding: 5px 15px;
	margin-bottom: -1px;
	background-color: #ffffff;
	border: 1px solid transparent;
}

.list-item:hover{
	background:#f5f5f5;
}
.checkn {
    position: relative;
    display: block;
	white-space: nowrap;
}

.checkn label {
    min-height: 20px;
    padding-left: 20px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    margin-bottom: 0px;
    cursor: pointer;
	font-size:13px;
}

.checkn label span{
	display:inline-block;
	float:right;
	font-size:12px;
}

.checkn input[type="checkbox"]{
    position: absolute;
    margin-left: -20px;
    margin-top: 2px;
}
.primary-btn {
    color: #FFF;
    background-color: #F8694A;
}

.sidenav.show_nw {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9999999;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 5px;
    display: block !important;
}


.productslist img {
    max-width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    max-height: 100%;
}



.whatsapp{
display: block;
text-decoration: none;
margin:0px auto 5px auto;
overflow: hidden;
width: 32px;
height: 32px;
border: none;
z-index: 99;
cursor:pointer;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}









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





.sech{
	font-size:.5rem;
	height:2.5rem;
	margin-top:.625rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.sech .insech{
	height:100%;
	width:100%;
	background:#e8e8e8;
	border-radius:.1875rem;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-webkit-box-flex:1;
	-ms-flex-positive:1;
	flex-grow:1;
}

.mainsech{
	width:100%;
}

.mainsech form{
	width:100%;
	height:100%;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}

.searchbar{
	position:relative;
	width:100%;
}

.searchbar input{
	background:transparent;
	width:100%;
	height:100%;
	border-bottom-left-radius: .25rem;
	border-top-left-radius: .25rem;
	font-size:.75rem;
	padding-left:.625rem;
	padding-right:1.875rem;
	border:none;
	color:#1c1d1f;
}

.searchbar i{
	font-weight:bold;
	font-size:14px;
	color:#bbb;
	display:block;
	position:absolute;
	right:.625rem;
	top:50%;
	-webkit-transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	transform:translateY(-50%);
	height: 15px;
	width: 15px;
}

.mainsech form .mbtsrch{
	display:none;
}

.tocls{
	color: #000;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-ms-flex-preferred-size: 2.5rem;
	flex-basis: 2.5rem;
	line-height: 2.5rem;
	padding: 0 .625rem;
	font-size: 30px;
	font-weight: bold;
	cursor:pointer;
	display:none;
}

.sercresss{
	top:3.75rem;
	max-width:100vw;
	left:0;
	overflow-y:hidden;
	position:fixed;
	top:100px;
	width:100%;
	z-index:999;
	opacity:0;
	visibility:hidden;
	color:#4a4a4a;
}

.smmob.mkxc .sercresss{
	opacity:1;
	visibility:visible;
}

.smmob.mkxc .sercresss .serchfr_inm{
	height:auto;
	overflow-y:auto;
}

.ressech{
	background:#fff;
	height:0;
	overflow-y:hidden;
	position:relative;
	-webkit-transition:height .4s ease-in-out;
	-o-transition:height .4s ease-in-out;
	transition:height .4s ease-in-out;
	width:100%;
	height:90vh;
	overflow:hidden;
	overflow-y:auto;
}

.mainres{
	border-bottom:.0625rem solid #e2e2e2;
	text-transform:uppercase;
	padding:.3125rem;
}

.mainres h2{
	color:#9b9b9b;
	font-size:.6875rem;
	margin:0;
	text-transform:uppercase;
	padding:.3125rem .625rem;
}


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


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


.fltcht{
	border:none;
	display:block;
	right:2%;
    text-decoration: none;
    position: fixed;
    bottom: 3%;
    overflow: hidden;
    z-index: 99;
    cursor: pointer;
	text-align:center;
}

.dicns{
	float:right;
	margin:10px;
	margin-bottom:0px;
	padding:0 0 0 0px;
	border:0;
	position:relative;
	bottom:3px;
	text-align:center;
}

.dicns a,.dicns span{
	display:block;
	width:0;
	height:0;
	position:relative;
	opacity:0;
	visibility:hidden;
	-webkit-transition-property: opacity transform;
    -o-transition-property: opacity transform;
    -moz-transition-property: opacity transform;
    transition-property: opacity transform;
    -webkit-transition-duration: .3s !important;
    -moz-transition-duration: .3s !important;
    -o-transition-duration: .3s !important;
    transition-duration: .3s !important;
    -webkit-transition-timing-function: ease !important;
    -moz-transition-timing-function: ease !important;
    -o-transition-timing-function: ease !important;
    transition-timing-function: ease !important;
}

.dicns span{
	visibility:visible;
	opacity:1;
	width:32px;
	height:auto;
}

.dicns span i{
	background:#290ba0 !important;
	color:#fff;
}

.dicns.mkshww a{
	visibility:visible;
	opacity:1;
	min-width:32px;
	height:auto;
	-webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.dicns a:nth-child(4)  {
    webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.dicns a:nth-child(3) {
    webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .2s;
}

.dicns a:nth-child(2) {
    webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .3s;
}

.dicns a:nth-child(1) {
    webkit-transition-delay: .1s;
    -moz-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .4s;
}


.dicns a i,.dicns span i{
	height:32px;
	width:32px;
	background:#fff;
	border-radius:50%;
	overflow:hidden;
	box-shadow:2px 2px 6px rgba(0,0,0,0.4);
	font-size:21px;
	text-align:center;
	line-height:32px;
}


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

.megamenu {
  z-index: 15;
}
.megamenu .megamenu-nav {
  padding: 0;
  margin: 0;
}
.megamenu .megamenu-nav .nav-item {
  display: block;
}
.megamenu .megamenu-nav .nav-item.is-open > .megamenu-content {
  visibility: visible;
  opacity: 1;
}
.megamenu .megamenu-nav .nav-item.is-open > .nav-link {
  background: #fff;
  color: #290ba0;
}

.megamenu .megamenu-nav .nav-item.is-open > .nav-link .cat_burger span{
  background: #290ba0;
}
.megamenu .megamenu-nav .nav-link {
  color: #fff;
  padding: 15px 30px;
}
.megamenu .megamenu-nav .nav-link:hover {
  background: #fff;
  color: #290ba0;
}
.megamenu .megamenu-content {
  position: absolute;
  left: 0;
  right: 0;
  top: 110px;
  overflow: hidden;
  overflow-y: scroll;
  visibility: hidden;
  opacity: 0;
  z-index: 14;
  height:70vh;
  transition: all .3s ease-in-out;
}
.megamenu .megamenu-content .container {
  padding: 45px 15px;
  //height:90vh;
  overflow: hidden;
}
.megamenu .megamenu-content .subnav {
  margin: 0;
  padding: 0;
}
.megamenu .megamenu-content .subnav-item {
  display: block;
}
.megamenu .megamenu-content .subnav-item .subnav-link {
	color:#3f3f3f;
	font-size:.8125rem;
	padding:.3125rem;
	display:block;
}

.megamenu-background {
  background: #fff;
  position: absolute;
  left: 0;
  top: 110px;
  right: 0;
  height: 0;
  transition: all .3s ease-in-out;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  z-index: 13;
}

.megamenu-dim {
  background: rgba(0, 0, 0, 0.6);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 54px;
  visibility: hidden;
  opacity: 0;
  z-index: -12;
  transition: all .3s ease-in-out;
}
body.megamenu-visible .megamenu-dim {
  z-index: 12;
  visibility: visible;
  opacity: 1;
}

.fr4all{
	position:absolute;
	left: 0;
}

.grphead{
	color:#000;
	font-size:.9375rem;
	font-weight:700;
	padding-bottom:.3125rem;
	display:block;
	cursor:pointer;
	
	margin-top:.1rem;
    border: 0;
}

.grphead a{
	color:#000;
}


.deep_menu {
  float: left;
  background-color: transparent;
  width: 20%;
}

.deep_menu ul li{
	position: relative;
	background: #fff;
	border-bottom: .0625rem solid #e5e3e5;
}

.dmenulinks{
	display:inline-block;
	position: relative;
	padding: .8125rem .9375rem;
	font-size: .8125rem;
	line-height: 20px;
	font-weight: 300;
	color: #121212;
	outline: none;
	width: 85%;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	-o-text-overflow:ellipsis;
	
}

.deep_menu ul li a.dmenulinks i {
    font-size: inherit;
    overflow: hidden;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    width: 100%;
    font-style: normal;
}

.deep_menu button,.ma5menu__btn--enter,.ma5menu__btn--leave  {
	display: inline-block;
	padding: .8125rem .9375rem;
	border: none;
	outline: none;
	cursor: pointer;
	transition: 0.3s;
	font-size: .9375rem;
	color: #50545b;
	background:#e4e0e042;
	position: absolute;
	right: 0;
	text-align: center;
	font-weight: bold;
	width: 55px;
}

.deep_menu ul li button i,.ma5menu__btn--enter i,.ma5menu__btn--leave i{
	font-size: 24px;
	top: -2px;
	position:relative;
	font-weight:700;
}

.deep_menu button:hover {
  background-color: #ccc;
}


.deep_menu button.active {
  background-color: #ccc;
}

.dmenucontent {
  float: left;
  padding: 0px 12px;
  //border: 1px solid #ccc;
  width: 80%;
  border-left: none;
}



.dnmk{
	text-align: left; 
	position: fixed;
    width: 100%;
    display: block;
    justify-content: space-between;
    background: #fff;
    color: #fff;
    z-index: 99999;
}

.dnimj{
	width: 100%; 
	background-color: #fff;
	margin: 0 auto;
	-webkit-box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,.05);
    box-shadow: 0 0.125rem 0.25rem 0 rgba(0,0,0,.05);
    padding: .625rem .9375rem;
    position: relative;
}

.inhmd{
	width:100%;
}

.dtopp{
	display: flex;
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
}

.mnlgb{
	display: inline-block;
    position: relative;
    left: 30px;
	margin: 0 auto auto 0px;
	max-width: 50%
}

.tphd{
	position:absolute;
	right: 0;
	top:10px;
}

.tphd a{
	display:inline-block;
	position:relative;
	text-align:right;
	width:2.1875rem;
	cursor:pointer;
}

.tphd a i{
	-webkit-transform:scale(.8);
	-ms-transform:scale(.8);
	transform:scale(.8);
	vertical-align:middle;
	color:#50545b;
	font-size:24px;
	font-weight:;
}

.tphd a:last-of-type{
	margin-right:.3125rem;
}

.smmob.mkxc {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
}


.mklns{
	background: transparent;
    border: none;
    color: #fff;
    cursor: pointer;
    outline: none;
    width: 20px;
	margin-right:7px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-self: center;
    height: 20px;
    padding: 0;
}

.mklns span{
	width: inherit;
    height: 3px;
    background: #6c6969;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0;
    border-radius: 2px;
}

.ma5menu__container{
	background:#fff;
	height: 100vh;
	z-index:9999999;
	box-shadow:0 0 1px rgba(0,0,0,0.14);
}




.ma5menu__header .ma5menu__toggle {
    width: 25px;
}

.ma5menu__toggle{
    -webkit-box-pack: justify;
    justify-content: space-around;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-self: center;
}

.ma5menu__toggle:hover,.ma5menu__toggle:active,.ma5menu__toggle:focus{
	background:transparent;
	color:#121212;
	border:none;
	outline:none;
}

.ma5menu__logo {
    background-image: url(../img/logo.png);
	width: 100%;
    background-size: 80%;
    background-position-y: unset;
    background-repeat: no-repeat;
    background-position-x: unset;
    transform: translate(-50%, 25%);
}

.ma5menu__panel>ul li a{
	color:#121212;
	white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    font-size: inherit;
}

.ma5menu__panel{
	background:#fff;
}

.ma5menu__btn--enter,.ma5menu__btn--enter:hover,.ma5menu__btn--leave,.ma5menu__btn--leave:hover,
.ma5menu__leave:hover .ma5menu__btn--leave,.ma5menu__toggle:hover .ma5menu__close ,.ma5menu__close{
    background-image: unset;
}


.ma5menu__btn--leave i{
	top:-10px;
}

.ma5menu__leave:hover{
	font-weight:normal;
	background:#290ba0;
	color:#fff;
}

.ma5menu__leave:hover .ma5menu__btn--leave i{
	color:#fff;
}

.ma5menu__leave{
	background: #e4e0e042;
    color: #121212;
    font-weight: 700;
}

.ma5menu__panel>ul li{
	background: #fff;
	border-bottom: .0625rem solid #e5e3e5;
	position: relative;
	font-size: .8125rem;
	line-height: 20px;
	font-weight: 300;
	color: #121212;
	outline: none;
	text-transform: unset;
    position: relative;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.ma5menu__panel>ul li a:hover{
	color:#290ba0;
}

.ma5menu__close,.ma5menu__close i{
	color:#212121;
	font-size:25px;
}

.ma5menu__btn--enter:hover{
	color:#290ba0;
}

.ma5menu__alert{
	display:none;
}

.ma5menu__panel::-webkit-scrollbar{
	width: 9px;
    background-color: #290ba0;
}

.ma5menu__panel::-webkit-scrollbar-thumb {
    background-color: rgba(255,255,255,0.15);
    outline: none;
    border-right: 3px solid #290ba0;
}
/************************************************************/



















.mnhdjk{
	height:40px;
}

.mbmenu{
	overflow: hidden;
	cursor: pointer;
	outline: none;
	background:transparent ;
    border: none;
    color: #121212;
    outline: none;
    width: 40px;
	height: 30px;
	margin-right:7px;
    padding: 0;
	background:transparent;
	color:#121212;
	position:relative;
	top:5px;
}

.mklns{
	background: transparent;
    color: #fff;
    cursor: pointer;
    width: inherit;
	margin-right:7px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    align-self: center;
    height: 20px;
}

.mklns span{
	width: inherit;
    height: 3px;
    background: #6c6969;
    font-weight: bold;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 0;
    border-radius: 2px;
}

.frlgo{
	width:50%;
	margin:0px auto;
	text-align:center;
}

.fricns{
	height:100%;
}

.fricns a{
	vertical-align: middle;
    display: inline-block;
    transform: translateY(10px);
	color:#290ba0;
	
}

.fricns a:last-child{
	margin-left:5px;
}

.fricns a i{
	font-size:20px;
}


.new-control {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 1.5rem;
    margin-right: .5rem;
	color: #1b55e2;
	background: transparent;
    font-weight: 100;
    font-size: 14px;
}

input[type="checkbox"].new-control-input, input[type="radio"].new-control-input {
    box-sizing: border-box;
    padding: 0;
}

.new-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.new-control.new-radio span.new-control-indicator::after {
    top: 50%;
    left: 50%;
    margin-left: -3px;
    margin-top: -3px;
    content: '';
    position: absolute;
    display: none;
    border-radius: 50%;
    height: 6px;
    width: 6px;
    background-color: #fff;
}

.new-control.new-radio .new-control-indicator {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
    border-radius: 5px;
}

.new-control.new-radio .new-control-indicator{
	background-color: transparent;
}



.new-control-indicator#red  {
  background-color: #C91524;
}

.new-control-indicator#blue {
  background-color: #0000FF;
}

.new-control-indicator#gold {
  background-color:#FFD700;
}

.new-control-indicator#multi-colour {
    background: -webkit-linear-gradient(110deg, #000 33%, rgba(0, 0, 0, 0) 33%), -webkit-linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
    background: -o-linear-gradient(110deg, #000 33%, rgba(0, 0, 0, 0) 33%), -o-linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
    background: -moz-linear-gradient(110deg, #000 33%, rgba(0, 0, 0, 0) 33%), -moz-linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
    background: linear-gradient(110deg, #000 33%, rgba(0, 0, 0, 0) 33%), linear-gradient(110deg, #dd0000 66%, #ffc608 66%);
}

.new-control-indicator#silver {
  background-color: #C0C0C0;
}

.new-control-indicator#brown {
  background-color: #8B4513;
}

.new-control-indicator#gray {
  background-color: #808080;
}

.new-control-indicator#green {
  background-color:#008000 ;
}

.new-control-indicator#orange {
  background-color: #FFA500;
}

.new-control-indicator#pink {
  background-color: #FF1493 ;
}

.new-control-indicator#purple {
  background-color: #FF00FF;
}

.new-control-indicator#yellow {
  background-color: #FFFF00;
}


.new-control-indicator#black {
  background-color: #000;
}



.new-control.new-radio.radio-classic-red > input:checked ~ span.new-control-indicator {
  border: 5px solid  #C91524;
}

.new-control.new-radio.radio-classic-blue > input:checked ~ span.new-control-indicator{
  border: 5px solid  #0000FF;
}

.new-control.new-radio.radio-classic-gold > input:checked ~ span.new-control-indicator{
  border: 5px solid #FFD700;
}

.new-control.new-radio.radio-classic-multi-colour > input:checked ~ span.new-control-indicator{
    border:1px solid red;
}

.new-control.new-radio.radio-classic-silver > input:checked ~ span.new-control-indicator{
  border: 5px solid  #C0C0C0;
}

.new-control.new-radio.radio-classic-brown > input:checked ~ span.new-control-indicator{
  border: 5px solid  #8B4513;
}

.new-control.new-radio.radio-classic-gray > input:checked ~ span.new-control-indicator{
  border: 5px solid  #808080;
}

.new-control.new-radio.radio-classic-green > input:checked ~ span.new-control-indicator{
  border: 5px solid #008000 ;
}

.new-control.new-radio.radio-classic-orange > input:checked ~ span.new-control-indicator{
  border: 5px solid  #FFA500;
}

.new-control.new-radio.radio-classic-pink > input:checked ~ span.new-control-indicator{
  border: 5px solid  #FF1493 ;
}

.new-control.new-radio.radio-classic-purple > input:checked ~ span.new-control-indicator{
  border: 5px solid  #FF00FF;
}

.new-control.new-radio.radio-classic-yellow > input:checked ~ span.new-control-indicator{
  border: 5px solid  #FFFF00;
}


.new-control.new-radio.radio-classic-black > input:checked ~ span.new-control-indicator{
  border: 5px solid  #000;
}


.new-control.new-radio[class*="radio-classic-"] > input:checked ~ span.new-control-indicator {
    background-color: #fff !important;
	background-image: url(../img/basics-21-512.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
}

.fw-size-choose {
    border-bottom: none;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.fw-size-choose p {
    float: left;
    margin-right: 38px;
    text-transform: uppercase;
    font-weight: 700;
    color: #414141;
    padding-top: 10px;
    margin-bottom: 0;
}

.fw-size-choose .sc-item {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}

.fw-size-choose input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.fw-size-choose label {
    width: 33px;
    height: 33px;
    font-size: 12px;
    border: 2px solid #414141;
    display: inline-block;
    text-align: center;
    color: #414141;
    font-weight: 500;
    cursor: pointer;
    border-radius: 50px;
    padding: 7px 6px 0;
}

.fw-size-choose input[type=radio]:checked+label {
    border: 2px solid #f51167;
}

.fw-size-choose input[type=radio]:checked+label {
    background: #f51167;
    color: #fff;
}

.product_fav.inprd{
	visibility:visible !important;
	opacity:1 !important;
	position:relative;
	right:0;
	top:0;
}


.mkbtm {
	display:inline-block;
	margin-top: 20px;
	width: 165px;
	position: relative;
    background: transparent;
	text-align: center;
	border: solid 2px #290ba0; /*#ff0e3b*/
    overflow: hidden;
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
	outline:none;
}

.cart_buttons .mkbtm{
	width:220px;
	font-size:12px;
	padding-right:4px;
}

.disdnct{
	position: absolute;
    z-index: 9;
    right: 0;
    color: #fff;
    bottom: 0;
    font-size: 15px;
	opacity:0;
}

.mkbtm::before {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 130%;
    height: 320%; 
    background: #290ba0; /*#ff0e3b*/
    content: '';
    z-index: 0;
    -webkit-transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
    transition: all 600ms ease;
}

.mkbtm .my_btn,.edt_cfd{
    display: block;
    position: relative;
    height: 100%;
	width:100%;
	cursor:pointer;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
	border:none;
	background:transparent;
    letter-spacing: 0.075em;
    line-height:48px;
    text-transform: uppercase;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
	outline:none;
}

.doinfrcrt .mkbtm .my_btn{
	line-height:38px;
}

.mkbtm::after {
    display: block;
    position: absolute;
    right: -25px;
    bottom: -15px;
    width: 55px;
    height: 35px;
    background: #290ba0;/*#ff0e3b*/
	font-family: 'Linearicons-Free';
    content: "";
	color:#fff;
    transform: rotate(-45deg);
}

.mkbtm:hover::before,.mkbtm.iskl::before{
	top: 160%;
	left: 160%;
}

.mkbtm:hover .disdnct,.mkbtm.iskl .disdnct{
	opacity:1;
}

.mkbtm:hover .my_btn,.mkbtm.iskl .my_btn,.edt_cfd{
	color: #290ba0; /*#ff0e3b*/
}


.text-secondary {
    color: #F8694A !important;
}


.loader {
  border: 7px solid #f1f2f3;
  border-radius: 50%;
  border-top: 7px solid #1b55e2;
  width: 58px;
  height: 58px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite; }
  .loader.dual-loader {
    border-bottom: 7px solid #1b55e2; }
  .loader.multi-loader {
    border-bottom: 7px solid #e2a03f;
    border-right: 7px solid #8dbf42;
    border-left: 7px solid #e7515a; }

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

.spinner-border {
  position: relative;
  display: inline-block;
  margin-bottom: -6px;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: -999em;
  border: .25em solid;
  border-color: currentColor transparent currentColor currentColor;
  border-radius: 50%;
  -webkit-animation-name: spinner-border;
  animation-name: spinner-border;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.spinner-border-reverse {
  border-color: transparent currentColor transparent transparent; }
  .spinner-border-reverse::after {
    position: absolute;
    top: -.25em;
    right: -.25em;
    bottom: -.25em;
    left: -.25em;
    display: inline-block;
    content: "";
    border: 0.25em solid rgba(0, 0, 0, 0.1);
    border-radius: 50%; }

@-webkit-keyframes spinner-grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes spinner-grow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); }
  50% {
    opacity: 1; }
  100% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.spinner-grow {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  text-indent: -999em;
  background-color: currentColor;
  border-radius: 50%;
  -webkit-animation-name: spinner-grow;
  animation-name: spinner-grow;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.loader-lg {
  width: 2.5rem;
  height: 2.5rem;
  border-width: 0.35em; }

.loader-sm {
  width: 1.5rem;
  height: 1.5rem;
  border-width: 0.25em; }












.asc_ip{
	width:100%;
	box-shadow:0 2px 5px 0 rgba(0,0,0,0.05);
	display:block;
	border-radius:4px;
	padding:5px 0;
}

.man_hdd{
	width:100%;
	border-radius:4px;
}

.in_man_hdd{
	background:#fff;
	padding:0 16px;
	min-height:48px;
	width:100%;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:spae-between;
	margin:0px auto;
	border-bottom:1px solid #f0f0f0;
	display: -ms-flexbox !important;
	display: flex- !important;
	
}

.in_man_hdd h4{
	font-size:1.25rem;
	max-width:100%;
	flex-grow:1;
	padding:0;
	margin:0;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	font-weight:500;
	
}

.see_all{
	display:flex;
	justify-content:flex-end;
	flex-shrink:0;
	flex:1 0 auto;
	padding:0;
	margin:0;
}

.see_all a{
	display:flex;
	font-size:.875rem;
	text-transform:uppercase;
	font-weight:600;
	padding:4px 0px;
	align-items:center;
	outline:none;
	color:#290ba0;
}

.see_all a i{
	font-size:.675rem;
	font-weight:700;
}

.bdy_hds{
	width:100%;
	margin-top:5px;
	padding:5px 0;
}

.in_bdy_hds{
	display:block;
	padding:0 10px;
}


.in_bdy_hds .senav{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgb(70 70 70 / 52%);
    z-index: 999;
	opacity:.7;
}

.in_bdy_hds .trends_prev{
	left: 0;
}

.in_bdy_hds .trends_next{
	right: 0;
}

.in_bdy_hds .senav:hover,.in_bdy_hds .senav:focus,.in_bdy_hds .senav:hover i,.in_bdy_hds .senav:focus i{
	color:#fff !important;
	outline:none;
	opacity:1;
}

.prd_rem{
	display:;
	width:100%;
	outline:none;
}

.prd_rem a{
	display:inline-block;
	background:#fff;
	line-height:1;
	margin:4px;
	padding-bottom:8px;
	width:100%;
	overflow:hidden;
	border-radius:4px;
	position:relative;
	text-decoration:none;
	text-align:center;
	outline:none;
}

.in_bdy_hds .trends_item{
	padding:0 !important;
}

.in_bdy_hds .trends_item:hover{
	box-shadow: 0px 1px 5px rgba(0,0,0,0.1);
}

.img_qkj{
	display:block;
	height:185px;
	width:100%;
	overflow:hidden;
}

.prd_rem a .img_qkj img{
	margin:0px auto;
	max-width: 100%;
    position: relative;
    top: 50%;
    left: 0;
    transform: translate(0%, -50%);
    max-height: 100%;
	width: auto !important;
}

.prd_name{
	font-size:.875rem;
	white-space:nowrap;
	overflow:hidden;
	line-height:1;
	text-overflow:ellipsis;
	padding:8px 8px 4px 8px;
	text-align:left;
	color:#282828;
}

.prd_price{
	font-size:1rem;
	text-align:left;
	font-weight:500;
	line-height:1;
	padding:4px 8px 0 8px;
	color:#282828;
}

.prd_price span{
	font-size:.75rem;
	text-decoration:line-through;
	font-weight:400;
	padding-top:4px;
	color:#75757a;
	line-height:1;
	text-align:left;
}







/* ----------------------
  Latest product section
------------------------*/
.lastprds{
	border:1px solid red;
	margin:15rem auto;
}
.top-letest-product-section {
	padding-top: 70px;
	padding-bottom: 60px;
}

.top-letest-product-section .section-title {
	margin-bottom: 70px;
}

.product-slider .owl-nav {
	position: unset;
	width: 100%;
}

.product-slider .owl-nav .owl-next,
.product-slider .owl-nav .owl-prev {
	color: #fff;
	text-align: center;
	font-size: 25px;
	position: unset;
	top: 50%;
    transform: translateY(-50%);
    background: #0e0e0e80;
	width:36px;
	height:36px;
	border-radius:50%;
	opacity:1;
	visibility:visibility;
	
	-webkit-transition: all 0.4s ease 0.3s;
	-o-transition: all 0.4s ease 0.3s;
	transition: all 0.4s ease 0.3s;
}

.product-slider .owl-nav .owl-next {
	position:absolute;
	right: 0px;
}

.product-slider .owl-nav .owl-prev {
	position:absolute;
	left: 0px;
}
.product-slider .owl-nav .owl-next i{
	position: relative;
    left: 3px;
}

.product-slider .owl-nav .owl-prev i{
	position: relative;
    right: 3px;
}

.product-slider .owl-nav .owl-next.disabled,
.product-slider .owl-nav .owl-prev.disabled{
	opacity:0;
	visibility:hidden;
}


.tag-new {
	position: absolute;
	right: 16px;
	top: 14px;
	font-size: 10px;
	font-weight: 700;
	color: #fff;
	background: #50e550;
	line-height: 1;
	text-transform: uppercase;
	padding: 5px 9px 1px;
	border-radius: 15px;
	width: 42px;
	z-index:9;
}

.prd_links {
	width: 100%;
	position: relative;
	text-align: right;
	margin-top:7px;
}

.prd_links button {
	display: inline-table;
	width: 36px;
	height: 36px;
	background: #fff;
	border-radius: 60px;
	border:1px solid rgba(0, 0, 0, 25%);
	outline:none;
	font-size: 18px;
	line-height: 18px;
	overflow: hidden;
	color: #000;
	position: relative;
	padding-top:4px;
	cursor:pointer;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
}

.prd_links button i {
	display: inline-block;
	color: #000;
}

.prd_links button.add2cart {
	padding-top: 8px;
	width: 148px;
    padding: 8px 18px;
    text-align: left;
}

.prd_links button.add2cart span {
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	position: absolute;
	right: 19px;
	top: 20px;
	opacity: 1;
	top: 10px;
	-webkit-transition: all 0.4s ease 0.3s;
	-o-transition: all 0.4s ease 0.3s;
	transition: all 0.4s ease 0.3s;
}

