/* Custom page CSS */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600|Roboto&display=swap');

textarea:hover, 
input:hover, 
textarea:active, 
input:active, 
textarea:focus, 
input:focus,
button:focus,
button:active,
button:hover,
label:focus,
.btn:active,
.btn.active
{
    outline:0px !important;
    -webkit-appearance:none;
    box-shadow: none !important;
}

body{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
}

a {
    color: #269dbf;
    text-decoration: none;
}

a:hover, a:focus {
    color: #2a6496;
    text-decoration: underline;
}

a:active, a:hover {
    outline: 0;
}

.navbar-brand{
  width: 180px;
}

header .navbar{
    color: #606060;
    background: #f2f2f2;
    font-size: 15px;
    font-weight: 300;
}

header .navbar .navbar-nav .nav-link{
    color: #606060;
}

header .navbar .navbar-nav .nav-link:hover{
    color: #202020;
    text-decoration: underline;
}

header .navbar-icons a{
  text-decoration: none;
  color: #606060;
}

header .navbar-icon-badge {
    position: absolute;
    top: -6px;
    right: -6px;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #b4c640;
    font-size: 0.6rem;
    line-height: 16px;
}

header .header_tel{
    font-weight: 400;
}

header .dropdown a{
    color: #606060;
}

header .dropdown .dropdown-item{
    font-size: 15px;
    font-weight: 300;
}

header .dropdown .dropdown-item.disabled{
    font-weight: 400;
}

header .dropdown a:hover{
    color: #202020;
}

header .header-main a{
    color: #000;
}

header .header-main a:hover, header .header-main a:focus{
    text-decoration: none;
    color: #555;
}

header .header-main input{
    line-height: 1;
    border-color: #ccc;
    padding-right: 20px;
    padding-left: 20px;
}
header .header-main input:focus{
    border-color: #ccc;
}

.btn-primary{
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    border-color: #b4c640;
    background-color: #b4c640;
}

.btn-primary:hover{
    border-color: #b4c640;
    background-color: #b4c640;
}

header .header-main .icon-badge {
    position: absolute;
    top: 6px;
    right: 20px;
    width: 15px;
    height: 15px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #b4c640;
    font-size: 0.6rem;
    line-height: 16px;
}

.header-menu {
    background-color: #f2f2f2;
    border-top: 1px solid #e1e1e1;
    border-bottom: 1px solid #e1e1e1;
    line-height: 15px;
}

.slogan, .breadcrumbs {
    color: #000;
    font-size: 13px;
    /*font-family: 'firasans-lightitalic';*/
    padding: 20px 0 19px;
}

.breadcrumbs, .breadcrumb {
    background-color: #f2f2f2;
}

.breadcrumb{
    padding: 0;
    margin: 0;
}

.slogan SPAN {
    color: #000;
    font-size: 13px;
    line-height: 15px;
    /*font-family: 'Fira Sans';*/
    font-weight: bold;
}

.header_cart {
	color: #000;
    font-size: 14px;
    text-align: right;
    padding: 17px 0 20px;
}


.currencies {
    color: #fff;
    font-size: 14px;
    text-align: right;
    padding: 20px 0 20px;
}

.currencies a.active {
    color: #000;
}

.header_cart_hover {
    cursor: pointer;
}

.header_cart .fa-shopping-cart {
	font-size: 16px;
	margin-right: 4px;
}

.header_cart:hover .header_cart_border {
    border-bottom: 1px dashed #394245;
	-webkit-transition: border-bottom 0.3s linear 0s;
	-moz-transition: border-bottom 0.3s linear 0s;
	-o-transition: border-bottom 0.3s linear 0s;
	transition: border-bottom 0.3s linear 0s;
}

.header_cart_border {
    border-bottom: 1px dashed #fff;
}

.header_cart_border SPAN {
	font-weight: bold;
}



main > .container {
  padding: 60px 15px 0;
}

/* Sidebar */

