/*
Theme Name: Kidz
Theme URI: http://wp.ideapark.kz/kidz/
Text Domain: kidz
Description: Modern Retina ready Responsive WordPress Blog Theme
License: GNU General Public License v2.0 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Version: 1.3
Author: ideapark.kz
Author URI: http://ideapark.kz
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, featured-images, full-width-template, post-formats, theme-options, translation-ready
*/

/*
[Table of contents]

    1. WordPress Core
    2. Theme Base
    3. Header
        - Menu
    4. Ajax Search
    5. Front Page
        - Slider
        - Banners
        - Product Tabs
        - Brands
        - Lstest Posts
        - Reviews
        - SEO Block
    6. Post / Page
        - Post Image
        - Post Header
        - Post Entry
            - Shortcodes
        - Gallery
        - Author
        - Related Posts
        - Comments
        - Navigation
    7. Blog
    8. Default search results
    9. Pagination
    10. Sidebar / Widgets
    11. Footer
        - Widgets
    12. Breadcrumbs
    13. Quick View
    14. My Account
    15. Shop Products Grid
    16. Shop Product Page
        - Breadcrumbs
        - Stock status
        - Title
        - Summary
        - Navigation
        - Share
        - Tabs
        - Misc
    17. My Account Content
    18. Wishlist, Cart Product List
    19. Checkout
    20. Woocommerce Notices
    21. Customer Details
    22. Thank you
    23. Woocommerce Pagination
    24. Order Details
    25. Customer Login
    26. Product Rating
    27. Product Video
    28. Product Image Gallery
        - Main Gallery
        - Modal Gallery
    29. Responsive
        - Desktop
            - Main Menu
        - Hovers
        - Tablet and Mobile
*/

/*- WordPress Core -*/

.screen-reader-text {
	display: none;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 0.6em 0;
}

.entry-content h1 {
	font-size: 24px;
	font-size: 2.4rem;
}

.entry-content h2 {
	font-size: 20px;
	font-size: 2.0rem;
}

.entry-content h3 {
	font-size: 16px;
	font-size: 1.6rem;
}

.entry-content h4 {
	font-size: 14px;
	font-size: 1.4rem;
}

.entry-content h5 {
	font-size: 12px;
	font-size: 1.2rem;
}

.entry-content h6 {
	font-size: 10px;
	font-size: 1rem;
}

.entry-content hr {
	background-color: #ccc;
	border:           0;
	height:           1px;
	margin-bottom:    1.5em;
}

.entry-content p {
	margin-bottom: 15px;
}

.entry-content ul,
.entry-content ol {
	margin: 0 0 1.5em 0.5em;
}

.entry-content ul {
	list-style: none;
}

.entry-content ol {
	list-style: decimal;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
	margin-left:   1.5em;
}

.entry-content dt {
	font:           700 16px 'Montserrat';
	letter-spacing: 1px;
	margin:         30px 0 10px 0;
	text-transform: uppercase;
}

.entry-content dd {
	margin: 3px 0 1.5em 1.5em;
}

.entry-content b,
.entry-content strong {
	font-weight: bold;
}

.entry-content dfn,
.entry-content cite,
.entry-content em,
.entry-content i {
	font-style: normal;
}

.entry-content blockquote {
	font-style: italic;
	margin:     0 1.5em;
}

.entry-content address {
	margin: 0 0 1.5em;
}

.entry-content pre {
	background:    #F7F9F3;
	font-family:   "Courier 10 Pitch", Courier, monospace;
	font-size:     12px;
	font-size:     1.2rem;
	line-height:   1.6;
	margin-bottom: 1.6em;
	padding:       1.6em;
	overflow:      auto;
	max-width:     100%;
}

.entry-content code,
.entry-content kbd,
.entry-content tt,
.entry-content var {
	font: 12px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

.entry-content abbr,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor:        help;
}

.entry-content mark,
.entry-content ins {
	text-decoration: none;
}

.entry-content sup,
.entry-content sub {
	font-size:      75%;
	height:         0;
	line-height:    0;
	position:       relative;
	vertical-align: baseline;
}

.entry-content sup {
	bottom: 1ex;
}

.entry-content sub {
	top: .5ex;
}

.entry-content small {
	font-size: 75%;
}

.entry-content big {
	font-size: 125%;
}

.entry-content table,
.comment-content table {
	border:            1px solid #d9d9d9;
	border-left-width: 0;
	margin:            0 -0.083em 2.083em 0;
	text-align:        left;
	width:             100%;
}

.entry-content tr th,
.entry-content thead th,
.comment-content tr th,
.comment-content thead th {
	border-left: 1px solid #d9d9d9;
	font-weight: bold;
	padding:     0.5em 1.25em;
}

.entry-content tr td,
.comment-content tr td {
	border:       1px solid #d9d9d9;
	border-width: 1px 0 0 1px;
	padding:      0.5em 1.25em;
}

.entry-content tr.odd td,
.comment-content tr.odd td {
	background: #eee;
}

.entry-content ul li {
	list-style-type:     square;
	list-style-position: outside;
	margin-left:         1em;
}

.entry-content ol {
	list-style: decimal;
	margin:     0 0 1.5em 1.5em;
}

.alignleft {
	float:  left;
	margin: 0 20px 20px 0;
}

.alignright {
	float:  right;
	margin: 0 0 20px 20px;
}

.aligncenter {
	clear:   both;
	display: block;
	margin:  0 auto 20px auto;
}

.wp-caption {
	font-size: 90%;
}

.wp-caption.aligncenter,
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.alignnone {
	margin-bottom: 15px;
}

.wp-caption-text {
	text-align: center;
	font-size:  90%;
}

.gallery-caption {
	font-size: 12px;
	font-size: 1.2rem;
}

.bypostauthor {
}

/*- Theme Base -*/

*,
*:after,
*:before,
input[type=search] {
	-moz-box-sizing:        border-box;
	box-sizing:             border-box;
	-webkit-font-smoothing: antialiased;
	font-smoothing:         antialiased;
	text-rendering:         optimizeLegibility;
}

.clear:before,
.clear:after {
	content: ' ';
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	*zoom: 1;
}

body {
	font-family: 'Open Sans', sans-serif;
	font-size:   15px;
	line-height: 24px;
	color:       #404E65;
	background:  #FFF;
}

a {
	cursor:          pointer;
	color:           #404E65;
	text-decoration: none;
}

svg {
	fill: #404E65;
}

a,
a i,
a:after,
a:before,
li:after,
li:before,
input[type=submit],
button,
.main-menu .product-categories ul > li ul,
#header .top-menu .menu li > ul,
#home-post .post .post-content {
	-webkit-transition: visibility 0.15s linear, opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
	-moz-transition:    visibility 0.15s linear, opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
	-o-transition:      visibility 0.15s linear, opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
	-ms-transition:     visibility 0.15s linear, opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
	transition:         visibility 0.15s linear, opacity 0.15s linear, color 0.15s linear, border-color 0.15s linear, background-color 0.15s linear;
}

a svg {
	-webkit-transition: fill 0.15s linear;
	-moz-transition:    fill 0.15s linear;
	-o-transition:      fill 0.15s linear;
	-ms-transition:     fill 0.15s linear;
	transition:         fill 0.15s linear;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin:             0;
}

a:hover {
	text-decoration: none;
	outline:         none;
}

a:visited, a:focus, a:active {
	color:           #404E65;
	text-decoration: none;
	outline:         none;
}

button,
input[type=submit],
input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=search],
textarea {
	box-shadow:            none;
	-webkit-appearance:    none;
	-moz-appearance:       none;
	-o-appearance:         none;
	appearance:            none;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
input[type=search],
textarea {
	border:                solid 1px #DBDBDB;
	outline:               0;
	padding:               5px 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	font:                  400 15px/24px 'Open Sans';
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=search]:focus,
textarea:focus {
	border:  solid 1px #A1A1A1;
	outline: 0;
}

.select2-container .select2-choice > .select2-chosen {
	padding: 6px 0;
}

input[type=submit],
button,
.widget a.button,
.collaterals a.button,
.shop-content a.button,
.ip-product-container .summary a.alt.button {
	display:               inline-block;
	color:                 #FFF;
	font:                  700 18px/36px 'Open Sans', sans-serif;
	text-align:            center;
	padding:               0 24px;
	border:                0;
	outline:               0;
	background:            #56B0F2;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

input[type=submit]:disabled,
button:disabled,
.widget a.button:disabled,
.collaterals a.button:disabled
.ip-product-container .summary a.alt.button:disabled {
	opacity:        0.3;
	pointer-events: none;
}

#wrap {
	min-width: 320px;
	overflow:  hidden;
	width:     100%;
	position:  relative;
}

#search {
	font-size: 20px;
}

.post-content {
	position: relative;
	z-index:  1;
}

.error {
	color: red;
}

.error-page {
	text-align: center;
	font:       700 20px 'Montserrat';
}

.error-page h2 {
	font:   700 90px/90px 'Montserrat', sans-serif;
	margin: 10px 0 0 0;
	color:  #56B0F2;
}

.error-page > svg {
	width:  20px;
	height: 20px;
	margin: 18px 0 16px 0;
}

.error-page p {
	margin:    0 auto 50px auto;
	max-width: 500px;
}

.error-page .searchform input[type=text],
.error-page .searchform input[type=search] {
	max-width: 250px;
}

.searchform-wrap {
	width:  50%;
	margin: 0 auto;
}

.svg-sprite-container {
	display: none;
}

.whole {
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	z-index:  2;
}

.main-col {
	margin-bottom: 70px;
}

select.styled {
	opacity: 0;
}

/*- Header -*/

#header {
	position: relative;
	z-index:  1001;
}

#header .top-menu {
	position:      relative;
	width:         100%;
	border-bottom: solid 1px #E2E5E9;
	height:        60px;
}

#header .mobile-menu,
#header .mobile-menu-close,
#header .mobile-menu-back,
.product-categories .auth,
.menu-shadow {
	display: none;
}

#header .mobile-menu svg {
	position:   absolute;
	left:       15px;
	top:        50%;
	margin-top: -7px;
	text-align: right;
	display:    block;
	width:      18px;
	height:     15px;
	fill:       #404E65;
}

/*-- Menu --*/

#header .top-menu .menu {
	padding:    0;
	margin:     0;
	list-style: none;
}

#header .top-menu .menu > li {
	display:        inline-block;
	font-size:      14px;
	line-height:    60px;
	color:          #56B0F2;
	position:       relative;
	margin-right:   25px;
	cursor:         pointer;
	text-transform: uppercase;
}

#header .top-menu .menu ul li {
	color:       #404E65;
	font-size:   14px;
	line-height: 14px;
	cursor:      pointer;
	padding:     10px 15px;
	position:    relative;
}

#header .top-menu .menu ul li a {
	color:   #404E65;
	display: block;
	width:   100%;
}

#header .top-menu .menu ul li.menu-item-has-children:after {
	content:         '';
	display:         block;
	position:        absolute;
	right:           15px;
	top:             50%;
	margin-top:      -5px;
	width:           10px;
	height:          10px;
	background:      url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGw9IiM0MDRFNjUiIGQ9Ik0xMTcxIDk2MHEwIDEzLTEwIDIzbC00NjYgNDY2cS0xMCAxMC0yMyAxMHQtMjMtMTBsLTUwLTUwcS0xMC0xMC0xMC0yM3QxMC0yM2wzOTMtMzkzLTM5My0zOTNxLTEwLTEwLTEwLTIzdDEwLTIzbDUwLTUwcTEwLTEwIDIzLTEwdDIzIDEwbDQ2NiA0NjZxMTAgMTAgMTAgMjN6Ii8+PC9zdmc+) center center no-repeat;
	background-size: 10px 10px;
	z-index:         1;
}

#header .top-menu .menu li > ul {
	visibility:         hidden;
	opacity:            0;
	position:           absolute;
	left:               -15px;
	padding:            15px 0;
	background:         #FFF;
	-webkit-box-shadow: 0 10px 20px rgba(128, 128, 128, 0.3);
	box-shadow:         0 10px 20px rgba(128, 128, 128, 0.3);
	z-index:            100;
	width:              250px;
	list-style:         none;
}

#header .top-menu .menu li > ul > li > ul {
	left:  auto;
	right: -250px;
	top:   -15px;
}

#header .top-menu .auth {
	display:        inline-block;
	float:          right;
	font-size:      14px;
	line-height:    60px;
	text-transform: uppercase;
}

#header .top-menu .auth svg {
	height:         14px;
	width:          14px;
	fill:           #444E68;
	vertical-align: middle;
	margin-right:   5px;
}

.header-type-1.fullwidth-slider #header .main-menu,
.header-type-2.fullwidth-slider #header .main-menu {
	border-bottom: solid 1px #EAEAEA;
}

.header-type-1 .main-menu {
	height:   165px;
	position: relative;
}

.header-type-2 #header .soc a,
.post-author .soc a {
	display:               inline-block;
	width:                 30px;
	height:                30px;
	vertical-align:        middle;
	-webkit-border-radius: 15px;
	-moz-border-radius:    15px;
	border-radius:         15px;
	background:            #3A4C69;
	overflow:              hidden;
	position:              relative;
	text-align:            left;
}

.header-type-2 #header .soc svg,
.post-author .soc svg {
	width:  18px;
	height: 14px;
	margin: 8px 0 0 6px;
	fill:   #FFF;
}

.main-menu .container {
	position: relative;
	height:   100%;
}

.main-menu .logo {
	max-width:  155px;
	max-height: 155px;
	position:   relative;
	overflow:   hidden;
}

.main-menu .product-categories > ul > li {
	font-family:   'Montserrat', sans-serif;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.sticky #header .main-menu .logo {
	max-width:  130px;
	max-height: 50px;
}

.main-menu .logo img {
	max-width:  155px;
	max-height: 155px;
	height:     auto;
}

.header-type-1 .main-menu .logo img {
	max-height: 135px;
}

.sticky #header .main-menu .logo img {
	max-width:  130px;
	max-height: 50px;
}

.sticky #header .main-menu {
	position:   fixed;
	z-index:    1100;
	width:      100%;
	background: #fff;
	min-width:  240px;
	left:       0;
	top:        0;
	opacity:    1;
}

.main-menu .cart-info {
	position:   absolute;
	display:    inline-block;
	right:      30px;
	top:        50%;
	margin-top: -11px;
}

.main-menu .cart-info svg {
	width:  24px;
	height: 22px;
}

.main-menu .cart-info .ip-cart-count {
	position:              absolute;
	right:                 -17px;
	top:                   -11px;
	height:                24px;
	min-width:             24px;
	max-width:             30px;
	text-overflow:         ellipsis;
	overflow:              hidden;
	background:            #FF5B4B;
	color:                 #FFF;
	-webkit-border-radius: 12px;
	-moz-border-radius:    12px;
	border-radius:         12px;
	padding:               0 5px;
	text-align:            center;
	font:                  bold 16px/24px 'Open Sans', sans-serif;
}

#ajax-search .search svg,
.main-menu .search svg {
	position:   absolute;
	display:    inline-block;
	right:      90px;
	top:        50%;
	margin-top: -10px;
	width:      20px;
	height:     20px;
}

.woocommerce-off .main-menu .search svg {
	right: 0;
}

.woocommerce-off.sticky .main-menu .search svg {
	right: 15px;
}

.main-menu .wishlist svg {
	position:   absolute;
	display:    inline-block;
	right:      145px;
	top:        50%;
	margin-top: -10px;
	width:      23px;
	height:     20px;
}

.woocommerce-off .main-menu .wishlist svg {
	right: 55px;
}

.main-menu .wishlist.added svg.off {
	display: none;
}

.main-menu .wishlist:not(.added) svg.on {
	display: none;
}

.main-menu .mobile-search svg,
.main-menu .mobile-wishlist svg {
	display: none;
}

#search-close svg {
	position:   absolute;
	display:    inline-block;
	right:      15px;
	top:        50%;
	margin-top: -8px;
	width:      15px;
	height:     15px;
}

#ajax-search .search svg {

	right: 70px;
}

/*- Ajax Search -*/

.search-open #wrap {
	display: none;
}

#ajax-search {
	height:           65px;
	position:         fixed;
	background-color: #FFF;
	padding:          14px 0;
	left:             0;
	top:              0;
	right:            0;
	z-index:          1005;
	border-bottom:    solid 1px rgba(0, 0, 0, .12);
	font-size:        16px;
	display:          none;
}

#ajax-search-result {
	position:                   fixed;
	top:                        75px;
	z-index:                    1004;
	left:                       0;
	right:                      0;
	bottom:                     0;
	overflow-y:                 scroll;
	padding:                    15px 30px;
	display:                    none;
	-webkit-overflow-scrolling: touch;
	text-align:                 left;
	min-width:                  320px;
}

#ajax-search-result ul {
	padding:    0;
	margin:     0;
	width:      100%;
	list-style: none;
}

#ajax-search-result li {
	padding-bottom: 25px;
	margin-bottom:  25px;
	border-bottom:  solid 1px rgba(0, 0, 0, .12);
	position:       relative;
	overflow:       hidden;
	min-height:     100px;
}

#ajax-search-result li:last-child {
	border-bottom: 0;
	text-align:    center;
}

#ajax-search-result .post-img {
	position: absolute;
	width:    75px;
	height:   75px;
	left:     0;
	top:      0;
}

#ajax-search-result .post-content {
	margin-left: 95px;
}

#ajax-search-result h4 {
	margin:  0;
	padding: 0;
	font:    700 20px 'Montserrat';
}

#ajax-search-result .price {
	display: block;
}

#ajax-search-result .actions a {
	color:     #56B0F2;
	font-size: 14px;
}

.search-open #ajax-search,
.search-open #ajax-search-result {
	display: block;
}

#search-close,
#ajax-search button {
	float:       right;
	font-size:   20px;
	line-height: 36px;
	background:  transparent;
	display:     block;
	margin:      0 15px 0 0;
	color:       #555;
	width:       18px;
}

#ajax-search input[type=text] {
	margin-left:   15px;
	border:        none;
	width:         80%;
	width:         calc(100% - 110px);
	text-overflow: ellipsis;
	padding-left:  15px;
	padding-right: 15px;
}

.menu-shadow {
	position:           fixed;
	top:                0;
	left:               0;
	right:              0;
	bottom:             0;
	background:         rgba(58, 76, 105, 0.93);
	z-index:            1002;
	overflow:           hidden;
	opacity:            0;
	visibility:         hidden;
	-webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-moz-transition:    all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-ms-transition:     all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	-o-transition:      all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	transition:         all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
}

.search-open .menu-shadow {
	visibility: visible;
	opacity:    1;
}

/*- Front Page -*/

/*-- Slider --*/

.slick-preloader {
	position: relative;
}

.slick-preloader,
.slick-preloader .img {
	display:                 block;
	position:                absolute;
	left:                    0;
	right:                   0;
	top:                     0;
	height:                  100%;
	background-repeat:       no-repeat;
	background-position:     right 50%;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	-ms-background-size:     cover;
	-o-background-size:      cover;
	background-size:         cover;
}

.slick-preloader .img {
	opacity: 0.3;
}

.slick-slider {
	-webkit-transition: opacity 0.8s, visibility 0.8s;
	-moz-transition:    opacity 0.8s, visibility 0.8s;
	-ms-transition:     opacity 0.8s, visibility 0.8s;
	-o-transition:      opacity 0.8s, visibility 0.8s;
	transition:         opacity 0.8s, visibility 0.8s;
	opacity:            1;
	visibility:         visible;
}

.slick-track {
	will-change: transform;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-perspective: 1000px;
}

#home-slider {
	position: relative;
}

.slick.preloading {
	opacity:     0;
	visibility:  hidden;
	height:      590px;
	will-change: opacity;
}

#home-slider .slick-slide {
	background-repeat:       no-repeat;
	background-position:     right 50%;
	-webkit-background-size: cover;
	-moz-background-size:    cover;
	-ms-background-size:     cover;
	-o-background-size:      cover;
	background-size:         cover;
	position:                relative;
	width:                   100%;
	height:                  590px;
	overflow:                hidden;
	vertical-align:          middle;
	image-rendering:         optimizeSpeed;
	image-rendering:         -moz-crisp-edges;
	image-rendering:         -o-crisp-edges;
	image-rendering:         -webkit-optimize-contrast;
	image-rendering:         optimize-contrast;
	-ms-interpolation-mode:  nearest-neighbor;
}

.fixed-slider #home-slider .slick-slide,
.fixed-slider .slick.preloading {
	height: 490px;
}

#home-slider .slick-dots {
	margin:   0;
	padding:  0;
	z-index:  10;
	position: absolute;
	left:     13.77%;
	bottom:   28px;
}

.slick-dots li {
	display:     inline-block;
	width:       10px;
	height:      10px;
	margin:      0 11px 0 0;
	text-align:  center;
	list-style:  none;
	line-height: 10px;
}

.slick-dots li button {
	display:               inline-block;
	vertical-align:        middle;
	background-color:      #797A7D;
	width:                 8px;
	height:                8px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	padding:               0;
	position:              relative;
	overflow:              hidden;
	text-indent:           100%;
	white-space:           nowrap;
	cursor:                pointer;
}

.slick-dots li.slick-active button {
	border:                solid 2px #797A7D;
	background:            transparent;
	width:                 10px;
	height:                10px;
	-webkit-border-radius: 5px;
	-moz-border-radius:    5px;
	border-radius:         5px;
}

#home-slider .inner {
	z-index:            1;
	position:           absolute;
	display:            inline-block;
	left:               13.77%;
	top:                50%;
	width:              315px;
	-webkit-transform:  translateY(-50%);
	-moz-transform:     translateY(-50%);
	-ms-transform:      translateY(-50%);
	-o-transform:       translateY(-50%);
	transform:          translateY(-50%);
	opacity:            0;
	-webkit-transition: opacity 0.8s linear;
	-moz-transition:    opacity 0.8s linear;
	-o-transition:      opacity 0.8s linear;
	-ms-transition:     opacity 0.8s linear;
	transition:         opacity 0.8s linear;
}

#home-slider .slide-visible .inner {
	opacity: 1;
}

#home-slider h3 {
	font:    normal 48px/55px 'Fredoka One';
	color:   #333333;
	margin:  0;
	padding: 0;
}

#home-slider h4 {
	font:           normal 20px/20px 'Montserrat';
	color:          #717171;
	letter-spacing: 1px;
	padding:        25px 0 0 0;
	margin:         0;
	text-transform: uppercase;
}

.slick-arrow {
	display:  block;
	position: absolute;
	z-index:  5;
	top:      0;
	bottom:   0;
	width:    40px;
}

.slick-arrow span {
	display:               block;
	position:              absolute;
	top:                   50%;
	left:                  0;
	margin-top:            -20px;
	width:                 40px;
	height:                40px;
	cursor:                pointer;
	text-decoration:       none;
	outline:               none;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	background:            #FFF;
	box-shadow:            1px 1px 0 0 rgba(0, 0, 0, 0.10);

}

.slick-arrow svg {
	display:     block;
	position:    absolute;
	left:        50%;
	top:         50%;
	width:       12px;
	height:      20px;
	margin-top:  -10px;
	margin-left: -8px;
	fill:        #555555;
	z-index:     1;
}

.slick-arrow.slick-next svg {
	margin-left: -6px;
}

.slick-arrow.slick-disabled svg {
	opacity: 0.2;
}

.slick-prev {
	left: 6.15%;
}

.slick-next {
	right: 6.15%;
}

/*-- Banners --*/

#home-banners {
	position:   relative;
	text-align: center;
}

#home-banners .banner {
	display:        inline-block;
	width:          25%;
	height:         250px;
	position:       relative;
	vertical-align: top;
	background:     #FFF;
}

.fixed-slider #home-banners .banner {
	width: 33.3333%;
}

.fixed-slider #home-banners .banner:nth-child(4) {
	display: none;
}

#home-banners .banner .bg {
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      0;
	bottom:   0;
	opacity:  0.2;
}

#home-banners .banner .inner {
	z-index:           1;
	position:          absolute;
	display:           inline-block;
	left:              9.22%;
	top:               34%;
	width:             44%;
	-webkit-transform: translateY(-50%);
	-moz-transform:    translateY(-50%);
	-ms-transform:     translateY(-50%);
	-o-transform:      translateY(-50%);
	transform:         translateY(-50%);
	text-align:        left;
}

#home-banners .banner h3 {
	font:          normal 23px/29px 'Montserrat';
	color:         #333333;
	padding:       0;
	margin:        0;
	max-height:    87px;
	overflow:      hidden;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

#home-banners .banner h4 {
	font:    normal 30px/30px 'Fredoka One';
	padding: 15px 0 0 0;
	margin:  0;
}

#home-banners .banner .more {
	display:               block;
	position:              absolute;
	left:                  9.22%;
	bottom:                30px;
	height:                44px;
	font:                  normal 16px/44px 'Montserrat';
	color:                 #FFF;
	text-transform:        uppercase;
	padding:               0 30px;
	margin-left:           -16px;

	-webkit-border-radius: 22px;
	-moz-border-radius:    22px;
	border-radius:         22px;
}

