/*------------------------------
	STANDARD CLASSES FOR MARGIN AND PADDINGS
------------------------------*/

.m-b-z {
    margin-bottom : 0;
}

.m-b-md {
    margin-bottom : 5px;
}

.m-b-lg {
    margin-bottom: 15px;
}

.m-b-xl {
    margin-bottom : 25px;
}

.m-b {
    margin-bottom : 40px;
}

.m-t-md {
    margin-top : 5px;
}

.m-t-lg {
    margin-top : 15px;
}

.m-t-xl {
    margin-top : 25px;
}

.m-t {
    margin-top : 40px;
}
.m-r-md {
    margin-right : 5px;
}

.m-l-md {
    margin-left : 5px;
}

.m-l-lg {
    margin-left : 15px;
}

.p-sm {
    padding:5px;
}

.p-lg {
    padding:15px;
}

.p-t-lg {
    padding-top :15px;
}

.p-xl {
    padding:20px;
}

.m-b-none {
  margin-bottom: 0; }

.m-b-xxs {
  margin-bottom: 1px; }

.m-b-xs {
  margin-bottom: 5px; }

.m-b-sm {
  margin-bottom: 10px; }

.no-bottom-padding {
    padding-bottom : 0;
}

@media (max-width: 1199px) {
  .r-m-t-lg {
        margin-top : 15px;
    }
}
/*------------------------------
    PRINT STYLES
------------------------------*/
@media print {	
	.sidebar {
		display:block !important;
	}
	
	body,
	.content,
	.account-content {
		padding:0 !important;
	}
	
	.col-sm-6 {
		width:50% !important;
		float:left !important;
	}

    .col-lg-4 {
		width:33.33333333% !important;
		float:left !important;
	}
	
	a:link:after, a:visited:after {
		content:"" !important;
	}

    .print-center {
        text-align:center;
    }

      .table {
        margin-bottom: 0;
    }
}

/*------------------------------
	CHECKBOX
------------------------------*/

.checkbox > label,
.radio > label {  
    padding-left:30px;
	font-weight:500;
	color:#666;
	font-size:14px;
}  

.checkbox > label:before,
.radio > label:before {  
    width:20px;  
    height:20px;  
}  

.checkbox > input[type=checkbox]:checked + label:before,
.checkbox > input[type=checkbox]:checked + input[type=hidden] + label:before,
.radio > input[type=radio]:checked + label:before {
    font-family: "FontAwesome";
	color:#fff;
	border-color:rgba(0,0,0,0.1);
    content: "\f00c"; 
	padding-top:0;  
    text-align:center;
	font-size: 14px;  
}

/*------------------------------
	MODAL POP UP
------------------------------*/

#page-wrapper #product-review-terms .modal-header .close i{
    margin-top: 7px;
}

/*------------------------------
	PRODUCT TEMPLATE STYLES
------------------------------*/

.customFieldsDialog span {
    color: #777777;
}

/*------------------------------
	HTML TABLE STYLES
------------------------------*/

.table th a {
    color:#fff;
}

.border .table-bordered th{
    text-align : center;
}

/*------------------------------
	FORM REQUIRED FIELD 
------------------------------*/

.required-field-block {
    position: relative;   
}

.required-field-block .required-icon {
    display: inline-block;
    vertical-align: middle;
    margin: -0.25em 0.25em 0em;
    background-color: #E8E8E8;
    border-color: #E8E8E8;
    padding: 0.5em 0.8em;
    color: rgba(0, 0, 0, 0.65);
    text-transform: uppercase;
    font-weight: normal;
    border-radius: 0.325em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: background 0.1s linear;
    -moz-transition: background 0.1s linear;
    transition: background 0.1s linear;
    font-size: 75%;
}
	
.required-field-block .required-icon {
    background-color: transparent;
    position: absolute;
    top: 0em;
    right: 0em;
    z-index: 10;
    margin: 0em;
    width: 30px;
    height: 30px;
    padding: 0em;
    text-align: center;
    -webkit-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    transition: color 0.2s ease;
}

