@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kb d, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, input, textarea, select, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: 'Sintony', sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	margin: 0;
	padding: 0;
	outline: 0;
	scrollbar-width: thin;
}
body::-webkit-scrollbar {
  	width: 8px;
	background: #f1f1f1;
}
body::-webkit-scrollbar-thumb {
  	background-color: #c1c1c1;
	border: 1px solid #fff;
}
::-moz-selection {
 	color: #fff;
 	background: #183650;
}
::selection {
	color: #fff;
	background: #183650;
}
img {
	max-width: 100%;
	height: auto !important;
	image-rendering: -webkit-optimize-contrast;
}
.trs {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.placeholder {
	color: #666;
	opacity: 1 !important;
	font-size: 12px;
}
::-webkit-input-placeholder {
 	color: #666;
 	opacity: 1 !important;
	font-size: 12px;
}
:-moz-placeholder {
 	color: #666;
 	opacity: 1 !important;
	font-size: 12px;
}
::-moz-placeholder {
 	color: #666;
 	opacity: 1 !important;
	font-size: 12px;
}
:-ms-input-placeholder {
 	color: #666;
	font-size: 12px;
}
select:required:invalid {
	color: #888 !important;
}
:focus {
	outline: none !important;
}
a:hover {
	text-decoration: none;
}
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
 	transition: background-color 5500s ease-in-out 0s;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #d2d2d2;
	background-color: #fff;
	padding: 0 10px 0 5px !important;
	cursor: pointer !important;
	height: 26px !important;
	color: #333 !important;
}
select::-ms-expand {
 	display: none;
}
input[type="text"], input[type="email"], input[type="password"], input[type="file"], input[type="date"], textarea, select {
	padding: 0px !important;
	background-color: transparent !important;
	border: none !important;
	border-bottom: 1px solid #d2d2d2 !important;
	border-radius: 0px !important;
	margin: 0px;
	outline: none !important;
	box-shadow: none !important;
	height: 26px;
	font-size: 14px !important;
	color: #333 !important;
}
textarea {
	resize: none;
	padding: 0 !important;
	height: 112px;
}
.input_style {
	width: 100%;
	float: left;
	position: absolute;
	left: 0;
	top: -20px;
	color: #666;
	font-weight: 400;
	font-size: 13px;
	z-index: 10;
	cursor: text;
	text-align: left;
	transition: transform 200ms ease-out, font-size 200ms ease-out;
}
.focused .input_style {
	transform: translateY(-30%);
	color: #183650;
	font-size: 14px;
}
.form-group .line {
  	height: 2px;
  	width: 0px;
  	display: inline-block;
  	transition: .3s width ease-in-out;
  	position: relative;
  	top: -16px;
}
input[type="text"]:focus+.line, input[type="email"]:focus+.line, input[type="password"]:focus+.line, input[type="file"]:focus+.line, input[type="date"]:focus+.line, textarea:focus+.line, select:focus+.line {
	width: 100%;
  	background-color: #183650;
}
.select_style {
	width: 100%;
	height: 26px;
	font-weight: 400;
	font-size: 15px;
	padding: 0px !important;
	border: none !important;
	border-bottom: 1px solid #d2d2d2 !important;
	border-radius: 0px !important;
	margin: 0px;
	outline: none !important;
	box-shadow: none !important;
	background-position: right top;
}
.form-group {
    width: 100%;
    float: left;
    margin: 15px 0;
    position: relative;
	text-align: center;
}
.mandatory_star {
	color: #f00;
	font-weight: 700;
	display: inline;
}
b, strong {
    font-weight: 700;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}
.nothing_display {
    width: 100%;
    padding: 100px 0;
    margin: 0 0 20px 0;
    background: #fff;
    float: left;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    color: #183650;
}

/*******************************preload*******************************/
#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	background: #f4f6f4;
	text-align: center;
	color: #fff;
}
#status {
	width: 400px;
	position: absolute;
	left: 0;
	top: 40%;
	right: 0;
	margin: 0 auto;
}

/***************************** header *****************************/
.header {
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
	background: #fff;
}
.logo {
	max-width: 200px;
    float: left;
    position: relative;
    z-index: 10;
    margin: -32px 0 0 0;
    padding: 0;
}