#home-banners .banner.non-alfa-image .thumb {
	position: absolute;
	height:   100%;
	width:    auto;
	right:    0;
	top:      0;
}

#home-banners .banner.alfa-image .thumb {
	position: absolute;
	height:   100%;
	width:    auto;
	right:    0;
	top:      -20px;
}

/*-- Product Tabs --*/

.home-tabs-wrap {
	position:   relative;
	margin:     37px 0 30px 0;
	min-height: 46px;
}

.woocommerce-tabs .wrap {
	min-height: 46px;
	position:   relative;
	margin:     0 15px 45px 15px;
}

.home-tabs,
.woocommerce-tabs .tabs {
	display:    block;
	list-style: none;
	padding:    0;
	margin:     0 auto;
	text-align: center;
}

.home-tabs li,
.woocommerce-tabs .tabs li {
	display:     inline-block;
	white-space: nowrap;
	padding:     0 8px 8px 8px;
}

.home-tabs li a,
.woocommerce-tabs .tabs li a {
	font:                  700 16px/44px 'Montserrat';
	color:                 #ADB2BC;
	letter-spacing:        1px;
	text-transform:        uppercase;
	display:               inline-block;
	padding:               0 30px;
	border:                solid 1px #EAEAEA;
	-webkit-border-radius: 22px;
	-moz-border-radius:    22px;
	border-radius:         22px;
}

.home-tabs li.current a,
.woocommerce-tabs .tabs li.active a {
	font-weight: 700;
	color:       #56B0F2;
	border:      solid 3px #56B0F2;
	padding:     0 28px;
	line-height: 40px;
}

.home-tab {
	display:            none;
	opacity:            0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition:    opacity 0.3s linear;
	-o-transition:      opacity 0.3s linear;
	-ms-transition:     opacity 0.3s linear;
	transition:         opacity 0.3s linear;
}

.home-tab.visible {
	display: block;
}

.home-tab.current {
	opacity: 1;
}

/*-- Brands --*/

#home-brand {
	position:   relative;
	background: #F4F8FF;
	padding:    60px 0;
}

#home-brand .brand {
	width:               160px;
	height:              160px;
	background-size:     contain;
	background-position: center center;
	background-repeat:   no-repeat;
	margin:              0 15px;
	position:            relative;
}

#home-brand .brand:focus {
	outline: 0;
}

#home-brand .preloading {
	opacity: 0;
}

#home-brand .slick-brands {
	height:        160px;
	padding-left:  55px;
	padding-right: 55px;
}

#home-brand.white-bg .slick-list {
	background:            #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

#home-brand .slick-prev {
	left: 0;
}

#home-brand .slick-next {
	right: 0;
}

#home-brand .slick-dots {
	margin:            0;
	padding:           0;
	z-index:           10;
	position:          absolute;
	left:              50%;
	bottom:            -28px;
	text-align:        center;
	-webkit-transform: translateX(-50%);
	-moz-transform:    translateX(-50%);
	-ms-transform:     translateX(-50%);
	-o-transform:      translateX(-50%);
	transform:         translateX(-50%);
}

/*-- Lstest Posts --*/

#home-post {
	text-align: center;
}

#home-post h2,
#home-text h1,
.ip-product-container .products h2,
.cross-sells h2 {
	font:           700 16px/16px 'Montserrat';
	color:          #333333;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align:     center;
	border-bottom:  solid 4px #56B0F2;
	display:        inline-block;
	margin:         60px auto 45px auto;
	padding-bottom: 6px;
}

#home-post h2 {
	margin-bottom:      25px;
	-webkit-transition: color 0.15s linear;
	-moz-transition:    color 0.15s linear;
	-o-transition:      color 0.15s linear;
	-ms-transition:     color 0.15s linear;
	transition:         color 0.15s linear;
}

#home-post .post {
	text-align:    left;
	background:    #FFFFFF;
	padding-left:  38%;
	overflow:      hidden;
	position:      relative;
	font-family:   'Montserrat';
	margin-bottom: 30px;
}

#home-post .row > div:nth-child(2n+3) {
	clear: both;
}

#home-post .post-img {
	content:                           '';
	display:                           block;
	position:                          absolute;
	left:                              0;
	top:                               0;
	bottom:                            0;
	width:                             38%;
	background-position:               center center;
	background-repeat:                 no-repeat;
	background-size:                   cover;
	-webkit-border-top-left-radius:    8px;
	-moz-border-radius-topleft:        8px;
	border-top-left-radius:            8px;
	-webkit-border-bottom-left-radius: 8px;
	-moz-border-radius-bottomleft:     8px;
	border-bottom-left-radius:         8px;
}

#home-post .post-content {
	padding:                            34px 26px;
	border:                             solid 1px #EAEAEA;
	-webkit-border-top-right-radius:    8px;
	-moz-border-radius-topright:        8px;
	border-top-right-radius:            8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-bottomright:     8px;
	border-bottom-right-radius:         8px;
	border-left:                        none;
}

#home-post .post-date {
	font-size:      14px;
	line-height:    14px;
	color:          #D6D6D6;
	text-transform: uppercase;
}

#home-post h3 {
	font-size:          20px;
	color:              #333333;
	line-height:        23px;
	font-weight:        700;
	min-height:         94px;
	padding:            15px 0 10px 0;
	margin:             0;
	-webkit-transition: color 0.15s linear;
	-moz-transition:    color 0.15s linear;
	-o-transition:      color 0.15s linear;
	-ms-transition:     color 0.15s linear;
	transition:         color 0.15s linear;
}

#home-post .more {
	font-size:   14px;
	line-height: 14px;
	color:       #56B0F2;
}

#home-post .row {
	position:      relative;
	overflow:      hidden;
	margin-bottom: -30px;
	padding-top:   20px;
}

/*-- Reviews --*/

#home-review {
	background: #56B0F2;
	text-align: center;
	color:      #FFF;
	padding:    46px 0 51px 0;
	margin-top: 75px;
}

#home-review .quote {
	width:   32px;
	height:  25px;
	display: inline-block;
	fill:    #FFF;
	opacity: 0.4;
}

#home-review .thumb {
	margin-top:            22px;
	width:                 55px;
	height:                55px;
	background-size:       cover;
	background-position:   center center;
	background-repeat:     no-repeat;
	-webkit-border-radius: 27px;
	-moz-border-radius:    27px;
	border-radius:         27px;
	border:                solid 5px #56B0F2;
	display:               inline-block;
	position:              relative;
}

#home-review .thumb:after {
	content:               '';
	display:               block;
	position:              absolute;
	left:                  -5px;
	right:                 -5px;
	top:                   -5px;
	bottom:                -5px;
	-webkit-border-radius: 27px;
	-moz-border-radius:    27px;
	border-radius:         27px;
	border:                solid 5px rgba(255, 255, 255, 0.4);
}

#home-review .slick-prev {
	left: 0;
}

#home-review .slick-next {
	right: 0;
}

#home-review p {
	font:           400 27px 'Open Sans';
	color:          #FFFFFF;
	letter-spacing: -0.043em;
	max-width:      610px;
	width:          68%;
	padding:        25px 0 0 0;
	margin:         0 auto;
}

#home-review .author {
	font:           700 13px/16px 'Montserrat';
	color:          #FFFFFF;
	letter-spacing: 0.118em;
	margin-top:     17px;
	text-transform: uppercase;
	font-size:      14px;
}

#home-review .occupation {
	color: #C4E3FA;
}

#home-review .preloading .review:nth-child(n+2) {
	display: none;
}

#home-review .slick-dots {
	margin:            0;
	padding:           0;
	z-index:           10;
	position:          absolute;
	left:              50%;
	bottom:            -28px;
	text-align:        center;
	-webkit-transform: translateX(-50%);
	-moz-transform:    translateX(-50%);
	-ms-transform:     translateX(-50%);
	-o-transform:      translateX(-50%);
	transform:         translateX(-50%);
}

#home-review .slick-dots {
	bottom: -10px;
}

#home-review .slick-dots li.slick-active button {
	border-color: #FFF;
}

#home-review .slick-dots li:not(.slick-active) button {
	background-color: #FFF;
}

/*-- SEO Block --*/

#home-text {
	text-align:    center;
	margin-bottom: 60px;
}

#home-text .container .row {
	text-align: left;
}

/*- Post / Page -*/

/*-- Post Image --*/

.post-img {
	text-align: center;
}

.post-img.audio,
.post-img.video,
.post-img.gallery {
	margin-bottom: 30px;
}

.post-img img,
.post-img iframe {
	max-width: 100%;
	height:    auto;
}

.author-img img {
	-webkit-border-radius: 48px;
	-moz-border-radius:    48px;
	border-radius:         48px;
}

.comment-author img {
	-webkit-border-radius: 30px;
	-moz-border-radius:    30px;
	border-radius:         30px;

}

/*-- Post Header --*/

.main-header .post-categories {
	list-style:     none;
	padding:        39px 0 0 0;
	margin:         0;
	text-transform: uppercase;
}

.main-header .post-categories li {
	display:      inline-block;
	margin-right: 30px;
	font:         700 15px/15px 'Open Sans';
}

.main-header h1 {
	margin:        0;
	padding:       60px 0 0 0;
	font:          400 48px/55px 'Fredoka One';
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.woocommerce-account .main-header h1,
.woocommerce-checkout .main-header h1,
.woocommerce-cart .main-header h1,
.error404 .main-header h1,
.wishlist-page .main-header h1 {
	text-align: center;
}

.woocommerce-order-received .main-header,
.woocommerce-order-failed .main-header {
	display: none;
}

.main-header .post-categories + h1 {
	padding-top: 20px;
}

.main-header .post-meta {
	font:           700 11px/11px 'Open Sans';
	color:          #9A9A9A;
	letter-spacing: 1px;
	padding:        20px 0 0 0;
	text-transform: uppercase;
}

.main-header .post-meta svg {
	display: inline-block;
	width:   10px;
	height:  10px;
	fill:    #9A9A9A;
	margin:  0 3px 0 25px;
}

/*-- Post Entry --*/

.post-container {
	margin-top:    45px;
	margin-bottom: 65px;
}

.entry-content iframe {
	max-width: 100%;
}

.entry-content blockquote {
	font:     700 23px/35px 'Montserrat';
	color:    #404E65;
	padding:  0 0 0 40px;
	position: relative;
	margin:   50px 0;
}

.entry-content blockquote p:first-child {
	margin-top: 0;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content blockquote:before {
	content:         '';
	display:         block;
	position:        absolute;
	left:            0;
	right:           0;
	width:           25px;
	height:          20px;
	background:      url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyNSAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTYuMjcgMS40MTFDMTkuNjUyLS41NzIgMjUgLjk1NSAyNSA3LjUzOGMwIDYuNTg0LTguNzMgMTEuNzgtOC43MyAxMS43OGwtMS44NzMtMi4yNzVzMS45MzMtMS43NzcgNC4zNjUtNS41NTJjLTYuMTc3LTEuNDc1LTUuODc0LTguMDk3LTIuNDkyLTEwLjA4ek0yLjM4NiAxLjc1YzMuMzgyLTEuOTgzIDguNzMtLjQ1NyA4LjczIDYuMTI3IDAgNi41ODMtOC43MyAxMS43OC04LjczIDExLjc4TC41MTQgMTcuMzhzMS45MzItMS43NzcgNC4zNjQtNS41NTFDLTEuMjk5IDEwLjM1NC0uOTk2IDMuNzMzIDIuMzg2IDEuNzV6IiBmaWxsPSIjNDA0RTY1IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat;
	background-size: 25px 20px;
}

.entry-content a,
.woocommerce-MyAccount-content p a:not(.button) {
	color: #56B0F2;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-weight: 700;
	font-family: 'Montserrat', sans-serif;
}

.entry-content h1 {
	font-size:      36px;
	line-height:    44px;
	letter-spacing: 2px;
}

.entry-content h2 {
	font-size:   30px;
	line-height: 36px;
}

.entry-content h3 {
	font-size:   24px;
	line-height: 29px;
}

.entry-content h4 {
	font-size:      18px;
	line-height:    21px;
	letter-spacing: 2px;
}

.entry-content h5 {
	font-size:      12px;
	line-height:    15px;
	letter-spacing: 2px;
}

.entry-content h6 {
	font-size:      10px;
	line-height:    12px;
	letter-spacing: 2px;
}

.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-content img:first-child + h1,
.entry-content img:first-child + h2,
.entry-content img:first-child + h3,
.entry-content img:first-child + h4,
.entry-content img:first-child + h5,
.entry-content img:first-child + h6 {
	margin-top: 0;
}

.entry-content p {
	margin: 0 0 25px 0;
}

.entry-content .wp-caption {
	max-width: 100%;
}

.entry-content img:not(.post-thumbnail) {
	max-width: 100% !important;
	height:    auto;
}

.entry-content img.post-thumbnail {
	max-width: 43%;
	height:    auto;
}

.entry-content .bottom {
	padding:  35px 0 40px 0;
	margin:   35px 0 0 0;
	position: relative;
}

.entry-content .bottom.with-comments {
	margin: 35px 0 0 0;
}

.entry-content .bottom span {
	font:           700 16px/17px 'Montserrat', sans-serif;
	text-transform: uppercase;
	display:        inline-block;
	vertical-align: middle;
	margin-right:   10px;
}

.entry-content .meta-share svg {
	display:        inline-block;
	vertical-align: middle;
	width:          18px;
	height:         14px;
	margin:         0 10px 0 0;
	padding:        0;
	line-height:    14px;
}

.entry-content .bottom .meta-share {
	text-align: right;
}

.entry-content .post-comments-link {
	text-align: center;
	margin:     35px 0;
}

.entry-content .post-comments-link a {
	display:        inline-block;
	font:           700 12px/15px 'Lato', sans-serif;
	letter-spacing: 2px;
	text-transform: uppercase;
	background:     rgba(0, 0, 0, 0.05);
	padding:        8px 12px;
}

/*--- Shortcodes ---*/

.entry-content .two-col {
	position:  relative;
	overflow:  hidden;
	font-size: 14px;
}

.entry-content .two-col .left {
	float:         left;
	padding-right: 15px;
	width:         50%;
}

.entry-content .two-col .right {
	float:        right;
	padding-left: 15px;
	width:        50%;
}

/*-- Gallery --*/

.gallery {
	clear:          both;
	margin:         -1.79104477%;
	padding-bottom: 32px;
	overflow:       hidden;
}

.gallery:last-child {
	padding-bottom: 0;
}

.gallery-item {
	position:       relative;
	display:        inline-block;
	float:          left;
	width:          100%;
	text-align:     center;
	padding:        1.79104477%;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-icon {
}

.gallery-item:last-of-type .gallery-icon {
	width: 100%;
}

.gallery-icon img {
	width:  100%;
	height: auto;
	margin: 0 auto;
}

.gallery-caption {
	left:       1.79104477%;
	bottom:     1.79104477%;
	z-index:    1000;
	text-align: left;
}

.gallery-columns-5 .gallery-caption,
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.gallery .gallery-caption {
	text-align:  center;
	padding-top: 3px;
	background:  rgba(255, 255, 255, 0.9);
	line-height: 14px;
}

.gallery-columns-2 .gallery-item:nth-child(2n+3) {
	clear: both;
}

.gallery-columns-3 .gallery-item:nth-child(3n+4) {
	clear: both;
}

.gallery-columns-4 .gallery-item:nth-child(4n+5) {
	clear: both;
}

/*-- Author --*/

.post-author {
	border-top: solid 1px rgba(0, 0, 0, .12);
	padding:    40px 0 0 0;
}

.post-author .author-img {
	float: left;
}

.post-author .author-content {
	margin-left: 125px;
}

.post-author h5 {
	font:   700 19px/23px 'Lato', sans-serif;
	color:  #555555;
	margin: 12px 0;
}

.post-author p {
	margin:    10px 0;
	max-width: 80%;
}

.post-author .soc a {
	margin-bottom: 4px;
}

.post-img.audio iframe {
	height: 166px;
	width:  100%;
}

/*-- Related Posts --*/

.post-related {
	padding: 155px 0 0 0;
}

.post-related .wrap {
	width: 230px;
}

.post-related h4 {
	text-transform: uppercase;
	text-align:     center;
	margin:         0 0 35px 0;
	font:           bold 16px/17px 'Montserrat', sans-serif;
}

.post-related h3 {
	font:          700 16px/21px 'Montserrat', sans-serif;
	margin:        10px 0 5px 0;
	overflow:      hidden;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.post-related .post-date {
	font-size:      11px;
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
}

/*-- Comments --*/

.post-comments .comments-list + .comment-respond,
.post-comments {
	border-top: solid 1px rgba(0, 0, 0, .12);
	margin:     65px 0 0 0;
	padding:    70px 0 0 0;
}

.comment-reply-title,
.post-comments h2 {
	font:           700 16px/17px 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin:         0 0 35px 0;
}

.post-comments.no-line {
	border-top: none;
}

.comment-reply-title {
	font:           700 14px/18px 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin:         0 0 35px 0;
}

.comments-list,
.comments-list .children {
	list-style: none;
	margin:     0;
	padding:    0;
}

.comments-list > li,
.comments-list .children > li {
	margin-bottom: 30px;
}

.comments-list ol.children {
	margin-left: 85px;
	margin-top:  30px;
}

.post-comments .comment-meta {
	padding-left: 85px;
	position:     relative;
	min-height:   60px;
}

.post-comments .comment-content {
	padding-left: 85px;
}

.post-comments .says {
	display: none;
}

.post-comments .author-img {
	position: absolute;
	left:     0;
	top:      0;
}

.post-comments .comment-metadata a {
	color: #B5B5B5;
	font:  normal 12px 'Montserrat', sans-serif;
}

.post-comments .comment-metadata .comment-reply-link,
.post-comments .comment-metadata .comment-edit-link {
	display:         inline-block;
	color:           #B5B5B5;
	margin-left:     30px;
	text-decoration: underline;
}

.post-comments .author-name {
	font:    700 16px/17px 'Montserrat', sans-serif;
	margin:  12px 0 5px 0;
	display: inline-block;
}

.post-comments .comment-metadata {
	font:           700 11px/11px 'Open Sans';
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.comment-form label {
	display:        block;
	font:           700 11px 'Open Sans';
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding:        6px 0 4px 0;
}

.comment-form .comment-form-comment label {
	display: none;
}

.comment-form textarea {
	width: 100%;
}

.comment-form .form-submit {
	margin-top: 25px;
}

.comments-navigation,
.post-navigation {
	font:       700 16px/21px 'Montserrat', sans-serif;
	border-top: solid 1px rgba(0, 0, 0, .12);
	margin:     40px 0 0 0;
	padding:    55px 0 0 0;
	position:   relative;
	overflow:   hidden;
}

/*-- Navigation --*/

.post-navigation .nav-links {
	position:      relative;
	overflow:      hidden;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.comments-navigation .nav-previous > span,
.comments-navigation .nav-next > span,
.post-navigation .nav-previous > span,
.post-navigation .nav-next > span {
	display: none;
}

.comments-navigation .nav-previous svg,
.comments-navigation .nav-next svg,
.post-navigation .nav-previous svg,
.post-navigation .nav-next svg {
	display:    block;
	width:      8px;
	height:     14px;
	margin-top: 4px;
}

.comments-navigation .nav-previous,
.post-navigation .nav-previous {
	float:        left;
	padding-left: 25px;
	position:     relative;
}

.comments-navigation .nav-next,
.post-navigation .nav-next {
	float:         right;
	padding-right: 25px;
	position:      relative;
	text-align:    right;
}

.comments-navigation .nav-previous .meta-nav,
.post-navigation .nav-previous .meta-nav {
	position:  absolute;
	top:       0;
	left:      0;
	font-size: 16px;
}

.comments-navigation .nav-next .meta-nav,
.post-navigation .nav-next .meta-nav {
	position:  absolute;
	top:       0;
	right:     0;
	font-size: 16px;
}

.comments-navigation .nav-previous,
.comments-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
	max-width: 35%;
}

.post-comments .comment-respond .comment-form-comment {
	float: right;
	width: 65%;
}

.post-comments .comment-respond .logged-in-as + .comment-form-comment {
	float: none;
	width: 100%;
}

.post-comments .comment-respond .comment-form-author,
.post-comments .comment-respond .comment-form-email,
.post-comments .comment-respond .comment-form-url {
	float:      left;
	width:      35%;
	padding:    0 15px 0 0;
	margin:     0;
	min-height: 65px;
}

.post-comments .comment-respond .comment-form-author input,
.post-comments .comment-respond .comment-form-email input,
.post-comments .comment-respond .comment-form-url input {
	width: 100%;
}

.post-comments .comment-respond .comment-form-comment {
	padding: 0;
	margin:  0;
}

.post-comments .comment-respond .comment-form-comment textarea {
	height:  192px;
	padding: 0;
	margin:  0;
}

.post-comments .comment-respond .form-submit {
	clear:      both;
	text-align: right;
	margin:     0;
	padding:    20px 0 0 0;
}

/*- Blog -*/

.blog-container {
	margin-top: 45px;
}

.blog-container .post,
.blog-container .page,
.blog-container .product,
.blog-container .post-sizer {
	width:   33.3333%;
	padding: 0 15px 70px 15px;
	float:   left;
}

.blog-container .grid {
	margin:   0 -15px -70px -15px;
	position: relative;
	overflow: hidden;
}

.blog-container .post-img {
	padding: 0 0 30px 0;
}

.blog-container h2 {
	font:          700 23px/27px 'Montserrat';
	margin:        0;
	padding:       0;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.blog-container .post-except {
	margin:      -15px 0;
	padding-top: 28px
}

.blog-container .post-meta {
	font:           700 11px/11px 'Open Sans';
	color:          #9A9A9A;
	letter-spacing: 1px;
	padding:        12px 0 0 0;
	text-transform: uppercase;
}

.blog-container .post-meta a {
	color: #9A9A9A;
}

.blog-container .post-categories {
	list-style: none;
	padding:    0;
	margin:     0;
	display:    inline;
}

.blog-container .post-categories li {
	display: inline;
}

.blog-container .post-categories li:not(:last-child):after {
	content: ', ';
}

/*- Default search results -*/

.search-container {
	margin-top: 45px;
}

.search-container .results-list {
	padding:    0;
	margin:     5px 0 0 0;
	width:      100%;
	list-style: none;
	border-top: solid 1px rgba(0, 0, 0, .12);
}

.search-container .results-list li {
	padding-bottom: 25px;
	margin-bottom:  25px;
	border-bottom:  solid 1px rgba(0, 0, 0, .12);
	position:       relative;
	overflow:       hidden;
	min-height:     100px;
}

.search-container .results-list li:first-child {
	margin-top: 25px;
}

.search-container .results-list ins {
	text-decoration: none;
}

.search-container .results-list del {
	color: #B0B0B0;
}

.search-container .results-list .post-img {
	position: absolute;
	width:    75px;
	height:   75px;
	left:     0;
	top:      0;
}

.search-container .results-list .post-meta {
	text-transform: uppercase;
}

.search-container .results-list .post-content {
	margin-left: 95px;
}

.search-container .results-list h2 {
	margin:  0;
	padding: 0;
	font:    700 20px 'Montserrat';
}

.search-container .results-list .price {
	display: block;
}

.search-container .results-list .actions a {
	color:     #56B0F2;
	font-size: 14px;
}

.main-header .search-results {
	font:       700 20px Montserrat;
	margin-top: 10px;
}

.main-header .search-results strong {
	color: #FF5B4B;
}

/*- Pagination -*/

.navigation,
.woocommerce-pagination {
	padding-top: 50px;
	font:        700 16px/28px 'Montserrat';
	position:    relative;
	clear:       both;
}

.page-links {
	font: 700 16px/28px 'Montserrat';
}

.page-links span {
	color:      #FFF;
	background: #56B0F2;
}

.page-links a span {
	background: none;
	color:      #404E65;
}

.page-links span,
.navigation a,
.navigation span,
.woocommerce-pagination ul li span,
.woocommerce-pagination ul li a {
	display:               inline-block;
	padding:               0 10px;
	font-size:             14px;
	text-align:            center;
	min-width:             28px;
	-webkit-border-radius: 14px;
	-moz-border-radius:    14px;
	border-radius:         14px;
}

.navigation .current,
.woocommerce-pagination .current {
	color:      #FFF;
	background: #56B0F2;
}

.woocommerce-pagination ul {
	padding:    0;
	margin:     0;
	list-style: none;
}

.woocommerce-pagination ul li {
	display: inline;
}

/*- Sidebar / Widgets -*/

#sidebar {
	padding-left:       20px;
	opacity:            1;
	-webkit-transition: opacity 0.15s linear;
	-moz-transition:    opacity 0.15s linear;
	-o-transition:      opacity 0.15s linear;
	-ms-transition:     opacity 0.15s linear;
	transition:         opacity 0.15s linear;
	padding-bottom:     65px;
}

#sidebar.preloader {
	opacity: 0;
}

.widget .widget-title {
	font:           700 16px/17px 'Montserrat', sans-serif;
	color:          #404E65;
	display:        block;
	position:       relative;
	margin:         0;
	text-transform: uppercase;
	padding-bottom: 15px;
	-ms-word-wrap:  break-word;
	word-wrap:      break-word;
}

.widget > div,
.widget > form > div {
	padding: 24px 0 0 0;
	margin:  0;
}

.widget label {
	text-transform: uppercase;
	font:           400 14px/18px 'Montserrat', sans-serif;
}

.widget p,
.widget div {
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.widget_mc4wp_form_widget input[type=text],
.widget_mc4wp_form_widget input[type=email] {
	width: 100%;
}

.custom-advantages-widget {
	background:                      #F4F8FF;
	padding:                         25px 30px;
	-webkit-border-top-left-radius:  4px;
	-moz-border-radius-topleft:      4px;
	border-top-left-radius:          4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topright:     4px;
	border-top-right-radius:         4px;
	position:                        relative;
}

.custom-advantages-widget .img-advantages {
	position: absolute;
	left:     30px;
	top:      25px;
	width:    28px;
	height:   28px;
}

.custom-advantages-widget .img-advantages img {
	position:          absolute;
	max-width:         28px;
	max-height:        28px;
	height:            auto;
	left:              50%;
	top:               50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform:    translate(-50%, -50%);
	-ms-transform:     translate(-50%, -50%);
	-o-transform:      translate(-50%, -50%);
	transform:         translate(-50%, -50%);
}

.custom-advantages-widget .image-bottom img {
	max-width: 100%;
	height:    auto;
}

.custom-advantages-widget .widget-title + .clearfix + .image-bottom {
	margin-top: 20px;
}

.custom-advantages-widget p {
	font-size:   13px;
	line-height: 19px;
}

.custom-advantages-widget p:last-child {
	margin-bottom: 0;
}

.custom-advantages-widget:last-of-type {
	-webkit-border-bottom-left-radius:  4px;
	-moz-border-radius-bottomleft:      4px;
	border-bottom-left-radius:          4px;
	-webkit-border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright:     4px;
	border-bottom-right-radius:         4px;
}

.widget.custom-advantages-widget + .widget.custom-advantages-widget {
	margin-top:                      0;
	-webkit-border-top-left-radius:  0px;
	-moz-border-radius-topleft:      0px;
	border-top-left-radius:          0px;
	-webkit-border-top-right-radius: 0px;
	-moz-border-radius-topright:     0px;
	border-top-right-radius:         0px;
}

.widget.custom-advantages-widget .widget-title {
	text-transform: none;
	padding-bottom: 0;
	font-size:      17px;
	line-height:    17px;
	font-weight:    700;

}

.widget.custom-advantages-widget .img-advantages + .widget-title {
	padding-left: 33px;
	padding-top:  6px;
}

.widget.custom-advantages-widget > div {
	padding: 0;
}

.custom-latest-posts-widget ul {
	margin:     15px 0 0 0;
	padding:    0;
	list-style: none;
}

.custom-latest-posts-widget li {
	display:       block;
	clear:         both;
	position:      relative;
	margin-bottom: 15px;
	overflow:      hidden;
}

.custom-latest-posts-widget .post-img {
	float:        left;
	width:        70px;
	height:       70px;
	overflow:     hidden;
	margin-right: 13px;
}

.custom-latest-posts-widget .post-content {
	margin-left: 83px;
}

.custom-latest-posts-widget h4 {
	font:   700 14px/17px 'Montserrat', sans-serif;
	margin: 3px 0 2px 0;
}

.custom-latest-posts-widget .post-date {
	color:          #9A9A9A;
	letter-spacing: 1px;
	font:           700 11px/11px 'Open Sans';
	padding:        12px 0 0 0;
	text-transform: uppercase;
}

.widget + .widget {
	margin-top: 65px;
}

.widget:not(.custom-latest-posts-widget) ul,
.widget > select,
.widget.tagcloud,
.widget.widget_calendar #calendar_wrap,
.widget.widget_search div,
.widget.widget_text .textwidget {
	padding:    0;
	margin:     0 0 38px 0;
	list-style: none;
}

.widget > div > ul {
	margin: 0 !important;
}

.widget select,
.footer-widget select,
.collaterals select {
	height:             36px;
	color:              #656D78;
	background:         #FFF;
	border-top:         1px solid #D9E0EA;
	border-left:        1px solid #D9E0EA;
	border-right:       1px solid #D9E0EA;
	border-bottom:      1px solid #D9E0EA;
	-webkit-box-shadow: none;
	box-shadow:         none;
	max-width:          100%;
	overflow:           hidden;
}

.widget select:focus,
.footer-widget select:focus {
	outline-color: #56B0F2;
}

.widget .rssSummary,
.widget cite,
.footer-widget .rssSummary,
.footer-widget cite {
	text-transform: none;
	font-weight:    normal;
	margin-top:     10px;
	display:        block;
}

.widget .textwidget img,
.footer-widget .textwidget img {
	max-width: 100%;
	height:    auto !important;
}

.widget:not(.custom-latest-posts-widget) li {
	font:          700 14px/22px 'Montserrat', sans-serif;
	padding:       7px 0;
	border-bottom: solid 1px rgba(0, 0, 0, .12);
	position:      relative;
	overflow:      hidden;
}

.widget:not(.custom-latest-posts-widget) li span {
	font-weight: 400;
}

.widget:not(.custom-latest-posts-widget) li:last-child {
	border-bottom: none;
}

.widget:not(.custom-latest-posts-widget) ul.children:before {
	visibility: hidden;
	display:    block;
	font-size:  0;
	content:    " ";
	clear:      both;
	height:     0;
}

.widget:not(.custom-latest-posts-widget) ul.sub-menu,
.widget:not(.custom-latest-posts-widget) ul.children {
	margin:     7px 0 -7px 0;
	border-top: solid 1px rgba(0, 0, 0, .12);
}

.widget_categories ul.children {
	margin-top: 28px;
}

.widget:not(.custom-latest-posts-widget) ul.sub-menu li,
.widget:not(.custom-latest-posts-widget) ul.children li {
	padding-left: 20px;
}

.widget_calendar table {
	width: 100%;
}

.widget_calendar caption {
	margin-bottom: 5px;
	font:          normal 14px/18px 'Montseratt', sans-serif;
}

.widget_calendar th {
	font: 700 14px/22px 'Montserrat', sans-serif;
}

.widget_calendar td {
	text-align: center;
	padding:    4px 0;
	border-top: solid 1px rgba(0, 0, 0, .12);
	font:       400 14px/22px 'Montserrat', sans-serif;
}

.widget_calendar tbody a {
	font-weight: 700;
}

.widget.widget_product_categories li,
.widget.widget_layered_nav li,
.widget.widget_layered_nav_filters li {
	border:   none;
	font:     400 15px/18px 'Open Sans';
	position: relative;
	overflow: visible;
}

.widget.widget_product_categories > ul,
.widget.widget_layered_nav > ul,
.widget.widget_layered_nav_filters > ul {
	padding-right: 15px;
	overflow:      visible;
}

.widget.widget_layered_nav li span,
.widget.widget_layered_nav_filters li span {
	color: #9A9A9A;
}

.widget.widget_product_categories li span.count,
.widget.widget_layered_nav li span.count,
.widget.widget_layered_nav_filters li span.count {
	position: absolute;
	right:    -15px;
	top:      7px;
	color:    #9A9A9A;
}

.widget.widget_product_categories li {
	color: #56B0F2;
}

.widget.widget_layered_nav li.chosen,
.widget.widget_layered_nav li.chosen a,
.widget.widget_layered_nav_filters li.chosen,
.widget.widget_layered_nav_filters li.chosen a {
	color:       #56B0F2;
	font-weight: 700;
}

.widget.widget_layered_nav li a,
.widget.widget_layered_nav_filters li a,
.widget.widget_product_categories li a {
	padding-right: 15px;
	display:       inline-block;
}

.widget.widget_layered_nav li.chosen a:after,
.widget.widget_layered_nav_filters li.chosen a:after {
	content: ' ×';
	color:   #404E65;
}

.widget.widget_product_categories li.current-cat {
	font-weight: 700;
}

.widget.widget_product_categories li a {
	color: #56B0F2;
}

.widget.widget_layered_nav ul.sub-menu,
.widget.widget_layered_nav ul.children,
.widget.widget_product_categories ul.sub-menu,
.widget.widget_product_categories ul.children {
	border: none;
}

.widget.widget_price_filter .price_slider {
	position: relative;
	height:   1px;
	margin:   0 7px;
}

.widget.widget_price_filter .price_slider:before {
	content:    '';
	display:    block;
	position:   absolute;
	left:       -7px;
	right:      -7px;
	top:        0;
	height:     1px;
	background: #ccc;
	z-index:    -1;
}

.widget.widget_price_filter .ui-widget-header {
	height:     1px;
	background: #56B0F2;
	position:   absolute;
}

.widget.widget_price_filter .ui-slider-handle {
	width:                 14px;
	height:                14px;
	background:            #56B0F2;
	display:               block;
	top:                   -7px;
	position:              absolute;
	-webkit-border-radius: 7px;
	-moz-border-radius:    7px;
	border-radius:         7px;
	margin-left:           -7px;
	z-index:               10;
	cursor:                pointer;
}

.widget.widget_price_filter #min_price,
.widget.widget_price_filter #max_price {
	width: 48%;
}

.widget.widget_price_filter .price_slider_amount {
	position: relative;
}

.widget.widget_price_filter .button {
	margin-top: 35px;
}

.widget.widget_price_filter .price_label {
	position:    absolute;
	left:        0;
	right:       0;
	top:         0;
	text-indent: 100%;
	white-space: nowrap;
	overflow:    hidden;
}

.widget.widget_price_filter .ui-slider-handle:focus {
	outline: none;
}

.widget.widget_price_filter .price_label .from {
	display:     block;
	position:    absolute;
	top:         3px;
	left:        0;
	text-indent: 0;
}

.widget.widget_price_filter .price_label .to {
	position:    absolute;
	top:         3px;
	right:       0;
	text-indent: 0;
}

.widget .ip-filter-color {
	display:               inline-block;
	width:                 18px;
	height:                18px;
	vertical-align:        middle;
	-webkit-border-radius: 9px;
	-moz-border-radius:    9px;
	border-radius:         9px;
	margin-right:          5px;
	margin-bottom:         2px;
}

.widget .ip-filter-color.white {
	border: solid 1px #999;
}

.widget.widget_shopping_cart ul li,
.widget .product_list_widget li {
	padding-left:   66px;
	position:       relative;
	min-height:     83px;
	padding-bottom: 14px;
	padding-top:    14px;
}

.widget.widget_shopping_cart ul li {
	font:         700 14px 'Montserrat';
	padding-left: 84px;
}

.widget.widget_shopping_cart ul li.empty {
	padding:    0;
	min-height: 0;
	color:      #9A9A9A;
}

.widget.widget_shopping_cart ul li img,
.widget .product_list_widget li img {
	position: absolute;
	left:     0;
	top:      14px;
	width:    55px;
	height:   55px;
}

.widget.widget_shopping_cart ul li .remove {
	display:     inline-block;
	position:    absolute;
	left:        0;
	top:         31px;
	font-size:   20px;
	line-height: 20px;
}

.widget.widget_shopping_cart ul li img {
	left: 17px;
}

.widget .product_list_widget .product-title {
	display: block;
	font:    700 14px 'Montserrat';
}

.widget .product_list_widget del,
.widget .product_list_widget ins,
.widget .product_list_widget .amount {
	font:    400 13px 'Open Sans';
	padding: 0;
	margin:  0;
}

.widget .product_list_widget ins {
	text-decoration: none;
	margin-top:      -5px;
}

.widget .product_list_widget del {
	color: #D0D0D0;
}

.widget .product_list_widget .star-rating {
	display:       block;
	margin-bottom: 3px;
	margin-top:    3px;
}

.widget.widget_shopping_cart .quantity,
.widget.widget_shopping_cart .variation {
	display: block;
	font:    400 13px 'Open Sans';
	padding: 0;
	margin:  0;
}

.widget.widget_shopping_cart .variation {
	position: relative;
	overflow: hidden;
}

.widget.widget_shopping_cart .variation dt {
	display: inline-block;
}

.widget.widget_shopping_cart .variation dd {
	display: inline-block;
	margin:  0;
}

.widget.widget_shopping_cart .variation dd p {
	display: inline;
	margin:  0;
	padding: 0;
}

.widget.widget_shopping_cart .variation dd + dt:before {
	content:  ', ';
	position: relative;
	left:     -1px;
}

.widget.widget_shopping_cart .total {
	margin-top:     0;
	text-transform: uppercase;
	font:           400 13px 'Open Sans';
}

.widget.widget_shopping_cart .total strong {
	font-weight: 400;
}

.widget.widget_shopping_cart .total .amount {
	font-weight: 700;
}

.widget.widget_shopping_cart a.button,
#footer .widget.widget_shopping_cart a.button {
	padding-left:  14px;
	padding-right: 14px;
	border:        solid 2px #56B0F2;
	line-height:   32px;
	margin-bottom: 5px;
	color:         #FFF;
}

.widget.widget_shopping_cart a.button.checkout,
#footer .widget.widget_shopping_cart a.button.checkout {
	background: #FFF;
	color:      #56B0F2;
}

.entry-content .post-tags a,
.widget .tagcloud a {
	font:                  700 11px/25px 'Open Sans', sans-serif !important;
	display:               inline-block;
	-webkit-border-radius: 13px;
	-moz-border-radius:    13px;
	border-radius:         13px;
	border:                solid 1px #9A9A9A;
	margin-right:          8px;
	margin-bottom:         4px;
	margin-top:            4px;
	padding:               0 12px;
	text-transform:        uppercase;
	text-decoration:       none;
	color:                 #9A9A9A;
	vertical-align:        middle;
}

.searchform button,
.woocommerce-product-search button {
	/*background: none;*/
	height:         36px;
	padding:        4px 10px 0 10px;
	vertical-align: top;
}

.searchform svg,
.woocommerce-product-search svg {
	display: inline-block;
	width:   20px;
	height:  20px;
	fill:    #FFF;
}

.searchform input[type=text],
.searchform input[type=search],
.woocommerce-product-search input[type=search] {
	width: calc(100% - 50px);
}

/*- Footer -*/

#footer .footer-logo {
	max-width:  110px;
	max-height: 110px;
}

#footer .footer-logo img {
	max-width:  110px;
	max-height: 110px;
	height:     auto;
}