.required-field-block .required-icon:after {
    position: absolute;
    content: "";
    right: 1px;
    top: 1px;
    z-index: -1;
    width: 0em;
    height: 0em;
    border-top: 0em solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 0em solid transparent;
    border-right-color: inherit;
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

.required-field-block .required-icon .text {
	color: #B80000;
	font-size: 18px;
	margin: 0 0 0 12px;
}

/*------------------------------
	ERROR TEXT STYLES 
------------------------------*/
.validation-summary-errors ul li, .validationSummary ul li{
    color: #cc5965 !important;
}

.field-validation-error, .error {
    color: #cc5965;
    display: inline-block;
    margin-left: 5px;
    font-weight: 700;
}

.error .error-text {
    font-weight: normal;
}

.error-page .error-wrapper {
    background-color:transparent;
    box-shadow:none;
}

.error-page section.error {
    width:100%;
    margin:0;
}

/*------------------------------
	PRODUCT ITEM DISPLAY CONTROL
------------------------------*/

.product-img-center {
    display: block;
    margin: auto;
}

#products.grid article.product-item p {
    display: block;
}

article.product-item h3 {
    height:auto;
}

.sidebar .widget .product-body h3 {
    background-color: transparent;
}

.sidebar .widget .product-body h3 a::after {
    content: none;
}

.sidebar .widget article.product-item h3 {
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin-top: 15px;
    letter-spacing: 0;
    height: 44px;
}

.content .product-body h3 {
    margin: 0px 0px 10px;
}

/*------------------------------
	BUY PRODUCT DIALOG
------------------------------*/

.buy_product_option_list .table-products .addQty.form-control {
    margin: auto;
}

.buy_product_option_list .table-products > thead > tr > td, .table-products > tbody > tr > td {
    padding: 10px 10px;
}

.buy_product_option_list .table-products .input-group-addon {
    width: auto;
}

#buy-product-quantity-box.quantity {
    display:table;
}

.quantity-limit-message {
    vertical-align:middle;
    display:table-cell;
}

.buy_product_option_list .actions-box {
    display: flex;
    justify-content: center;
}

/*------------------------------
	PRODUCT ITEM DISPLAY IN SIDEBAR WIDGET
------------------------------*/

.right-sidebar .cms-widget .product-body h3{
background-color:#fff !important;
color:#337ab7 !important;
}

.right-sidebar .cms-widget .product-body h3 a{
background-color:#fff !important;
color:#337ab7 !important;
font-size:18px;
}

.right-sidebar .cms-widget .product-body h3 a::after{
content:none;
}

.product-listing-container {
	margin-top:30px;
}


/*------------------------------
	PRODUCT GALLERY IMAGES STYLES
------------------------------*/

.product-single ul.additional-images {
    height: auto;
    margin: 10px auto;
    text-align:center;
}
.product-single ul.additional-images li {
    display: inline-block;
}

/*------------------------------
	PRODUCT IN ROWS
------------------------------*/

.product-in-rows #more-category-items{
     padding : 30px 0;
}
.btn-addtocart {
    margin-top:10px;
}

@media(min-width:992px) {
    .product-in-rows .btn-addtocart {
        margin-top:0;
        float:right;
        width:85%;
    }

    .product-in-rows .quantity {
        float:left;
    }
}

/*------------------------------
	PRODUCT IN ROWS INNER TEMPLATE
------------------------------*/

#product-in-rows:hover .product-overlay .product-mask,
#product-in-rows:hover .product-quickview {
    opacity: 0;
}

#product-in-rows .more-category-items article.product-item:hover .product-overlay .product-mask {
    opacity: 0.3 !important;
}

#product-in-rows .more-category-items article.product-item:hover .product-quickview {
    opacity: 1 !important;
}

/*------------------------------
	FEATURED CATEGORIES WIDGET 
------------------------------*/