#sidebar-nav h4{
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
#sidebar-nav h4 .fa{
  color: #4dbadb;
  -webkit-transition: color 0.3s linear 0s;
  -moz-transition: color 0.3s linear 0s;
  -o-transition: color 0.3s linear 0s;
  transition: color 0.3s linear 0s;
}

#sidebar-nav .sidebar-category-item {
    display: block;
    cursor: pointer;
    position: relative;
    line-height: 27px;
    padding: 8px 20px 7px 15px;
    font-size: 17px;
    color: #4b4b4b;
    background: #efefef;
    margin-bottom: 1px;
    -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

#sidebar-nav .sidebar-category-item:hover, #sidebar-nav .sidebar-category-item[aria-expanded="true"] {
    color: #fff;
    background: #4dbadb;
    text-decoration: none;
}

/* Closed submenu icon */
#sidebar-nav .sidebar-category-item[aria-expanded="false"] .submenu-icon::after {
  content: " \f0da";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: inline;
  text-align: right;
  padding-left: 10px;
  color: #4dbadb;
}
/* Opened submenu icon */
#sidebar-nav .sidebar-category-item:hover .submenu-icon::after {
  color: #fff;
}
#sidebar-nav .sidebar-category-item:focus {
  text-decoration: none;
}
#sidebar-nav .sidebar-category-item[aria-expanded="true"] .submenu-icon::after {
  content: " \f0d7";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  display: inline;
  text-align: right;
  padding-left: 10px;
  color: #fff;
}

#sidebar-nav .sidebar-submenu{
  position: relative;
  top: -1px;
  background: #4DBADB;
}

#sidebar-nav .sidebar-product-item {
    display: block;
    cursor: pointer;
    position: relative;
    font-size: 14px;
    line-height: 17px;
    margin-bottom: 0;
    background: #4DBADB;
    color: #fff;
    padding: 11px 20px 10px 28px;
    -webkit-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -moz-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s, color 0.3s linear 0s;
    transition: background 0.3s linear 0s, color 0.3s linear 0s;
}

#sidebar-nav .sidebar-product-item:hover {
  background: #37a7c9;
  text-decoration: none;
}

#sidebar-nav .sidebar-product-item:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  left: 15px;
  content: " \f0da";
}

#sale_banner,
#delivery_banner,
#form_call {
	overflow: hidden;
    margin-bottom: 34px;
}

.delivery_banner {
	background: #4ebadb url('../images/delivery.jpg') center top no-repeat;
}

#sale_banner .delivery_banner {
	background: #f37b7e url('../images/sale.jpg') center top no-repeat;
}

.form_call {
	background: #4ebadb url('../images/call.jpg') center top no-repeat;
}

.form_call_title {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	margin: 0;
	height: 83px;
	line-height: 83px;
	text-align: center;
	text-transform: uppercase;
}

.delivery_banner_title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    margin: 0;
    height: 71px;
    line-height: 93px;
    text-align: center;
    text-transform: uppercase;
}

.delivery_banner_desc {
    padding: 0 15px 24px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    line-height: 22px;
}


.banner_consult_wrapper {
	background: url('../images/bg_banner_consult.jpg');
    margin-bottom: 30px;
}

.banner_consult {
	height: 312px;
	background: url('../images/banner_consult.jpg') right no-repeat;
	border: 1px solid #e4e5e7;
	position: relative;
	color: #4a4a4a;
}

.banner_consult_text {
	position: absolute;
	bottom: 0;
	width: 100%;
	margin: 0;
	padding: 0 10% 26px;
	font-size: 18px;
	line-height: 21px;
	text-align: center;
}

.banner_consult_text SPAN{
	color: #1ea9d2;
	text-transform: uppercase;
	font-weight: bold;
}

.content h1{
  font-size: 30px;
}

.content h2{
    font-weight: bold;
    font-size: 26px;
    line-height: 34px;
    margin-top: 20px;
    margin-bottom: 23px;
}

