body {
	font-family: 'Roboto Flex', sans-serif;
	font-weight: 400;
	color: #666;
	font-size: 13px;
	line-height: 20px;
	width: 100%;
	background-color: #F8F8F8;
}
h1, h2, h3, h4, h5, h6 {
	color: #444;
}
div#logo {
    width: 49%;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 25px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #2B2D42;;
}
a:hover {
	text-decoration: none;
	color: #CC023F;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 13px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 13px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 13px;
}
.input-group .input-group-addon {
	font-size: 13px;
	height: 30px;
}
.panel-title{
	font-size:15px;
}
.fa-icon{
	padding-right: 5px;
}
.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.text-center {
  text-align: center !important;
}
header {
  background-color: #005596;
  padding-top: 10px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #CC023F;
}
/* top */
#top {
	background-color: #14b5eb;
	padding: 4px 0px 0px 0;
	margin: 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #CC023F;
}
#top .btn-link, #top-links li, #top-links a {
	color: #fff;
	text-decoration: none;
}

#top .btn-link:hover, #top-links a:hover {
	color: #fff;
}
#top-links .dropdown-menu a {
	text-shadow: none;
	color: #444;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
    line-height: 14px;
}
#top-links {
	padding-top: 6px;
	font-size: 12px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0 0 10px 0;
}
/* search */
#search {
	margin-bottom: 11px;
	position: relative;
	margin-top: 17px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 20px;
	background-color: #ffffff;
	border: 1px solid #ffffff;
	color: #005596;
}

/* cart */
#cart {
	margin-bottom: 10px;
}
#cart > .btn {
	font-size: 12px;
	line-height: 18px;
	color: #FFF;
}
#cart.open > .btn {
	background-image: none;
	background-color: #FFFFFF;
	border: 1px solid #E6E6E6;
	color: #666;
	box-shadow: none;
	text-shadow: none;
}
#cart.open > .btn:hover {
	color: #444;
}
#cart .dropdown-menu {
	background: #eee;
	z-index: 1001;
}
#cart .dropdown-menu {
	min-width: 100%;
	overflow-y: auto;
	max-height: 800px;
	scrollbar-width: thin;
	overflow-x: hidden;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
}
#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* custom by garidinh */

.group-cart-wishlist {
  display: flex;
  justify-content: flex-end;
  margin-top: 15px;
}

 
#cart .minicart{
 display: inline-block;
  position: relative;
  background: transparent;
  border: 0;
  margin-top: -1px;
}
#cart .minicart-trigger {
  border-radius: 2px;
  background: #14b5eb;
  color: #fff;
  height: 40px;
  cursor: pointer;
  display: block;
  position: relative;
  padding: 0 15px 0 55px;
}
#cart .minicart-trigger {
  color: #fff;
  cursor: pointer;
}
#cart .item-icon::before {
  content: "\f291";
  position: absolute;
  font-family: fontawesome;
  left: 10px;
  top: 10px;
  display: block;
  font-size: 20px;
}
#cart .item-text {
  position: relative;
  line-height: 45px;
  font-weight: 500;
}
#cart .item-text::before {
  content: "";
  position: absolute;
  left: -10px;
  height: 22px;
  width: 1px;
  background: rgba(255,255,255,.3);
  top: -7px;
}
#cart .cart-item-count {
  position: absolute;
  top: -25px;
  left: -60px;
  display: block;
  overflow: hidden;
  min-width: 26px;
  line-height: 26px;
  font-size: 12px;
  font-weight: 400;
  color: #242424;
  background: #fed700;
  text-align: center;
  border-radius: 100%;
}

#wishlist {
  float: left;
  margin-right: 20px;
  position: relative;
}
#wishlist > a {
  color: #fff;
  width: 45px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  display: block;
  transition: all 0.3s ease-in-out;
  background: #14b5eb;
}
#wishlist > a i{
	font-size: 20px;
	padding-top: 10px;
}
#wishlist .wishlist-item-count {
  top: -8px;
  left: -10px;
}