#footer .contacts {
	margin:      0;
	padding-top: 60px;
}

#footer .contacts p {
	margin:  0;
	padding: 0;
}

.footer-sidebar {
	margin-top:    85px;
	margin-bottom: 85px;
}

#footer > .wrap {
	background: #F7F7F7;
	font:       normal 14px 'Open Sans', sans-serif;
	color:      #555;
}

#footer .copyright {
	font-size:   14px;
	padding-top: 3px;
}

#footer a {
	color: #555;
}

#footer .soc {
	float: right;
}

#footer .soc a {
	display:               inline-block;
	width:                 30px;
	height:                30px;
	vertical-align:        middle;
	-webkit-border-radius: 15px;
	-moz-border-radius:    15px;
	border-radius:         15px;
	background:            #3A4C69;
	overflow:              hidden;
	position:              relative;
}

#footer .soc svg {
	width:  18px;
	height: 14px;
	margin: 8px 0 0 6px;
	fill:   #FFF;
}

#footer .bottom {
	margin-top:    40px;
	padding-top:   30px;
	margin-bottom: 50px;
	position:      relative;
}

#footer .bottom:before {
	content:    "";
	display:    block;
	position:   absolute;
	left:       15px;
	right:      15px;
	top:        0;
	border-top: solid 1px #C7C7C7;
}

/*-- Widgets --*/

.footer-widget {
	max-height: 550px;
	overflow-y: auto;
	margin-top: 65px;
}

#footer.widgets {
	color: #555;
}

.footer-widget:nth-child(2),
.footer-widget:nth-child(3),
.footer-widget:nth-child(4) {
	margin-top: 0;
}

#footer.widgets .bottom {
	margin-top:    40px;
	padding-top:   30px;
	margin-bottom: 50px;
	position:      relative;
}

#footer.widgets .bottom:before {
	content:    "";
	display:    block;
	position:   absolute;
	left:       15px;
	right:      15px;
	top:        0;
	border-top: solid 1px #C7C7C7;
}

#footer.widgets.dark .bottom:before {
	border-top: solid 1px #555;
}

#footer.widgets .soc {
	margin-top: 50px;
}

.footer-sidebar > *:nth-child(4n+5) {
	clear: both;
}

/*- Breadcrumbs -*/

.woocommerce-breadcrumb ul {
	font:       700 11px/20px 'Open Sans';
	list-style: none;
	padding:    0;
	margin:     0;
}

.woocommerce-breadcrumb li {
	display:        inline-block;
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space:    nowrap;
}

.woocommerce-breadcrumb li a {
	display: inline-block;
}

.woocommerce-breadcrumb li:not(:last-child):after {
	content: ' \2192 ';
	margin:  0 5px;
}

/*- Quick View -*/

#ip-quickview-shadow {
	opacity:            0;
	visibility:         hidden;
	position:           fixed;
	left:               0;
	right:              0;
	top:                0;
	bottom:             0;
	background:         rgba(58, 76, 105, 0.83);
	z-index:            1040;
	-webkit-transition: visibility 0.3s linear, opacity 0.3s linear;
	-moz-transition:    visibility 0.3s linear, opacity 0.3s linear;
	-o-transition:      visibility 0.3s linear, opacity 0.3s linear;
	-ms-transition:     visibility 0.3s linear, opacity 0.3s linear;
	transition:         visibility 0.3s linear, opacity 0.3s linear;
}

.quickview-open #ip-quickview-shadow {
	opacity:    1;
	visibility: visible;
}

#ip-quickview-shadow .ip-shop-loop-loading,
#home-slider .ip-shop-loop-loading {
	position: absolute;
	left:     50%;
	top:      50%;
	height:   16px;
	margin:   -8px 0 0 -26px;
}

#home-slider .ip-shop-loop-loading {
	opacity:    1;
	visibility: visible;
}

#ip-quickview-shadow.loading .ip-shop-loop-loading {
	opacity:    1;
	visibility: visible;
}

#ip-quickview-shadow .ip-shop-loop-loading i,
#home-slider .ip-shop-loop-loading i {
	width:                 16px;
	height:                16px;
	border-radius:         8px;
	-o-border-radius:      8px;
	-ms-border-radius:     8px;
	-webkit-border-radius: 8px;
	-moz-border-radius:    8px;
}

#ip-quickview-shadow .ip-shop-loop-loading i:nth-child(2),
#home-slider .ip-shop-loop-loading i:nth-child(2) {
	left: 18px;
}

#ip-quickview-shadow .ip-shop-loop-loading i:nth-child(3),
#home-slider .ip-shop-loop-loading i:nth-child(3) {
	left: 36px;
}

#ip-quickview {
	position:   relative;
	display:    none;
	max-width:  940px;
	min-width:  293px;
	width:      90%;
	background: #FFF;
	margin:     0 auto;
}

.mfp-wrap #ip-quickview {
	display: block;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
	width: 44px;
}

.mfp-image-holder .mfp-close svg,
.mfp-iframe-holder .mfp-close svg {
	fill: #FFF;
}

.ip-mfp-close svg {
	width:          15px;
	height:         15px;
	position:       absolute;
	left:           50%;
	top:            50%;
	margin-top:     -7px;
	margin-left:    -7px;
	pointer-events: none;
}

.mfp-close.video {
	right: -35px;
	top:   -35px;
}

.mfp-close.video svg {
	fill: #FFF;
}

.ip-mfp-quickview.mfp-bg {
	display: none;
}

.ip-mfp-fade-in.mfp-bg,
.ip-mfp-zoom-in.mfp-bg {
	opacity:            0;
	-webkit-transition: opacity 0.3s ease-out;
	-moz-transition:    opacity 0.3s ease-out;
	transition:         opacity 0.3s ease-out;
}

.ip-mfp-fade-in.mfp-bg.mfp-ready,
.ip-mfp-zoom-in.mfp-bg.mfp-ready {
	opacity: 1;
}

.ip-mfp-fade-in.mfp-bg.mfp-removing,
.ip-mfp-zoom-in.mfp-bg.mfp-removing {
	opacity: 0;
}

.ip-mfp-fade-in .mfp-content {
	opacity:            0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition:    opacity 0.3s ease-in-out;
	-o-transition:      opacity 0.3s ease-in-out;
	transition:         opacity 0.3s ease-in-out;
}

.ip-mfp-fade-in.mfp-ready .mfp-content {
	opacity: 1;
}

.ip-mfp-fade-in.mfp-removing .mfp-content {
	opacity: 0;
}

.ip-qv-product-image {
	width:         50%;
	float:         left;
	padding-right: 15px;
	max-width:     440px;
}

.ip-product-container.qv {
	margin:   0;
	padding:  45px 30px;
	position: relative;
	overflow: hidden;
}

.ip-product-container.qv .product {
	position: relative;
	overflow: hidden;
}

.ip-product-container.qv .ip-product-stock-status {
	margin-bottom: 15px;
}

.ip-qv-product-image .slide {
	text-align:  center;
	line-height: 100%;
}

.ip-qv-product-image .slide img {
	max-width: 100%;
	height:    auto;
	display:   inline-block;
}

.ip-qv-product-summary {
	width:          50%;
	float:          right;
	padding-left:   15px;
	padding-bottom: 70px;
	max-width:      440px;
}

.ip-product-container.qv .product_title {
	margin-top: 0;
}

.ip-product-container.qv .ip-product-share-wrap {
	position:     absolute;
	right:        0;
	width:        50%;
	margin:       0;
	bottom:       0;
	padding-left: 15px;
	border:       none;
}

.ip-product-container.qv .ip-product-share-wrap:before {
	content:    '';
	display:    block;
	position:   absolute;
	left:       15px;
	right:      0;
	top:        0;
	border-top: solid 1px #EAEAEA;
}

.slick-product-qv:not(:hover) .slick-arrow {
	opacity: 0;
}

/*- My Account -*/

.woocommerce-MyAccount-login-info {
	text-align:    center;
	width:         100%;
	margin-top:    -25px;
	margin-bottom: 65px;
}

.woocommerce-MyAccount-login-info svg {
	width:          15px;
	height:         14px;
	vertical-align: middle;
	fill:           #FF5B4B;
	margin-left:    30px;
}

.woocommerce-MyAccount-login-info a {
	color:           #FF5B4B;
	font-weight:     700;
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin:  0;
}

.woocommerce-MyAccount-navigation ul li {
	padding:    25px 15px 25px 50px;
	margin:     0;
	font:       700 20px/20px 'Montserrat';
	list-style: none;
	position:   relative;
}

.woocommerce-MyAccount-navigation ul li:first-child {
	margin-top: -25px;
}

.woocommerce-MyAccount-navigation ul li a {
	text-decoration: none;
}

.woocommerce-MyAccount-navigation ul li.is-active a {
	color: #FF5B4B;
}

.woocommerce-MyAccount-navigation ul li.is-active svg {
	fill: #FF5B4B;
}

.woocommerce-MyAccount-navigation ul li svg {
	position:   absolute;
	left:       0;
	top:        50%;
	margin-top: -17px;
	width:      43px;
	height:     33px;
}

.woocommerce-MyAccount-navigation ul li svg.tall {
	height: 37px;
}

/*- Shop Products Grid -*/

.products,
.entry-content ul.products {
	list-style:    none;
	margin-top:    0;
	margin-bottom: 0;
	padding:       0;
	position:      relative;
	clear:         both;
	margin-left:   -15px;
	margin-right:  -15px;
}

.entry-content ul.products li,
.products li {
	display:       block;
	float:         left;
	padding-left:  15px;
	padding-right: 15px;
	margin:        0;
}

/* lg */
@media (min-width: 1200px) {
	.sidebar-disable .products li {
		width: 25%;
	}

	.sidebar-left .products li,
	.sidebar-right .products li {
		width: 33.33333333%;
	}

	.sidebar-disable .products li:nth-child(4n+5),
	.sidebar-left .products li:nth-child(3n+4),
	.sidebar-right .products li:nth-child(3n+4) {
		clear: both;
	}

	.sidebar-right .related .products li:nth-child(3n+4) {
		display: none;
	}
}

/* md */
@media (min-width: 992px) and (max-width: 1199px) {
	.sidebar-disable .products li {
		width: 33.33333333%;
	}

	.sidebar-left .products li,
	.sidebar-right .products li {
		width: 50%;
	}

	.sidebar-disable .products li:nth-child(3n+4),
	.sidebar-left .products li:nth-child(2n+3),
	.sidebar-right .products li:nth-child(2n+3) {
		clear: both;
	}

	.sidebar-disable .related .products li:nth-child(3n+4) {
		display: none;
	}
}

/* sm */
@media (min-width: 768px) and (max-width: 991px) {
	.products li {
		width: 50%;
	}

	.products li:nth-child(2n+3) {
		clear: both;
	}
}

/* xs */
@media (max-width: 767px) {
	.products li {
		width: 50%;
	}

	.products li:nth-child(2n+3) {
		clear: both;
	}
}

