/*

Additional styling for cacofonia
Author: GeekRoom.pl

*/


/*******************************************************
***********************SOME STUFF
******************************************************/

* {
	background-repeat: no-repeat;
}

html, html a {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}

body {
		margin: 0;
		padding: 0;
		background: #ffffff;
		font-family: 'Montserrat', sans-serif;
		font-size: 16px;
		color: #52504D;
		line-height: 1.4;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1;
	color: #383838;
	font-weight: bold;
	font-family: 'Montserrat', sans-serif;
	margin: .5em 0 .5em 0;
}

h1, .h1 {
	font-size: 32px;
}

h2, .h2 {
	font-size: 22px;
}

h3, .h3 {
	font-size: 16px;
}

h4, .h4 {
	font-size: 12px;
}

h5, .h5 {
	font-size: 10px;
}

h6, .h6 {
	font-size: 8px;
}

a, a:visited {
	color: #383838;
	text-decoration: none;
	-webkit-transition: 0.2s background ease-out;
	-moz-transition: 0.2s background ease-out;
	transition: 0.2s background ease-out;
}

a:hover, a:active, a:focus {
	color: #282828;
	text-decoration: none;
}

/* BUTTONS */

.btn,
.btn:visited,
input.btn,
.woocommerce .button,
.woocommerce a.button,
.lmp_button {
	border-radius: 9999em;
	border: 0;
	font-size: 18px;
	padding: .5em 1em;
	color: white;
	font-family: 'Montserrat', sans-serif;
	-webkit-transition: 0.2s background ease-out;
	-moz-transition: 0.2s background ease-out;
	transition: 0.2s background ease-out;
	text-transform: uppercase;
}

.btn-default,
.btn-default:visited,
input.btn-default,
.woocommerce .button,
.woocommerce a.button {
	background-color: #52504D;
	color: white;
	font-weight: bold;
}

.btn-default:hover,
.btn-default:active,
input.btn-default:hover,
.woocommerce .button:active,
.woocommerce a.button:active,
.woocommerce .button:hover,
.woocommerce a.button:hover {
	background-color: #6b6b6b;
	color: white;
}