.blockquote {
    color: #878787;
    font-style: italic;
    padding-left: 15px;
    display: block;
    border-left: 2px solid #4dbadb;
    margin-left: 15px;
    margin-bottom: 30px;
    font-size: 16px;
}


/*Product*/
.products-row .card{
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 26px;
  position: relative;
  top: 0;
  -webkit-transition: top 0.3s linear 0s, border-bottom 0.3s linear 0s, box-shadow 0.3s linear 0s;
  -moz-transition: top 0.3s linear 0s, border-bottom 0.3s linear 0s, box-shadow 0.3s linear 0s;
  -o-transition: top 0.3s linear 0s, border-bottom 0.3s linear 0s, box-shadow 0.3s linear 0s;
  transition: top 0.3s linear 0s, border-bottom 0.3s linear 0s, box-shadow 0.3s linear 0s;
}
.products-row .card .card-body{
  padding: 16px;
  border: 1px solid #dcdcdc;
  -webkit-transition: padding 0.3s linear 0s, border 0.3s linear 0s;
  -moz-transition: padding 0.3s linear 0s, border 0.3s linear 0s;
  -o-transition: padding 0.3s linear 0s, border 0.3s linear 0s;
  transition: padding 0.3s linear 0s, border 0.3s linear 0s;
  overflow: hidden;
}

.products-row .card:hover .card-body {
	padding: 16px;
    border: 1px solid #b4c640;
}

.products-row .card:hover {
	border-bottom: 2px solid #b4c640;
	top: -3px;
	box-shadow: 0 6px 9px #CECECE;
    box-shadow: 0 6px 9px rgba(0, 0, 0, 0.2);
}

.products-row .card-title{
  display: block;
  color: #4a4a4a;
  margin-bottom: 7px;
  line-height: 22px;
  -webkit-transition: color 0.3s linear 0s;
  -moz-transition: color 0.3s linear 0s;
  -o-transition: color 0.3s linear 0s;
  transition: color 0.3s linear 0s;
}

.products-row .card-title:hover{
  color: #269dbf;
  text-decoration: underline;
}

.products-row .card-price {
	text-align: left;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 12px;
    max-width: 170px;
}

.products-row .card-price .fa {
	font-size: 19px;
}

.products-row .card-flag {
	position: absolute;
	top: 13px;
    left: 0;
}

.products-row .card-flag p {
	margin-bottom: 5px;
	height: 26px;
	line-height: 26px;
	color: #fff;
	width: 74px;
	font-size: 14px;
	font-weight: bold;
	text-transform: lowercase;
	background: #f05a5e;
	opacity: 0.8;
	-moz-border-radius-bottomleft: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-webkit-top-bottom-left-radius: 4px;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
	float: right;
	clear: both;
    text-align: center;
}

.products-row .card-flag .popular {
	background: #a6e266;
}

.products-row .card-flag .new {
	background: #b4c640;
}

@media screen and (min-width:992px) {
	.products-row .card-flag {
		right: 0;
	}
}

.products-row .btn-cart {
	border: none;
	background: #b4c640;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 1px 1px 1px #888888;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
	border-radius: 4px;
	font-size: 15px;
	outline: none;
	-webkit-transition: background 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s;
	transition: background 0.3s linear 0s;
    padding: 5px 25px;
}

.products-row .btn-cart .fa {
	margin-right: 5px;
}

.products-row .btn-cart:hover {
	background: #d1dc89;
}

.products-row .btn-cart:focus {
	background: #d1dc89;
}

/*Product END*/

/*Slider*/
.index-slider{
  background: #efefef;
  box-shadow: 0 4px 9px rgb(227, 227, 227);
  box-shadow: 0 4px 9px rgba(0, 0, 0, 0.13);
  position: relative;
  z-index: 2;
  overflow: hidden;
}

.index-slider .carousel{
  height: 320px;
}

.index-slider .carousel-caption{
  text-align: left;
  height: 320px;
}