.category-img-center {
    display: block;
    margin: auto;
}

article.category-item {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}

article.category-item  {
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}

article.category-item .category-overlay {
	position:relative;
	display:block;
}

article.category-item .category-overlay .category-mask {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.2s ease-out;
	background-color:#999999;
	z-index:110;
}

article.category-item:hover .category-overlay .category-mask {
	opacity:0.3;
	filter:alpha(opacity=30);
}

article.category-item .category-permalink {
	display:block;
    width:100%;
    height:100%;
	position:absolute;
	z-index:120;
}

article.category-item h3 {
	font-weight:600;
	font-size:18px;
	line-height:24px;
	margin-top:15px;
	letter-spacing:0;
	height:44px;
}


article.category-item .category-labels {
	position:absolute;
	padding:15px;
	z-index:125;
}

article.category-item .category-labels .label {
	border-radius:50%;
	width:36px;
	height:36px;
	padding:10px 0 0;
	display:inline-block;
	font-size:12px;
	border:2px solid #FFFFFF;
	text-transform:uppercase;
}

article.category-item .category-labels .label.label-danger {
	background-color:#E87169;
}

article.category-item .category-labels .label.label-info {
	background-color:#39B3CA;
}

#categories.grid article.category-item {
	text-align:center;
}

#categories.grid article.category-item > .row > div {
	width:100%;
	float:none;
	position:static;
}

#categories.grid article.category-item .category-body {
	padding:0 10px;
}

#categories.grid article.category-item .category-labels {
	top:0;
	left:0;
}

@media (min-width:768px) and (max-width:991px) {
	#categories.grid article.category-item .category-body {
		padding:0 5px;
	}
}

/*------------------------------
	Links WIDGET 
------------------------------*/

.link-img-center {
    display: block;
    margin: auto;
}


article.link-item {
    background-color: #FFFFFF;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}

article.link-item  {
	position:relative;
	overflow:hidden;
	margin-bottom:30px;
}

article.link-item .link-overlay {
	position:relative;
	display:block;
}

article.link-item .link-overlay .link-mask {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	opacity:0;
	filter:alpha(opacity=0);
	transition:all 0.2s ease-out;
	background-color:#999999;
	z-index:110;
}

article.link-item:hover .link-overlay .link-mask {
	opacity:0.3;
	filter:alpha(opacity=30);
}

article.link-item .link-permalink {
	display:block;
    width:100%;
    height:100%;
	position:absolute;
	z-index:120;
}

article.link-item h3 {
	font-weight:600;
	font-size:18px;
	line-height:24px;
	margin-top:15px;
	letter-spacing:0;
	height:44px;
}


article.link-item .link-labels {
	position:absolute;
	padding:15px;
	z-index:125;
}

article.link-item .link-labels .label {
	border-radius:50%;
	width:36px;
	height:36px;
	padding:10px 0 0;
	display:inline-block;
	font-size:12px;
	border:2px solid #FFFFFF;
	text-transform:uppercase;
}

article.link-item .link-labels .label.label-danger {
	background-color:#E87169;
}

article.link-item .link-labels .label.label-info {
	background-color:#39B3CA;
}

#links.grid article.link-item {
	text-align:center;
}

#links.grid article.link-item > .row > div {
	width:100%;
	float:none;
	position:static;
}

#links.grid article.link-item .link-body {
	padding:0 10px;
}

#links.grid article.link-item .link-labels {
	top:0;
	left:0;
}

@media (min-width:768px) and (max-width:991px) {
	#links.grid article.link-item .link-body {
		padding:0 5px;
	}
}

/*------------------------------
	CART CONTROL
------------------------------*/

header.navbar .navbar-nav > li.navbar-cart {
    width: auto;
}

/*------------------------------
	BASKET
------------------------------*/

.widget-basket-summary ul.list-unstyled li span {
    float:right;
}

/*------------------------------
	BASKET NOTITY PANEL
------------------------------*/

