/* Can be removed soon. This affects homepage shop by category images using block builder. */
.home-category-images {text-align: center;}
.home-category-images .widget-heading.box-heading {margin-bottom: 20px;}


/* Typography */
a, ul, li, span, button {
	transition: 0.2s ease all;
}


/* Make images responsive */
#content img, #footer img {
	max-width: 100%;
	height: auto;
}


/* Breadcrumbs */
.breadcrumb > li + li:before {
	font-family: FontAwesome;
	content: "\f105";
}


/* Caret for dropdown menu */
div.mega-col-inner ul li.parent.dropdown-submenu a.dropdown-toggle b.caret {
    margin-left: 6px;
    vertical-align: inherit;
    border-bottom: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #bbb;
	border-right: none;
}


/* Dropdown menu area */
.ozc-megamenu .dropdown-menu {
	padding: 20px !important;
	-webkit-box-shadow: 0 5px 18px 0 rgba(0,0,0,0.07);
	-moz-box-shadow: 0 5px 18px 0 rgba(0,0,0,0.07);
	-o-box-shadow: 0 5px 18px 0 rgba(0,0,0,0.07);
	box-shadow: 0 5px 18px 0 rgba(0,0,0,0.07);
}

#topbar ul.dropdown-menu a {
	padding: 5px 20px;
}

.currency-select.btn.btn-link.btn-block.list-item {
	color: #444;
	font-size: 14px;
	font-weight: 400;
	text-align: left !important;
	letter-spacing: 0.1px;
	text-transform: none;
	padding: 5px 18px;
	height: 35px;
	transition: 0.2s ease all;
}
.currency-select:hover {background: #f7f7f7;}


/* Dropdown menu items */
div.mega-col-inner ul li a span.menu-title {
	font-family: Simplifica, sans-serif;
	font-size: 16px;
}
div.mega-col-inner ul li a span.menu-title:hover {
	color: #999;
}

.action-button a:hover {
    background-color: #555 !important;
}

.action-button a:hover {
    background-color: #555 !important;
}

#offcanvasmenu .action-button a {
	margin: 15px 0px 15px 10px;
	padding: 14px;
	background-color: #000;
	vertical-align: middle;
	text-transform: uppercase;
}

#offcanvasmenu .dropdown-menu img {
	margin: 15px 0px 15px 0px;
}


/* Menu items */
div#mainmenutop.megamenu div.navbar-header div#bs-megamenu.collapse.navbar-collapse ul.nav.navbar-nav.megamenu li a.menu-link span.menu-title {
	font-family: Simplifica, sans-serif;
	text-transform: none;
	font-size: 18px;
}
div#mainmenutop.megamenu div.navbar-header div#bs-megamenu.collapse.navbar-collapse ul.nav.navbar-nav.megamenu li a.menu-link span.menu-title:hover {
	color: #999;
}

.ozc-megamenu .navbar-nav > li > a .caret {vertical-align: super;}


/* Center align the text in search bars that are hidden and open upon clicking on the search icon */
.nav-search.open #search .noborder-right {
  text-align: center !important;
}


/* Pagination */
.pagination {
	margin: 30px 0 20px;
}

.pagination > li > a:hover, .pagination > li > a:focus, .pagination > li > span:hover, .pagination > li > span:focus {
	background-color: #ddd;
	text-decoration: none;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
	background-color: #f1f1f1;
}
.pagination > li > a, .pagination > li > span {
	padding: 5px 15px;
	line-height: 2;
	margin-left: 0;
	font-size: 13px;
}


/* Font Awesome icons */
.fa-search:hover::before {
  transform: rotate(90deg);
}
.fa-search:before {
  display: inline-block;
  transition: 0.8s all;
}

.compare .fa, .wishlist .fa, .cart .fa {
	font-size: 15px;
}

.compare .fa, #topbar .fa-adjust {transform: rotate(60deg);}
.compare .fa:hover::before, #topbar .fa-adjust:hover::before {
  transform: rotate(-60deg);
}
.compare .fa:before, #topbar .fa-adjust:before {
  display: inline-block;
  transition: 0.8s all;
}


/* Modal */
.modal-content {
	-webkit-box-shadow: 0 4px 25px rgba(0,0,0,0.07);
	box-shadow: 0 4px 25px rgba(0,0,0,0.07);
	border-radius: 6px;
	border: 1px solid #e7e7e7;
}
.modal-header {
	background: #f7f7f7;
	border: 1px solid #f7f7f7;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}


/* Custom Form - CAPTCHA text */
.form-wrapper .form-ul .li-captcha legend {display: none;}
.form-wrapper .form-ul .li-captcha label {margin-bottom: 15px;}


/* Product detail page */
/* Thumbnail controls alignment */
#image-additional .carousel-control {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

@media (max-width: 767px) {
	#image-additional .carousel-control {
		width: 25px !important;
		height: 25px !important;
	}
}

@media (max-width: 480px) {
	.product-info .product-meta > div:first-child {
		float: left !important;
		width: 40%;
	}
	.product-info .product-meta .cart{
		float: left !important;
		width: 42%;
	}
}