.index-slider .carousel-caption h5{
  display: block;
  color: #1ea9d2;
  font-size: 30px;
  font-weight: bold;
  height: 44px;
  margin-top: 74px;
  margin-bottom: 16px;
}
.index-slider .carousel-caption p{
  display: block;
  color: #4b4b4b;
  font-size: 20px;
  max-width: 610px;
  margin-bottom: 28px;
  min-height: 56px;
}

.index-slider .carousel-control-prev, .index-slider .carousel-control-next{
  color: #484748;
  font-size: 40px;
  -webkit-transition: color 0.3s linear 0s;
  -moz-transition: color 0.3s linear 0s;
  -o-transition: color 0.3s linear 0s;
  transition: color 0.3s linear 0s;
}

.index-slider .carousel-control-prev:hover, .index-slider .carousel-control-next:hover{
  color: #41b7dc;
}

.index-slider .slide-info{
  width: 232px;
}

/*Slider END*/

.btn-styled {
	display: block;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #ffffff;
	background: #b4c640;
	font-size: 15px;
	text-shadow: 0px 1px 1px #CACACA;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
	border-radius: 5px;
	cursor: pointer;
	outline: none;
	border: none;
	-webkit-transition: background 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s;
	transition: background 0.3s linear 0s;
	font-weight: bold;
}

.btn-styled .fa, .btn-styled .far, .btn-styled .fas {
	font-size: 14px;
	margin-right: 8px;
}

.btn-styled:hover {
	text-decoration: none;
	color: #fff;
	background: #67cdec;
}

.btn-styled:focus {
	text-decoration: none;
	color: #fff;
	background: #67cdec;
}

/*Advantages banner*/
.advantages_wrapper {
	width: 100%;
	overflow: hidden;
}

.advantages {
	background: #41b7dc url('../images/bg_adv.png') center no-repeat;
	width: 120%;
	position: relative;
	left: -10%;
	box-shadow: inset 0 -4px 7px rgb(0, 167, 201);
    box-shadow: inset 0 -4px 7px rgba(0, 0, 0, 0.11);
	padding: 0 10%;
}

.advantages_shadow {
	box-shadow: inset 0 0 14px rgb(0, 169, 204);
    box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.18);
}

.advantage_title {
    text-align: center;
    font-size: 24px;
    color: #fff;
    line-height: 29px;
    padding-top: 51px;
    padding-bottom: 22px;
}

.advantage {
	width: 20%;
	float: left;
	color: #fff;
	text-align: center;
}

.advantage_text1 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 17px 10% 0;
	text-align: left;
    line-height: 21px;
}

.advantage_text2 {
	font-size: 13px;
	margin: 0;
	padding: 0 10%;
	text-align: left;
    line-height: 21px;
}

.advantage_text1 SPAN {
    color: #00B8DE;
    background: #fff;
    padding: 0 5px;
    display: inline-block;
    height: 20px;
    line-height: 23px;
}

.advantage_icon {
	width: 62px;
	height: 62px;
	position: relative;
	left: 50%;
	margin-left: -31px;
	background: #fff;
	border-radius: 31px;
	color: #4dbadb;
	font-size: 36px;
	text-align: center;
	line-height: 68px;
}

.advantage_icon_truck {
	line-height: 67px;
}

.advantage_icon_truck .fa{
	margin: 0 0 0 -2px;
}

.advantage_icon_plane {
	line-height: 70px;
}

.advantage_icon_shirtsinbulk,
.advantage_icon_shield {
	line-height: 72px;
}

.advantage_close {
	color: #fff;
	text-align: center;
	padding-bottom: 54px;
	padding-top: 22px;
}

.advantage_close SPAN {
	cursor: pointer;
}

.advantage_close .fa {
	font-size: 12px;
    margin-right: 7px;
}

.advantage_close SPAN {
	font-size: 12px;
	border-bottom: 1px dashed #fff;
}

.advantage_close SPAN:hover {
	border-bottom: 0 dashed #fff;
}

/*Advantages banner END*/



/*Footer*/

.footer {
  background-color: #f5f5f5;
  padding-bottom: 58px;
}