.basket-notify-wrapper {
    background:#fff;
    border-left:1px solid #F0F0F0;
    border-right:1px solid #F0F0F0;
    box-shadow: 0 4px 2px -2px #ccc;
    position:fixed;
    z-index:9999;
    width:100%;
}

.closeNotifyLink {
    padding-right:25px;
}

.divider {
    border-left:2px solid #F0F0F0;
}
.p1[data-count]:after{
  position:relative;
  right:10px;
  bottom:20px;
  content: attr(data-count);
  font-size:55%;
  padding:.2em;
  border-radius:50%;
  line-height:1em;
  color: white;
  text-align:center;
  min-width: 1em;
  font-weight:bold;
}

.fa-1x {
    font-size:1.5em;
}

/*------------------------------
	CHECKOUT HEADER
------------------------------*/

.checkout-top-header {
	background-color:#FFF;
	height:60px;
	border-bottom:1px solid #EBEBEB;
}

.checkout-top-header .contacts {
	margin:0;
}

.checkout-top-header .contacts li {
	color:#888888;
	font-weight:600;
	margin-top:12px;
}

.checkout-top-header .contacts li i {
	border-radius:50%;
	padding:5px 0 0;
	text-align:center;
	width:26px;
	height:26px;
	margin-right:5px;
	font-size:13px;
}

.checkout-top-header .links,
.checkout-top-header .languages {
	display:inline-block;
	padding:10px 0 0 10px;
}

.checkout-top-header .links li {
	padding:0 8px;
}

.checkout-top-header .links a {
	color:#888888;
	position:relative;
}

.checkout-top-header .links a:after {
	width:4px;
	height:4px;
	position:absolute;
	border-radius:50%;
	right:-11px;
	top:50%;
	margin-top:-1px;
	content:"";
	background-color:#888888;
}

.checkout-top-header .view-cart {
    margin-top: 12px;
}
.checkout-top-header .view-cart > a {
    font-size: 18px;
    padding-top: 15px;
    color: #777777;
}

.checkout-top-header .navbar-header{
    width: 200px;
}

.checkout-top-header .store-logo-sm{
    display:none;
}

.checkout-top-header #storeLogo{
    display:block !important;
}

.storeLogo {
    margin-top: 10px;
}

#store-header-compact .storeLogo {
    margin-top: -15px;
}

/*------------------------------
	HEADER DROP-DOWN NAVIGATION
------------------------------*/

header.navbar .megamenu .dropdown-menu {
	margin-top:-11px;
}

/*------------------------------
	HEADER SEARCH BAR
------------------------------*/

header.navbar li.navbar-search .dropdown-menu {
	box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);
    margin-top:-11px;
}

/*------------------------------
	AVOID STYLES CONFLICTS IN THEME EDITOR
------------------------------*/

.sidebar span.badge {
    color : #FFF;
}

/*------------------------------
	WISHLIST ITEMS
------------------------------*/

.wishlist-items h4 small {
    margin-top: 5px;
    display: block;
    color: #AAAAAA;
    font-style: italic;
}

@media (max-width:767px) {
    .account-content .wishlist-actions > a, 
    .account-content .wishlist-actions > button {
		margin-bottom:15px;
    }
}

@media (max-width: 600px) {
    .account-content .wishlist-actions button.update-wishlist {
        float: none !important;
    }
}

/*------------------------------
	PRODUCT TELL A FRIEND POP UP
------------------------------*/

.modal-tell-a-friend .modal-title {
    font-weight: bold;
    color: #777777;
    margin-top: 0;
    letter-spacing: -1px;
    font-size: 24px;
}

#page-wrapper .modal-tell-a-friend .modal-header .close {
    margin-top: -28px;
    margin-right: -28px;
}

#page-wrapper .modal-tell-a-friend .modal-header {
    padding: 15px;
}

/*------------------------------
	PRODUCT REVIEWS TAB
------------------------------*/