.products .product {
	padding-bottom: 30px;
}

.ip-shop-loop-thumb img {
	width:  100%;
	height: auto;
}

.ip-shop-loop-wrap {
	position:              relative;
	width:                 100%;
	border:                solid 1px #EAEAEA;
	-webkit-border-radius: 8px;
	-moz-border-radius:    8px;
	border-radius:         8px;
	background:            #FFFFFF;
	padding:               25px 25px 50px 25px;
	min-height:            350px;
	-webkit-transition:    box-shadow 0.15s linear;
	-moz-transition:       box-shadow 0.15s linear;
	-o-transition:         box-shadow 0.15s linear;
	-ms-transition:        box-shadow 0.15s linear;
	transition:            box-shadow 0.15s linear;
}

.ip-shop-loop-wrap .onsale,
.ip-product-container .onsale {
	position:              absolute;
	right:                 15px;
	top:                   15px;
	display:               inline-block;
	height:                22px;
	-webkit-border-radius: 11px;
	-moz-border-radius:    11px;
	border-radius:         11px;
	background:            #56B0F2;
	font:                  700 10px/22px 'Montserrat';
	padding:               0 11px;
	color:                 #FFF;
	letter-spacing:        2px;
	text-transform:        uppercase;
}

.ip-product-container .summary .onsale {
	top:   -11px;
	right: -10px;
}

.ip-shop-loop-new-badge {
	position:              absolute;
	left:                  15px;
	top:                   15px;
	display:               inline-block;
	text-transform:        uppercase;
	height:                22px;
	-webkit-border-radius: 11px;
	-moz-border-radius:    11px;
	border-radius:         11px;
	background:            #93C240;
	font:                  400 10px/22px 'Montserrat';
	padding:               0 11px;
	color:                 #FFF;
	letter-spacing:        2px;
}

.ip-shop-loop-details {
	padding-top: 8px;
	min-height:  80px;
}

.ip-shop-loop-details h3 {
	font:    700 16px/17px Montserrat;
	color:   #333333;
	margin:  0;
	padding: 0;
}

.ip-shop-loop-details h3 a {
	color: #404E65;
}

.ip-shop-loop-price {
	min-height:  30px;
	padding-top: 9px;
}

.ip-shop-loop-price .price {
	font:  400 26px/26px 'Fredoka One';
	color: #56B0F2;
}

.ip-shop-loop-price .price del {
	display:      inline-block;
	padding:      0 5px;
	position:     relative;
	margin-right: 5px;
	font-size:    20px;
	line-height:  26px;
	color:        #D0D0D0;
}

.ip-shop-loop-price .price del:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      50%;
	height:   0;
	opacity:  0.33;
	border:   1px solid #979797;
}

.ip-shop-loop-price .price ins,
.ip-shop-loop-price .price del {
	text-decoration: none;
}

.ip-shop-loop-actions {
	position:    absolute;
	bottom:      25px;
	left:        25px;
	right:       25px;
	height:      20px;
	line-height: 14px;
}

.ip-quickview-btn {
	width:    29px;
	height:   18px;
	display:  inline-block;
	float:    right;
	position: relative;
}

.ip-quickview-btn svg {
	fill:   #56B0F2;
	width:  100%;
	height: 100%;
}

a.ip-wishlist-btn {
	display:        inline-block;
	position:       relative;
	height:         20px;
	white-space:    nowrap;
	font:           700 11px/11px 'Open Sans';
	font-size:      11px;
	color:          #56B0F2;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ip-shop-loop-actions .ip-wishlist-btn {
	float:       right;
	margin-left: 15px;
}

.ip-wishlist-btn svg {
	fill:           #56B0F2;
	width:          24px;
	height:         20px;
	vertical-align: middle;
}

.ip-quickview-btn:before,
.ip-wishlist-btn:before {
	content:               attr(data-title);
	opacity:               0;
	visibility:            hidden;
	position:              absolute;
	left:                  12px;
	-webkit-transform:     translateX(-50%);
	-moz-transform:        translateX(-50%);
	-ms-transform:         translateX(-50%);
	-o-transform:          translateX(-50%);
	transform:             translateX(-50%);
	top:                   -27px;
	height:                20px;
	background:            #404E65;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	padding:               0 6px;
	color:                 #FFF;
	text-align:            center;
	font:                  400 11px/20px 'Montserrat';
	white-space:           nowrap;
	text-transform:        uppercase;
}

.ip-quickview-btn:before {
	left: 14px;
}

.ip-quickview-btn:hover:before,
.ip-wishlist-btn:hover:before {
	opacity:    1;
	visibility: visible;
}

.ip-quickview-btn:after,
.ip-wishlist-btn:after {
	content:            '';
	position:           absolute;
	-webkit-transition: visibility 0.15s linear, opacity 0.15s linear;
	-moz-transition:    visibility 0.15s linear, opacity 0.15s linear;
	-o-transition:      visibility 0.15s linear, opacity 0.15s linear;
	-ms-transition:     visibility 0.15s linear, opacity 0.15s linear;
	transition:         visibility 0.15s linear, opacity 0.15s linear;
	opacity:            0;
	visibility:         hidden;
	left:               12px;
	margin-left:        -5px;
	top:                -7px;
	border:             5px solid transparent;
	border-top:         5px solid #404E65;
}

.ip-quickview-btn:after {
	left: 14px;
}

.ip-quickview-btn:hover:after,
.ip-wishlist-btn:hover:after {
	opacity:    1;
	visibility: visible;
}

.ip-wishlist-btn.added svg.off,
.ip-wishlist-btn.added span.off {
	display: none;
}

.ip-wishlist-btn:not(.added) svg.on,
.ip-wishlist-btn:not(.added) span.on {
	display: none;
}

.ip-shop-loop-actions a {
	font:  400 14px/14px 'Open Sans', sans-serif;
	color: #56B0F2;
}

.ip-shop-loop-actions .button {
	max-width:      130px;
	display:        inline-block;
	vertical-align: top;
	position:       relative;
}

.add_to_cart_button.added {
	display: none;
}

.ip-shop-loop-loading {
	display:    inline-block;
	position:   relative;

	height:     7px;
	margin:     0 5px;
	opacity:    0;
	visibility: hidden;
}

.add_to_cart_button.loading + .ip-shop-loop-loading {
	opacity:    1;
	visibility: visible;
}

.ip-shop-loop-loading i {
	position:                          absolute;
	top:                               0;
	background-color:                  #56B0F2;
	width:                             7px;
	height:                            7px;
	animation-name:                    bounce_ip-shop-loop-loading;
	-o-animation-name:                 bounce_ip-shop-loop-loading;
	-ms-animation-name:                bounce_ip-shop-loop-loading;
	-webkit-animation-name:            bounce_ip-shop-loop-loading;
	-moz-animation-name:               bounce_ip-shop-loop-loading;
	animation-duration:                0.445s;
	-o-animation-duration:             0.445s;
	-ms-animation-duration:            0.445s;
	-webkit-animation-duration:        0.445s;
	-moz-animation-duration:           0.445s;
	animation-iteration-count:         infinite;
	-o-animation-iteration-count:      infinite;
	-ms-animation-iteration-count:     infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count:    infinite;
	animation-direction:               normal;
	-o-animation-direction:            normal;
	-ms-animation-direction:           normal;
	-webkit-animation-direction:       normal;
	-moz-animation-direction:          normal;
	transform:                         scale(.3);
	-o-transform:                      scale(.3);
	-ms-transform:                     scale(.3);
	-webkit-transform:                 scale(.3);
	-moz-transform:                    scale(.3);
	border-radius:                     4px;
	-o-border-radius:                  4px;
	-ms-border-radius:                 4px;
	-webkit-border-radius:             4px;
	-moz-border-radius:                4px;
}

.ip-shop-loop-loading i:nth-child(1) {
	left:                    0;
	animation-delay:         0.256s;
	-o-animation-delay:      0.256s;
	-ms-animation-delay:     0.256s;
	-webkit-animation-delay: 0.256s;
	-moz-animation-delay:    0.256s;
}

.ip-shop-loop-loading i:nth-child(2) {
	left:                    9px;
	animation-delay:         0.767s;
	-o-animation-delay:      0.767s;
	-ms-animation-delay:     0.767s;
	-webkit-animation-delay: 0.767s;
	-moz-animation-delay:    0.767s;
}

.ip-shop-loop-loading i:nth-child(3) {
	left:                    18px;
	animation-delay:         1.279s;
	-o-animation-delay:      1.279s;
	-ms-animation-delay:     1.279s;
	-webkit-animation-delay: 1.279s;
	-moz-animation-delay:    1.279s;
}

.ip-wishlist-share a {
	display:        inline-block;
	width:          30px;
	height:         30px;
	vertical-align: middle;
	overflow:       hidden;
	position:       relative;
}

.ip-wishlist-share svg,
.ip-wishlist-share svg {
	width:  24px;
	height: 19px;
	margin: 4px 0 0 6px;
	fill:   #9A9A9A;
}

@keyframes bounce_ip-shop-loop-loading {
	0% {
		transform: scale(1);

	}

	100% {
		transform: scale(.3);

	}
}

@-o-keyframes bounce_ip-shop-loop-loading {
	0% {
		-o-transform: scale(1);

	}

	100% {
		-o-transform: scale(.3);

	}
}

@-ms-keyframes bounce_ip-shop-loop-loading {
	0% {
		-ms-transform: scale(1);

	}

	100% {
		-ms-transform: scale(.3);

	}
}

@-webkit-keyframes bounce_ip-shop-loop-loading {
	0% {
		-webkit-transform: scale(1);

	}

	100% {
		-webkit-transform: scale(.3);

	}
}

@-moz-keyframes bounce_ip-shop-loop-loading {
	0% {
		-moz-transform: scale(1);

	}

	100% {
		-moz-transform: scale(.3);

	}
}

@media screen and (max-width: 991px) {
	.clear-sm {
		clear: both
	}
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
	.clear-md {
		clear: both
	}

}

@media screen and (min-width: 1200px) {
	.clear-lg {
		clear: both
	}
}

#ip-shop-sidebar {
	position: relative;
}

.sidebar-left #ip-shop-sidebar {
	padding-right: 20px;
}

.sidebar-right #ip-shop-sidebar,
.sidebar-short #ip-shop-sidebar {
	padding-left: 20px;
}

.mobile-sidebar svg {
	position: absolute;
	display:  block;
	right:    15px;
	top:      -4px;
	width:    21px;
	height:   17px;
	fill:     #56B0F2;
}

.ip-shop-container {
	margin-bottom: 65px;
}

.ip-shop-header .woocommerce-result-count {
	padding: 0;
}

.ip-shop-header h1 {
	margin-bottom: 45px;
}

.ip-shop-header .grid-header {
	position:      relative;
	margin-bottom: 25px;

}

.ip-shop-header .woocommerce-breadcrumb,
.ip-shop-header .customSelect {
	font:           700 11px/11px 'Open Sans';
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ip-shop-header select.styled {
	font-size: 15px !important;
}

.ip-shop-header .woocommerce-ordering {
	text-align: right;
}

.ip-shop-header .woocommerce-ordering span.styled {
	color:           #404E65;
	padding-right:   15px;
	text-align:      right;
	background:      url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSI0IiB2aWV3Qm94PSIwIDAgNyA0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48cGF0aCBpZD0iYSIgZD0iTTEyNiAxMGgtNVY1Ii8+PG1hc2sgaWQ9ImIiIHg9IjAiIHk9IjAiIHdpZHRoPSI1IiBoZWlnaHQ9IjUiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PC9kZWZzPjx1c2UgbWFzaz0idXJsKCNiKSIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDU1LjA1IDE0OC44NTMpIiB4bGluazpocmVmPSIjYSIgc3Ryb2tlPSIjNTU1IiBzdHJva2Utd2lkdGg9IjIiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) no-repeat right center;
	background-size: 7px 7px;
	width:           auto !important;
}

.ip-shop-header .woocommerce-ordering span.styled span {
	width:       auto !important;
	line-height: 20px;
}

.mobile-sidebar-close {
	display: none;
}

/*- Shop Product Page  -*/

.ip-product-container {
	margin-top: 20px;
}

/*-- Breadcrumbs  --*/

.ip-product-container .woocommerce-breadcrumb ul li:last-child {
	display: none;
}

.ip-product-container .woocommerce-breadcrumb ul li:nth-last-child(2):after {
	display: none;
}

/*-- Stock status  --*/

.ip-product-stock-status {
	font-size:      10px;
	line-height:    12px;
	font-weight:    700;
	letter-spacing: 0.0518em;
	text-transform: uppercase;
	vertical-align: middle;
}

.ip-product-container .ip-product-stock-status {
	text-align: right;
}

.ip-product-stock-status svg {
	display:        inline-block;
	vertical-align: middle;
	margin-right:   4px;
}

.ip-product-stock-status .ip-in-stock {
	color: #93C240;
}

.ip-product-stock-status .ip-in-stock svg {
	fill:           #93C240;
	width:          18px;
	height:         18px;
	padding-bottom: 2px;
}

.ip-product-stock-status .ip-out-of-stock {
	color: #FF5B4B;
}

.ip-product-stock-status .ip-out-of-stock svg {
	fill:   #FF5B4B;
	width:  15px;
	height: 12px;
}

/*-- Title  --*/

.ip-product-container .product_title {
	font:  400 48px/55px 'Fredoka One';
	color: #404E65;
}

.sidebar-right .ip-product-container .product_title,
.sidebar-short .ip-product-container .product_title {
	font-size:   36px;
	line-height: 42px;
}

.ip-product-container {
	min-height:    30px;
	padding-top:   9px;
	margin-bottom: 65px;
}

/*-- Summary  --*/

.ip-product-container .summary .price {
	font:       400 30px/30px 'Fredoka One';
	color:      #FF5B4B;
	margin-top: 0;
}

.ip-product-container div[itemprop="description"] p:first-child {
	margin-top: 0;
}

.ip-product-container div[itemprop="description"] p:last-child {
	margin-bottom: 0;
}

.ip-product-container .summary .price del {
	display:      inline-block;
	padding:      0 5px;
	position:     relative;
	margin-right: 5px;
	font-size:    17px;
	line-height:  21px;
	color:        #404E65;
}

.ip-product-container .summary .price del:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      50%;
	height:   0;
	opacity:  0.66;
	border:   1px solid #404E65;
}

.ip-product-container .summary .price ins,
.ip-product-container .summary .price del {
	text-decoration: none;
}

.ip-product-container .summary .price ins {
	display:        block;
	letter-spacing: 0.05625em;
}

.ip-product-container .summary select {
	opacity: 0;
}

.ip-product-container .customSelect {
	background:            url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEwIDciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUgN2w1LTdIMHoiIGZpbGw9IiM5OTkiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) right 14px center no-repeat;
	background-size:       10px 7px;
	padding:               13px 35px 13px 18px;
	line-height:           15px;
	width:                 270px;
	display:               inline-block;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	border:                solid 1px #979797;
}

.ip-product-container .customSelect span {
	width:       auto !important;
	overflow:    hidden;
	white-space: nowrap;
}

.ip-product-container .variations label,
.ip-product-container .variations .clear {
	display:        block;
	font-size:      11px;
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.ip-product-container .variations tr:not(:first-child) label,
.ip-product-container .variations .clear {
	padding-top: 15px;
}

.ip-product-container .single_variation {
	color: #FF5B4B;
}

.ip-product-container .cart .quantity {
	display: inline-block;
}

.ip-product-container .cart .quantity input,
.shop_table.cart .quantity input {
	font-size:             18px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	border:                solid #979797 1px;
	text-align:            center;
	padding:               0;
	line-height:           41px;
	width:                 43px;
}

.ip-product-container .cart button[type=submit],
.ip-product-container .summary a.button.alt {
	background:  #FF5B4B;
	line-height: 43px;
}

.ip-product-container .cart button[type=submit].disabled {
	opacity:        0.3;
	pointer-events: none
}

.ip-product-container .product_meta {
	clear:          both;
	margin-top:     35px;
	font-size:      11px;
	line-height:    30px;
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-weight:    bold;
}

.ip-product-container .product_meta > span {
	display: block;
}

.ip-product-container .product_meta > span > span {
	color: #404E65;
}

.ip-product-container .single_variation_wrap {
	margin-top: 15px;
}

.ip-product-container .single_variation_wrap > p {
	margin-top: 0;
}

.ip-product-container .woocommerce-variation-availability {
	color: #404E65;
}

.ip-product-container .summary .stock.out-of-stock {
	display: none;
}

.ip-product-container .group_table {
	width:         100%;
	margin-bottom: 15px;
}

.ip-product-container .group_table td {
	padding:       15px 0;
	border-bottom: solid 1px #EAEAEA;
}

.ip-product-container .group_table td.price {
	text-align:    right;
	padding-right: 20px;
}

.ip-product-container .group_table td.label {
	font: 700 16px/17px 'Montserrat';
}

.ip-product-container .group_table td:last-child {
	width: 10%;
}

.ip-product-container div.buttons {
	text-align: right;
}

/*-- Navigation  --*/

.ip-single-product-nav {
	text-align:    right;
	margin-bottom: 20px;
}

.ip-single-product-nav i {
	display:               inline-block;
	width:                 30px;
	height:                30px;
	-webkit-border-radius: 15px;
	-moz-border-radius:    15px;
	border-radius:         15px;
	background:            #D9DCE0;
	position:              relative;
	text-align:            center;
	line-height:           30px;
}

.ip-single-product-nav i svg {
	display: inline-block;
	fill:    #FFF;
	width:   8px;
	height:  13px;
}

.ip-single-product-nav i.next svg {
	margin-right: 2px;
}

.ip-single-product-nav i.prev svg {
	margin-left: 2px;
}

.ip-single-product-nav a:nth-child(2) i {
	margin-left: 8px;
}

/*-- Share  --*/

.ip-product-share-wrap {
	margin-top:  49px;
	padding-top: 22px;
	border-top:  solid 1px #EAEAEA;
	position:    relative;
}

.ip-product-wishlist-button .ip-wishlist-btn {
	float:       left;
	margin-top:  -2px;
	line-height: 11px;
}

.ip-product-share {
	text-align:     right;
	font-size:      11px;
	line-height:    11px;
	text-transform: uppercase;
	color:          #9A9A9A;
	letter-spacing: 1px;
}

.ip-product-share svg {
	display:        inline-block;
	width:          18px;
	height:         14px;
	margin:         0 0 0 12px;
	fill:           #9A9A9A;
	vertical-align: middle;
	margin-bottom:  2px;
}

/*-- Tabs  --*/

.woocommerce-tabs {
	margin-top: 110px;
}

.woocommerce-tabs .wc-tab {
	display:            none;
	opacity:            0;
	-webkit-transition: opacity 0.3s linear;
	-moz-transition:    opacity 0.3s linear;
	-o-transition:      opacity 0.3s linear;
	-ms-transition:     opacity 0.3s linear;
	transition:         opacity 0.3s linear;
}

.woocommerce-tabs .wc-tab.current {
	opacity: 1;
}

#tab-additional_information table {
	margin: 0 auto;
}

#tab-additional_information th {
	text-align:     left;
	width:          25%;
	text-transform: uppercase;
	padding-right:  20px;
}

#tab-reviews #comments,
#tab-reviews #review_form_wrapper {
	max-width: 750px;
	margin:    0 auto;
}

#tab-reviews #review_form_wrapper {
	padding-left: 80px;
}

#tab-reviews #comments > h2 {
	font:           700 16px 'Montserrat';
	color:          #404E65;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:         0 0 15px 80px;
}

#tab-reviews .woocommerce-noreviews {
	margin-left: 80px;
}

#tab-reviews #comments li {
	padding-top: 35px;
}

#tab-reviews #comments li:not(:last-child) {
	border-bottom:  solid 1px #EAEAEA;
	padding-bottom: 35px;
}

#tab-reviews #review_form_wrapper {
	margin-top: 50px;
}

#tab-reviews #review_form_wrapper .comment-reply-title {
	margin-bottom: 20px;
}

#tab-reviews .comment-form-author,
#tab-reviews .comment-form-email {
	width:  50%;
	float:  left;
	margin: 0;
}

#tab-reviews .comment-form-author {
	padding-right: 15px;
}

#tab-reviews .comment-form-email {
	padding-left: 15px;
}

#tab-reviews .comment-form-author input,
#tab-reviews .comment-form-email input {
	width: 100%;
}

#tab-reviews .form-submit {
	clear:       both;
	margin-top:  0;
	padding-top: 25px;
}

.commentlist {
	list-style: none;
	margin:     0;
	padding:    0;
}

.commentlist .meta {
	margin-top: 0;
}

.commentlist .comment_container {
	position: relative;
}

.commentlist .star-rating {
	float:       right;
	margin-left: 20px;
}

.commentlist .comment_container > img {
	position:              absolute;
	top:                   -8px;
	left:                  0;
	width:                 60px;
	height:                60px;
	margin:                0;
	padding:               0;
	overflow:              hidden;
	-webkit-border-radius: 50%;
	-moz-border-radius:    50%;
	border-radius:         50%;
}

.commentlist .comment-text {
	padding-left: 80px;
}

/*-- Misc  --*/

.cart-empty,
#ip-wishlist-empty {
	text-align: center;
	font:       700 20px 'Montserrat';
}

.cart-empty svg:nth-of-type(1),
#ip-wishlist-empty .wishlist-empty svg:nth-of-type(1) {
	width:  117px;
	height: 127px;
}

.cart-empty svg:nth-of-type(2),
#ip-wishlist-empty .wishlist-empty svg:nth-of-type(2) {
	width:  20px;
	height: 20px;
	margin: 18px 0 16px 0;
}

#ip-wishlist-empty .note {
	font-size:   15px;
	font-weight: 400;
	margin-top:  50px;
}

#ip-wishlist-empty .note svg {
	display: inline-block;
	width:   17px;
	height:  15px;
	margin:  0 5px;
	fill:    #56B0F2;
}

.woocommerce-account p.return-to-shop,
p.return-to-shop {
	text-align: center;
	margin-top: 50px;
}

#ip-wishlist-table,
.shop_table {
	width: 100%;
}

#ip-wishlist-table td,
#ip-wishlist-table th,
.shop_table.cart td,
.shop_table.cart th,
.woocommerce-MyAccount-content .shop_table:not(.customer_details) td,
.woocommerce-MyAccount-content .shop_table:not(.customer_details) th {
	padding:       15px 0;
	border-bottom: solid 1px #EAEAEA;
}

.shop_table.cart tbody tr:last-child td,
.shop_table.cart tbody tr:last-child th {
	border: none;
}

#ip-wishlist-table th,
.shop_table th {
	font:           700 11px/11px 'Open Sans';
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align:     left;
}

/*- My Account Content  -*/

.woocommerce-MyAccount-content .shop_table:not(.customer_details) thead td,
.woocommerce-MyAccount-content .shop_table:not(.customer_details) thead th {
	padding-top: 0;
}

.woocommerce-MyAccount-content mark {
	background:  none;
	font-weight: bold;
	color:       #404E65;
}

.woocommerce-MyAccount-content .shop_table .order-actions {
	text-align: right;
}

.woocommerce-MyAccount-content .shop_table .order-number,
.woocommerce-MyAccount-content .shop_table .order-status,
.woocommerce-MyAccount-content .shop_table .order-total .amount {
	font-weight: 700;
}

.shop-content .woocommerce-MyAccount-content .button:not(input):not(.wc-backward),
.woocommerce-MyAccount-content .shop_table .button {
	background:  #FF5B4B;
	font-size:   14px;
	line-height: 27px;
}

.shop-content .woocommerce-MyAccount-content *[type=submit] {
	background: #FF5B4B;
	margin-top: 15px;
}

.woocommerce-MyAccount-content legend {
	font:           700 16px 'Montserrat';
	letter-spacing: 1px;
	text-transform: uppercase;
	padding-left:   3px;
	padding-right:  3px;
	background:     #FFF;
}

.woocommerce-MyAccount-content .edit-account fieldset {
	margin-top:            45px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	border-color:          #D9E0EA;
}

/*- Wishlist, Cart Product List -*/

#ip-wishlist-table .product-price,
#ip-wishlist-table .stock,
#ip-wishlist-table .actions {
	padding-left: 15px;
	white-space:  nowrap;
}

#ip-wishlist-table .product-price,
#ip-wishlist-table .stock {
	text-align: right;
}

#ip-wishlist-table .price del {
	display:      inline-block;
	padding:      0 5px;
	position:     relative;
	margin-right: 5px;
	font-size:    75%;
	line-height:  26px;
	color:        #D0D0D0;
}

#ip-wishlist-table .price del:after {
	content:  '';
	display:  block;
	position: absolute;
	left:     0;
	right:    0;
	top:      50%;
	height:   0;
	opacity:  0.33;
	border:   1px solid #979797;
}

#ip-wishlist-table .price ins,
#ip-wishlist-table .price del {
	text-decoration: none;
}

#ip-wishlist-table .price ins {
	display: block;
}

#ip-wishlist-table .actions .button {
	background:  #FF5B4B;
	font-size:   18px;
	line-height: 20px;
	padding:     12px 20px;
}