/***************************** top *****************************/
.white {
	background: #fff;
	height: 35px;
	float: left;
	padding: 0;
}
.top {
    background: #183650 url(../images/top_bg.png) no-repeat left;
    height: 35px;
    float: left;
	padding: 0;
}
.top_row {
    float: right;
}
.top_row li {
    float: left;
	padding: 5px 8px;
    display: inline;
    list-style: none;
}
.top_row li a, .top_row li button {
    color: #fff;
	text-shadow: 0px 1px 1px #333;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	border: none;
    background: none;
	padding: 0;
}
.top_row li:hover {
    background: #183650;
}
.top_row li i {
    font-size: 14px;
	padding-right: 2px;
}
.pro_head {
    width: 100%;
    float: left;
    background: #555;
    font-size: 15px;
    color: #333;
    padding: 8px;
}
.user p {
    color: #fff;
    font-size: 13px;
}
.user {
    min-width: 250px;
    -webkit-box-shadow: 0 1px 10px 0 rgba(69,90,100,.2);
    box-shadow: 0 1px 10px 0 rgba(69,90,100,.2);
    padding: 0;
    z-index: 9999;
}
.user a {
	color: #333 !important;
	text-shadow: none !important;
	font-size: 13px !important;
    font-weight: 400 !important;
	text-align: left;
	padding: 10px 15px !important;
}
.user a i {
    font-size: 13px;
    padding-right: 2px;
    color: #555;
}
.user .dropdown-item.active, .user .dropdown-item:active, .user .dropdown-item:hover, .user .dropdown-item:focus {
	color: #fff !important;
    background-color: #5d8d1c !important;
}
.user a.active i, .user a:hover i, .user a:focus i {
	color: #fff !important;
}
.user_img {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
}
.fb_bg, .tw_bg, .im_bg, .yt_bg, .in_bg {
	font-size: 14px;
	color: #fff;
	padding: 6px 8px;
	float: right;
	cursor: pointer;
	border-left: 1px solid #fff;
}
.fb_bg:hover {
	background: #38548f;
	color: #fff;
}
.tw_bg:hover {
	background: #55acee;
	color: #fff;
}
.im_bg:hover {
	color: #fff;
	background: #f09433;
background: -webkit-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: -o-linear-gradient(bottom left, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
background: linear-gradient(to top right, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.yt_bg:hover {
	background: #e52d27;
	color: #fff;
}
.in_bg:hover {
	background: #0976b4;
	color: #fff;
}
.overlay_input_btn {
	background: #183650;
	color: #fff;
	text-shadow: 0px 1px 1px #1e5f00;
	border: none;
	padding: 3px 15px;
}
.overlay_input_btn:hover {
	background: #183650;
	color: #fff;
}
.overlay_input input {
    height: 30px;
    border: 1px solid #183650 !important;
    padding: 0 15px !important;
	background-color: #fff !important;
}
.overlay input:-webkit-autofill, .overlay input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff !important;
}

/***************************** Menu *****************************/
.menu {
    width: 100%;
    position: relative;
    margin-top: -72px;
    float: right;
    padding: 0 15px;
    background: #fff;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.1);
}
.offcanvas-header {
	display:none;
}
.navbar-nav.sm-collapsible .sub-arrow {
	position: absolute;
	top: 50%;
	right: 0;
	margin: -0.7em 0.5em 0 0;
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: .25rem;
	padding: 0;
	width: 2em;
	height: 1.4em;
	font-size: 1.25rem;
	line-height: 1.2em;
	text-align: center;
}
.navbar-nav.sm-collapsible .sub-arrow::before {
	content: '+';
}
.navbar-nav.sm-collapsible .show > a > .sub-arrow::before {
	content: '-';
}
.navbar-dark .navbar-nav.sm-collapsible .nav-link .sub-arrow {
	border-color: rgba(255, 255, 255, .1);
}
.navbar-nav.sm-collapsible .has-submenu {
	padding-right: 3em;
}
.navbar-nav.sm-collapsible .nav-link,
.navbar-nav.sm-collapsible .dropdown-item {
	position: relative;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: .255em;
	vertical-align: .255em;
	border-top: .3em solid;
	border-right: .3em solid transparent;
	border-left: .3em solid transparent;
}
.fixed-bottom .navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow,
.fixed-bottom .navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-toggle::after {
	border-top: 0;
	border-bottom: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item .sub-arrow,
.navbar-nav:not(.sm-collapsible):not([data-sm-skip]) .dropdown-menu .dropdown-toggle::after {
	position: absolute;
	top: 50%;
	right: 0;
	width: 0;
	height: 0;
	margin-top: -.3em;
	margin-right: 8px;
	border-top: .3em solid transparent;
	border-bottom: .3em solid transparent;
	border-left: .3em solid;
}
.navbar-nav:not(.sm-collapsible) .dropdown-item.has-submenu {
	padding-right: 20px;
}
.navbar-nav .scroll-up,
.navbar-nav .scroll-down {
	position: absolute;
	display: none;
	visibility: hidden;
	height: 20px;
	overflow: hidden;
	text-align: center;
}
.navbar-nav .scroll-up-arrow,
.navbar-nav .scroll-down-arrow {
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -8px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid;
	border-left: 7px solid transparent;
}
.navbar-nav .scroll-down-arrow {
	top: 6px;
	border-top: 7px solid;
	border-right: 7px solid transparent;
	border-bottom: 7px solid transparent;
	border-left: 7px solid transparent;
}
.navbar-nav.sm-collapsible .dropdown-menu .dropdown-menu {
	margin: .5em;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item {
	white-space: normal;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item {
	border-bottom: 1px solid #e8e8e8;
}

.navbar {
	width: 100%;
	float: left;
	padding: 0;
}
.nav > li > .active, .nav > li > a:hover {
    color: #fff;
}


.nav > .la_1 > a:hover, .nav > .la_1 > .active {
	background-color: #183650 !important;
}
.nav > .la_2 > a:hover, .nav > .la_2 > .active {
	background-color: #183650 !important;
}
.nav > .la_3 > a:hover, .nav > .la_3 > .active {
	background-color: #183650 !important;
}
.nav > .la_4 > a:hover, .nav > .la_4 > .active {
	background-color: #183650 !important;
}
.nav > .la_5 > a:hover, .nav > .la_5 > .active {
	background-color: #183650 !important;
}
.nav > .la_6 > a:hover, .nav > .la_6 > .active, .nav > .la_6 > a:focus {
	background-color: #183650 !important;
}



.nav > li > a {
    color: #333;
    display: block;
    position: relative;
    padding: 14px 41px !important;
    font-size: 14px;
    font-weight: 700;
}
.dropdown-item {
    width: auto;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    border-radius: 0 !important;
	padding: 10px;
}
.dropdown-item.active, .dropdown-item:active, .dropdown-item:hover, .dropdown-item:focus {
	color: #fff;
    background-color: #183650 !important;
}
.dropdown-menu {
	padding: 0;
}
.menu_icon {
    width: 32px;
	float: right;
    padding: 0;
	display: none;
}
.menu_icon > span {
	height: 3px;
	float: left;
  	background: #666;
  	margin: 2px 0;
}
.menu_icon:hover span {
	width: 100% !important;
}

.navbar-toggler {
    height: 45px;
}
.navbar-toggler p {
    display: none;
}
.sticky .navbar-toggler p {
    float: left;
    color: #333;
    font-size: 14px;
    text-align: left;
    font-weight: 700;
    line-height: 18px;
    display: inline-block;
	position: absolute;
    left: 15px;
}
.sticky {
  	width: 100%;
  	position: fixed;
	z-index: 99;
	margin-top: 0;
  	top: 0;
}
.sticky + .banner, .sticky + .inner_banner {
  	padding-top: 45px;
}
.sticky .navbar-nav {
	width: 100%;
}
.sticky .navbar-nav .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}

/***************************** Banner *****************************/
.banner {
	width: 100%;
	float: left;
	margin: -22px 0 0 0;
	padding: 0;
	display: block;
	border-bottom: 2px solid #FFF;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
	position: relative;
}
.carousel, .carousel-inner, .carousel-inner .carousel-item img {
	width: 100%;
	height: auto;
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.carousel-control-next, .carousel-control-prev {
	width: 5% !important;
}
.carousel-indicators li {
	cursor: pointer;
}
.banner_text {
    color: #fff;
    font-size: 25px;
    padding: 5px 10px;
    position: absolute;
    bottom: 30%;
	left: 10%;
    text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	text-shadow: 1px 1px 2px #000;
}
.banner_text p {
	font-size: 15px;
	text-align: left;
	text-transform: capitalize;
}

/***************************** btn *****************************/
.send_btn {
	border: none;
	padding: 0 42px 0 12px;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	position: relative;
	overflow: hidden;
	display: inline-block;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	background: linear-gradient(to top, #183650, #183650) !important;
	cursor: pointer;
}
/* .send_btn i {
	position: absolute;
	right: 0;
	width: 30px;
	height: 40px;
	line-height: 40px;
	border-left: 1px solid rgba(255,255,255,0.21);
	text-align: center;
	top: 0;
} */
.send_btn::after {
	content: '';
	position: absolute;
	width: 30px;
	height: 100%;
	background: rgba(255,255,255,0.2);
	z-index: 0;
	right: 0;
	top: 0;
	transition: all 200ms linear;
}
.send_btn:hover::after {
	width: 120%;
	background: rgba(255,255,255,0.1);
}


.send_btn1 {
	border: none;
	padding: 0 1px 0 7px;
	height: 40px;
	line-height: 40px;
	color: #fff !important;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: left;
	position: relative;
	overflow: hidden;
	display: inline-block;
	box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
	/* background: linear-gradient(to top, #666, #183650) !important; */
	cursor: pointer;
}
.send_btn1 i {

	position: relative;
    right: 0;
    left: 15px;
    /* width: 30px; */
    height: 40px;
    /* line-height: 40px; */
    /* border-left: 1px solid rgba(255, 255, 255, 0.21); */
    text-align: center;
    top: 0;
	top: 7px;
    font-size: 25px;
}
.send_btn1::after {
	content: '';
	position: absolute;
	
	height: 100%;
	background: rgba(255,255,255,0.2);
	z-index: 0;
	right: 0;
	top: 0;
	transition: all 200ms linear;
}
.send_btn1:hover::after {
	width: 120%;
	background: rgba(255,255,255,0.1);
}

/***************************** welcome *****************************/
.welcome {
    width: 100%;
	float: left;
    background: #fff;
    padding: 0;
    margin: 50px 0;
}
.welcome_bg h1 {
   	width: 100%;
	float: left;
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	text-align: left;
}
.welcome_bg h4 {
   	width: 100%;
	float: left;
	padding: 0 0 15px 0;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: justify;
}
.welcome_bg h4 p {
	margin: 0 0 10px 0;
}
.welcome_sml_img {
	width: 300px;
	margin: 0 10px 0 0;
}
.welcome_btn {
    text-align: left;
}

/***************************** Featured Products *****************************/
.featured_products {
	width: 100%;
	float: left;
	background: url(../images/featured_products_bg.jpg) no-repeat fixed center center;
	 -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.hm_featured_blackbg {
	width: 100%;
    float: left;
	padding: 60px 0;
	background: rgba(0, 0, 0, .6);
}
.featured_products h2 {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.4);
}

/***************************** Hm Products *****************************/
.hm_product_box {
	float: left;
	text-align: center;
	padding: 0;
	box-shadow: 0 0 0 6px rgba(255,255,255,.6);
}
.hm_product_imgbox {
	position: relative;
	padding: 0;
	overflow: hidden;
	background: #fff;
}
.hm_product_imgbox img {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.hm_product_box:hover .hm_product_imgbox img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.hm_product_imgbox_title {
	width: 100%;
	float: left;
	position: relative;
	margin: -105px 0 0 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(25%, rgba(0,0,0,.2)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 25%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 25%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 25%, rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,.2) 25%, rgba(0,0,0,1) 100%);
}
.hm_product_imgbox_title h1 {
	width: 100%;
	height: 80px;
	float: left;
	padding: 35px 15px 10px 15px;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	text-shadow: 2px 2px 2px #333;
	line-height: 18px;
}
.hm_product_imgbox_title h5 {
	width: 100%;
	float: left;
	padding: 0 15px 10px 15px;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
}
.hm_product_imgbox_title h5 hr {
	position: absolute;
	border: 0;
	border-bottom: 1px solid #666;
	height: 3px;
	margin: 0;
	top: 80%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(34% - 50px);
}
.hm_product_imgbox_title h5 i {
    font-style: normal;
    font-weight: 400;
}
.hm_product_imgbox_title h5 hr:first-child {
	left: 20px;
}
.hm_product_imgbox_title h5 hr:last-child {
	right: 20px;
}
.hm_shop {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	z-index: 9;
}
.hm_shop a {
    width: 50px;
    font-size: 12px;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    font-weight: 700;
    padding: 4px;
	margin: 0 4px;
	background: rgba(0, 0, 0, .7);
    color: #fff;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
}
.hm_product_box:hover .hm_shop a {
    opacity: 1;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

/***************************** hm_best sellers *****************************/
.hm_best_sellers {
    width: 100%;
    padding: 60px 0 40px 0;
    margin: 0;
    float: left;
	background: url(../images/best_sellers_bg.jpg) no-repeat fixed center center;
	 -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.hm_best_sellers h2 {
   	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.hm_best_sellers .hm_product_box {
    padding: 6px;
    box-shadow: 0 0 0 6px rgba(255,255,255,.1) inset;
}

/***************************** New Arrival *****************************/
.new_arrival {
	width: 100%;
	float: left;
	padding: 50px 0;
	background: #fff;
}
.new_arrival h2 {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	text-align: center;
}

/***************************** owl *****************************/
.owl-nav .owl-prev, .owl-nav .owl-next {
  	position: absolute;
  	top: 60%;
  	font-size: 30px !important;
  	width: 25px;
  	height: 40px;
  	line-height: 30px !important;
  	text-align: center;
  	border: 1px solid #262b32 !important;
  	opacity: 0;
  	visibility: hidden;
  	background: #fff !important;
	color: #262b32 !important;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: translatey(-100%);
    transform: translatey(-100%);
}
.owl-nav .owl-next {
  	right: -5px;
}
.owl-nav .owl-prev {
  	left: -5px;
}
.owl-carousel:hover .owl-prev, .owl-carousel:hover .owl-next {
	opacity: 1;
  	visibility: visible;
	top: 50%;
}
.owl-prev:hover, .owl-next:hover {
  	border: 1px solid #183650 !important;
	color: #183650 !important;
}

/***************************** Share With Us On Instagram! *****************************/
.share_instagram {
    width: 100%;
	float: left;
    background: #fff;
    padding: 0;
    margin: 10px 0;
}
.share_instagram h2 {
   	width: 100%;
	margin: 0 0 10px 0;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	text-align: center;
}
.share_instagram img {
	width: 100%;
}

/***************************** Our Clients *****************************/
.hm_clients {
	width: 100%;
	float: left;
	padding: 50px 0 30px 0;
	background: rgba(0, 0, 0, .3);
}
.hm_clients h2 {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.4);
}

/***************************** Testimonials *****************************/
.testimonials {
	width: 100%;
	float: left;
	padding: 15% 0 60px 0;
	background: #fff url(../images/testimonials_bg.jpg) no-repeat;
	background-size: 100% auto;
}
.testimonials img {
    width: 150px !important;
}
.testimonials h2 {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: 700;
	color: #333;
	text-align: center;
}
.testimonials h3 {
	width: 100%;
	float: left;
	padding: 0 0 15px 0;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: center;
}
.testimonials h3 i {
	margin: 0 10px 0 0;
}
.testimonials h4 {
	width: 100%;
	height: 40px;
	float: left;
	font-size: 13px;
	font-weight: 400;
	color: #333;
	margin: 0;
	line-height: 20px;
	text-align: center;
}
.testimonials_name {
	font-size: 16px;
	font-weight: 400;
}
.testimonials_name::before {
    content: '\2014 \00A0';
}

/***************************** hm_newsletter *****************************/
.hm_newsletter {
	width: 100%;
    float: left;
    margin: 0;
	background: url(../images/newsletter_bg.jpg) no-repeat fixed center center;
	 -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}
.hm_newsletter_blackbg {
	width: 100%;
    float: left;
	padding: 60px 0;
	background: rgba(0, 0, 0, .6);
}
.hm_newsletter h4 {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.4);
}
.hm_newsletter p {
	width: 100%;
	margin: 0 0 20px 0;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.4);
}
.newsletter_input_btn {
	background: #183650;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	border: none;
	padding: 3px 15px;
}
.newsletter_input_btn:hover {
	background: #183650;
	color: #fff;
}
.newsletter_input input {
    height: 40px;
    border: 1px solid #183650 !important;
    padding: 0 15px !important;
	background-color: #fff !important;
}
.newsletter input:-webkit-autofill, .newsletter input:-webkit-autofill:focus {
    -webkit-text-fill-color: #fff !important;
}

/************************* hm_icons *************************/
.hm_icons {
	width: 100%;
    float: left;
	padding: 30px 0 10px 0;
}
.hm_icons i {
	font-size: 35px;
	margin: 0 0 20px 0;
	color: #183650;
}
.hm_icons h5 {
	font-size: 14px;
	color: #333;
	font-weight: 700;
}
.hm_icons p {
	font-size: 13px;
	color: #666;
	margin: 5px 0 0 0;
	font-weight: 400;
}

/************************* inner *************************/
.inner_bg {
    width: 100%;
    float: left;
	padding: 23% 0 0 0;
	margin: -25px 0 0 0;
	background: #fff url(../images/inner_banner.jpg) no-repeat;
	background-size: 100% auto;
}
.inner_heading {
	width: 100%;
	float: left;
}
.inner_heading h1 {
	font-size: 23px !important;
	color: #333 !important;
	font-weight: 400 !important;
	text-align: center !important;
}
.heading_border::after {
	font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
	content: '\f0ac';
	letter-spacing: 10px;
	text-indent: 10px;
	line-height: inherit;
	position: absolute;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	color: #183650;
}
.heading_border {
	width: 100%;
	max-width: 280px;
	height: 10px;
	position: relative;
	display: block;
	line-height: 12px;
	font-size: 18px;
	color: #333;
	margin: 5px auto;
}
.heading_border hr {
	position: absolute;
	border: 0;
	border-bottom: 1px solid #183650;
	height: 3px;
	margin: 0;
	top: 70%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(60% - 50px);
}
.heading_border hr:first-child {
	left: 0;
}
.heading_border hr:last-child {
	right: 0;
}

/***************************** breadcrumb *****************************/
.breadcrumb {
	width: 100%;
	float: left;
	text-align: center;
	display: block;
	background: none;
	padding: 10px 0 20px 0;
	margin: 0;
}
.breadcrumb li {
	font-size: 14px;
	font-weight: 400;
	display: inline;
}
.breadcrumb li a {
	color: #333;
}
.breadcrumb li a:hover, .breadcrumb .active {
	color: #005c8a;
	text-decoration: none;
}
.breadcrumb-item + .breadcrumb-item::before {
	float: none;
    color: #333;
}

/***************************** About Us *****************************/
.about h4 {
   	width: 100%;
	float: left;
	padding: 0 0 15px 0;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: justify;
}
.about h4 p {
	margin: 0 0 10px 0;
}

/*****************************Profile*****************************/
.profile_sidebar {
	width: 100%;
	float: left;
	font-size: 13px;
	text-align: center;
	position: -webkit-sticky;
	position: sticky;
	top: 80px;
}
.profile_img {
	width: 100%;
	float: left;
}
.profile_img h2 {
	width: 100%;
	float: left;
	margin: 10px 0;
	font-size: 14px;
	font-weight: 700;
	color: #333;
	text-align: center;
}
.profile_img h2 p {
	font-weight: 400;
    margin: 10px 0 0 0;
}
.profile_img img {
	width: 120px;
	padding: 2px;
	background: #fff;
}
.profile_details_box h3:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,.05);
}
.profile_details_box h3 {
	width: 100%;
	float: left;
	margin: 1px 0;
	line-height: 24px;
	color: #000;
	font-size: 14px;
	text-align: left;
	background-color: rgba(0,0,0,.02);
	word-wrap: break-word;
}
.profile_details_box h3 p {
	width: 40%;
	float: left;
	padding: 10px;
}
.profile_details_box h3 span {
	width: 60%;
	float: left;
	padding: 10px;
}
.sidebar {
	background: #f2f2f2;
    float: left;
}
.profile_sidebar a {
	width: 100%;
	float: left;
	font-size: 13px;
	display: block;
	color: #333;
	padding: 10px 25px !important;
	text-decoration: none;
	text-align: left;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-bottom: 2px solid #fff !important;
	border-radius: 0px !important;
	font-weight: 400;
}
.profile_sidebar a i {
	font-size: 13px;
    padding-right: 2px;
    color: #555;
}
.profile_sidebar a.active i, .profile_sidebar a:hover i, .profile_sidebar a:focus i {
	color: #fff !important;
}
.profile_sidebar a.active, .profile_sidebar a:hover, .profile_sidebar a:focus {
	background: #183650 !important;
	color: #fff;
}

/*****************************Our Products*****************************/
.products {
	margin: 0 !important;
	padding: 0 !important;
	background: none !important;
}
.wishlist_icon {
	position: absolute;
	top: 6px;
	right: 5px;
	color: #f05349;
	border: none;
	font-size: 17px !important;
}
.wishlist_btn {
	width: 29px;
	height: 29px;
	float: right;
	position: absolute;
	background: #fff;
	right: 15px;
	border: 1px solid #f05349;
	border-radius: 50%;
	z-index: 9;
}
.sku {
    width: 100%;
    float: left;
	font-size: 13px;
	font-weight: 400;
    color: #333;
	margin: -4px 0 0 0;
}
.sku p {
	float: left;
	font-weight: 700;
	margin: 0 10px 0 0;
}



.product_list_box {
	float: left;
	text-align: center;
	padding: 0;
	box-shadow: 0 0 0 6px rgba(255,255,255,.1);
}
.product_list_imgbox {
	position: relative;
	padding: 0;
	overflow: hidden;
	background: #fff;
}
.product_list_imgbox img {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 0;
	margin: 0;
	padding: 0;
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2);
	box-shadow: 0 1px 4px rgba(0,0,0,.2);
}
.product_list_box:hover .product_list_imgbox img {
	-webkit-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.product_list_shop {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
	text-align: center;
	z-index: 9;
}
.product_list_shop a {
    width: 50px;
    font-size: 12px;
    opacity: 0;
    border: 1px solid rgba(255, 255, 255, .5);
    font-weight: 700;
    padding: 4px;
	margin: 0 4px;
	background: rgba(0, 0, 0, .7);
    color: #fff;
	-webkit-transform: translateY(-120%);
	transform: translateY(-120%);
}
.product_list_box:hover .product_list_shop a {
    opacity: 1;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}



.pro_title {
    width: 100%;
    height: 90px;
    float: left;
    padding: 5px 5px 0 5px;
    color: #333;
    font-size: 13px;
    font-weight: 700;
	line-height: 20px;
    text-align: center;
}
.pro_details_title, .products h3 {
    width: 100%;
	float: left;
	font-size: 17px;
	color: #183650;
	font-weight: 700;
	padding: 12px 0 5px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.products h4 {
    width: 100%;
	float: left;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    text-align: justify;
}
.products h4 span {
    width: 100%;
	float: left;
	font-size: 14px;
	text-align: left;
    font-weight: 700;
	padding: 5px 0;
}
.products h4 p {
    padding: 0 0 10px 0;
}
.products ul, .products ol {
    margin: 0 0 10px 15px;
}
.products h4 a {
    color: #000;
	font-weight: 700;
}
.amazon_btn {
	/* background: #000 !important; */
}
.amazon_btn img {
 	width: 30px;
}
.products h5 {
    width: 100%;
    float: left;
    padding: 0 15px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
	text-align: center;
}
.products h5 i {
    font-style: normal;
    font-weight: 400;
}
.products h5 hr {
	position: absolute;
	border: 0;
	border-bottom: 1px solid #666;
	height: 3px;
	margin: 0;
	top: 96%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: calc(40% - 40px);
}
.products h5 hr:first-child {
	left: 20px;
}
.products h5 hr:last-child {
	right: 20px;
}

.products h5 .star_rate {
	margin: 0 auto;
}
.detail_qty {
    width: 100%;
    float: left;
	font-size: 13px;
	font-weight: 700;
    color: #333;
	padding: 10px 0 10px 0;
    margin: 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}
.detail_qty p {
	float: left;
	line-height: 25px;
}
.delivery_box {
    width: 100%;
    float: left;
    padding: 10px 0 5px 0;
	font-weight: 700;
	font-size: 13px;
}
#check_msg {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #333;
    text-align: left;
    line-height: 20px;
}
.check_btn {
	width: auto;
	font-size: 14px;
	color: #333;
	text-align: center;
	padding: 2px 10px;
	margin: 0;
	background: none;
	border: 1px solid #183650;
	line-height: 20px;
}
.delivery_msg {
    width: 100%;
    float: left;
    font-size: 13px;
    color: #333;
    text-align: left;
    line-height: 20px;
	margin: 5px 0 10px 0;
}
.product_img {
    width: 430px;
    float: left;
    margin: 9px 10px 0 0;
    border: 1px solid #efefef;
}
.weight_box {
	width: 100%;
	line-height: 30px;
	float: left;
	margin: 10px 0 0 0;
	color: #666;
}
.weight_box p {
	float: left;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-align: left;
	line-height: 32px;
	margin: 0 10px 0 0;
}
.checkbox-inline, .radio-inline {
	background: #fff;
	margin: 0 7px 7px 0 !important;
	float: left;
	padding: 0 8px;
	text-align: center;
	list-style: none;
	color: #333;
	border: 1px solid #d2d2d2;
	cursor: pointer;
	font-size: 12px;
	font-weight: 700;
}
.checkbox-inline, .radio-inline:hover, .blackbg {
	background: #333 !important;
	color: #fff !important;
	border: 1px solid #333 !important;
}
.radio-inline input[type="radio"] {
	display: none;
}
.p_price {
	width: 100%;
	float: left;
	font-size: 13px;
	font-weight: 700;
	color: #333;
	text-align: left;
	word-wrap: break-word;
	padding: 10px 0 0 0;
}
.p_price i {
	font-style: normal;
	font-weight: 400;
}
.p_price span {
	font-size: 20px;
	color: #183650;
}
.p_price span p {
	display: inline-block;
	text-decoration: line-through;
	font-size: 15px;
	color: #183650;
	padding: 0 10px;
}
.off_label {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	background: #183650;
	padding: 5px 10px;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	top: -3px;
	position: relative;
}
.star {
    line-height: normal;
    display: block;
    color: #fff;
    padding: 6px 10px;
    margin: 0 0 10px 0;
    font-size: 14px;
    float: left;
}
.star_rate {
    width: 100%;
    float: left;
    margin: 5px 0;
}
.rating_count {
    float: left;
    margin: 0;
    padding: 5px;
    color: #333;
    font-size: 14px;
}
.starrate_box {
	width: 100%;
	float: left;
	padding: 10px 0 0 0;
}
.starrate_box .rateYo {
	margin: 0px !important;
	float: left;
}
.starrate_box .rate_btn {
	float: left;
	font-size: 13px;
	font-weight: 700;
	color: #183650;
	text-align: left;
	padding: 6px 0;
}
.pd_best_sellers {
    width: 100%;
	float: left;
	padding: 25px 0;
	background: rgba(0, 0, 0, .3);
}
.pd_best_sellers h2 {
   	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	text-shadow: 2px 2px 2px rgba(0,0,0, 0.4);
}
.pd_best_sellers .hm_product_box {
    padding: 6px;
    box-shadow: 0 0 0 6px rgba(255,255,255,.1) inset;
}

/*****************************Login*****************************/
.hm_fp {
	width: 100%;
	float: left;
	color: #333;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	margin: 20px 0 10px 0;
}
.hm_fp:hover {
	color: #183650;
}
.login_bg {
	width: 100%;
	height: 100%;
	float: left;
	background: #fff url(../images/login_bg.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position-x: 50%;
}
.tab_btn {
    display: inline-block;
    margin: 10px auto;
}
.tab_btn > li {
    float: left;
    list-style: none;
    margin: 0 6px;
    position:relative;
}
.tab_btn > li.active > a, .tab_btn > li.active > a:focus {
	font-size: 13px;
    font-weight: 700;
    line-height: 40px;
    width: 100%;
    height: 40px;
    float: left;
    padding: 8px 12px;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    background-color: #183650;
    border: 1px solid #183650;
	text-transform: uppercase;
}
.tab_btn > li.active > a::after {
    content: "";
    position: absolute;
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #183650;
    z-index: 9;
    text-align: center;
    margin: 0 auto;
    display: block;
    left: 40%;
    bottom: -8px;
    right: 40%;
}

/*****************************shipping details*****************************/
.shipping_details_box {
	width: 100%;
	position: relative;
	min-height: 1px;
}
.shipping_details_box_border {
	padding: 0 0 40px 0;
	background: #fff;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	height: 100% !important;
}
.shipping_details_box_bg {
	height: 100% !important;
}
.offer_bg {
	width: 90px;
	height: 36px;
	background: url(../images/address_type.svg) no-repeat;
	position: absolute;
	top: 0px;
	left: 8px;
	color: #fff;
	text-align: left;
	z-index: 1;
	line-height: 27px;
	padding: 0 0 0 20px;
	font-size: 13px;
	font-weight: 700;
}
.shipping_details_box h3 {
    width: 100%;
    font-size: 15px;
	font-weight: 700;
    line-height: normal;
    color: #333;
    padding: 30px 10px 0 10px;
    text-align: center;
}
.shipping_details_box h4 {
    width: 100%;
	float: left;
	font-size: 14px;
    line-height: 26px;
    color: #fff;
    padding: 10px 10px 20px 10px;
    text-align: center;
	font-weight: normal;
}
.shipping_details_box h4 p a {
    color: #fff;
}



.shipping_details_box h4 p:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,.05);
}
.shipping_details_box h4 p {
	width: 100%;
	float: left;
	margin: 1px 0;
	padding: 4px;
	line-height: 24px;
	color: #000;
	font-size: 14px;
	background-color: rgba(0,0,0,.02);
	word-wrap: break-word;
}




.shipping_details_btnbox {
	width: 100%;
	float: left;
	padding: 10px 0;
    margin: -10px 0px 4px 0px;
	background: #fff;
}
.shipping_details_btnbox a {
	padding: 4px 8px;
    border: 1px solid #ccc;
	display: inline-block;
	font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
	color: #333;
}
.shipping_details_btnbox a:hover {
	background-color: #183650;
    border: 1px solid #183650;
	color: #fff;
}
.horizontal-rule {
    width: 100%;
    float: left;
    margin: 20px 0 40px 0;
    border: 0;
    background-color: transparent;
    border-top: 1px solid #dbdadb;
    position: relative;
    display: block;
}
.horizontal-rule-text {
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -11px;
    background: #fff;
    padding: 0 21px;
}


.shipping_bg {
	width: 100%;
	height: 100%;
	float: left;
	background: #fff url(../images/shipping_bg.jpg) no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position-x: 50%;
}
.select_btn input {
    display: none;
}
.timeselect {
	width: 100%;
	float: left;
	cursor: pointer;
	background: #fff;
	padding: 3px 15px;
	text-align: center;
	border: 1px solid #666;
	font-size: 13px;
    font-weight: 400;
}
input:checked + .timeselect, input:checked + .timeselect:hover {
	background-color: #183650;
    border: 1px solid #183650;
	color: #fff;
}
input:disabled + .timeselect {
	background: #fff;
	border: 1px solid #ccc;
	color: #ccc;
	cursor: not-allowed;
}
.radio_title {
	margin: 0 20px 0 0;
    line-height: 40px;
    font-size: 13px;
    float: left;
}
.radio_title .mandatory_star {
	padding: 0 0 0 5px;
}

/*****************************checkout*****************************/
.orderdetails {
	width: 100%;
	float: left;
    background: #f0f0f0;
	margin: 0 15px 20px 15px;
}
.orderdetails h4 {
	width: auto;
	font-weight: 700;
    font-size: 13px;
    float: left;
    padding: 10px;
    color: #333;
}
.payment_box {
    width: 100%;
    background: #f0f0f0;
    padding: 8px;
    border: 1px solid #ddd;
    float: left;
    clear: both;
}
.payment_box h4 {
    width: 100%;
    font-size: 13px;
    background: #fff;
	color: #333;
    padding: 10px;
	text-align: center;
	float: left;
    border-bottom: 1px solid #ddd;
	font-weight: 700;
}
.payment_box h4 span {
    width: 100%;
    float:left;
    padding: 10px 0 0 0;
    text-align:center;
    font-size: 13px;
	font-weight: 700;
}
.payment_box h3 {
    width: 100%;
    font-size: 15px;
    color: #333;
    padding: 10px 0;
	text-align: center;
	float: left;
	font-weight: 700;
}
.payment_box h3 span {
    width: 100%;
    float:left;
    text-align:center;
    padding: 10px 0;
    font-size: 20px;
	font-weight: 700;
	color: #183650;
}
.redeem_box {
    width: 100%;
    background: #fff;
    margin: 0 0 5px 0;
    padding: 8px;
    float: left;
    clear: both;
}
.redeem_box .input-group {
	border: 1px solid #d2d2d2;
	margin: 10px 0;
}
.redeem_box input {
	background: #fff;
	border: none !important;
	padding: 5px !important;
	height: 30px;
}
.redeem_box button {
	height: 30px;
	padding: 4px;
    border: none;
	display: inline-block;
	font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
	color: #333;
	background: #fff;
	text-align: left;
}
.redeem_box button:hover {
    color: #183650;
}







.modal.left .modal-dialog {
	width: 350px;
	height: 100%;
	position:fixed;
	right: 0;
	margin: auto;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}
.modal.left .modal-content::-webkit-scrollbar {
  	width: 8px;
	background: #f1f1f1;
}
.modal.left .modal-content::-webkit-scrollbar-thumb {
  	background-color: #c1c1c1;
	border: 1px solid #fff;
}
.modal.left .modal-content {
	height: 100%;
	overflow-y: auto;
}
.modal.left .modal-body {
    border-radius: 0;
    padding: 5px;
}
.modal.left .modal-header {
    border-radius: 0;
    padding: 0 15px 41px 15px;
}

.coupon_box {
	width: 100%;
	float: left;
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.1);
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
.coupon_box h3 {
	width: 100%;
	float: left;
	font-size: 14px;
    font-weight: 700;
	color: #333;
	margin: 10px 0;
}
.coupon {
	width: 100%;
	height: 30px;
    float: left;
	background: url(../images/coupon_bg.svg) no-repeat left center;
	margin: 10px 0;
}
.coupon span {
    height: 30px;
    float: left;
	border: 1px dashed #f00;
    margin: 0 0 0 31px;
	background: #fff;
	color: #333;
	padding: 2px 10px;
    font-size: 14px;
    font-weight: 700;
}
.coupon_box h2 {
	width: 100%;
	float: left;
	font-size: 14px;
    font-weight: 700;
	color: #333;
	margin: 10px 0;
}
.coupon_box h2 p {
	width: 100%;
	float: left;
	font-size: 13px;
    font-weight: 500;
	color: #333;
	margin: 10px 0 0 0;
}
.coupon_tc {
    text-align: left;
    padding: 0;
	margin: 0 0 10px 0;
    font-size: 13px;
    color: #333;
    display: block;
}

.coupon_tc_box {
	width: 100%;
    float: left;
}
.coupon_tc_box ul li::before {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    content: "\f058";
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
    float: left;
    font-size: 12px;
	color: #183650;
	position: absolute;
	margin-left: -20px;
}



.coupon_tc_box ul {
    width: 100%;
	float: left;
	font-size: 13px;
	color: #333;
	list-style: none;
	padding: 0 0 0 20px;
}
.coupon_tc_box ul li {
    width: 100%;
    float: left;
	margin: 0 0 8px 0;
    line-height: 20px;
}
.applycoupon {
	width: 20px;
    height: 20px;
    margin: 0 5px 0 0;
	float: left;
	background: url(../images/applycoupon.svg) no-repeat left center;
}

/*****************************gallery*****************************/
.gallery h1 {
    width: 100%;
    height: 45px;
    float: left;
    padding: 5px 15px;
    color: #333;
    font-size: 15px;
    font-weight: 700;
    text-align: center;
}
.grid figure {
    position: relative;
    overflow: hidden;
    height: auto;
    background: #fff;
    text-align: center;
    cursor: pointer;
    border: 1px solid #fff;
}
.grid figure img {
    position: relative;
    display: block;
    width: 100%;
    max-width: 100%;
    opacity: 0.8;
}
.grid figure figcaption {
    width: 100%;
    padding: 0;
    color: #fff;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
	-webkit-box-shadow:inset 0 0 0 10px rgba(255,255,255,.2);
	box-shadow:inset 0 0 0 10px rgba(255,255,255,.2);
}
.grid figure figcaption::before, .grid figure figcaption::after {
    pointer-errors: none;
}
.grid figure figcaption, .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
figure.effect-jazz img {
    opacity: 1;
}
figure.effect-jazz figcaption::after, figure.effect-jazz img, figure.effect-jazz p {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
figure.effect-jazz p {
    width: 100px;
    text-transform: none;
    font-size: 11px;
    opacity: 0;
    border: 1px solid #fff;
    font-weight: 700;
    margin: 5px auto;
    padding: 4px;
    position: absolute;
    float: left;
    display: block;
    left: 0;
    right: 0;
	background: #183650;
}
figure.effect-jazz:hover p {
    opacity: 1;
}
figure.effect-jazz:hover img {
    -webkit-transform: scale3d(1.1, 1.1, 1);
    transform: scale3d(1.1, 1.1, 1);
}

/***************************** blog *****************************/
.blog_box {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.blog h2 {
    width: 100%;
    font-size: 15px;
    color: #333;
    font-weight: 700;
	padding: 0 0 10px 0;
	line-height: 24px;
}
.blog h2 p {
	font-size: 13px;
    font-weight: 400;
	padding: 10px 0 0 0;
}
.blog h4 {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 30px;
    text-align: justify;
}
.blog h4 p {
    padding: 0 0 10px 0;
}
.blog_img {
    width: 430px;
    float: left;
    margin: 9px 10px 0 0;
    border: 1px solid #efefef;
}

/***************************** cart *****************************/
.cart {
	width: 100%;
	float: left;
}
.cart .table-responsive {
	width: 100%;
	float: left;
    margin: 0 0 10px 0;
	background: #fff;
}
.cart .table {
    margin: 0;
}
.cart_img {
    width: 100px;
    padding: 2px;
}
.cart .table > thead > tr > th {
    text-align: center !important;
    padding: 20px 10px;
    border: none;
    font-size: 13px;
}
.cart .table > tbody > tr > td {
    text-align: center !important;
    padding: 20px 10px;
    border-top: none;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
    font-size: 14px;
}
.cart .table > tbody > tr > td a {
    color: #333;
}
.cart_total_row {
    width: 100%;
    float: left;
	background: #fff;
    border-bottom: 1px solid #ddd;
}
.cart_total_amd {
	width: 100%;
    font-size:18px;
    padding: 15px;
    text-align:center;
}
.cart_total {
	width: 100%;
    font-size: 15px;
    padding: 15px;
    text-align:right;
}
.cart_btn_box {
    float:right;
}
.table_btn {
    width: auto;
    float: none;
    padding: 6px;
    margin: 7px;
    border: 1px solid #ccc;
}
.table_btn:hover {
    border: 1px solid #183650;
	background: #183650;
	color: #fff !important;
	text-decoration: none;
}
.qty-holder {
	width: 120px;
	margin: 0 auto;
}
.qty-holder > .qty {
	width: 40px;
	height: 26px;
	text-align: center;
	border: 1px solid #d1d1d1 !important;
}
.table_qty_dec, .table_qty_inc {
	padding: 3px;
}
.table_qty_dec i, .table_qty_inc i {
	color: #333 !important;
	padding: 0 5px !important;
	font-size: 12px !important;
}

/***************************** Popup *****************************/
.modal-header {
	background: rgba(0, 0, 0, 0.7);
    padding: 10px 20px 10px 20px;
    text-align: center;
    border-radius: 25px 25px 0 0;
    position: relative;
}
.modal-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    display: block;
    background: linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -moz-linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -webkit-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -webkit-linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -o-linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
    background: -ms-linear-gradient(to right, rgba(0, 128, 0, 0.7), rgba(0, 0, 255, 0.6), rgba(75, 0, 130, 0.6), rgba(238, 130, 238, 0.6), rgba(255, 0, 0, 0.6), rgba(255, 165, 0, 0.6), rgba(255, 255, 0, 0.6));
}
.modal-title {
	width: 100%;
	font-size: 17px;
	font-weight: 700;
	color: #fff;
	padding: 0 15px;
}
.modal-header .close {
    padding: 0;
	margin: 0;
	font-size: 30px;
	opacity: 1;
	font-weight: 700;
	color: #FE0000;
	text-shadow: none;
	top: 5px;
	position: absolute;
	right: 10px;
}
.modal-content {
	background: none;
	border: none;
}
.modal-open .modal {
	padding: 0 !important;
}
.modal-body {
	background: #fff;
	border-radius: 0 0 25px 25px;
	padding: 15px;
	font-size: 14px;
	color: #333;
	font-weight: 500;
	line-height: 24px;
	text-align: justify;
}
.modal-footer {
	background: #fff;
	border-radius: 0 0 25px 25px;
	padding: 15px 15px 0 15px;
}
.popup_proname {
	width: 100%;
	font-size: 16px;
	color: #183650;
	font-weight: 700;
	text-align: left;
	margin: 0 0 10px 0;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

/***************************** Contact Us *****************************/
.contact-us .address_area, .contact-us .phone, .contact-us .mail {
	font-size: 14px;
	color: #333;
	font-weight: 400;
	line-height: 30px;
    overflow: hidden;
}
.contact-us .phone a, .contact-us .mail a {
	color: #333;
}
.contact-us .phone a:hover, .contact-us .mail a:hover {
	color: #183650;
}
.contact-us h2 {
	width: 100%;
	float: left;
	font-size: 18px;
	color: #333;
	font-weight: 400;
	margin: -55px 0 10px -5px;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 5px 0;
}
address i {
    font-size: 16px;
	float: left;
	margin: 7px 5px 0 0;
	color: #183650;
}
.contact_form, .contact_address {
	width: 100%;
	float: left;
	height: 100%;
	padding: 10px;
}
.contact_address > hr {
    margin: 14px 0 !important;
}

/************************* site map *************************/
.sitemap {
	width: 100%;
	height: 100%;
    float: left;
	text-align: center;
	font-size: 13px;
	font-weight: 700;
    padding: 8px;
    color: #333;
	background: #fff;
	border: 1px solid #d1d1d1;
}
.sitemap:hover {
	border: 1px solid #183650;
	color: #183650;
}

/************************* payment result *************************/
.payment_success {
    width: 100%;
    font-size: 22px;
	font-weight: 700;
    color: #090;
    margin: 40px 0 20px 0;
    float: left;
    text-align: center;
}
.payment_success i {
	font-size: 50px;
	margin: 0 0 20px 0;
}
.payment_failed {
    width: 100%;
    font-size: 22px;
	font-weight: 700;
    color: #FF3300;
    margin: 40px 0 0 0;
    float: left;
    text-align: center;
}
.payment_failed i {
	font-size: 50px;
	margin: 0 0 20px 0;
}

.payment_success_details h2 {
	width: 100%;
    float: left;
    color: #000;
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    margin: 30px 0 10px 0;
}
.payment_success_details h3:nth-of-type(2n+1) {
	background-color: rgba(0,0,0,.05);
}
.payment_success_details h3 {
	width: 100%;
	float: left;
	margin: 1px 0;
	padding: 10px;
	line-height: 24px;
	color: #000;
	font-size: 14px;
	background-color: rgba(0,0,0,.02);
	word-wrap: break-word;
}
.payment_success_details h3 p {
	width: 40%;
	float: left;
}
.payment_success_details h3 span {
	width: 60%;
	float: left;
}

/************************* account activation *************************/
.account_activation_success {
    width: 100%;
    font-size: 18px;
	font-weight: 700;
    color: #090;
    margin: 40px 0;
    float: left;
    text-align: center;
}
.account_activation_success i {
	font-size: 40px;
	margin: 0 0 20px 0;
}
.account_activation_failed {
    width: 100%;
    font-size: 18px;
	font-weight: 700;
    color: #FF3300;
    margin: 40px 0;
    float: left;
    text-align: center;
}
.account_activation_failed i {
	font-size: 40px;
	margin: 0 0 20px 0;
}

/***************************** policy *****************************/
.policy {
    width: 100%;
	float: left;
    background: #fff;
    padding: 0;
    margin: 0 0 20px 0;
}
.policy h3 {
   	width: 100%;
	float: left;
	margin: 15px 0;
	font-size: 16px;
	font-weight: 700;
	color: #333;
	text-align: left;
}
.policy h4 {
   	width: 100%;
	float: left;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 30px;
	text-align: justify;
}
.policy h4 p {
	margin: 0 0 10px 0;
}
.policy a {
	color: #0095ff;
	font-weight: 700;
}
.policy a:hover {
	color: #183650;
}
.policy ul, .policy ol {
    width: 100%;
    float: left;
    font-size: 14px;
	font-weight: 400;
    text-align: left;
    color: #333;
    margin: 0;
    padding: 0 0 10px 15px;
}
.policy ul li, .policy ol li {
    margin: 0 0 5px 10px;
    line-height: 30px;
}

/************************* footer *************************/
.footer {
    width: 100%;
    float: left;
    margin: 0;
    padding: 50px 0 20px 0;
	background: #000000bd;
	position: relative;
}
.main-footer__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    background: url(../images/footer_bg.jpg) no-repeat;
    background-position: right bottom;
    background-size: cover;
    z-index: -1;
}
.footer h2 {
    width: 100%;
    font-size: 18px;
    float: left;
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	/*border-bottom: 2px solid #000;
    -webkit-box-shadow: 0 1px 0 0 #292929;
    box-shadow: 0 1px 0 0 #292929;*/
}
.footer h4 {
    float: left;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    line-height: 27px;
    margin: 7px 0 0 0;
}
.footer_icon {
    float: left;
	margin: 4px 8px 0 0;
	line-height: 20px;
}
.footer_icon::before {
    font-family: Font Awesome\ 5 Free;
    font-style: normal;
    font-weight: 900;
    content: "\f3c5";
    display: inline-block;
    padding: 0px;
    vertical-align: middle;
    float: left;
    color: #fff;
	font-size: 17px;
}
.address {
	width: 100%;
	float: left;
	padding: 5px 0 15px 0;
}
.address_box {
    width: auto;
    float: left;
	line-height: 26px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	display: flex;
}
.address a {
	width: 100%;
	float: left;
	line-height: 30px;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
}
.address a:hover {
	color: #bfbfbf;
	text-decoration: none;
}
.address i {
	margin: 0 3px 0 0;
}
.f_links ul {
	list-style: none;
	padding: 0;
}
.f_links ul li {
	width: 100%;
	float: left;
	line-height: 35px;
}
.f_links ul li a {
	width: 100%;
	float: left;
	color: #fff;
	font-weight: 400;
	font-size: 14px;
}
.f_links ul li a i {
	color: #bfbfbf;
}
.f_links ul li a:hover, .f_links ul li .active {
	color: #bfbfbf;
	text-decoration: none;
}
.footer_map {
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
.footer_border {
	border-bottom: 2px solid #000;
	-webkit-box-shadow: 0 1px 0 0 #292929;
	box-shadow: 0 1px 0 0 #292929;
}
.footer h3 {
	width: 100%;
	float: left;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	padding: 0 0 10px 0;
}
.social_media {
    width: 100%;
	float: left;
	padding: 20px 0 0 0;
	display: inline-block;
	text-align: center;
}
.social_media a {
	font-size: 18px;
	color: #fff;
	text-align: left;
	margin: 0 20px 0 0;
}
.social_media a.fb:hover {
	color: #38548f;
}
.social_media a.tw:hover {
	color: #55acee;
}
.social_media a.im:hover {
	color: #fb3958;
}
.social_media a.yt:hover {
	color: #e52d27;
}
.social_media a.in:hover {
	color: #0976b4;
}
.social_media a:focus {
	color: #183650;
}
.copyright {
    width: 100%;
    float: left;
    padding: 0;
    margin: 0
}
.copyright h2 {
        width: 100%;
    font-size: 15px;
    float: left;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    margin: 20px 0 0;
    line-height: 22px;
}
.copyright h2 a {
    color: #183650;
}
.copyright h2 a:hover {
    color: #183650;
}

@media (min-width: 992px) and (max-width: 1200px) {
	.navbar-nav > li > a {
    	padding: 14px 20px !important;
	}
}

@media (min-width: 200px) and (max-width: 991px) {
	table, thead, tbody, th, td, tr {
		display: block;
	}
	thead tr {
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	tr {
		margin: 0;
		border-bottom: 1px solid #333;
	}
	td {
		border: none;
		border-bottom: 1px solid #eee;
		position: relative;
		padding: 20px 10px 20px 40% !important;
	}
	td:before {
		position: absolute;
		top: 0px;
		left: 0px;
		width: 45%;
		/*white-space: nowrap;*/
		text-align: left;
		font-size: 13px;
		padding: 20px 10px;
		font-weight: 700;
	}
	
	
	.footer h2 {
		margin: 25px 0 15px 0;
	}
	.cf_btm {
    	margin-bottom: 60px !important;
	}
	.welcome_bg h1 {
		text-align: center;
		margin: 0 0 20px 0;
	}
	.welcome_btn {
		text-align: center;
	}
	
	
	
	.navbar-nav > li > a {
    	padding: 14px 7px !important;
		border-bottom: 1px solid rgba(0,0,0,.15);
	}
	.dropdown-item {
		border-bottom: 1px solid rgba(0,0,0,.15);
	}
	
	
	
	.cart_btn_box {
    	float: none;
		text-align: center;
	}
	.cart_total {
		text-align: center;
	}
	.blog h2 {
		margin: 10px 0 0 0;
	}
	.sku, .wishlist_btn {
		margin: 10px 0 0 0;
	}
	.shipping_bg {
		display: none;
	}
}

@media (min-width: 200px) and (max-width: 767px) {
	.offcanvas-header {
		display: block;
		position: absolute;
		right: 10px;
		z-index: 999;
	}
  	.navbar-collapse {
    	width: 300px;
    	position: fixed;
    	top:0; 
    	bottom: 0;
    	left: 100%;
    	padding: 0;
    	overflow-y: auto;
    	visibility: hidden;
    	background-color: rgba(255, 255, 255, 0.95);
		z-index: 11;
		-moz-transition: visibility .4s ease-in-out, transform .4s ease-in-out;
    	-webkit-transition: visibility .4s ease-in-out, transform .4s ease-in-out;
    	transition: visibility .4s ease-in-out, transform .4s ease-in-out;
  	}
  	.navbar-collapse.show {
    	visibility: visible;
    	transform: translateX(-100%);
		-webkit-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.05);
		-moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.05);
		box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.05);
}
	.navbar-collapse::-webkit-scrollbar {
		width: 8px;
		background: #f1f1f1;
	}
	.navbar-collapse::-webkit-scrollbar-thumb {
		background-color: #c1c1c1;
		border: 1px solid #fff;
	}
	.menu_icon {
		display: block;
	}
	.nav > li > a, .sticky .nav > li > a {
		padding: 15px 10px !important;
		text-align: left;
	}
	.nav > li.active > a, .nav > li > a:hover {
		color: #fff;
	}
	.dropdown-item {
    	width: 100%;
		text-align: left;
	}
	.navbar-collapse .navbar-nav .nav-item:after {
		content: "";
		display: block;
		height: 1px;
		background-color: #e5e5e5;
	}
	.btn-close {
		width: 30px;
		height: 30px;
		line-height: 20px;
		border: none;
		background: #183650;
		color: #fff;
		border-radius: 50px;
	}
	.banner {
    	margin: -31px 0 0 0;
	}
	.blog_img, .product_img {
		width: 100%;
		margin: 0 0 10px 0;
	}
	.hm_shop {
		padding: 5px 0;
		position: relative;
		background: #000;
	}
	.hm_shop a {
		width: 100%;
		opacity: 1;
		border: 1px solid rgba(255, 255, 255, .2);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
    	font-size: 12px;
	}
	.product_list_shop {
		padding: 5px 0;
		position: relative;
		background: #fff;
		margin: 10px 0 0 0;
	}
	.product_list_shop a {
		width: 100%;
		opacity: 1;
		border: 1px solid rgba(0, 0, 0, .5);
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
    	font-size: 12px;
		background: #fff;
    	color: #333;
	}
	.hm_product_box:hover .hm_shop a {
		-webkit-transform: translateY(0%);
		transform: translateY(0%);
	}
	.hm_product_imgbox_title h1 {
		font-size: 11px !important;
	}
	.hm_product_imgbox_title h5 {
		font-size: 13px !important;
	}
	.owl-nav .owl-next, .owl-nav .owl-prev {
		display: none !important;
	}
	.profile_sidebar {
		position: static;
		margin: 0 0 20px 0;
	}
	.profile_sidebar .dropdown-toggle::after {
		border:  none;
	}
	.login_bg {
		display: none;
	}
}

@media (min-width: 200px) and (max-width: 575px) {
	.white {
		display: none;
	}
	.top {
    	background-color: #183650;
		background-image: none;
	}
	.top_row span {
		display: none;
	}
	.logo {
		margin: 2px 0 6px 0;
		width: 250px;
	}
	.welcome_sml_img {
		margin: 0 auto 10px auto;
		float: none !important;
	}
	.banner_text {
		display: none;
	}
	.cart_btn_box a {
		width: 100%;
		float: left;
		margin: 10px 0;
	}
	.products .send_btn {
		width: 60%;
	}
	.sitemap h2 a {
		text-align: center;
	}
	.modal.left .modal-dialog {
		width: 100%;
	}
}

.delivery-address{
	background: #efefef;
    padding: 20px;

}

.delivery-address h3{
	font-size: 20px;
	padding-bottom: 10px;
	color: #00693c;
}
.delivery-name-d{
	font-weight: 600;
}
.delivery-address p{
	padding-bottom: 2px;
}

.razorpay-payment-button{
	border: none;
    padding: 0 12px 0 12px;
    height: 40px;
    line-height: 40px;
    color: #fff !important;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: left;
    position: relative;
    overflow: hidden;
    display: inline-block;
    box-shadow: 0px 0px 0px 5px rgba(255,255,255,0.1);
    background: linear-gradient(to top, #666, #183650) !important;
    cursor: pointer;
    width: 100%;
    text-align: center;

}

.radio-inline.not-available{
	background:#d2d2d2;
	text-decoration: line-through;
	color: #8f8f8f;
}

.radio-inline.not-available:hover {
    background: #d2d2d2 !important;
    color: #333 !important;
    border: 1px solid #d2d2d2 !important;
}