﻿
/* --------------------------------------------------------------------------
 * Alotheme Studio : Milano - One Page HTML Event Conference Template
 *
 * file           : theme.css
 * Desc           : Milano Template - Stylesheet
 * Version        : 1.0
 * Date           : 2015-8-15
 * Author         : Alotheme Studio
 * Author URI     : http://alothemes.com
 * Email          : suport@alothemes.com
 *
 * Alotheme Studio. Copyright 2015. All Rights Reserved.
 * -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
 *  Milano Stylesheet - Table of Content

    1 - General
    1.1 - Google fonts
    1.2 - Preloader
    1.3 - Global properties (body, common classes, structure etc)
    1.4 - Typography (section title, links, page dividers)
    1.5 - Buttons
    1.6 - Form / Input / Textarea

    2 - Header
    2.1 - Logo
    2.2 - Cart mini
    2.3 - Top line
    2.4 - Navigation
    2.5 - Fixed menu / Mobile menu
    2.6 - Vertical Menu
    2.7 - Custom Header2

    3 - Content
    3.1 - Main slider / Owl carousel
    3.2 - Block Banner
    3.3 - Image carousel / Owl carousel
    3.4 - Partners carousel / Owl carousel
    3.5 - Breadcrumbs
    3.6 - Product content
    3.7 - Product tab
    3.8 - Testimonials
    3.9 - Blog / Post
    3.10 - Sidebar
    3.11 - page navigation
	3.12 Popup Newletter

    4 - Footer
    4.1 - Custom Footer 2

	5 - Category
	5.1 - Category sidebar

	6 - Product Detail

	7 - Contacts Page
	7.1 - Google map

	8 - 404 Page / Page FAQ / Page About
	8.1 - 404 Page
	8.2 - Page FAQ
	8.3 - Page About

	9 - Cart Page / Checkout Page
	9.1 - Cart Page
	9.2 - Checkout Page

	10 - Login Page

	11 - Home Page 2 / Home Page 3 / Home Page 4 / Home Page 5 / Home Page 6
    11.1 - Home Page 2

	12 - Back to top button

 * -------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
 * 1 - General
 * -------------------------------------------------------------------------- */