#ip-wishlist-share-link {
	width: calc(100% - 85px);
}

.ip-wishlist-share {
	margin-top:     50px;
	font:           700 11px/11px 'Open Sans';
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.shop_table.cart th.product-subtotal {
	text-align: right;
}

#ip-wishlist-table td.product-price,
.shop_table.cart td.product-subtotal {
	text-align: right;
	font:       400 30px/30px 'Fredoka One';
	color:      #FF5B4B;
}

#ip-wishlist-table .product-thumbnail,
.shop_table.cart .product-thumbnail {
	position: relative;
	width:    75px;
}

#ip-wishlist-table .product-thumbnail img,
.shop_table.cart .product-thumbnail img {
	width:  75px;
	height: 75px;
}

#ip-wishlist-table .product-thumbnail .remove,
.shop_table.cart .product-thumbnail .remove {
	position:    absolute;
	display:     inline-block;
	left:        -22px;
	color:       #404E65;
	top:         50%;
	margin-top:  -12px;
	font-weight: 700;
	font-size:   20px;
}

#ip-wishlist-table td.product-name,
.shop_table.cart td.product-name {
	padding-left:  30px;
	padding-right: 30px;
}

#ip-wishlist-table .product-name > a,
.shop_table.cart .product-name > a {
	font: 700 20px 'Montserrat';
}

.shop_table.cart .variation {
	margin:  0;
	padding: 0;
}

.shop_table.cart .variation dt {
	display: inline-block;
}

.shop_table.cart .variation dd {
	display: inline-block;
	margin:  0;
}

.shop_table.cart .variation dd p {
	display: inline;
	margin:  0;
	padding: 0;
}

.shop_table.cart .variation dd + dt:before {
	content:  ', ';
	position: relative;
	left:     -1px;
}

.shop_table.cart .actions {
	text-align: right;
	margin-top: 20px;
}

.shop_table.cart .update-cart input[type=submit] {
	margin-right:   5px;
	border:         none;
	color:          #FF5B4B;
	padding:        0 0 0 20px;
	font:           700 11px/11px 'Open Sans';
	text-transform: uppercase;
	line-height:    36px;
	background:     url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTUiIGhlaWdodD0iMTUiIHZpZXdCb3g9IjAgMCAxNSAxNSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTMuOTI5IDcuNWMtLjY1MyAwLS45NjMuNDYtMS4wNzIuOTQ2LS4zOTEgMS43NDktMi4wNTMgNC40MTEtNS4zNTcgNC40MTFhNS4zNTcgNS4zNTcgMCAwIDEgMC0xMC43MTRjMS4yIDAgMi4zLjQwMyAzLjE5MyAxLjA3MWgtMS4wNWExLjA3MiAxLjA3MiAwIDAgMCAwIDIuMTQzaDMuMjE0Yy41OTIgMCAxLjA3Mi0uNDggMS4wNzItMS4wNzFWMS4wN2ExLjA3MiAxLjA3MiAwIDAgMC0yLjE0MyAwdi4yNzhBNy40NDkgNy40NDkgMCAwIDAgNy41IDBhNy41IDcuNSAwIDEgMCAwIDE1YzUuMzQ2IDAgNy41LTUuMDkgNy41LTYuMzYyIDAtLjc3OC0uNTY5LTEuMTM4LTEuMDcxLTEuMTM4eiIgZmlsbD0iI0ZGNUI0QiIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) left center no-repeat;
}

.shop_table.cart .update-cart svg {
	fill:           #FF5B4B;
	vertical-align: middle;
	width:          15px;
	height:         15px;
	margin-right:   6px;
	margin-top:     -2px;
}

.shop-content .cross-sells {
	text-align: center;
}

.shop-content .cross-sells > .products {
	text-align: left;
}

/*- Checkout -*/

.collaterals {
	background:   #F4F8FF;
	padding:      0 25px;
	line-height:  20px;
	max-width:    425px;
	margin-left:  auto;
	margin-right: auto;
}

.checkout-collaterals {
	padding-bottom: 25px;
}

.collaterals h3,
#customer_details h3 {
	font:           700 16px/16px 'Montserrat';
	letter-spacing: 1px;
	text-transform: uppercase;
	margin:         0;
	padding:        25px 0 15px 0;
}

.collaterals table {
	width:    100%;
	position: relative;
}

.collaterals .blockOverlay {
	left:  -25px !important;
	right: -25px !important;
	width: auto !important;
	top:   -56px !important;
}

.collaterals .shop_table > tbody > tr > td,
.collaterals .shop_table > tbody > tr > th,
.collaterals .shop_table > thead > tr > td,
.collaterals .shop_table > thead > tr > th,
.collaterals .shop_table > tfoot > tr > td,
.collaterals .shop_table > tfoot > tr > th {
	padding:        15px 0;
	text-transform: uppercase;
	text-align:     right;
	border-bottom:  solid 1px #D9E0EA;
}

.collaterals .shop_table > tbody > tr.order-total > td,
.collaterals .shop_table > tbody > tr.order-total > th {
	border-bottom: none;
}

.collaterals .shop_table table td:first-child {
	text-align: left;
}

.collaterals .shop_table table td:last-child {
	text-align: right;
}

.collaterals .shop_table > tfoot > tr:first-child > td,
.collaterals .shop_table > tfoot > tr:first-child > th {
	border-top: solid 1px #D9E0EA;
}

.collaterals .shop_table tbody tr:last-child td,
.collaterals .shop_table tbody tr:last-child th,
.collaterals .shop_table tfoot tr:last-child td,
.collaterals .shop_table tfoot tr:last-child th {
	border: none;
}

.collaterals .shop_table > tbody > tr > th,
.collaterals .shop_table > thead > tr > th,
.collaterals .shop_table > tfoot > tr > th {
	text-align:    left;
	font-weight:   400;
	-ms-word-wrap: break-word;
	word-wrap:     break-word;
}

.collaterals .shop_table thead th {
	font:           700 11px/11px 'Open Sans';
	color:          #9A9A9A;
	letter-spacing: 1px;
	padding:        8px 0;
	border-bottom:  solid 1px #D9E0EA;
}

.collaterals .shop_table thead th.product-total {
	text-align: right;
}

.collaterals .shop_table td.product-name {
	text-align:     left;
	text-transform: none;
	font-weight:    700;
}

.collaterals .shop_table td.product-name .variation {
	font-weight: 400;
	margin:      3px 0 0 0;
}

.collaterals .shop_table td.product-name .variation dt {
	display: inline-block;
}

.collaterals .shop_table td.product-name .variation dd {
	display: inline-block;
	margin:  0;
}

.collaterals .shop_table td.product-name .variation dd p {
	display: inline;
	margin:  0;
	padding: 0;
}

.collaterals .shop_table td.product-name .variation dd + dt:before {
	content:  ', ';
	position: relative;
	left:     -1px;
}

.collaterals .shop_table td.product-name strong {
	white-space: nowrap;
	font-weight: 400;
}

.collaterals .shop_table .shipping-calculator td {
	padding: 0;
}

.collaterals .shop_table .shipping-calculator-form p {
	position: relative;
	overflow: hidden;
}

.collaterals .order-total .amount {
	font:           400 30px/30px 'Fredoka One';
	color:          #FF5B4B;
	letter-spacing: 0.08em;
}

.collaterals .payment_methods .payment_box {
	padding-left: 0;
	padding-top:  5px;
	line-height:  20px;
	font-size:    13px;
}

.collaterals .payment_methods .payment_box p {
	margin: 0 0 15px 0;
}

.collaterals .payment_methods input[type=radio],
.collaterals #shipping_method input[type=radio] {
	margin-left:  0;
	margin-right: 0;
	position:     absolute;
	left:         2px;
	top:          8px;
	z-index:      1;
}

.collaterals .payment_methods li,
.collaterals #shipping_method li {
	position:     relative;
	padding-left: 25px;
}

.collaterals .payment_methods li img {
	max-width:      100%;
	height:         auto;
	vertical-align: top;
}

.collaterals ul {
	margin:      0;
	padding:     0;
	list-style:  none;
	line-height: 32px;
}

.collaterals #shipping_method .amount {
	float: right;
}

.collaterals .payment_methods,
.collaterals #shipping_method {
	line-height: 20px;
}

.collaterals #shipping_method li {
	padding-top:   4px;
	margin-bottom: 10px;
}

.collaterals .shop_table .shipping td {
	text-align:  left;
	padding-top: 0;

}

.collaterals .payment_methods li,
.collaterals .shop_table #shipping_method li {
	position:      relative;
	padding-top:   4px;
	margin-bottom: 10px;
}

.woocommerce-account input[type=radio],
.collaterals input[type=radio] {
	opacity:     0;
	margin-left: 5px;
	font-size:   32px;
}

.woocommerce-account input[type=checkbox],
.collaterals input[type=checkbox],
#customer_details input[type=checkbox] {
	opacity:   0;
	font-size: 32px;
}

.woocommerce-account input[type=radio] + i,
.collaterals input[type=radio] + i {
	display:         inline-block;
	width:           17px;
	height:          17px;
	vertical-align:  middle;
	margin-left:     -15px;
	margin-top:      -2px;
	background:      url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PGNpcmNsZSBpZD0iYSIgY3g9IjMwMCIgY3k9IjQ5IiByPSI4Ii8+PG1hc2sgaWQ9ImIiIHg9Ii0xIiB5PSItMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjkxIDQwaDE4djE4aC0xOHoiLz48dXNlIHhsaW5rOmhyZWY9IiNhIi8+PC9tYXNrPjwvZGVmcz48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkxIC00MCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkZGIiB4bGluazpocmVmPSIjYSIvPjx1c2Ugc3Ryb2tlPSIjQ0RDRENEIiBtYXNrPSJ1cmwoI2IpIiBzdHJva2Utd2lkdGg9IjIiIHhsaW5rOmhyZWY9IiNhIi8+PC9nPjwvc3ZnPg==) no-repeat;
	background-size: 17px 17px;
}

.collaterals input[type=radio] + i {
	position: absolute;
	left:     0;
	top:      6px;
	margin:   0;
}

.woocommerce-account input[type=radio]:checked + i,
.collaterals input[type=radio]:checked + i {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PGNpcmNsZSBpZD0iYSIgY3g9IjMwMCIgY3k9IjE3IiByPSI4Ii8+PG1hc2sgaWQ9ImIiIHg9Ii0xIiB5PSItMSIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ij48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMjkxIDhoMTh2MThoLTE4eiIvPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PG1hc2sgaWQ9ImMiIHg9IjAiIHk9IjAiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgZmlsbD0iI2ZmZiI+PHVzZSB4bGluazpocmVmPSIjYSIvPjwvbWFzaz48L2RlZnM+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI5MSAtOCkiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkY1QjRCIiB4bGluazpocmVmPSIjYSIvPjx1c2Ugc3Ryb2tlPSIjRkY1QjRCIiBtYXNrPSJ1cmwoI2IpIiBzdHJva2Utd2lkdGg9IjIiIHhsaW5rOmhyZWY9IiNhIi8+PHVzZSBzdHJva2U9IiNGRkYiIG1hc2s9InVybCgjYykiIHN0cm9rZS13aWR0aD0iOCIgeGxpbms6aHJlZj0iI2EiLz48L2c+PC9zdmc+);
}

.woocommerce-account input[type=checkbox] + i,
.collaterals input[type=checkbox] + i,
#customer_details input[type=checkbox] + i {
	display:         inline-block;
	width:           17px;
	height:          17px;
	vertical-align:  middle;
	margin-left:     -14px;
	margin-right:    5px;
	margin-top:      -2px;
	background:      url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgcng9IjIiLz48bWFzayBpZD0iYiIgeD0iLTEiIHk9Ii0xIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTh2MThIMHoiLz48dXNlIHhsaW5rOmhyZWY9IiNhIi8+PC9tYXNrPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2EiLz48dXNlIHN0cm9rZT0iI0NEQ0RDRCIgbWFzaz0idXJsKCNiKSIgc3Ryb2tlLXdpZHRoPSIyIiB4bGluazpocmVmPSIjYSIvPjwvZz48L3N2Zz4=) no-repeat;
	background-size: 17px 17px;

}

.woocommerce-account input[type=checkbox]:checked + i,
.collaterals input[type=checkbox]:checked + i,
#customer_details input[type=checkbox]:checked + i {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHJlY3QgaWQ9ImEiIHg9IjEiIHk9IjEiIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNiIgcng9IjIiLz48bWFzayBpZD0iYiIgeD0iLTEiIHk9Ii0xIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMTh2MThIMHoiLz48dXNlIHhsaW5rOmhyZWY9IiNhIi8+PC9tYXNrPjxtYXNrIGlkPSJjIiB4PSIwIiB5PSIwIiB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIGZpbGw9IiNmZmYiPjx1c2UgeGxpbms6aHJlZj0iI2EiLz48L21hc2s+PC9kZWZzPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PHVzZSBmaWxsPSIjRkY1QjRCIiB4bGluazpocmVmPSIjYSIvPjx1c2Ugc3Ryb2tlPSIjRkY1QjRCIiBtYXNrPSJ1cmwoI2IpIiBzdHJva2Utd2lkdGg9IjIiIHhsaW5rOmhyZWY9IiNhIi8+PHVzZSBzdHJva2U9IiNGRkYiIG1hc2s9InVybCgjYykiIHN0cm9rZS13aWR0aD0iOCIgeGxpbms6aHJlZj0iI2EiLz48L2c+PC9zdmc+);
}

.collaterals .coupon {
	margin-left:        -25px;
	margin-right:       -25px;
	padding:            0 25px 20px 25px;
	position:           relative;
	overflow:           hidden;
	max-height:         150px;
	border-bottom:      solid 1px #D9E0EA;
	-webkit-transition: max-height 0.3s linear;
	-moz-transition:    max-height 0.3s linear;
	-ms-transition:     max-height 0.3s linear;
	-o-transition:      max-height 0.3s linear;
	transition:         max-height 0.3s linear;
}

.collaterals .coupon:not(.opened) {
	max-height: 55px;
}

.collaterals .coupon svg {
	width:          21px;
	height:         20px;
	display:        inline-block;
	vertical-align: middle;
	margin-right:   5px;
}

.collaterals .shipping-calculator svg {
	width:          13px;
	height:         17px;
	display:        inline-block;
	vertical-align: middle;
	margin-right:   5px;
}

.collaterals .amount {
	font-weight: 700;
}

.woocommerce-account #customer_login *[type=submit],
.collaterals a.button.checkout-button,
#place_order {
	background:     #FF5B4B;
	line-height:    17px;
	width:          100%;
	padding-top:    9px;
	padding-bottom: 10px;
}

#place_order {
	font-size:      18px;
	padding-top:    13px;
	padding-bottom: 14px;
	margin-top:     10px;
}

.collaterals .payment_methods {
	margin-bottom: 25px;
}

.collaterals .wc-terms-and-conditions a {
	text-decoration: underline;
}

.collaterals select,
.collaterals input[type=text] {
	width: 100%;
}

.collaterals .cart-discount td {
	position: relative;
}

.collaterals .woocommerce-remove-coupon {
	position:   absolute;
	width:      12px;
	height:     12px;
	top:        50%;
	margin-top: -6px;
	right:      -16px;
	overflow:   hidden;
	color:      #FF5B4B;
	font:       700 20px/14px 'Open Sans';
}

.collaterals .woocommerce-remove-coupon:before {
	content: '× ';

}

.collaterals .coupon .header a,
.collaterals .shipping-calculator .header a {
	display:        block;
	font:           700 11px/11px 'Open Sans';
	color:          #333333;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor:         pointer;
	position:       relative;
	padding-top:    20px;
	padding-bottom: 20px;
	text-align:     left;
}

.collaterals .shipping-calculator td {
	text-align: left;
	position:   relative;
	overflow:   hidden;
}

.collaterals .coupon .header a:before,
.collaterals .shipping-calculator .header a:before {
	content:            '';
	display:            block;
	position:           absolute;
	right:              0;
	top:                25px;
	border:             5px solid transparent;
	border-top:         7px solid #ADB3BC;
	-webkit-transition: none;
	-moz-transition:    none;
	-o-transition:      none;
	-ms-transition:     none;
	transition:         none;
}

.collaterals .shipping-calculator .button {
	float: right;
}

.collaterals .coupon.opened .header a:before,
.collaterals .shipping-calculator.opened .header a:before {
	border:        5px solid transparent;
	border-bottom: 7px solid #ADB3BC;
	margin-top:    -6px;
}

.collaterals input[type=submit],
.collaterals button,
.collaterals a.button {
	font:       700 15px/36px 'Open Sans', sans-serif;
	text-align: center;
	padding:    0 12px;
}

.collaterals .coupon input.input-text {
	width: calc(100% - 135px);
}

/*- Woocommerce Notices -*/

div.woocommerce-error,
div.woocommerce-info,
div.woocommerce-message,
.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	display:               block;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	padding:               14px 15px;
	font-size:             15px;
	font-weight:           bold;
	overflow:              hidden;
}

.woocommerce-error li,
.woocommerce-info li,
.woocommerce-message li {
	margin-bottom: 10px;
}

ul.woocommerce-error,
ul.woocommerce-info,
ul.woocommerce-message {
	margin:     0 0 20px 0;
	padding:    0;
	list-style: none;
}

div.woocommerce-error,
div.woocommerce-info,
div.woocommerce-message {
	margin: 0 0 20px 0;
}

.shop-content ul.woocommerce-error,
.shop-content ul.woocommerce-info,
.shop-content ul.woocommerce-message,
.shop-content div.woocommerce-error,
.shop-content div.woocommerce-info,
.shop-content div.woocommerce-message {
	margin-top: -35px;
}

div.woocommerce-info,
.woocommerce-info li {
	background: #F4F8EB;
	color:      #93C240;
}

div.woocommerce-info a,
div.woocommerce-info a.button,
.woocommerce-info li a {
	display:               inline-block;
	background:            #93C240;
	color:                 #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	font-size:             14px;
	line-height:           14px;
	padding:               6px 12px;
	text-decoration:       none;
}

div.woocommerce-message,
.woocommerce-message li {
	background: #F4F8EB;
	color:      #93C240;
}

div.woocommerce-message a,
div.woocommerce-message a.button,
.woocommerce-message li a {
	display:               inline-block;
	background:            #93C240;
	color:                 #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	font-size:             14px;
	line-height:           14px;
	padding:               6px 12px;
}

div.woocommerce-error,
.woocommerce-error li {
	background: #FFEEED;
	color:      #FF5B4B;
}

div.woocommerce-error a,
div.woocommerce-error a.button,
.woocommerce-error li a {
	display:               inline-block;
	background:            #FF5B4B;
	color:                 #FFF;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	font-size:             14px;
	line-height:           14px;
	padding:               6px 12px;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	float: right;
}

.shop-content .woocommerce-MyAccount-content ul.woocommerce-error,
.shop-content .woocommerce-MyAccount-content ul.woocommerce-info,
.shop-content .woocommerce-MyAccount-content ul.woocommerce-message,
.shop-content .woocommerce-MyAccount-content div.woocommerce-error,
.shop-content .woocommerce-MyAccount-content div.woocommerce-info,
.shop-content .woocommerce-MyAccount-content div.woocommerce-message {
	margin-top: 0;
}

/*- Customer Details -*/

#customer_details h3 {
	padding: 22px 0 20px 0;
}

.woocommerce-account p,
#customer_details p {
	margin:  0 0 10px 0;
	padding: 0;
}

.woocommerce-account .required,
#customer_details .required {
	border-bottom: none;
	color:         #FF5B4B;
}

.woocommerce-account *:not(h3) > label,
#customer_details *:not(h3) > label {
	padding:        15px 0 10px 0;
	text-transform: uppercase;
	display:        block;
	font-size:      11px;
	line-height:    11px;
	color:          #9A9A9A;
	letter-spacing: 1px;
	font-weight:    bold;
}

.woocommerce-account input[type=text],
.woocommerce-account input[type=email],
.woocommerce-account input[type=tel],
.woocommerce-account input[type=password],
.woocommerce-account textarea,
#customer_details input[type=text],
#customer_details input[type=email],
#customer_details input[type=tel],
#customer_details input[type=password],
#customer_details textarea {
	width:  100%;
	border: solid #979797 1px;
}

.woocommerce-account .woocommerce-invalid input[type=text],
.woocommerce-account .woocommerce-invalid input[type=email],
.woocommerce-account .woocommerce-invalid input[type=tel],
.woocommerce-account .woocommerce-invalid input[type=password],
.woocommerce-account .woocommerce-invalid textarea,
#customer_details .woocommerce-invalid input[type=text],
#customer_details .woocommerce-invalid input[type=email],
#customer_details .woocommerce-invalid input[type=tel],
#customer_details .woocommerce-invalid input[type=password],
#customer_details .woocommerce-invalid textarea {
	border: solid #FF5B4B 1px;
}

.woocommerce-account input[type=text]:focus,
.woocommerce-account input[type=email]:focus,
.woocommerce-account input[type=tel]:focus,
.woocommerce-account input[type=password]:focus,
#customer_details input[type=text]:focus,
#customer_details input[type=email]:focus,
#customer_details input[type=tel]:focus,
#customer_details input[type=password]:focus,
.select2-container.select2-container-active .select2-choice {
	border-color: #333;
}

#ship-to-different-address input[type=checkbox] i {
	margin-right: 10px;
}

.select2-container .select2-choice {
	border:                solid #979797 1px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

.select2-container.select2-dropdown-open .select2-choice {
	border-bottom-left-radius:  0;
	border-bottom-right-radius: 0;
}

/*- Thank you -*/

.woocommerce-thankyou-order-failed,
.woocommerce-thankyou-order-received {
	text-align:   center;
	font:         700 20px 'Montserrat';
	margin-left:  auto;
	margin-right: auto;
}

.woocommerce-thankyou-order-received {
	max-width:     300px;
	margin-bottom: 65px;
}

.woocommerce-thankyou-order-failed {
	max-width:     500px;
	margin-bottom: 25px;
}

.woocommerce-thankyou-order-failed svg {
	fill: #FF5B4B;
}

.woocommerce-thankyou-order-received svg {
	fill: #93C240;
}

.woocommerce-thankyou-order-failed svg:nth-of-type(1),
.woocommerce-thankyou-order-received svg:nth-of-type(1) {
	width:  80px;
	height: 87px;
}

.woocommerce-thankyou-order-failed svg:nth-of-type(2),
.woocommerce-thankyou-order-received svg:nth-of-type(2) {
	width:  28px;
	height: 20px;
	margin: 12px 0 25px 0;
}

.woocommerce-thankyou-order-failed svg:nth-of-type(2) {
	margin-bottom: 12px;
}

.woocommerce-thankyou-order-failed-actions {
	text-align:    center;
	margin-bottom: 45px;
}

.woocommerce-thankyou-order-details {
	position:       relative;
	overflow:       hidden;
	list-style:     none;
	text-transform: uppercase;
	background:     #F4F8FF;
	font-size:      11px;
	color:          #9A9A9A;
	letter-spacing: 1px;
	margin:         0;
	padding:        0;
}

.woocommerce-thankyou-order-details li {
	float:      left;
	width:      25%;
	min-height: 105px;
	padding:    20px 15px;
	text-align: center;
}

.woocommerce-thankyou-order-details li:not(:last-child) {
	border-right: solid 3px #FFF;
}

.woocommerce-thankyou-order-details strong {
	display:        block;
	color:          #404E65;
	font-size:      15px;
	line-height:    17px;
	font-weight:    700;
	letter-spacing: normal;
}

.woocommerce-thankyou-order-wrap {
	max-width: 738px;
	margin:    0 auto;
}

.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3,
.woocommerce-thankyou-order-wrap h2,
.ip-customer-details h2,
.ip-customer-details h3 {
	font:           700 16px 'Montserrat';
	letter-spacing: 1px;
	margin:         70px 0 25px 0;
	text-transform: uppercase;
}

.woocommerce-MyAccount-content h3 {
	margin-top: 25px;
}

.woocommerce-MyAccount-content .order_details,
.woocommerce-thankyou-order-wrap .order_details {
	width:       100%;
	max-width:   460px;
	font-weight: 700;
}

/*- Woocommerce Pagination -*/

.woocommerce-Pagination {
	margin-top: 50px;
}

.woocommerce-Pagination a.button {
	background:            none;
	border:                none;
	-webkit-border-radius: 0;
	-moz-border-radius:    0;
	border-radius:         0;
	color:                 #FF5B4B;
	padding-left:          0;
	font-size:             15px;
	padding-right:         15px;
}

.woocommerce-Pagination a.button + .button {
	padding-left: 15px;
	border-left:  solid 1px #EAEAEA;
}

/*- Order Details -*/

.order_details tr {
	border-bottom: solid 1px #D9E0EA;
}

.order_details td,
.order_details th {
	padding:    18px 0;
	text-align: left;
}

.order_details strong {
	font-weight: normal;
}

.order_details thead td,
.order_details thead th {
	padding:        0 0 10px 0;
	font-weight:    700;
	font-size:      11px;
	line-height:    11px;
	color:          #9A9A9A;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.order_details td:last-child,
.order_details th:last-child {
	text-align: right;
}

.order_details .variation {
	margin:      0;
	padding:     0;
	font-weight: 400;
}

.order_details .variation dt {
	display: inline-block;
}

.order_details .variation dd {
	display: inline-block;
	margin:  0;
}

.order_details .variation dd p {
	display: inline;
	margin:  0;
	padding: 0;
}

.order_details .variation dd + dt:before {
	content:  ', ';
	position: relative;
	left:     -1px;
}

.ip-customer-details table td,
.ip-customer-details table th {
	text-align: left;
}

.ip-customer-details address,
.woocommerce-MyAccount-content address {
	font-size:   15px;
	font-style:  normal;
	line-height: 24px;
	position:    relative;
}

.woocommerce-MyAccount-content address {
	margin-bottom: 17px;
}

.ip-customer-details table {
	position: relative;
}

.ip-customer-details table:before,
.ip-customer-details address:before,
.woocommerce-MyAccount-content address:before {
	content:     '';
	display:     block;
	position:    absolute;
	left:        -20px;
	top:         0;
	bottom:      0;
	border-left: solid 1px #D9E0EA;
}

/*- Customer Login -*/

#customer_login .wrap {
	width:      100%;
	max-width:  400px;
	margin:     0 auto;
	list-style: none;
	padding:    0;
}

#customer_login .wrap li {
	display: none;
}