.footer-main {
	background: #efefef;
}

.footer-copyright {
	background: #324043;
	color: #efefef;
	font-size: 14px;
}

.footer-fixed{
    background-color: #f2f2f2;
    border-top: 1px solid #e1e1e1;
    color: #000;
}

.footer_logo IMG {
    width: 340px;
}

.footer_menu h5{
  font-size: 14px;
  font-weight: bold;
  margin: 2px 0 13px;
}

.footer_menu LI A {
  font-size: 13px;
	color: #787878;
	-webkit-transition: color 0.3s linear 0s;
	-moz-transition: color 0.3s linear 0s;
	-o-transition: color 0.3s linear 0s;
	transition: color 0.3s linear 0s;
}

.footer_menu LI A:hover {
	color: #4a4a4a;
}

.contacts_footer_button {
    width: 220px;
    margin-top: 9px;
    margin-left: 25px;
}

.contacts_footer_button .btn2 {
    width: 100%;
    color: #ffffff;
    background: #394245;
    font-size: 14px;
    text-shadow: 0px 1px 1px #CACACA;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
    border-radius: 5px;
    -webkit-transition: background 0.3s linear 0s;
    -moz-transition: background 0.3s linear 0s;
    -o-transition: background 0.3s linear 0s;
    transition: background 0.3s linear 0s;
    font-weight: bold;
    outline: none;
    border: none;
}
.contacts_footer_button .btn2:hover, .contacts_footer_button .btn2:focus {
    text-decoration: none;
    color: #ffffff;
    background: #32a5c8;
}

.footer_social {
	padding-left: 91px;
}

.footer_social_title {
    font-size: 12px;
    margin: 0;
    color: #787878;
	line-height: 14px;
}

.footer_social .fa, .footer_social .fab, .footer_social .fas {
	font-size: 14px;
	line-height: 14px;
	width: 15px;
	margin-right: 5px;
	text-align: center;
	color: #787878;
	-webkit-transition: color 0.3s linear 0s;
	-moz-transition: color 0.3s linear 0s;
	-o-transition: color 0.3s linear 0s;
	transition: color 0.3s linear 0s;
}

.footer_social .fa:hover, .footer_social .fab:hover, .footer_social .fas:hover {
	color: #4dbadb;
	text-decoration: none;
}

.footer_top {
    text-align: center;
    font-size: 14px;
}

.footer_top .fa {
    margin-right: 6px;
}

.footer_attention .text {
    color: #787878;
    font-size: 12px;
    line-height: 14px;
}

.footer_attention .wrapper {
    margin-left: 68px;
	position: relative;
}

.footer_attention .wrapper .fa {
    color: #41b7dc;
    font-size: 12px;
	position: absolute;
    top: 0;
	left: -24px;
}

.footer_top {
    text-align: center;
    font-size: 13px;
}
/*Footer END*/

/*Footer Shopping Cart*/
footer .shopping-cart{
  color: #000;
  font-size: 14px;
}

footer .shopping-cart .checkout, footer .shopping-cart .cart{
  cursor: pointer;
}

footer .shopping-cart span{
  padding-bottom: 5px;
    border-bottom: 1px dashed #000;
	-webkit-transition: border-bottom 0.3s linear 0s;
	-moz-transition: border-bottom 0.3s linear 0s;
	-o-transition: border-bottom 0.3s linear 0s;
	transition: border-bottom 0.3s linear 0s;
}

footer .shopping-cart .cart:hover span{
    border-bottom: 1px dashed #000;
}

footer .shopping-cart .checkout{
  background: #d1dc89;
  	-webkit-transition: background 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s;
	transition: background 0.3s linear 0s;
}

footer .shopping-cart .checkout:hover, .auth_button .btn2:hover{
  background: #b4c640;
}

/*Footer Shopping Cart END*/








@media screen and (min-width:992px) { 
	
	.advantage_text1 {
		padding: 17px 5% 0 0;
	}
	
	.advantage_text2 {
		padding: 0 8% 0 0;
	}
}