.product-reviews-rating .product-rating i {
    font-size: 16px;
    padding: 0 1px;
    color: #F2CD00;
}

/*------------------------------
	HEADER MOBILE VIEW
------------------------------*/

@media (max-width: 767px) {
 	header.navbar .navbar-brand {
        padding: 15px 4px;
        font-size: 19px;
    }

     .p1[data-count]::after {
        font-size: 50%;
    }

    #header-dark header.navbar #able-span {
        padding: 9px 4px !important;
    }
}

/*------------------------------
	HEADER SMALL IMAGE STYLES ON SCROLL
------------------------------*/

header.navbar.navbar-small .navbar-brand {
    padding: 6px 15px;
}

/*------------------------------
	STORE HEADER CATEGORY MENU
------------------------------*/

header.navbar .megamenu .dropdown-menu.child-category-menu, header.navbar .megamenu .dropdown-menu.child-category-menu li {
    padding: 0 !important;
}

/*------------------------------
	STORE HEADER MENUBAR & STORE FOOTER LIGHT
------------------------------*/

#header-dark header.navbar .navbar-nav {
    text-align: center;
    float:none !important;
}
#header-dark header.navbar .navbar-nav li.text-center {
    display: inline-block;
    float:none !important;
}

#header-dark header.navbar .container{
    padding-right: 19px !important;
    padding-left: 30px !important;
}

#header-dark header.navbar .navbar-toggle,
#header-dark header.navbar .navbar-brand span {
    color:white;
}

#header-dark header.navbar #able-span {
    padding: 4px 4px;
}

#header-dark header.navbar .navbar-toggle:hover,
#header-dark header.navbar .navbar-brand span:hover,
#header-dark header.navbar .p1[data-count]:after {
    background-color: transparent;
    color: #777777;
}

#header-dark header.navbar .p1[data-count]:after {
  background:white;
}

.white-bg {
    background:#fff;
}

#header-dark header.navbar-default {
	height:50px;
	border-color:#EBEBEB;
	transition:height 0.3s ease-in;
}

#header-dark header.navbar .navbar-collapse {
	margin:0;
	transition:all 0.3s ease-in;
}

#header-dark header.navbar .navbar-nav > li > a {
	font-size:18px;
	padding:14px 15px;
	color:#fff;
}

#header-dark header.navbar .megamenu .dropdown-menu {
	left:15px;
	right:15px;
	margin-top:-2px;
	padding:10px 5px 0;
}

.dropdown-submenu {
    position: relative;
}
.dropdown-submenu>.dropdown-menu {
    top: 30px;
    left: 100%;
    margin-left:20px;
}
.dropdown-submenu .dropdown-menu:empty {
    display:none;
}
header.navbar .megamenu .dropdown-menu {
    padding: 0 5px 0 !important;
}

#header-dark .basket {
    margin-right:42px;
     background:#000;
}

@media (max-width:767px) {
    header.navbar {
        height: 60px;
    }

    .navbar-header {
        margin-top: 0;
    }

    #header-dark header.navbar-default {
	    background-color:#FFFFFF;
	    height: 60px;
	    border-color:#EBEBEB;
	    transition:height 0.3s ease-in;
    }

    #header-dark header.navbar .navbar-nav > li > a {
	    color:#777777;
    }

    #header-dark header.navbar .navbar-nav li.text-center {
        display:block;
        text-align:initial;
    }

    #header-dark header.navbar .navbar-collapse {
	    margin:0 -15px;
    }
}

/*------------------------------
    FOOTER LIGHT
------------------------------*/

footer.light-top{
    background-color:#EFEFEF;
}

footer.light-bottom{
    padding-top:0 !important;
    background-color:#1B1B1B;
}

footer.navbar-light {
	margin:0;
	border:0;
	padding:20px 0 20px;
	color:#726767;
	border-radius:0;
}

footer.navbar a:hover {
	color:#AAAAAA;
}