#customer_login .wrap li.active {
	display: block;
}

#customer_login h1 {
	text-align:     center;
	font:           400 48px/55px 'Fredoka One';
	margin-bottom:  40px;
	letter-spacing: normal;
	color:          #CFD3D8;
}

#customer_login h1 a {
	color:           #CFD3D8;
	text-decoration: none;
}

#customer_login h1 a.active {
	color: #404E65;
}

#customer_login .inline {
	width:      50%;
	float:      left;
	margin-top: 9px;
}

#customer_login .inline + *[type=submit] {
	width: 50%;
	float: left;
}

#customer_login *[type=submit] {
	margin-top: 15px;
}

#customer_login .lost_password {
	text-align: center;
	font-size:  14px;
	margin-top: 45px;
}

#customer_login .lost_password a {
	color: #FF5B4B;
}

/*- Product Rating -*/

.woocommerce-product-rating {
	position:      relative;
	display:       block;
	height:        20px;
	margin-bottom: 15px;
	margin-top:    -15px;
}

.woocommerce-product-rating .woocommerce-review-link {
	display: none;
}

.star-rating {
	position:    relative;
	display:     inline-block;
	line-height: 20px;
	width:       100px;
	height:      20px;
	overflow:    hidden;
}

.star-rating:before,
.star-rating span:before,
.comment-form-rating .stars a {
	height:            20px;
	background-image:  url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjNTZCMEYyIiB3aWR0aD0iMTc5MiIgaGVpZ2h0PSIxNzkyIiB2aWV3Qm94PSIwIDAgMTc5MiAxNzkyIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xNzI4IDY0N3EwIDIyLTI2IDQ4bC0zNjMgMzU0IDg2IDUwMHExIDcgMSAyMCAwIDIxLTEwLjUgMzUuNVQxMzg1IDE2MTlxLTE5IDAtNDAtMTJsLTQ0OS0yMzYtNDQ5IDIzNnEtMjIgMTItNDAgMTItMjEgMC0zMS41LTE0LjVUMzY1IDE1NjlxMC02IDItMjBsODYtNTAwTDg5IDY5NXEtMjUtMjctMjUtNDggMC0zNyA1Ni00Nmw1MDItNzNMODQ3IDczcTE5LTQxIDQ5LTQxdDQ5IDQxbDIyNSA0NTUgNTAyIDczcTU2IDkgNTYgNDZ6Ii8+PC9zdmc+);
	background-repeat: repeat-x;
	background-size:   auto 100%;
}

.star-rating:before,
.star-rating span:before {
	position: absolute;
	top:      0;
	left:     0;
}

.comment-form-rating .stars a {
	display:     inline-block;
	width:       20px;
	text-indent: 100%;
	overflow:    hidden;
	opacity:     0.2;
}

.comment-form-rating .stars:hover a {
	opacity: 1;
}

.comment-form-rating .stars.selected a,
.comment-form-rating .stars a.active {
	opacity: 1;
}

.comment-form-rating .stars:not(.selected) a:hover ~ a,
.comment-form-rating .stars.selected a.active ~ a {
	opacity: 0.2;
}

.star-rating:before {
	content: "";
	width:   100%;
	opacity: 0.2;
}

.star-rating span:before {
	content: "";
	width:   100%;
}

.star-rating span {
	position:    absolute;
	top:         0;
	left:        0;
	overflow:    hidden;
	white-space: nowrap;
	text-indent: 100%;
}

.ip-product-container .products {
	text-align: center;
}

.ip-product-container .products h2 {
	margin-bottom: 45px;
}

.ip-product-container .products ul.products {
	text-align: left;
}

.ip-product-thumbnails-col {
	padding-right: 0;
}

/*- Product Video -*/

.ip-product-container .watch-video {
	font:               700 11px/11px 'Open Sans';
	color:              #3A4C69;
	letter-spacing:     0.0607em;
	text-transform:     uppercase;
	position:           relative;
	overflow:           hidden;
	padding:            4px;
	opacity:            1;
	-webkit-transition: opacity 0.8s, visibility 0.8s;
	-moz-transition:    opacity 0.8s, visibility 0.8s;
	-ms-transition:     opacity 0.8s, visibility 0.8s;
	-o-transition:      opacity 0.8s, visibility 0.8s;
	transition:         opacity 0.8s, visibility 0.8s;
}

.ip-product-container .watch-video.preloading {
	opacity: 0;
}

.ip-product-container .watch-video a {
	color: #3A4C69;
}

.ip-product-container .watch-video span {
	display:        inline-block;
	vertical-align: middle;
}

.ip-product-container .watch-video svg {
	width:          25px;
	height:         25px;
	margin-right:   4px;
	vertical-align: middle;
}

#ip-product-video-container {
	padding:    30px;
	background: #FFF;
}

.ip-product-wishlist-button .ip-wishlist-btn:hover:before,
.ip-product-wishlist-button .ip-wishlist-btn:hover:after {
	display: none;
}

/*- Product Image Gallery -*/

/*-- Main Gallery --*/

.slick-product {
	visibility: visible;
	opacity:    1;
}

.slick-product .slide img {
	max-width:             100%;
	height:                auto;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
}

.slick-product.preloading {
	visibility: hidden;
	opacity:    0;
}

.slick-product > .slide:nth-child(n+6) {
	display: none;
}

.slick-product .slide {
	margin-bottom:         10px;
	position:              relative;
	padding:               4px;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	border:                solid 1px transparent;
	max-width:             80px;
}

.slide:focus {
	outline: none;
}

.slick-product .slide.current {
	border-color: #979797;
}

.ip-product-images-col .wrap {
	max-width: 555px;
	margin:    0 auto;
	position:  relative;
}

.slick-product-single .slick-slide {
	position: relative;
}

.slick-product-single.product-modal-gallery .slick-slide:before {
	content:                  '';
	display:                  block;
	position:                 absolute;
	left:                     50%;
	top:                      50%;
	width:                    60px;
	height:                   60px;
	margin-top:               -30px;
	margin-left:              -30px;
	background:               url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNjAiIGhlaWdodD0iNjAiIHZpZXdCb3g9IjAgMCA2MCA2MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PHBhdGggZD0iTTM4LjM2MyAzMi4xOWw2LjExMyA2LjExMWEyLjk5OSAyLjk5OSAwIDAgMS0uMDEgNC4yNDFsLTEuOTI0IDEuOTI1YTIuOTk3IDIuOTk3IDAgMCAxLTQuMjQuMDA5bC02LjExMy02LjExM2ExMS42MDUgMTEuNjA1IDAgMCAxLTQuNTQ3LjkyMkMyMS4yMTIgMzkuMjg1IDE2IDM0LjA3MiAxNiAyNy42NDIgMTYgMjEuMjEyIDIxLjIxMiAxNiAyNy42NDIgMTZzMTEuNjQzIDUuMjEyIDExLjY0MyAxMS42NDJjMCAxLjYxNC0uMzI4IDMuMTUtLjkyMiA0LjU0N3ptLTEwLjcyIDIuNzI5YTcuMjc2IDcuMjc2IDAgMSAwIDAtMTQuNTUzIDcuMjc2IDcuMjc2IDAgMCAwIDAgMTQuNTUzeiIgaWQ9ImIiLz48ZmlsdGVyIHg9Ii01MCUiIHk9Ii01MCUiIHdpZHRoPSIyMDAlIiBoZWlnaHQ9IjIwMCUiIGZpbHRlclVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgaWQ9ImEiPjxmZU1vcnBob2xvZ3kgcmFkaXVzPSIxIiBvcGVyYXRvcj0iZGlsYXRlIiBpbj0iU291cmNlQWxwaGEiIHJlc3VsdD0ic2hhZG93U3ByZWFkT3V0ZXIxIi8+PGZlT2Zmc2V0IGluPSJzaGFkb3dTcHJlYWRPdXRlcjEiIHJlc3VsdD0ic2hhZG93T2Zmc2V0T3V0ZXIxIi8+PGZlR2F1c3NpYW5CbHVyIHN0ZERldmlhdGlvbj0iMiIgaW49InNoYWRvd09mZnNldE91dGVyMSIgcmVzdWx0PSJzaGFkb3dCbHVyT3V0ZXIxIi8+PGZlQ29sb3JNYXRyaXggdmFsdWVzPSIwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwLjE2ODg3NDU0NyAwIiBpbj0ic2hhZG93Qmx1ck91dGVyMSIvPjwvZmlsdGVyPjwvZGVmcz48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxjaXJjbGUgZmlsbC1vcGFjaXR5PSIuMyIgZmlsbD0iI0ZGRiIgY3g9IjMwIiBjeT0iMzAiIHI9IjMwIi8+PGcgb3BhY2l0eT0iLjkiPjx1c2UgZmlsbD0iIzAwMCIgZmlsdGVyPSJ1cmwoI2EpIiB4bGluazpocmVmPSIjYiIvPjx1c2UgZmlsbD0iI0ZGRiIgeGxpbms6aHJlZj0iI2IiLz48L2c+PC9nPjwvc3ZnPg==) no-repeat;
	opacity:                  0;
	visibility:               hidden;
	-webkit-transition:       opacity 0.8s, visibility 0.8s;
	-moz-transition:          opacity 0.8s, visibility 0.8s;
	-ms-transition:           opacity 0.8s, visibility 0.8s;
	-o-transition:            opacity 0.8s, visibility 0.8s;
	transition:               opacity 0.8s, visibility 0.8s;
	-webkit-transition-delay: 0s;
	transition-delay:         0s;
	cursor:                   pointer;
	pointer-events:           none;
}

.slick-product-single .slide {
	text-align: center;
}

.slick-product-single > .slide:not(:first-child) {
	display: none;
}

.slick-product-single .slide img {
	max-width: 100%;
	height:    auto;
	display:   inline-block;
}

.slick-product-single:not(:hover) .slick-arrow {
	opacity: 0;
}

/*-- Modal Gallery --*/

.pswp__bg {
	background: rgba(58, 76, 105, 0.93);
}

.pswp__button:before {
	display: none;
}

.pswp__button span {
	display:               block;
	position:              absolute;
	top:                   50%;
	margin-top:            -20px;
	width:                 40px;
	height:                40px;
	cursor:                pointer;
	text-decoration:       none;
	outline:               none;
	-webkit-border-radius: 4px;
	-moz-border-radius:    4px;
	border-radius:         4px;
	background:            #FFF;
	box-shadow:            1px 1px 0 0 rgba(0, 0, 0, 0.10);
	pointer-events:        none;
}

.pswp__button svg {
	display:     block;
	position:    absolute;
	left:        50%;
	top:         50%;
	width:       12px;
	height:      20px;
	margin-top:  -10px;
	margin-left: -8px;
	fill:        #555555;
	z-index:     1;
}

.pswp__button.pswp__button--arrow--right span {
	left: 0;
}

.pswp__button.pswp__button--arrow--left span {
	right: 0;
}

.pswp__button.pswp__button--arrow--right svg {
	margin-left: -6px;
}

/*- Responsive -*/

/*-- Desktop --*/

@media (min-width: 992px) {

	/*--- Main Menu ---*/
	#header .top-menu .menu li:hover > ul {
		visibility: visible;
		opacity:    1;
	}

	.sticky .main-menu .logo,
	.header-type-1 .main-menu .logo {
		position:          absolute;
		left:              15px;
		top:               50%;
		-webkit-transform: translateY(-50%);
		-moz-transform:    translateY(-50%);
		-ms-transform:     translateY(-50%);
		-o-transform:      translateY(-50%);
		transform:         translateY(-50%);
		display:           inline-block;
	}

	.header-type-2:not(.sticky) .container-2 {
		position:   relative;
		text-align: center;
		padding:    40px 0 30px 0;
	}

	.header-type-2:not(.sticky) .main-menu .logo {
		display: inline-block;
	}

	.header-type-2 #header .soc {
		display:    inline-block;
		position:   absolute;
		left:       0;
		top:        50%;
		margin-top: -15px;
		text-align: left;
	}

	.sticky.header-type-2 #header .soc {
		display: none;
	}

	.main-menu .product-categories .menu-item,
	.main-menu .product-categories .space-item {
		display: none;
	}

	.header-type-1 .main-menu .product-categories > ul,
	.header-type-2.sticky .main-menu .product-categories > ul {
		position:          absolute;
		left:              50%;
		top:               45px;
		width:             66%;
		-webkit-transform: translateX(-50%);
		-moz-transform:    translateX(-50%);
		-ms-transform:     translateX(-50%);
		-o-transform:      translateX(-50%);
		transform:         translateX(-50%);
		list-style:        none;
		padding:           0;
		margin:            0;
		text-align:        center;
		display:           block;
	}

	.header-type-2:not(.sticky) .main-menu .product-categories > ul {
		position:   relative;
		text-align: center;
		display:    block;
		width:      100%;
		padding:    0 0 20px 0;
		margin:     0;
		list-style: none;
	}

	.woocommerce-off.header-type-2:not(.sticky) .main-menu .product-categories > ul {
		display: none;
	}

	.main-menu .product-categories > ul > li {
		display:        inline-block;
		vertical-align: top;
		width:          105px;
		margin:         0 8px;
		position:       relative;
		text-align:     center;
	}

	.main-menu .product-categories > ul > li:after {
		content:       '';
		position:      absolute;
		left:          50%;
		margin-left:   -10px;
		bottom:        0;
		border:        10px solid transparent;
		border-bottom: 10px solid #56B0F2;
		visibility:    hidden;
		opacity:       0;
		z-index:       101;
	}

	.main-menu .product-categories > ul > li:after {
		display: none;
	}

	.main-menu .product-categories > ul > li.ltr:after,
	.main-menu .product-categories > ul > li.rtl:after {
		display: block;
	}

	.main-menu .product-categories > ul > li.has-children:hover:after,
	.main-menu .product-categories > ul > li.menu-item-has-children:hover:after {
		visibility: visible;
		opacity:    1;
	}

	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-7,
	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-8,
	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-9,
	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-10,
	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-11,
	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-12 {
		display:      block;
		float:        left;
		margin-left:  0;
		margin-right: 0;
	}

	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-7 {
		width: 14.2857%;
	}

	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-7 svg,
	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-7 img {
		width: 55.2%;
	}

	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-8 {
		width: 12.5%;
	}

	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-8 svg,
	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-8 img {
		width: 55.2%;
	}

	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-9 {
		width: 11.11111111%;
	}

	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-9 svg,
	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-9 img {
		width: 61.77%;
	}

	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-10 {
		width: 10%;
	}

	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-10 svg,
	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-10 img {
		width: 68.64%;
	}

	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-11 {
		width: 9.090909%;
	}

	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-11 svg,
	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-11 img {
		width: 75.5%;
	}

	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-12 {
		width: 8.333333%;
	}

	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-12 svg,
	.header-type-2.sticky.sticky-type-1 .main-menu .product-categories > ul > li.items-12 img {
		width: 82.37%;
	}

	.main-menu .product-categories > ul > li svg {
		display: inline-block;
		height:  53px;
		width:   53px;
	}

	.main-menu .product-categories > ul > li img {
		display:       inline-block;
		height:        53px;
		width:         auto;
		margin-bottom: 6px;
	}

	.main-menu .product-categories > ul > li span {
		display:        block;
		font-weight:    700;
		font-size:      13px;
		letter-spacing: 0.12em;
		text-transform: uppercase;
		color:          #404E65;
		padding-bottom: 15px;
	}

	@-webkit-keyframes menujump {
		0%, 20%, 60%, 100% {
			-webkit-transform: translateY(0);
		}

		40% {
			-webkit-transform: translateY(-10px);
		}

		80% {
			-webkit-transform: translateY(-2px);
		}
	}

	@-moz-keyframes menujump {
		0%, 20%, 60%, 100% {
			-moz-transform: translateY(0);
		}

		40% {
			-moz-transform: translateY(-10px);
		}

		80% {
			-moz-transform: translateY(-2px);
		}
	}

	@-o-keyframes menujump {
		0%, 20%, 60%, 100% {
			-o-transform: translateY(0);
		}

		40% {
			-o-transform: translateY(-10px);
		}

		80% {
			-o-transform: translateY(-2px);
		}
	}

	@keyframes menujump {
		0%, 20%, 60%, 100% {
			transform: translateY(0);
		}

		40% {
			transform: translateY(-10px);
		}

		80% {
			transform: translateY(-2px);
		}
	}

	.main-menu .product-categories > ul > li:hover > a > svg {
		-webkit-animation: menujump 1s;
		-moz-animation:    menujump 1s;
		-o-animation:      menujump 1s;
		animation:         menujump 1s;
	}

	.main-menu .product-categories > ul > li:hover img {
		-webkit-animation: menujump 1s;
		-moz-animation:    menujump 1s;
		-o-animation:      menujump 1s;
		animation:         menujump 1s;
	}

	.ip-cart-count.animate {
		-webkit-animation: menujump 1s;
		-moz-animation:    menujump 1s;
		-o-animation:      menujump 1s;
		animation:         menujump 1s;
	}

	.sticky .main-menu .product-categories > ul > li span {
		padding-top: 15px;
	}

	.main-menu .product-categories ul > li ul {
		opacity:               0;
		visibility:            hidden;
		position:              absolute;
		background:            #56B0F2;
		-webkit-border-radius: 8px;
		-moz-border-radius:    8px;
		border-radius:         8px;
		list-style:            none;
		text-align:            left;
		padding:               15px 0;
		margin:                0;
		width:                 215px;
		z-index:               101;
		left:                  -15px;
		-webkit-box-shadow:    0 5px 20px rgba(0, 0, 0, 0.3);
		box-shadow:            0 5px 20px rgba(0, 0, 0, 0.3);
	}

	.main-menu .product-categories ul > li > ul {
		display: none;
	}

	.main-menu .product-categories ul > li.rtl > ul,
	.main-menu .product-categories ul > li.ltr > ul {
		display: block;
	}

	.main-menu .product-categories ul > li.rtl ul {
		left:  auto;
		right: -15px;
	}

	.main-menu .product-categories ul > li.ltr ul li ul,
	.main-menu .product-categories ul > li.col-2 > ul > li:nth-child(2n+1) > ul > li ul,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+1) > ul > li ul,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+2) > ul > li ul,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+1) > ul > li ul,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+2) > ul > li ul {
		display: block;
		left:    auto;
		right:   -245px;
		top:     -15px;
	}

	.main-menu .product-categories ul > li.ltr ul li ul:before,
	.main-menu .product-categories ul > li.col-2 > ul > li:nth-child(2n+1) > ul > li ul:before,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+1) > ul > li ul:before,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+2) > ul > li ul:before,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+1) > ul > li ul:before,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+2) > ul > li ul:before {
		content:  '';
		display:  block;
		position: absolute;
		left:     -30px;
		top:      0;
		bottom:   0;
		width:    30px;
	}

	.main-menu .product-categories ul > li.ltr ul li ul:after,
	.main-menu .product-categories ul > li.col-2 > ul > li:nth-child(2n+1) > ul > li ul:after,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+1) > ul > li ul:after,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+2) > ul > li ul:after,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+1) > ul > li ul:after,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+2) > ul > li ul:after {
		left:         -20px;
		right:        auto;
		top:          25px;
		border:       10px solid transparent;
		border-right: 10px solid #56B0F2;
	}

	.main-menu .product-categories ul > li.rtl ul li ul,
	.main-menu .product-categories ul > li.col-2 > ul > li:nth-child(2n+2) > ul > li ul,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+3) > ul > li ul,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+3) > ul > li ul,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+4) > ul > li ul {
		display: block;
		right:   auto;
		left:    -245px;
		top:     -15px;
	}

	.main-menu .product-categories ul > li.rtl ul li ul:before,
	.main-menu .product-categories ul > li.col-2 > ul > li:nth-child(2n+2) > ul > li ul:before,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+3) > ul > li ul:before,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+3) > ul > li ul:before,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+4) > ul > li ul:before {
		content:  '';
		display:  block;
		position: absolute;
		left:     auto;
		right:    -30px;
		top:      0;
		bottom:   0;
		width:    30px;
	}

	.main-menu .product-categories ul > li.rtl ul li ul:after,
	.main-menu .product-categories ul > li.col-2 > ul > li:nth-child(2n+2) > ul > li ul:after,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+3) > ul > li ul:after,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+3) > ul > li ul:after,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+4) > ul > li ul:after {
		left:              auto;
		right:             -20px;
		top:               25px;
		border:            10px solid transparent;
		border-left-color: #56B0F2;
	}

	.main-menu .product-categories ul > li > ul > li > ul:after {
		content:  '';
		position: absolute;
	}

	.main-menu .product-categories ul > li ul li {
		margin:        0 20px;
		padding:       11px 0;
		font:          700 15px 'Open Sans', sans-serif;
		border-bottom: solid 1px rgba(255, 255, 255, 0.15);
		color:         #FFF;
		position:      relative;
	}

	.main-menu .product-categories ul > li.col-2 > ul {
		width: 430px;
	}

	.main-menu .product-categories ul > li.col-3 > ul {
		width: 645px;
	}

	.main-menu .product-categories ul > li.col-4 > ul {
		width: 860px;
	}

	.main-menu .product-categories ul > li.col-2 > ul > li,
	.main-menu .product-categories ul > li.col-3 > ul > li,
	.main-menu .product-categories ul > li.col-4 > ul > li {
		float:         left;
		width:         175px;
		border-bottom: none;
	}

	.main-menu .product-categories ul > li.col-2 > ul > li:nth-child(2n+3) {
		clear: both;
	}

	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+4) {
		clear: both;
	}

	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+5) {
		clear: both;
	}

	.main-menu .product-categories ul > li.col-2 > ul > li > a,
	.main-menu .product-categories ul > li.col-3 > ul > li > a,
	.main-menu .product-categories ul > li.col-4 > ul > li > a {
		text-transform: uppercase;
		border-bottom:  solid 2px #FFF;
		display:        block;
		padding-bottom: 5px;
	}

	.main-menu .product-categories ul > li.col-2 > ul > li > ul,
	.main-menu .product-categories ul > li.col-3 > ul > li > ul,
	.main-menu .product-categories ul > li.col-4 > ul > li > ul {
		position:              static !important;
		display:               block !important;
		left:                  auto;
		right:                 auto;
		top:                   auto;
		box-shadow:            none;
		margin:                0;
		padding:               0;
		-webkit-border-radius: 0;
		-moz-border-radius:    0;
		border-radius:         0;
		width:                 100%;
	}

	.main-menu .product-categories ul > li.col-2:hover > ul > li > ul,
	.main-menu .product-categories ul > li.col-3:hover > ul > li > ul,
	.main-menu .product-categories ul > li.col-4:hover > ul > li > ul {
		visibility: visible;
		opacity:    1
	}

	.main-menu .product-categories ul > li.col-2 > ul > li > ul:after,
	.main-menu .product-categories ul > li.col-3 > ul > li > ul:after,
	.main-menu .product-categories ul > li.col-4 > ul > li > ul:after {
		display: none;
	}

	.main-menu .product-categories ul > li.col-2 > ul > li > ul > li,
	.main-menu .product-categories ul > li.col-3 > ul > li > ul > li,
	.main-menu .product-categories ul > li.col-4 > ul > li > ul > li {
		margin:      0;
		font-weight: 400;
	}

	.main-menu .product-categories ul > li.col-2 > ul > li > ul > li ul,
	.main-menu .product-categories ul > li.col-3 > ul > li > ul > li ul,
	.main-menu .product-categories ul > li.col-4 > ul > li > ul > li ul {
		background: #FFF;
	}

	.main-menu .product-categories ul > li.col-2 > ul > li > ul > li ul > li > a,
	.main-menu .product-categories ul > li.col-3 > ul > li > ul > li ul > li > a,
	.main-menu .product-categories ul > li.col-4 > ul > li > ul > li ul > li > a {
		color: #404E65;
	}

	.main-menu .product-categories ul > li.col-2 > ul > li:nth-child(2n+1) > ul li ul,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+1) > ul li ul,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+2) > ul li ul,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+1) > ul li ul,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+2) > ul li ul {
		display: block;
		left:    auto;
		right:   -245px;
		top:     -15px;
	}

	.main-menu .product-categories ul > li.col-2 > ul > li:nth-child(2n+2) > ul li ul,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+3) > ul li ul,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+3) > ul li ul,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+4) > ul li ul {
		display: block;
		right:   auto;
		left:    -245px;
		top:     -15px;
	}

	.main-menu .product-categories ul > li.col-2 > ul > li:nth-child(2n+1) > ul li > ul:after,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+1) > ul li > ul:after,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+2) > ul li > ul:after,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+1) > ul li > ul:after,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+2) > ul li > ul:after {
		border-right-color: #FFF;
	}

	.main-menu .product-categories ul > li.col-2 > ul > li:nth-child(2n+2) > ul li > ul:after,
	.main-menu .product-categories ul > li.col-3 > ul > li:nth-child(3n+3) > ul li > ul:after,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+3) > ul li > ul:after,
	.main-menu .product-categories ul > li.col-4 > ul > li:nth-child(4n+4) > ul li > ul:after {
		border-left-color: #FFF;
	}

	.main-menu .product-categories ul > li ul li a {
		color:   #FFF;
		display: block;
		width:   100%;
	}

	.main-menu .product-categories ul > li ul li:last-child {
		border-bottom: none;
	}

	.main-menu .product-categories ul > li:hover > ul,
	.main-menu .product-categories ul > li > ul li:hover > ul {
		opacity:    1;
		visibility: visible;
	}

	.sticky .main-menu {
		height: 78px;
	}

	.sticky .main-menu .product-categories > ul,
	.sticky.header-type-2 .main-menu .product-categories > ul,
	.sticky.header-type-2 .main-menu .product-categories > ul {
		left:              48.5%;
		top:               50%;
		-webkit-transform: translate(-50%, -50%);
		-moz-transform:    translate(-50%, -50%);
		-ms-transform:     translate(-50%, -50%);
		-o-transform:      translate(-50%, -50%);
		transform:         translate(-50%, -50%);

	}

	.sticky.sticky-type-2.header-type-2 .main-menu .product-categories > ul > li:nth-child(n+7) {
		display: none;
	}

	.sticky.sticky-type-1.header-type-2 .main-menu .product-categories > ul > li:nth-child(n+13) {
		display: none;
	}

	.sticky.sticky-type-1 #header .main-menu .product-categories > ul > li span {
		display: none;
	}

	.sticky.sticky-type-2 #header .main-menu .product-categories > ul > li {
		vertical-align: middle;
	}

	.sticky.sticky-type-1 #header .main-menu .product-categories > ul > li svg,
	.sticky.sticky-type-1 #header .main-menu .product-categories > ul > li img {
		margin-top:     10px;
		margin-bottom:  10px;
		vertical-align: middle;
	}

	.sticky.sticky-type-2 #header .main-menu .product-categories > ul > li svg,
	.sticky.sticky-type-2 #header .main-menu .product-categories > ul > li img {
		display: none;
	}

	.admin-bar.search-open #ajax-search,
	.admin-bar.search-open #ajax-search-result,
	.admin-bar.sticky #header .main-menu,
	.admin-bar.sidebar-open #ip-shop-sidebar,
	.admin-bar .pswp__top-bar {
		margin-top: 32px;
	}

	.admin-bar .mfp-wrap {
		top:    32px !important;
		height: auto !important;
		bottom: 0 !important;
	}

	.ip-shop-loop-wrap:hover {
		box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.23);
	}

	.ip-shop-loop-wrap:not(:hover) .ip-quickview-btn {
		opacity:    0;
		visibility: hidden;
	}

	.ip-shop-loop-wrap:not(:hover) .ip-wishlist-btn {
		opacity:    0;
		visibility: hidden;
	}

	.ip-shop-loop-wrap:hover .add_to_cart_button {
		position: relative;
	}

	.ip-shop-loop-wrap:hover .add_to_cart_button:before {
		content:  '+ ';
		position: absolute;
		top:      0;
		left:     -12px;
	}

	.mobile-sidebar {
		display: none;
	}

	#home-post .post:hover .post-content {
		border-color: #56b0f2;
	}

	.home-tabs,
	.woocommerce-tabs .tabs {
		width: 100% !important;
	}

	#ip-wishlist-table tr:not(:hover) .product-thumbnail .remove,
	.shop_table.cart tr:not(:hover) .product-thumbnail .remove {
		opacity: 0;
	}

	.slick-product-single.product-modal-gallery .slick-slide:hover:before {
		opacity:                  1;
		visibility:               visible;
		-webkit-transition-delay: 1s;
		transition-delay:         1s;
	}

	/*-- Hovers --*/
	#header .top-menu .menu li a:hover {
		color: #404E65;
	}

	#header .top-menu .menu ul li a:hover,
	.main-menu .product-categories > ul > li:hover span,
	#footer a:hover,
	.ip-shop-loop-details h3 a:hover,
	#home-post .post:hover h3,
	#home-post a:hover h2,
	.woocommerce-breadcrumb li a:hover,
	.ip-product-container .watch-video a:hover,
	.ip-product-container .product_meta a:hover,
	.mini_cart_item a:hover,
	.widget.widget_layered_nav li a:hover,
	.widget a:hover,
	.entry-content .post-tags a:hover,
	.post-related h3 a:hover,
	.post-navigation .nav-links a:hover,
	.comments-navigation a:hover,
	.post-comments .comment-metadata .comment-reply-link:hover,
	.post-comments .comment-metadata .comment-edit-link:hover,
	.main-header .post-categories a:hover,
	.blog-container h2 a:hover,
	.shop_table.cart .product-name > a:hover,
	.post-comments a:hover,
	.home-tabs li a:hover,
	.woocommerce-tabs .tabs li a:hover,
	#header .top-menu .auth a:hover,
	#header .top-menu .menu > li > a:hover {
		color: #56B0F2;
	}

	.header-type-2 #header .soc a:hover,
	#footer .soc a:hover,
	.post-author .soc a:hover {
		background-color: #56B0F2;
	}

	.main-menu .wishlist:hover svg,
	.main-menu .search:hover svg,
	.main-menu .cart-info:hover svg,
	.ip-product-container .watch-video a:hover svg,
	.entry-content .bottom .meta-share a:hover svg,
	.post-navigation .nav-links a:hover svg,
	.comments-navigation a:hover svg,
	#header .top-menu .auth a:hover svg,
	#ajax-search button:hover svg,
	#search-close:hover svg {
		fill: #56B0F2;
	}

	.home-tabs li a:hover,
	.woocommerce-tabs .tabs li a:hover,
	.post-tags a:hover,
	.widget .tagcloud a:hover {
		border-color: #56B0F2;
	}

	.ip-single-product-nav a:hover i {
		background-color: #404E65;
	}

	.ip-quickview-btn:hover svg,
	.ip-wishlist-btn:hover svg,
	.ip-product-share a:hover svg {
		fill: #404E65;
	}

	.entry-content a:hover,
	.mini_cart_item a.remove:hover,
	.widget.widget_product_categories li a:hover,
	.widget.widget_layered_nav li.chosen a:hover:after,
	.widget.widget_layered_nav_filters li.chosen a:hover:after,
	#ip-wishlist-table .product-thumbnail .remove:hover,
	.shop_table.cart .product-thumbnail .remove:hover,
	.woocommerce-MyAccount-content p a:not(.button):hover {
		color: #FF5B4B;
	}

	.ip-shop-loop-actions a:hover,
	a.ip-wishlist-btn:hover,
	.blog-container .post-categories a:hover {
		color: #404E65;
	}

	.slick-product .slide:not(.current):hover {
		border-color: #DDD;
	}

	input[type=submit]:hover,
	button:hover,
	.widget a.button:hover,
	.collaterals a.button:hover,
	.shop-content a.button:hover,
	.ip-product-container a.button:hover,
	.main-menu .product-categories ul > li ul li a:hover,
	#home-banners .banner .more:hover,
	div.woocommerce-message a:hover,
	div.woocommerce-message a.button:hover,
	.woocommerce-message li a:hover {
		opacity: 0.6;
	}

	#ajax-search button.search:hover {
		opacity: 1;
	}

}