.btn-primary,
.btn-primary:visited,
input.btn-primary,
.woocommerce div.product form.cart .button,
#place_order,
.lmp_button, .woocommerce input.button {
	font-weight: bold;
	background: #fc8b15;
	background: -moz-linear-gradient(left,  #fc8b15 0%, #ffc700 100%);
	background: -webkit-linear-gradient(left,  #fc8b15 0%,#ffc700 100%);
	background: linear-gradient(to right,  #fc8b15 0%,#ffc700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8b15', endColorstr='#ffc700',GradientType=1 );
	color: white;
	box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
	-webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.btn-primary:hover,
.btn-primary:active,
input.btn-primary:hover,
.woocommerce div.product form.cart .button:hover,
.woocommerce div.product form.cart .button:active,
.woocommerce div.product form.cart .button:hover,
#place_order:hover,
#place_order:active,
.lmp_button:hover,
.lmp_button:active {
	background: #fc8b15;
	background: -moz-linear-gradient(left,  #fc8b15 40%, #ffc700 100%);
	background: -webkit-linear-gradient(left,  #fc8b15 40%,#ffc700 100%);
	background: linear-gradient(to right,  #fc8b15 40%,#ffc700 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8b15', endColorstr='#ffc700',GradientType=1 );
	color: white !important;
}


.lmp_load_more_button .lmp_button,
.lmp_load_more_button .lmp_button:hover {
	font-size: 18px !important;
	color: #fff !important;
}

.btn-secondary,
.btn-secondary:visited,
input.btn-secondary {
	background-color: transparent;
	color: #52504D;
	border: 2px solid #52504D;
	font-weight: bold;
}

.btn-secondary:hover,
.btn-secondary:active,
input.btn-secondary:hover {
	background-color: #52504D;
	color: white;
}

.btn-white,
.btn-white:visited,
input.btn-white {
	background-color: transparent;
	color: #fff;
	border: 2px solid #fff;
	font-weight: bold;
}

.btn-white:hover,
.btn-white:active,
input.btn-white:hover {
	background-color: transparent;
	color: #fff;
}

.btn.disabled,
.btn.disabled:visited,
input.btn.disabled {
	background-color: #e6e6e6;
	color: #999999;
	-webkit-cursor:not-allowed;
	-moz-cursor:not-allowed;
	cursor:not-allowed;
}

.btn-xl,
input.btn-xl {
	font-size: 32px;
}

.btn-lg,
input.btn-lg {
	font-size: 24px;
}

.btn-sm,
input.btn-sm {
	font-size: 14px;
}

.btn-xs,
input.btn-xs {
	font-size: 11px;
}

.btn-100 {
	width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.btn-const-240 {
	min-width: 240px;
}

.btn-center {
	display: table;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.btn-arrow:after {
	content: '\f105';
	padding-left: .6em;
	font-family: 'FontAwesome';
	font-size: .75em;
}

.btn-no-border,
.no-border {
	border: none !important;
}

.btn-no-border:active,
.no-border:active,
.btn-no-border:focus,
.no-border:focus {
	box-shadow: none !important;
}

.container-fluid {
	padding: 0;
}

/* NO SELECT */


.no-select {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none;   /* Chrome/Safari/Opera */
  -khtml-user-select: none;    /* Konqueror */
  -moz-user-select: none;      /* Firefox */
  -ms-user-select: none;       /* IE/Edge */
  user-select: none;           /* non-prefixed version, currently
                                  not supported by any browser */
}

/* INPUTS */
input {
	color: #383838;
}

input,
input[type=text],
input[type=url],
input[type=tel],
input[type=number],
input[type=color],
input[type=email],
input[type=password],
input[type=search],
textarea {
	border: 1px solid #e2e2e2;
	border-radius: 0;
	font-size: 18px;
	color: #383838;
	padding: 7px 10px;
}

.navbar-brand {
	cursor: pointer;
}

.navbar {
	border-radius: 0px;
	border: none;
}

ul {
	list-style: square;
	font-size: 16px;
	line-height: 1.4;
}

li {
	margin-bottom: 10px;
}

.clear {
	clear: both;
}

a.svg {
	position: relative;
	display: inline-block;
}

a.svg:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}

label {
	font-weight: normal;
}

.wp-caption {
	border: none;
}

::selection {
	color: #fff;
  background: #FB5E66; /* WebKit/Blink Browsers */
}

::-moz-selection {
	color: #fff;
  background: #FB5E66; /* Gecko Browsers */
}

.row.equal-columns {
	overflow: hidden;
}

.row.equal-columns > [class*="col-"]{
    margin-bottom: -99999px;
    padding-bottom: 99999px;
}

/* RATIOS */

.ratio-16-9,
.ratio-4-3,
.ratio-2-1,
.ratio-1-1,
.ratio-1-2,
.ratio-2-3,
.ratio-3-1,
.ratio-3-2,
.ratio-the-front-slider {
	position: relative;
	width: 100%;
	overflow: hidden;
}
.ratio-3-2:before{
	content: "";
	display: block;
	padding-top: 150%;
}
.ratio-3-1:before{
	content: "";
	display: block;
	padding-top: 40%;
}
.ratio-16-9:before{
	content: "";
	display: block;
	padding-top: 56.25%;
}
.ratio-4-3:before{
	content: "";
	display: block;
	padding-top: 75%;
}
.ratio-2-1:before{
	content: "";
	display: block;
	padding-top: 50%;
}
.ratio-1-1:before{
	content: "";
	display: block;
	padding-top: 100%;
}
.ratio-1-2:before{
	content: "";
	display: block;
	padding-top: 198%;
}
.ratio-2-3:before{
	content: "";
	display: block;
	padding-top: 132.3%;
}

.ratio-the-front-slider:before{
	content: "";
	display: block;
	padding-top: 48.8%;
}

.ratio-3-1 > *,
.ratio-3-2 > *,
.ratio-16-9 > *,
.ratio-4-3 > *,
.ratio-2-1 > *,
.ratio-1-1 > *,
.ratio-1-2 > *,
.ratio-2-3 > *,
.ratio-the-front-slider > *   {
	position: absolute !important;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.focus-outline {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
  outline: 2px solid #777 !important;
  outline-offset: 1px !important;
}

a.visible-on-focus:focus {
  width: auto;
  height: auto;
  font-size: 10px;
  border: none;
  padding-left: 5px !important;
  position: static;
  -webkit-transition: none !important;
  -moz-transition: none !important;
  transition: none !important;
}

.margin-top-15 {
	margin-top: 15px;
}
.margin-top-30 {
	margin-top: 30px;
}
.margin-bottom-15 {
	margin-bottom: 15px;
}
.margin-bottom-30 {
	margin-bottom: 30px;
}
.onsale {
	display: none;
}

#page > .shop-advantages-bar:first-child {
	margin-top: 0;
}

a.gk-edit-link {
	position: fixed;
	left: 15px;
	bottom: 15px;
	width: 45px;
	height: 45px;
	line-height: 45px;
	text-align: center;
	font-size: 21px;
	color: #0073aa;
	background-color: #fff;
	z-index: 99999999;
	border-radius: 99999em;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
}

/*******************************************************
*********************** HEADER && MENU
******************************************************/


@media only screen and (min-width : 992px) {

	.dropdown-menu li:hover > .sub-menu {
	    visibility: visible;
	}

	.dropdown:hover > .dropdown-menu {
	    display: block;
	}

}

/* dropdown-submenus */

.dropdown-submenu {
	position:relative;
}

.dropdown-submenu >.dropdown-menu {
	top:0;left:100%;
	-webkit-border-radius:0 6px 6px 6px;
	-moz-border-radius:0 6px 6px 6px;
	border-radius:0 6px 6px 6px;
}

.dropdown-submenu:active > .dropdown-menu,
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}

.dropdown-submenu > a:after {
	display:block;
	content:" ";
	float:right;
	width:0;
	height:0;
	border-color:transparent;
	border-style:solid;
	border-width:5px 0 5px 5px;
	border-left-color:#cccccc;
	margin-top:5px;
}

.dropdown-submenu:active > a:after{
	border-left-color:#ffffff;
}

.dropdown-submenu.pull-left {
	float:none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
	left:-100%;
	margin-left:10px;
	-webkit-border-radius:6px 0 6px 6px;
	-moz-border-radius:6px 0 6px 6px;
	border-radius:6px 0 6px 6px;
}

.woocommerce-checkout .navbar-toggle {
	display: none;
}

.last-of-menu {
  padding: 0 !important;
  margin: 0;
}

.navbar-nav > li > .dropdown-menu {
  z-index: 100000;
  width: 720px;
  border-color: rgba(0,0,0,.1);
  -webkit-box-shadow: 2px 4px 5px rgba(0, 0, 0, .07);
  box-shadow: 2px 4px 5px rgba(0, 0, 0, .07);
  display: none;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}

.dropdown:hover > .dropdown-menu {
	display: table;
 	display: flex;
}

.navbar-nav > li > .dropdown-menu > li {
	margin-bottom: 0;
	flex: 0 0 50%;
	max-width: 50%;
}

ul.dropdown-menu li.all-products a {
	border-top-color: rgba(0,0,0,.1);
	padding-bottom: 15px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-color: #F7F7F7;
}

.custom-logo {
	height: 100px;
	width: auto;
}

.shop-advantages-footer {
	display: none;
}

.shop-advantages-bar {
	background: #F7F7F7;
	text-align: center;
	padding: 10px 0;
	box-sizing: border-box;
}

.shop-advantages {
	display: table;
	display: flex;
	align-items: center;
	justify-content: space-around;
	margin: 0 auto;
	max-width: 1170px;
}

.shop-advantage {
	text-align: left;
	color: #383838;
	font-size: 10px;
	font-weight: bold;
	line-height: 1;
	text-transform: uppercase;
	flex: 0 1 200px;
}

.shop-advantage a {
	color: #383838;
	text-decoration: none;
}

.shop-advantage-cont {
	display: table;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}

.shop-advantage-icon {
	flex: 0 0 40px;
	padding-right: 8px;
	display: table;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.shop-advantage-title {
	flex: 1 1 auto;
}

.shop-advantage-icon .adv-icon {
	font-size: 24px;
}

.adv-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
  font-size: 28px;
}

.adv-icon-adv-days {
  width: 1em;
  background-image: url('data:image/png;base64,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');
}

.adv-icon-adv-art {
  width: 1.2509765625em;
  background-image: url('data:image/png;base64,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');
}

.adv-icon-adv-quality {
  width: 0.8076171875em;
  background-image: url('data:image/png;base64,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');
}

.adv-icon-adv-shipping {
  width: 1.197265625em;
  background-image: url('data:image/png;base64,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');
}

.adv-icon-adv-eu {
  width: 0.990234375em;
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAD8AAABACAYAAACtK6/LAAAJR0lEQVR4Xu1bbYhcVxl+njOZO/nYairECmpJReoXYnYmKMRAjWiRCJpC2tRKIYKtTYo2UrS2IgSEpvRP6wdtf1hsED9JNaEYo1UbtYKG7G4VEdoGEqX4w2pMTLvN3Nk5j7znztz52Dt3Zmc3s7PSgf2xd+6cc57zfpz34znEMn40HR0G492cxLnlWAaXY1KbUzPFTZCbAf2nOFl7bDnWsXzgp4oPgvwcoN+wXNu2YsFrBhuBaBMn48O9QGgG64HojvR7cS/gXw84gNrf+p2OcLL2zCg2Y0kkr6loP6gtLNeuzQG/ESr9AcAVkG+9ZisQAFIQzsLFmzmJMz3HmYoOQXqRm2t7FrtBSwN+uvRPABvA6uV5zitIX9F3IXwQ0Opk8QH5LIgTYO26fs5PJ6NZkC+zUt2w7OCD4/I8AWgWDvsGcV6ajp4FdDVkwA17ASxX+wpCM9EOeB0Mv3G4ZrHm0XfCrN3VdOlpAO9vfedjAFGw3+bH67/cHL+2+/fBP6h0GvJV0JUgH4MEiF3dPiNoii/9GcSbW76iYTJsmwv4PcvVrQvVhOHABwDRzyFcCfjVtvI2hxWDhfOgvzZLMpoq7QPxAKQpuHgn6tG9cPwEpMdZiXfO36xwJB6D/OsAFVtzNc2FL4DaNYwWDAW+uUCdjL4HYmeyKFNf1CCegou39LLd4Bzt1UqcevhEnfl1VqpXZmqaaUA9egjUDgBrkrlYhcePuTm+aaESb76/OPAzxd3w+CaAdUH4Jgzx+8MsyFQ811meLD4M4rbGJttEVajwJVaqDy4P+KnoJIhJCBdBvABoI8A5luN1wy6o1+80Ff0L1GUAz0AohLnIv7Mcv2XYuYaWfHJslf4D6CgYf9KkppPRfXC8C9R1eQHPQhebhsLeP2Lne5jbzMB8BatX5cUFeXP1BW822m6fqb3PrPoAfGFTt9rJnoMbBznyBt2EJIIsru92arYpvRydzCRRO5xnSrng02OJfnIYbzoouEvxnqaj05COsFLb12v8fPDpsYTPL8axXApweWMGodWj5+H4b5arbxgYfFBbi7LDx30b0lUAT4H+0+kgnPtTvzB09IAtHlASVHnuArEH4AU43Az5pF7Aub+1+4cOyYfzVvwJoIvhT1ydxOC8CNoz+5+rwfo2Ts4dHzXAnidBiBPwHZATgAHlKshPAHwFRBXAKsBNADrCcmyxQuvEbB80CTjwA1ClpvzTN0XbgLvH0QQS/2RRp94EaG1H1EnG8HgchXhvu8Zm2nzD0Z2AfCNzUkg+sAIcn6ajn0La3hIoawC/mCWwXuCTM1x1s3szAVP3GC5+27Bn6qhMRNPRXyC9C4ClyWsBvAS5rywAfHE3xEcBS510EB674BBBvHMcVb4VezQyRihRc4cKgLdCeJ6V+O3dAsiWfFAdTsL57Xa+p/YEnGI5/uiopLjQeUJg4/kNOH22GWTJcgLnbsuqF/RQ++zoyDZhnNU+OGvEz3Sv0Z5nhdt9w9uF7v5Kev9V8J3nvJWYi5aYjKR8PCpNsQpSt7OeJ/lQnYHOL0VpeFTA+s2Tpt9d6W8W+Fk4XmC5ekW/QVfK9+EUkOUpnQna/NjeSsO0WrK2/r+ovqaLTwG0hO3Z9vOemor+CvIdqRStm0JVgUKpTbJDlYaXSzNaCVpjBdIc4C25mQO5Kk1sQgpbd0dBb02zdsBWJMwtQy8XuEHmDSU14E7QQHeU1i1wrcHr0fA0aQ5EvwT0zrQ0DFg6+DRYu2HccvdBwCe4rNTmjgFqEyqrcLjRgp50S2QtY8gKAFEjhY0hd9c4x/KDbIKmSwoJmnWFrD0WstOkp9gCb81G64rQnYXXBKhosaXhQRZ3Kd9JbB+HrLYD6DjErSDMmX/GYv+G2jdYEvBPmpqHBfnoGMj3LaY0fCmBDTJ2ErNgBwqWoM0dD5tRhz07bI2VBnhLCIB5jUIrYDp/binL0IMseqneCabsavvbfVZCkijuSCW/VJOttHFeTWxWmsQGWe8gtYe+kjeuXHu5d5CJx+GdxN7xWF6IPmC7arzq9INsrqailwF+OS9O6d+ugh4A9LW8ntcgixnlO2lXFzqd18Ken9JmtavoXgTq16cAxrJd1dZm8+5WUDcl5Xbc0GpX8Xy7GXSltDZA4Sl41eF0ATKSEdaCeAnAHMSJkBWNWfMiSLrO38Lxsla7ShNI8pNq2maT79DgDMmHaO8XUP01AEptGVEVokdBW8Yxz0+qNcUfQdgKaE1nJpfdZsvr2DwH1Tekg1j/og/JcJR23WuuwOSWPt76njU43ZoVpfZpV1lhgzGkCAiDvHccpd6+EQ1Swsag8pADWRumXfUtCFU43Q65+wO9tMtmxkHSHcBTgmNop98N+u2A+zCkjvJV8zfZkg+0L2tXxR8JRKPUnvhGVmJrAs77WOFguXv2CcFRe9pJieEZ9FW4+N3dnZy+EV7nzhrZaM7aQR03I5JzlftHEQkGME5nstpPCRkqa33ZhKYFge/pZMLFAXfHKByiQtFFZ7O6rgs1w6UBHyjnuhzULZcy928xvKGl4AoMBT7phuI9ScVH60HeAmkd6P4B4LnUoZSruddHBuHKJRcZeE0yptYH4kESuJwCmJof+8yVpRVDgg998Ec6eTuBBZ3METgNeoKV+GN5qhh49+LDeclHyuoMZbiu0awoaXPS387J2kMjU/uGCh4CZFz4pOJrq6MzVsR+bo4P5AJvHUuZx9A8Rxt6CzK0zRsarwBuFk4fGjb2GEryzYU1NuCPgAVBDcmTRwdhbyRHkL8fdMVBiqSN9+9NQtegXnazwyQ+9LW0xYFPztX7IHmQDlIpqHxGGNwiKrfJNLloNAs6Iw41PjrIcry7W2uSfhuM12u8Ooaokzi+mGtpiwMf7srwanjdg4J+BvGH4f8erOuGplhnyCjpDfVtwLTM0fOJbq5cMKYmw1t2j8cnnCAzA8c1izlehwbfaHH9Dk43N20uoYIXD9iisqSXAklaY8aUargKWgPxC70cX9Ji5vVNans6jtHOC/E9w/KEFgW+51WSfrcmjBFtlwWC9zYnGWiie3vZb79bGAv18s33hwY/7ISt21Wy2xm/hsc2OKsb6Fd5lxKHnS/vd6MHb05SOoCC9pik0w4xWRnkbt1SbsLowVsShNq5eVy5kLBU7WZEz6ukSwncxvofx5ibt2rg9DUAAAAASUVORK5CYII=');
}

.adv-icon-adv-safe {
  width: 0.8041015625em;
  background-image: url('data:image/png;base64,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');
}


.navbar {
	background: #fff;
	height: 85px;
	border-bottom: 1px solid rgba(0,0,0,.1);
	text-transform: uppercase;
	color: #383838;
	margin-bottom: 0;
	z-index: 2000;
}

.navbar-default .navbar-nav > li {
	padding: 0 11px;
}

.navbar-default .navbar-nav > li:last-child {
	padding-left: 0;
	padding-right: 0;
}

.navbar-default .navbar-nav > li:nth-last-child(2) {
	padding-right: 0;
}

.navbar a,
.navbar-default .navbar-nav > li > a {
	color: #383838;
}

.navbar-default .navbar-nav > li > a {
	font-size: 15px;
	padding: 0;
	text-transform: none;
	font-weight: bold;
}

.navbar-default .navbar-nav > li > a .caret {
	color: #666;
}

.navbar-default .navbar-nav > li:nth-child(n+6) > ul.dropdown-menu {
	left: initial;
	right: 0;
}

a.custom-logo-link {
	width: 160px;
	display: block;
	padding-top: 17px;
}

.custom-logo-link img {
	max-width: 100%;
	height: auto;
}

.navbar-collapse {
	padding: 0;
}

.navbar-nav {
	margin-top: 27px;
	margin-left: 15px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	border-bottom: 1px solid #383838;
	color: #383838;
	background: transparent;
}

.navbar-default .navbar-nav > li.menu-item-fast-gift > a:before {
	content: '';
	display: inline-block;
	vertical-align: -3px;
	background-image: url(./img/icon-fast-gift.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 15px;
	height: 18px;
	margin-right: 7px;
}

.blog:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > li > a:hover,
.blog:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > li > a:focus,
.blog:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > .active > a,
.blog:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > .active > a:hover,
.blog:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > .active > a:focus,
.blog:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > .active > a:active {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.navbar-nav .caret {
	display: none;
}

.navbar-default .navbar-nav > li.dropdown > a {
	border-bottom: none !important;
}

.navbar-miscs {
	float: right;
	text-align: right;
	margin-top: 12px;
}

.navbar-miscs > * {
	display: inline-block;
	vertical-align: top;
	/* margin-left: 22px; */
}

.top-cart-count-box > *,
.top-wishlist-count-box > *,
.top-search-mobile-box > *,
.top-search-toggle-box > *,
.navabr-account {
	padding: 9px;
}

.navbar-miscs > .navbar-switcher {
	margin-left: 22px;
}

.navbar-account .fa,
.navbar-wishlist .fa {
	font-size: 16px;
}

.navbar-wishlist,
.navbar-cart,
a.navbar-cart {
	position: relative;
	display: inline-block;
}

.badge {
	border-radius: 99999em;
	line-height: 1;
	padding: 2px 5px;
}

.badge-notify {
	position: absolute;
	top: 0px;
	right: 3%;
	font-size: 12px;
	text-align: center;
	color: #383838;
	background: #FFC301;
	font-weight: bold;

}

a.navbar-cart .badge-notify {
	opacity: 0;
	transition: .2s opacity ease-in-out;
}

a.navbar-cart.updated .badge-notify {
	opacity: 1;
}

.navbar-cart .woocommerce-Price-amount.amount {
	font-size: 16px;
	font-weight: bold;
}

.navbar-cart .woocommerce-Price-currencySymbol {
	text-transform: initial;
	font-size: 12px;
	font-weight: normal;
}

.navbar-switcher {
	font-size: 14px;
	font-weight: bold;
	position: relative;
	margin-left: 10px;
}

.navbar-switcher-info {
	cursor: pointer;
	padding-top: 10px;
	display: table;
	display: flex;
	align-items: center;
}

.navbar-switcher-data {
	flex: 0 0 auto;
	line-height: 1;
	text-align: left;
}

.navbar-switcher-data span {
	display: block;
	font-size: 12px;
}

.navbar-switcher-data span:first-child {
	margin-bottom: 2px;
}

.navbar-switcher-caret {
	flex: 0 0 auto;
	padding-left: 7px;
}

.navbar-switcher-menu {
	box-shadow: 1px 6px 15px rgba(0,0,0,.2);
	padding: 20px 10px;
	background: #fff;
	position: absolute;
	width: 200px;
	right: -15px;
	top: 35px;
	text-align: center;
	display: none;
	z-index: 20;
}

.navbar-switcher:hover .navbar-switcher-menu {
	display: block;
}

.navbar-switcher .navbar-switcher-menu:hover {
	display: block;
	cursor: pointer;
}

.navbar-switcher-group {
	display: inline-block;
}

.navbar-switcher-group:first-child {
	margin-right: 10px;
}

.navbar-switcher-menu label {
	font-size: 12px;
	font-weight: bold;
	text-transform: initial;
	display: block;
	color: #52504D;
	text-align: left;
}

.navbar-switcher-menu select {
	text-transform: uppercase;
	color: #383838;
}

.navbar-icon-label {
	display: block;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
}

.navbar__fa-block {
	display: block !important;
}

.navbar__fa-center {
	text-align: center;
}

ul.dropdown-menu {
    overflow-x: hidden;
    padding: 0;
}

ul.dropdown-menu li a {
	float: left;
    display: block;
    width: 100%;
    color: #383838;
    font-size: 18px;
    line-height: 1;
    padding: 10px 15px 10px 10px;
    font-weight: bold;
    white-space: initial;
    height: 100%;
}

ul.dropdown-menu li a .sub {
    margin-top: 10px;
    text-transform: initial;
    font-size: 12px;
    white-space: normal;
    line-height: 1.3;
    font-weight: normal;
    display: block;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #ECECEC;
    color: #262626;
}

.menu-item-img {
    width: 110px;
    float: left;
    margin-right: 15px;
}

.menu-item-desc {
	margin-top: 4px;
}

ul.dropdown-menu li.all-products a {
	float: none;
	text-align: center;
	color: #CCC;
	border: none;
    margin-top: 15px;
    text-transform: none;
}

ul.dropdown-menu li.all-products a:hover, ul.dropdown-menu li.all-products.active a {
	color: #383838;
}

.navbar-default {
	position: relative;
	height: 75px;
	margin-bottom: -75px;
	z-index: 2000;
	box-shadow: none;
	transition: .3s box-shadow ease-out;
}

.navbar-default.scrolled {
  position: fixed;
  width: 100%;
  top: 0;
}

#content.site-content {
	padding-top: 75px;
}

.navbar-header h1 {
	display: inline;
}

.global-banner-img {
	margin: 0 auto;
}

.navbar {
	padding: 0 15px;
}

@media(min-width:1400px){
	.navbar {
		padding: 0 45px;
	}
}

.top-search-bar {
	max-height: 0;
	transition: all .2s ease-in-out;
	background-color: #f4f4f4;
	overflow: hidden;
	opacity: 0;
	position: absolute;
	top: 75px;
	left: 0;
	right: 0;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}

.top-search-bar.active {
	opacity: 1;
	overflow: visible;
	min-height: 54px;
	max-height: 500px;
	box-shadow: 0 3px 5px rgba(0,0,0,0.15);
}

.top-search-bar input.product-search-field {
	width: 100%;
	outline: none !important;
	border: none !important;
	padding-left: 0;
	font-weight: bold;
	background: transparent !important;
	font-size: 21px;
	margin-top: 3px;
	margin-bottom: 7px;
	color: #383838;
	box-sizing: border-box;
}

.top-search-bar form > div {
	padding-left: 15px;
	box-sizing: border-box;
	max-width: 100%;
    overflow: hidden;
}

.product-search-results {
	background-color: #ffffff;
	padding: 0;
	width: 100% !important;
	box-sizing: border-box;
}

table.search-results {
	margin-bottom: 0;
}

table.search-results td.product-image {
	width: 50px;
	height: 32px;
	vertical-align: top;
	padding-left: 15px;
}

table.search-results td.product-image img.thumbnail {
	border: none;
	border-radius: 0;
	padding: 0;
	margin-bottom: 0;
}

table.search-results td.product-info {
	padding-left: 15px;
	vertical-align: top;
	font-size: 21px;
	font-weight: bold;
	color: #383838;
}

table.search-results td.product-info span.title {
	text-transform: none;
}

table.search-results tr td {
	border-top: 1px solid #e1e1e1;
}

table.search-results td {
	padding-top: 10px;
	padding-bottom: 10px;
	transition: background .2s ease-in-out;
}

table.search-results tr:hover td {
	background-color: #f4f4f4;
}

.top-search-bar-close {
	font-size: 32px;
    line-height: 1;
    position: absolute;
    top: 5px;
    right: 15px;
    cursor: pointer;
    color: #838383;
    font-family: 'Montserrat';
}

@media(min-width:1400px){
	.top-search-bar form > div {
		padding-left: 45px;
	}

	table.search-results td.product-image {
		padding-left: 45px;
		width: 80px;
	}

	.top-search-bar-close {
		right: 45px;
	}
}

a.btn-header-checkout-back-to-shop {
	text-decoration: underline;
	font-size: 12px;
	text-align: right;
	margin-left: auto;
	float: right;
    margin-top: 30px;
}

/*******************************************************
*********************** WOOCOMMERCE
******************************************************/

.woocommerce .page-title {
	font-size: 37px;
	/* text-transform: uppercase; */
}

.woo-container {
	margin-top: 15px;
}

.woocommerce-info {
    border-top-color: #383838;
}

.woocommerce-info:before {
	color: #383838;
}

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt {
	background-color: #383838;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
	background-color: #7E5BDD;
}

.woocommerce #respond input#submit
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	border-radius: 99999em;
}

.woocommerce .woocommerce-breadcrumb {
	text-transform: uppercase;
	color: #A8A6A3;
	font-size: 12px;
}

.woocommerce .woocommerce-breadcrumb a {
	color: #A8A6A3;
	font-size: 12px;
}

.product-archive-top-banner-container {
	margin-top: 15px;
	margin-bottom: -15px;
}

.product-archive-top-banner-img {
	margin: 0 auto;
}

.shop-navbar {
	background: #fff;
	position: relative;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.shop-navbar a {
	color: #383838;
}

.shop-navbar ul.shop-categories-list {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.shop-navbar ul.shop-categories-list li {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	font-size: 14px;
	margin-left: 40px;
	line-height: 1;
	text-transform: uppercase;
	position: relative;
}
.shop-navbar ul.shop-categories-list li a {
	padding: 10px 0 13px 0;
	display: block;
}

.shop-navbar ul.shop-categories-list li:first-child {
	margin-left: 0;
}

.shop-navbar ul.shop-categories-list li.current-cat:after,
.shop-navbar ul.shop-categories-list li:hover:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 4px 5px 4px;
	border-color: transparent transparent #383838 transparent;
	z-index: 10;
	position: absolute;
	display: inline-block;
	bottom: 0;
}

.shop-navbar-tour {
	float: right;
	height: 37px;
}

.shop-navbar-tour a {
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid rgba(0,0,0,.1);
	font-size: 25px;
	width: 40px;
	height: 100%;
	padding-top: 4px;
	line-height: 1;
	text-align: center;
}

.shop-navbar-tour a:hover {
	background: #363636;
	color: #fff;
}

.shop-navbar-tour a:first-child {
	border-left: 1px solid rgba(0,0,0,.1);
}

.shop-navbar-tour a .fa-times {
	font-size: 15px;
}

.shop-navbar-tour a.shop-navbar-tour-exit {
	padding-top: 1px;
}

.woocommerce .product_meta select.wcml_currency_switcher {
	display: none;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	width: 58%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	margin: 0;
	float: none;
	width: auto;
}

.woocommerce div.product div.images div.thumbnails {
	width: 20%;
	float: right;
	margin: 0;
}

.woocommerce #content div.product div.thumbnails a, .woocommerce div.product div.thumbnails a, .woocommerce-page #content div.product div.thumbnails a, .woocommerce-page div.product div.thumbnails a {
	width: 100%;
	margin-right: 0;
}

.woocommerce div.product div.images > .zoom > img {
	width: 78%;
	height: auto !important;
	float: right;
	margin-left: 2%;
}

.woocommerce div.product .product_title {
	font-size: 28px;
	text-transform: none;
	margin: 0;
	padding: 0;
	margin-bottom: 5px;
}

.woocommerce .single-product-theme {
	font-size: 12px;
	color: #777777;
	text-transform: uppercase;
	font-weight: bold;
}

.woocommerce .single-product-theme a {
	color: #777777;
}

.woocommerce div.product .summary p.price {
	margin-top: 20px;
	margin-bottom: 20px;
}

.woocommerce div.product.sale .summary p.price,
.woocommerce div.product.sale .summary p.price > * {
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

.woocommerce div.product.sale .summary p.price > * {
	vertical-align: 0;
}

.woocommerce div.product .summary p.price ins,
.woocommerce div.product .summary p.price,
.woocommerce div.product .summary span.price {
	margin-right: 20px;
	font-size: 28px;
	font-weight: bold;
	color: #383838;
	line-height: 1;
	font-family: 'Montserrat', sans-serif;
}

.woocommerce div.product.sale .summary p.price ins,
.woocommerce div.product.sale .summary p.price,
.woocommerce div.product.sale .summary span.price {
	font-family: 'MontserratPrice', 'Montserrat', sans-serif;
}

.woocommerce div.product .summary p.price del,
.woocommerce div.product .summary.sale p.price del,
.woocommerce div.product.sale .single_variation_wrap span.price {
	color: #414142;
	font-size: 14px;
	opacity: 1;
	padding-top: 9px;
	font-weight: normal;
	font-family: 'Montserrat', sans-serif;
}

.woocommerce .btn-pa {
	min-width: 38px;
	height: 38px;
	border-radius: 99999em;
	font-size: 14px;
	color: #777777;
	background: #ECECEC;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-left: 5px;
	cursor: pointer;
	box-sizing: border-box;
	padding: 10px 4px 0 3px;
}

.woocommerce .btn-pa:first-child {
	margin-left: 0;
}

.woocommerce .btn-pa.active,
.woocommerce .btn-pa:hover {
	background: #666666;
	color: #fff;
	font-weight: bold;
}

.woocommerce .variations td {
	float:left;
    width: 100%;
}

.woocommerce .variations td.label {
	text-align: left;
}

.woocommerce .variations .label label,
.pa_qty_cont label,
label.the-label {
	font-weight: bold;
	font-size: 18px;
	color: #52504D;
	margin-bottom: 3px;
}

.woocommerce .reset_variations,
.woocommerce div.product form.cart div.quantity,
.woocommerce div.product form.cart .single_variation_wrap div.quantity {
	display: none !important;
}

.woocommerce div.product form.cart .variations {
	max-width: 300px;
	float: none;
}

.woocommerce div.product .single_variation_wrap .woocommerce-variation-price {
	margin-bottom: 15px;
}

.woocommerce div.product .single_variation_wrap .woocommerce-variation-price span.price {
	font-size: 18px;
}

.pa_qty_cont {
	float: left;
	padding-top: 4px;
	display: none;
}

#faux-qty {
	background: #ECECEC;
	border-radius: 9999em;
	color: #777777;
	width: 0;
	text-align: center;
	padding: 0px 3px 0 3px;
	min-width: 38px;
    height: 38px;
    font-size: 14px;
}

#faux-qty::-webkit-inner-spin-button,
#faux-qty::-webkit-outer-spin-button {
   opacity: 1;
}

.woocommerce div.product form.cart .button {
	margin-right: 15px;
}

.woocommerce div.product form.cart .button:before {
	content: '\f07a';
	font-family: 'FontAwesome';
	padding-right: 10px;
	font-size: .9em;
	vertical-align: .1em;
}

.woocommerce .single-product-wishlist {
	text-transform: uppercase;
	font-size: 14px;
	color: #52504D;
	font-weight: bold;
	padding-top: 10px;
	cursor: pointer;
}

.single-product-panels {
	border-bottom: 1px solid #d1d1d1;
}

.panel-heading {
	font-size: 18px;
	padding: 0;
	margin: 0;
	width: 100%;
	position: relative;
	border-top: 1px solid #d1d1d1;
	cursor: pointer;
	padding-top: 15px;
	padding-bottom: 15px;
}

.panel-heading:first-child {
	border-top: none;
}

.panel-heading:after {
	position: absolute;
	top: 15px;
	text-align: right;
	right: 15px;
	display: block;
	content: '\f0d7';
	font-family: 'FontAwesome';
}

.panel-heading.active:after {
	content: '\f0d8';
}

.panel-content {
	display: none;
	padding-bottom: 25px;
	font-size: 14px;
}

.panel-content ul li {
	font-size: 14px;
    line-height: 1.2;
    list-style-type: disc;
}

.panel-content.active {
	display: block;
}

.panel-content .single-product-excerpt {
	font-weight: bold;
}

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

.panel-content span.lazy-load-cont {
	max-width: 100%;
}

.woocommerce .related.products > h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 21px;
	margin-top: 15px;
	margin-bottom: 30px;
}

.woocommerce ul.products li.product a img {
	margin-bottom: 15px;
}

.woocommerce ul.products li.product h3,
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	text-align: center;
	font-size: 14px;
	text-transform: uppercase;
	color: #52504D;
	padding-bottom: 0;
}

.woocommerce ul.products li.product .price {
	color: #52504D;
	text-align: center;
	font-size: 14px;
}

.woocommerce .product-loop-thumbnail-cont {
	position: relative;
	width: 100%;
	max-width: 100%;
	height: auto;
	overflow: hidden;
}

.woocommerce .product-loop-thumbnail-cont:before {
	content: '';
	display: block;
	padding-bottom: 100%;
	float: left;
}

.woocommerce .product-loop-thumbnail-hover,
.woocommerce img.product-loop-thumbnail-hover {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	background-size: cover;
	background-position: center center;
	bottom: 0;
	border: 1px solid #f0f0f0;
	z-index: 1;
	transition: .2s opacity ease-out;
}

.woocommerce .product-loop-thumbnail-hover,
.woocommerce img.product-loop-thumbnail-hover {
	border: none;
}

.woocommerce .product-loop-thumbnail-hover:hover,
.woocommerce img.product-loop-thumbnail-hover:hover {
	opacity: 1;
}

.product-archive-description {
	border-top: 1px solid #d1d1d1;
	padding-top: 15px;
	margin-top: 30px;
}

.product-archive-description img {
	max-width: 140px;
	margin: 0 auto;
}

.product-archive-description h1 {
	font-size: 18px;
	text-transform: uppercase;
	color: #777777;
	margin-top: 30px;
	padding-top: 0;
}

.product-archive-description p {
	font-size: 16px;
	color: #777777;
	line-height: 1.2;
	max-width: 600px;
}

.woocommerce .flexslider {
	margin: 0 auto;
	width: 1060px; /* container - 2*40px */
}

.woocommerce .flexslider ul.products li.product {
	clear: initial !important;
}

.flex-direction-nav a {
	opacity: .6 !important;
    height: 40px !important;
    top: 30% !important;
    width: 40px !important;
}

.flex-direction-nav .flex-nav-next a {
	right: -40px !important;
}

.flex-direction-nav .flex-nav-prev a {
	left: -40px !important;
}

.flex-direction-nav .flex-nav-prev a:before {
    font-family: FontAwesome !important;
    content: '\f104' !important;
}

.flex-direction-nav .flex-nav-next a:before {
    font-family: FontAwesome !important;
    content: '\f105' !important;
}

.woocommerce div.product form.cart .variations td.label {
	line-height: 1;
}

.woocommerce div.product .product-sayings-cont {
	margin-bottom: 30px;
}

.woocommerce div.product .the-label span {
	font-size: 10px;
	color: #9B9B9B;
	margin-left: 5px;
	vertical-align: 2px;
	line-height: 1;
	font-weight: normal;
}

.woocommerce div.product .the-switch {
  background-color: #ffffff;
  width: 60%;
  display: block;
  border-radius: 0;
  height: 30px;
  padding: 0;
  position: relative;
  zoom: 1;
  border: 1px solid #EBEBEB;
  font-size: 13px;
  text-align: center;
  margin-top: 0;
}
.woocommerce div.product .the-switch:before, .woocommerce div.product .the-switch:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.woocommerce div.product .the-switch:after {
  clear: both;
}
.woocommerce div.product .the-switch label {
  float: left;
  width: 50%;
  position: relative;
  z-index: 2;
  line-height: 25px;
  cursor: pointer;
  color: #9B9B9B;
}
.woocommerce div.product .the-switch input[type="radio"] {
  display: none;
}
.woocommerce div.product .the-switch input[type="radio"]:checked + label {
  color: #ffffff;
}

.woocommerce div.product .the-switch span {
  position: relative;
  z-index: 1;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  display: block;
  border-radius: 0 0 0 0;
  background-color: #52504D;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.woocommerce div.product .the-switch span.right {
  left: 50%;
  border-radius: 0 0 0 0;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.woocommerce div.product .single-product-pros {
	list-style-type: none;
	margin: 0 0 0 15px;
	padding: 0;
}

.woocommerce div.product .single-product-pro {
	list-style-type: none;
	margin: 0 0 8px 0;
	padding: 0;
	padding-left: 8px;
    text-indent: -8px;
}

.woocommerce div.product .single-product-pro,
.woocommerce div.product .single-product-pro a {
	font-size: 14px;
	line-height: 1.2;
	color: #52504D;
}

.woocommerce div.product .single-product-pro .fa-check {
	color: #FFC434;
	font-size: .8em;
	margin-right: 5px;
}

.single-product .fb-share {
	float: right;
	margin-top: 15px;
}

.single-product-below-cart-button {
	margin-top: 25px;
    margin-bottom: 10px;
}

.woocommerce div.product form.cart .variations select {
	padding: 13px 8px;
    border: 1px solid #EBEBEB;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    font-weight: bold;
    font-size: 16px;
    color: #52504D;
    border-radius: 0;
    margin: 0;
    width: 100%;
    cursor: pointer;
    line-height: 16px;
}

.woocommerce div.product form.cart .variations td.value {
	padding-top: 3px;
	position: relative;
}

.woocommerce div.product form.cart .variations td.value:after {
	position: absolute;
    top: 16px;
    right: 15px;
    content: '\f107';
    display: block;
    line-height: 1;
    font-family: 'FontAwesome';
    font-size: 20px;
    color: #999999;
    pointer-events: none;
}



.woocommerce div.product .discount-badge,
.woocommerce li.product .discount-badge {
	position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    z-index: 10;
    background: #414142;
    padding: 10px 25px;
    border-radius: 9999em;
    line-height: 1;
    font-size: 20px;
    font-weight: bold;
    font-family: 'MontserratPrice', 'Montserrat', sans-serif;
}

.woocommerce li.product .discount-badge {
	right: initial;
	left: 0;
	font-size: 16px;
	padding: 6px 15px 8px 15px;
}

/* CHECKOUT */

.woocommerce-order-received .entry-header {
	display: none;
}

.woocommerce-checkout a.about_paypal {
	display: none !important;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table thead th.product-total {
	text-align: right;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td {
	border: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-name {
	line-height: 1.3333;
}

.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
	text-align: right;
}

.woocommerce-checkout #customer_details {
	float: left;
	width: 48%;
}

.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2 {
	float: none;
	width: 100%;
}

.woocommerce-checkout #checkout-cont {
	float: right;
	width: 48%;
}

.woocommerce-checkout .cart .button,
.woocommerce-checkout .cart input.button {
	font-size: 12px;
}

.woocommerce-cart table.cart td.product-name a {
	line-height: 1.2;
    display: block;
    vertical-align: top;
}

.woocommerce-cart table.cart img.size-icon {
	width: 18px;
}

.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: block;
	line-height: 1;
	margin-top: 8px;
}

.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation p,
.woocommerce td.product-name dl.variation dd {
	font-size: 12px;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
	line-height: 1;
}

.woocommerce td.product-name dl.variation dt {
	margin-right: 4px;
}

.woocommerce-cart .cart-pa-size-change {
	display: none;
	clear: both;
	padding-top: 8px;
}

.woocommerce-cart .toggle-cart-pa-size-change {
	display: inline-block;
	cursor: pointer;
	font-size: 12px;
	vertical-align: top;
}

.woocommerce-cart .toggle-cart-pa-size-change span {
	text-decoration: underline;
}

.woocommerce-cart .cart-pa-size-change > *,
.woocommerce-cart .cart-pa-size-change .size-table-toggle > * {
	display: inline-block;
	vertical-align: top;
}

.woocommerce-cart .cart-pa-size-change select {
	font-size: 12px;
}

.woocommerce-cart .cart-pa-size-change .size-table-toggle {
	cursor: pointer;
	padding-top: 2px;
	margin-left: 10px;
	position: relative;
}

.woocommerce-cart .cart-pa-size-change .size-table-toggle .fa {
	font-size: 12px;
	padding-left: 3px;
	color: #666;
}

.woocommerce-cart .cart-pa-size-change .size-table-toggle .size-table-cont {
	position: absolute;
	left: 0;
	min-width: 40vw;
	background: #fff;
	z-index: 10000;
	display: none;
	cursor: initial;
	box-shadow: 1px 1px 5px rgba(0,0,0,.5);
}

.woocommerce-cart .cart-pa-size-change .size-table-toggle .size-table-cont img {
	width: auto;
}

.woocommerce-cart .cart-pa-size-change .size-table-toggle:hover .size-table-cont {
	display: block;
}

.woocommerce td.product-name dl.variation dt {
	font-size: 12px;
	color: #777;
}

.woocommerce-checkout table.cart td.product-name > a {
	font-size: 14px;
	font-weight: bold;
	color: #52504D;
	text-transform: uppercase;
}

.woocommerce-checkout table.cart .single-product-theme,
.woocommerce-checkout table.cart .single-product-theme a {
	font-size: 10px;
}

.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout #order_review_heading {
	font-size: 21px;
	color: #383838;
}

.order-review-heading-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
}

h3#order_review_heading {
	flex: 0 1 auto;
	margin-right: auto;
	padding-right: 15px;
	margin-bottom: 0;
}

a.gk-checkout-edit-cart-link {
	text-decoration: underline;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
}

.woocommerce table.shop_table {
	border-radius: 0;
	border: none;
}

.woocommerce table.shop_table th {
	color: #777777;
	font-size: 16px;
}

.woocommerce form .form-row label {
	line-height: 1;
	margin-top: 7px;
}

.woocommerce form .form-row#vat_number_field span.optional,
.woocommerce form .form-row#billing_company_field span.optional,
.woocommerce form .form-row#invoice_ask_field span.optional,
.woocommerce form.checkout .form-row span.optional {
	display: none;
}

.woocommerce-checkout #order_review {
	border: 1px solid rgba(0,0,0,.1);
	margin-top: 23px;
}