.wishlist-item-count {
  position: absolute;
  top: -25px;
  left: -60px;
  display: block;
  overflow: hidden;
  min-width: 26px;
  line-height: 26px;
  font-size: 12px;
  font-weight: 400;
  color: #242424;
  background: #fed700;
  text-align: center;
  border-radius: 100%;
}
/* menu */

#menu {
	background-color: #fff;
	min-height: 40px;
	border-radius: 0px;
}
#menu .nav > li > a {
	color: #4a4a4f;
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
	text-transform: uppercase;
	font-weight: 600;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	background-color: rgba(0, 0, 0, 0.1);
	color: #CC023F;
}
#menu .dropdown-menu {
	padding-bottom: 0;
}
#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #333333;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}
#menu .see-all {
	display: block;
	margin-top: 0.5em;
	border-top: 1px solid #DDD;
	padding: 3px 20px;
	-webkit-border-radius: 0 0 4px 4px;
	-moz-border-radius: 0 0 4px 4px;
	border-radius: 0 0 3px 3px;
	font-size: 12px;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #ffffff;
	background-color: #CC023F;
}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #444;
}
#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 5px 18px;
	float: right;
	background-color: #EC555C;
	border-color: #EC555C;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #D10024;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 767px) {

	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
		border-radius: 0;
		color: #fff;
	}
}

#menu .menu-nav-right{
	background-color: #f2edfc;
}
#menu .menu-nav-right li a{
   color: #FD3D57 ;
}
/* content */

#content {
	min-height: 600px;
	background: #fff;
	padding: 5px 20px;
	border-radius: 4px;
	border:1px solid #eaecf0;
}
#product-category #content, #product-product #tab-description, #information-information #content {
	font-size: 13px;
}
.content-home {
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;;
}
/* footer */
footer {
	margin-top: 30px;
	padding-top: 30px;
	background-color: #f3f3f3;
	color: #2B2D42;
	padding-bottom: 20px;
	font-size: 14px;
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #2B2D42;
}
footer a:hover {
	color: #CC023F;
}
footer h5 {
	font-size: 14px;
	font-weight: 500;
	color: #2B2D42;
	text-transform: uppercase;
}
.footer-powered{
	background-color: rgb(43 45 66);
	padding: 20px 0px 10px 0px;
	color:#fff;
}
/* alert */
.alert {
	padding: 8px 14px 8px 14px;
}
/* breadcrumb */
.breadcrumb {
	margin: 0 0 20px 0;
	padding: 8px 0;
	border: 1px solid #ddd;
	background: #fff;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow: 0 1px 0 #FFF;
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
html[dir=rtl] .breadcrumb > li::after {
  top: -3px;
  left: -5px;
  width: 26px;
  height: 26px;
  border-left: 1px solid #DDD;
  border-top: 1px solid #DDD;
  right: unset;
  border-right: unset;
  border-bottom:unset;

}
.breadcrumb > li a {
	color: #7b7979;
	font-size: 12px;
}
.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 7.5px 12px;
	font-size: 13px;
	border: 1px solid #cccccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #e7e7e7;
	background-image: linear-gradient(to bottom, #eeeeee, #dddddd);
	background-repeat: repeat-x;
	border-color: #dddddd #dddddd #b3b3b3 #b7b7b7;
}
.btn-primary {
	color: #ffffff;
	background-color: #CC023F;
	background-repeat: repeat-x;
	border-color: #CC023F;
	box-shadow:none;
}
.btn-primary:hover, .btn-primary:focus .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #D10024;
	background-position: 0 -15px;
    border-color: #D10024;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	background-color: #dc3545;
	border-color: #dc3545;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
	overflow: auto;
}
.product-thumb .image {
	text-align: center;
}
.product-thumb .image a {
	display: block;
}
.product-thumb .image a:hover {
	opacity: 0.8;
}
.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}

.product-thumb .caption {
	padding: 0 10px;
	min-height: 10px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 10px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 6px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 12px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 12px;
}
.rating .fa-star + .fa-star-o {
	color: #FC0;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #313136;
	font-size: 15px;
  font-weight: 600;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	overflow: auto;
	padding: 5px 10px;
}