@media screen and (min-width:1200px) {

	.contacts_header .fa {
	    left: 58px;
	}

	.advantage_text1 {
		padding: 17px 10% 0;
	}
	
	.advantage_text2 {
		padding: 0 10%;
	}

}
/* Ð±Ð¾Ð»ÑŒÑˆÐ¸Ðµ Ð¼Ð¾Ð½Ð¸Ñ‚Ð¾Ñ€Ñ‹ */



/* Ð¿Ð»Ð°Ð½ÑˆÐµÑ‚Ñ‹ */
@media screen and (min-width:768px) and (max-width:991px) {
	
	.contacts_header_tel_num {
		font-size: 22px;
	}
	
	.contacts_header .fa {
		top: 4px;
		left: 2px;
		font-size: 18px;
	}
	
	.contacts_header_tel_info {
		line-height: 14px;
		font-size: 12px;
	}
    
	.advantage_text1 {
		padding: 8px  0 0;
	    width: 230px;
		float: right;
	}
	
	.advantage_text2 {
		padding: 0;
	    width: 230px;
		float: right;
	}
	
	.advantage_end_wrapper {
		overflow: hidden;
		padding-left: 22px;
	}
	
	.advantage {
		padding-left: 50px;
		width: 323px;
		float: left;
		display: inline-block;
		margin-bottom: 16px;
		overflow: hidden;
	}
	
	.advantage_icon {
		width: 31px;
		height: 31px;
		left: 0;
		margin-left: 0;
		font-size: 19px;
		line-height: 36px;
		float: left;
	}
	
	.advantage_close {
		padding-bottom: 40px;
		padding-top: 10px;
	}

}
/* Ð¿Ð»Ð°Ð½ÑˆÐµÑ‚Ñ‹ */



/* Ñ‚ÐµÐ»ÐµÑ„Ð¾Ð½Ñ‹ */
@media screen and (max-width:767px) { 
  
  .footer{
    padding-bottom: 0;
  }
	
	.contacts_header_tel_num {
		font-size: 22px;
	}
	
	.contacts_header .fa {
		top: 4px;
		left: 14px;
		font-size: 18px;
	}
	
	.contacts_header_tel_info {
		line-height: 14px;
		font-size: 12px;
	}
		
	.advantage_text1 {
		padding: 8px  0 0;
	    width: 100%;
		float: right;
		padding-left: 43px;
	}
	
	.advantage_text2 {
		padding: 0;
	    width: 100%;
		float: right;
		padding-left: 43px;
	}
	
	.advantage_end_wrapper {
		overflow: hidden;
	}
	
	.advantage {
		width: 100%;
		overflow: hidden;
		padding: 0 33px;
		float: left;
		display: inline-block;
		margin-bottom: 16px;
		position: relative
	}
	
	.advantage_icon {
		width: 31px;
		height: 31px;
		margin-left: 0;
		font-size: 19px;
		line-height: 36px;
		position: absolute;
		top: 0;
		left: 33px;
	}
	
	.advantage_close {
		padding-bottom: 40px;
		padding-top: 10px;
	}
	
	.advantages {
		background: #00b8de url('../images/bg_adv_m.png') center no-repeat;
	}

    .index-slider .carousel-caption h5{
        font-size: 20px;
        line-height: 21px;
        font-weight: bold;
        margin-top: 37px;
        margin-bottom: 10px;
    }
    .index-slider .carousel-caption p{
        line-height: 18px;
        font-size: 14px;
        max-height: 60px;
    }
    .index-slider .carousel-item{
        height: 320px;
    }
    .index-slider img{
        position: absolute;
        right: -80%;
    }

}


.btn2 {
	color: #ffffff;
	background: #394245;
	font-size: 14px;
	text-shadow: 0px 1px 1px #CACACA;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
	border-radius: 5px;
	cursor: pointer;
	-webkit-transition: background 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s;
	transition: background 0.3s linear 0s;
	font-weight: bold;
	outline: none;
	border: none;
}