.woocommerce-checkout form.login {
	margin-top: 0;
}

.woocommerce form.login .form-row {
	padding-left: 0;
}

.woocommerce-checkout table.cart td.product-price {
	font-size: 14px;
	font-weight: bold;
}

.woocommerce-checkout table.cart td.product-subtotal {
	font-size: 18px;
	font-weight: bold;
}

.woocommerce-checkout table.cart td.product-quantity input.qty {
	padding: 2px;
    font-size: 14px;
}

.woocommerce-checkout h3#ship-to-different-address {
	font-size: 16px;
	font-weight: normal;
}

.woocommerce-checkout h3#ship-to-different-address:first-child {
	margin-top: 20px;
}

.woocommerce-checkout h3#ship-to-different-address > * {
	float: right;
}

.woocommerce-checkout h3#ship-to-different-address input {
	margin-left: 3px;
}

.woocommerce .woocommerce-form-register .form-row {
	padding-left: 0;
}

.woocommerce .woocommerce-form-register .form-row.mailchimp-newsletter {
	display: none;
}

.woocommerce form.woocommerce-form-register .form-row.form-row-birthday-title {
	margin-bottom: 0;
	padding-bottom: 0;
}

.woocommerce form.woocommerce-form-register .form-row.form-row-birthday-instructions {
	font-size: 12px;
	clear: both;
	margin-bottom: 23px;
}

.woocommerce form.woocommerce-form-register .form-row.form-row-birthday {
	font-size: 12px;
}

.woocommerce-checkout .form-row.mailchimp-newsletter {
	font-size: 10px;
	line-height: 10px;
	padding-left: 0;
}

.woocommerce-checkout .form-row.mailchimp-newsletter label {
	font-size: 10px;
	line-height: 10px;
}

.woocommerce-checkout .form-row.mailchimp-newsletter input {
	margin-right: 0;
	position: static;
	margin: -2px 8px 0 0;
}

.woocommerce-checkout h3#ship-to-different-address label {
	margin-top: 2px;
	margin-left: 13px;
}

.woocommerce-checkout table.cart td.actions {
	padding-top: 10px;
}

.woocommerce #payment #place_order {
	clear: both;
	float: none;
	display: table;
	margin: 30px auto 0 auto;
	font-size: 21px;
	outline: none !important;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: #fff;
}

.woocommerce-checkout .cart-summary-head {
	font-size: 16px;
	color: #777;
	margin: 0;
	padding: 20px 15px;
	background: #F7F7F7;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td {
	text-align: right;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total {
	background: #F7F7F7;
	color: #777;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total td {
	line-height: 1.333;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total th {
	padding-top: 20px;
	padding-bottom: 20px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot th {
	border: none;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table {
	margin-bottom: 2px;
}

.woocommerce-checkout #payment ul.payment_methods,
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background: #F7F7F7;
	border-bottom: none;
}

#add_payment_method #payment div.payment_box:before, .woocommerce-cart #payment div.payment_box:before, .woocommerce-checkout #payment div.payment_box:before {
	display: none;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	padding-left: 23px;
	margin-top: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#add_payment_method #payment div.payment_box p.NoWidget,
.woocommerce-cart #payment div.payment_box p.NoWidget,
.woocommerce-checkout #payment div.payment_box p.NoWidget {
	text-align: left !important;
	color: #515151 !important;
	padding: 0 !important;
}

#add_payment_method #payment div.payment_box p.NoWidget strong,
.woocommerce-cart #payment div.payment_box p.NoWidget strong,
.woocommerce-checkout #payment div.payment_box p.NoWidget strong {
	font-weight: normal !important;
}

#add_payment_method #payment div.payment_box p.NoWidget small,
.woocommerce-cart #payment div.payment_box p.NoWidget small,
.woocommerce-checkout #payment div.payment_box p.NoWidget small {
	display: none;
}

.woocommerce .woocommerce-customer-details address {
	border-width: 1px;
	border-radius: 0;
}

.woocommerce .wc-terms-and-conditions label.checkbox,
.woocommerce-page .wc-terms-and-conditions label.checkbox {
	font-size: 10px;
}

.woocommerce #payment .terms,
.woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms,
.woocommerce-page #payment .wc-terms-and-conditions {
	float: none;
	line-height: 1.4;
	font-size: 10px;
	margin-bottom: 5px;
}

.woocommerce #payment .terms label,
.woocommerce #payment .wc-terms-and-conditions label,
.woocommerce-page #payment .terms label,
.woocommerce-page #payment .wc-terms-and-conditions label {
	line-height: 1.4;
	font-size: 10px;
}

.woocommerce-after-place-order-btn-notice {
	font-size: 10px;
	margin-top: 5px;
	text-align: center;
}

.woocommerce .wc_payment_method label {
	font-weight: bold;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.order-total strong {
	color: #52504d;
}

.woocommerce-page table.cart .product-thumbnail img {
	width: 100px;
}

.woocommerce-checkout table.cart .product-thumbnail {
	width: 130px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	margin-left: 0;
}

.woocommerce-MyAccount-content fieldset {
	margin: 30px 0;
}

.woocommerce-MyAccount-content a.button {
	font-size: 14px;
}

.woocommerce-order-received .woocommerce h2 {
	text-transform: uppercase;
	font-size: 21px;
}

.woocommerce-order-received .woocommerce h3 {
	text-transform: uppercase;
	font-size: 18px;
}

.woocommerce-order-received table.shop_table th:first-child,
.woocommerce-order-received table.shop_table td:first-child {
	padding-left: 0;
}

.woocommerce-order-received td.product-name dl.variation dd {
	font-size: 12px;
}

.woocommerce a.remove {
	    line-height: 0.76;
}

.woocommerce-error li, .woocommerce-info li, .woocommerce-message li {
	list-style: square !important;
	margin-left: 15px !important;
}

.woocommerce-cart .shop_table.cart .actions .coupon {
	display: none;
}

.woocommerce-cart .shop_table.cart .actions .show-coupon {
	float: left;
	cursor: pointer;
	padding-top: 3px;
	font-size: 14px;
	color: #777777;
	text-decoration: none;
}

.woocommerce-page table.cart td.actions .coupon .input-text {
	width: 150px !important;
	font-size: 14px;
	padding: .1em .7em .2em .7em;
}

.woocommerce .cart .actions .button,
.woocommerce .cart .actions input.button {
	font-size: 14px !important;
	padding: .6em 1em .6em 1em !important;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border-radius: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	width: 30%;
}

.woocommerce.archive .page-title {
	font-size: 16px;
	margin-bottom: 15px;
	text-transform: none;
	margin-top: 15px;
}

.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    font-size: 12px;
}

.woocommerce.archive .page-title span {
	font-weight: normal;
}

.woocommerce .woocommerce-breadcrumb {
	margin-bottom: 0;
}

.breadrcumbs-cont-mark {
	height: 26px;
}

.breadrcumbs-cont {
	transition: .1s border ease-out;
	border-bottom: 1px solid #fff;
	background: #fff;
	padding-bottom: 10px;
    padding-top: 10px;
}

.breadrcumbs-cont.scrolled {
	border-bottom: 1px solid rgba(0,0,0,.1);
	position: fixed;
	left: 0;
	right: 0;
	z-index: 200;
	top: 75px;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
}

.single-product .fb-share {
	min-height: 22px;
	margin-bottom: 15px;
}

.woocommerce .woocommerce-ordering {
    transform: translateY(-35px);
}


.woocommerce .summary.entry-summary {
	overflow-x: hidden;
}

.checkbox input[type="checkbox"]#invoice_ask,
.woocommerce form .form-row .input-checkbox {
	position: static;
}

.woocommerce-checkout h3#ship-to-different-address label {
	margin-left: 0;
}

.woocommerce-shipping-fields .woocommerce-form__label-for-checkbox input {
	position: static;
	margin: -2px 8px 0 0;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address {
	margin-top: 5px;
}

.woocommerce div.product div.images .flex-viewport {
	width: 80%;
    float: right;
}

.woocommerce div.product div.images .flex-control-thumbs {
	width: 19%;
	float: right;
	margin-right: 1%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: 100%;
	margin-bottom: 5px;
}

.thank-you-reg-form {
	width: 100%;
	//max-width: 500px;
	margin-top: 15px;
	padding: 15px;
	background: #fff;
	border: 1px solid #eee;
}

.thank-you-reg-form input[type=text] {
	width: 100%;
}

.thank-you-reg-form .btn {
	float: right;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	line-height: 1.4;
}

.woocommerce-checkout #payment ul.payment_methods li ul.woocommerce-error li {
	list-style-type: none !important;
	margin-left: 0 !important;
}

.woocommerce-checkout #payment ul.payment_methods li ul.woocommerce-error li:before,
.woocommerce-checkout #payment ul.payment_methods li ul.woocommerce-error li:after {
	display: none;
}


.woocommerce [class*=payment_method_tpay] .payment_box {
	background-color: transparent !important;
}

.woocommerce #payment ul.payment_methods li.wc_payment_method[class*=payment_method_tpay] {
	margin-bottom: 5px;
}

.woocommerce li.wc_payment_method label:not(.tpay-item) {
	display: initial !important;
}

.woocommerce .tpay-sf,
.woocommerce .tpay-pbl-container {
	background: transparent;
	padding: 0;
}

.woocommerce-checkout #payment ul.payment_methods .woocommerce-error li {
	line-height: 1.333;
	margin: 0;
}

.woocommerce .tpay-pbl-container .tpay-pbl .tpay-item > div > div {
	background-color: #fff;
	border-color: #e2e2e2;
	padding: 8px;
	cursor: pointer;
}

.tpay-pbl-container .tpay-pbl .tpay-item input:checked + div > div {
	border-color: #fc8b15;
}

.tpay-pbl-container .tpay-pbl .tpay-item > div > div .name {
	display: none;
}

.woocommerce .tpay-accept-conditions {
	font-size: 12px;
	color: #111;
}

.woocommerce .tpay-accept-conditions a {
	color: #111;
}