.footer-widget-light h4 {
	font-size: 20px;
    font-weight: bold;
    letter-spacing: -1px;
}

.footer-widget-light ul li  {
	padding:5px 0;
}

.footer-widget-light a {
	color:#726767;
	font-size:16px;
}


/* WIDGET CONTACTS */

.footer-widget-contacts-light ul li {
	font-size:16px;
	padding:7px 0;
    color:#726767;
}

.footer-widget-contacts-light ul li i {
	color:#787878;
    border:2px solid #787878;
    border-radius:50%;
    padding:5px 0 0;
    text-align:center;
    width:31px;
    height:31px;
    margin-right:5px;
    font-size:16px;
}

.footer-widget-contacts-light ul li.social {
	padding-top:20px;
}

.footer-widget-contacts-light ul li.social a {
	padding-right:3px;
}

.footer-widget-contacts-light ul li.social i {
	color:#787878;
	border-color:#787878;
	margin-bottom:10px;
}

.footer-widget-contacts-light ul li.social a:hover i {
	color:#B8B8B8;
	border-color:#B8B8B8;
}

/* WIDGET TWITTER */

.footer-widget-light #twitter-wrapper p {
	margin-bottom:10px;
	font-size:13px;
}

.footer-widget-light #twitter-wrapper a {
	font-size:13px;
	color:#888888;
}

.footer-widget-light #twitter-wrapper a:hover {
	color:#AAAAAA;
}

.footer-widget-light #twitter-wrapper .timePosted {
	display:none;
}

/* WIDGET FACEBOOK */

.footer-widget-facebook-light ul li a {
	display:block;
	margin:0 5px;
}

.footer-widget-facebook-light p {
	font-weight:600;
	font-size:18px;
	margin-top:20px;
}

.footer-widget-facebook-light p a {
	font-size:12px;
	color:#726767;
	float:right;
	position:relative;
	top:-4px;
	letter-spacing:1px;
}

.footer-widget-facebook-light p a i {
	margin-right:5px;
}

/* FOOTER COPYRIGHT */

.footer-bottom-light {
	margin-top:20px;
	padding-top:20px;
}

.footer-bottom-light p.copyright {
	margin:0;
	font-weight:600;
	font-size:15px;
}

.footer-bottom-light p.copyright a {
    color:#726767;
}

.footer-bottom-light ul.payment-methods {
	margin:0;
	font-size:28px;
}

.footer-bottom-light ul.payment-methods li {
	padding:0 2px;
	transition:all 0.2s ease-in;
    color:#f9f3f3;
}

.footer-bottom-light ul.payment-methods li:hover, .footer-bottom-light p.copyright a:hover {
	color:#AAAAAA;
}


/*------------------------------
    HEADER SEARCH BAR
------------------------------*/

header.navbar .navbar-nav > li.navbar-cart {
    width: auto;
}

header.navbar li.navbar-search .dropdown-menu {
    box-shadow:0 1px 5px 0 rgba(0,0,0,0.15);
}

/*------------------------------
    MINIBASKET DROPDOWN
------------------------------*/

header.navbar li.navbar-cart .dropdown-menu {
    width: 420px;
}
header.navbar li.navbar-cart .dropdown:hover .dropdown-menu {
    display: block;
 }

#header-dark .mini-basket-dropdown #minibasket-dropdown {
    margin-top:0;
}
#header-dark .mini-basket-dropdown li {
    width:400px;
    white-space:normal;
    padding:10px;
    color:#666;
}
#header-dark .mini-basket-dropdown .btn {
    padding:6px 12px;
}
#header-dark .mini-basket-dropdown .hr-line-dashed {
    margin:10px;
}
#minibasket-dropdown .itemLabel {
    margin-right:20px;
}

/*------------------------------
    AJAX LOADER
------------------------------*/