/* 1.1  - Google fonts
/* ========================================================================== */
@import url('http://fonts.googleapis.com/css?family=Montserrat:400,700');
@import url(http://fonts.googleapis.com/css?family=Raleway:400,100,200,300,500,700,800,900,600);
@import url('http://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic');


/* 1.2 - Preloader
/* ========================================================================== */
#preloader {
  position: fixed;
  z-index: 99999999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ffffff;
}
#preloader-status {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: -100px 0 0 -100px;
}
#preloader-title {
  font-size: 10px;
  text-align: center;
  text-transform: uppercase;
}
.spinner {
  margin: 0 auto;
  width: 120px;
  height: 30px;
  text-align: center;
  font-size: 10px;
}
.spinner > div {
  background-color: #ff5555;
  height: 100%;
  width: 20px;
  display: inline-block;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.spinner .rect2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.spinner .rect3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.spinner .rect4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.spinner .rect5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
/* 1.3  - Global properties (body, common classes, structure etc)
/* ========================================================================== */
body {
  font-family: 'Raleway', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  background: #fff;
  color: #333;
  -webkit-font-kerning: auto;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: visible !important;
  /* reset animate.css / if hidden parallax buggy */
  position: relative;
}
body.boxed {
  background: #fff;
}
.content-area {
    overflow: hidden;clear: both;
}
.clear {
    clear: both;
}

/* overflow the content area
 * -------------------------------------------------------------------------- */
* {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  /* Prevent Long URL’s From Breaking Out of Container
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto; */
}
.content .widget + .widget,
.sidebar .widget + .widget,
.footer .widget + .widget {
  margin-top: 50px;
}
.wide .container.full-width {
  width: 100%;
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.boxed .container.full-width {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* 1.5 - Typography (section title, links, page dividers)
/* ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;font-family: montserrat;
}

h1 .fa,
h2 .fa,
h3 .fa,
h4 .fa,
h5 .fa,
h6 .fa,
h1 .glyphicon,
h2 .glyphicon,
h3 .glyphicon,
h4 .glyphicon,
h5 .glyphicon,
h6 .glyphicon {
  color: #3e6ea4;
}
.image h1 .fa,
.image h2 .fa,
.image h3 .fa,
.image h4 .fa,
.image h5 .fa,
.image h6 .fa,
.image h1 .glyphicon,
.image h2 .glyphicon,
.image h3 .glyphicon,
.image h4 .glyphicon,
.image h5 .glyphicon,
.image h6 .glyphicon,
.color h1 .fa,
.color h2 .fa,
.color h3 .fa,
.color h4 .fa,
.color h5 .fa,
.color h6 .fa,
.color h1 .glyphicon,
.color h2 .glyphicon,
.color h3 .glyphicon,
.color h4 .glyphicon,
.color h5 .glyphicon,
.color h6 .glyphicon {
  color: #ffffff;
}
::-webkit-input-placeholder {
  color: #b3b3b3 !important;
}
:-moz-placeholder {
  color: #b3b3b3 !important;
}
/* Firefox 18- */
::-moz-placeholder {
  color: #666666 !important;
}
/* Firefox 19+ */
:-ms-input-placeholder {
  color: #666666 !important;
}
input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
input:focus:-moz-placeholder {
  color: transparent !important;
}
/* FF 4-18 */
input:focus::-moz-placeholder {
  color: transparent !important;
}
/* FF 19+ */
input:focus:-ms-input-placeholder {
  color: transparent !important;
}
textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
textarea:focus:-moz-placeholder {
  color: transparent !important;
}
/* FF 4-18 */
textarea:focus::-moz-placeholder {
  color: transparent !important;
}
/* FF 19+ */
textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}



/* Block title */
.block-title { text-align: center; margin: 50px 0 30px;}
.block-title h3 { font-family: "Montserrat",sans-serif; font-size: 20px; margin: 0; text-transform: uppercase;display: inline-block;}
.block-title .hr {  border-bottom: 1px solid #dddddd; display: inline-block; height: 1px;width: 50%;}
.title-page { text-align: center;}
.title-page h2 {  color: #333; font-family: "Montserrat",sans-serif; font-size: 28px;  letter-spacing: 5px;  margin-bottom: 20px;  text-transform: uppercase;}
.title-page h4 { color: #ff5555; font-size: 14px;}
.faq-wrapper .panel-body { font-size: 14px;line-height: 25px; padding: 30px 40px;}

.footer {
  /* Firefox 18- */
  /* Firefox 19+ */
  /* FF 4-18 */
  /* FF 19+ */
  /* FF 4-18 */
  /* FF 19+ */
}
.footer ::-webkit-input-placeholder {
  color: #666 !important;
}
.footer :-moz-placeholder {
  color: #666 !important;
}
.footer ::-moz-placeholder {
  color: #666 !important;
}
.footer :-ms-input-placeholder {
  color: #666 !important;
}
.footer input:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.footer input:focus:-moz-placeholder {
  color: transparent !important;
}
.footer input:focus::-moz-placeholder {
  color: transparent !important;
}
.footer input:focus:-ms-input-placeholder {
  color: transparent !important;
}
.footer textarea:focus::-webkit-input-placeholder {
  color: transparent !important;
}
.footer textarea:focus:-moz-placeholder {
  color: transparent !important;
}
.footer textarea:focus::-moz-placeholder {
  color: transparent !important;
}
.footer textarea:focus:-ms-input-placeholder {
  color: transparent !important;
}
i.diamond {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 7px solid #ffffff;
  position: relative;
  top: -5px;
}
i.diamond:after {
  content: '';
  position: absolute;
  left: -5px;
  top: 7px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-top: 7px solid #ffffff;
}

/* Links, Link color
 * -------------------------------------------------------------------------- */
a,
a .fa,
a .glyphicon,
a:hover,
a:hover .fa,
a:hover .glyphicon,
a:active,
a:focus {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
a {
  color: #666;
}
a:hover,
a:active,
a:focus {
  color: #ff5555;
}

p {
  margin-bottom: 10px;
}
ul,
ol {
  padding-left: 0;
  list-style: none;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  padding-left: 20px;
}
ul.list .fa,
ol.list .fa {
  width: 22px;
  color: #333333;
}
.drop-cap {
  display: block;
  float: left;
  font-size: 44px;
  line-height: 37px;
  margin: 0 10px 0 0;
  color: #333333;
}
.text-lg {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  color: #376191;
}

/* 1.5 - Button
/* ========================================================================== */
button.button {  background: rgba(0, 0, 0, 0) none repeat scroll 0 0; border-style: solid;border-color:#aaaaaa;border-width: 1px;color: #666666; cursor: pointer; margin: 0;  overflow: visible; padding: 0; width: auto;transition: 400ms  ;}
button.button span {display: block;  font-family: "Montserrat",sans-serif; font-size: 13px;height: 35px; line-height: 35px; padding: 0 20px; text-align: center;  text-transform: uppercase;  white-space: nowrap;}
button.button span span { padding: 0;}
.btn.btn-theme.btn-theme-red {border: 1px solid #aaa; border-radius: 0; height: 38px; padding: 0 15px;line-height: 38px;}
.btn.btn-theme.btn-theme-red:hover {background: #ff5555 ;  border-color: #ff5555; color: #fff;}
.form-button:hover { background: #f5f5f5  ;border: 1px solid #aaa; color: #333;}
button.button:hover { background: #ff5555  ; border-color: #ff5555; color: #fff;}
.form-button { background: #ff5555  ;color: #fff; text-transform: uppercase;}

/* 1.6 - Form / Input / Textarea / Select
/* ========================================================================== */
.form-control {-webkit-appearance: none;
	  /* ios */
	 -webkit-box-shadow: none;
	box-shadow: none;
    background: none repeat scroll 0 0 #f5f5f5;
    border: 1px solid #ebebeb;
    border-radius: 0;
    color: #808080;
    height: 40px;
}
.form-control:focus {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #30557f;
}
textarea {
  resize: none;
}
.bootstrap-select .dropdown-menu {
  border-radius: 0;
}
.bootstrap-select .dropdown-menu a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.bootstrap-select > .selectpicker {
  -webkit-appearance: none;
  /* ios */
  -webkit-box-shadow: none;
  box-shadow: none !important;
  height: 40px;
  border-radius: 0;
  border: 1px solid #333333;
  background-color: #ffffff !important;
  color: #808080 !important;
}
.bootstrap-select > .selectpicker:focus {
  border-color: #333333;
}
.bootstrap-select-searchbox .form-control {
  border-radius: 0;
}

/*
 boxed
 * -------------------------------------------------------------------------- */
.boxed .wrapper {
    margin: 0 auto;
    max-width: 1170px;
}


/* --------------------------------------------------------------------------
 * 2 - Header
 * -------------------------------------------------------------------------- */
.wide .header,
.boxed .header > .container {
  background-color: #ffffff;
  position: relative;
}
.boxed .header > .container {
    padding: 0;
}
.sticky-wrapper .header {
	width: 100%;left: 0;
	z-index: 1030;
}
.alo-animate {
    z-index: 1000;
}
.header .header-wrapper {
  position: relative;text-align:center;
}
.wide .header.shrink .header-wrapper,
.boxed .header.shrink > .container .header-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
}
.sticky-wrapper .header .header-wrapper {
  -webkit-transition: none ;
  transition: none ;
}
.sticky-wrapper.is-sticky .header.shrink .header-wrapper {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.is-sticky .header.header-sticky .header-wrapper {
}
.wide .is-sticky .header,
.boxed .is-sticky .header  {
  background-color: #fff;
  position: relative;
  box-shadow:0 0 3px #666666;
  -webkit-box-shadow:0 0 3px #666666;
  -o-box-shadow:0 0 3px #666666;
}
.sticky-wrapper {}
.content-logo {
    text-align: center;
}
.content-seach .header-search {
    padding-top: 70px;
}
.content-cart .miniCartWrap {
    padding-top: 70px;
}
.header .form-search label {
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    margin: 0;
    padding: 10px 0 0;
    text-align: left;
    text-transform: uppercase;
}
.form-search button.button {
    background-color: rgba(0, 0, 0, 0);
    border: 0 none;
}
.form-search button.button span {
    border: medium none;
    color: #666666;
    padding: 0;
    width: 35px;
}
.form-search button.button span span .fs1 {
    font-size: 16px;
    font-style: normal;
}
.form-search input.input-text {
    background-color: #ffffff;
    border-color: #e2e2e2;
    border-style: solid;
    border-width: 0 0 1px;
    font-size: 100%;
    line-height: 25px;
    margin: 0;
    padding: 0;min-width: 190px;
}


/* 2.1 - Logo
/* ========================================================================== */
.logo {
  float: none;
  display:inline-block;margin: 44px 0 30px;
}

/* 2.2 - Cart mini
/* ========================================================================== */
.crat-icon {
    padding: 0;
    position: relative;
}
.crat-icon, .cart-header {
    display: inline-block;
}
.miniCartWrap .icons {
    color: #242628;
    display: block;
    font-size: 25px;
    padding: 10px;
}
.mini-contentCart .subtotal .label, .mini-contentCart .item .product-details .product-name a, .cartSummary span.item, .cartSummary span.zero, .cartSummary span.price, .mini-contentCart .subtotal .price, .mini-contentCart .actions a {
    font-family: "Montserrat",sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.cartSummary .mt-cart-title {
    display: none;
}
.cartSummary span, .cartSummary .mt-cart-title {
    color: #555555;
}
.crat-icon .zero, .crat-icon .item {
    background: #ff5555 none repeat scroll 0 0;
    border-radius: 50%;
    color: #ffffff;
    height: 22px;
    line-height: 22px !important;
    padding: 0;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 22px;
}
.crat-icon .icon_cart_alt {font-size: 25px;}
.miniCartWrap .mini-maincart .mini-contentCart {
    top: 100%;
}
.miniCartWrap{vertical-align:top;}
.mini-maincart{position:relative;z-index: 99999;}
.mini-maincart .mini-contentCart{position:absolute;right:0;top:50px;width:275px;line-height:30px;padding:10px 25px 20px;border: 1px solid #f0f0f0;}
.mini-maincart .mini-contentCart p.empty{margin:0;font-weight:300;font-size: 12px;cursor: text;}
.mini-contentCart .mini-products-list{margin:0;padding:0;}
.mini-contentCart .item .product-details .product-name{margin: 0;line-height: 10px;font-size: 100%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 20px;line-height: 20px;}
.mini-contentCart .item .product-details .product-name a{font-size: 12px;}
.crat-icon,.cart-header{display: inline-block;}
.cartSummary .icon-cart{padding:0px;font-size:30px;line-height: 30px;}
.cartSummary .mt-cart-title{ color: #555555;text-transform: uppercase;display: inline-block;margin: 0 0 0 10px;vertical-align: top;display: none;}
.cartSummary span.item,.cartSummary span.zero, .cartSummary span.price{font-size: 14px;line-height: 40px;}
.mini-contentCart .subtotal{clear:both;display:block;padding:10px 0;margin:0;}
.mini-contentCart .subtotal .label,
.mini-contentCart .item .product-details .product-name a,
.cartSummary span.item,.cartSummary span.zero, .cartSummary span.price,
.mini-contentCart .subtotal .price,
.mini-contentCart .actions a{font-weight: 500;font-family: "Montserrat",sans-serif;text-transform: uppercase;}
.mini-contentCart .subtotal .label{color:#555;font-size:13px;padding: 10px 0;}
.mini-contentCart .subtotal .price{color:#555;font-size: 16px;float: right;}
.mini-contentCart .actions a{border:1px solid #aaaaaa;color:#666;text-decoration:none;font-size:11px;line-height:35px;padding:0 17px;display:inline-block;margin:5px 0px; text-transform: uppercase;transition:all 500ms ease-in-out 0s;-moz-transition:all 500ms ease-in-out 0s;-webkit-transition:all 500ms ease-in-out 0s;-o-transition:all 500ms ease-in-out 0s;}
.mini-contentCart .actions a:hover{background-color:#ff5555;color: #fff;border:1px solid #ff5555;}
.mini-contentCart .actions a.checkout{background-color:#ff5555;color: #fff;border:1px solid #ff5555;float: right;}
.mini-contentCart .actions a.checkout:hover{border:1px solid #aaaaaa;color:#666;background-color:#fff;}
#miniMagiccart .item:hover{background-color:#dddddd}
#miniMagiccart a.btn-remove,a.btn-edit,a.btn-remove{float:none;margin:0;display: inline-block;vertical-align: top;font-size: 12px;
    height: auto;
    padding: 9px;
    text-indent: inherit;
    width: auto;}
.mini-contentCart .block-content .block-subtitle{margin:0;text-transform: uppercase;border-bottom: 1px solid #dddddd;font-family: "Montserrat",sans-serif;}
.mini-maincart .mini-products-list .product-image {
    float: left;
    width: 60px;
}
.mini-maincart .mini-products-list .product-details {
    float: left;
    padding-left: 15px;
    width: 160px;
}
.mini-maincart .mini-products-list li .cart-content-bottom {
    clear: both;
    padding-top: 20px;
    position: absolute;
    right: 0;
    text-align: center;
}
.mini-maincart .mini-products-list .product-details, .mini-maincart .mini-products-list .product-details strong, .mini-maincart .mini-products-list .product-details .price {
    color: #ff5555;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
}
.mini-maincart .mini-products-list li {
    border-bottom: 1px solid #f3f3f3;
    clear: both;
    display: block;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}
.miniCartWrap .btn-remove .icons {
    font-size: 13px;
    padding: 0;
}



/* 2.3 - Top line
/* ========================================================================== */
.top-line {
  position: relative;
  font-size: 13px;
  font-weight: normal;
  line-height: 1;padding: 15px 0;
  border-bottom:1px solid #efefef;
}
.header-setting .settting-switcher {
    position: relative;display: inline-block;
}
.top-line .currency_top .dropdown-switcher,.top-line .top-form-language .dropdown-switcher,.top-line .header-setting .dropdown-switcher, .mini-contentCart{border: 1px solid #f0f0f0;-moz-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;opacity:0;transition:all 0.3s ease-in-out 0s;transform: scale(0) rotate(0deg);-moz-transform: scale(0) rotate(0deg);-webkit-transform: scale(0) rotate(0deg);-o-transform: scale(0) rotate(0deg);background-color:#fff;padding:15px 20px;right:0px;opacity:0;position:absolute;top:28px;min-width: 200px;z-index:999999;transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;visibility:hidden;}
.top-line .top-form-language .lang-switcher:hover .dropdown-switcher, .top-line .currency_top .currency-switcher:hover .dropdown-switcher, .top-line .header-setting .settting-switcher:hover .dropdown-switcher, .mini-maincart:hover .mini-contentCart  {
    opacity: 1;
    transform: scale(1) rotate(0deg);
    visibility: visible;
}
.header-top-link .links {
    margin: 0;
}
.top-line  .links li a{
    display: block;
    font-size: 14px;
    line-height: 25px;
    padding: 0;
    position: relative;
    text-transform: capitalize;
}
.top-line .header-setting {
    float: right;
}
.header-setting .top-links {
    display: inline-block;margin: 0;padding-left: 18px;
}
.top-links li, .top-links .or {
    float: left;margin: 0 5px;
}
.top-line .welcome-msg {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}
.top-line .label-title:after,.text-setting:after{color: #aaaaaa;content: "";font-family: FontAwesome;font-size: 13px;margin-left: 10px;text-align: left;}
.text-setting, .top-links li a, .top-links .or {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
}
.top-links li a {
    color: #ff5555;
}



/* 2.4 - Navigation / superfish skin
/* ========================================================================== */

/* SUPERFISH ESSENTIAL STYLES */
.sf-menu {
  margin: 0;
  padding: 0;
}
.sf-menu li {
  position: relative;
}
.sf-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}
.sf-menu > li {
  float: none;display:inline-block;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
  display: block;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu ul ul {
  top: 0;
  left: 100%;
}
.sf-menu ul .col-item {
    text-align: left;
    width: 18%;
}
.sf-menu ul .col-item.col-menu-right {
   padding-right: 0;
    text-align: right;
    width: 28%;
}

.sf-menu ul {
  min-width: 14em;
  /* submenu width */
}
/* SUPERFISH THEME SKIN */
.sf-menu {
  /*margin-right: -1em;*/
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.sf-menu.nav > li > a:hover,
.sf-menu.nav > li > a:focus {
  background-color: transparent;
}
.sf-menu.nav > li > a,
.sf-menu ul li > a {
  font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
    padding: 18px 24px;
}
.sf-menu ul li ul a, .sf-menu li ul li > a {
    font-family: raleway;
    font-size: 13px;
    font-weight: 400;
	-webkit-transition: -webkit-transform 0.5s ease-out;
	-o-transition: -o-transform 0.5s ease-out;
	transition: transform 0.5s ease-out;
    letter-spacing: 0; transition: all 0.5s ease 0s;
}
.sf-menu ul li ul a:hover{
    padding-left: 10px;
}
.sf-menu .megamenu ul li > a {
  padding: 3px 15px 3px 15px;
}
.sf-menu li ul li > a {
    display: block;
    padding: 3px 15px;
}
.sf-menu li ul li > a:hover {
    padding-left:10px;
}
.sf-menu a {
  color: #333;
}
.sf-menu a:hover {
  color: #ff5555;
}
.sf-menu li.active > a {
  color: #ff5555;
}
.sf-menu ul {
  margin-left: 1em;
  /**/
  padding-top: 10px;
  padding-bottom: 10px;
   background: #fff none repeat scroll 0 0;
  margin-left: 0;
  padding-left: 0;
  text-align: left;
  box-shadow:0 0 7px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow:0 0 7px rgba(0, 0, 0, 0.1);
  -o-box-shadow:0 0 7px rgba(0, 0, 0, 0.1);
}
.sf-menu ul ul {
  margin-left: 0;
}
.sf-menu ul li {
  background: #ffffff;
}
.sf-menu ul a {
  text-transform: none;
  font-weight: 400;
}
/* ARROW DOWN */
.sf-menu.nav > li > a.sf-with-ul,
.sf-arrows .sf-with-ul {
  padding-right: 1.8em;
}
.sf-arrows .sf-with-ul:after {
  content: '\f107';
  font-family: FontAwesome;
    font-size: 13px;
    margin-top: -1px;
    position: absolute;
    right: 1em;
    top: 36%;
}
#header2 .sf-arrows .sf-with-ul:after {
    right: 0;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #333333;
}
/* ARROW RIGHT */
.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: 5px;
  border-color: transparent;
  border-left-color: #555555;
  content:"\f105";
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #333333;
}
.sf-menu li.megamenu {
  position: inherit !important;
}
.sf-menu img {
    max-width: 100%;
}
.sf-menu li.megamenu > ul {
  font-weight: normal;
  font-size: 13px;
  text-transform: none;
  width: 100%;
  margin: 0;
  padding: 0 15px;
}
.sf-menu li.megamenu > ul li.row {
  padding: 15px 0 1px;
  margin-left: -15px;
  margin-right: -15px;
}
.sf-menu li.megamenu > ul li ul {
  display: block;
  position: relative;
  left: 0;
  margin-left: 0;
  box-shadow:0 0 0 transparent;
  -webkit-box-shadow:0 0 0 transparent;
  -o-box-shadow:0 0 0 transparent;
}
.sf-menu li.megamenu ul {
  margin-left: 0;
}
.sf-menu li.megamenu ul a {
  padding-left: 0;
  color: #555555;
}
.sf-menu li.megamenu ul a:hover {
  color: #ff5555;
}
.sf-menu li.megamenu p {
  margin-bottom: 10px;
}
.sf-menu li.megamenu .block-title {
   color: #333333;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    padding-bottom: 8px;
    position: relative;
    text-align: left; margin-top: 10px;
    text-transform: uppercase;
}
.sf-menu li.megamenu .block-title::before {
    background: #eeeeee none repeat scroll 0 0;
    bottom: -4px;
    content: "";
    height: 1px;
    position: absolute;
    width: 60px;
}
.overlay {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.8);
}

.modal.fade .modal-dialog {
  -webkit-transition: -webkit-transform 0.15s ease-out;
  -o-transition: -o-transform 0.15s ease-out;
  transition: transform 0.15s ease-out;
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal .modal-title {
  font-family: 'Montserrat', cursive;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
  text-transform: uppercase;
  color: #333333;
}
.modal .modal-content {
  border-radius: 0;
  background-color: #ffffff;
  border: solid 1px #333333;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal .modal-footer {
  text-align: left;
}
.modal section + section {
  padding-top: 30px;
}
.modal .section-title {
  text-align: left;
}
.modal .block-title {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  color: #555555;
}
.modal p {
  margin-bottom: 15px;
  font-size: 13px;
}
.modal a.link {
  font-size: 12px;
  text-transform: uppercase;
  color: #a0bcdb;
}
.modal a.link:hover {
  color: #333333;
}
.modal form .radio {
  margin-top: 0;
}
.modal form label input {
  margin-top: 1px;
}
.modal label {
  font-size: 17px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #333333;
}
.modal table.order {
  margin-bottom: 30px;
  border: none;
  font-size: 17px;
  text-transform: uppercase;
  color: #555555;
}
.modal table.order .total {
  background-color: #ffffff;
  color: #555555;
  border-bottom: solid 5px #eeeeee;
}
.modal table.order strong {
  color: #333333;
}
.modal table.order .price,
.modal table.order .price strong {
  color: #ea0000;
}
.modal table.order thead {
  background-color: #333333;
  color: #ffffff;
}
.modal table.order thead th {
  font-weight: normal;
}
.modal table.order > thead > tr > th,
.modal table.order > tbody > tr > th,
.modal table.order > tfoot > tr > th,
.modal table.order > thead > tr > td,
.modal table.order > tbody > tr > td,
.modal table.order > tfoot > tr > td {
  padding: 15px;
}
.modal table.order > thead > tr > th,
.modal table.order > tbody > tr > th,
.modal table.order > tfoot > tr > th,
.modal table.order > thead > tr > td,
.modal table.order > tbody > tr > td,
.modal table.order > tfoot > tr > td {
  border-color: #ffffff;
}
.modal table.order > thead > tr > th + th,
.modal table.order > tbody > tr > th + th,
.modal table.order > tfoot > tr > th + th,
.modal table.order > thead > tr > td + td,
.modal table.order > tbody > tr > td + td,
.modal table.order > tfoot > tr > td + td {
  border-left: solid 1px #ffffff;
}
.modal table.order > tbody > tr > td,
.modal table.order > tbody > tr > th {
  background-color: #ffffff;
}
.modal table.order > tbody > tr:nth-child(2n+1) > td,
.modal table.order > tbody > tr:nth-child(2n+1) > th {
  background-color: #eeeeee;
}
@media (max-width: 767px) {
  .popup-checkout section.address .row > .col-sm-4 .form-group {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .popup-checkout section.address label {
    line-height: 40px;
  }
}
.popup-cart .modal-dialog {
  margin-top: 90px;
}
@media (min-width: 768px) {
  .popup-cart .modal-dialog {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .popup-cart .modal-dialog > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 768px) {
  .popup-product-view .modal-dialog {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .popup-product-view .modal-dialog > .container {
    padding-left: 0;
    padding-right: 0;
  }
}
/* 2.5 - Fixed menu / Mobile menu
/* ========================================================================== */
.menu-toggle {
  display: none;
}
.menu-toggle-close {
  display: none;
}
.logo,
.logo a,
.header,
.header .header-wrapper,
.top-line-navigation,
.top-line-user-menu,
.top-line-text {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}


/* 2.6 - Vertical Menu
/* ========================================================================== */
.vertical-menu .block-title {
	background-color: #ff5555;
    line-height: 50px;
    margin-bottom: 5px;margin-top: 0;
    padding: 0 30px;text-align: left;
}
.vertical-menu .block-title span {
    color: #ffffff; font-size: 14px;
}
.vertical-menu .block-title .verticalmenu-subtitle {
    padding: 0 0 0 10px;
    text-transform: uppercase;
}
.vertical-menu .navigation {
    border: 1px solid #dddddd;
    padding: 20px 0;
}
.vertical-menu .sf-menu.nav li a {
    font-family: raleway;
    font-size: 15px;
    font-weight: 400;
    line-height: 37px;
    padding: 0 30px;
    text-transform: capitalize;
}
.vertical-menu .sf-menu.nav li {
    display: block;
}
.vertical-menu .sf-menu ul {
    left: 100%;
    top: 0;z-index: 9999;
}
.vertical-menu .sf-arrows .sf-with-ul::after {
    top:2px;content: "\f105";margin: 0;
}
.vertical-menu .sf-menu.nav li li a {
    font-size: 13px;
    line-height: 30px;
}
.padding-vertical7 {
    padding-right: 7px;z-index: 8888;
}


/* 2.7 - Custom Header2
/* ========================================================================== */
 #header2 {
    color: #ffffff;
}
#header2 .content-logo.logo-left {
    text-align: left;
}
#header2 .header-search .dropdown-switcher{width: 310px;border: 1px solid #f0f0f0;-moz-transition:all 0.3s ease-in-out 0s;-o-transition:all 0.3s ease-in-out 0s;-webkit-transition:all 0.3s ease-in-out 0s;opacity:0;transition:all 0.3s ease-in-out 0s;transform: scale(0) rotate(0deg);-moz-transform: scale(0) rotate(0deg);-webkit-transform: scale(0) rotate(0deg);-o-transform: scale(0) rotate(0deg);background-color:#fff;padding:10px 10px 15px;right:0px;opacity:0;position:absolute;top:60px;min-width: 230px;z-index:35;transition:all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;visibility:hidden;}
#header2 .header-search:hover .dropdown-switcher{opacity:1;visibility:visible;transform: scale(1) rotate(0deg);-moz-transform: scale(1) rotate(0deg);-webkit-transform: scale(1) rotate(0deg);-o-transform: scale(1) rotate(0deg);}
#header2 .content-cart {
    float: right;
    width: auto;
}
#header2 .sf-menu.nav > li > a {
    padding: 18px 20px;
}
#header2 .content-menu {
    margin-top: 55px;transition:all 200ms ease-in-out 0s;-moz-transition:all 200ms ease-in-out 0s;-webkit-transition:all 200ms ease-in-out 0s;-o-transition:all 200ms ease-in-out 0s;
}
#header2 .content-cart {
    float: right;
    margin-top: 15px;
    width: auto;
}
#header2 .header-search {
    display: inline-block;
    margin: 10px 10px 0 0;
    vertical-align: middle;
}
#header2 .content-cart .miniCartWrap {
    display: inline-block;
    padding: 0;
}
#header2 .content-menu .navigation {
    float: left;
}
#header2 .is-sticky .header-sticky {
    background: #3d3c3f none repeat scroll 0 0;
    width: 100%;
    z-index: 9999;
}
#header2 .header-content {
    position: absolute;
    top: 0;
    width: 100%;left: 0;
    z-index: 999;
}
#header2 .sticky-wrapper {
    height: auto !important;
}
#header2 .sf-menu ul {
    top: 60px;
}
#header2 .sf-menu li li ul {
    top: 0;
}
#header2 .cartSummary span, #header2 .cartSummary .mt-cart-title {
    color: #ffffff;
}
#header2 .sf-menu a {
    color: #ffffff;
}
#header2 .sf-menu li li a {
    color: #333333;
}
#header2 .sf-menu a:hover{ color: #ff5555;}
#header2 .sf-menu li.megamenu > ul li ul {
    top: inherit;
}
#header2 .is-sticky .logo {
    margin: 5px 0 0;
}
#header2 .is-sticky .content-menu {
    margin-top: 20px;
}
#header2.header .form-search label {
    display: none;
}


/* --------------------------------------------------------------------------
 * 3 - Content
 * -------------------------------------------------------------------------- */
/* 3.1 - Slider / Owl sliders
/* ========================================================================== */
#main-slider .item {
  /*min-height: 480px;*/
}
#main-slider .owl-wrapper {
  /*margin-top*/
}
#main-slider.owl-theme .owl-item {
  position: relative;
}
#main-slider.owl-theme .owl-controls {
  margin: 0;
}
#main-slider.owl-theme .owl-controls .owl-page span,
#main-slider.owl-theme .owl-controls .owl-buttons div {
  background-color: transparent;
}
#main-slider.owl-theme .owl-controls .owl-pagination {
  position: absolute;
  bottom: 20px;
  width: 100%;
}
#main-slider.owl-theme .owl-controls .owl-buttons {
  position: absolute;
  top: 50%;
  margin-top: -40px;
  width: 100%;
}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev,
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next {
  position: relative;
  border-radius: 0;
  font-size: 55px;
  line-height: 20px;
  margin: 0;
  opacity: 1;
  color: #ffffff;
  text-shadow: 1px 1px 0 #141f23;
}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev:hover,
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next:hover {
  color: #333333;
}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-prev {
  float: left;
  margin-left: 90px;
}
#main-slider.owl-theme .owl-controls .owl-buttons .owl-next {
  float: right;
  margin-right: 90px;
}
#main-slider.owl-carousel .owl-item .item {
  overflow: hidden;
  /*max-height: 660px;*/
}
#main-slider.owl-carousel .owl-item .item img {
  /*max-width: 100%;*/
}
.owl-carousel .owl-item {
  -webkit-transform: translateZ(0) scale(1, 1);
}
#main-slider.owl-theme .owl-controls .owl-nav .owl-prev {left: 0;color: #ffffff;}
#main-slider.owl-theme .owl-controls .owl-nav .owl-next {right: 0;color: #ffffff;}
#main-slider .owl-controls .owl-dots { bottom: 25px;left: 0; position: absolute; right: 0;}