.woocommerce .tpay-accept-conditions p {
	margin-bottom: 8px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table {
	width: 100%;
    table-layout: fixed;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.shipping th,
.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.shipping td {
	clear: both;
	width: 200%;
    float: left;
    text-align: left;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.shipping td {
	padding-bottom: 30px;
}

.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.shipping td select {
	width: 100%;
}

.paczkomaty-shipping a {
	font-size: 12px;
	font-weight: 400;
	margin-top: 5px;
	text-align: center;
}

.attr-size-label-toggle {
	text-transform: none;
    font-size: 10px;
    font-weight: normal;
    cursor: pointer;
    text-decoration: underline;
    color: #9B9B9B;
    vertical-align: 1px;
    margin-left: 5px;
}

.variation-fast-gift-shop-link-container {
	margin-bottom: 15px;
	font-size: 14px;
}

.variation-fast-gift-shop-link-container a {
	text-decoration: underline;
	font-weight: bold;
}

.single-product-price-wrap {
	display: table;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0 0 0;
	flex-wrap: wrap;
}

.single-product-price-wrap .from-price {
	display: inline !important;
	font-size: 12px;
}

.woocommerce div.product .summary .single-product-price-wrap p.price {
	margin: 0;
	margin-bottom: 8px;
}

.iworks-omnibus {
	font-size: 12px;
	margin-bottom: 15px;
	display: block;
	text-align: center;
}

.single-product-fast-gift-notice-container {
	font-size: 14px;
	display: table;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	line-height: 1.2;
	margin-bottom: 20px;
}

.single-product-fast-gift-notice-img {
	width: 40px;
	height: 40px;
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(./img/icon-fast-gift.png);
	margin-right: 10px;
}

.single-product-availability-container {
	margin-bottom: 10px;
}

.single-product-availability-container--copy-badge {
	margin-top: 30px;
}

.single-product-availability-label {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.single-product-availability-dot {
	height: 12px;
	width: 12px;
	border: 1px solid #eaeaea;
	border-radius: 9999em;
	display: inline-block;
	vertical-align: top;
	margin-right: 3px;
	background-color: #ffffff;
}

.single-product-availability.in-stock-high .single-product-availability-dot {
	background-color: #66b232;
}

.single-product-availability-value {
	font-size: 12px;
    vertical-align: 7px;
    padding-left: 5px;
    line-height: 1;
}

.single-product-availability.in-stock-medium .single-product-availability-dot:first-child,
.single-product-availability.in-stock-medium .single-product-availability-dot:nth-child(2) {
	background-color: #FAE300;
}

.single-product-availability.in-stock-low .single-product-availability-dot:first-child {
	background-color: #FA0000;
}

.woocommerce-filters-widgets {
	list-style-type: none;
	margin: 0;
	margin-top: 15px;
}

.woocommerce-filters-widgets li.widget {
	margin-bottom: 15px;
}

.woocommerce-filters-widgets .widget_layered_nav > h2 {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	margin-right: 20px;
}


.woocommerce .woocommerce-filters-widgets .woocommerce-widget-layered-nav-list {
	display: inline-block;
	vertical-align: -5px;
}

.woocommerce-filters-widgets .widget_layered_nav > h2:after {
	content: ':';
}

.woocommerce .woocommerce-filters-widgets .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
	line-height: 1;
	font-weight: bold;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span {
	font-size: 14px;
	color: #A8A6A3;
	font-weight: normal;
	vertical-align: 1px;
	display: none;
}

.woocommerce .woocommerce-widget-layered-nav-list li a::before {
    content: '';
    display: inline-block;
    height: 16px;
    width: 16px;
    border: 1px solid #A8A6A3;
    border-radius: 999em;
    vertical-align: -2px;
    margin-right: 5px;
}

.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before {
	border: none;
	vertical-align: -1px;
}

.woocommerce ul.products li.product .price del {
    display: inline-block;
}


.product-attribute-tooltip {
	color: #FFC301;
	font-size: .8em;
	vertical-align: 0px;
}

.tooltip-inner {
	text-align: left;
	line-height: 1.3;
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #fff;
	padding-top: 7px;
	padding-bottom: 7px;
}


.single-product-external-reviews-box {
	padding-left: 8px;
	margin-top: 15px;
	clear: both;
	line-height: 1;
	font-size: 12px;
	color: #52504D;
	margin-bottom: 15px;
}

.single-product-external-reviews-top {
	color: #FFC301;
	font-size: 18px;
	font-family: 'MontserratPrice', 'Montserrat';
	margin-bottom: 3px;
}

.single-product-external-reviews-top span {
	padding-right: 15px;
}

.single-product-external-reviews-top .fa {
	font-weight: normal;
	padding-right: 4px;
}

.single-product-external-reviews-desc {
	display: table;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin-top: 4px;
}

img.single-product-external-reviews-logo {
	flex: 0 0 auto;
	margin-left: 4px;
}

img.single-product-external-reviews-logo[src*=facebook] {
	max-width: 70px;
	height: auto !important;
	margin-bottom: 3px;
}

img.single-product-external-reviews-logo[src*=etsy] {
	max-height: 23px;
	width: auto !important;
	margin-top: 3px;
}

.single-product__wrapper {
	display: table;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	overflow: hidden;
}

.single-product__wrapper .iworks-omnibus {
	margin-top: 8px;
	text-align: left;
}

.product-custom-gallery__thumb,
.product-custom-gallery__feature {
	position: relative;
	width: 50%;
	overflow: hidden;
	border: 2px solid transparent;
}

#lightbox .lb-nav a {
	opacity: 1;
}

.product-custom-gallery__thumb--single {
	width: 100%;
}

.product-custom-gallery__thumb::before {
	content: "";
	display: block;
	padding-top: 125%;
}

.product-gallery .badge-container {
	font-size: 16px;
}

.product-custom-gallery__wrapper .product-custom-gallery__thumb .badge-container {
	left: 14px;
}

.product-custom-gallery__wrapper {
	display: flex;
	flex-flow: row wrap;
}

.product-custom-gallery {
	flex: 0 0 57%;
	overflow: hidden;
}

.single-product__wrapper .entry-summary {
	flex: 0 1 auto;
	padding-left: 30px;
}

.js-gallery-item--feature-trigger {
	cursor: pointer;
}

.product-custom-gallery a {
	position: absolute !important;
	overflow: hidden;
	padding: 0;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.product-custom-gallery__btn {
	display: none;
	font-size: 12px;
	text-decoration: underline;
	color: #1D1D1D;
	margin: 15px auto 0 auto;
}

.product-custom-gallery__badge {
	display: none;
}

.product-custom-gallery__wrapper a img,
.product-custom-gallery__mobile-feature a img {
	position: relative;
	height: 100%;
	object-fit: cover;
}

.product-custom-gallery__mobile-feature {
	display: none;
}

.single-product__copy-badge,
.woocommerce ul.products li.product .single-product__copy-badge {
	display: block;
	max-width: 307px;
	text-align: center;
	padding: 7px 15px;
	margin: 0 auto;
	font-size: 14px;
	border-radius: 51px;
	border-width: 1px;
	border-style: solid;
}

.single-product__wrapper .single-product__copy-badge {
	margin: 0;
	margin-top: 8px;
}

.single-product__copy-badge .gk-copy-badge,
.woocommerce ul.products li.product .single-product__copy-badge .gk-copy-badge {
	display: inline-block;
	position: relative;
	cursor: pointer;
}

.single-product__copy-badge .gk-copy-badge img,
.woocommerce ul.products li.product .single-product__copy-badge .gk-copy-badge img {
	display: inline-block;
	position: relative;
	top: -2px;
	margin-left: 5px;
	width: 13px;
	height: auto;
}


.single-product__copy-badge.single-product__copy-badge__light img,
.woocommerce ul.products li.product .single-product__copy-badge.single-product__copy-badge__light img {
	filter: invert(1);
}

/*******************************************************
*********************** CART
******************************************************/

.woocommerce .cart-wrap	{
	display: table;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 45px;
}

.woocommerce-cart .cross-sells > h2 {
	margin-bottom: 23px;
}

.woocommerce-cart .hentry {
	margin-bottom: 15px;
}

.woocommerce-cart .cross-sells ul.products {
	margin-bottom: 0;
}

.woocommerce-cart .cross-sells ul.products li.product {
	margin-bottom: 30px !important;
}

.woocommerce .cart-wrap form.woocommerce-cart-form {
	flex: 0 1 66%;
	float: none;
	margin: 0;
	width: 66%;
}

.woocommerce .cart-wrap .cart-collaterals {
	flex: 0 1 30%;
	float: none;
	margin: 0;
	width: 30%;
}

.woocommerce-cart .cart-promo-notice {
	background-color: #EAF6EB;
	font-size: 12px;
	padding: 15px;
	line-height: 1.2;
	color: #333;
	margin-bottom: 15px;
}

.woocommerce-cart .cart-promo-notice p {
	margin: 0;
}

.woocommerce-cart .cart-promo-notice a {
	text-decoration: underline;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	float: none;
	width: 100%;
	margin: 0;
	box-shadow: 0 4px 8px 0 rgba(0,0,0,0.11);
	padding: 30px 23px;
	background-color: #fff;
}

.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:after {
	content: '\f105';
	padding-left: 1em;
	font-family: 'FontAwesome';
	font-size: .8em;
	vertical-align: 0;
}

.woocommerce .cart_totals > h2 {
	display: none;
}

.cart-totals-add-to-payment-wrap {
	padding-top: 38px;
	padding-left: 15px;
	padding-right: 15px;
}

.cart-totals-add-to-cart-payment-logos-img {
	margin-bottom: 23px;
}

.cart-totals-add-to-cart-payment-desc-wrap {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.cart-totals-add-to-cart-payment-desc-wrap > .fa {
	flex: 0 0 24px;
	text-align: center;
	margin-right: 8px;
	font-size: 24px;
}

.cart-totals-add-to-cart-payment-desc {
	flex: 0 1 auto;
	font-size: 12px;
	line-height: 1.2;
}

.woocommerce form.woocommerce-cart-form table.cart .actions button[name="update_cart"] {
	opacity: 0 !important;
}

.woocommerce-cart .cart-totals-free-shipping-amount-left {
	font-size: 14px;
	text-align: center;
	line-height: 1.2;
	margin: 15px auto 23px auto;
}

.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
    font-weight: bold;
    background: #fc8b15;
    background: -moz-linear-gradient(left, #fc8b15 0%, #ffc700 100%);
    background: -webkit-linear-gradient(left, #fc8b15 0%,#ffc700 100%);
    background: linear-gradient(to right, #fc8b15 0%,#ffc700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8b15', endColorstr='#ffc700',GradientType=1 );
    color: white;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
    margin-bottom: 15px;
    font-size: 18px;
}

.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button:active {
    background: #fc8b15;
    background: -moz-linear-gradient(left, #fc8b15 40%, #ffc700 100%);
    background: -webkit-linear-gradient(left, #fc8b15 40%,#ffc700 100%);
    background: linear-gradient(to right, #fc8b15 40%,#ffc700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8b15', endColorstr='#ffc700',GradientType=1 );
    color: white !important;
}

html[lang=en-US] .woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
	font-size: 15px !important;
}

.woocommerce-cart .cart_totals table.shop_table tr td,
.woocommerce-cart .cart_totals table.shop_table tr th {
	font-size: 12px;
	border: none;
	padding-top: 0;
}

.woocommerce-cart .cart_totals table.shop_table tr th {
	padding-left: 0;
	font-weight: normal;
}

.woocommerce-cart .cart_totals table.shop_table tr td {
	text-align: right;
	padding-right: 0;
	color: #383838;
	font-weight: bold;
}

.woocommerce-cart .cart_totals table.shop_table tr.order-total td,
.woocommerce-cart .cart_totals table.shop_table tr.order-total th {
	padding-top: 15px;
}

.woocommerce-cart .cart_totals table.shop_table tr.order-total td {
	font-size: 18px;
}

.woocommerce-cart table.cart td.product-price {
	font-size: 12px;
}

.woocommerce ul.products li.product .button {
	font-size: 12px;
	line-height: 1;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	display: table;
	margin-top: 23px;
}

.woocommerce-cart .woocommerce-message a.wc-forward {
	font-size: 12px;
}

.gk-checkout-field-description {
	font-size: 11px;
	line-height: 1.2;
	display: block;
	margin-bottom: 8px;
	margin-top: 0;
}

.gk-billing-email-confirm-error {
	font-size: 11px;
	line-height: 1.2;
	display: block;
	margin-top: 8px;
	color: #a00;
}


/*******************************************************
*********************** MAIN PAGE
******************************************************/

.front-boxes {
	padding: 0 7px;
	margin-bottom: 7px;
	text-align: justify;
}

.front-box,
.front-box.ratio-1-1 {
	width: 33%;
	padding: 0;
	margin: 0;
	vertical-align: top;
	display: inline-block;
	color: #fff;

	margin-left:  .5%;

}

.front-box.ratio-1-1.front-box-1 {
	margin-left: 0;
}

.front-box p,
.front-box h1,
.front-box h2,
.front-box a,
.front-box span {
	color: #fff;
}

.front-box h1,
.front-box h2 {
	text-transform: uppercase;
}

.front-box-1 {
	text-align: center;
}

.front-box-1:after {
	display: none;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 1;
}

.front-box-1 > * {
	z-index: 2;
}

.front-box-img {
	top: 3%;
	background-size: contain;
    background-position: center bottom;
}

.front-box-h-img {
	margin-bottom: 10px;
	max-width: 80%;
	height: auto !important;
}

.front-box-2 h2,
.front-box-3 h2,
.front-box-4 h2,
.front-box-5 h2,
.front-box-6 h2,
.front-box-1-special h2 {
	font-size: 42px;
	margin: 0 auto;
	text-transform: none;
	text-align: center;
	padding: 0 15px;
	display: block;
	font-weight: bold;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.4);
}

.front-box-inside {
	position: absolute;
	left: 0;
	right: 0;
	bottom: initial;
	top: 50%;
    transform: translateY(-50%);
}

.front-box-p {
	padding: 0 15px;
	display: block;
	margin: 0 auto;
	max-width: 350px;
}

.front-box-p p {
	font-size: 14px;
	line-height: 1.3;
}

.front-box-socials {
	margin-top: 0;
}

.btn-front-box {
	margin-top: 15px;
	text-transform: none;
	margin-left: auto;
	margin-right: auto;
	display: table;
	transition: .1s all ease-in-out;
}

.btn-front-box:focus,
.btn-front-box:hover {
	background-color: #fff;
	color: #555;
}

.front-box-2 .btn-front-box,
.front-box-3 .btn-front-box {
	margin-top: 30px;
}

.front-box-social-icon {
	font-size: 21px;
}

.front-box-social-icon:not(:first-child) {
	margin-left: 15px;
}

.front-box-1-special {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

.front-box-1-special .front-box-p {
	margin-top: 15px;
}

.front-box-1-special .front-box-p p {
	text-shadow: 1px 1px 2px rgba(0,0,0,.4);
	font-size: 18px;
	line-height: 1.2;
	font-weight: bold;
}

.front-box-1-special .btn {
	margin-top: 30px;
}

.instagram-cacofonia {
	display: table;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.single-product .instagram-container {
	margin-top: 45px;
}

.insta-photo-cont {
    background-color: #fff;
    width: 16.6666666666%;
    box-sizing: border-box;
    margin-bottom: 5px;
}

/*
.insta-photo-cont:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 15px;
	right: 20px;
	left: initial;
	top: initial;
	width: 30px;
	height: 30px;
	background-image: url(./img/icon-instagram-white.png);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
}
*/

.insta-photo-cont {
	z-index: 10;
	padding-right: 5px;
}

.insta-photo-cont a {
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    z-index: 0;
}

.insta-photo-cont:after {
	display: block;
	content: '';
	background: #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	width: 5px;
	bottom: 0;
}

.insta-photo-cont a:hover {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-o-transform: scale(1.2);
    transform: scale(1.2);
}

.insta-photo-cont:nth-child(6n):after {
	display: none;
}

img.instagram-image {
	position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.insta-photo {
	background-size: contain;
	background-position: center center;
}

.front-section-h {
	text-align: center;
	text-transform: uppercase;
	font-size: 21px;
	margin-bottom: 30px;
	padding: 0 15px;
}

.front-logos {
	text-align: center;
	margin-top: 60px;
}

.front-logo {
	display: inline-block;
	vertical-align: top;
	height: 80px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 15px;
	margin: 0 15px;
	width: 100%;
}

#front-slider {
	border: none;
	overflow-x: hidden;
}

.front-slider-banner {
	background-position: center center;
	background-size: cover;
}

#front-slider .flex-control-nav {
	bottom: 5px;
}

#front-slider .flex-control-nav li a {
	background-color: rgba(255, 255, 255, 0.5);
}

#front-slider .flex-control-nav li a.flex-active {
	background-color: #fff;
}

.flex-control-nav li a::-moz-focus-inner,
.flex-control-nav li a:focus {
  border: 0 !important;
  outline: none !important;
}

.front-slider video {
	width: 100%;
	height: auto !important;
}

.home .container .woocommerce-message:first-child {
	margin-top: 30px !important;
}
.woocommerce form .form-row label a {
	text-decoration: underline;
}

.woocommerce form .form-row.woocommerce-invalid label a {
	color: #a00 !important;
	text-decoration: underline;
}

.woocommerce form .form-row.woocommerce-invalid input[type=checkbox] {
	box-shadow: 0px 0px 5px 3px rgba(184,28,35,.7);
	border-radius: 3px;
}

.reg_newsletter,
.reg_terms {
	font-size: 12px;
}

.woocommerce form .form-row label.reg_terms {
	margin-top: 0;
	padding-top: 0;
}

.woocommerce .product-cat-sex-badge {
	position: absolute;
    top: 5px;
    right: 5px;
    z-index: 2;
    width: 35px;
    height: 35px;
    border-radius: 9999em;
    background-color: #fff;
    text-align: center;
    box-shadow: 1px 1px 3px rgba(0,0,0,.2);
    background-position: center center;
}

.woocommerce .product-cat-sex-badge.m {
	background-image: url('./img/badge-m.png');
}

.woocommerce .product-cat-sex-badge.f {
	background-image: url('./img/badge-f.png');
}

/*******************************************************
*********************** FRONT PAGE FLEX BOXES
******************************************************/

.the-boxes {
	background-color: #FFFFFF;
	padding-left: 7.5px;
	padding-right: 7.5px;
	padding-top: 7.5px;
	padding-bottom: 7.5px;
	width: 100%;
	display: table;
  	display: flex;
  	justify-content: space-between;
  	align-items: stretch;
}

.the-box {
	box-shadow: 1px 1px 6px rgba(0,0,0,.1);
}

.the-boxes-left {
  flex: 0 0 75%;
  display: table;
  display: flex;
  flex-wrap: wrap;
  order: 1;
}

.the-boxes-left-100 {
	flex: 0 0 100%;
}

.the-box-left {
  flex: 1 0 30%;
  background: #F7F7F7;
  margin: 7.5px;
}

.the-box-left.the-box-wide {
  flex: 1 0 65.5%;
  box-sizing: border-box;
  background: #F7F7F7;
  max-width: 65.5%;
}

.the-box-front-slider {
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

.the-box-front-slider.active {
	opacity: 1;
}

.the-box-left .bx-wrapper {
	margin: 0 auto;
	padding: 0;
	border: none;
	box-shadow: none;
}

.the-box-left .bx-wrapper .bx-pager {
	padding-top: 0;
	bottom: 15px;
}

.the-box-left .bx-wrapper .bx-pager.bx-default-pager a {
	background: #EEEEEE;
	width: 12px;
	height: 12px;
	border-radius: 15px;
}

.the-box-left .bx-wrapper .bx-pager.bx-default-pager a:hover,
.the-box-left .bx-wrapper .bx-pager.bx-default-pager a.active,
.the-box-left .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #FFCC36;
}

.the-front-slide-img {
	margin: 0 auto;
	width: 100% !important;
	height: auto !important;
}

.the-box-btn-title {
	display: none;
}

.the-box-text {
	position: absolute;
	top: initial;
	bottom: 13%;
	text-align: center;
	left: 5px;
	right: 5px;
	z-index: 10;
}

.the-box-title {
	color: #ffffff;
	text-shadow: 1px 1px 3px rgba(0,0,0,.40);
	font-size: 32px;
	margin: 0;
}

.btn-the-box {
	font-size: 14px;
    margin-top: 12px;
    border-width: 0;
    background-color: #ffffff;
    color: #1a1a1a;
    border-style: solid;
    border-color: #ffffff;
    text-transform: none;
    box-shadow: 1px 1px 3px rgba(0,0,0,.40);
    font-weight: 700;
    padding: .7em 1.5em;
}

.btn-the-box:hover,
.btn-the-box:focus,
.btn-the-box:active {
	background-color: #1a1a1a;
	color: #ffffff;
	border-color: #1a1a1a;
}

.the-box-bckg-color {
	z-index: 1;
	position: absolute;
	opacity: 1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translateY(101%);
	transition: all .3s ease-out;
}

.the-box:hover .the-box-bckg-color {
	transform: translateY(0%);
}

.the-box-img-container {
	position: absolute;
	top: 15px;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.the-box .the-box-img {
	transform: scale(1);
	transition: all .2s ease-out;
	transform-origin: center center;
}

.the-box:hover .the-box-img {
	transform: scale(1.1) !important;
}

.the-box-img-container img.the-box-img {
	margin: 0 auto;
	max-height: auto;
	max-width: 100%;
	min-width: 100%;
	height: auto !important;
}

.the-box-reveal.the-box-6 .the-box-img-container img.the-box-img {
	max-height: 100%;
	width: auto;
	height: auto !important;
}

.the-box-bckg-img-container {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	opacity: 1;
}

.the-box-bckg-img {
	position: absolute;
	width: 101%;
	height: 101%;
	max-height: initial;
	max-height: initial;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.the-box-right .the-box-bckg-img {
	width: auto !important;
}

.the-box-reveal {
	overflow: hidden;
	position: relative;
	animation: .5s ease-out 0s 1 theFrontBoxOpacity;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes theFrontBoxOpacity {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.the-box-reveal .the-box-img-container {
	animation: 1s ease-out 0s 1 theFrontBoxImageReveal;
	animation-fill-mode: forwards;
	opacity: .05;
    transform: scale(.9);
    transform-origin: bottom center;
}

@keyframes theFrontBoxImageReveal {
    0% {
        opacity: .05;
        transform: scale(.9);
    }
    50% {
        opacity: .05;
        transform: scale(.9);
    }
    100% {
        opacity: 1;
        transform: scale(1);
    }
}

.the-box-reveal .the-box-text {
	animation: 1.5s ease-out 0s 1 theFrontBoxTextReveal;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes theFrontBoxTextReveal {
    0% {
        opacity: 0;
    }
    66% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.the-box-reveal:after {
	animation: 1.5s ease-out 0s 1 theFrontBoxMask;
	animation-fill-mode: forwards;
	display: block;
	background-color: #ffffff;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	transform: translateX(0);
}

@keyframes theFrontBoxMask {
    0% {
        transform: translateX(0);
    }
    33% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

.the-box-reveal.the-box-2,
.the-box-reveal.the-box-2 .the-box-img-container,
.the-box-reveal.the-box-2 .the-box-text,
.the-box-reveal.the-box-2:after {
	animation-delay: 0s;
}

.the-box-reveal.the-box-3,
.the-box-reveal.the-box-3 .the-box-img-container,
.the-box-reveal.the-box-3 .the-box-text,
.the-box-reveal.the-box-3:after {
	animation-delay: .6s;
}

.the-box-reveal.the-box-4,
.the-box-reveal.the-box-4 .the-box-img-container,
.the-box-reveal.the-box-4 .the-box-text,
.the-box-reveal.the-box-4:after {
	animation-delay: .2s;
}

.the-box-reveal.the-box-5,
.the-box-reveal.the-box-5 .the-box-img-container,
.the-box-reveal.the-box-5 .the-box-text,
.the-box-reveal.the-box-5:after {
	animation-delay: .8s;
}

.the-box-reveal.the-box-6,
.the-box-reveal.the-box-6 .the-box-img-container,
.the-box-reveal.the-box-6 .the-box-text,
.the-box-reveal.the-box-6:after {
	animation-delay: .4s;
}

.the-boxes-right {
  background-color: transparent;
  flex: 1 1 25%;
  margin: 7.5px;
  order: 2;
  align-items: stretch;
  justify-content: flex-start;
  align-content: stretch;
}

.the-boxes-right .the-box {
	background: #F7F7F7;
	align-self: stretch;
	flex: 1 1 100%;
	height: 100%;
}

.the-boxes-right .the-box-text {
	bottom: initial;
	top: 68%;
	transform: translateY(-50%);
}

.the-boxes-right .the-box-img-container img.the-box-img {
	transform: translateX(-25%);
	max-width: initial;
}

.the-boxes-right .the-box:hover .the-box-img {
	transform: translateX(-25%) scale(1.05) !important;
}

/*******************************************************
*********************** CUSTOM BOXEX TEMPLATES
******************************************************/

.custom-template-boxes {
	border-bottom: 1px solid rgba(0,0,0,.1);
	margin-bottom: 0;
	margin-bottom: 45px;
}

.custom-template-boxes .front-box {
    width: 25%;
    margin-left: 0;
    transition: .3s opacity ease-in-out;
}

.custom-template-boxes .front-boxes-cnt-5 .front-box {
	width: 20%;
}

.custom-template-boxes .front-boxes-cnt-2, .custom-template-boxes .front-boxes-cnt-3 {
	max-width: 1140px;
	margin: 0 auto;
	float: none;
}

.custom-template-boxes .front-boxes-cnt-2 .front-box {
    width: 50%;
}

.custom-template-boxes .front-boxes-cnt-3 .front-box {
    width: 33.33%;
}

.custom-template-boxes .front-boxes-cnt-5 .front-box-2 h2,
.custom-template-boxes .front-boxes-cnt-5 .front-box-3 h2,
.custom-template-boxes .front-boxes-cnt-5 .front-box-4 h2,
.custom-template-boxes .front-boxes-cnt-5 .front-box-5 h2,
.custom-template-boxes .front-boxes-cnt-5 .front-box-6 h2,
.custom-template-boxes .front-boxes-cnt-5 .front-box-1-special h2 {
	font-size: 32px;
}

.custom-template-boxes .front-box:before {
	opacity: 0;
	background-color: #fff;
	transition: .3s opacity ease-in-out;
	position: relative;
	z-index: 2;
}

.custom-template-boxes .front-box:hover:before {
	opacity: 1 !important;
}

.custom-template-boxes .box-vertical {
	background-size: cover;
	background-position: center center;
	width: 99.4%;
}

.custom-template-boxes .row > * {
	padding: 0;
}

.custom-template-boxes .btn-white {
	box-shadow: 2px 2px 20px rgba(0,0,0,0.1);
	text-shadow: 2px 2px 20px rgba(0,0,0,0.1);
}

.custom-template-boxes .front-box-inside {
	top: 60%;
    transform: translateY(-40%);
}

.custom-template-boxes .front-boxes-col:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    background-image: url('./img/orange-stripe.png');
    background-position: center center;
    background-size: cover;
    content: '';
    z-index: 2;
}

.custom-template-boxes .front-boxes-col .front-box-inside,
.custom-template-boxes .front-boxes-col .front-box-img {
	z-index: 2;
}

.custom-template-boxes .front-boxes-col .front-box-img {
	top: 0;
}


/*******************************************************
*********************** ARCHIVES
******************************************************/

.bottom_pagination {
	margin: 50px auto;
	text-align: center;
	clear: both;
}

.bottom_pagination > a,
.bottom_pagination > span {
	text-decoration: none;
	font-weight: 400;
	font-size: 15px;
	border-radius: 8px;
	border: 1px solid #ddd;
	padding: 5px 15px;
	margin-left: 10px;
	color: #383838;
	margin-bottom: 10px;
  	display: inline-block;
}

.bottom_pagination > span {
	font-weight: bold;
	color: #333;
}




/*******************************************************
*********************** CART WIDGET
******************************************************/

.cart-widget {
	position: fixed;
	z-index: 20001;
	top: 0;
	right: -350px;
	bottom: 0;
	background: #fff;
	width: 350px;
	box-sizing: border-box;
	padding: 15px;
	transition: .3s right ease-out;
	overflow: hidden;
	height: 100vh;
}

.cart-widget.active {
	right: 0;
}

.cart-widget-actions {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding-bottom: 20px;
	box-shadow: 0 -20px 10px rgba(255,255,255,.6);
	background: #fff;
	padding-left: 15px;
	padding-right: 15px;
}

.cart-widget-actions .btn {
	margin-top: 15px;
}

.cart-widget-discounts-info {
	font-size: 12px;
	text-align: center;
	padding: 15px 0 0 0;
	line-height: 1;
}

.open-cart-widget,
.close-cart-widget,
.open-wishlist-widget,
.close-wishlist-widget,
.load-and-open-wishlist-widget,
.load-and-open-cart-widget,
.load-and-open-cart-widget,
.js-toggle-top-search {
	cursor: pointer;
}

.cart-widget-top {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	box-shadow: 0 20px 10px rgba(255,255,255,.6);
	background: #fff;
	padding: 20px 15px;
	border-bottom: 1px solid rgba(0,0,0,.1);
}

.cart-widget-top h2 {
	font-size: 14px;
	text-transform: uppercase;
	color: #52504D;
	margin: 0;
	padding: 0;
}

.cart-widget-top .close-widget {
	position: absolute;
	bottom: 5px;
	right: 15px;
	font-size: 14px;
	color: #52504D;
	display: block;
	padding: 15px;
}

.cart-widget-contents {
	max-height: calc(100% - 135px);
	overflow-y: scroll;
	border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 10px;
}

.cart-widget.active .cart-widget-contents {
    padding-top: 35px;
}

.cart-widget-total {
	margin-top: 15px;
	padding-bottom: 30px;
}

.cart-widget-total-label {
	float: left;
	font-weight: bold;
	font-size: 14px;
	padding-top: 4px;
}

.cart-widget-total-amount {
	float: right;
	font-size: 18px;
}

.cart-widget-total-amount .woocommerce-Price-amount {
	font-weight: bold;
}

.cart-widget-total-amount .woocommerce-Price-currencySymbol {
	font-weight: normal;
}

ul.cart-widget-products {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

li.cart-widget-product {
	border-bottom: 1px solid rgba(0,0,0,.1);
	padding: 10px 0;
	padding-right: 15px;
	position: relative;
	transition: .2s padding ease-out;
}

.cart-widget-product:first-child {
	border-top: none;
}

.cart-widget-product:hover {
	padding-left: 15px;
	padding-right: 0;
}

.cart-widget-product > a.remove_prod,
.cart-widget-product > a.remove_prod:hover {
	position: absolute;
	top: 35%;
	left: 0;
	opacity: 0;
	transition: .2s opacity ease-out;
}

.cart-widget-product > a.remove_prod:hover {
	opacity: 1;
}

.cart-widget-product:hover > a {
	opacity: 1
}

.cart-widget-product-thumb {
	width: 48%;
	float: left;
	text-align: center;
}

.cart-widget-product-thumb img {
	width: 80%;
	height: auto !important;
	margin: 0 auto;
}

.cart-widget-product-info {
	padding-top: 10px;
	width: 48%;
	float: right;
	text-transform: uppercase;
}

.cart-widget-product-info .cart-widget-product-title,
.cart-widget-product-info .cart-widget-product-title a {
	font-size: 14px;
	color: #52504D;
	line-height: 1;
	font-weight: bold;
}

.cart-widget-product-info .single-product-theme {
	margin-top: 5px;
}

.cart-widget-product-info .single-product-theme,
.cart-widget-product-info .single-product-theme a {
	font-size: 10px;
	font-weight: bold;
	color: #777777;
	line-height: 1;
}

.cart-widget-product-info dl.variation {
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 10px;
}

.cart-widget-product-info dl.variation dt,
.cart-widget-product-info dl.variation dd {
	display: inline-block;
	margin: 0;
	padding: 0;
	font-size: 10px;
	float: none;
}

.cart-widget-product-info dl.variation dt {
	font-weight: normal;
	width: 100%;
}

.cart-widget-product-info dl.variation dd {
	font-weight: bold;
}

.cart-widget-product-info dl.variation dd p {
	margin-bottom: 5px;
}

.cart-widget-product-info .woocommerce-Price-amount {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
}

.cart-widget-product-info p.price {
	margin-bottom: 0;
	display: table;
	display: flex;
}

.cart-widget-product-info p.price del {
	order: 2;
}

.cart-widget-product-info p.price del span {
	font-size: 12px;
}

.cart-widget-product-info p.price ins {
	order: 1;
	background-color: transparent;
	margin-right: 7px;
}

.wishlist-widget {
	position: fixed;
	z-index: 20001;
	top: 0;
	left: -350px;
	bottom: 0;
	background: #fff;
	width: 350px;
	height: 100vh;
	box-sizing: border-box;
	padding: 15px;
	transition: .3s left ease-out;
	overflow: hidden;
	padding-top: 45px;
}

.wishlist-widget.active {
	left: 0;
}

.wishlist-widget-login-cont {
	background: #ECECEC;
	margin-bottom: 15px;
	padding-top: 60px;
	padding-bottom: 15px;
}

.wishlist-widget-login-cont > * {
	display: block;
	margin: 0 auto;
	text-align: center;
	margin: 5px auto;
}

.wishlist-widget-login-cont .btn-center {
	display: table;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.wishlist-widget-login-info {
	margin-top: 15px;
	font-size: 14px;
	padding: 0 10px;
}

.woocommerce #wl-wrapper {
	display: none;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
	margin-bottom: 0;
	margin-top: 15px;
}

.woocommerce .single-product-wishlist {
	float: right;
	position: relative;
	top: -37px;
	margin-bottom: -37px;
}

.woocommerce button.add-to-wishlist-submit {
	text-transform: uppercase;
	font-size: 14px;
	color: #52504D;
	font-weight: bold;
	padding-top: 10px;
	cursor: pointer;
	background: #fff;
	border: none;
	outline: none;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.woocommerce .woocommerce-pagination {
	margin-bottom: 45px;
}

.woocommerce .woocommerce-pagination .btn-load-more {
	color: #fff !important;
}

.woocommerce .woocommerce-pagination .btn-load-more.disabled {
	background: #aaa;
}

div[data-zoom-toggle] {
	cursor: pointer;
}

.woocommerce .woocommerce-breadcrumb {
	color: #000;
}

.woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.woocommerce-MyAccount-navigation ul li a {
    padding: .875em 0;
    display: block;
}

.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.woocommerce table.my_account_orders td.woocommerce-orders-table__cell-order-actions {
	padding-top: 8px;
}

.woocommerce table.my_account_orders tr td:first-child {
	border-left: 5px solid #fff;
}

.woocommerce table.my_account_orders tr.woocommerce-orders-table__row--status-cancelled td:first-child,
.woocommerce table.my_account_orders tr.woocommerce-orders-table__row--status-failed td:first-child {
	border-left-color: #ff0000;
}

.woocommerce table.my_account_orders tr.woocommerce-orders-table__row--status-completed td:first-child {
	border-left-color: #4CBB17;
}

.woocommerce table.my_account_orders tr.woocommerce-orders-table__row--status-pending td:first-child,
.woocommerce table.my_account_orders tr.woocommerce-orders-table__row--status-on-hold td:first-child {
	border-left-color: #FFC301;
}

.woocommerce .woocommerce-orders-table__cell-order-actions .button {
	margin-bottom: 2px;
	margin-right: 2px;
}

.woocommerce .order-item-thumbnail {
	width: 50px;
	height: 50px;
	overflow: hidden;
}

.woocommerce .order-item-thumbnail img {
	max-width: 50px;
	height: auto;
}

.woocommerce .payment_box label {
	font-size: 10px;
    font-weight: normal !important;
}

.woocommerce-checkout #payment ul.payment_methods li input {
	margin: 0 5px 0 0;
}

.woocommerce-checkout div.woocommerce {
	position: relative;
}

form.checkout.woocommerce-checkout {
	position: static !important;
}

/*******************************************************
*********************** ARTICLE
******************************************************/

.entry-title {
	-ms-word-wrap: break-word;
	word-wrap: break-word;

	text-transform: uppercase;
	font-size: 37px;

	margin-top: 30px;

}

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

.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 {
	margin-top: 0;
}

.entry-content p {
	max-width: 750px;
	margin-bottom: 1.4em;
}

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

.entry-content li {
	line-height: 1.1;
	font-size: 16px;
}

.entry-content h1 {
	font-size: 32px;
}

.entry-content h2 {
	font-size: 28px;
}

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

.entry-content h4 {
	font-size: 21px;
}

.entry-content h5 {
	font-size: 18px;
}

.entry-content h6 {
	font-size: 16px;
}

.entry-content img {
	max-width: 100%;
	height: auto !important;
}

.entry-content blockquote {
  background: white;
  margin: 1.5em 10px;
  padding: 0.5em 10px;
  border-left: 0px;
  quotes: "\201C""\201D""\2018""\2019";
  position: relative;
  padding-left: 100px;
}

.entry-content blockquote:before {
  color: #ccc;
  content: open-quote;
  margin-right: 0.25em;
  vertical-align: -0.4em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  font-size: 300px;
  line-height: 200px;
}

.entry-content blockquote p {
	font-size: 21px;
	color: #52504D;
	line-height: 24px;
}

.edit-link {
	display: block;
	margin-top: 1em;
}

.edit-link,
.edit-link a {
	color: #555;
}

.edit-link a:hover {
	color: #52504D;
}

.post-box-container {
	margin-bottom: 23px;
}

.post-box-container .post-box-container-thumb.ratio-4-3 img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.post-box-container-thumb {
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	margin-bottom: 8px;
}

.special-post-box-container {
	padding: initial;
	background-size: cover;
	left: 0;
	overflow: hidden;
	position: relative;
}

.post-box-thumbnail-container {
	overflow: hidden;
	position: relative;
}

.post-front-page-box {
	box-shadow: 3px 3px 20px 0px rgba(0,0,0,0.06);
	min-height: 450px;
}

ol.comment-list {
	margin-left: 0;
	list-style-type: none;
	margin-top: 30px;
}

ol.comment-list li {
	list-style-type: none;
	margin-bottom: 30px;
}

ol.comment-list ol {
	margin-top: 30px;
}

.comment-head  {
	margin-top: 15px;
}

.comment-head > * {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #bbb;
}

.comment-head > *:not(:first-child) {
	border-left: 1px solid #ccc;
	padding-left: 5px;
}

.comment-author {
	font-weight: bold;
	color: #333;
}

.comment-body p {
	margin-bottom: 10px;
}

/*******************************************************
*********************** BLOG
******************************************************/

.special-box-gradient-container .container-fluid img {
		transform: translateY(2px);
	}

.special-post-hashtag-box {
	flex: 0 0 auto;
}

.special-post-hashtag-box > span {
    font-size: 32px;
    font-weight: bold;
    color: #CECECE;
    font-family: Montserrat;
    margin-top: 10px;
    display: inline-block;
}

.special-blog-front-author-name {
	font-size: 18px;
	color: #FFB000;
	font-weight: bold;
	line-height: 1.2;
}

.single .woocommerce .flexslider {
	width: 100%;
}

.blog-post-content > p > strong {
	font-size: 18px;
	line-height: 24px;
}

.blog-post-content .entry-content ol li,
.blog-post-content .entry-content ul li {
	line-height: 1.4;
}

.comment-form-comment textarea {
	font-size: 16px;
}

.blog-post-cont-next {
	margin-top: 30px;
}

.blog .instagram-container {
	margin-top: 30px;
}


/*******************************************************
*********************** EXIT POPUP MODAL
******************************************************/

#ouibounce-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}
#ouibounce-modal .underlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.7);
  cursor: pointer;
  -webkit-animation: fadein 0.5s;
  animation: fadein 0.5s;
}
#ouibounce-modal .modal {
  width: 600px;
  height: 400px;
  background-color: transparent;
  text-align: center;
  z-index: 1;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  display: block;
  -webkit-animation: popin 0.3s;
  animation: popin 0.3s;
}

#ouibounce-modal .modal img {
	max-height: 400px;
	margin:  0 auto;
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-ms-keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}
@-webkit-keyframes popin {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@-ms-keyframes popin {
  0% {
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popin {
  0% {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}


/*******************************************************
*********************** FOOTER
******************************************************/

.site-footer {
	margin-top: 15px;
	border-top: 5px solid #111;
	padding-top: 30px;
	font-size: 12px;
	color: #777777;
	padding-bottom: 30px;
}

.site-footer a {
	color: #777777;
}

.site-designer {
	text-align: center;
}

.footer-col-h {
	font-size: 18px;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	text-align: left !important;
}

.footer-col-h:not(:first-child) {
	margin-top: 15px;
}

.btn-footer-voucher {
	border-width: 1px;
	text-transform: none;
}

.footer-voucher-cont {
	margin-bottom: 30px;
}

.footer-voucher-img-cont {
	margin-right: 15px;
	width: 80px;
}

.footer-voucher-img-cont span.lazy-load-cont {
	max-width: 100% !important;
}

.footer-nav,
.footer-nav li {
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 12px;
	line-height: 1;
}

.footer-nav li {
	padding-bottom: 12px;
}

.footer-social {
	text-align: left;
	line-height: 1;
}

.footer-social-icon {
	display: inline-block;
	vertical-align: middle;
	max-width: 30px;
	margin-left: 15px;
}

.footer-social-icon:first-child {
	margin-left: 0;
}

.footer-social-icon span.lazy-load-cont {
	max-width: 100%;
}

.footer-payment-methods {
	text-align: center;
	margin-bottom: 30px;
}

.footer-payment-methods span.lazy-load-cont {
	display: inline-block;
	vertical-align: top;
	max-width: 30px;
	margin-left: 15px;
}

.footer-payment-methods span.lazy-load-cont:first-child {
	margin-left: 0;
}

.row-backbordered {
	position: relative;
	z-index: 2;
	background: #fff;
}

.newsletter-box {
	width: 100%;
	position: relative;
	border: 1px solid #FFC301;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.1);
    -webkit-transition: background .2s ease-out;
    -moz-transition: background .2s ease-out;
    -o-transition: background .2s ease-out;
    transition: background .2s ease-out;
    border-radius: 99999em;
    margin-bottom: 0;
}

.newsletter-form-container {
	padding: 30px 15px 15px 15px;
}

.newsletter-form-container {
	margin-top: 15px;
	border-top: 1px solid #e8e8e8;
}

.page-template-front-page-2018 .newsletter-form-container,
.single-product .newsletter-form-container,
.home .newsletter-form-container,
.blog .newsletter-form-container  {
	border-top: 0;
	margin-top: 0;
}

.front-newsletter-container .newsletter-form-container {
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
	padding: 16px 15px;
	margin-bottom: 45px;
}

.footer-newsletter-cont {
	display: table;
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 930px;
	margin: 0 auto;
}

.footer-newsletter-title {
	flex: 0 1 auto;
	padding-right: 25px;
}

.footer-newsletter-title h2 {
	margin: 0;
	margin-top: 0 !important;
	font-size: 37px;
	text-align: right;
	white-space: nowrap;
	text-transform: none;
}

.footer-newsletter-p {
	flex: 0 1 380px;
	padding-right: 25px;
}

.footer-newsletter-p p {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.4;
}

.newsletter-form {
	flex: 1 1 500px;
	position: relative;
}

.newsletter-box input {
	width: 100% !important;
	border-radius: 99999em;
    font-size: 16px;
    border-color: transparent;
    height: 41px;
	padding: 0 20px;
}

.newsletter-box + .btn-newsletter {
	position: absolute;
    top: 0;
    right: 0;
    padding: 12px;
    line-height: 1;
    border-radius: 99999em;
    background: #fc8b15;
    background: -moz-linear-gradient(left, #fc8b15 40%, #ffc700 100%);
    background: -webkit-linear-gradient(left, #fc8b15 40%,#ffc700 100%);
    background: linear-gradient(to right, #fc8b15 40%,#ffc700 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8b15', endColorstr='#ffc700',GradientType=1 );
    color: #fff;
    border-color: #fc8b15;
}

.newsletter-box input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #666;
  font-weight: bold;
}
.newsletter-box input::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  font-weight: bold;
}
.newsletter-box input:-ms-input-placeholder { /* IE 10+ */
  color: #666;
  font-weight: bold;
}
.newsletter-box input:-moz-placeholder { /* Firefox 18- */
  color: #666;
  font-weight: bold;
}

a.scroll-to-top {
    background-color: #fff;
	color: #383838;
	font-size: 14px;
	position: fixed;
	bottom: 7px;
	left: 7px;
	padding: 15px;
	display: none;
	z-index: 100;
}

.scroll-to-top {
	height: 40px;
    width: 40px;
    border-radius: 50px;
    border: 1px solid #d1d1d1;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.26);
}

.scroll-to-top > .fa-arrow-up {
	transform: translateY(-4px) translateX(-4px);
	font-size: 18px;
	color: #383838;
}

/*******************************************************
*********************** AJAX PLACEHOLDERS
******************************************************/

.ajax-placeholder.loading {
	position: relative;
}

.ajax-placeholder.loading:before {
	content: '';
	display: none;
	position: absolute;
	top: 45%;
	left: 0;
	right: 0;
	height: 5px;
	border-radius: 2px;

	animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #f1f1f1 8%, #e5e5e5 18%, #f1f1f1 33%);
    background-size: 200px 10px;

}

@keyframes placeHolderShimmer{
    0%{
        background-position: -100px 0
    }
    100%{
        background-position: 100px 0
    }
}
.ajax-price_html.loading:before,
.ajax-top_switcher.loading:before,
.ajax-price_html_single.loading:before {
	display: block;
	margin-top: 10px;
}

.ajax-price_html.loading {
	width: 40px;
	height: 20px;
	margin: 0 auto;
}

.ajax-top_switcher.loading {
	width: 72px;
	height: 20px;
}

.ajax-price_html_single {
	margin-top: 15px;
    margin-bottom: 20px;
}

.ajax-price_html_single.loading {
	height: 33px;
	width: 50px;
}

.ajax-price_html_single > p {
	margin-top: 0;
	margin-bottom: 0;
}

.ajax-single_product_wishlist_bnt.loading {
	margin-bottom: 39px;
}

.product-related-tabs-cont {
	margin-top: 45px;
}

.product-related-tabs-menu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	text-align: left;
	margin-left: 15px;
	position: relative;
}

ul.product-related-tabs-menu:after {
    content: '';
    border-top: 1px solid #d1d1d1;
    display: block;
    position: absolute;
    bottom: 0;
    left: -15px;
    right: -5px;
    z-index: 1;
}

.product-related-tabs-menu li {
	padding: 0;
	margin: 0;
	display: inline-block;
	vertical-align: top;
	width: 33%;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	border: 1px solid #d1d1d1;
	border-left: none;
	background: #f7f7f7;
	color: #c1c1c1;
	text-align: center;
	line-height: 55px;
	height: 60px;
	transition: all .2s ease-in-out;
	cursor: pointer;
	position: relative;
}

.product-related-tabs-menu.product-related-tabs-menu-cnt-4 li {
	width: 24.8%;
}

.product-related-tabs-menu li:first-child {
	border-left: 1px solid #d1d1d1;
}

.product-related-tabs-menu li:last-child:after {
	left: 100%;
}

.product-related-tabs-menu li:first-child:before {
	right: 100%;
}

.product-related-tabs-menu li.active {
	background: #fff;
	color: #ffbc00;
	border-top: 5px solid #ffbc00;
	border-bottom: 1px solid #fff;
	line-height: 50px;
	cursor: default;
	position: relative;
    z-index: 2;
}

.product-related-tabs-menu li:not(.active):hover {
	color: #717171;
}

.product-related-tabs-menu li div {
	line-height: 14px !important;
	vertical-align: middle;
	display: inline-block;
}

.product-related-tabs-menu li .fa {
	font-size: 1.1em;
	margin-right: 8px;
}

.product-related-tab {
	padding: 0 !important;
	margin: 0 !important;
	display: block;
	height: 1px;
	overflow-y: hidden;
	opacity: 0;
	box-sizing: border-box;
}

.product-related-tab.active {
	height: auto;
	opacity: 1;
}

.product-related-tab .flex-direction-nav {
	margin: 0;
	height: 0;
}

.product-related-tab .slides,
.product-related-tab .slides li {
	margin-bottom: 0 !important;
}

.product-related-tab-related {
	margin-top: 15px;
}

.product-related-tab-articles {
	text-align: center;
	margin-top: 15px;
}

.product-related-tab-articles .post-box-container {
	display: inline-block;
	vertical-align: top;
	width: 23%;
	margin-left: 15px;
	text-align: left;
}

.product-related-tab-articles a:first-child .post-box-container {
	margin-left: 0;
}

.woocommerce-table ul.wc-item-meta {
	margin: 5px 0 0 0;
	font-size: 12px;
}

.woocommerce-table ul.wc-item-meta li {
	font-size: 12px;
	color: #777;
	margin-bottom: 5px;
}

.woocommerce-table ul.wc-item-meta li p {
	color: #383838;
	font-size: 12px;
}

.order-vouchers-table code {
	color: #4a4a4a;
}

li.product-review {
	margin: 0;
	padding: 0 15px;
	list-style-type: none;
}

.slides > li.product-review {
	padding: 2px 5px 5px 5px !important;
}

.product-review-wrap {
	box-shadow: 0 2px 5px rgba(0,0,0,0.15);
	background-color: #fff;
	padding: 23px 15px 15px 23px;
}

.product-review-desc {
	font-size: 16px;
	line-height: 1.3333;
}

.product-review-meta-wrap {
	margin-top: 30px;
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.product-review-meta-content-wrap {
	flex: 0 1 auto;
	padding-bottom: 15px;
}

.product-review-rating {
	font-size: 21px;
	color: #FFC301;
	margin-bottom: 15px;
}

.product-review-rating .rating-average {
	font-weight: bold;
	vertical-align: top;
	display: inline-block;
	margin-right: 8px;
	font-family: 'MontserratPrice', 'Montserrat', sans-serif;
}

.product-review-rating.woocommerce .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
}

.product-review-author {
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
}

.product-review-author-desc {
	font-size: 14px;
	margin-top: 4px;
}

.product-review-img-wrap {
	flex: 0 0 105px;
	padding-left: 15px;
	margin-left: auto;
}

.product-review-img-wrap span.lazy-load-cont {
	max-width: 105px;
}

.product-review-img-wrap img.product-review-img {
	margin-left: auto;
}

/*******************************************************
*********************** CHECKOUT GIFT WRAP INFO
******************************************************/


.toggle-checkout-gift-wrap-info {
	cursor: pointer;
	font-size: 12px;
	line-height: 12px;
	text-decoration: underline;
	display: table;
	width: auto;
	margin-top: -4px;
	margin-left: 29px;
}

.checkout-gift-wrap-info {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999999;
	background-color: #fafafa;
	width: 100%;
	max-width: 630px;
	text-align: left;
	transform: translateX(-50%) translateY(-50%);
	pointer-events: none;
	padding: 30px;
	font-size: 14px;
	pointer-events: none;
	opacity: 0;
	border-radius: 0;
}

.checkout-gift-wrap-info.active {
	opacity: 1;
	pointer-events: initial;
	transition: .3s ease-in-out all;
}

.checkout-gift-wrap-info-close {
	position: absolute;
	top: 0;
	right: 30px;
	font-size: 30px;
	line-height: 30px;
	text-align: right;
	width: 30px;
	height: 30px;
	cursor: pointer;
	margin-top: 18px;
}

.checkout-gift-wrap-info-wrap {
	width: 100%;
	margin-left: auto;
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.checkout-gift-wrap-info-content-wrap {
	flex: 0 0 66.6%;
	padding-right: 30px;
	margin-bottom: 30px;
}

.checkout-gift-wrap-info-img-wrap {
	flex: 0 0 33.3%;
}

.checkout-gift-wrap-info-title {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 15px;
	padding-right: 53px;
}

.checkout-gift-wrap-info-desc p {
	margin: 0;
	margin-top: 15px;
}

.checkout-gift-wrap-info-desc p:first-child {
	margin-top: 0;
}

.checkout-gift-wrap-info-actions-wrap {
	display: table;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 15px;
}

.checkout-gift-wrap-info-actions-wrap > * {
	flex: 0 0 auto;
}

.checkout-gift-wrap-info-actions-wrap > *:not(:first-child) {
	margin-left: 23px;
}

.btn-checkout-gift-wrap-info-close,
.btn-checkout-gift-wrap-info-close:hover,
.btn-checkout-gift-wrap-info-close:active,
.btn-checkout-gift-wrap-info-close:focus {
	background-color: transparent !important;
	color: #52504D !important;
	padding-left: 0;
	padding-right: 0;
}

.checkout-gift-wrap-info-mask {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #000;
	opacity: 0;
	pointer-events: none;
	z-index: 999998;
}

.checkout-gift-wrap-info-mask.active {
	opacity: .75;
	pointer-events: initial;
	transition: .3s ease-in-out opacity;
}

/*******************************************************
*********************** PAGE
******************************************************/

.about-us-cont p {
	max-width: 700px;
}

.about-us-cont img {
	width: 880px;
	height: auto;
	margin: 30px -80px;
}

.author-image-box {
	max-width: 70px;
	background-size: cover;
	border-radius: 50px;
	float: left;
}

.special-small-author-image-box {
	flex: 0 0 65px;
	max-width: 65px;
	background-size: cover;
	border-radius: 50px;
	float: left;
}

.special-small-author-post-info {
	margin-top: 10px;
	margin-left: 10px;
	float: left;
}

.small-author-image-box {
	flex: 0 0 50%;
	max-width: 50px;
	background-size: cover;
	border-radius: 99999em;
}

.post-hashtag-box {
	flex: 0 0 auto;
	display: inline-block;
}

.post-hashtag-box > span {
	float: right;
	font-size: 35px;
	font-weight: bold;
	color: #CECECE;
	font-family: Montserrat;
	display: inline-block;
}

.small-product-image-box {
	background-size: cover;
	width: 55px;
	float: right;
}

.special-small-product-image-box {
	background-size: cover;
	width: 65px;
	margin-top: 8px;
	float: right;
}

.article-info-box {
	margin-top: 15px;
	margin-bottom: 23px;
	display: table;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.entry-post-title {
	padding-left: 0;
	margin-left: 40px;
}

.entry-post-title > .entry-title {
	margin-top: 5px;
	margin-bottom: 5px;
	text-transform: initial;
}

.author-post-info {
	margin-left: 70px;
}

.small-author-post-info {
	margin-left: 10px;
}

.post-header {
	display: flex;
}

.post-info-box {
	display: table;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 15px 23px 15px;
}

.small-author-box {
	flex: 0 1 auto;
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-right: 15px;
}

.author-box {
	float: left;
}

.article-front-page-box {
	background-color: #fff;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.05);
}

.special-article-front-page-box {
	background-color: #fff;
	box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.08);
	clear: both;
	margin-top: 120px;
	padding: initial;
}

.blog .bottom_pagination {
	float: right;
}

.comment-form p span.required {
	color: #f00;
}

.comment-form p.comment-form-author label,
.comment-form p.comment-form-email label {
	display: block;
}

.comment-form p.comment-form-comment textarea,
.comment-form p.comment-form-author input,
.comment-form p.comment-form-email input {
	width: 100% !important;
}

.comment-form p.comment-form-cookies-consent {
	display: table;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
}

.comment-form p.comment-form-cookies-consent input[type=checkbox] {
	margin-right: 8px;
	flex: 0 0 auto;
}

.comment-form p.comment-form-cookies-consent label {
	flex: 0 1 auto;
	font-size: 14px;
}

.comment-form p.comment-form-cookies-consent:after {
	content: '';
	display: table;
	clear: both;
}

.special-post-box-image {
	padding: initial;
}

.comments-area {
	margin-top: 15px;
}

.special-box-gradient-container {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fc8b15+0,ffc700+100 */
	background: #fc8b15; /* Old browsers */
	background: -moz-linear-gradient(left, #fc8b15 0%, #ffc700 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #fc8b15 0%,#ffc700 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #fc8b15 0%,#ffc700 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc8b15', endColorstr='#ffc700',GradientType=1 ); /* IE6-9 */
	transform: translateY(-75px);
}

@media(min-width:1199px){

	.blog:not(.paged) .navbar-default:not(.scrolled) .custom-logo-link {
	filter: invert(100%);
	}
	.blog:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > li > a,
	.blog:not(.paged) .navbar-default:not(.scrolled) .navbar-miscs,
	.blog:not(.paged) .navbar-default:not(.scrolled) .fa-user,
	.blog:not(.paged) .navbar-default:not(.scrolled) .navabr-account,
	.blog:not(.paged) .navbar-default:not(.scrolled) .navbar-cart {
	color: #fff;
	}

	.blog:not(.paged) .navbar:not(.scrolled) {
	background-color: transparent;
	border-bottom: 0px;
	}

	.blog:not(.paged) .navbar-default .navbar-nav > .active > a {
	background: transparent!important;
	}

	body:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > .active > a {
	border-bottom: 1px solid #fff;
	}

	.blog:not(.paged) .navbar-default:not(.scrolled) .badge-notify {
	background: #fff;
	}

}


.special-blog-front-title {
	font-size: 32px;
	text-transform: initial;
	margin-top: 0;
}

.special-post-info-box {
	padding: 10px;
}

.blog-post-social-counters {
	margin-top: 15px;
}

.small-post-info {
	float: left;
}

.blog-front-author-name {
	color: #383838;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.1;
}

.blog-front-post-date {
	color: #383838;
	font-size: 12px;
	font-weight: 300;
	margin-top: 4px;
}

.special-blog-front-entry-content {
	font-size: 16px;
	margin-top: 15px;
	font-weight: 300;
	line-height: 21px;
}

.blog-front-entry-content {
	margin-top: 15px;
	font-size: 14px;
}

.blog-post-date {
	margin-left: 10px;
}

.blog-post-title {
	font-size: 32px;
}

.post-container {
	margin-top: 70px;
}

.main-post-image {
	padding: initial;
}

.blog-post-social-counters > .fa {
	color: #CECECE;
	font-size: 12px;
}

.front-page-post-text-content {
	padding: 20px;
	padding-top: 0;
}

.blog-post-social-counters > .fa-comment {
	margin-left: 20px;
}

.blog-post-social-counters {
	font-size: 14px;
	font-family: Montserrat;
	color: #383838;
    font-weight: bold;
}

.blog-post-header-social-counters {
	font-size: 14px;
	font-family: Montserrat;
	color: #383838;
    font-weight: bold;
    margin-top: 0px;
}

.blog-post-header-social-counters > .fa {
	color: #CECECE;
	font-size: 12px;
}

.blog-post-header-social-counters > .fa-comment {
	margin-left: 20px;
}

.blog-post-content {
	margin-top: 30px;
	padding: initial;
}

.sidebar-column {
	margin-top: 60px;
}

.sidebar-column > h2 {
	font-size: 16px;
	text-transform:  uppercase;
	margin-bottom: 25px;
}

.blog-front {
	font-size: 21px;
	text-transform: initial;
	margin-top: 0;
}

.fa-facebook-f:before, .fa-facebook:before, .fa-comment-f:before, .fa-comment:before {
	margin-right: 8px;
}

.author-name {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 21px;
	font-weight: bold;
	color: #FFB000;
	max-width: 150px;
	line-height: 1;
}

.small-author-name {
	font-size: 21px;
	font-weight: bold;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,.5);
}

.post-box-container-title {
	line-height: 1.2;
	font-weight: bold;
	font-size: 18px;
}

.blog-post-date {
	font-size: 12px;
	font-weight: 300;
	float: left;
}

.small-blog-post-date {
	font-size: 12px;
	font-weight: 300;
	text-shadow: 1px 1px 1px #000;
}

.small-blog-post-social-counters {
	margin-top: 4px;
}

.small-blog-post-social-counters > .fa {
	color: #CECECE;
	font-size: 12px;
}

.small-blog-post-social-counters > .fa:not(:first-child) {
	padding-left: 10px;
}

.small-blog-post-social-counters {
	color: #383838;
	font-size: 14px;
    margin-right: 20px;
    font-weight: bold;
}

.blog-front-all-posts-container article:nth-child(3n+1) {
	clear: both;
}

/*******************************************************
*********************** PAGE
******************************************************/

.page h1 {
	font-size: 28px;
	line-height: 1;
	text-transform: uppercase;
}

/*******************************************************
*********************** FAQ
******************************************************/

.container-faq {
	margin-top: 60px;
}

.section-faq {
	padding: 0 20px 10px;
}

.section-faq-border {
	border: 1px solid rgba(0,0,0,.1);;
}

.section-faq ol {
	margin-left: 15px;
}

.section-faq li {
	font-size: 12px;
	margin-bottom: 7px;
}

.container-faq img {
	max-width: 100%;
	height: auto !important;
}

.container-faq .site-main p {
	word-break: break-word;
}

.container-faq .section-faq-header {
	border-top: 1px solid rgba(0,0,0,0.1);
    padding-top: 30px;
    margin-top: 45px;
}

.container-faq .section-faq-header:first-child {
    margin-top: 0px;
}

/*******************************************************
*********************** LAZY LOAD
******************************************************/

span.lazy-load-cont {
	display: block;
	position: relative;
	background-color: transparent;
	overflow: hidden;
	max-height: 100%;
	max-width: initial;
}

span.lazy-load-cont > img {
	opacity: 0;
	transition: .2s opacity ease-in-out;
}

span.lazy-load-cont > img.loaded {
	opacity: 1;
}

.woocommerce ul.products li.product a span.lazy-load-cont {
    margin: 0 0 1em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    width: 101% !important;
    height: 101% !important;
}

.woocommerce ul.products li.product a span.lazy-load-cont > img {
	margin: 0 auto;
	max-width: 100%;
	height: auto !important;
}

.woocommerce span.lazy-load-cont > img.product-loop-thumbnail-hover {
	opacity: 0;
}

.woocommerce span.lazy-load-cont > img.product-loop-thumbnail-hover:hover {
	opacity: 1;
}

.post-box-thumbnail-container > span.lazy-load-cont,
.special-post-box-container > span.lazy-load-cont {
	width: 100% !important;
	height: 100%;
}

.insta-photo-cont span.lazy-load-cont {
	width: 100% !important;
	height: 100%;
}

.menu-item span.lazy-load-cont {
    width: 110px !important;
    float: left;
    margin-right: 15px;
}

.the-front-slide span.lazy-load-cont {
	width: 100% !important;
	height: 100%;
}

table.cart .product-thumbnail span.lazy-load-cont {
	width: 100px !important;
	height: 100px;
}

/*******************************************************
*********************** MEDIA
******************************************************/

/* md */
@media(max-width:1199px){

	.woocommerce .flexslider {
		width: 860px; /* container - 2*40px */
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
		width: 57%;
	}
	.woocommerce .single-product-wishlist,
	.woocommerce button.add-to-wishlist-submit {
    	font-size: 12px;
	}

	.woocommerce .single-product-wishlist {
		max-width: 100px;
    	top: -44px;
	}

	.special-blog-front-entry-content {
	    font-size: 14px;
	    margin-top: 15px;
	    font-weight: 300;
	    line-height: 18px;
	}

	.post-box:nth-child(3n+1) {
		clear: both;
	}

	.navbar-default .navbar-nav > li {
	    padding: 0 10px;
	}

	.woocommerce div.product .the-switch {
		width: 80%;
	}

	/** menu **/

    .navbar-header {
        float: none;
    }
    .navbar-toggle {
        display: block;
		margin: 18px 15px 0 10px;
        background: transparent !important;
        float: right;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin: 7.5px -15px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .navbar-text {
        float: none;
        margin: 15px 0;
    }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block!important;
        overflow-y: scroll !important;
    }
    .collapsing {
        overflow: hidden!important;
    }
    .dropdown.active .dropdown-menu {
    	display: block;
    }

    .navbar-nav > li > .dropdown-menu {
		position: static;
		width: 100%;
		border: none;
		border-radius: 0;
		box-shadow: none;
		min-width: auto;
		float: none;
		display: block;
  	}
	.dropdown-menu > li {
		margin: 0;
		font-size: 18px;
		flex: 0 0 100% !important;
		max-width: 100% !important;

	}
	.nav > li > a {
	    padding: 10px 15px 10px 45px;
	}

    /** --- menu **/

    .shop-navbar .container {
		width: 100%;
	}
	.shop-navbar-tour {
		display: none;
	}
	.shop-navbar ul.shop-categories-list li {
		margin-left: 30px;
	}
	.navbar-collapse {
	    background: #fff;
	}
	.nav.navbar-left > li {
	    border-bottom: 1px solid #BFBFBF;
	}

	.navbar-nav .caret {
	    display: block;
	    position: absolute;
	    right: 10px;
	    top: 10px;
	}
	.navbar-default .navbar-nav > li {
		margin-left: 0;
		padding: 10px 45px 0;
		border-bottom: 1px solid #e7e7e7;
	}
	.navbar-nav {
	    display: block;
	    width: 100%;
	    float: none;
	    margin: 0;
	    padding-top: 15px;
	}
	.nav.navbar-nav > li > a {
		padding-bottom: 15px;
	}
	.menu-item-img, .menu-item-desc .sub,
	.dropdown-menu .all-products,
	.menu-item span.lazy-load-cont {
    	display: none !important;
    }
    .menu-item-desc {
    	margin-top: 0;
    }
    ul.dropdown-menu li a {
	    padding-top: 0px;
	}
    ul.dropdown-menu li a {
	    font-size: 14px;
	}
	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
	    margin-top: 15px;
	    -webkit-box-shadow: 0 4px 5px 2px rgba(0,0,0,0.15);
	    -moz-box-shadow: 0 4px 5px 2px rgba(0,0,0,0.15);
	    box-shadow: 0 4px 5px 2px rgba(0,0,0,0.15);
	    max-height: 80vh;
	    overflow-y: scroll;
	}
	.nav.navbar-nav li:last-child {
		border: none;
		margin-bottom: 0;
    	padding-top: 0;
	}
	.navbar-miscs {
	    float: none;
	    text-align: center;
	    margin-top: 0;
	    padding-bottom: 15px
	}
	.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	    border-bottom: none;
	}

	a.custom-logo-link {
	    margin-left: 15px;
	    width: 160px;
	    padding-top: 17px;
	    float: left;
	}
	.navbar-header > div > div > span > .woocommerce-Price-amount {
		display: none;
	}
	.navbar-header > .top-wishlist-count-box,
	.navbar-header > .top-cart-count-box,
	.navbar-header > .top-search-mobile-box  {
		width: 40px;
	    float: right;
	    margin-top: 11px;
	    font-size: 22px;
	    margin-right: 10px;
	}
	.top-cart-count-box {
		margin-right: 20px;
	}

	.navbar-header > .top-wishlist-count-box .fa {
		font-size: 20px;
	}

	.top-search-mobile-box {
		cursor: pointer;
	}

	.navbar-switcher-info {
		float: left;
		margin-right: 40px;
	}
	.navbar-switcher-menu {
		float: right;
		padding: 0px 10px;
	}

	.navbar .caret {
		display: none;
	}

	.navbar-switcher-menu {
		display: block;
	    float: left;
	    position: static;
	    box-shadow: none;
	    padding-top: 10px;
	}
	.navbar-switcher-info,
	.navbar-switcher-menu label {
		display: none;
	}

	.navbar-toggle {
		background: transparent !important;
		border: none !important;
		padding: 10px 0;
	}

	.navbar-default .navbar-toggle .icon-bar {
	    background-color: #383838;
	}

	.navbar-toggle .icon-bar {
	    display: block;
	    width: 22px;
	    height: 3px;
	    border-radius: 0;
	    background-color: #383838;
	    transition: .3s all ease-in-out;
	}

	.navbar-toggle-desktop.active .icon-bar:nth-child(3)  {
		margin-bottom: 0;
	}

	.navbar-toggle-desktop.active .icon-bar:nth-child(2) {
	  -webkit-transform: translateX(20px);
	          transform: translateX(20px);
	  opacity: 0;
	}
	.navbar-toggle-desktop.active .icon-bar:nth-child(1) {
	  -webkit-transform: translateY(7px) rotate(45deg);
	          transform: translateY(7px) rotate(45deg);
	}
	.navbar-toggle-desktop.active .icon-bar:nth-child(3) {
	  -webkit-transform: translateY(-7px) rotate(-45deg);
	          transform: translateY(-7px) rotate(-45deg);
	}

	.navbar-toggle-desktop {
		display: block;
		cursor: pointer;
		margin-left: 30px;
	}

	.navbar-header .navbar-toggle .icon-bar {
	  -webkit-transition: all 0.3s ease-in-out;
	  transition: all 0.3s ease-in-out;
	}

	.navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(3) {
	  -webkit-transform: translateX(20px);
	          transform: translateX(20px);
	  opacity: 0;
	}
	.navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(2) {
	  -webkit-transform: translateY(8px) rotate(45deg);
	          transform: translateY(8px) rotate(45deg);
	}
	.navbar-header .navbar-toggle:not(.collapsed) .icon-bar:nth-child(4) {
	  -webkit-transform: translateY(-6px) rotate(-45deg);
	          transform: translateY(-6px) rotate(-45deg);
	}

	.navbar-nav {
		padding-top: 5px;
	}

	.navbar-default .navbar-nav > li {
		padding: 10px 15px 0 15px;
	}

	ul.dropdown-menu {
		margin-bottom: 15px;
	}

	ul.dropdown-menu li a {
		padding: 5px 15px 5px 15px;
	}

	ul.dropdown-menu li:first-child a {
		padding-top: 0;
	}

	.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
		background-color: #ffffff;
	}

	.blog:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > li > a:hover, .blog:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > li > a:focus, .blog:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > .active > a, .blog:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > .active > a:hover, .blog:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > .active > a:focus, .blog:not(.paged) .navbar-default:not(.scrolled) .navbar-nav > .active > a:active {
		color: #383838;
	}

	.the-box-title {
		font-size: 28px;
	}

	.navbar-cart .navbar-icon-label {
		display: none;
	}

	.navbar-cart, a.navbar-cart {
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.woocommerce .cart-wrap .cart-collaterals {
		flex: 0 1 32%;
		width: 32%;
	}

	.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
		font-size: 16px;
	}

	.special-blog-front-title {
		font-size: 22px;
	}

}

/* sm */
@media(max-width:991px){

	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	    width: 55%;
	}

	.woocommerce .flexslider {
		width: 640px; /* container - 2*40px */
	}

	.woocommerce .single-product-wishlist {
	    margin-top: 15px;
	    float: none;
	    position: relative;
	    top: initial;
	    max-width: initial;
	    margin-bottom: 0;
	    margin-left: 15px;
	}

    .insta-photo-cont {
    	width: 25%;
	}

	.insta-photo-cont:nth-child(6n):after {
		display: block;
	}

	.insta-photo-cont:nth-child(4n):after {
		display: none;
	}

	#ouibounce-modal {
		display: none !important;
	}
	.about-us-cont img {
	    width: 700px;
	}
	.about-us-cont img {
	    width: 100%;
	    height: auto;
	    margin: 30px 0px;
	}

	.site-footer {
		margin-top: 0;
	}

	.mobile.main .content {
	    padding-top: 40px !important;
	}

	body.single-product .hsds-beacon div.BeaconFabButtonFrame {
		bottom: 60px !important;
		right: 15px !important;
	}

	.post-box:nth-child(3n+1) {
		clear: none;
	}

	.post-box:nth-child(2n+1) {
		clear: both;
	}

	.special-article-front-page-box > .entry-header > .col-md-5 {
		padding-bottom: 15px;
	}

	.product-related-tabs .post-box-container {
		width: 48%;
	}

	.woocommerce div.product .the-switch {
		width: 100%;
	}

	.shop-advantages-footer {
		display: block;
	}

	.shop-advantages-bar {
		padding-top: 25px;
		padding-bottom: 0;
	}

	.shop-advantages {
		text-align: center;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.shop-advantage {
		flex: 0 0 33.333%;
	}

	.shop-advantage-cont {
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		flex-wrap: wrap;
		padding: 0 7.5px 25px 7.5px;
	}

	.shop-advantage-icon {
		padding-right: 0;
	}

	.shop-advantage-icon i.adv-icon {
		font-size: 28px;
		background-position: center center;
		float: none;
		margin: 0 auto 5px auto;
	}

	.shop-advantage-title {
		flex: 1 0 100%;
		text-align: center;
	}

	.newsletter-form-container {
		padding-bottom: 30px;
		padding-top: 20px;
	}

	.blog-front-all-posts-container article:nth-child(3n+1) {
		clear: none;
	}

	.blog-front-all-posts-container article:nth-child(2n+1) {
		clear: both;
	}

	.the-boxes-right {
		flex: 1 1 33.3333%;
	}

	.the-boxes-left {
		flex: 0 0 66.6666%;
	}

	.the-box-left {
		flex: 1 0 45%;
	}

	.the-box-left.the-box-wide {
		flex: 1 0 97%;
		max-width: 97%;
	}

	.the-box-right .the-box-img-container {
		top: initial;
	}

	.the-boxes-right .the-box-img-container img.the-box-img {
		transform: translateX(-34.5%);
		max-width: initial;
	}

	.the-boxes-right .the-box:hover .the-box-img {
		transform: translateX(-34.5%) scale(1.05) !important;
	}

	.custom-template-boxes .front-boxes-cnt-5 .front-box {
	    width: 33.333%;
	}

	.custom-template-boxes .front-boxes-cnt-5 .front-box-5 {
		margin-left: 16.666%;
	}

	/* WooCommerce reset default cart and checkout */

	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead {
		display: table-header-group;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: table-row;
	}

	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail,
	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td,
	.woocommerce table.shop_table_responsive tbody th, .woocommerce-page table.shop_table_responsive tbody th {
		display: table-cell;
	}

	.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
	.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
		border-top: 1px solid rgba(0,0,0,.1);
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff;
	}

	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
		float: left;
	}

	.woocommerce #content table.cart td.actions .coupon .button, .woocommerce #content table.cart td.actions .coupon .input-text, .woocommerce #content table.cart td.actions .coupon input, .woocommerce table.cart td.actions .coupon .button, .woocommerce table.cart td.actions .coupon .input-text, .woocommerce table.cart td.actions .coupon input, .woocommerce-page #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .input-text, .woocommerce-page #content table.cart td.actions .coupon input, .woocommerce-page table.cart td.actions .coupon .button, .woocommerce-page table.cart td.actions .coupon .input-text, .woocommerce-page table.cart td.actions .coupon input {
		width: auto;
	}

	.woocommerce-page table.cart td.actions {
		padding-left: 0;
		padding-right: 0;
	}

	.woocommerce #payment #place_order,
	.woocommerce-page #payment #place_order {
		width: auto;
		margin-bottom: 0;
	}

	/* –––––––– */

	.woocommerce .cart-wrap {
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
	}

	.woocommerce .cart-wrap form.woocommerce-cart-form {
		flex: 0 0 100%;
	}

	.woocommerce .cart-wrap .cart-collaterals {
		flex: 0 0 100%;
	}

	.woocommerce table.cart td.actions .button[name=update_cart],
	.woocommerce-page #content table.cart td.actions .button[name=update_cart],
	.woocommerce-page table.cart td.actions .button[name=update_cart] {
		padding: 0 !important;
	}

	.woocommerce-page table.cart .product-thumbnail img {
		width: 60px;
	}

	table.cart .product-thumbnail span.lazy-load-cont {
		width: 60px !important;
		height: 60px;
	}

	.woocommerce-cart .cart_totals table.shop_table tr td {
		text-align: right !important;
	}

	.cart-totals-add-to-payment-wrap {
		max-width: 360px;
		margin: 0 auto;
	}

	.woocommerce #content table.cart td.actions, .woocommerce table.cart td.actions, .woocommerce-page #content table.cart td.actions, .woocommerce-page table.cart td.actions {
		padding-bottom: 0;
	}

	.woocommerce-cart .cross-sells > h2 {
		text-align: center;
	}

	.woocommerce-cart .cross-sells ul.products li.product {
		width: 50%;
		float: left;
	}

	.woocommerce-cart .cross-sells ul.products li.product:nth-child(2n+1) {
		clear: both;
	}

	.woocommerce-cart .shop_table.cart .actions .show-coupon {
		width: auto !important;
		float: left !important;
	}

	.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
		font-size: 18px;
	}

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

	.post-container > .row:first-child {
		margin: 0;
	}

	.post-header {
		flex-wrap: wrap;
	}

	.entry-post-title {
		flex: 0 0 100%;
		margin-top: 15px;
		margin-left: 0;
	}

}

/* xs */
@media(max-width:768px){

	.single-product__wrapper {
		flex-wrap: wrap;
		margin-left: -15px;
		margin-right: -15px;
	}

	.single-product__wrapper .entry-summary {
		padding: 0 15px;
	}

	.col.product-gallery {
		padding-left: 0;
		padding-right: 0;
	}

	.product-custom-gallery__single {
		justify-content: center;
	}

	.product-custom-gallery__btn {
		display: table;
	}

	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
		margin-top: 30px;
	}

	.product-main {
		padding-top: 0;
	}

	.product-custom-gallery__badge {
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		font-size: 16px;
		color: #fff;
		z-index: 2;
	}

	.product-custom-gallery__thumb {
		border-width: 2px;
	}

	.product-custom-gallery__thumb:nth-child(odd) {
		border-right-width: 0px;
	}

	.product-custom-gallery__mobile-feature .product-custom-gallery__thumb {
		border-right-width: 2px;
		height: 100%;
	}

	.product-custom-gallery__wrapper .product-custom-gallery__thumb {
		display: none;
	}

	.product-custom-gallery__wrapper .product-custom-gallery__thumb.product-custom-gallery__thumb--single {
		display: block;
	}

	.product-custom-gallery {
		display: flex;
		position: relative;
		margin: -2px;
		flex: 0 0 100%;
	}

	.product-custom-gallery__mobile-feature .product-custom-gallery__thumb {
		width: 100%;
	}

	.product-custom-gallery__wrapper {
		flex: 0 0 50%;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.product-gallery {
		padding-left: 0;
		padding-right: 0;
	}

	.product-custom-gallery__mobile-feature {
		display: block;
		flex: 0 0 50%;
	}

	.product-custom-gallery__wrapper .product-custom-gallery__thumb:nth-child(2),
	.product-custom-gallery__wrapper .product-custom-gallery__thumb:nth-child(3),
	.product-custom-gallery__wrapper .product-custom-gallery__thumb:nth-child(4),
	.product-custom-gallery__wrapper .product-custom-gallery__thumb:nth-child(5) {
		display: block;
	}

	.product-custom-gallery__wrapper .product-custom-gallery__thumb:nth-child(2),
	.product-custom-gallery__wrapper .product-custom-gallery__thumb:nth-child(3),
	.product-custom-gallery__wrapper .product-custom-gallery__thumb:nth-child(4),
	.product-custom-gallery__wrapper .product-custom-gallery__thumb:nth-child(5) {
		position: relative;
		width: 50%;
		height: 50%;
	}

	.product-custom-gallery__wrapper .product-custom-gallery__thumb--overlay a {
		position: relative;
	}

	.product-custom-gallery__wrapper .product-custom-gallery__thumb--overlay a::before {
		content: "";
		position: absolute;
		display: block;
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		background: rgb(0, 0, 0 );
		opacity: .5;
		z-index: 2;
	}

	.product-custom-gallery__wrapper .product-custom-gallery__thumb.product-custom-gallery__thumb--single .badge-container {
		left: 0;
	}

	.woocommerce .flexslider {
		width: 80vw; /* container - 2*40px */
	}

	.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
		max-height: initial;
	}
	.front-box.ratio-1-1 {
 		width: 100%;
	}
	.front-box.ratio-1-1:before {
		padding-top: 65%;
	}
	.front-box-1.ratio-1-1:before {
		padding-top: 100%;
	}
	.footer-payment-methods,.site-designer {
	    text-align: left;
	}

	.footer-row .footer-col:nth-child(2n+1){
		clear:both;
	}
	.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
	    width: 100%;
	}
	.summary.entry-summary {
		clear: both;
	}
	.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
	    width: 100%;
	    margin-left: 0;
	    flex: 0 0 100%;
	}
	.woocommerce .single-product-wishlist {
	    margin-top: 0px;
	    float: right;
	    position: relative;
	    float: none;
   		top: -10px;
    	bottom: initial;
    	margin-left: 0;
	}

	.woocommerce div.product .single-product-pros {
		margin-left: 8px;
	}

	.shop-navbar ul.shop-categories-list {
	    overflow-x: scroll;
	    overflow-y: hidden;
	    white-space: nowrap;
	}

	/* woocommerce checkout */
	.woocommerce #content table.cart td.actions .coupon, .woocommerce table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon, .woocommerce-page table.cart td.actions .coupon {
	    padding-bottom: 15px;
	    padding-top: 15px;
	}
	.woocommerce-checkout .shop_table.cart .actions .show-coupon {
	    margin-bottom: 20px;
	    margin-top: 15px;
	}
	.woocommerce #content table.cart td.actions .button, .woocommerce table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button {
	    padding: 15px 12px;
	}
	.woocommerce-checkout #checkout-cont, .woocommerce-checkout #customer_details {
	    width: 100%;
	}
	.woocommerce table.shop_table_responsive tr td:before, .woocommerce-page table.shop_table_responsive tr td:before {
	    content: attr(data-title) "";
	}
	.woocommerce-checkout .cart_item td {
		display: block;
	}
	.woocommerce-checkout tr.cart_item {
    	clear: both;
	}
	.woocommerce-checkout .cart_item td {
		vertical-align: middle;
	}
	.woocommerce table.shop_table td {
	    border-top: none;
	}
	.woocommerce a.remove {
	    position: absolute;
	}
	.woocommerce-cart .cart-pa-size-change .size-table-toggle .size-table-cont {
	    left: initial;
	    right: 0;
	}
	.woocommerce-checkout tr.cart_item {
	    display: block;
	    padding-bottom: 15px;
	    border-bottom: 1px solid #e2e2e2;
	    position: relative;
	}
	.shop-navbar:after {
		content: '\f105';
		font-family: 'FontAwesome';
		font-size: 20px;
		color: #fff;
		position: absolute;
		right: 5px;
		top: 4px;
		display: block;
	}
	.shop-navbar:before {
		content: '|';
		font-size: 28px;
		color: #fff;
		position: absolute;
		right: 16px;
		top: -2px;
		display: block;
	}

	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
		width: 49%;
	}
	.navbar-switcher-menu {
	    box-shadow: none;
	    position: static;
	}
	.newsletter-box:after {
		right: 0;
		width: 100%;
	}
	.variations_form .woocommerce-variation-add-to-cart {
		position: fixed;
	    background: #fff;
	    padding: 7px 0 8px;
	    z-index: 100;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    width: 100%;
	    box-shadow: 0 -1px 3px rgba(0,0,0,.1);
	}

	.woocommerce div.product form.cart .button {
	    margin: 0 auto;
	    display: table;
	    float: none;
	    font-size: 18px;
	}

	a.scroll-to-top {
		display: block;
	}

	.small-author-box {
		min-height: 0px;
	}

	.product-related-tabs-menu li,
	.product-related-tabs-menu.product-related-tabs-menu-cnt-4 li {
		width: 100%;
		border-left: 1px solid #d1d1d1;
		border-right: 1px solid #d1d1d1;
	}

	.product-related-tabs-menu li:first-child:before,
	.product-related-tabs-menu li:last-child:after {
		display: none;
	}

	.product-related-tabs-menu {
		margin-left: 0;
	}

	.front-box {
		margin: 0 !important;
		margin-top: 7px !important;
	}
	.custom-template-boxes .front-box {
	    width: 50%;
	}

	.custom-template-boxes .front-boxes-cnt-5 .front-box {
	    width: 50%;
	}

	.custom-template-boxes .front-boxes-cnt-5 .front-box-6 {
		margin-left: 25% !important;
	}

	.custom-template-boxes .front-boxes-col:before  {
		display: none;
	}
	.single-product.woocommerce div.product p.price, .single-product .single-product-theme, .single-product .product_title.entry-title {
		text-align: center;
	}
	.single-product.woocommerce div.product .summary p.price {
	    text-align: center;
	    margin: 20px auto;
	    display: block;
	    width: auto;
	    float: none;
	    clear: both;
	}

	.woocommerce div.product form.cart .variations {
		float: none;
		clear: both;
	}

	/* single product images */

	.woocommerce div.product div.images .flex-viewport {
		width: 100%;
		float: none;
	}

	.woocommerce div.product div.images .flex-control-thumbs {
		width: 100%;
	    float: none;
	    position: relative;
	    top: -20px;
	    left: 0;
	    right: 0;
	    text-align: center;
	   	margin-bottom: -40px;
	}

	.woocommerce div.product div.images .flex-control-thumbs li {
	    margin-bottom: 5px;
	    width: 10px;
	    height: 10px;
	    border-radius: 10px;
	    overflow: hidden;
	    margin-left: 7px;
	    float: none;
	    display: inline-block;
	    position: relative;
	}

	.woocommerce div.product div.images .flex-control-thumbs li:after {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		background: #333;
		z-index: 10;
		pointer-events: none;
		cursor: pointer;
		border-radius: 10px;
	}

	.woocommerce-product-gallery {
		margin-top: 15px;
	}

	.woocommerce div.product div.images .flex-control-thumbs li img {
		opacity: 1 !important;
	}

	.single-product-below-cart-button {
		margin-top: 15px;
	}

	.woocommerce div.product form.cart .variations {
		float: none;
	}

	.woocommerce div.product .the-switch {
		max-width: 400px;
	}

	ul.product-related-tabs-menu:after {
		content: '';
		display: none;
	}

	.woocommerce .woocommerce-filters-widgets .woocommerce-widget-layered-nav-list {
		display: block;
		vertical-align: top;
		margin-top: 10px;
	}

	.footer-newsletter-cont {
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}

	.footer-newsletter-title {
		padding-right: 0;
		padding-bottom: 7px;
		flex: 0 0 100%;
		text-align: center;
	}

	.footer-newsletter-title h2 {
		text-align: center;
		font-size: 28px;
	}

	.footer-newsletter-p p {
		text-align: center;
	}

	.footer-newsletter-p {
		padding-right: 0;
		padding-bottom: 15px;
		flex: 0 0 100%;
		text-align: center;
	}

	.newsletter-form {
		flex: 0 1 500px;
	}

	.the-boxes {
		flex-wrap: wrap;
	}

	.the-boxes-right {
		flex: 0 1 100%;
		order: 1;
	}

	.the-boxes-left {
		flex: 0 0 100%;
		order: 2;
	}

	.the-box-left {
		flex: 1 0 45%;
	}

	.the-box-left.the-box-wide {
		flex: 1 0 98%;
		max-width: 98%;
	}

	.the-boxes-right .the-box:before {
		padding-top: 50%;
		content:'';
    	float:left;
	}

	.the-boxes-right .the-box-img-container {
		top: 15px;
		bottom: -50%;
	}

	.the-box-right .the-box-bckg-img {
	    width: 100% !important;
	    height: auto !important;
	    top: 0;
	    transform: none;
	    left: 0;
	}

	.the-boxes-right .the-box-text {
		bottom: 13px;
		top: initial;
	}

	.woocommerce-checkout #order_review_heading {
		margin-top: 15px;
		margin-bottom: 0;
	}

	.woocommerce-checkout #order_review {
		margin-top: 15px;
	}

	.the-boxes-right .the-box-img-container img.the-box-img {
		transform: translateX(0);
		max-width: initial;
	}

	.the-boxes-right .the-box:hover .the-box-img {
		transform: translateX(0) scale(1.05) !important;
	}

	.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child, .woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
		border: none;
	}

	.woocommerce a.remove {
		position: static;
    	padding: 0;
   		line-height: 1;
    	font-size: 16px;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table {
		width: 100%;
		display: block;
		overflow: hidden;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table thead {
		display: none;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody,
	.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr,
	.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr td {
		width: 100%;
		display: block;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table tbody tr {
		padding-bottom: 0;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order-table tbody tr.cart_item td.product-total {
		text-align: left;
	}

	.custom-template-boxes .front-boxes-cnt-2 .front-box h2 {
		font-size: 28px;
	}

	.the-box-reveal.the-box-6 .the-box-img-container img.the-box-img {
		min-width: auto !important;
		transform: translateY(-15%);
	}

	.the-boxes-right .the-box.the-box-reveal.the-box-6:hover .the-box-img-container img.the-box-img {
		transform: translateX(0) translateY(-15%) scale(1.05) !important;
	}

	.product-review-img-wrap {
		flex-basis: 75px;
		padding-left: 8px;
	}

	.product-review-img-wrap span.lazy-load-cont {
		max-width: 75px;
	}

	.small-product-image-box {
		width: 30px;
	}

	.post-hashtag-box > span {
		font-size: 20px;
	}

	.special-post-hashtag-box .small-product-image-box {
		width: 55px;
	}

	.single-product__wrapper .single-product__copy-badge {
		margin-left: auto;
		margin-right: auto;
	}

	.single-product__wrapper .single-product-price-wrap .iworks-omnibus {
		margin-left: auto;
		margin-right: auto;
		margin-top: -8px;
		width: 100%;
		text-align: center;
	}

}

@media(max-width:599px){
	.insta-photo-cont {
    	width: 33.33333%;
	}

	.insta-photo-cont:nth-child(6n):after {
		display: block;
	}

	.insta-photo-cont:nth-child(4n):after {
		display: block;
	}

	.insta-photo-cont:nth-child(3n):after {
		display: none;
	}

	.woocommerce .woocommerce-ordering {
	    transform: translateY(0);
	    float: left;
	}
	.breadrcumbs-cont-mark {
		display: none;
	}
	.ajax-placeholder.ajax-price_html_single .price {
		text-align: center;
	}
	.front-slider-banner.ratio-3-1:before {
		padding-top: 50%;
	}

	.small-author-box {
		min-height: 0px;
	}

	.special-box-gradient-container .container-fluid img {
		transform: translateY(0px);
	}
	.sidebar-column > h2 {
		font-size: 28px;
	}

	.the-box-left.the-box-wide {
		flex: 1 0 97%;
		max-width: 97%;
	}

	.woocommerce table.shop_table_responsive thead,
	.woocommerce-page table.shop_table_responsive thead {
		display: none;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		display: block;
	}

	.woocommerce table.shop_table_responsive.woocommerce-cart-form__contents tr:not(:last-child),
	.woocommerce-page table.shop_table_responsive.woocommerce-cart-form__contents tr:not(:last-child) {
		margin-bottom: 15px;
		border: 1px solid #EEEEEE;
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		display: block;
	}

	.woocommerce table.shop_table_responsive tbody th,
	.woocommerce-page table.shop_table_responsive tbody th {
		display: none;
	}

	#add_payment_method table.cart .product-thumbnail,
	.woocommerce-cart table.cart .product-thumbnail,
	.woocommerce-checkout table.cart .product-thumbnail {
		width: 100%;
		margin-bottom: 15px;
	}

	.woocommerce #content table.cart .product-thumbnail,
	.woocommerce table.cart .product-thumbnail,
	.woocommerce-page #content table.cart .product-thumbnail,
	.woocommerce-page table.cart .product-thumbnail {
		display: block;
	}

	.woocommerce table.shop_table_responsive tr td.product-thumbnail::before,
	.woocommerce-page table.shop_table_responsive tr td.product-thumbnail::before {
		display: none;
	}

	#add_payment_method table.cart img,
	.woocommerce-cart table.cart td.product-thumbnail img,
	.woocommerce-checkout table.cart img {
		max-width: 100%;
		width: 300px !important;
		margin: 0 auto;
		display: block;
		height: auto;
	}

	.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,
	.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child {
		border-top: none;
	}

	.woocommerce table.shop_table_responsive tr td,
	.woocommerce-page table.shop_table_responsive tr td {
		text-align: right !important;
	}

	.woocommerce table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td,
	.woocommerce-page table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody tr td {
		border: none;
	}

	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		display: block;
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background-color: #fff;
	}

	.woocommerce #content table.cart td.actions .coupon,
	.woocommerce table.cart td.actions .coupon,
	.woocommerce-page #content table.cart td.actions .coupon,
	.woocommerce-page table.cart td.actions .coupon {
		float: left;
	}

	.woocommerce #content table.cart td.actions .coupon .button,
	.woocommerce #content table.cart td.actions .coupon .input-text,
	.woocommerce #content table.cart td.actions .coupon input,
	.woocommerce table.cart td.actions .coupon .button,
	.woocommerce table.cart td.actions .coupon .input-text,
	.woocommerce table.cart td.actions .coupon input,
	.woocommerce-page #content table.cart td.actions .coupon .button,
	.woocommerce-page #content table.cart td.actions .coupon .input-text,
	.woocommerce-page #content table.cart td.actions .coupon input,
	.woocommerce-page table.cart td.actions .coupon .button,
	.woocommerce-page table.cart td.actions .coupon .input-text,
	.woocommerce-page table.cart td.actions .coupon input {
		width: auto;
	}

	.woocommerce-page table.cart td.actions .coupon {
		width: 100%;
		margin-bottom: 8px;
	}

	.woocommerce-page .woocommerce table.cart td.actions div.coupon .button {
		float: none !important;
		margin: 0 !important;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .shipping_calculator {
		width: 100%;
	}

	.woocommerce table.cart tr.cart_item {
		position: relative;
		padding-top: 15px;
		border: none !important;
		border-top: 1px solid #eaeaea !important;
	}

	.woocommerce table.cart tr.cart_item > td {
		float: right;
		width: 74%;
	}

	.woocommerce table.cart tr.cart_item > td.product-remove {
		float: none;
		position: absolute;
		top: 8px;
		left: 0;
		width: auto;
		height: auto;
		padding: 0;
		background-color: transparent;

	}

	.woocommerce table.cart tr.cart_item > td.product-thumbnail {
		float: left;
		width: 25%;
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		clear: both;
	}

	.woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
		text-align: left !important;
	}

	.woocommerce table.shop_table_responsive.cart tr td::before,
	.woocommerce-page table.shop_table_responsive.cart tr td::before {
		display: none;
	}

	#add_payment_method table.cart input,
	.woocommerce-cart table.cart input, .woocommerce-checkout table.cart input {
		font-size: 12px;
		line-height: 1;
	}

	.woocommerce #content table.cart .product-thumbnail, .woocommerce table.cart .product-thumbnail, .woocommerce-page #content table.cart .product-thumbnail, .woocommerce-page table.cart .product-thumbnail {
		padding-right: 0;
	}

	.woocommerce-page table.cart td.actions .coupon {
		width: 100%;
		margin-bottom: 8px;
	}

	.woocommerce-page .woocommerce table.cart td.actions div.coupon .button {
		float: none !important;
		margin: 0 !important;
	}

	.woocommerce-cart .shop_table.cart .actions .show-coupon {
		text-align: center;
		float: none !important;
		margin-bottom: 15px;
	}

	.woocommerce-page table.cart td.actions .coupon .input-text {
		width: 100% !important;
		margin-bottom: 8px;
		font-size: 14px;
		padding: .4em .7em;
	}

	.woocommerce-page .woocommerce table.cart td.actions div.coupon .button {
		margin: 0 auto !important;
	}

	.post-info-box {
		flex-wrap: wrap;
	}

	.post-hashtag-box {
		margin-top: 23px;
	}

	.single-product .woo-container {
		margin-top: 0;
	}

}

/* xxs */
@media(max-width:479px){
	.insta-photo-cont {
    	width: 33.3333333%;
	}

	.author-box {
	    margin-bottom: 20px;
	}

	.post-header {
		display: block;
	}

	.footer-col {
		margin-top: 15px;
	}
	.woocommerce .single-product-wishlist {
	    float: none !important;
	    position: relative;
	    top: initial;
	    margin-top: 0;
	    padding-top: 0;
	}
	.woocommerce div.product .product-sayings-cont {
		margin-bottom: 20px;
	}

	.special-box-gradient-container .container-fluid img {
		transform: translateY(0px);
	}

	.product-related-tabs .post-box-container {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.front-box-2 h2, .front-box-3 h2, .front-box-4 h2,
	.front-box-5 h2, .front-box-6 h2 {
		font-size: 32px;
	}

	.front-box-h-img {
		max-width: 80%;
		height: auto !important;
	}

	.front-box-p p {
		font-size: 12px;
	}

	.footer-newsletter-cont {
		min-width: 90% !important;
	}
	.custom-template-boxes .front-box {
	    width: 100%;
	}
	.custom-template-boxes .front-boxes-cnt-2 .front-box {
		width: 100%;
	}
	.single-product .shop-navbar {
		display: none;
	}

	.single-product .fb-share {
		float: none;
    	margin: 20px 0 0 0;
	}

	.top-search-bar input.product-search-field {
		font-size: 14px;
		padding-top: 15px;
	}

	table.search-results td.product-info {
		font-size: 14px;
		padding-top: 19px;
		line-height: 1;
	}

	.navbar-header > .top-wishlist-count-box,
	.navbar-header > .top-cart-count-box,
	.navbar-header > .top-search-mobile-box {
		margin-right: 0;
		font-size: 18px;
		margin-top: 13px;
	}

	.navbar-header > .top-wishlist-count-box .fa {
		font-size: 16px;
	}

	.navbar-header > .top-search-mobile-box {
		width: 30px;
	}

	.navbar-header > .top-search-mobile-box > * {
		padding-left: 0;
	}

	.navbar-toggle {
		margin-right: 0;
	}

	a.custom-logo-link {
	    width: 120px;
	    padding-top: 23px;
	    margin: 0;
	    margin-left: 0;
	}

	.navbar-default .navbar-collapse,
	.navbar-default .navbar-form {
		margin-top: 18px;
	}

	.the-box-left {
		flex: 1 1 100%;
	}

	.the-boxes-right .the-box:before {
		padding-top: 75%;
		content:'';
    	float:left;
	}

	.the-box-left.ratio-1-1:before {
		padding-top: 75%;
	}

	.the-box-title {
		display: none;
	}

	.btn-the-box {
		padding: .5em 1.5em;
	}

	.btn-the-box .the-box-btn-label {
		display: none;
	}

	.btn-the-box .the-box-btn-title {
		display: inline;
		font-size: 21px;
	}

	.custom-template-boxes .front-box-2 h2,
	.custom-template-boxes .front-box-3 h2,
	.custom-template-boxes .front-box-4 h2,
	.custom-template-boxes .front-box-5 h2,
	.custom-template-boxes .front-box-6 h2,
	.custom-template-boxes .front-box-1-special h2 {
		font-size: 24px !important;
	}

	.custom-template-boxes .btn {
		font-size: 11px;
	}

	.checkout-gift-wrap-info {
		width: 100%;
		max-width: calc( 100vw - 16px );
		transform: translateX(-50%);
		bottom: 0;
		border-radius: 0;
		padding: 23px 15px;
		top: initial;
	}

	.checkout-gift-wrap-info-close {
		display: none;
	}

	.checkout-gift-wrap-info-wrap {
		flex-wrap: wrap;
	}

	.checkout-gift-wrap-info-content-wrap {
		order: 2;
		flex: 0 0 100%;
		padding-right: 0;
		margin-bottom: 23px;
	}

	.checkout-gift-wrap-info-title {
		font-size: 16px;
		margin-bottom: 15px;
		padding: 0;
	}

	.checkout-gift-wrap-info-desc p {
		font-size: 12px;
		margin-top: 8px;
	}

	.checkout-gift-wrap-info-img-wrap {
		order: 1;
		flex: 0 0 180px;
		width: 180px;
		margin: 0 auto 23px auto;
	}

	.checkout-gift-wrap-info-actions-wrap {
		flex-wrap: wrap;
		justify-content: center;
		margin-bottom: 0;
	}

	.checkout-gift-wrap-info-actions-wrap > * {
		flex: 0 0 100%;
		margin: 0 0 15px 0 !important;
	}

	.checkout-gift-wrap-info-actions-wrap > * {
		order: 2;
	}

	.btn-checkout-gift-wrap-info-add-to-cart {
		order: 1;
	}

	.checkout-gift-wrap-info-actions-wrap > *:first-child {
		margin-bottom: 0 !important;
		font-size: 12px;
	}

	.woocommerce-checkout table.woocommerce-checkout-review-order-table tfoot tr.shipping td {
		max-width: 300px;
	}

	.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
		font-size: 16px;
	}

	.article-info-box {
		flex-wrap: wrap;
	}

	.special-post-hashtag-box {
		margin-top: 23px;
	}

	.special-box-gradient-container article {
		padding: 0;
	}

	.post-container {
		margin-top: 15px;
	}

	.special-article-front-page-box {
		margin-top: 90px;
	}

}

@media(max-width:350px){
	.woocommerce div.product form.cart .button {
	    font-size: 14px;
	}
	.special-post-hashtag-box > span {
		font-size: 28px;
	}

	.special-post-info-box {
		padding: 0px;
	}

	.special-blog-front-title {
		font-size: 28px;
	}
	.post-hashtag-box {
		transform: translateY(-8px);
	}

	.special-box-gradient-container .container-fluid img {
		transform: translateY(2px);
	}

	.woocommerce .cart_totals .wc-proceed-to-checkout a.checkout-button {
		font-size: 15px;
	}

}

/*******************************************************
*********************** PRINT STYLES
******************************************************/

@page {
  size: A4;
}

@media print {

	html, body, .container {
		width: 1000px !important;
	}

	a[href]:after {
	    content: none !important;
	}

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
  	float: left;
	}
	.col-sm-12 {
	  width: 100%;
	}
	.col-sm-11 {
	  width: 91.66666666666666%;
	}
	.col-sm-10 {
	  width: 83.33333333333334%;
	}
	.col-sm-9 {
	  width: 75%;
	}
	.col-sm-8 {
	  width: 66.66666666666666%;
	}
	.col-sm-7 {
	  width: 58.333333333333336%;
	}
	.col-sm-6 {
	  width: 50%;
	}
	.col-sm-5 {
	  width: 41.66666666666667%;
	}
	.col-sm-4 {
	  width: 33.33333333333333%;
	 }
	 .col-sm-3 {
	   width: 25%;
	 }
	 .col-sm-2 {
	   width: 16.666666666666664%;
	 }
	 .col-sm-1 {
	  width: 8.333333333333332%;
	 }

}