.btn2:hover {
	text-decoration: none;
	color: #ffffff;
	background: #32a5c8;
}

.btn2:focus {
	text-decoration: none;
	color: #ffffff;
	background: #32a5c8;
}

.auth_button .btn2 {
    border-radius: 4px;
    background: #b4c640;
    width: 100px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    display: block;
    color: #efefef;
    text-shadow: 1px 1px 1px #000;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.24);
    text-align: center;
    cursor: pointer;
}

/*Modal slideout*/
.modal-dialog-slideout {min-height: 100%; margin: 0 0 0 auto;background: #fff;}
.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
.modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;height: 100%;}
.modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}
.modal-dialog-slideout .modal-content{border: 0;}
.modal-dialog-slideout .modal-header, .modal-dialog-slideout .modal-footer {height: 69px; display: block; border-radius: 0;} 
.modal-dialog-slideout .modal-header h5 {float:left;}

.modal-content{
    border: 0;
}

.modal-header{
    background-color: #394245;
}

.modal-header .close{
    color: #fff;
}

.modal-header .modal-title{
    color: #fff;
}
/*Modal slideout END*/

#sidebarCart .total{
    text-transform: uppercase;
    font-weight: 700;
}

#sidebarCart .total span{
    font-weight: 500;
}

/*Button*/
.btn1 {
	color: #ffffff;
	background: #b4c640;
	text-shadow: 0px 1px 1px #CACACA;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.24);
	border-radius: 5px;
	outline: none;
	border: none;
	-webkit-transition: background 0.3s linear 0s;
	-moz-transition: background 0.3s linear 0s;
	-o-transition: background 0.3s linear 0s;
	transition: background 0.3s linear 0s;
	font-weight: bold;
}

.btn1 .fa {
	margin-right: 6px;
}

.btn1:hover {
	text-decoration: none;
	color: #fff;
	background: #67cdec;
}

.btn1:focus {
	text-decoration: none;
	color: #fff;
	background: #67cdec;
}

/*Icons*/
.icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  padding-right: 5px;
}

.phone::before {
  font-family: "Font Awesome 5 Free"; 
  font-weight: 700; 
  content: "\f879"; 
}

.product-info dd{
    color: #ababab;
}

.content .box{
    background: #efefef;
    padding: 22px 28px;
    border-radius: 5px;
}

#tags .btn{
    font-size: 12px;
    font-weight: 500;
    padding: 2px 3px;
    margin: 2px;
}


.content .shopping-cart .price{
    font-weight: 600;
    color: #000;
}

.content .shopping-cart{
    font-size: 14px;
}

.content .shopping-cart .quantity{
    max-width: 50px;
}

.content .shopping-cart .header{
    font-weight: 600;
    color: #000;
}

.content .shipping .form-check-label {
    font-size: 14px;
}

.content .total{
    color: #000;
    font-size: 18px;
    font-weight: 600;
}

.content .total .price{
    color: #ff0f0f;
    font-size: 20px;
}

.checkout-buttons a{
    font-weight: 500;
}



.footer-nav{
    height: 60px;
    background-color: #fff;
    border-top: 1px solid #ccc;
}

.footer-nav div{
    text-align: center;
}

.footer-nav a{
    color: #555;
    text-decoration: none;
    display: block;
    text-align: center;
    line-height: 0.9;
    font-size: 12px;
}

.footer-nav svg{
    display: block;
    margin: auto;
}

#sliderCategories .categories{
    margin-bottom: 0;
}

#sliderCategories .categories li{
    border-bottom: 1px solid #ccc;
    padding: 10px 20px;
}

#sliderCategories .categories li:last-child{
    border-bottom: none;
    
}

#sliderCategories .categories li a{
    text-decoration: none;
    color: #000;
}

#sliderCategories .categories li a:hover,#sliderCategories .categories li a:active, #sliderCategories .categories li a:focus{
    text-decoration: underline;
}