@media (max-width: 1599px) {
	#home-banners .banner {
		width: 33.3333%;
	}

	#home-banners .banner:nth-child(4) {
		display: none;
	}
}

@media (max-width: 1199px) {
	#home-slider .slick-slide,
	.fixed-slider #home-slider .slick-slide,
	.slick-preloader .img,
	.fixed-slider .slick-preloader .img,
	.slick.preloading,
	.fixed-slider .slick.preloading {
		height:              500px;
		background-position: 0 50%;
	}

	.fixed-slider #home-slider h3 {
		font-size:   36px;
		line-height: 42px;
	}

	#home-banners .banner {
		height: 220px;
	}

	#home-banners .banner h3 {
		font-size:   21px;
		line-height: 26px;
		max-height:  78px;
	}

	#home-banners .banner h4 {
		font-size:   27px;
		line-height: 27px;
	}

	.blog-container:not(.hide-sidebar) .post,
	.blog-container:not(.hide-sidebar) .post-sizer {
		width: 50%;
	}

	.widget a.button,
	.widget button[type=submit]:not(.search-submit) {
		width: 100% !important;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {

	.fixed-slider #home-slider .slick-slide,
	.fixed-slider .slick-preloader .img,
	.fixed-slider .slick.preloading {
		height: 390px;
	}

	#home-post .post-content {
		padding: 22px 18px;
	}

	#home-post .post {
		padding-left: 41%;
	}

	#home-post h3 {
		font-size:   18px;
		line-height: 22px;
		min-height:  91px;
		padding:     15px 0 10px 0;
		margin:      0;
	}

	#home-post .post-img {
		width: 41%;
	}

	.header-type-1 .main-menu .product-categories > ul > li,
	.header-type-2.sticky .main-menu .product-categories > ul > li {
		width: 85px;
	}

	.header-type-1 .main-menu .product-categories > ul > li span {
		font-weight:    700;
		font-size:      11px;
		letter-spacing: 0.1em;
	}

	.header-type-1 .main-menu .search svg,
	.header-type-2.sticky .main-menu .search svg {
		right: 85px;
	}

	.header-type-1 .main-menu .wishlist svg,
	.header-type-2.sticky .main-menu .wishlist svg {
		right: 135px;
	}

	.main-menu .product-categories > ul > li span {
		font-size: 11px;
	}

	#header .logo {
		max-width:  135px;
		max-height: 135px;
	}

	#header .logo img {
		max-width:  135px;
		max-height: 135px;
	}

	.ip-product-container .watch-video {
		text-align: center;
	}

	.ip-product-container .watch-video svg {
		margin-bottom: 3px;
	}

	.slick-product .slide {
		max-width: 65px;
	}

	.sidebar-right #ip-shop-sidebar,
	.sidebar-short #ip-shop-sidebar {
		padding-left: 0;
	}

	.sidebar-right .ip-product-container .ip-wishlist-btn span.on,
	.sidebar-right .ip-product-container .ip-wishlist-btn span.off,
	.sidebar-short .ip-product-container .ip-wishlist-btn span.on,
	.sidebar-short .ip-product-container .ip-wishlist-btn span.off {
		display: none;
	}
}

/*-- Tablet and Mobile --*/

@media (max-width: 991px) {

	#home-slider .slick-slide,
	.fixed-slider #home-slider .slick-slide,
	.slick-preloader .img,
	.slick.preloading,
	.fixed-slider .slick-preloader .img,
	.fixed-slider .slick.preloading {
		height: 400px;
	}

	#home-slider h3,
	.fixed-slider #home-slider h3 {
		font-size:   36px;
		line-height: 42px;
	}

	#home-slider h4 {
		font-weight: normal;
		font-size:   15px;
		line-height: 15px;
		padding:     25px 0 0 0;
	}

	#home-banners .banner,
	.fixed-slider #home-banners .banner {
		width: 50%;
	}

	.footer-sidebar > *:nth-child(4n+3) {
		clear: both;
	}

	.footer-widget:nth-child(3),
	.footer-widget:nth-child(4) {
		margin-top: 65px;
	}

	.blog-container .post,
	.blog-container .post-sizer {
		width: 50%;
	}

	.main-header h1 {
		font-size:   36px;
		line-height: 41px;
	}

	#sidebar {
		margin-top: 65px;
		padding:    0 0 65px 0;
	}

	.widget {
		margin-top:    65px;
		width:         50%;
		float:         left;
		padding-right: 15px;
		padding-left:  15px;
	}

	.sidebar-left #ip-shop-sidebar .widget {
		margin-top:    65px;
		width:         100%;
		float:         none;
		padding-right: 0;
		padding-left:  0;
	}

	.widget:nth-child(2n+3) {
		clear: both;
	}

	.ip-product-container:not(.qv) .summary {
		margin-top: 65px;
	}

	.slick-product-single:not(:hover) .slick-arrow {
		opacity: 1;
	}

	#ip-wishlist-table td.product-price {
		font-size:   20px;
		line-height: 20px;
	}

	#ip-wishlist-table td.product-name {
		line-height: 20px;
		padding:     15px;
	}

	#ip-wishlist-table td.product-name a {
		font-size: 16px;
	}

	#ip-wishlist-table .actions .button {
		font-size:   15px;
		line-height: 17px;
		padding:     8px 14px;
	}

	#ip-wishlist-table .product-thumbnail img {
		width:  50px;
		height: 50px;
	}

	#ip-wishlist-table .product-thumbnail {
		position: relative;
		width:    50px;
	}

	.woocommerce-MyAccount-navigation ul {
		text-align: center;
	}

	.woocommerce-MyAccount-navigation ul li {
		display: inline-block;
		margin:  0 10px;
	}

	.woocommerce-MyAccount-login-info {
		margin-bottom: 35px;
	}

	.woocommerce-MyAccount-content {
		margin-top: 35px;
	}

	.woocommerce-Addresses {
		max-width: 500px;
		margin:    0 auto;
	}

	.woocommerce-edit-address .woocommerce-MyAccount-content > p {
		text-align: center;
	}

	.admin-bar.search-open #ajax-search,
	.admin-bar.search-open #ajax-search-result,
	.admin-bar.sticky #header .main-menu,
	.admin-bar #header .product-categories,
	.admin-bar.sidebar-open #ip-shop-sidebar,
	.admin-bar .pswp__top-bar {
		margin-top: 32px;
	}

	.admin-bar .mfp-wrap {
		top:    32px !important;
		height: auto !important;
		bottom: 0 !important;
	}

	#header .mobile-menu,
	.menu-shadow,
	.product-categories .auth,
	#header .mobile-menu-close,
	#header .mobile-menu-back {
		display: block;
	}

	#header {
		text-align: center;
		height:     auto;
		transform:  none;
	}

	#header .main-menu {
		height:  auto;
		padding: 23px 0;
	}

	.sticky #header .main-menu {
		padding: 13px 0;
	}

	#header .logo {
		display:    inline-block;
		max-width:  155px;
		max-height: 155px;
	}

	.sidebar-left #ip-shop-sidebar {
		position:                   fixed;
		z-index:                    1010;
		right:                      0;
		top:                        0;
		bottom:                     0;
		height:                     100%;
		width:                      300px;
		background:                 #FFF;
		border-left:                solid 1px #EBEBEB;
		list-style:                 none;
		overflow:                   hidden;
		padding-left:               30px;
		padding-right:              30px;
		overflow-y:                 scroll;
		-webkit-overflow-scrolling: touch;

		-webkit-transition:         -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:            -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:             -ms-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:              -o-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:                 transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);

		-moz-transform:             translate3d(301px, 0, 0);
		-ms-transform:              translate3d(301px, 0, 0);
		-o-transform:               translate3d(301px, 0, 0);
		-webkit-transform:          translate3d(301px, 0, 0);
		transform:                  translate3d(301px, 0, 0);
	}

	#header .product-categories {
		position:           fixed;
		z-index:            1010;
		left:               0;
		top:                0;
		bottom:             0;
		width:              300px;
		background:         #FFF;
		list-style:         none;
		overflow:           hidden;

		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:    -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:     -ms-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:      -o-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:         transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);

		-moz-transform:     translate3d(-301px, 0, 0);
		-ms-transform:      translate3d(-301px, 0, 0);
		-o-transform:       translate3d(-301px, 0, 0);
		-webkit-transform:  translate3d(-301px, 0, 0);
		transform:          translate3d(-301px, 0, 0);
	}

	.sidebar-open #ip-shop-sidebar,
	.menu-open #header .product-categories {
		-moz-transform:    translate3d(0, 0, 0);
		-ms-transform:     translate3d(0, 0, 0);
		-o-transform:      translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform:         translate3d(0, 0, 0);
	}

	.menu-open #header .menu {
		display: block;
	}

	.product-categories .auth {
		display:        block;
		width:          100%;
		height:         40px;
		vertical-align: middle;
		position:       absolute;
		left:           0;
		bottom:         0;
		font-size:      14px;
		background:     #56B0F2;
		color:          #FFF;
		text-align:     left;
		line-height:    40px;
		padding-left:   18px;
	}

	.product-categories .auth svg {
		width:          17px;
		height:         14px;
		vertical-align: middle;
		fill:           #FFF;
		margin-right:   3px;
	}

	.product-categories .auth span {
		color:       #FFF;
		font-weight: 700;
	}

	#search {
		position:   absolute;
		right:      15px;
		top:        15px;
		text-align: right;
		display:    block;
	}

	#header .mobile-menu {
		display: inline;
	}

	#header .top-menu {
		display: none;
	}

	.sidebar-open .menu-shadow,
	.menu-open .menu-shadow {
		visibility: visible;
		opacity:    1;
	}

	.mobile-sidebar-close svg,
	.mobile-menu-close svg {
		position: absolute;
		right:    25px;
		top:      24px;
		width:    15px;
		height:   15px;
	}

	#header .mobile-menu-back {
		position:           absolute;
		left:               25px;
		top:                26px;
		color:              #56B0F2;
		fill:               #56B0F2;
		font:               700 14px/14px 'Open Sans', sans-serif;

		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:    -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:     -ms-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:      -o-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:         transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);

		-moz-transform:     translate3d(-301px, 0, 0);
		-ms-transform:      translate3d(-301px, 0, 0);
		-o-transform:       translate3d(-301px, 0, 0);
		-webkit-transform:  translate3d(-301px, 0, 0);
		transform:          translate3d(-301px, 0, 0);
	}

	.submenu-open #header .mobile-menu-back {
		-moz-transform:    translate3d(0, 0, 0);
		-ms-transform:     translate3d(0, 0, 0);
		-o-transform:      translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform:         translate3d(0, 0, 0);
	}

	#header .mobile-menu-back svg {
		display:        inline-block;
		vertical-align: middle;
		width:          7px;
		height:         11px;
		fill:           #56B0F2;
		margin-right:   3px;
		margin-bottom:  2px;

	}

	.header-type-2 #header .soc {
		display: none;
	}

	.main-menu .product-categories > ul,
	.main-menu .product-categories > ul > li ul {
		padding:                    0;
		margin:                     0;
		text-align:                 left;
		background:                 #FFF;
		width:                      300px;
		bottom:                     40px;
		display:                    block;
		position:                   absolute;
		left:                       0;
		top:                        55px;
		overflow-x:                 visible;
		overflow-y:                 scroll;

		-webkit-overflow-scrolling: touch;

		-webkit-transition:         -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:            -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:             -ms-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:              -o-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:                 transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);

	}

	.main-menu .product-categories > ul > li ul {
		position:           fixed;
		top:                55px;
		padding-top:        10px;
		left:               0;
		z-index:            101;
		-moz-transform:     translate3d(-301px, 0, 0);
		-ms-transform:      translate3d(-301px, 0, 0);
		-o-transform:       translate3d(-301px, 0, 0);
		-webkit-transform:  translate3d(-301px, 0, 0);
		transform:          translate3d(-301px, 0, 0);
		-webkit-transition: -webkit-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:    -moz-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:     -ms-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:      -o-transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:         transform 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	}

	.main-menu .product-categories > ul > li > ul > li > ul {
		top: 0;
	}

	.submenu-open .product-categories > ul > li > ul,
	.sub-submenu-open .product-categories > ul > li > ul > li > ul {
		-moz-transform:    translate3d(0, 0, 0);
		-ms-transform:     translate3d(0, 0, 0);
		-o-transform:      translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform:         translate3d(0, 0, 0);
	}

	.submenu-open .product-categories > ul li:not(.selected) ul {
		visibility: hidden;
		opacity:    0;
	}

	.main-menu .product-categories > ul > li img,
	.main-menu .product-categories > ul > li svg {
		width:      35px;
		height:     35px;
		display:    inline-block;
		position:   absolute;
		left:       25px;
		top:        50%;
		margin-top: -17px;
	}

	.main-menu .product-categories ul li {
		display:  block;
		position: relative;
		padding:  0;
		margin:   0;
		width:    100% !important;
	}

	.main-menu .product-categories > ul li.has-children:after,
	.main-menu .product-categories > ul li.menu-item-has-children:after {
		content:         '';
		display:         block;
		position:        absolute;
		right:           25px;
		top:             50%;
		margin-top:      -6px;
		width:           7px;
		height:          11px;
		background:      url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDkgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuMzc3IDUuODM4YS45MTYuOTE2IDAgMCAxIDAgMS4yOTVsLTQuNjA5IDQuNjA4YS45MTYuOTE2IDAgMCAxLTEuMjk1LTEuMjk1bDQuNjA4LTQuNjA4djEuMjk1bC00LjU3LTQuNTdhLjkxNi45MTYgMCAwIDEgMS4yOTYtMS4yOTVsNC41NyA0LjU3eiIgc3Ryb2tlPSIjM0E0QzY5IiBmaWxsPSIjM0E0QzY5IiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=) no-repeat;
		background-size: 7px 11px;
	}

	.main-menu .product-categories > ul > li > ul > li > ul > li.has-children:after,
	.main-menu .product-categories > ul > li > ul > li > ul > li.menu-item-has-children:after {
		display: none;
	}

	.main-menu .product-categories > ul li.menu-item.has-children:after,
	.main-menu .product-categories > ul li.menu-item.menu-item-has-children:after {
		background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDkgMTMiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTcuMzc3IDUuODM4YS45MTYuOTE2IDAgMCAxIDAgMS4yOTVsLTQuNjA5IDQuNjA4YS45MTYuOTE2IDAgMCAxLTEuMjk1LTEuMjk1bDQuNjA4LTQuNjA4djEuMjk1bC00LjU3LTQuNTdhLjkxNi45MTYgMCAwIDEgMS4yOTYtMS4yOTVsNC41NyA0LjU3eiIgc3Ryb2tlPSIjNTZCMEYyIiBmaWxsPSIjNTZCMEYyIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
		background-size:  7px 11px;
	}

	.main-menu .product-categories > ul > li > a,
	.main-menu .product-categories > ul > li > span {
		display:        block;
		width:          100%;
		padding:        25px 50px 25px 70px;
		font-weight:    700;
		font-size:      13px;
		line-height:    15px;
		/*letter-spacing: 2px;*/
		text-transform: uppercase;
	}

	.main-menu .product-categories > ul > li.menu-item > a,
	.main-menu .product-categories > ul > li.menu-item > ul li a {
		color: #56B0F2;
	}

	.main-menu .product-categories > ul > li.menu-item > a,
	.main-menu .product-categories > ul > li.pagenav > a,
	.main-menu .product-categories > ul > li.categories > a,
	.main-menu .product-categories > ul > li.pagenav > span,
	.main-menu .product-categories > ul > li.categories > span {
		padding: 15px 30px;
	}

	.woocommerce-on .main-menu .product-categories > ul > li.space-item {
		height: 30px;
	}

	.main-menu .product-categories > ul > li > ul > li a {
		display:        block;
		width:          100%;
		padding:        15px 30px;
		font-weight:    700;
		font-size:      13px;
		line-height:    15px;
		/*letter-spacing: 2px;*/
		text-transform: uppercase;
	}

	.ip-shop-header .woocommerce-ordering {
		text-align: left;
	}

	.mobile-sidebar-close {
		display: block;
	}

	.ip-shop-ordering-row {
		position:      relative;
		padding-right: 50px;
		text-align:    left;
	}

	.ip-product-container .product_title {
		font-size:   36px;
		line-height: 42px;
	}

	.ip-product-share span {
		display: none;
	}

	.ip-product-share svg {
		width:  26px;
		height: 20px;
	}

	.ip-product-container .ip-wishlist-btn span.on,
	.ip-product-container .ip-wishlist-btn span.off {
		display: none;
	}

	.ip-product-container .watch-video {
		font-size:   10px;
		line-height: 10px;
		margin-top:  -7px;
	}

	.ip-product-container .watch-video svg {
		margin-bottom: 3px;
		width:         20px;
		height:        20px;
	}

	.ip-product-container:not(.qv) .ip-product-wishlist-button .ip-wishlist-btn {
		margin-top: 0;
	}

	.ip-product-container .summary {
		float: none;
	}

	.sidebar-right #ip-shop-sidebar {
		display: none;
	}

	.sidebar-short #ip-shop-sidebar {
		padding-left: 0;
		overflow:     hidden;
	}

	.sidebar-short #ip-shop-sidebar .widget,
	.widget.custom-advantages-widget {
		padding: 25px 30px;
	}

	.sidebar-short .widget:not(.custom-advantages-widget) {
		display: none;
	}

	.sidebar-short .widget:nth-child(2n+3) {
		clear: none;
	}

	.sidebar-short .widget:nth-child(3n+4) {
		clear: both;
	}

	.sidebar-short #ip-shop-sidebar .mobile-sidebar-close {
		display: none;
	}

	.woocommerce-tabs {
		margin-top: 65px;
	}

	.home-tabs,
	.woocommerce-tabs .tabs {
		position:              absolute;
		padding-top:           40px;
		border:                solid 3px #56B0F2;
		-webkit-border-radius: 22px;
		-moz-border-radius:    22px;
		border-radius:         22px;
		overflow:              hidden;
		max-width:             100%;
		width:                 200px;
		top:                   0;
		z-index:               100;
		left:                  50%;
		-webkit-transform:     translateX(-50%);
		-moz-transform:        translateX(-50%);
		-ms-transform:         translateX(-50%);
		-o-transform:          translateX(-50%);
		transform:             translateX(-50%);
		background:            #FFF;
		text-align:            left;
	}

	.home-tabs:before,
	.woocommerce-tabs .tabs:before {
		content:    '';
		position:   absolute;
		right:      15px;
		top:        18px;
		border:     5px solid transparent;
		border-top: 7px solid #56B0F2;
	}

	.home-tabs.expand:before,
	.woocommerce-tabs .tabs.expand:before {
		border:        5px solid transparent;
		border-bottom: 7px solid #56B0F2;
		top:           11px;
	}

	.home-tabs li,
	.woocommerce-tabs .tabs li {
		display: none;
		padding: 0;
	}

	.home-tabs.expand li,
	.home-tabs li.current,
	.woocommerce-tabs .tabs.expand li,
	.woocommerce-tabs .tabs li.active {
		display: block;
	}

	.home-tabs li a,
	.woocommerce-tabs .tabs li a {
		display:               block;
		border:                none;
		-webkit-border-radius: 0;
		-moz-border-radius:    0;
		border-radius:         0;
		overflow:              hidden;
		padding:               0;
		margin:                0 28px 0 20px;
	}

	.home-tabs li.current a,
	.woocommerce-tabs .tabs li.active a {
		position: absolute;
		left:     0;
		right:    0;
		top:      0;
		border:   0;
		padding:  0;
		margin:   0 28px 0 20px;
	}

	.collaterals {
		margin-top: 25px;
	}

	.sidebar-short .custom-advantages-widget {
		-webkit-transition: opacity 0.3s linear;
		-moz-transition:    opacity 0.3s linear;
		-o-transition:      opacity 0.3s linear;
		-ms-transition:     opacity 0.3s linear;
		transition:         opacity 0.3s linear;
	}

	.sidebar-short .custom-advantages-widget.inv {
		opacity: 0;
	}
}