.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {

	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 35px;
	font-weight: bold;
	text-align: center;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
	padding: 0 10px;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
.product-thumb .button-group .btn-add-to-cart{
	background: #CC023F;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border: 0;
  border-radius: 3px;
  text-decoration: none;
  display: inline-block;
  margin-right: 20px;
  padding: 0 10px;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 30%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 25%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-3:nth-child(4n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-3:nth-child(4n+1),
	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-3:nth-child(4n+1),
	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}
html[dir=rtl] .checkbox input[type="checkbox"],
html[dir=rtl] .checkbox-inline input[type="checkbox"],
html[dir=rtl] .radio input[type="radio"],
html[dir=rtl] .radio-inline input[type="radio"] {
    position: absolute;
    margin-top: 4px\9;
    margin-right: -20px;
      margin-left: unset;
}
html[dir=rtl] .input-group-btn:last-child > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
html[dir=rtl] .input-group .form-control:first-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
}
html[dir=rtl] .container .row:first-child  .col-sm-4, html[dir=rtl] .container .row:first-child  .col-sm-5 {
  float: right;

}
html[dir=rtl] #cart .dropdown-menu {
  left: 0;
  right: auto;

}
@media (min-width: 768px) {
   
    html[dir=rtl] .navbar-nav {
        float: right;
        margin: 0;
    }
    
    html[dir=rtl] .navbar-nav > li {
        float: right;
    }
   
}
#latest-module,
#featured-module,
#brand-carousel-module
{
	background: #fff;
  padding: 5px 20px 5px 20px;
  border-radius: 4px;
  margin-top: 15px;
   margin-bottom: 15px;
}

#slideshow-module .owl-banner{
	background: #fff;
	border-radius: 4px;
}
#slideshow-module .banner-promotion{
	background: #fff;
	border-radius: 4px;
	padding: 5px;
}
#special-module{
	background-image: linear-gradient(270deg, #D45B6F 3.15%, #cc023f 91.54%);
	position: relative;
	margin-top: 40px;
  margin-bottom: 20px;
  border-radius: 4px;
}
#special-module .product-card{
	background-color: #fff;
}
#special-module .owl-product{
	padding: 20px 20px 10px 20px;
}
#special-module .section-special-title {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  padding: 6px;
  width: fit-content;
  margin: 0 auto;
  border-radius: 999px;
}

#special-module .section-special-title h3 {
  display: flex;
  padding: 10px 26px;
  background-color: #CC023F;
  line-height: 1;
  border-radius: 999px;
  color: #fff;
}

#special-module .section-content{
	padding-top: 20px;
}
#special-module .btn-view-all{
	text-align: end;
  padding-right: 15px;
  padding-bottom: 10px;
  color: #fff;
}
#special-module .btn-view-all a{
	color: #fff;
  padding: 5px 10px 5px 10px;
  border: 1px solid #fff;
  border-radius: 50px;
  }
.section-title {
  border-bottom: 1px solid #e1e1e1;
  width: 100%;
  display: inline-block;
  position: relative;
}
.section-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1.5px;
  height: 3px;
  width: 5%;
  background-color: #F8694A;
}
.section-title h3{
	margin-top: 10px;
}

.section-content{
	margin-top: 20px;
}

.product-card{
    overflow: hidden;
    transition: all 0.4s ease-out;
}
.product-card:hover{ box-shadow: 5px 10px 30px rgba(0, 0, 0, 0.1); }
.product-card .product-image{ position: relative; }
.product-card .product-image a.image{ display: block; width: 80%;}
.product-card .product-image img{
    width: 100%;
    height: auto;
    padding-top: 10px;
}
.product-card .product-discount-label{
    color: #fff;
    background: #ff3c20;
    font-size: 13px;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 5px;
    position: absolute;
    top: 12px;
    left: 12px;
}
.product-card .product-sale-label{
    color: #fff;
    background: #78a206;
    font-size: 13px;
    text-transform: uppercase;
    padding: 2px 8px;
    border-radius: 5px;
    position: absolute;
    top: 12px;
    left: 12px;
}