#ajax-loader img
{
    width:100px;
    height: 100px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    padding:10px;
    margin-left: -50px;
    margin-top: -50px;
    z-index:1002;
    overflow: auto;
}
#ajax-loader
{
    display:none;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:#fff;
    opacity: 0.5;
    z-index:1001;
    filter: alpha(opacity=10);
}

/*------------------------------
    BANNER
------------------------------*/

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption-left {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption-right {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: right;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
    .carousel-caption .btn {
        text-shadow: none;
    }

.carousel-control {
    width: 10%;
}

/*------------------------------
    BOOTSTRAP GUTTER SPACE ADJUSTMENTS WHEN ROWS WITHOUT CONTAINER
------------------------------*/
#page-wrapper > div.row {
    margin-left:0;
    margin-right:0;
}

#page-wrapper > div.row > div.column {
    padding-left:0;
    padding-right:0;
}

.no-side-padding {
    padding-left:0;
    padding-right:0;
}

.no-side-margin {
    margin-left:0;
    margin-right:0;
}

/*------------------------------
    BOOTSTRAP ROW CLASS TO AVOID ADMIN CMS LAYOUT DISPLAY CONFLICT
------------------------------*/

.layout-row {
  margin-right: -15px;
  margin-left: -15px;
}

@media(max-width:568px) {
    .breadcrumb-wrapper .layout-row > div {
        width: 100%;
        float: none;
    }
}

/*------------------------------
    FORMATTING FOR PRICING ON PRODUCT PAGE
------------------------------*/

.price {
    color: #000000;
    font-size: 15px;
    line-height: 22px
}

.baseprice, .specialprice {
    font-weight: 600;
    font-size: 20px;
    text-decoration: none;
}

.amountSaved {
    color: #BF1F1F;
    font-weight: 500;
    font-size: 16px;
    text-decoration: none;
}

.retailprice, .ourprice {
    color: #000000;
    font-weight: 400;
    font-size: 16px;
    text-decoration: line-through;
}

/*------------------------------
    SOCIAL MEDAI ICONS ALIGNMENT CUSTOM STYLES
------------------------------*/

.widget-social-media-links {
    padding : 10px 0 20px;
}

.widget-social-media-links div{
    float : left;
}

/*------------------------------
	BLOG
------------------------------*/

.blog article.post {
	padding-left:40px;
}

/*------------------------------
    LIST BOX CUSTOM STYLE
------------------------------*/

select.list-box {
    background-image: none;
}

/*------------------------------
    RESPONSIVE CART VIEW
------------------------------*/

.cart-row {
  margin: 10px 0;
  padding: 10px 0;
  border-bottom: 1px solid #e1e1e1;
}

.cart-row .cart-col.text-left {
    text-align : left;
}

.cart-row .cart-col h4.no-left-margin {
    margin-left: 0;
}

.cart-row .cart-col h4.top-margin {
    margin-top:20px;
}

.cart-row div {
  text-align: center; 
}
.cart-row img.img-responsive { 
  margin: 0 auto; 
}

@media (max-width: 768px) {
  .cart-row .cart-col.text-left {
    text-align : center;
    }
}

.cart-head .cart-row {
    margin : 0;
    padding : 0;
    font-weight : 600;
}

.cart-head div {
    padding: 10px 5px;
    font-size: 16px;
    border-right: 2px solid #FFFFFF;
    border-bottom: 0;
    text-align: center;
    color: #FFFFFF;
}
.cart-head .cart-col.first {
    border : none;
}

.cart-head .cart-col.item {
    border-left: 2px solid #FFFFFF;
}

.cart-head .no-border {
    border-right: 0;
}

.cart-row .product-quantity .btn {
    font-size: 16px;
    font-weight: bold;
    width: 40px;
    float: left;
    background-color: 
    #F0F0F0;
    z-index: 500;
    padding: 6px 12px;
}

.cart-row .product-quantity .btn:last-child {
    border-left: 0;
}

.cart-row .product-quantity {
    padding-bottom: 10px;
}