@media (max-width: 410px) {
	.product-info .product-meta > div:first-child {
		float: left !important;
		width: 48%;
	}
  	.product-info .product-meta .cart{
		float: left !important;
		width: 37%;
	}
	.product-meta .cart i {
		margin-left: 19px;
		margin-right: 19px;
	}
}

@media (max-width: 350px) {
	.product-info .product-meta > div:first-child {
		float: left !important;
		width: 54%;
	}
}

@media (max-width: 318px) {
	.product-info .product-meta > div:first-child {
		float: left !important;
		width: 62%;
  }
	.product-info .product-meta .cart{
		float: left !important;
		width: 26%;
	}
	#button-cart.btn.btn-primary {
		padding: 11px 0px;
	}
	.product-meta .cart i {
		margin-left: 15px;
		margin-right: 15px;
	}
}

@media (max-width: 1200px) {
	.clearfix.box-product-infomation.tab-v7.bg-white.container-inside {
		padding: 10px;
	}
}
 
 /* Cross sign next to Availability on product pages */
.text-out-of-stock {
  color: #f85050;
}

 
/* Options/Variants */
.product-view #product h3 {
	margin-top: 50px;
	margin-bottom: 30px;
}

.product-view #product .btn {font-weight: 600;}
	
.product-view #product .form-group .form-control {
	display: inline-block;
	width: 53%;
	height: 36px;
	padding: 5px 10px;
}
.product-view #product .input-group {
	display: inline-table;
	width: 53%;
}
.product-view #product .input-group .form-control {
	display: inline-table;
	width: 100%;
	height: 36px;
	float: none;
}
.product-view #product .input-group .btn {
	height: 36px;
	padding: 7px 13px;
	line-height: 12px;
}
.product-view #product .form-group label {
	font-size: 15px;
	font-weight: 600;
	width: 30%;
}

.product-view #product .form-group button {
	height: 36px;
	padding: 5px 13px;
	line-height: 15px;
}

@media only screen and (max-width: 1198px) {
   .product-view #product .form-group label {
      width: 40%;
   }
}

@media only screen and (min-width: 992px) {
	.product-view #product .form-group .form-control, .product-view #product .input-group {
		max-width: 41.9%;
	}
	.product-view #product .input-group .form-control {
		max-width: 100%;
	}
}

@media only screen and (max-width: 768px) {
   .product-view #product .form-group .form-control, .product-view #product .input-group {
      width: 60%;
   }
   .product-view #product .input-group .form-control {
	   width: 100%;
   }
   .product-view #product .form-group label {
      width: 38%;
   }
   .product-view #product h3 {
    width: 100% !important;
   }
}

@media only screen and (max-width: 600px) {
   .product-view #product .form-group .form-control, .product-view #product .input-group {
      display: table;
	  width: 100%;
   }
   .product-view #product .form-group label {
      width: 100%;
   }
}

@media only screen and (max-width: 990px) {
	.product-view #product h3 {
		text-align: center;
	}
}

.product-view #product .form-group .radio, .product-view #product .form-group .checkbox {
	margin-top: inherit;
	margin-bottom: 2px;
}


/* Category page */
#content .products-block .product-block .action button.btn-inverse.btn-default.btn {
	padding-left: 12px;
	padding-right: 12px;
}


/* Brand/Manufacturer page */
.brand-description {
	padding-bottom: 40px;
}


/* Disable Add To Cart */
#page .product-info .disabled-cart {
	float: left !important;
	width: auto;
}

.disabled-cart p {
	position: relative;
	top: -1px;
	font-size: 12px;
	color: #fff;
	font-weight: 700;
	padding: 10px 15px;
	line-height: 24px;
	background-color: #777;
	transition: 0.2s ease all;
	margin-bottom: 0px;
}
.disabled-cart p:hover {
	background-color: #bbb;
}

.product-meta .disabled-cart p {
	top: 0px;
	line-height: 20px;
	padding: 12px 15px;
}

/* Required to make it easier for our clients to edit the code */
.container #content .disabled-cart p {
	color: #fff;
}

.product-compare .disabled-cart {
	display: inline-block;
	margin: 5px;
}

.product-compare .disabled-cart p {
	position: relative;
	top: 0px;
	font-size: 12px;
	font-weight: 700;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	text-transform: uppercase;
	border-radius: 4px;
	padding: 6px 8px;
	border: 1px solid transparent;
}

.account-wishlist .disabled-cart {
	display: inline-block;
}

.account-wishlist .disabled-cart p {
	position: relative;
	top: 0px;
	font-size: 13px;
	line-height: 20px;
	border: 1px solid transparent;
	padding: 11px 10px;
	margin: 4px 0px 4px 4px;
}


/* Footer menu */
#ozco-footer-center .row {
	display: flex;
	width: 100%;
	flex-wrap: wrap;
}

#ozco-footer-center .row > div {
	display: flex;
	flex-direction: column;
	padding-bottom: 40px;
}

#footer #ozco-footer-center p {
  line-height: 35px;
}