.product-card .product-links{
    width: 145px;
    padding: 0;
    margin: 0;
    list-style: none;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 65%;
    left: 50%;
    transition: all 0.4s ease 0s;
    text-align: center;
    cursor: pointer;
}
.product-card:hover .product-links{
    opacity: 1;
    top: 50%;
}
.product-card .product-links li{
    display: inline-block;
    margin: 0 2px;
}
.product-card .product-links li a{
    color: #2c2c2c;
    background: #fff;
    font-size: 16px;
    line-height: 42px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: block;
    position: relative;
    transition: all 0.4s ease-out 0s;
}
.product-card .product-links li a:hover{
    color: #fff;
    background: #CC023F;
    box-shadow: 1px 1px 30px 0 rgba(0, 0, 0, 0.2);
}
.product-card .product-links li a:before,
.product-card .product-links li a:after{
    content: attr(data-tip);
    color: #fff;
    background-color: #555;
    font-size: 12px;
    line-height: 18px;
    padding: 5px 10px;
    white-space: nowrap;
    display: none;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: -40px;
    transition: all 0.3s ease 0s;
}
.product-card .product-links li a:after{
    content: '';
    height: 10px;
    width: 10px;
    padding: 0;
    transform: translateX(-50%) rotate(45deg);
    top: -18px;
    z-index: -1;
}
.product-card .product-links li a:hover:before,
.product-card .product-links li a:hover:after{
    display: block;
}
.product-card .product-content{
    padding: 12px 12px 15px;
    position: relative;
}
.product-card .group-cate-rating {
  border-bottom: 1px solid #ebebeb;
  display: flex;
}
.product-card .cate a{
	color: #a4a4a4;
    font-size: 12px;
    margin-top: 9px;
}
.product-card .cate a:hover{
	color: #CC023F;
}
.product-card .rating{
	padding-left: 40px;
}
.product-card .title{
    font-size: 15px;
    height: 30px;
    overflow: hidden;
}

.product-card .price{
    color: #313136;
    font-size: 15px;
    font-weight: 600;
    display: block;
    transition: all 0.4s ease-in-out;
}
.product-card .price-old{
    color: #999;
    font-size: 14px;
    text-decoration: line-through;
    padding-left: 5px;
}
.product-card .price-new{
    color: #e80f0f;;
}
.product-card:hover .image{ opacity: 0.5; }
.product-card .add-to-cart{
    background-color: #f5d730;
    line-height: 40px;
    width: 140px;
    height: 40px;
    border-radius: 50px;
    opacity: 0;
    transform: translateX(-50%);
    position: absolute;
    top: -50px;
    left: 50%;
    transition: all .4s ease-out;
    border:0;
}
.product-card .add-to-cart span {
  color: #202020;
  font-size: 13px;
  text-transform: capitalize;
  font-weight: 500;
  line-height: 21px;
  overflow: hidden;
  display: block;
  padding-left: 30px;
}
.product-card .add-to-cart:hover{ 
	background-color: #f5d730; 
	
}
.product-card .add-to-cart span:hover{
	color: #CC023F;
}
.product-card:hover .add-to-cart{
    opacity: 1;
    bottom: 8px;
}
@media screen and (max-width:1200px){
    .product-card{ margin: 0 0 30px; }
}

.product-card .add-to-cart i {
  width: 41px;
  height: 41px;
  background-color: #ffffff;
  border-radius: 50px;
  display: block;
  float: left;
  font-size: 20px;
  text-align: center;
  line-height: 41px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}

.owl-product .owl-item{
	padding: 5px;
}

.owl-product .owl-nav .owl-prev {
	
	display: block;
	left: -10px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	z-index: 8;
}
.owl-product .owl-nav .owl-prev span{
  font-size: 60px;
  color: rgba(36,36,36,.15);;
}
.owl-product .owl-nav .owl-next {
	color: rgba(36,36,36,.15);
	display: block;
	right: -10px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	z-index: 8;
}
.owl-product .owl-nav .owl-next span{
  font-size: 60px;
  color: rgba(36,36,36,.15);;
}
.owl-product .owl-nav .owl-prev span:hover,
.owl-product .owl-nav .owl-next span:hover
{
	color: #CC023F;
}

.owl-product:hover .owl-nav .owl-next,
.owl-product:hover .owl-nav .owl-prev
{
	opacity: 1;
}