.cart-row .product-quantity .form-control {
    display: inline-block;
    width: 44px;
    text-align: center;
    height: 38px;
    float: left;
    margin-left: -2px;
    z-index: 510;
}

.cart-row.table-products .product-quantity .btn {
    font-size: 16px;
    margin: 15px auto;
}

.cart-row .cart-col h4 {
    text-align: left;
}

/*------------------------------
    RESPONSIVE ABLE GRID VIEW
------------------------------*/

.able-grid-bordered {
    border: 1px solid #EBEBEB;
    margin-bottom: 10px;
}

.able-grid-bordered .able-grid-head > .able-grid-row > .able-grid-col , .able-grid-bordered > .able-grid-body > .able-grid-row > .able-grid-col {
    border: 1px solid #ddd;
}

.able-grid > .able-grid-head > .able-grid-row > .able-grid-col {
    color: #FFFFFF;
    border-color: #EBEBEB;
}

.able-grid > .able-grid-head > .able-grid-row > .able-grid-col , .able-grid > .able-grid-body > .able-grid-row > .able-grid-col {
    vertical-align: middle;
    font-weight: 600;
    border-color: #EBEBEB;
}

.able-grid > .able-grid-body > .able-grid-row > .able-grid-col {
    color: #888888;
}

.able-grid .able-grid-head .able-grid-row, .able-grid .able-grid-body .able-grid-row {
    display: flex;
}

.able-grid .able-grid-head a {
    color: #fff;
}

.able-grid h4 small {
    margin-top: 5px;
    display: block;
    color: #AAAAAA;
    font-style: italic;
}

.able-grid-head div {
    padding: 8px 5px;
    font-size: 14px;
    text-align: center;
    color: #FFFFFF;
}

.able-grid-head .able-grid-row {
    padding : 0;
    font-weight : 600;
}

.able-grid-row .p-l-1 {
    padding-left : 1px;
}

.able-grid-row .p-l-3 {
    padding-left : 3px;
}

.able-grid-row .p-l-5 {
    padding-left : 5px;
}

.able-grid-col.view-button {
    text-align : right;
}

.able-grid-content {
    padding: 5px;
    margin-top: 10px;
}

@media (max-width: 768px) {

    .able-grid .able-grid-body .able-grid-row {
        display: block;
    }

    .able-grid-bordered .able-grid-head > .able-grid-row > .able-grid-col , .able-grid-bordered > .able-grid-body > .able-grid-row > .able-grid-col {
        border: none;
    }

    .able-grid-row {
        border-bottom : 1px solid #EBEBEB;
    }

    .able-grid-row .p-l-1 {
        padding-left : 15px;
    }

    .able-grid-row .p-l-3 {
        padding-left : 15px;
    }

    .able-grid-row .p-l-5 {
        padding-left : 15px;
    }

    .able-grid-row .m-b-md {
        margin-bottom : 0;
    }
}

/* ACCOUNT SECTION MY ADDRESS PAGE */
.content .box h4.box-primary {
    color: #fff;
}

/* MOBILE VIEW SEARCH FEATURE */
#store-header-menubar #mobile-search-icon,
header.navbar #mobile-search-icon {
    margin-top: 4px;
}

#header-dark header.navbar #mobile-search-icon {
    color:white;
}

#mobile-search-field {
    position: fixed;
	top:45px;
    left:0;
    right:0;
	padding:15px 0 15px 0;
	z-index:999;
    display:none;
}

#mobile-search-field .form-control {
	font-size:25px;
	height:auto;
	border:0;
	font-weight:400;
	box-shadow: 0 1px 5px 0 rgba(0,0,0,0.15);
}

/* SUMMERNOTE ADD LINK POP UP */
.modal.link-dialog .checkbox input[type="checkbox"] {
    display: block;
}

.modal.link-dialog .checkbox > label::before {
	display: none;
}

.modal.link-dialog .modal-title {
    margin: 15px;
}

.ui-autocomplete {
    z-index: 9999 !important;
} 