@media (min-width: 601px) and (max-width: 991px) {
	#home-banners .banner:nth-child(1),
	#home-banners .banner:nth-child(2),
	#home-banners .banner:nth-child(3),
	#home-banners .banner:nth-child(4) {
		display:            inline-block;
		opacity:            0;
		visibility:         hidden;
		-webkit-transition: opacity 0.8s, visibility 0.8s;
		-moz-transition:    opacity 0.8s, visibility 0.8s;
		-ms-transition:     opacity 0.8s, visibility 0.8s;
		-o-transition:      opacity 0.8s, visibility 0.8s;
		transition:         opacity 0.8s, visibility 0.8s;
	}

	#home-banners .banner:nth-child(3),
	#home-banners .banner:nth-child(4) {
		position: absolute;
		left:     0;
		top:      0;
	}

	#home-banners .banner:nth-child(4) {
		left: 50%;
	}

	#home-banners.shift-1 .banner:nth-child(1),
	#home-banners.shift-2 .banner:nth-child(1) {
		opacity:    1;
		visibility: visible;
	}

	#home-banners.shift-1 .banner:nth-child(2),
	#home-banners.shift-2 .banner:nth-child(2) {
		opacity:    1;
		visibility: visible;
	}

	#home-banners.shift-3 .banner:nth-child(3),
	#home-banners.shift-4 .banner:nth-child(3) {
		opacity:    1;
		visibility: visible;
	}

	#home-banners.shift-3 .banner:nth-child(4),
	#home-banners.shift-4 .banner:nth-child(4) {
		opacity:    1;
		visibility: visible;
	}

	.sidebar-short #ip-shop-sidebar .widget {
		width: 33%;
	}

	.widget.custom-advantages-widget + .widget.custom-advantages-widget {
		margin-top: 65px;
	}

	.custom-advantages-widget,
	.sidebar-short .custom-advantages-widget {
		-webkit-border-radius: 0;
		-moz-border-radius:    0;
		border-radius:         0;
	}

	.sidebar-short .custom-advantages-widget:first-of-type {
		-webkit-border-top-left-radius:    4px;
		-moz-border-radius-topleft:        4px;
		border-top-left-radius:            4px;
		-webkit-border-bottom-left-radius: 4px;
		-moz-border-radius-bottomleft:     4px;
		border-bottom-left-radius:         4px;
	}

	.sidebar-short .custom-advantages-widget:last-of-type {
		-webkit-border-top-right-radius:    4px;
		-moz-border-radius-topright:        4px;
		border-top-right-radius:            4px;
		-webkit-border-bottom-right-radius: 4px;
		-moz-border-radius-bottomright:     4px;
		border-bottom-right-radius:         4px;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar.search-open #ajax-search,
	.admin-bar.search-open #ajax-search-result,
	.admin-bar.sticky #header .main-menu,
	.admin-bar #header .product-categories,
	.admin-bar.sidebar-open #ip-shop-sidebar,
	.admin-bar .pswp__top-bar {
		margin-top: 46px;
	}

	.admin-bar .mfp-wrap {
		top:    46px !important;
		height: auto !important;
		bottom: 0 !important;
	}
}

@media (max-width: 768px) {
	#home-slider .slick-slide,
	.fixed-slider #home-slider .slick-slide,
	.slick-preloader .img,
	.slick.preloading,
	.fixed-slider .slick-preloader .img,
	.fixed-slider .slick.preloading {
		height: 300px;
	}

	#home-slider h3,
	.fixed-slider #home-slider h3 {
		font-size:   30px;
		line-height: 37px;
	}

	#home-slider h4 {
		font-size:   14px;
		line-height: 14px;
		padding:     20px 0 0 0;
		font-weight: normal;
	}

	.slick-arrow span {
		width:   30px;
		height:  30px;
		opacity: 0.5;
	}

	#home-slider .inner {
		left:        6.15%;
		margin-left: 50px;
		width:       200px;
	}

	#home-slider .slick-dots {
		left:        6.15%;
		margin-left: 50px;
	}

	.slick-dots {
		width: 100%;
	}

	.slick-dots li {
		width:  13px;
		height: 13px;
		margin: 0 8px;
	}

	.slick-dots li button {
		width:                 8px;
		height:                8px;
		-webkit-border-radius: 4px;
		-moz-border-radius:    4px;
		border-radius:         4px;
	}

	.slick-dots li.slick-active button {
		border:                solid 2px #797A7D;
		background:            transparent;
		width:                 13px;
		height:                13px;
		-webkit-border-radius: 7px;
		-moz-border-radius:    7px;
		border-radius:         7px;
	}

	.ip-shop-header .woocommerce-result-count {
		padding: 0 15px;
	}

	#ip-wishlist-table .product-thumbnail,
	.shop_table.cart .product-thumbnail {
		padding-left: 25px;
	}

	#ip-wishlist-table .product-thumbnail .remove,
	.shop_table.cart .product-thumbnail .remove {
		left: 0;
	}

	#ip-wishlist-table td.product-name,
	.shop_table.cart td.product-name {
		padding: 15px;
	}
}

@media (max-width: 767px) {

	.post-related .post {
		max-width:     263px;
		margin-left:   auto;
		margin-right:  auto;
		text-align:    center;
		margin-bottom: 30px;
	}

	.post-related {
		margin-bottom: -30px;
		overflow:      hidden;
	}

	.entry-content .bottom .meta-share {
		text-align:  left;
		padding-top: 20px;
	}

	#tab-reviews .comment-form-author,
	#tab-reviews .comment-form-email {
		width:         100%;
		float:         none;
		padding-left:  0;
		padding-right: 0;
	}

	#tab-reviews .comment-form-author {
		margin-bottom: 15px;
	}

	.ip-qv-product-image,
	.ip-qv-product-summary {
		float:         none;
		width:         100%;
		padding-left:  0;
		padding-right: 0;
	}

	.ip-qv-product-summary {
		padding-top: 15px;
	}

	.ip-mfp-quickview .mfp-content {
		max-width: 500px;
	}

	.ip-product-container.qv .ip-product-share-wrap {
		width:        100%;
		padding-left: 0;
	}

	.ip-product-container.qv .ip-product-share-wrap:before {
		left: 0;
	}

	.ip-product-container.qv {
		padding-top: 30px;
	}

	.ip-mfp-close svg {
		margin-top:  -12px;
		margin-left: -2px;
	}

	#ip-wishlist-table,
	#ip-wishlist-table tbody,
	#ip-wishlist-table tr,
	#ip-wishlist-table td {
		display: block;
	}

	#ip-wishlist-table tr {
		padding-bottom: 15px;
	}

	#ip-wishlist-table thead {
		display: none;
	}

	#ip-wishlist-table td {
		border: none;
	}

	#ip-wishlist-table .product-thumbnail {
		float: left;
		width: 75px;
	}

	#ip-wishlist-table td.product-price {
		text-align: left;
		padding:    10px 0 0 85px;
	}

	#ip-wishlist-table td.stock {
		text-align: left;
		padding:    10px 0 0 85px;
	}

	#ip-wishlist-table .actions {
		padding:    0;
		float:      right;
		margin-top: -36px;
	}

	#ip-wishlist-table td.product-name {
		padding-left:   85px;
		max-width:      500px;
		padding-bottom: 0;
	}

	#ip-wishlist-table tr {
		clear:         both;
		position:      relative;
		overflow:      hidden;
		border-bottom: solid 1px #EAEAEA;
	}

	.comments-list ol.children {
		margin-left: 0;
		margin-top:  30px;
	}

	.woocommerce-thankyou-order-details li {
		width:         50%;
		border-bottom: solid 3px #FFF;
	}

	.woocommerce-thankyou-order-details li:nth-child(2) {
		border-right: none;
	}

	.woocommerce-thankyou-order-details li:nth-child(3) {
		clear: both;
	}
}

@media (min-width: 601px) and (max-width: 768px) {
	#home-banners .banner {
		height: 180px;
	}

	#home-banners .banner h3 {
		font-size:   18px;
		line-height: 19px;
		max-height:  57px;
	}

	#home-banners .banner h4 {
		font-size:   23px;
		line-height: 23px;
		padding:     10px 0 0 0;
	}

	#home-banners .banner .more {
		left:                  9.22%;
		bottom:                25px;
		height:                34px;
		font-weight:           normal;
		font-size:             14px;
		line-height:           34px;
		color:                 #FFF;
		text-transform:        uppercase;
		padding:               0 20px;
		margin-left:           -12px;

		-webkit-border-radius: 17px;
		-moz-border-radius:    17px;
		border-radius:         17px;
	}
}

@media (max-width: 690px) {
	#home-brand .slick-brands {
		padding: 0;
	}

	#home-brand .slick-arrow {
		display: none !important;
	}
}

@media (max-width: 600px) {
	#home-banners .banner,
	.fixed-slider #home-banners .banner {
		width:     100%;
		max-width: 415px;
	}

	#home-post .col-xs-6 {
		float:         none;
		width:         100%;
		max-width:     415px;
		margin-left:   auto;
		margin-right:  auto;
		margin-bottom: 20px;
	}

	#home-post .col-xs-6.hidden-xs {
		display: block !important;
	}

	#home-banners .banner:nth-child(1),
	#home-banners .banner:nth-child(2),
	#home-banners .banner:nth-child(3),
	#home-banners .banner:nth-child(4) {
		display:            block;
		opacity:            0;
		visibility:         hidden;
		-webkit-transition: opacity 0.8s, visibility 0.8s;
		-moz-transition:    opacity 0.8s, visibility 0.8s;
		-ms-transition:     opacity 0.8s, visibility 0.8s;
		-o-transition:      opacity 0.8s, visibility 0.8s;
		transition:         opacity 0.8s, visibility 0.8s;
	}

	#home-banners .banner:nth-child(2),
	#home-banners .banner:nth-child(3),
	#home-banners .banner:nth-child(4) {
		position: absolute;
		left:     0;
		top:      0;
	}

	#home-banners.shift-1 .banner:nth-child(1) {
		opacity:    1;
		visibility: visible;
	}

	#home-banners.shift-2 .banner:nth-child(2) {
		opacity:    1;
		visibility: visible;
	}

	#home-banners.shift-3 .banner:nth-child(3) {
		opacity:    1;
		visibility: visible;
	}

	#home-banners.shift-4 .banner:nth-child(4) {
		opacity:    1;
		visibility: visible;
	}

	.widget {
		width:        100%;
		float:        none;
		max-width:    350px;
		margin-left:  auto;
		margin-right: auto;
	}

	.sidebar-short .widget.custom-advantages-widget br {
		display: none;
	}

	.sidebar-short #ip-shop-sidebar .widget + .widget.custom-advantages-widget {
		padding-top: 10px;
	}

	.sidebar-short #ip-shop-sidebar .widget + .widget.custom-advantages-widget .img-advantages {
		top: 10px;
	}

	.ip-product-container:not(.qv) {
		margin-top: 25px;
	}

	.ip-product-container:not(.qv) .summary {
		margin-top: 25px;
	}

	.ip-product-container:not(.qv) .summary .break {
		float: none;
		width: 100%;
	}

	.shop_table.cart .product-name > a {
		font-size: 16px;
	}

	.shop_table.cart .product-thumbnail img {
		width:  50px;
		height: 50px;
	}

	.shop_table.cart td.product-name {
		line-height: 20px;
	}

	.shop_table.cart td.product-subtotal {
		font-size:   20px;
		line-height: 20px;
	}

	.ip-wishlist-share > div {
		float: none;
		width: 100%;
	}

	.ip-wishlist-share > div:first-child {
		margin-bottom: 20px;
	}

	.woocommerce-Addresses .col-xs-6 {
		float:       none;
		width:       100%;
		margin-left: 30px;
	}

	.woocommerce-MyAccount-orders {
		width: 100%;
	}

	.woocommerce-MyAccount-orders,
	.woocommerce-MyAccount-orders tbody,
	.woocommerce-MyAccount-orders tr,
	.woocommerce-MyAccount-orders th,
	.woocommerce-MyAccount-orders td {
		display: block;
	}

	.woocommerce-MyAccount-orders th,
	.woocommerce-MyAccount-orders td {
		padding:    5px 0 !important;
		border:     none !important;
		text-align: left !important;
	}

	.woocommerce-MyAccount-orders td:before {
		display:        inline-block;
		content:        attr(data-title);
		min-width:      70px;
		text-transform: uppercase;
		font-size:      11px;
		line-height:    11px;
		color:          #9A9A9A;
		letter-spacing: 1px;
		font-weight:    bold;
	}

	.woocommerce-MyAccount-orders tr {
		border-bottom: solid 1px #EAEAEA;
		padding:       15px 0;
	}

	.woocommerce-MyAccount-orders thead {
		display: none;
	}

	body > .mobile {
		-webkit-transition: all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:    all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:     all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:      all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:         all 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	}

	body.menu-open > .mobile,
	body.sidebar-open > .mobile,
	body.search-open > .mobile {
		-webkit-transform: translateY(-100%);
		-moz-transform:    translateY(-100%);
		-ms-transform:     translateY(-100%);
		-o-transform:      translateY(-100%);
		transform:         translateY(-100%);
	}

	body, html {
		-webkit-transition: margin 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:    margin 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:     margin 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:      margin 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:         margin 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	}

	body.menu-open,
	body.sidebar-open,
	body.search-open,
	html.menu-open,
	html.sidebar-open,
	html.search-open {
		margin-top: 0 !important;
	}

	body #wrap {
		-webkit-transition: padding 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-moz-transition:    padding 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-ms-transition:     padding 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		-o-transition:      padding 0.5s cubic-bezier(0.86, 0, 0.07, 1);
		transition:         padding 0.5s cubic-bezier(0.86, 0, 0.07, 1);
	}

	body.admin-bar.menu-open #wrap,
	body.admin-bar.sidebar-open #wrap,
	body.admin-bar.search-open #wrap {
		padding-top: 46px;
	}

	.admin-bar.search-open #ajax-search,
	.admin-bar.search-open #ajax-search-result,
	.admin-bar.sticky #header .main-menu,
	.admin-bar #header .product-categories,
	.admin-bar.sidebar-open #ip-shop-sidebar,
	.admin-bar .pswp__top-bar {
		margin-top: 0;
	}

	.admin-bar .mfp-wrap {
		top: 0 !important;
	}

	.main-menu .search svg {
		right: 80px;
	}

	.main-menu .wishlist svg {
		right: 125px;
	}

	#header .main-menu .logo,
	.sticky #header .main-menu .logo {
		max-width:  105px;
		max-height: 105px;
	}

	#header .main-menu .logo img,
	.sticky #header .main-menu .logo img {
		max-width:  105px;
		max-height: 105px;
	}

	.products,
	.products, .entry-content ul.products {
		max-width:    415px;
		margin-left:  auto;
		margin-right: auto;
	}

	.products li,
	.products, .entry-content ul.products li {
		width:         100%;
		padding-left:  0;
		padding-right: 0;
	}

	.entry-content .two-col .left,
	.entry-content .two-col .right {
		float:   none;
		width:   100%;
		padding: 0;
	}

	.footer-sidebar .first {
		width:         100%;
		float:         none;
		max-width:     350px;
		margin-left:   auto;
		margin-right:  auto;
		margin-bottom: 65px
	}

	#home-slider .slick-slide,
	.fixed-slider #home-slider .slick-slide,
	.slick-preloader .img,
	.slick.preloading,
	.fixed-slider .slick-preloader .img,
	.fixed-slider .slick.preloading {
		background-position: 90% top;
		background-size:     auto 320px;
		height:              510px;
	}

	#home-slider .inner {
		left:              25px;
		top:               330px;
		width:             90%;
		-webkit-transform: translateY(0);
		-moz-transform:    translateY(0);
		-ms-transform:     translateY(0);
		-o-transform:      translateY(0);
		transform:         translateY(0);
		margin-left:       0;
	}

	#home-slider h3,
	.fixed-slider #home-slider h3 {
		max-height: 75px;
		overflow:   hidden;
	}

	#home-slider .slick-arrow {
		top:     165px;
		width:   30px;
		height:  30px;
		opacity: 0.5;
	}

	#home-slider .slick-dots {
		margin-left: 0;
		left:        25px;
	}
}

@media (max-width: 480px) {
	#home-review .review {
		padding-bottom: 50px;
	}

	#home-review p {
		padding:   0;
		width:     90%;
		font-size: 21px;
	}

	#home-review .slick-arrow {
		display: none !important;
	}

	.shop_table.cart thead {
		display: none;
	}

	.shop_table.cart .quantity input {
		font-size:    14px;
		line-height:  31px;
		width:        33px;
		padding:      0;
		margin-right: 10px;
	}
}

@media (max-width: 475px) {
	.main-menu .wishlist.added svg.on,
	.main-menu .wishlist:not(.added) svg.off {
		display: none;
	}

	.main-menu .mobile-wishlist svg {
		position: absolute;
		display:  inline-block;
		right:    25px;
		bottom:   11px;
		width:    21px;
		height:   18px;
		fill:     #FFF;
	}

	.main-menu .mobile-wishlist.added svg.off {
		display: none;
	}

	.main-menu .mobile-wishlist:not(.added) svg.on {
		display: none;
	}

	#home-post .post-content {
		padding: 22px 18px;
	}

	#home-post h3 {
		font-size:   18px;
		line-height: 22px;
		min-height:  92px;
		padding:     15px 0 10px 0;
		margin:      0;
	}

	.footer-sidebar > * {
		width:        100%;
		float:        none;
		max-width:    300px;
		margin-left:  auto;
		margin-right: auto;
	}

	.footer-widget:nth-child(2) {
		margin-top: 65px;
	}

	.post-comments .comment-respond .comment-form-comment {
		float: none;
		width: 100%;
	}

	.post-comments .comment-respond .comment-form-author,
	.post-comments .comment-respond .comment-form-email,
	.post-comments .comment-respond .comment-form-url {
		float:   none;
		width:   100%;
		padding: 0;
	}

	.main-header h1 {
		font-size:   30px;
		line-height: 35px;
	}

	.entry-content blockquote {
		font-size:   18px;
		line-height: 28px;
	}

	.comments-navigation .nav-previous,
	.comments-navigation .nav-next,
	.post-navigation .nav-previous,
	.post-navigation .nav-next {
		max-width: 48%;
	}

	#ip-quickview {
		width: 95%;
	}

	.mfp-close.video {
		right: -15px;
	}

	.woocommerce-MyAccount-navigation ul li {
		padding:     20px 15px 20px 40px;
		font-weight: 700;
		font-size:   17px;
		line-height: 17px;
	}

	.woocommerce-MyAccount-navigation ul li svg {
		height:     26px;
		width:      34px;
		margin-top: -13px;
	}

	.woocommerce-MyAccount-navigation ul li svg.tall {
		height:     29px;
		width:      34px;
		margin-top: -15px;
	}
}

@media (min-width: 415px) {
	#home-slider .dark-image h3 {
		color: #ddd;
	}

	#home-slider .dark-image h4 {
		color: #aaa;
	}
}

@media (max-width: 414px) {

	#home-banners .banner {
		height: 180px;
	}

	#home-banners .banner h3 {
		font-size:   18px;
		line-height: 19px;
		max-height:  57px;
	}

	#home-banners .banner h4 {
		font-size:   23px;
		line-height: 23px;
		padding:     10px 0 0 0;
	}

	#home-banners .banner .more {
		left:                  9.22%;
		bottom:                25px;
		height:                34px;
		font-weight:           normal;
		font-size:             14px;
		line-height:           34px;
		color:                 #FFF;
		text-transform:        uppercase;
		padding:               0 20px;
		margin-left:           -12px;

		-webkit-border-radius: 17px;
		-moz-border-radius:    17px;
		border-radius:         17px;
	}

	.shop_table.cart .product-thumbnail img {
		display: none;
	}

	.shop_table.cart .product-thumbnail {
		width: 1px;
	}

	.shop_table.cart td.product-name {
		padding-left: 0;
	}

	#ip-wishlist-table .actions {
		float:   none;
		margin:  0;
		padding: 10px 0 0 85px;
	}

	.woocommerce-thankyou-order-details li {
		width:        100%;
		border-right: none;
	}

	.blog-container:not(.hide-sidebar) .post,
	.blog-container:not(.hide-sidebar) .post-sizer {
		width: 100%;
	}

	.grid .post-img img {
		width: 100%;
	}
}

@media (max-width: 320px) {
	.main-menu .search svg {
		display: none;
	}

	.main-menu .mobile-search svg {
		position: absolute;
		display:  inline-block;
		right:    25px;
		bottom:   11px;
		width:    20px;
		height:   20px;
		fill:     #FFF;
	}

	.main-menu .mobile-wishlist svg {
		right: 75px;
	}

	#footer .bottom > * {
		float: none;
		width: 100%;
	}

	#footer .soc {
		float:         none;
		margin-bottom: 20px;
	}

	.post-author .author-img {
		float: none;
	}

	.post-author {
		text-align: center;
	}

	.post-author .author-content {
		margin: 0;
		clear:  both;
	}

	.post-author p {
		max-width: 100%;
	}
}

@media (max-width: 319px) {

	.ip-shop-loop-wrap {
		padding-bottom: 85px;
	}

	.ip-shop-loop-actions {
		height: 55px;
	}

	.ip-shop-loop-actions .ip-wishlist-btn {
		float:       none;
		position:    absolute;
		left:        45px;
		bottom:      0;
		margin-left: 0;
	}

	.ip-quickview-btn {
		float:       none;
		position:    absolute;
		left:        0;
		bottom:      0;
		margin-left: 0;
	}

	.ip-shop-loop-details {
		min-height: 0;
	}

	#home-post .post {
		padding-left: 0;
	}

	#home-post .post-img {
		width:    100%;
		height:   208px;
		bottom:   auto;
		position: relative;
	}

	#home-post h3 {
		min-height: 0;
	}
}