.owl-brand .owl-item{
	padding: 20px;
}

.owl-brand .owl-nav .owl-prev {
	
	display: block;
	left: -10px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	z-index: 8;
}
.owl-brand .owl-nav .owl-prev span{
  font-size: 60px;
  color: rgba(36,36,36,.15);;
}
.owl-brand .owl-nav .owl-next {
	color: rgba(36,36,36,.15);
	display: block;
	right: -10px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	z-index: 8;
}
.owl-brand .owl-nav .owl-next span{
  font-size: 60px;
  color: rgba(36,36,36,.15);;
}
.owl-brand .owl-nav .owl-prev span:hover,
.owl-brand .owl-nav .owl-next span:hover
{
	color: #CC023F;
}

.owl-brand:hover .owl-nav .owl-next,
.owl-brand:hover .owl-nav .owl-prev
{
	opacity: 1;
}

.owl-banner .owl-item{
	padding: 5px;
}

.owl-banner .owl-nav .owl-prev {
	
	display: block;
	left: -10px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	z-index: 8;
}
.owl-banner .owl-nav .owl-prev span{
  font-size: 60px;
  color: rgba(36,36,36,.15);;
}
.owl-banner .owl-nav .owl-next {
	color: rgba(36,36,36,.15);
	display: block;
	right: -10px;
	opacity: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
	z-index: 8;
}
.owl-banner .owl-nav .owl-next span{
  font-size: 60px;
  color: rgba(36,36,36,.15);;
}
.owl-banner .owl-nav .owl-prev span:hover,
.owl-banner .owl-nav .owl-next span:hover
{
	color: #CC023F;
}

.owl-banner:hover .owl-nav .owl-next,
.owl-banner:hover .owl-nav .owl-prev
{
	opacity: 1;
}

.section-banner{
	margin-top: 10px;
	margin-bottom: 10px;
}

.section-banner-support{
	margin-top: 10px;
	margin-bottom: 10px;
}
.section-banner-support .single-support {
  flex: 0 0 25%;
  padding: 10px 10px;
  border-right: 1px solid #eaecf0;
  border-top: 1px solid #eaecf0;
  border-bottom: 1px solid #eaecf0;
  background-color: #fff;
}

.section-banner-support .single-support:first-child {
  border-left: 1px solid #eaecf0;
}

.section-banner-support .support-icon i {
  color: #FD3D57;
  font-size: 50px;
}

.section-banner-support .support-desc h4 {
  color: #363636;
  font-size: 16px;
  font-weight: 400;
  margin: 20px 0 10px;
  text-transform: capitalize;
}

.section-banner-support .support-desc span {
  color: #363636;
  font-size: 13px;
  margin: 0;
  text-transform: capitalize;
}

@media (min-width: 375px) and (max-width: 428px) {
  .section-banner-support .single-support {
  	flex: 0 0 50%;
  }
  .owl-product .owl-nav .owl-prev{
  	left: 0px;
  }
  .owl-product .owl-nav .owl-next {
  	right: 0px;
  }
}

#product-product .thumbnails{
	margin-top: 15px;
}

#product-category .product-grid .desc,
#product-manufacturer .product-grid .desc,
#product-search .product-grid .desc

{
  display: none;
}

#product-category .product-grid .caption h4,
#product-manufacturer .product-grid .caption h4,
#product-search .product-grid .caption h4
{
  font-size: 15px;
  height: 30px;
  overflow: hidden;
}

#product-category .group-price-rating,
#product-search .group-price-rating,
#product-manufacturer .group-price-rating,
#product-product .group-price-rating

{
	padding: 10px;
}

#product-category .product-grid .price,
#product-search .product-grid .price,
#product-manufacturer .product-grid .price,
#product-product .price

{
	display: inline-block;
}

#product-category .product-grid .rating,
#product-manufacturer .product-grid .rating,
#product-search .product-grid .rating
{
	float: right;
  display: block;
}

#product-product .btn-primary-cart{
	background-color: #f5d730;
	border-color: #f5d730;
	font-weight: 600;
	text-shadow: none;
	color: #444;
}