/* 3.2 - Block Banner
/* ========================================================================== */
 .pa-lines{margin: 30px 0 0; overflow: hidden;}
.size1of9{width: 879px;}
.size1of8{width: 66.6667%;}
.size1of3{width: 270px;}
.banner1.banner-inner.size1of9 .size1of3{margin-right: 20px;margin-bottom: 20px;width: 272px;}
.banner2.banner-inner.size1of3{float: right;width: 261px;}
.banner2.banner-inner.size1of3 .banner-inner-content .box-text{text-align: left;padding: 280px 0 0 50px;}
.banner2.banner-inner.size1of3 .banner-inner-content .box-text.box-text-possion h4:before{background-color: #ff5555;margin: 0;}
.banner2.banner-inner.size1of3 .banner-inner-content .box-text h3{line-height: 30px;}
.size1of3,.size1of9{float: left;position: relative;}
.banner-inner .banner-inner-content a{position: relative;display: block;overflow: hidden;transition: all 0.3s ease-in-out 0s; -moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;}
.banner-inner .banner-inner-content a:before {border: 1px solid #fff; bottom: 25px;box-sizing: border-box;content: "";left: 25px;overflow: visible;position: absolute;opacity: 1;right: 25px;top: 25px;transition: all 0.3s ease-in-out 0s;-moz-transition: all 0.3s ease-in-out 0s;-webkit-transition: all 0.3s ease-in-out 0s;-o-transition: all 0.3s ease-in-out 0s;}
.banner-inner .banner-inner-content .column-1-2 a:before,.banner-inner .banner-inner-content .column-1-6 a:before{opacity: 0;}
.banner2.banner-inner .banner-inner-content a:before {bottom: 65px;left: 35px;right: 35px;top: 65px;}
.al-style-2{position: relative;}
.al-style-2:before{position: absolute;left: -15px;z-index: 1;width: 30px;top: 30px;height: 2px;content: "";background-color: #ff5555;}
.al-style-2:after{position: absolute;left: -15px;z-index: 1;width: 30px;top: 35px;height: 2px;content: "";background-color: #ff5555;}
.banner1-2{clear: both;}
.box-text h4{font-size: 20px; margin: 0 0 20px;color: #888;font-weight: normal;}
.box-text h4:before{margin: 0 auto;position: absolute;bottom: -10px;right: 0;left: 0;width: 70px;background-color: #e3e3e3;height: 1px;content: "";}
.box-text h3{font-size: 30px;color: #333333;font-weight: bold;margin: 0;}
.box-text h3:before{position: absolute;bottom: -15px;right: 0;width: 70px;background-color: #e3e3e3;height: 1px;content: "";}
.box-text h3,.box-text h4{ letter-spacing: 3px;font-family: "Montserrat",sans-serif;position: relative;text-transform: uppercase;}
.column-1-3 .box-text h3:before,.box-text-possion.box-text h3:before,.column-1-1 .box-text h4:before,
.column-1-5 .box-text h4:before{display: none;}
.column-1-5 .box-text h4,.column-1-1 .box-text h4{margin-bottom: 5px;}
.box-text p{font-size: 15px;color: #888;text-transform: capitalize;margin: 30px 0 0;letter-spacing: 1px;}
.banner1-1 .size1of3 .banner-inner-content.border{border: 1px solid #ff5555;height: 280px;}
.banner-inner-content .box-text{text-align: center;padding: 80px 0 0;}
.text-right .banner-inner-content .box-text{text-align: right;}
.no-margin{margin: 0 0 10px 0;}
.box-text-possion{position: absolute;top: 0; pointer-events: none;}
.box-text.box-text-possion h3, .box-text.box-text-possion h4{color: #fff;}
.box-text.box-text-possion h4:before{background-color: #fff;}
.column-1-4 .box-text-possion{width: 100%;}
.banner-inner-content{position: relative;}
.banner-inner-content a:hover img {transform: scale(1.05);-moz-transition: scale(1.05);-webkit-transition: scale(1.05);-o-transition: scale(1.05);}
.banner-inner-content a img {border: medium none;transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;-moz-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;-webkit-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;-o-transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1) 0s;}
.policy{position: relative;margin-top: 60px;margin: 0;}
.support-footer-inner{margin-top: 50px; padding: 68px 0 60px; position: relative;}
.support-footer-inner::before { background-color: #dddddd; content: ""; height: 1px;left: 0; margin: 0 auto;position: absolute; right: 0; text-align: center; top: 0; width: 485px;}
.cms-index-index .support-footer-inner{padding: 68px 0 60px;margin-top: 50px;position: relative;}
.cms-index-index .support-footer-inner:before{ background-color: #ddd; text-align: center;position: absolute;content: "";top: 0;left: 0;right: 0; height: 1px;width: 485px;margin: 0 auto;}
.support-footer-inner .row-normal{border: 1px solid #ddd;text-align: center;position: relative; height: 75px;line-height: 75px;}
.support-footer-inner .row-normal:before{border: 1px solid #ddd;position: absolute;content: "";top: 0;left: 0;height: 75px;width: 100.5%;left: 4px;top: 4px;}
.support-policy .support-footer-inner .col-icon,
.support-policy .support-footer-inner .col-text{display: inline-block;vertical-align: middle;position: relative;}
.support-footer-inner .support-icon .icons,.support-footer-inner .support-icon .fa{font-size: 30px;color: #ff5555;vertical-align: middle;}
.support-footer-inner .support-info .info-title {font-size: 15px; font-family: "Montserrat"; text-transform: uppercase;color:#2a2a2a;padding: 0px 0 0px 20px;}
.support-footer-inner .support-info .info-details { line-height: 20px;font-size: 15px;font-weight: 300;}
.cms-index-index .alo-blog{margin: 0 0 90px;}
.catblocks li {float: left !important;margin-bottom: 100px;margin-right:1px;padding: 0px;position: relative;width: 33% !important;}

.deal-of{position: relative;margin-top: 60px;}
.deal-of .deal{position: absolute;top:10%;width: 100%;text-align: center;}
.heading .title{font-size: 50px;color: #2a2a2a;font-family: "montserrat";text-transform: uppercase;}
.intro{font-size: 18px;color: #333;text-transform: uppercase;line-height: normal;margin: 0 0 45px;display: block;}
.deal-of .block-title-tabs{display: none;}
.deal-of .shop-now a {border: 2px solid #242628;color: #242628;display: inline-block;font-size: 16px;line-height: 40px;margin-top: 37px;padding: 0 39px;text-align: center;text-transform: uppercase;}
.deal-of .shop-now a:hover{background-color: #955251;border: 2px solid #955251;color: #fff;}
.deal-of .special-price .price{font-size: 20px;font-weight:500;}
.deal-of .old-price .price{color: #3b3b39;font-size: 20px;font-weight:500;}

.block_bottom{background-color: #f8f8f8;padding:85px 0;margin-top: 50px;}
.cms-index-index .block_bottom{margin-top: 0;}
.magicproduct.mage-custom{background-color: #fff;}
.magicproduct.mage-custom .content-products .item .images-container{padding-left: 25px;padding-right: 0;}
.magicproduct.mage-custom .content-products .item .products-textlink{text-align: left;padding:10px 0 0 20px;background: transparent;}
.deal-of .item .products-textlink{background-color: transparent !important;}
.content-area > section {
    overflow: hidden;
}


/* 3.3 - Image carousel / Owl carousel
/* ========================================================================== */
.product-img-carousel .owl-controls,
.img-carousel .owl-controls {
  margin: 0;
}
@media (max-width: 639px) {
  .product-img-carousel .owl-controls,
  .img-carousel .owl-controls {
    display: none;
  }
}
.product-img-carousel .owl-nav .owl-prev,
.img-carousel .owl-nav .owl-prev,
.product-img-carousel .owl-nav .owl-next,
.img-carousel .owl-nav .owl-next {
  position: absolute;
  top: 50%;
}
.product-img-carousel .owl-nav .owl-prev,
.img-carousel .owl-nav .owl-prev {
  left: 0;
}
.product-img-carousel .owl-nav .owl-next,
.img-carousel .owl-nav .owl-next {
  right: 0;
}
 .product-img-carousel .owl-nav [class*=owl-],
.img-carousel .owl-nav [class*=owl-] {
  padding: 0 !important;
  border-radius: 0 !important;
  font-size: 30px !important;
  color: #ffffff !important;
}
.product-img-carousel .owl-nav [class*=owl-]:hover,
.img-carousel .owl-nav [class*=owl-]:hover {
  background: #30557f ;
}
.product-img-carousel .owl-dots,
.img-carousel .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-img-carousel .owl-dots .owl-dot span,
.img-carousel .owl-dots .owl-dot span {
  background-color: #a0bcdb;
}
.product-img-carousel .owl-dots .owl-dot:hover span,
.img-carousel .owl-dots .owl-dot:hover span,
.product-img-carousel .owl-dots .owl-dot.active span,
.img-carousel .owl-dots .owl-dot.active span {
  background-color: #30557f;
}

/* 3.4 - Partners carousel / Owl carousel
/* ========================================================================== */
.partners-carousel .owl-carousel div a {
  display: block;
  text-align: center;
  background-color: transparent;
  margin: 1px;
  -webkit-transition: all 0.65s ease-in-out;
  transition: all 0.65s ease-in-out;
}

.partners-carousel .owl-carousel div a img {
  display: inline-block;
  max-width: 100%;
}
.partners-carousel .owl-carousel .owl-item img {
  width: auto;
}
.page-section.latest-blog {
    margin: 50px 0;
}
.partners-carousel .owl-theme .owl-controls .owl-nav [class*="owl-"]{top:20px;}


/* 3.5 - Breadcrumbs
/* ========================================================================== */
.page-section.breadcrumbs {
  padding-top: 0;
  padding-bottom: 0;
  z-index: 1;
}
.boxed .breadcrumbs > .container {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.breadcrumbs .breadcrumb {
  border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    font-size: 13px;
    line-height: 12px;
    margin-bottom: 40px;
    padding: 20px 0;
    position: relative;
  background-color: transparent;
  text-align:center;
}
.breadcrumbs .breadcrumb li {
  margin-bottom: 0;
}
.breadcrumbs .breadcrumb li.active {
    color: #ff5555;
}
.breadcrumbs .breadcrumb > li + li:before {
  content: '\f105 ';
  font-family: 'FontAwesome';
}

/* 3.6 - Product content
/* ========================================================================== */
.products .item {
    margin-bottom: 30px;
}
.per-product, .images-container {
    position: relative;
}
.images-container {
    border: 1px solid #ffffff;
    overflow: hidden;
}
.item:hover .images-container {
    border: 1px solid #eeeeee;
}
.item .actions-no .button.btn-cart,
.item .actions-no .button.btn-cart span,
.item .actions-no .button.btn-cart span .icons,
.item .actions-no .add-to-links li,
.item .actions-no .add-to-links a{width:35px;height:35px;line-height:34px;overflow:hidden;padding:0;margin-bottom: 10px;font-size:18px;text-align: center;}
.item .actions-no .add-to-links li,
.item .actions-no .add-to-links a{border:1px solid #aaaaaa;color: #666;}
.item .actions-no .add-to-links a {width:100%;font-size: 15px;display: block;height: 35px;line-height: 35px;}
.item .actions-no .add-to-links li,.item .actions-no .button.btn-cart span .icons{border: 0;}
.item .actions-no .button.btn-cart span{border: 0;width: 33px;}
.item .actions-no .button.btn-cart span span{background:none}
.item .actions-no .add-to-links a:hover{color:#fff; background-color: #ff5555;border: 1px solid #ff5555;}
.products-textlink {
    padding: 22px 0 0;
    text-align: center;
}
.hover-box{bottom: 0;left: 0;position: absolute;right: 0;top: 0;transition: all 0.5s ease-out 0s;-moz-transition: all 0.5s ease-out 0s;-webkit-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s;visibility: hidden;}
.item .product-hover .overlay { background: #ffffff none repeat scroll 0 0;bottom: 0; cursor: pointer; height: auto; left: 0;  margin: 0; opacity: 0;position: absolute;  right: 0;
 top: 0; transform: scale(0);transition: all 0.5s ease-out 0s;-moz-transition: all 0.5s ease-out 0s;-webkit-transition: all 0.5s ease-out 0s;-o-transition: all 0.5s ease-out 0s; width: auto; z-index: 2;display: block;}
.item:hover .product-hover .overlay { opacity: 0.4; transform: scale(1);  width: auto;}
.item .per-product:hover .hover-box, .item .category-products-grid:hover .hover-box {background-color: rgba(255, 255, 255, 0.5);}
.actions-no .actions {background-color: #fff;padding: 14px 12px 0;opacity: 0;visibility: hidden;position: absolute;right:0;bottom: -35px;transition: all 300ms ease-in-out 0s;-moz-transition:all 300ms ease-in-out 0s;-webkit-transition:all 300ms ease-in-out 0s;-o-transition:all 300ms ease-in-out 0s;transform: scale(0) rotate(0deg);-moz-transform: scale(0) rotate(0deg);-webkit-transform: scale(0) rotate(0deg);-o-transform: scale(0) rotate(0deg);}
.item:hover .images-container .actions{opacity: 1;visibility: visible;bottom: 0;transform: scale(1) rotate(0deg);-moz-transform: scale(1) rotate(0deg);-webkit-transform: scale(1) rotate(0deg);-o-transform: scale(1) rotate(0deg);z-index: 1000;}
.product-name {
    font-size: 100%;
    line-height: normal;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.product-name a {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: normal;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
}
.price-box {
    display: inline-block;
    line-height: 20px;
}
.regular-price {
    color: #c76200;
}
.regular-price .price {
    color: #ff5555;
}
.price-box .price {
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
}
.price-box .price-del {
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
	text-decoration: line-through;
}
.price-box .price-disc {
    font-family: "Montserrat",sans-serif;
    font-size: 16px;
	font-style: italic;
}
.product-image img {
    display: block;
    height: auto;
    max-width: 100%;
}
.product-img-back {
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all 0.2s ease-in-out 0s;
    visibility: hidden;
    width: 100%;
}
.item .product-hover:hover .product-img-back {
    opacity: 1;
    transition: all 0.2s ease 0s;
    visibility: visible;
}
.sticker {
    position: absolute;
    top: 18px;
    z-index: 20;
}
.sticker.top-left {
    left: 18px;
}
.sticker.top-right {
    right: 18px;
}
.labelnew, .labelsale {
    border-radius: 50%;
    display: block;
    font-family: "Montserrat",sans-serif;
    font-size: 12px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    text-transform: uppercase;
    width: 45px;
}
.labelnew {
    background-color: #ff5555;
    color: #ffffff;
}
.labelsale {
    background-color: #aaaaaa;
    color: #ffffff;
}


/* 3.7 - Product tab
/* ========================================================================== */
.features .tab-content .tab-pane {
    display: block;
    height: 0;
    opacity: 0;
    visibility: hidden;
}
.features .tab-content .tab-pane.active {
    height: auto;
    opacity: 1;
    visibility: visible;
}
.nav.nav-tabs {
    border: 0 none;
    margin: 70px 0 55px;
    text-align: center;
}
.nav-tabs > li {
    display: inline-block;
    float: none;
    padding-right: 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: rgba(0, 0, 0, 0);
    text-decoration: none;
}
.nav.nav-tabs li.active a, .nav.nav-tabs li a:hover {
    border: 0 none;
    color: #333333;
}
.nav-tabs > li > a {
	background: rgba(0, 0, 0, 0) url("../images/tab-bg-li.png") no-repeat scroll 0 center;
    color: #aaaaaa;border: 0 none;
    font-family: "Montserrat",sans-serif;
    font-size: 20px;
    padding: 0 0 0 30px;
	text-transform: uppercase;
}
.nav-tabs > li:first-child > a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

/* Style arrow and pager */
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: transparent;
    border-radius: 0;
	border:1px solid #dddddd;
    height: 35px;
    line-height: 34px;
    padding: 0;color: #727272;
    position: absolute;
    top: 45%;
    width: 35px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #ff5555 none repeat scroll 0 0;
    border-color: #ff5555;
    color: #ffffff;
}
.owl-theme .owl-controls .owl-nav .owl-prev {
    left: -55px;
}
.owl-theme .owl-controls .owl-nav .owl-next {
    right: -55px;
}
.boxed .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.boxed .owl-theme .owl-controls .owl-nav .owl-next {
    right: 0;
}
.owl-theme .owl-dots .owl-dot span {
    background: #eee none repeat scroll 0 0;
    border-radius: 0;
    display: block;
    height: 11px;
    width: 11px;
    margin: 5px 3px;
    transition: opacity 200ms ease 0s;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff5555 none repeat scroll 0 0;
}
.product-img-box .owl-theme .owl-controls .owl-nav .owl-prev {
    left: 0;
}
.product-img-box .owl-theme .owl-controls .owl-nav .owl-next {
    right: 0;
}



/* 3.8 - Testimonials
/* ========================================================================== */
.page-section.block-testimonials {
    /*background: rgba(0, 0, 0, 0) url("../images/bg-testimonials.jpg") no-repeat scroll center center / cover ;*/
    min-height: 304px;padding: 15px 0 15px;margin-bottom: 50px;margin-top: 50px;
}
.block-testimonials .customer {
    border-radius: 50%;
    float: left;
    margin-right: 20px;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
}
.testimonials-content {
    margin: 0 auto;
    max-width: 750px;
}
.testimonial_text {
    color: #ffffff;float: left;
    width: 87%;
}
.testimonial_text .sub-text {
    display: block;
    font-size: 14px;
    letter-spacing: 2px;
    padding-bottom: 20px;
}
.block-testimonials .title-name {
    font-family: "Montserrat";
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0;
    padding: 10px 0 0;
    position: relative;
    text-transform: uppercase;
}
.block-testimonials .title-name::before {
    background-color: #929291;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 75px;
}
.block-testimonials .name {
    letter-spacing: 1px;
}


/* 3.9 - Blog
/* ========================================================================== */
.postcontent {
    text-align: left;
}
.blog_short_text a span, .post-date span, .postTitle h2 a, .postContent .aw-blog-read-more, .block-blog .blog-title h5 {
    font-family: "Montserrat";
}
.blog-content .blog-image.al-style-2::before {
    left: auto;
    right: -15px;
}
.blog-content .blog-image.al-style-2::after {
    left: auto;
    right: -15px;
}
.blog-content .blog-image, .blog-content .blog_short_text {
    float: left;
    width: 50%;
}
.blog_short_text {
    padding: 60px 0 0 30px;
}
.post-date {
    margin: 0 0 25px;
    padding: 0;
    position: relative;
}
.post-date::before {
    background-color: #e3e3e3;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 70px;
}
.post-date span {
    color: #888888;
    font-size: 16px;
    padding: 0;
    text-transform: uppercase;
}
.blog_short_text a span {
    display: block;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 35px;
    text-transform: uppercase;
}
.blog_text .read-more-blog .fa {
    padding-left: 5px;
}
.blog_text .read-more-blog {
    color: #888888;
    display: block;
    margin: 15px 0 0;
    padding: 0;
    text-transform: capitalize;
}
.page-section.blog {
    margin-bottom: 30px;
}



/* Blog single */
.about-the-author .media > img, .comment-avatar img {
    border: 1px solid #aaa;
    padding: 2px;
}
.media .media-body .comment-meta {    float: left;    font-family: montserrat;    font-size: 15px;    margin-bottom: 0;    padding-bottom: 5px;    text-transform: uppercase;}
.media .media-body .comment-reply {    color: #666;    float: right;    font-family: montserrat;    font-weight: 100;    margin-bottom: 0;    padding-bottom: 5px;}
.comments .block-title .count {
    color: #ff5555;
    margin-left: 5px;
}.about-the-author .media-heading {    display: block;    padding-top: 10px;}.author-work .media-object {    border: 1px solid #ddd;    display: inline-block;    padding: 2px;}.share_this .list-inline > li {    padding: 0;}.work {    color: #ff5555;}
.comments.block .block-title {
    margin: 40px 0 30px 0 ;
}
.comments .block-title  h3 > span {
	position: relative;
}
.comments .block-title  h3 > span::before,.comments-form .block-title:before {
    background-color: #dddddd;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 68px;
}
.post-footer .share_this {
    float: right;
    margin-top: 0;
    min-width: 235px;
    text-align: right;
}
.post-footer .post-tags {
    float: left;
}
.post-footer {
    border-bottom: 1px solid #ddd;
    overflow: hidden;
    padding-bottom: 30px;
	padding-top: 10px;
}
.comments-form .block-title {    margin-bottom: 40px;    position: relative;    text-align: left;    text-transform: uppercase;}
.post-footer .list-inline {
    margin-bottom: 5px;
}
.post-header {    margin: 30px 0 15px;}
.post-header .post-date span {    color: #ff5555;}
.post-header .author h4 {    display: block;    font-size: 12px;    margin-top: 10px;    text-transform: uppercase;}
.post-header .author h4 span {    color: #ff5555;}
.post-header .post-title {    font-family: montserrat;    font-size: 25px;    font-weight: 600;    letter-spacing: 1px;    margin-bottom: 20px;    text-transform: uppercase;	margin-top: 30px;}
.post-header .post-meta:before{	background-color: #dddddd;    bottom: -15px;    content: "";    height: 1px;    left: 0;    position: absolute;    width: 68px;}
.post-wrap {    margin: 0 0 50px;}
.post-header .post-meta {    display: block;    font-family: montserrat;    font-weight: 500;    letter-spacing: 1px;    padding: 5px 0 0;    text-transform: uppercase;	color: #ff5555;    font-size: 14px;	position: relative;}
.post-meta span {    color: #ff5555;}
.post-footer {    margin-top: 30px;}
.post-footer .btn.btn-theme {    font-family: montserrat;    font-size: 13px;    text-transform: uppercase;}
.media-heading a {     font-size: 14px;    text-transform: uppercase;}
.block-recent .item {    border-bottom: 1px solid #f4f4f4;    margin-bottom: 15px;    padding-bottom: 10px;}
.block-recent .item:last-child {    border-bottom: 0 none;}
.comment-reply {    text-transform: uppercase;}
.space {    letter-spacing: 5px;    margin-left: 5px;}
.media .media-body .comment-reply {    color: #666;    float: right;    font-family: montserrat;    font-weight: 100;    margin-bottom: 0;    padding-bottom: 5px;}
.media .media-body .comment-reply    > a:last-child {    color: #ff5555;    font-style: italic;    padding-right: 5px;}
.comment-author  a {    color: #333;}
.comments-form {    margin-bottom: 50px;    overflow: hidden;}
.media .media-body .comment-text {    border-top: 1px solid #ddd;    clear: both;    padding-top: 5px;}
.author-work .media-object {    border: 1px solid #ddd;    display: inline-block;    padding: 2px;}
.media.comment {
    margin-top: 40px;
}


/* 3.10 - Sidebar
/* ========================================================================== */
.widget.widget-categories li a ,.block-content.toggle-content.archive li a {
    display: block;
}
.block.block_gallery li {
    display: inline-block;
    margin-bottom: 10px;
}
.block.block_gallery {
    text-align: justify;
}
.block.block_gallery li:last-child:nth-child(2n) {
    margin-left: 8px;
}
.sidebar .block, .sidebar .widget {
    margin-bottom: 25px;
}
.block-static-img img {
    width: 100%;
}
.block-static-img {
    margin-bottom: 20px;
}

/* 3.11 page navigation
*-------------------------------------------------------- */
.pagination-wrapper:before{ background-color: #ddd; text-align: center;position: absolute;content: "";top: 0;left: 0;right: 0; height: 1px;width: 485px;margin: 0 auto;}
.pagination-wrapper {
    position: relative;
    text-align: center;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background: #ff5555 ;
    border-color: #ff5555;
}
.pagination > li > a, .pagination > li > span {
    color: #313131;
    font-weight: bold;
	font-family: Montserrat;
}
.pagination > li:first-child > a, .pagination > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span {
    border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
	-moz-border-radius: 0;
}
.pagination > li {
    display: inline-block;
    margin: 0 3px;
}
.pagination > li > a:hover, .pagination > li > span:hover {
    background: #ff5555  ;
    border-color: #ff5555;
    color: #fff;
}
.pagination {
    margin: 35px 0 20px;
}
.upsell_product .block-title h3 span::before {
    left: 35%;
}


/* 3.12 Popup Newletter
*-------------------------------------------------------- */
.subscribe-me{
    display: none;
}
#popup-newsletter { background: transparent url("../images/new-bg.jpg") no-repeat scroll right top / cover ;
    min-width: 780px;
    height: 100%;
}
#popup-newsletter .form-subscribe-header {
    position: relative;text-align: left;margin: 0;
}
#popup-newsletter .form-subscribe-header label {
    color: #333;
    font-family: "Montserrat",sans-serif;
    font-size: 26px;
    font-weight: 500;
    letter-spacing: 3px;
    line-height: 26px;
    margin: 0;
    padding: 5px 0 15px;
    text-transform: uppercase;
}
#popup-newsletter .block-content {
    margin: 0;
    padding: 50px 0 0 44px;
    text-align: left;
    max-width: 550px;
}
#popup-newsletter .block-content span {
    color: #333;
    font-size: 15px;
    letter-spacing: 2px;
    line-height: 16px;
    margin-bottom: 5px;
}
#popup-newsletter .block-content span.saleoff {
    color: #ff5555;
    font-weight: bold;
}
.newsletter-new {
    display: inline-block;
}
#popup-newsletter .block-content .input-box {
    width: 324px; display: block;
}
#popup-newsletter .block-content input.input-text {
    background: #ebebeb none repeat scroll 0 0;
    border: 1px solid #e3e3e3;
    color: #666666;
    float: left;
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    margin-left: 0;
    margin-top: 35px;
    padding: 0 10px;
    width: 100%;
}
#popup-newsletter .block-content .actions {
    clear: both;
    float: left;
    margin: 15px 0 0;
    vertical-align: top;
}
#popup-newsletter .block-content button.button {
    background-color: #ff5555;
    border: 0 none;
}
#popup-newsletter .block-content button.button span {
    color: #fff;
    font-size: 13px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 0;
    padding: 0 20px;
}
#popup-newsletter .subscribe-bottom {
    color: #333333;
    display: block;
    font-size: 13px;
    margin: 60px 0 0;
    padding: 0;
    text-align: left;
}
#popup-newsletter .subscribe-bottom input {
    margin: 0 5px 1px 0;
}


/* 4 - Footer
/* ========================================================================== */
.footer-color .block-footer-top{border-style: solid;border-width: 1px 0 0 0;border-color:#f1f1f1;}
.footer-color .block-footer-bottom{border-style: solid;border-width:0 0 1px 0;border-color:#f1f1f1;}
.logo-text{font-family: "Montserrat";font-size: 18px;font-weight: bold;text-transform: uppercase;line-height: 38px;margin:0;}
.footer .store-switcher{margin:10px 0;}
.footer .store-switcher label{font-weight:bold;vertical-align:middle;display:none}
.footer .store-switcher select{padding:0;vertical-align:middle}
.footer a{text-decoration:none;outline:medium none;}
.footer .bugs{margin:13px 0 0;color:#ecf3f6}
.footer .bugs a{color:#ecf3f6;text-decoration:underline}
.footer .bugs a:hover{text-decoration:none}
.footer address{margin:0;padding: 20px 0;text-transform: uppercase;}
.footer address a:hover{text-decoration:underline}
.footer ul{margin: 0px;padding:0;}
.footer ul.links{margin: 0;display:block}
.footer li{text-align:left;padding: 0;}
.footer .bullet.flickr li{float: left;}
.footer .block-content-statick .bullet.flickr{padding: 11px 0 0;}
.footer .block-content-statick .bullet.flickr li a{background:none;margin: 0 3px 5px 0;border: 1px solid transparent;padding: 0;display: block;}
.footer .block-content-statick .bullet.flickr li a:hover{border: 1px solid #fff;}
.footer li.last{background:none!important;padding-right:0!important}
.footer-container .bottom-container{margin:0 0 5px}
.block-footer-copyright .footer{padding: 30px 0 20px;}
.block-footer-copyright .footer .links a{padding: 15px 10px;display: inline-block;}
.block-footer-copyright .footer .links a:hover{color: #ff5555;}
.block-footer-bottom .footer li{line-height: 30px;}
.footer li.feature-icon{clear: both;}
.block-footer-bottom .footer{padding:30px 0 55px;}
.block-footer-top .main{padding: 70px 0 10px;}
.block-static1{position:relative;}
.advertisement{position: absolute; text-align: center;top: 45%;width: 100%;}
.logo-footer img{padding:20px 0 5px}
.block-subscribe label{color:#e8e9ee;font-size:13px;font-weight:400}
.social-link{background:#aaaaaa;color:#fff;display:block;height:25px;line-height:27px;text-align:center;width:25px;float:left;margin-right:5px;font-size: 15px;border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;-ms-border-radius: 50%;-o-border-radius: 50%;
	transform: scale(1);
	-moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transition: all 0.25s ease-out 0s;
    -moz-transition: all 0.25s ease-out 0s;
    -webkit-transition: all 0.25s ease-out 0s;
    -o-transition: all 0.25s ease-out 0s;
}
.social-link:hover{background: #ff5555 ; color: #fff;transform: scale(1.25);-moz-transform: scale(1.25); -webkit-transform: scale(1.25);-o-transform: scale(1.25);transition: all 0.25s ease-out 0s;-moz-transition: all 0.25s ease-out 0s; -webkit-transition: all 0.25s ease-out 0s;-o-transition: all 0.25s ease-out 0s;}
.footer .block-content-statick li a{font-size: 13px;line-height: 20px;padding:2px 0px;display: block;transition: padding 0.5s ease 0s;text-transform: capitalize;font-weight: 300;}
.footer .block-content-statick li a:hover{padding-left: 10px;}
.footer .block1.block-content-statick li p span{font-weight: bold;text-transform: uppercase;padding-right: 5px;}
.block-footer-top .footer .block-static2 h3{margin-bottom:17px;}
.block-footer-top .footer h3 span{display:block;font-size:14px;padding:0 10px 0 0;text-transform:uppercase;}
.block-footer-top .footer ul{margin: 8px 0 0;}
.footer .block{margin:0;padding: 0;background:none;}
.block-footer-copyright .main{background-color:transparent;text-align:center;}
.footer .block-title {display: none;font-size: 17px; text-align: left;font-weight: 500;margin: 0 0 15px;text-transform: uppercase;line-height: normal;}
.footer .form-subscribe-header,.footer .block-subscribe .input-box{float: left;width: auto;}
.footer .block-subscribe .input-box{padding-left: 15px;}
.footer .collapsible .form-subscribe-header p{margin: 0;line-height: 35px;}
.footer .collapsible .form-subscribe-header p{font-size: 18px;text-transform: uppercase;font-family: "Montserrat",sans-serif;}
.footer .collapsible .form-subscribe-header p span,.footer .collapsible .form-subscribe-header p strong{padding-left: 5px;}
.footer .block.block-tags .block-title{display: none;}
.footer .block.block-tags .block-content{padding-top: 15px;}
.footer .block-content-statick .list-inline li{float: left;}
.footer .block-content-statick .list-inline{clear: both;}
.footer .block-content-statick li a.social-link {display: inline-block;margin-right: 10px;padding:0;color: #fff;}
.footer .block-content-statick li a.social-link:before{display: none;}
.footer .block-content-statick li a.social-link i {font-size: 16px;line-height: 16px;}
.footer .collapsible p{font-size: 13px;text-transform: capitalize;}
.footer .collapsible .block1{padding-top: 10px;}
.block-content-paypal{float: right;}
.block-content-paypal li{float: left;}
.footer .block-subscribe .block-title{display: none;}
.collapsible .bx-wrapper{margin: 0 auto;}
.paypal{float: right;}
.block-footer-copyright .footer .links a {
    display: inline-block;
    padding: 15px 10px;
}
.block-footer-copyright .footer li {
    display: inline-block;
}
.footer-color.color {
    background: #f8f8f8 none repeat scroll 0 0;
}
.block-foot-copyright {
    background: #ffffff none repeat scroll 0 0;
}
.block-subscribe input.input-text {
	background-color: #ffffff;
    border-color: #dddddd;
    color: #333333;
    border-style: solid;
    border-width: 1px;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 0;
    text-transform: capitalize;
    width: 277px;
}
.block-subscribe .actions button.button {
	 background-color: #ffffff;
    border-color: #888888;
    color: #333333;
    border-style: solid;
    border-width: 1px;
    margin-left: 10px;
}
.block-subscribe .actions button.button:hover {
    background: #ff5555 none repeat scroll 0 0;
    border-color: #ffffff;
    color: #ffffff;
}
.block-subscribe .actions button.button span {
    height: 33px;
    line-height: 33px;
}
.block-subscribe .actions {
    margin: 0;
}
.block-subscribe .actions button.button span span {
    font-family: "Montserrat",sans-serif;
    padding: 0;
}
.block-subscribe input.input-text {
    background-color: #ffffff;
    border-color: #dddddd;
    color: #333333;
}
.block-subscribe input.input-text {
    border-style: solid;
    border-width: 1px;
    display: block;
    float: left;
    height: 35px;
    line-height: 35px;
    margin: 0;
    text-transform: capitalize;
    width: 140px;
}


/* 4.1 - Custom Footer 2
/* ========================================================================== */
#footer2 .footer-color.color {
    background: #1e1e1e none repeat scroll 0 0;
}
#footer2 .footer-color .block-footer-bottom {
    border-color: #131313;
    border-style: solid;
    border-width: 0 0 1px;
}
#footer2 .block-footer-copyright {
    background: #131313 none repeat scroll 0 0;
}
#footer2 .footer  p, #footer2 .logo-text {
    color: #dddddd;
}
#footer2 .footer li a {
    color: #dddddd;
}
#footer2 .block-subscribe input.input-text {
    background: #343434 none repeat scroll 0 0;
    border-color: #343434;
}
#footer2 .block-subscribe .actions button.button {
    background-color: #ff5555;
    border-color: #ff5555;color: #ffffff;
}
#footer2 .footer li a:hover {
    color: #ff5555;
}
#footer2 .social-link {
    background: #333 none repeat scroll 0 0;
}


/* 5 - Category
/* ========================================================================== */
/* 5.1 - Category sidebar
 * -------------------------------------------------------------------------- */
.category-img {
    margin: 0 0 60px;
}
.fa-minus.fa-plus::before {content: "\f067";
}

.block .toggle-content dt {
    color: #ff5555;
    font-size: 15px;
    font-weight: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.block .toggle-content ol li {
    border-bottom: 1px solid #f4f4f4;
    padding: 10px 0;
    text-transform: capitalize;
}
.slider_range .input-text {
    border: 1px solid #dddddd;
    display: inline-block;
    font-size: 14px;
    height: 38px;
    min-width: 60px;
    text-align: center;
    width: 15%;
}
.slider_range .btn.btn-theme.btn-theme-red {
    float: right;
}
.slider_range .btn.btn-theme.btn-theme-red {
    background: #000 none repeat scroll 0 0;
    border-color: #000;
    float: right;
    padding: 0 12px;
    text-transform: uppercase;
	color: #fff;
}
.slider_range .btn.btn-theme.btn-theme-red:hover {
    background: #ff5555  ;
    border-color: #ff5555;
    color: #fff;
}
.block .toggle-content .count {
    float: right;
}
.widget.widget-tag-cloud {
    text-align: justify;
}
.widget.widget-tag-cloud li {
    display: inline;
}
.widget.widget-tag-cloud li a {
    background: #f4f4f4  ;
    display: inline-block;
    margin-bottom: 10px;
    padding: 10px 12px;
	text-transform: capitalize;
}
.widget.widget-tag-cloud li a:hover {
    background: #ff5555 ;
    color: #fff;
}
.block .toggle-content .ui-slider {
    margin-bottom: 20px;
}
.block .toggle-content dd {
    margin-bottom: 20px;
}
.block .block-title strong span::before, .block-blog .blog-title h5::before ,.upsell_product .block-title h3 span:before, .block-title h2::before{
    background-color: #dddddd;
    bottom: -10px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 68px;
}
.block .block-title strong span, .block-title h2 {
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: normal;
    padding: 0;
}
.block .block-title, .col-left .magicproduct.mage-custom .item span {
    font-weight: 500;
    line-height: normal;
    margin: 0 0 30px;
    padding: 0;
    text-align: left;
}
.block-related .block-title h3 span, .upsell_product .block-title h3 span, .crosssell h3 span, .alo-brands .item span, .block-title-tabs span, .magictabs .item .title, .block .block-title strong span, .testimonials h3 span, .account-login .content h2, .block-title h2 {
    color: #333;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
    line-height: 20px;
    position: relative;
    text-transform: uppercase;
}
.sidebar .widget-menu {
    margin-bottom: 25px;
}

/* Page list sidebar */
.products-list .item .product-shop .product-primary.products-textlink {
    padding-top: 0;
    text-align: left;
}
.products-list .add-to-links i {
    display: inline-block;
}
.products-list .product-name a {
    color: #333;
    font-size: 20px;
}
.products-list .product-name a:hover {
    color: #ff5555;
}
.products-list .product-shop .regular-price .price {
    font-size: 20px;
}
.products-list .item .desc {
    color: #666;
    font-size: 14px;
	margin: 30px 0 35px;
}
.rating-box .rating {
    background: rgba(0, 0, 0, 0) url("../images/bkg_rating.png") repeat-x scroll 0 100%;
    float: left;
    height: 12px;
}
.rating-box {
    background: rgba(0, 0, 0, 0) url("../images/bkg_rating.png") repeat-x scroll 0 0;
    display: inline-block;
    float: left;
    font-size: 0;
    height: 12px;
    line-height: 0;
    margin: 5px 5px 0 0;
    overflow: hidden;
    text-indent: -999em;
    width: 79px;
}
.products-list .item {
    margin-bottom: 40px;
}
.products-list .item  .add-to-links .pull-left {
    margin-left: 15px;
}
.products-list .product-secondary .action {
    float: left;
}
.products-list .product-shop .button.btn-cart span {
    font-family: Montserrat;
    font-size: 12px;
    width: auto;
}
.products-list .product-shop .button.btn-cart:hover {
    background: #ff5555 none repeat scroll 0 0;
    border-color: #ff5555;
    color: #fff;
}
.products-list .product-shop .button.btn-cart {
    background: #fff none repeat scroll 0 0;
    border-color: #aaaaaa;
    color: #444;
    min-width: 130px;
    text-align: center;
}
.list-grid li.grid span,.list-grid .list a{
	background-image:   url("../images/icon-sort.png") ;
    display: inline-block;
    height: 30px;
    text-indent: -999em;
    width: 30px;
	transition: 400ms;
}
.list-grid li.grid span {
    background-position: 0 -40px;

}
.list-grid .list a {
    background-position: -40px -70px;

}
.shop-sorting .form-inline {
    float: left;
}
.list-grid li {
    display: inline-block;
}
.shop-sorting .list-grid ul {
    margin-bottom: 0;
}
.shop-sorting {
    margin-bottom: 25px;
}
.list-grid .list a:hover {
    background-position: -40px -110px;
}
.shop-sorting .list-grid {
    display: inline-block;
    float: right;
    margin-top: 5px;
}


/* 6 - Product Detail
/* ========================================================================== */
.product-detail .sticky-wrapper .header{  z-index: 99999;}
.product-img-box .product-img-content {
    position: relative;
}
.product-view .product-img-box .product-image{position:relative;z-index:0;}
.product-view .product-img-box .product-image-zoom{position: relative;z-index: 0;}
.zoomContainer, .zoomWindowContainer{ z-index :1000;}
.product-image-gallery {
    margin-bottom: 20px;
}
.product-shop .product-name > h1 {
    font-size: 30px;
    text-transform: uppercase;
}
.product-shop .short-description {
    border-bottom: 1px solid #f4f4f4;
    display: block;
    font-size: 15px;
    padding: 30px 0;
}

.product-shop .gift-description {
    border-bottom: 1px solid #f4f4f4;
    display: block;
    font-size: 15px;
    padding: 10px 0;
}
.product-shop .gift-description img { float: left; width: 25%; margin-right: 5%; }
.product-shop .gift-description div { float: left; width: 70%; }
.product-shop .gift-description::after { display: block;content: ""; clear: both; }





.product-shop .regular-price .price {
    font-size: 30px;
}
.product-shop  .no-rating {
    margin-bottom: 20px;
}
.product-shop  .availability {
    color: #00bd00;
    float: right;
}
.product-options-wrapper {
    border-bottom: 1px solid #f4f4f4;
    padding: 30px 0;
}
.product-shop .product-options-wrapper select {
    height: 40px;
    line-height: 40px;
    min-width: 170px;
    padding-left: 10px;
}
.product-shop .product-options-wrapper .option-view {
    display: inline-block;
    margin-right: 30px;
}
.product-shop .product-options-wrapper .option-view span {
    color: #505050;
    font-size: 15px;
    font-weight: bold;
    margin-right: 10px;
    text-transform: uppercase;
}
.product-shop .product-options-bottom {
    border-bottom: 1px solid #f4f4f4;
    padding: 30px 0;
	overflow: hidden
}
.product-shop .product-options-bottom .product-qty, .product-shop .product-options-bottom .add-to-cart, .product-shop .product-options-bottom .add-to-links {
    display: inline-block;
	margin-bottom: 0;
	float: left;
}
.product-shop .product-options-bottom .add-to-cart {
    margin: 0 15px 0 40px;
}
.product-shop .product-options-bottom .product-qty .custom-qty ,.product-shop .product-options-bottom .product-qty  .product-qty label{
    display: inline-block;
}
.product-shop .product-options-bottom .product-qty  .custom-qty button,.product-shop .product-options-bottom .product-qty  .custom-qty input {
    background: transparent ;
    border: 0 none;
    display: inline-block;
    text-align: center;
}
.product-shop .product-options-bottom .product-qty  .custom-qty {
    background: #f5f5f5  ;
    display: inline-block;
    line-height: 35px;
    padding: 0 10px;
}
.product-shop .product-options-bottom .product-qty  .custom-qty  input {
    width: 50px;
}
.product-shop .product-options-bottom .product-qty  .custom-qty button:hover {
    color: #ff5555;
}
.product-options-bottom .add-to-links a {
    border: 1px solid #aaa;
    display: inline-block;
    float: left;
    font-size: 20px;
    height: 38px;
    margin-right: 10px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 38px;
}
.product-options-bottom .add-to-links a:hover {
    background: #ff5555 ;
    border-color: #ff5555;
    color: #fff;
}
.product-shop .product-options-bottom .add-to-links li {
    display: inline-block;
}
.product-shop .product-options-bottom .add-to-links li a i {
    line-height: 38px;
    vertical-align: middle;
}
.product-shop .button.btn-cart {
    background: #ff5555  ;
    border-color: #ff5555;
    color: #fff;
}
.product-shop .button.btn-cart:hover {
    background: #000  ;
    border-color: #000;
}
.product-options-bottom  .product-qty label {
    display: inline-block;
    font-size: 13px;
    font-weight: normal;
    margin-right: 15px;
    text-transform: uppercase;
}
.share_this h2 {
    display: inline-block;
    float: left;
    font-size: 14px;
    margin: 5px 15px 0 0;
    text-transform: uppercase;
    vertical-align: middle;
}
.share_this {
    margin-top: 30px;
}
.more-views .owl-carousel .owl-stage-outer {
    margin: 0 50px;
    overflow: hidden;
	padding-left: 10px;
}
.more-views .owl-theme .owl-controls .owl-nav [class*="owl-"] {
    font-size: 25px;
    height: 100%;
    margin: 0;
    top: 0;
    width: 35px;
}
.more-views .owl-controls {
    display: none;
	transition: 400ms;
	margin: 0;
}
.more-views:hover .owl-controls {
    display: block;
}
.more-views .owl-controls i {
    display: inline-block;
    line-height: 120px;
    text-align: center;
    vertical-align: middle;
}
.tab-pane .media p:not(.post-date) {
    float: right;
    width: 85%;
}
.btn.btn-theme {
    border-radius: 0;
    min-width: 120px;
	transition:  400ms ;
}
.form-add > label {
    display: block;
}
.upsell_product {
    margin-top: 60px;
}
.form-add .input-text {
    background: #f5f5f5 none repeat scroll 0 0;
    border: 1px solid #ececec;
    min-width: 300px;
}





/* 7 - Contact page
*-------------------------------------------------------------------------------- */
.no-padding-left {
    padding-left: 0;
}
.no-padding-left.text-left {
    clear: both;
}
textarea.form-control {
    min-height: 150px;
}
.contact-info .media-body strong {
    display: block;
    float: left;
    text-transform: uppercase;
    width: 25%;
}
.contact-info .media-body > p, .contact-info .media-body > ul {
    border-bottom: 1px solid #f5f5f5;
    float: right;
    margin-bottom: 0;
    padding-bottom: 20px;
    text-align: left;
    width: 75%;
}
.contact-info .media-body > p:last-child, .contact-info .media-body > ul:last-child{
	border-color: #fff;
}
.section-title {
    font-size: 24px;
    margin-bottom: 20px;
    text-transform: capitalize;
}


/* 7.1 - Google map
*-------------------------------------------------------------------------------- */
 .google-map {
    margin-bottom: 30px;
}
.google-map,
#map-canvas {
  min-height: 390px;
  max-height: 390px;
}
@media (max-height: 600px) {
  .google-map,
  #map-canvas {
    min-height: 390px;
    max-height: 390px;
  }
}
@media (max-height: 400px) {
  .google-map,
  #map-canvas {
    min-height: 200px;
    max-height: 200px;
  }
}

 .google-map {
    margin-bottom: 30px;
}
.google-map,
#map-canvas2 {
  min-height: 390px;
  max-height: 390px;
}
@media (max-height: 600px) {
  .google-map,
  #map-canvas2 {
    min-height: 390px;
    max-height: 390px;
  }
}
@media (max-height: 400px) {
  .google-map,
  #map-canvas2 {
    min-height: 200px;
    max-height: 200px;
  }
}

/* 8 - 404 Page / Page FAQ / Page About
*-------------------------------------------------------------------------------- */
/* 8.1 - 404 Page
*-------------------------------------------------------------------------------- */
.page-not-found {
    text-align: center;
}
.page-not-found .page-title {
    background-image: url("../images/404.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
	line-height: 130px;
    padding-top: 120px;
    text-indent: -999em;
}
.page-not-found .page-title h1 span {
    color: #242628;
    font-weight: bold;
}
.page-not-found h2 {
    color: #333;
    font-family: "Montserrat",sans-serif;
    font-size: 28px;
    letter-spacing: 5px;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.page-not-found h3 {
    color: #666666;
    font-family: Raleway;
    font-size: 16px;
    font-weight: normal;
    margin: 0 0 10px;
}
.page-not-found .previus-page {
    border: 1px solid #aaaaaa;
    color: #333;
    display: inline-block;
    font-family: "Montserrat",sans-serif;
    font-size: 13px;
    height: 40px;
    letter-spacing: 3px;
    line-height: 40px;
    margin: 60px 0 100px;
    padding: 0 29px;
    text-transform: uppercase;
}

/* 8.2 - Page FAQ
*-------------------------------------------------------------------------------- */
.faq-wrapper .panel-group .panel {
    border-radius: 0;
}
.faq-wrapper .panel-group .panel + .panel {
    margin-top: 15px;
}
.panel .panel-title a:before{content: "\f147"; color: #888888;}
.panel .panel-title a.collapsed:before{content: "\f196";color: #888888;}
.panel .panel-title a::before {
    display: inline-block;
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 28px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 8px;
    width: 18px;
}
.panel .panel-title a {
    font-size: 14px;
    line-height: 45px;
    text-transform: uppercase;
}
.panel .panel-title a .count {
    border-right: 1px solid #ff5555;
    display: inline-block;
    margin-right: 20px; color: #fff;
    padding: 0 20px; background: #ff5555 none repeat scroll 0 0;
}
.panel .panel-title a.collapsed .count {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-right-color: #d2d1d0;color: #333;
}
.panel .panel-title a:hover .count {
    background: #ff5555 none repeat scroll 0 0;
    border-right: 1px solid #ff5555;
    color: #fff;
}

.faq-wrapper .panel-default > .panel-heading {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0; position: relative;
}
.faq-wrapper {
    margin: 50px 0;
}

/* 8.3 - Page About
*-------------------------------------------------------------------------------- */
.skill-gruop .progress {
    background: transparent url("../images/progress.jpg") repeat-x scroll 0 0;
    border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-o-border-radius: 0;
    height: 6px;
}
.progress-active {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 100%;
}
.skill-gruop h3 {
    font-family: Montserrat;
    font-size: 14px;
    margin: 0 0 20px;
    text-transform: uppercase;
}
.skill-gruop {
    margin-top: 60px;
	position: relative;
}
.progress > span {
    border: 1px solid #aaa;
    border-radius: 50%;
    color: #ff5555;
    font-family: Montserrat;
    font-size: 15px;
    height: 35px;
    line-height: 35px;
    margin-left: -20px;
    position: absolute;
    text-align: center;
    top: -10px;
    vertical-align: middle;
    width: 35px;
}
.we-are {
    margin-top: 50px;
}
.about-wrapper .panel .panel-title a::before {
    display: none;
}
.team-item h3 {
    color: #666;
    font-size: 13px;
    margin-top: 0;
    text-transform: uppercase;
}
.team-name {
    margin-bottom: 0;
}
.page-team-content .block-title h2::before {
    left: 30%;
}
#crazy-team-slide {
    margin-bottom: 50px;
}
#crazy-team-slide .owl-item {
    text-align: center;
}
.team-name a {
    color: #333;
    font-size: 14px;
    text-transform: uppercase;
}
.panel .panel-title a .count i {
    color: #fff;
}
.panel .panel-title a.collapsed .count i {
    color: #333;
}
.panel .panel-title a.collapsed .count i.fa::before {content: "\f196";}
.we-are .faq-wrapper .panel-group .panel {
    border-bottom: 0 none;
    border-left: 0 none;
    border-right: 0 none;
    box-shadow: 0 0 0 transparent;
}
.we-are .faq-wrapper .panel-default > .panel-heading {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-radius: 0;
    border-right: 1px solid #ddd;
}
.we-are .panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top: 0 none;
    padding: 20px 0 15px;
}

/* input
*------------------------------------------------------- */
.input-box {
    display: inline-block;
}
.input-text {
    height: 37px;
    line-height: 38px;
}


/* 9 - Cart page / Checkout Page
*---------------------------------------------------------------------------*/
/* 9.1 - Cart page
*---------------------------------------------------------------------------*/
.data-table.cart-table {
    width: 100%;
}
.data-table th, .data-table tbody td {
    font-family: Montserrat;
    font-weight: normal;
    padding: 20px 15px;
    text-transform: uppercase;
}
.data-table thead,.data-table tbody tr {
    border-bottom: 1px solid #ddd;
}
.data-table tbody tr td:nth-child(2),.data-table tbody tr td:nth-child(1)  {
    width: 1%;
}
.data-table .custom-qty {
    background: #f4f4f4  ;
    border: 1px solid #ebebeb;
    display: inline-block;
    padding: 0 13px;
    text-align: center;
}
.data-table .custom-qty .input-text.qty {
    background: transparent ;
    border: 0 none;
    color: #ff5555;
    text-align: center;
}
.data-table tfoot {
    display: none;
}
.shipping-form label {
    display: none;
}
.shipping-form .input-box {
    display: block;
}
.shipping-form select {
    background-color: #f4f4f4;
    border: 1px solid #ebebeb;
    height: 40px;
    margin-bottom: 20px;
    width: 100%;
}
.totals table {
    width: 100%;
}
.btn-remove2 i {
    font-size: 17px;
}
.cart-price .price {
    color: #ff5555;
    font-family: Montserrat;
    font-size: 16px;
}
.actions {
    margin-top: 20px;
}
.shipping-form button.button {
    padding: 10px 20px;
    text-transform: uppercase;
}
.cart_footer {
    border-top: 1px solid #ddd;
    margin-top: 40px;
    overflow: hidden;
    padding: 40px 0;
}
.progress-cart {
    margin-bottom: 60px;
    text-align: center;
}
.progress-cart .media .heading-tittle span {
    border: 1px solid;
    border-radius: 50%;
    display: inline-block;
    font-family: Montserrat;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    vertical-align: middle;
    width: 50px;
}
.progress-cart .media .media-content span {
    display: block;
    font-family: Montserrat;
    margin-top: 20px;
    text-transform: uppercase;
	padding-bottom: 30px;
	border-bottom: 2px solid #fff;
}
.progress-cart .media {
    display: inline-block;
    margin: 0 100px;
}
.progress-cart .media.active .heading-tittle span {
    background: #ff5555  ;
    border-color: #ff5555;
    color: #fff;
}
.progress-cart .media.active .media-content span {
    border-color:  #ff5555;
}
.cart-collaterals {
    margin-top: 50px;
}
.cart-collaterals .shipping h2, .cart-collaterals .totals .title h3 {
    font-size: 20px;
    margin-bottom: 35px;
    text-transform: uppercase;
}
#shopping-cart-totals-table {
    font-family: Montserrat;
    text-transform: uppercase;
	font-size: 15px;
	white-space: nowrap;
}
#shopping-cart-totals-table tfoot span {
    color: #ff5555;
}
#shopping-cart-totals-table td {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
#shopping-cart-totals-table tfoot td {
    border-bottom: 0 none;
}
.discount-form .input-box {
    float: left;
    margin-right: 20px;
}
.discount-form .input-box .input-text {
    min-width: 270px;
}
.cart_footer > div:last-child {
    text-align: right;
}
.wishlist-page form {
    margin-bottom: 80px;
}
.data-table tbody tr:last-child {
    border-bottom: 0 none;
}


/* 9.2 - Checkout Page
*---------------------------------------------------------------------------*/
.detail .block .block-content label {
    color: #666;
    display: block;
    font-family: Montserrat;
    font-weight: normal;
     margin: 15px 0;
	position: relative;
    text-transform: uppercase;
}
.return-login {
    color: #333;
    font-size: 14px;
    margin-bottom: 60px;
    text-align: center;
}
.detail .input-box {
    display: block;
	margin-bottom: 15px;
}
.detail .block-content > div {
    overflow: hidden;
}
.detail .block .block-content input[type="checkbox"] {
    display: inline-block;
    float: left;
	 margin-top: 2px;
}
.detail .block .block-content input[type="checkbox"] ~ label {
    display: inline-block;
    float: left;
    font-family: Raleway;
    font-size: 13px;
    font-weight: normal;
    margin-bottom: 0 !important;
    margin-left: 10px !important;
    margin-top: 0 !important;
    text-transform: capitalize;
}
.your_order table {
    width: 100%;
}
.your_order table td {
    color: #666;
    font-size: 13px;
}
.your_order table td .count {
    color: #ff5555;
}
.your_order table thead th {
    border-bottom: 1px solid #ddd;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: normal;
    padding: 10px 0;
}
.your_order table tfoot tr {
    border-top: 1px solid #ddd;
}

.your_order .block-title h2::before {
    left: 25%;
}
.detail select {
    background: #efefef none repeat scroll 0 0;
    border: 1px solid #ebebeb;
    height: 40px;
    width: 100%;
}
.your_order table#shopping-cart-totals-table tr td {
    border-bottom: 0 none;
}


/* Track Oder
*---------------------------------------------------------------------------*/
.form-order-content {
    margin: 60px auto 80px;
    max-width: 550px;
}
.form-group label {
    color: #333333;
    font-size: 15px;
    margin: 10px 0;
    text-transform: uppercase;
}
.form-order-content .form-group .button {
    margin: 30px 0 0;
}


/* 10 - Login Page
*---------------------------------------------------------------------------*/
.page-login .block-title {
    margin-top: 10px;
    text-align: left;
}
.login-socilal a {
    border: 2px solid #d2d1d0;
    color: #333;
    display: block;
    font-family: montserrat;
    height: 49px;
    letter-spacing: 0.5px;
    line-height: 49px;
    text-align: center;
    text-transform: uppercase;
}
.login-socilal a .fa {
    font-size: 18px;
}
.login-socilal a .fa.fa-facebook {
    color: #3d5c98;
}
.login-socilal a .fa.fa-twitter {
    color: #22aadf;
}
.form-login-content {
    margin: 40px 0;
}
.remember-text .checkbox {
    float: left;
    margin: 0 10px 0 0;
}
.remember-text {
    float: left;
}
.form-group {
    clear: both;
}
.form-group .forgot {
    float: right;
}
.form-group.remember-forgot {
    margin: 30px 0 15px;
    overflow: hidden;
}
.page-login .form-group .button {
    margin-top: 15px;
}
.signup-day {
    clear: both;
    display: block;
    padding: 10px 0;
}
.signup-day li {
    clear: both;
    margin: 15px 0;
    overflow: hidden;
}
.signup-day li .checkbox {
    display: inline-block;
    margin: 0 10px 0 0;
    vertical-align: top;
}
.login-left {
    padding-right: 35px;
}
.login-right {
    padding-left: 35px;
}


/* 11 - Home Page 2 / Home Page 3 / Home Page 4 / Home Page 5 / Home Page 6
 * -------------------------------------------------------------------------- */

/* 11.1 - Home Page 2
 * -------------------------------------------------------------------------- */
.slide-right .banner-inner-content .box-text {
    padding: 150px 0 0 50px;
    text-align: left;
}
.slide-right .banner-inner-content .box-text.box-text-possion h4::before {
    background-color: #ff5555;
    margin: 0;
}
.slide-right .banner-inner-content a::before, .banner-home2 .banner-inner-content a::before {
    border: 1px solid #fff;
    bottom: 25px;
    box-sizing: border-box;
    content: "";
    left: 25px;
    opacity: 1;
    overflow: visible;
    position: absolute;
    right: 25px;
    top: 25px;
    transition: all 0.3s ease-in-out 0s;
}
.slide-right .banner-inner-content a::before {
    bottom: 40px;
    left: 33px;
    right: 33px;
    top: 40px;
}
.slide-right .banner-inner-content a, .banner-home2 .banner-inner-content a {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.banner-home2 {
    margin: 20px 0 0;
}
.banner-home2 .banner-inner-content .al-style-2 a::before {
    opacity: 0;
}
.homepage2 .blog_short_text a span {
    font-size: 20px;
    line-height: 23px;
}
.blog-home2 .item-blog {
    margin-bottom: 20px;
}
.blog-content .blog-home2 .blog-image, .blog-content .blog-home2 .blog_short_text{width: 48%;}
.blog-content .blog-right .item-blog .blog-image {
    float: right;
}
.blog-content .blog-right .item-blog .blog_short_text {
    padding: 45px 0 0;
    text-align: right;
}
.blog-right .post-date::before {
    left: inherit;
    right: 0;
}
.blog-content .blog-right .blog-image.al-style-2::before, .blog-content .blog-right .blog-image.al-style-2::after {
    left: -15px;
}
.homepage2 #main-slider .owl-controls .owl-dots { bottom: 25px;left: 0; position: absolute; right: 0;}


 /* 11.2 - Home Page 3
 * -------------------------------------------------------------------------- */
.page-section.testimonials-home3 {
    margin-bottom: 10px;
}
.page-section.block-testimonials.testimonials-home3 {background: rgba(0, 0, 0, 0) url("../images/bg-testimonials2.jpg") no-repeat scroll center center / cover ;}


 /* 11.3 - Home Page 4
 * -------------------------------------------------------------------------- */
.banner-inner-left .box-text.box-text-possion {
    bottom: 80px;
    padding: 0;
    top: inherit;
    width: 100%;
}
.banner-home4 .box-text.box-text-possion h4::before {
    background-color: #ff5555;
}
.text-right.banner-inner-centter .banner-inner-content .box-text {
    bottom: 50px;
    text-align: right;top: inherit;
    width: 100%;padding: 0;
}
.banner-inner-centter .box-text.box-text-possion h4 {
    color: #d2d1d0;
    font-family: "Raleway";
    font-size: 80px;
    line-height: 80px;
    margin: 0;
}
.banner-inner-centter .box-text.box-text-possion h3 {
    position: absolute;
    right: 45px;
    top: 22px;
}
.banner-inner-right .banner-inner-content .box-text-possion {
    padding-left: 57px;
    text-align: left;top: inherit;
    width: auto;bottom: 78px;
}
.banner-inner-centter .box-text h4::before {
    display: none;
}
.support-home4 .support-footer-inner {
    margin-top: 0;
    padding: 80px 0;
}
.support-home4 .support-footer-inner::before {
    display: none;
}
.colum-product-content ul .item {
    margin: 20px 0;
}
.colum-product-content ul .item .images-container {
    padding: 0;
}
.colum-product-content ul .item .images-container .product-image img {
    width: 100%;
}
.colum-product-content ul .item .link-view a, .colum-product-content ul .item .link-view a .icons {
    border-radius: 50%;
    display: block;
    font-size: 14px;
    height: 30px;
    line-height: 33px;
    overflow: hidden;
    width: 30px;background:#ffffff;
}
.colum-product-content ul .item .link-view {
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 40%;z-index: 1000;
    visibility: hidden;
}
.colum-product-content ul .item  .images-container:hover .link-view{left: 35%;
    opacity: 1;
    visibility: visible;}
.colum-product-content .products-textlink {
    padding: 0 0 0 20px;
    text-align: left;
}
.colum-product-content .products-textlink .ratings {
    overflow: hidden;
}
.colum-product-content .products-textlink .price-box {
    clear: both;
    display: block;
    margin: 15px 0 0;
}
.colum-product-content .products-textlink .actions {
    margin-top: 15px;
}
.colum-product-content .products-textlink .actions .button span span {
    padding: 0;
}


 /* 11.4 - Home Page 5
 * -------------------------------------------------------------------------- */.banner-inner .padding7 {
    padding-right: 8px;
}
.banner-inner-right.slide-right {
    padding-left: 10px;
}
.banner-home5 .text-right.banner-inner-centter .banner-inner-content .box-text {
    right: 20px;
    top: 120px;
}
.support-home5 .support-footer-inner {
    margin-top: 0;
    padding: 30px 0;
}
.support-home5 .support-footer-inner::before {
    display: none;
}
.pa-lines.banner-home5 {
    margin-top: 22px;
}
/* menu */
.home5 .sf-menu {
    background: #282828 none repeat scroll 0 0;
}
.home5 .sf-menu a {
    color: #fff;
}
.wide .is-sticky .header-sticky.home5, .boxed .is-sticky .header-sticky.home5 {
    background: #282828 none repeat scroll 0 0;
}
.home5 .sf-menu li li > a {
    color: #555555;
    display: block;
}


 /* 11.5 - Home Page 6
 * -------------------------------------------------------------------------- */
.banner-home6 .banner-inner-content a {
    display: block;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}
.banner-home6 .banner-inner-content  .box-text-possion {
    left: 30px;
    right: auto;
    text-align: center;
    top: 59px;padding: 0;
}
.banner-home6 .banner-inner-content .box-text h4::before {
    background-color: #ff5555;
    display: block;
}
.banner-home6 .banner-inner-content .box-text h4{margin-bottom:20px;color: #666;}
.banner-home6 .box-text.box-text-possion h3, .banner-home6 .box-text.box-text-possion h4 {
    color: #000;font-weight: 500;
}
.banner-home6 .column-1-2 .box-text.box-text-possion {
    left: auto;
    right: 10px;
    text-align: right;
    top: 130px;
    width: auto;
}
.banner-home6 .column-1-2 .box-text.box-text-possion h4 {
    color: #d2d1d0;
    font-family: "Raleway";
    font-size: 60px;
    line-height: 60px;
    margin: 0;
}
.banner-home6 .column-1-2 .box-text.box-text-possion h3 {
    color: #fff;
    position: absolute;
    right: 18px;
    top: 16px;
}
.banner-home6 .banner-inner-content .column-1-2 .box-text h4::before {
    display: none;
}
.padding-right10{padding-right:10px;}
.padding-left10{padding-left:10px;}
.margin-bottom20 {
    margin-bottom: 22px;
}
.margin-alide {
    margin: 20px 0;
}
.banner-home6 .margin-bottom20 {
    margin-bottom: 18px;
}
.banner-home6 .box-text-possion.box-text-possion-left {
    left: 55px;
    text-align: left;
    top: 33%;
}
.banner-home6 .box-text h2 {
    color: #333;
    font-size: 45px;
    font-weight: 500;
    letter-spacing: 12px;
    line-height: 45px;
    margin: 0;
    text-transform: uppercase;
}
.banner-home6  .box-text-possion-left h4 {
    font-size: 24px;
    letter-spacing: 8px;
    margin: 0;
    padding-left: 88px;
}
.banner-home6 .box-text h3 strong {
    color: #ff5555;
    font-weight: bold;
}
.banner-home6 .banner-inner-content.banner4 .box-text-possion {
    left: inherit;
    right: 30px;
    text-align: right;
}
.banner-home6 .banner-inner-content.banner3 .box-text h4::before, .banner-home6 .banner-inner-content.banner5 .box-text h4::before {
    display: none;
}
.banner-home6 .banner-inner-content.banner4 .box-text h4::before {
    left: inherit;
    right: 0;
}
.banner-home6 .text-center .box-text-possion {
    left: 0;
    right: 0;
    text-align: center;
    top: 112px;
    width: 100%;
}
.text-center .box-text-possion.box-text h3, .text-center .box-text-possion.box-text h4 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    margin: 0;
}
.banner-home6 .banner6 .box-text.box-text-possion h4 {
    color: #666;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 4px;
}
.banner-home6 .banner6 .column-1-2 .box-text.box-text-possion {
    right: 0;
    text-align: center;
    top: 78px;
    width: 100%;
}
.banner-home6 .banner6 .column-1-2 .box-text.box-text-possion h3 {
    color: #000;
    margin-bottom: 20px;
    position: relative;
    right: 0;
}
.banner-home6 .banner6 .box-text h3::before {
    background: #ff0000 none repeat scroll 0 0;
    display: block;
    left: 0;
    margin: 0 auto;
    right: 0;
}
.banner-home6 .banner-inner .banner-inner-content a::before {
    display: none;
}
.banner-home6 .banner-inner .banner-inner-content.banner5 a::before {
    bottom: 80px;
    display: block;
    left: 70px;
    right: 70px;
    top: 80px;
}


/* 12 - Back to top button
/* ========================================================================== */
.to-top {
  z-index: 9999;
  width: 40px;
  height: 40px;
  font-size: 25px;
  line-height: 35px;
  text-align: center;
  position: fixed;
  bottom: -100px;
  right: 10px;
  margin-left: -20px;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background-color: #ff5555;
  border: solid 1px #ffffff;
  color: #ffffff;
}
.to-top:hover {
  background-color: #444;
  border-color: #444;
  color: #fff;
}


/* Remove firefox dotted line
 * -------------------------------------------------------------------------- */
a,
a:active,
a:focus,
input,
input:active,
input:focus,
button,
button:active,
button:focus,
select,
select:active,
select:focus,
.bootstrap-select .btn,
.bootstrap-select .btn:active,
.bootstrap-select .btn:focus {
  outline: 0 !important;
}
/* Remove webkit outline glow
 * -------------------------------------------------------------------------- */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
