@font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensedRegular.eot');
    src: url('fonts/RobotoCondensedRegular.eot') format('embedded-opentype'),
         url('fonts/RobotoCondensedRegular.woff2') format('woff2'),
         url('fonts/RobotoCondensedRegular.woff') format('woff'),
         url('fonts/RobotoCondensedRegular.ttf') format('truetype'),
         url('fonts/RobotoCondensedRegular.svg#RobotoCondensedRegular') format('svg');
}

html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	___font-family: 'Roboto Condensed', sans-serif;
	/*font-family: 'Verdana', 'Arial';*/
        font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	/*font-size: 12px;*/
        font-size: 14px;
	line-height: 26px;
	text-align: center;
	/*color: #000;*/
        color: #363636;
}


* {
	outline: none;
	box-sizing: border-box;
}

a {
	__color: #7CCBF8;
        color: #270369;
}

a:hover {
	__color: #6BB7E3;
        text-decoration: none;
}

#fancybox-lock *,
#fancybox-thumbs * {
	box-sizing: content-box;
}

.sec {
	display: block;
	width: 100%;
	float: left;
}

.container {
	display: inline-block;
	width: 1216px;
	text-align: left;
}

.container a {
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

p:first-child {
	margin-top: 0;
}

.row {
	display: block;
	float: left;
	width: 100%;
}

img {
	max-width: 100%;
	height: auto !important;
}

.fleft {
	float: left !important;
}

.fright {
	float: right !important;
}

.tleft {
	text-align: left !important;
}

.tright {
	text-align: right !important;
}

.tcenter {
	text-align: center !important;
}


.tupcase {
    text-transform: uppercase;
}

.mtop0 {
    margin-top: 0 !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

/* ACCORDION */
.accordion_item {
    display: inline-block;
    float: left;
    width: 100%;
}

.accordion_title {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}

.accordion_title .title_txt_box {
    display: inline-block;
    float: left;
    width: 100%;
}

.accordion_content {
    display: none;
    float: left;
    width: 100%;
}

.accordion_item.open .arrow_icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*.topbar {
	height: 218px;
	background: url(img/topbar_bg.gif) no-repeat bottom center;
	overflow: visible !important;
}

.topbar .container {
	text-align: center;
	position: relative;
}

.topbar a {
	color: #747474;
}*/


/* TOP BAR */

/*.tb_left {
	display: block;
	float: left;
	margin-top: 44px;
	border: 1px solid #62B3E1;
	border-radius: 7px;
	overflow: hidden;
}

.tb_left a {
	display: inline-block;
	float: left;
	height: 46px;
	text-transform: uppercase;
	text-decoration: none;
	padding-left: 20px;
	line-height: 48px;
	background-color: #7CCBF8;
	color: #fff;
}

	.tb_left a:first-child {
		margin-right: -2px;
	}

.tb_left a::after {
	content: '|';
	display: inline-block;
	color: #d5d5d5;
	margin-left: 15px;
}

.tb_mypage {
	float: right !important;
	padding-left: 38px !important;
	background: url(img/lapa_w.png) no-repeat 8px 50%;
	padding-right: 20px;
}

.tb_mypage::after {
	display: none !important;
}

	.tb_left a:hover {
		background-color: #69B7E4;
	}*/
        

/* TB CART */
/*.tb_right {
	position: relative;
	display: block;
	float: right;
	margin-top: 44px;
	border: 1px solid #62B3E1;
	border-radius: 7px;
	background: #fff;
	z-index: 210;
}

.tb_right a {
	display: inline-block;
	float: left;
	height: 46px;
	line-height: 48px;
	padding-left: 20px;
	padding-right: 20px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #7CCBF8;
	color: #fff;
}

.tb_right a:last-child {
	border-radius: 0px 7px 7px 0px;
}

.tb_cart {
	background: #7CCBF8 url(img/cart.png) no-repeat 10px 50%;
	padding-left: 45px !important;
	padding-right: 12px !important;
	border-right: 1px solid #62B3E1;
	border-radius: 7px 0px 0px 7px;
}

.tb_cart::after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 8px;
	background: url(img/arrow_down2.png) no-repeat;
	margin-left: 5px;
	transition: all 0.5s ease;
}

	.tb_right a:hover,
	.tb_cart.active {
		background-color: #69B7E4;
	}

	.tb_cart.active::after {
		transform: rotateX(-180deg);
	}*/


/* TB LOGOS */

/*.tb_center {
	display: inline-block;
	margin-top: 46px;
	margin-right: -110px;
}

.tb_center a {
	display: inline-block;
	float: left;
}

.tb_center a:last-child {
	margin-top: -20px;
	margin-left: 20px;
}*/

/* TOPBAR MENU */
/*.topbar_menu {
	position: relative;
	z-index: 400;
	float: left;
	width: 100%;
	text-align: right;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.topbar_menu > li {
	position: relative;
	display: inline-block;
	margin-right: -5px;
}

.topbar_menu > li > a {
	position: relative;
	display: inline-block;
	padding: 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.topbar_menu > li:hover > a {
	text-decoration: underline;
}

.topbar_menu > li > a::before {
	content: '';
	float: left;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	background: #ddd;
}

.topbar_menu > li:first-child > a::before {
	display: none;
}

.tb_submenu {
	position: absolute;
	top: 100%;
	left: 50%;
	margin: 0;
	margin-left: -100px;
	padding: 0;
	list-style: none;
	width: 200px;
	background: #fff;
	box-shadow: 0px 2px 2px rgba(0,0,0, .2);
	border-radius: 0 0 3px 3px;
	border-top: 1px solid #ddd;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease-out;
	transform: translateY(5px);
}

.tb_submenu > li > a {
	display: block;
	padding: 7px 15px;
	border-bottom: 1px solid #ddd;
	text-decoration: none;
}

.tb_submenu > li > a:hover {
	background: #f6f6f6;
}

.topbar_menu > li:hover .tb_submenu {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.topbar_menu > li.tb_submenu_arrow > a::after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	float: right;
	margin-left: 10px;
	margin-top: 7px;
	transform: rotate(45deg);
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
}

.tb_tablet_fix {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}*/

/* TOPBAR NEW */
.topbar {
    padding-top: 30px;
}

.topbar .container {
    position: relative;
}

.logo_mobile {
    display: none;
}

.topbar_left {
    display: inline-block;
    float: left;
    font-size: 13px;
    color: #270369;
}

.topbar_right {
    position: relative;
    display: inline-block;
    float: right;
    text-align: right;
}

.topbar_left .item {
    display: inline-block;
    float: left;
    margin-right: 30px;
}

.topbar_left .item:last-child {
    margin-right: 0;
}

.topbar_left .tbold {
    display: inline-block;
    float: left;
    margin-right: 5px;
    font-weight: 700;
    text-transform: uppercase;
}

.topbar_left img {
    margin-right: 5px;
}

.topbar_left a {
    color: #270369;
    text-decoration: none;
}

.topbar_left a:hover {
    text-decoration: underline;
}

/* SEARCH NEW */
.search_box {
    position: relative;
    display: inline-block;
    width: 300px;
    margin-right: 40px;
}

.search_input {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 0 45px 0 20px;
    background-color: #fff;
    border: 1px solid #dbdbdb;
    color: #000;
}

.search_btn {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: none;
    background: transparent url(img/i_search.png) no-repeat center center;
    transition: all 0.2s ease-out;
}

.search_btn:hover {
    background: transparent url(img/i_search_blue.png) no-repeat center center;
}


/*FOR MOBILE */
.open_mob_search .icon_close {
    display: none !important;
}
.open_mob_search.active .icon_search {
    display: none !important;
}

.open_mob_search.active .icon_close {
    display: inline-block !important;
}


.search_top_mobile {
    display: none;
    position: absolute;
    top: 100%;
    right: 2%;
    width: 55%;
    padding: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0 0 6px 6px;
    z-index: 100;
}

.search_top_mobile.hidden {
    display: none !important;
}

.search_input_mob,
.search_button_mob {
    display: inline-block;
    height: 40px;
}

.search_input_mob {
    float: left;
    width: 100%;
    padding-left: 10px;
    padding-right: 50px;
    background-color: #f8f8f8;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    z-index: 5;
}

.search_button_mob {
    position: absolute;
    right: 10px;
    width: 40px;
    background: #d5d5d5 url(img/search_icon.png) no-repeat center center;
    border: none;
    border-radius: 0px 5px 5px 0px;
    z-index: 10;
}

.box_cart_nav {
    display: inline-block;
}

.box_cart_nav a {
    display: inline-block;
    height: 40px;
    padding-top: 8px;
    font-size: 14px;
    color: #000;
    text-decoration: none;
}

.box_cart_nav a:hover {
    text-decoration: underline;
}

.box_cart_nav .tb_cart {
    margin-right: 10px;
    background: url(img/i_mini_cart.png) no-repeat left center;
    padding-left: 45px;
}

.box_cart_nav .tb_cart .val {
    color: #ff0000;
}

/* TOPMENU */
/*.topmenu_sec {
	background: #fff url(img/topmenu_shadow.png) no-repeat center top;
	height: 83px;
	position: relative;
}


.topmenu_sec .container {
	text-align: center;
	background: url(img/topmenu_shadow.png) no-repeat bottom center;
}*/

.topmenu_sec .container {
    position: relative;
}

.topmenu_sec {
    margin-top: 35px;
    height: 77px;
}

.topmenu_box {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}

.logo {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 0;
    width: 151px;
}

.logo img {
    vertical-align: middle;
}

.topmenu {
	list-style: none;
	margin: 0;
	padding: 0;
        padding-left: 150px;    
        background-color: #270369;
        text-align: right;
}

.topmenu .lvl-1 {
	position: relative;
	display: inline-block;
	margin-right: -2px;
	background: url(img/tm_wrap.png) no-repeat 100% 50%;
}

.topmenu .lvl-1:last-child {
    background: none;
}
        

.topmenu .lvl-1 > a {
	position: relative;
	display: inline-block;
	/*height: 78px;
        margin-top: -18px;
        border-radius: 7px;
        color: #000 !important;
        font-size: 15px;
        font-weight: 700;
        padding-left: 24px;
	padding-right: 24px;*/
        height: 55px;
	padding-left: 35px;
	padding-right: 35px;
	background: transparent;
	text-transform: uppercase;
        font-size: 14px;
	color: #fff;
        z-index: 120;
}

.topmenu .lvl-1 > a > span {
	display: inline-block;
	/*margin-top: 48px;*/
       padding-top: 17px;
       padding-bottom: 17px;
}

.topmenu .lvl-1.current > a,
.topmenu .lvl-1:hover > a {
	/*background: #7ccbf8;
	color: #fff !important;	*/
        background-color: #f8cd29;
        color: #270369;
}

.topmenu .submenu_arrow span {
	/*background: url(img/arrow_down2.png) no-repeat right;*/
        background: url(img/arrow_down_white.png) no-repeat right center;
	padding-right: 20px;
	margin-right: -15px;
}

.topmenu .submenu_arrow.current span,
.topmenu .submenu_arrow:hover span {
	/*background: url(img/arrow_down_white.png) no-repeat right;*/
        background: url(img/arrow_down_purple.png) no-repeat right center;
}

/* SUB MENU LVL 2 */
.div_lvl-2 {
	position: absolute;
	top: 60px;
	left: 0;
	z-index: 120;
	opacity: 0;
	visibility: hidden;
	transform: translateY(-10px);
	transition: all 0.3s ease;
}

.topmenu .submenu_arrow:hover .div_lvl-2 {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.topmenu .lvl-1:last-child .div_lvl-2 {
    left: auto;
    right: 0; 
}


.ul_lvl-2 {
	display: inline-block;
	width: 245px;
	list-style: none;
	margin: 0;
	margin-top: 1px;
	padding: 0;
	/*background: #d1eeff;
	border-radius: 7px;*/
        background-color: #fff;
        border-bottom: 4px solid #270369;
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: left;
}

.ul_lvl-2 li {
	position: relative;
}

.ul_lvl-2 li::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	z-index: 110;
	/*background: #fff;*/
        background-color: #270369;
	display: block;
	height: 0;
	width: 100%;
	margin-top: 19px;
	opacity: 0;
	transition: all 0.4s ease-out;
}

.ul_lvl-2 li a {
	position: relative;
	z-index: 120;
	display: block;
	width: 100%;
	padding-left: 40px;
	padding-right: 35px;
	/*padding-top: 9px;
	padding-bottom: 9px;*/
        padding-top: 5px;
        padding-bottom: 5px;
	text-decoration: none;
	/*color: #3b82ab;
        font-size: 12px;*/
        color: #4b4b4b;
	font-size: 13px;
}

.ul_lvl-2 li a::before {
	content: '•';
	position: absolute;
	left: 20px;
	color: #4b4b4b;
	transition: all 0.3s ease-out 0.3s;
}

.ul_lvl-2 li:hover a {
	background: none;
	/*color: #3b82ab;*/
        color: #fff;
}

.ul_lvl-2 li:hover a::before {
	/*color: #3b82ab;*/
        color: #fff;
}

.ul_lvl-2 li:hover::before {
	height: 100%;
	margin-top: 0;
	opacity: 1;
}



/* SUB MENU LVL 3 */

.div_lvl-3 {
	display: none;
	padding-left: 1px;
	position: absolute;
	z-index: 130;
	top: 0;
	left: 100%;
	border-radius: 7px;
	margin-top: -25px;
}

.ul_lvl-3 {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
	border-radius: 7px;
	overflow: hidden;
	width: 220px;
	text-align: left;
	background: #d1eeff;
	padding-top: 25px;
	padding-bottom: 25px;
}

/* INFO BANNER */
.info_banner {
    margin: 10px 0 20px 0;
}

.info_banner .accordion_title,
.info_banner .accordion_content {
    background-color: #0fb700;
    font-size: 16px;
    line-height: 26px;
    color: #fff;
    text-align: center;
}

.info_banner .accordion_title {
     padding: 10px 20px;
}

.info_banner .title_txt_box {
    padding: 0 50px;
}

.info_banner .left_icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    left: 20px;
    top: 15px; 
}

.info_banner .arrow_icon {
    position: absolute;
    display: inline-block;
    right: 20px;
    top: 10px; 
}

.info_banner .accordion_content {
    padding: 20px 70px;
}

.info_banner .accordion_content h2 {
    margin: 0 0 20px 0;
    font-size: 26px;
    line-height: 36px;
}



/* INDEX SLIDER */
.sec.slider {
	position: relative;
	max-height: 510px;
	background: #fff;
	overflow: hidden;
}

.index_slider .container {
	position: relative;
	z-index: 20;
}

.index_slider,
.index_slider_mobile{
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	min-height: 510px;
	display: block;
	float: left;
	text-align: center;
	z-index: 10;
}

.index_slider_mobile {
    display: none;
}

.index_slider li,
.index_slider_mobile li {
	position: relative;
	display: inline-block;
	float: left;
	width: 100%;
	overflow: hidden;
}

.index_slider_mobile li {
    position: relative;
   /* height: 500px;*/
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.index_slider li .is_photo_skelet,
.index_slider_mobile li .is_photo_skelet {
	width: 100%;
	height: auto;
}

.index_slider .is_photo_main,
.index_slider_mobile .is_photo_main {
	position: absolute;
	z-index: 15;
	min-width: 100%;
	min-height: 100%;
	top: 0;
	left: 0;
}

.index_slider_mobile .infobox {
    position: absolute;
    display: inline-block;
    width: 90%;
    padding: 40px 30px;
    margin: 0 auto;
    top: 60%;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .7);
    font-size: 20px;
    line-height: 30px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.index_slider_mobile .btn_more {
    position: absolute;
    display: inline-block;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 155px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f8cd29;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    text-shadow: none;
}

.is_infobox {
	position: absolute;
	top: 130px;
	/*left: 0;*/
	display: inline-block;
	min-width: 420px;
	height: 100%;
	/*background: #fff;*/
	z-index: 20;
	border-radius: 7px;
	padding: 20px 35px;
	padding-bottom: 60px;
	text-align: center;
	color: #262626;
	text-shadow: 0px 0px 4px #fff, 0px 0px 3px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
	/*text-transform: lowercase;*/
}

.isi_relative {
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.is_infobox h3 {
	display: inline-block;
	margin: 0;
	margin-left: 17px;
	margin-right: 17px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	line-height: 48px;
	/*border-bottom: 1px solid #c1bebe;*/
	font-weight: bold;
	font-size: 46px;
}

.is_infobox h3::after,
.is_infobox h3::before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 23px;
	height: 24px;
	top: 15px;
	background: url(img/lapa.png) no-repeat;
}

.is_infobox h3::after {
	margin-left: 12px;
}

.is_infobox h3::before {
	margin-left: -38px;
}

.is_infobox big {
	display: block;
	line-height: 35px;
	font-weight: 300;
	font-size: 29px;
	font-weight: bold;
}

.is_ib_more {
	/*position: absolute;
	bottom: -10px;
	left: 50%;*/
	display: inline-block;
	width: 155px;
	/*margin-left: -77px;*/
	margin-left: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	background: #7CCBF8;
	border-radius: 7px;
	color: #fff;
	text-decoration: none;
	font-size: 25px;
	font-weight: bold;
	text-shadow: none;
}

.is_ib_more:hover {
	background: #69B7E4;
	color: #fff;
}

.banner-holder {
    display: block;
    float: left;
    width: 100%;
}


#pagination {
	display: inline-block;
	position: absolute;
	width: 100%;
	max-width: 1210px;
	text-align: left;
	left: 50%;
	bottom: 50px;
	margin: 0;
	margin-left: -608px;
	padding: 0;
	padding-left: 30px;
	z-index: 100;
}

#pagination .prev,
#pagination .next {
	display: none !important;
}

#pagination li {
	display: inline-block;
	font-size: 0;
	color: transparent;
	width: 24px;
	height: 24px;
	margin-right: 5px;
	border: 2px solid #f3f3f3;
	border-radius: 24px;
	background: #f3f3f3;
	cursor: pointer;
}

#pagination li:hover {
	background: #d5d5d5;
}

#pagination li.current {
	background: #7ccbf8;
	border: 2px solid #f3f3f3;
}



/* CONTENT */

.justify {
	text-align: justify;
}

.justify::after {
	content: '';
	width: 100%;
	height: 0;
	display: inline-block;
}

.banner_half {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 49%;
	max-width: 597px;
}

.banner_half_fill {
	z-index: -1;
	width: 100%;
}

.banner_half img:not(.banner_half_fill) {
	position: absolute;
	max-width: 98.16%;
	max-height: 89.62%;
	top: 3.96%;
	left: 1px;
}

a.banner_half:hover {
	transform: scale(.95);
}

.category_banner {
    position: relative;
    display: inline-block;
    float: left;
    width: 32%;
    height: 170px;
    margin-right: 2%;
    margin-top: 30px;
    /*background-repeat: no-repeat;
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;*/
    text-decoration: none;
    overflow: hidden;
    transition: all 0.5s ease !important;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
}

.category_banner:nth-child(3n+3) {
    margin-right: 0;
}

/*.category_banner::before {
    display: inline-block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(39, 3, 105, .5);
}*/

.category_banner:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.category_banner img {
    width: 100%;
    vertical-align: middle;
}

.category_banner .title {
    position: absolute;
    display: inline-block;
    top: 50%;
    left: 0;
    width: 100%;
    height: 60px;
    margin-top: -30px;
    font-size: 50px;
    line-height: 60px;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.clr {
	display: inline-block;
	width: 100%;
	margin: 0px;
	padding: 0;
	clear: both;
}

.sec_pads {
	/*padding: 60px 0px;*/
        padding-top: 40px;
}

.sec_title {
	display: inline-block;
	float: left;
	margin-top: 0px;
	margin-bottom: 40px;
	/*font-size: 30px;
        font-weight: 300;*/
        font-size: 34px;
	font-weight: 400;
	line-height: 40px;
	color: #000;
}

.more {
	display: inline-block;
        margin-bottom: 20px;
        padding: 10px 20px 7px 20px;
        border: 1px solid #270369;
        color: #270369;
        text-align: center;
        text-decoration: none;
        text-transform: uppercase;
	/*padding: 18px;
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	border-radius: 7px;
	text-decoration: none;
	background: #7ccbf8;*/
}

.more:hover {
	/*background: #69B7E4;
	color: #fff;*/
        background-color: #270369;;
        color: #fff;
}


/* PRODUCTS */

.prods_justify {
	display: block;
	float: left;
	width: 100%;
}

.prod_item {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 22.5%;
	margin-bottom: 40px;
	margin-right: 3%;
	vertical-align: top;
	text-align: left;
}

.prod_item:nth-child(4n+4) {
	margin-right: 0;
}

.pi_photo_box {
	display: block;
	width: 100%;
	height: 260px;
        line-height: 260px;
	overflow: hidden;
	text-align: center;
	/*border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;*/
        border: 1px solid #c4c4c4;
	padding-top: 13px;
	padding-bottom: 13px;
	margin-bottom: 25px;
}

.pi_photo_box img {
	max-width: 100%;
	max-height: 100%;
        vertical-align: middle;
}

.pi_photo_box:hover {
	opacity: .8;
}

.pi_title {
	display: inline-block;
	height: 48px;
	margin-bottom: 10px;
	font-size: 17px;
	font-weight: 300;
	line-height: 24px;
	/*color: #303030;*/
	font-weight: 700;
        color: #000;
	text-decoration: none;
        overflow: hidden;
}

.pi_price {
	/*font-family: 'Roboto Condensed', sans-serif;*/
	margin-bottom: 15px;
	float: left;
	width: 100%;
}

.pi_price span {
	/*font-size: 16px;*/
        font-size: 14px;
	float: left;
}

.pi_price s {
        float: right;
	/*margin-left: 10px;*/
        padding-right: 10px;
	font-size: 14px;
}

.pi_price .productSizePrice {
    display: inline-block;
    float: right;
    color: #000;
    font-weight: 700;
}

.pi_weight {
	display: block;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
}

.pi_buttons {
	display: block;
	float: left;
	width: 100%;
}

.pi_buttons a {
	display: inline-block;
	height: 43px;
	line-height: 43px;
	/*padding-left: 20px;
	padding-right: 20px;
	border-radius: 7px;
	font-family: 'Roboto Condensed', sans-serif;
        font-size: 16px;
        font-weight: bold;
	color: #fff;*/
        padding-left: 15px;
	padding-right: 15px;
        font-family: 'Open Sans', sans-serif;
        font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

.pi_more_info {
	float: left;
	/*background: #7ccbf8;*/
        background-color: #f8cd29;
        border: 1px solid #f8cd29;
        color: #270369;
}

	.pi_more_info:hover {
		/*background: #6bb7e3;*/
                background-color: transparent;
                border-color: #270369;
	}

.pi_to_cart {
	float: right;
	padding-left: 45px !important;
	/*background: #7b7784 url(img/i_cart.png) no-repeat 16px 50%;*/
        background: #270369 url(img/i_cart.png) no-repeat 16px 50%;
        border: 1px solid #270369;
        color: #fff;
}

	.pi_to_cart:hover {
		/*background: #64606c url(img/i_cart.png) no-repeat 16px 50%;*/
                background: transparent url(img/i_cart_purple.png) no-repeat 16px 50%;
                color: #270369;
	}
        
.btn_stock_out {
    display: inline-block;
    float: right;
    height: 43px;
    line-height: 43px;
    padding-left: 40px;
    padding-right: 15px;
    background: url(img/stock_out2.png) no-repeat 15px 50% !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #ff3232;
    text-transform: uppercase;
    text-align: center;
}

.beidj_skidka {
	position: absolute;
	z-index: 10;
	top: -10px;
	right: -10px;
	display: inline-block;
	width: 80px;
	height: 30px;
	/*top: -20px;
	right: 10px;
        width: 85px;
	height: 91px;
        background: url(img/bedj_skidka.png) no-repeat;
        padding-top: 35px;
        text-shadow: 0px 1px 0px rgba(0,0,0, .2);
        font-size: 18px;*/
        background-color: #df1e38;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
        line-height: 30px;
        text-transform: uppercase;
}

.beidj_tilbud {
	position: absolute;
	top: -10px;
	right: -10px;
	display: inline-block;
        width: 80px;
	height: 30px;
       /* top: -20px;
	right: 10px;
	width: 85px;
	height: 91px;
	background: url(img/beidj_tilbud.png) no-repeat;
	text-align: right;
	padding-top: 35px;
	padding-right: 24px;
	padding-left: 10px;
        text-shadow: 0px 1px 0px rgba(0,0,0, .2);
        font-size: 18px;*/
	background-color: #df1e38;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 13px;
        line-height: 30px;
        text-transform: uppercase;
	z-index: 100;
}


.sec_gray {
	background: #f3f3f3;
	padding-top: 60px;
	padding-bottom: 60px;
        color: #000;
}

.sec_purple {
    background-color: #270369;
    padding-top: 60px;
    padding-bottom: 60px;
    color: #fff;
}

.why_fish_title {
	display: block;
	margin: 0;
	margin-bottom: 50px;
	font-size: 47px;
	line-height: 70px;
	font-weight: bold;
	/*color: #474747;*/
        /*color: #000;*/
        color: #fff;
}

.why_fish_title img {
	height: 60px;
	margin-bottom: -6px;
}

.sec_purple .btn {
    display: inline-block;
    padding: 25px 20px;
    border: 1px solid #fff;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
    text-align: center;
}

.sec_purple .btn:hover {
    background-color: #f8cd29;
    border-color: #f8cd29;
    color: #270369; 
}

.button {
	display: inline-block;
	padding: 20px 30px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	border-radius: 7px;
	text-decoration: none;
	background: #7ccbf8;
}

.button:hover {
	background: #6cbae6;
}

.button.gray {
	background: #474747;
}

.button.gray:hover {
	background: #64606c;
}


/* SUBSCRIBE */

.inline_block {
	display: inline-block;
}

.sec_subscribe {
        margin-top: 60px;
	/*background: #474747;3
        font-size: 18px;*/
        background-color: #270369;
        color: #fff;
	padding-top: 28px;
	padding-bottom: 28px;
	font-weight: 300;
}

/*.sec_subscribe .container {
	text-align: center;
}*/

.sec_subscribe span {
	display: inline-block;
	/*margin-top: 14px;*/
	margin-right: 20px;
	float: left;
}

.sec_subscribe .middle_text {
    font-size: 26px;
    line-height: 36px;
}

.sec_subscribe .big_yellow_text {
    font-size: 31px;
    line-height: 41px;
    color: #f8cd29;
    font-weight: 700;
}

.subscribe_form {
	display: inline-block;
	float: left;
	/*height: 45px;
	line-height: 45px;
	border: 1px solid #7ccbf8;
	overflow: hidden;
	border-radius: 7px;*/
}

.subscribe_form .cell {
     display: inline-block;
     float: left;
}

.subscribe_form .lbl {
    display: inline-block;
    width: 275px;
    text-transform: uppercase;
}

.subscribe_text {
	display: inline-block;
	float: left;
        /*width: 275px;*/
        width: 415px;
        height: 55px;
        margin-bottom: 10px;
	/*height: 45px;
        background: none;
        color: #7ccbf8;*/
	padding-left: 20px;
	padding-right: 20px;
        margin-right: 20px;
	border: none;
        background-color: #fff;
        color: #616161;
	font-size: 18px;
	transition: all 0.2s ease-out;
}

/*.subscribe_text:focus {
	box-shadow: 0px 0px 10px 2px #7ccbf8 inset;
}*/

select.subscribe_text {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #fff url(img/arrow_down_select.png) no-repeat right center;
}

select.subscribe_text::-ms-expand {
    display: none; /* for IE*/
}

.subscribe_submit {
	box-sizing: content-box;
	display: inline-block;
	float: left;
	height: 55px;
        padding: 0 40px;
	border: none;
	/*padding: 8px 20px 25px 20px;
        margin-right: -1px;
        border-radius: 0px 7px 7px 0px;
	background: #7ccbf8;
	color: #474747;
        color: #000;
	font-weight: bold;*/
        background-color: #f8cd29;
        font-size: 12px;
        font-weight: 400;
        color: #270369;
        text-align: center;
        text-transform: uppercase;
	transition: all 0.2s ease-out;
}

.subscribe_submit:hover {
	/*background: #b9f87c;*/
        background-color: #888;
        color: #fff;
}

.subscribe_box_inner {
	background: none;
	padding-top: 0;
	/*margin-top: -5px;*/
}

.subscribe_box_inner {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: left;
}

.subscribe_box_inner .subscribe_text {
    width: 415px;
    margin-bottom: 10px;
    border: 1px solid #270369;
}

.subscribe_box_inner .text_holder {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 18px;
}

.subscribe_box_inner .subscribe_form {
    position: relative;
    float: none;
    vertical-align: middle;
}


/* CATEGORIES */
.cat_item {
	display: inline-block;
	width: 18%;
        margin-right: 2%;
        margin-bottom: 40px;
	text-align: center;
	vertical-align: top;
}

.cat_item:nth-child(5n+5) {
    margin-right: 0;
}

.cat_photo_box {
	position: relative;
	display: block;
	float: left;
	text-align: center;
	width: 100%;
        padding: 15px 0;
	/*margin-bottom: 30px;*/
        background-color: #f8cd29;
	transition: all 0.2 linear;
}

.cat_photo_box.scale {
	transform: scale(0);
	opacity: 0;
}

.cat_photo_box img {
	/*width: 100%;
	max-width: 242px;*/
        max-width: 100%;
        vertical-align: middle;
	transition: all 0.3s ease;
}

.cat_photo_box img:hover {
	/*transform: rotate(10deg);*/
        transform: scale(1.1);
}

.cat_title {
	display: inline-block;
        float: left;
        width: 100%;
	/*padding-bottom: 30px;
	margin-bottom: 30px;*/
	/*background: url(img/cat_title_line.gif) no-repeat bottom center;*/
}

.cat_title a {
	display: inline-block;
        width: 100%;
        padding: 7px 10px;
        background-color: #270369;
	/*padding-bottom: 3px;
        font-size: 18px;
	line-height: 27px;
	color: #626262;*/
        /*color: #000;
	font-weight: 300;
	border-bottom: 1px solid transparent;*/
        font-size: 15px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
	text-decoration: none;
}

.cat_title a:hover {
	/*border-bottom: 1px solid #ccc;*/
        text-decoration: underline;
      
}


.sec_member_photos .grey_row {
    display: inline-block;
    float: left;
    width: 100%;
    height: 25px;
    margin-bottom: 30px;
    background-color: #f3f3f3;
}

.sec_photos_title {
	display: block;
	margin-top: -40px;
	margin-bottom: 30px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c4c4c4;
	font-weight: bold;
	font-size: 34px;
	line-height: 40px;
	color: #1b1b1b;
}

.toGallery {
	display: inline-block;
	float: right;
	text-decoration: none;
	text-transform: uppercase;
	/*background: #7ccbf8;
	color: #fff;
	padding: 10px 15px 8px 15px;
	margin-top: -90px;
	font-size: 16px;
	border-radius: 7px;*/
        padding: 15px 20px 10px 20px;
        background-color: #270369;
        color: #fff;
}

.toGallery:hover {
	/*background: #69B7E4;
	color: #fff;*/
        background-color: #f8cd29;
        color: #270369;
}

.member_photos {
	display: block;
	width: 100%;
	/*height: 195px;*/
        height: 290px;
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
	/*margin-bottom: 40px;*/
        overflow: hidden;
}

.member_photos li {
        position: relative;
	display: inline-block;
	float: left;
	/*height: 195px;
	width: 25%;*/
        height: 290px;
       /* width: 30%;
        margin-right: 5%;*/
        width: 24%;
        margin-right: 1%;
	overflow: hidden;
	border: 1px solid #f3f3f3;
	transition: all 0.2s ease;
}

.member_photos li:nth-child(4n+4){
    margin-right: 0;
}

/*.member_photos_info {
    position: absolute;
    display: inline-block;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 100%;
    padding: 15px 10px;
    background-color: rgba(68, 68, 68, .55);
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease 0.3s;
}

.member_photos li:hover .member_photos_info {
    opacity: 1;
    visibility: visible;
}

.member_photos_info .title {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
    font-size: 38px;
    line-height: 48px;
    font-weight: 700;
}*/

.member_photos li a {
	transition: all 0s linear;
}

.member_photos li img {
	min-width: 100%;
	min-height: 100%;
        transition: all 0.2s ease;
}

.member_photos li:hover img {
	transform: scale(1.22);
	box-shadow: 0px 0px 30px rgba(0,0,0, .3);
}

#pictures {
        position: relative;
        display: inline-block;
        width: 100%;
	/*left: 50%;
        margin-left: -40px;
	margin-top: 240px;
        width: 80px;*/
	list-style: none;
	margin: 60px 0 0 0;
	padding: 25px 75px;
        width: 100%;
        background-color: #f3f3f3;
        text-align: center;
}

#pictures::after {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #c4c4c4;
    z-index: 1;
}

#pictures li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 8px;
    line-height: 17px;
    border-radius: 10px;
    /*background: #f3f3f3 url(img/grey_dot.png) no-repeat top center;*/
    background: #f3f3f3 url(img/grey_dot2.png) no-repeat top center;
    font-size: 0;
    color: transparent;
    vertical-align: middle;
    z-index: 2;
}

#pictures li.current {
    background: #f3f3f3 url(img/blue_dot.png) no-repeat top center;
     background: #f3f3f3 url(img/purple_dot.png) no-repeat top center;
}

#pictures li:nth-child(2)::before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    left: -10px;
    width: 15px;
    height: 8px;
    background-color: #f3f3f3;
}

#pictures li:nth-last-child(2)::before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    right: -10px;
    width: 15px;
    height: 8px;
    background-color: #f3f3f3;
}

#pictures .next,																																																																							
#pictures .prev {
        position: absolute;
	display: inline-block;
        top: 50%;
	width: 70px;
	height: 40px;
        margin: 0;
        margin-top: -20px;
	font-size: 0;
	color: transparent;
	cursor: pointer;
        z-index: 2;
}

	/*#pictures .next:hover,																																																																							
	#pictures .prev:hover {
		opacity: .7;
	}*/

#pictures .prev {
        left: 0;
	background: #f3f3f3 url(img/carousel_left3.png) no-repeat 50% 50%;
        /*background: #f3f3f3 url(img/carousel_left2.png) no-repeat 0 48%;
	float: left;*/
}

#pictures .next {
        right: 0;
	background: #f3f3f3 url(img/carousel_right3.png) no-repeat 50% 50%;
        /*background: #f3f3f3 url(img/carousel_right2.png) no-repeat 100% 48%;
	foat: right;*/
}

/* RWVIEWS WIDGETS */
#carousel-widget {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #c4c4c4;
}

/* NEWS */
.sec_big_title {
	display: inline-block;
        float: left;
        width: 100%;
	margin-top: 0;
	margin-bottom: 30px;
        /*display: block;
        padding-bottom: 20px;
        font-size: 47px;
        font-weight: bold;
        color: #1b1b1b;
        border-bottom: 1px solid #c4c4c4;*/
        font-size: 50px;
	line-height: 80px;
        font-weight: 300;

}

.follow_us_news {
	display: inline-block;
	float: right;
	/*margin-top: -90px;
	padding: 10px 15px 8px 40px;
	border: 1px solid #bfbfbf;
	border-radius: 7px;
	text-transform: uppercase;
	color: #9e9e9e;
        color: #000;
	font-size: 16px;
	text-decoration: none;
	background: #fff url(img/i_fb2-black.png) no-repeat 10px 50%;*/
        margin-top: 15px;
        padding: 15px 15px 12px 40px;
        background: #270369 url(img/i_fb_white.png) no-repeat 10px 52%;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
}

.follow_us_news:hover {
	/*background: #f4f4f4 url(img/i_fb2-black.png) no-repeat 10px 50%;*/
        background: #f8cd29 url(img/i_fb_purple.png) no-repeat 10px 50%;
        color: #270369;
}

.news_holder {
    display: inline-block;
    float: left;
    width: 100%;
    padding-top: 40px;
    border-top: 1px solid #c4c4c4;
}

.news_item {
	display: inline-block;
        width: 48%;
        margin-right: 2%;
	margin-bottom: 50px;
        vertical-align: top;
}

.news_item:nth-child(2n+2) {
    margin-right: 0;
}

.news_img {
    display: inline-block;
    float: left;
    width: 45%;
    padding-right: 35px;
    text-align: left;
}

.news_content {
    display: inline-block;
    float: left;
    width: 55%;
}

.ni_title {
	display: inline-block;
        width: 100%;
	font-weight: bold;
	/*font-size: 23px;*/
        font-size: 18px;
	color: #1b1b1b;
	line-height: 28px;
	margin-bottom: 20px;
	text-transform: uppercase;
	text-decoration: none;
}

	.ni_title:hover {
		/*color: #7ccbf8;*/
                color: #270369;
	}

.date {
	display: inline-block;
	padding: 2px 10px 1px 10px;
	color: #fff;
	/*background: #7b7784;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 300;*/
        background-color: #270369;
	margin-bottom: 15px;
}

.ni_desc {
	display: block;
        /*color: #000;*/
        color: #616161;
}


.hr_more {
        display: inline-block;
        float: left;
        width: 100%;
	background: url(img/cat_title_line.gif) repeat-x 0px 53%;
	display: block;
	text-align: left;
	/*margin-top: 20px;
	margin-bottom: 20px;*/
}

.hr_more a {
        position: relative;
	display: inline-block;
	height: 60px;
	padding: 20px 35px 15px 35px;
        background-color: #f8cd29;
        font-size: 12px;
        color: #270369;
	text-decoration: none;
	text-transform: uppercase;
	/*padding: 15px 10px;
        font-size: 16px;
	border: 1px solid #c4c4c4;
	border-radius: 7px;
	background: #fff;
	color: #727272;
        color: #000;
	font-weight: 300;*/
}

.hr_more a::after {
   position: absolute;
   display: inline-block;
   content: '';
   top: 0;
   right: -15px;
   width: 15px;
   height: 100%;
   background-color: #fff;
   
}

	.hr_more a:hover {
		/*background: #7ccbf8;
		border: 1px solid #7ccbf8;
		color: #fff;*/
                background-color: #270369;
                color: #fff;
                
	}

.hr_more a span {
	display: inline-block;
	/*margin-top: 30px;*/
}


/* FOOTER */

.sec.footer {
	background: #f3f3f3;
	border-top: 1px solid #e9e9e9;
	padding-top: 50px;
	padding-bottom: 50px;
        margin-top: 50px;
}

.sec.footer .container {
    text-align: justify;
}

.sec.footer .container::after {
    display: inline-block;
    width: 100%;
    content: '';
}


.centered {
	text-align: center;
}

.footer_separator {
    display: inline-block;
    content: '';
    width: 1px;
    height: 260px;
    background-color: #dbdbdb;
}

.fcol {
	display: inline-block;
        /*max-width: 220px;
        min-height: 260px;
        min-height: 330px;
	margin-right: -1px;*/
        max-width: 24%;
	padding: 0 20px;
        color: #575757;
        text-align: left;
        vertical-align: top;
}

	/*.fcol:first-child {
		margin-right: -1px;
		padding: 0px;
		padding-right: 20px;
		border-left: none;
                border-right: none;
	}

	.fcol:first-child img {
		max-width: 100%;
	}
	.fcol:first-child img:last-child {
		width: 50%;
		margin-top: 30px;
	}*/
        



	.fcol:last-child {
		/*padding: 0px;
		padding-left: 20px;*/
                padding-right: 0;
		border-right: none;
	}


.fcol_title {
	/*color: #747474;
        color: #000;*/
        color: #575757;
	display: block;
	text-transform: uppercase;
	/*font-size: 18px;
	line-height: 24px;
	font-weight: 300;*/
        font-size: 15px;
        font-weight: 700;
	margin-top: 0;
	margin-bottom: 50px;
}

.footer_menu {
    display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer_menu li a {
	display: inline-block;
	/*color: #747474;
        color: #000;*/
        color: #575757;
	text-decoration: none;
	padding-left: 14px;
	padding-right: 10px;
	border-radius: 3px;
	background: url(img/fcol_dot.png) no-repeat 0px 12px;
}

.footer_menu li a:hover {
	background: #e5e5e5 url(img/fcol_dot.png) no-repeat 5px 12px;
}

.footer_subscribe {
    display: inline-block;
    width: 100%;
}

.footer_subscribe .inner {
    display: inline-block;
    width: 100%;
}

.footer_subscribe .input_text {
    display: inline-block;
    float: left;
    width: 100%;
    max-width: 260px;
    height: 45px;
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #d5d5d5;
    background-color: #fff;
    border-radius: 0;
    color: #616161;
    text-align: left;
}

.footer_subscribe .btn_submit {
    display: inline-block;
    float: right;
    padding: 0 25px;
    height: 45px;
    border: none;
    background-color: #270369;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    transition: all 0.2s ease-out;
}

.footer_subscribe .btn_submit:hover {
    background-color: #f8cd29;
    color: #270369;
}

.footer_img {
    max-width: 107px;
    margin-right: 10px;
}

.copyrights {
        padding: 40px 0;
	background: #e5e5e5;
        border-top: 1px solid #d5d5d5;
        color: #575757;
	/*padding-top: 16px;
	text-transform: uppercase;
	padding-bottom: 16px;*/
}

/*.copyrights .container {
	text-align: center;
}*/

.copy_left {
	display: inline-block;
	float: left;
	margin-top: 8px;
}

.copy_center {
	display: inline-block;
	margin-top: 8px;
}

.copy_fb {
	display: inline-block;
	float: right;
	height: 30px;
	padding-left: 38px;
	line-height: 33px;
	/*color: #434343;*/
        color: #000;
	text-decoration: none;
	/*background: url(img/i_fb.png) no-repeat 0 0;*/
        background: url(img/i_fb-black.png) no-repeat 0 0;
}

.copy_fb:hover {
	text-decoration: underline;
}


/* MINI CART */

#mini_cart {
	position: absolute;
	/*top: 115px;
        right: 12px;*/
        top: 100%;
        margin-top: 10px !important;
	right: 0;
	display: none;
	width: 309px;
	border: 1px solid #d5d5d5;
	border-radius: 7px;
	padding: 38px 0px 16px 0px;
	background: #fff;
	z-index: 200;
}

.mc_row {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background: #f3f3f3;
	padding: 13px 20px;
	margin-bottom: 1px;
}

.mc_photo {
	display: block;
	float: left;
	width: 94px;
	height: 94px;
	border: 1px solid #d5d5d5;
	background: #fff;
	overflow: hidden;
}

	.mc_photo:hover {
		opacity: .9;
	}

.mc_photo img {
	width: 100%;
}

.mc_info {
	display: block;
	float: right;
	width: 130px;
	/*color: #5e5e5e;*/
        color: #000;
	font-size: 14px;
	line-height: 17px;
	text-align: left;
}

a.mc_title {
	display: inline-block;
        float: left;
	/*color: #5e5e5e;*/
        color: #000;
	font-size: 14px;
	padding: 0px 5px;
	line-height: 17px;
	text-decoration: none;
	border-radius: 3px;
	margin-left: -5px;
}

a.mc_title:hover {
	background: #7ccbf8;
	text-shadow: 0px 1px 0px rgba(0,0,0, .2);
	color: #fff;
}

a.mc_cat {
	display: inline-block;
	/*color: #5e5e5e;*/
        color: #000;
	font-size: 14px;
	padding: 0px 5px;
	line-height: 17px;
	text-decoration: none;
	border-radius: 3px;
	margin-left: -5px;
}

a.mc_cat:hover {
	background: #e4c571;
	text-shadow: 0px 1px 0px rgba(0,0,0, .2);
	color: #fff;
}

#mini_cart .select {
	width: 131px;
	height: 22px;
	background: #fff url(img/select_bg.gif) repeat-y 86% 0;
	border: 1px solid #d5d5d5;
	margin-top: 8px;
	font-size: 12px;
}

a.mc_remove_item {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 18px;
	height: 18px;
	background: #d5d5d5 url(img/mc_remove.png) no-repeat center center;
}

a.mc_remove_item:hover {
	background: #d03939 url(img/mc_remove.png) no-repeat center center;
}

.mc_totals {
	display: block;
	float: left;
	width: 100%;
	padding: 8px 20px 0px 20px;
	text-align: left;
}

.mct_total {
	font-size: 16px;
	/*color: #5e5e5e;*/
        color: #000;
	font-weight: bold;
}

.mc_disc_text {
	display: inline-block;
	font-size: 12px;
	white-space: nowrap;
}

.mc_disc_text.big {
	float: left;
	width: 100%;
	font-size: 15px;
	color: #44a574;
	border-bottom: 1px dashed;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

.mc_footer {
	display: block;
	float: left;
	width: 100%;
	border-top: 1px dashed #5e5e5e;
	margin-top: 10px;
	padding-top: 10px;
}

.mc_close {
	display: inline-block;
	float: left;
}

.mc_close div {
	display: inline-block;
	float: left;
	width: 25px;
	height: 25px;
	background: #aca8a7 url(img/mc_close_footer.png) no-repeat center center;
	margin-right: 9px;
	/*border-radius: 3px;*/
	transition: all 0.3s ease;
}

.mc_close span {
	display: inline-block;
	float: left;
	/*color: #5e5e5e;*/
        color: #000;
	text-decoration: none;
	font-size: 14px;
	line-height: 25px;
	transition: all 0.3s ease;
}

	.mc_close:hover span {
		color: #d03939;
	}

	.mc_close:hover div {
		background: #d03939 url(img/mc_close_footer.png) no-repeat center center;
	}

.mc_tocart {
	display: inline-block;
	float: right;
	height: 25px;
	padding-left: 15px;
	padding-right: 31px;
	/*background: #7ccbf8 url(img/mc_tocart.png) no-repeat 90% 50%;*/
        background: #270369 url(img/mc_tocart.png) no-repeat 90% 50%;
	color: #fff !important;
	font-size: 16px;
	line-height: 25px;
	/*border-radius: 3px;
	font-family: 'Roboto Condensed', sans-serif;*/
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
}

.mc_tocart:hover {
	/*background: #64afd9 url(img/mc_tocart.png) no-repeat 95% 50%;
	color: #fff;*/
        background: #f8cd29 url(img/mc_tocart_purple.png) no-repeat 95% 50%;
        color: #270369 !important;
}

.sec.gray_top {
	background: url(img/gray_top.gif) repeat-x top;
}

.cat_titles {
	margin-bottom: 60px;
	padding-bottom: 20px;
	border-bottom: 1px solid #c1bebe;
	font-size: 16px;
}

.blue_link {
	color: #7ccbf8;
	text-decoration: none;
}

	.blue_link:hover {
		color: #5297bf;
	}

.bread {
	display: block;
	float: left;
	width: 100%;
	list-style: none;
	margin: 0;
	padding: 0;
}

.bread li {
	display: inline-block;
	float: left;
	/*font-size: 14px;
        color: #000*/
        font-size: 17px;
	line-height: 40px;
	color: #919191;
}

.bread li a {
	color: #262626;
	text-decoration: none;
}

	.bread li a:hover {
		/*color: #7ccbf8;*/
                color: #270369;
	}

.bread li::after {
	content: '>';
	margin-left: 15px;
	margin-right: 10px;
}

.bread li:last-child::after {
	display: none;
}

.bread li h1 {
	font-size: inherit;
	margin-top: 0;
	margin-bottom: 0;
}

.cat_titles .bread li::after {
	margin-left: 10px;
	margin-right: 6px;
}

.cat_titles {
	border-bottom: none;
	margin-bottom: 0;
}




.cat_intro {
	float: left;
	width: 100%;
}

.ci_logo {
	display: block;
	float: left;
	/*width: 262px;*/
        width: 260px;
	padding-right: 1px;
	box-sizing: content-box;
	margin-right: 40px;
	background: url(img/cat_logo_wrap.png) no-repeat right;
}

.ci_logo a {
    display: inline-block;
    float: left;
    width: 240px;
    height: 240px;
    line-height: 240px;
    border-radius: 240px;
    background-color: #f8cd29;
    text-align: center;
    
}

.ci_logo img {
	max-width: 100%;
        vertical-align: middle;
}

.ci_text {
    /*color: #000;*/
    font-size: 15px;
}

.f16 {
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	margin-top: 15px;
}

.xsmall {
	/*font-size: 10px;*/
        font-size: 13px;
	line-height: 1.2em;
}

.gallery_titles {
	border-bottom: 1px solid #d5d5d5;
	margin-bottom: 40px;
	padding-bottom: 40px;
	/*padding-top: 20px;*/
	font-size: 18px;
	color: #000;
}

.without_border {
    border: none;
    margin-bottom: 30px;
    padding-bottom: 0;
}

.gallery_titles h1 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 42px;
	line-height: 56px;
	font-weight: 300;
	/*color: #262626;*/
        color: #000;
	letter-spacing: -1px;
}

.gal_intro {
	display: block;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400;
        color: #000;
        max-width: 70%;
}

.gal_intro_w100 {
    width: 100%;
    max-width: none;
}

.gal_intro a {
	text-decoration: none;
}

.gal_intro_w100 a {
    padding: 12px;
   /* background-color: #7ccbf8;
    border-radius: 7px;*/
    background-color: #270369;
    color: #fff;
}

.gal_intro_w100 a:hover {
    /*background-color: #69B7E4;*/
    background-color: #f8cd29;
    color: #270369;
}

.gal_item {
	display: inline-block;
	/*width: 260px;
        margin-bottom: 40px;*/
        width: 290px;
	margin-bottom: 15px;
	vertical-align: top;
	color: #262626;
	text-align: left;
}

.gal_item a {
	position: relative;
	display: inline-block;
        float: left;
	/*width: 260px;
	height: 260px;*/
        width: 290px;
        height: 290px;
	/*margin-bottom: 15px;
	border: 3px solid #fff;
	border-radius: 7px;
	box-shadow: 0px 0px 0px 1px #c1bebe;*/
	overflow: hidden;
}

.gal_item a span {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 100%;
	height: 100%;
	/*background: rgba(124,203,248, .7) url(img/i_zoom.png) no-repeat center center;*/
        background: rgba(39, 3, 105, .5) url(img/i_zoom.png) no-repeat center center;
	background-size: 0;
	opacity: 0;
	transition: all 0.3s ease;
}

	.gal_item a:hover {
		box-shadow: 0px 10px 10px rgba(0,0,0, .15);
		transform: translateY(-10px);
	}

	.gal_item a:hover span {
		opacity: 1;
		background-size: 50px;
	}

.gal_item a img {
	min-width: 100%;
	min-height: 100%;
	max-width: 1000px;
}

.gal_item_info {
    display: none !important;
    float: left;
    width: 100%;
}

.gal_item span {
	font-size: 30px;
	line-height: 31px;
	display: block;
	margin-bottom: 15px;
	font-weight: 300;
}

.gal_item div {
	font-size: 14px;
	display: block;
}

.gallery_hidden {
    display: none;
}

.gallery_more {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 10px;
    background: url(img/bg_grey.png)repeat-x center center;
    text-align: center;
}

.gallery_more span {
    display: inline-block;
    padding: 0 15px;
    background-color: #fff;
    text-align: center;
}

.btn_more_pics {
    display: inline-block;
    padding: 7px 20px;
   /* border: 1px solid #7ccbf8;
    border-radius: 7px;*/
    border: 1px solid #270369;
    font-size: 15px;
   /* color: #404040;*/
     color: #270369;
    text-decoration: none;
}

.btn_more_pics:hover {
   /* background-color: #7ccbf8;
    color: #fff;*/
   background-color: #f8cd29;
   border-color: #f8cd29;
}


/* PAGINATION */

.pagination_box {
	display: block;
	float: left;
	width: 100%;
	margin-top: 40px;
	text-align: center;
}

.pagination {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination li {
	display: inline-block;
	float: left;
	height: 45px;
	line-height: 45px;
}

.pagination li.pg_prev a, 
.pagination li.pg_next a {
	display: inline-block;
	border: 1px solid #d5d5d5;
	border-radius: 7px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #999;
	font-weight: bold;
}

	.pagination li.pg_prev:hover a, 
	.pagination li.pg_next:hover a {
		border: 1px solid #7ccbf8;
		color: #7ccbf8;
	}

.pagination li.pg_prev a {
	padding-left: 47px;
	padding-right: 37px;
	background: url(img/arrow_left.png) no-repeat 20px 50%;
	margin-right: 10px;
}

	.pagination li.pg_prev:hover a {
		background: url(img/arrow_left_blue.png) no-repeat 20px 50%;
	}

.pagination li.pg_next a {
	padding-right: 47px;
	padding-left: 37px;
	background: url(img/arrow_right.png) no-repeat 78% 50%;
	margin-left: 10px;
}

	.pagination li.pg_next:hover a {
		background: url(img/arrow_right_blue.png) no-repeat 78% 50%;
	}


.pagination li a {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding-left: 6px;
	padding-right: 6px;
	text-decoration: none;
	color: #999;
}

.pagination li.current a {
	font-weight: bold;
	color: #7ccbf8;
}



/* PRODUCT */

.prod_tops {
	margin-bottom: 70px;
}

.prod_images {
	position: relative;
	display: block;
	float: left;
	width: 33%;
}

.pi_main {
	display: inline-block;
	width: 100%;
	border: 1px solid #d5d5d5;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

.pi_main img {
	max-width: 100%;
        vertical-align: middle;
}

.prod_slider_box {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 0 25px;
   
}

.prod_thumb_slider {
    display: block;
    width: 100%;
}

.prod_slider_box .bx-wrapper {
    width: 100%;
    max-width: 100% !important;
  
}

.prod_slider_box .bx-prev,
.prod_slider_box .bx-next {
	position: absolute;
	top: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	font-size: 0;
        text-decoration: none;
}

.prod_slider_box .bx-prev {
	left: 0;
        text-align: left;
}

.prod_slider_box .bx-next {
	right: 0;
        text-align: right;
}

.prod_slider_box .bx-prev::before,
.prod_slider_box .bx-next::before {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 100%;
	font-family: 'FontAwesome';
	font-size: 18px;
	font-weight: 400;
	color: #9a9a9a;
}

.prod_slider_box .bx-prev::before {
	content: "\f053";
}

.prod_slider_box .bx-next::before {
	content: "\f054";
}

.prod_slider_box .bx-prev:hover::before,
.prod_slider_box .bx-next:hover::before {
	color: #270369;
}

.img_zoom {
	position: relative;
}

.img_zoom span {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	/*background: rgba(124,203,248, .7) url(img/i_zoom.png) no-repeat center center;*/
        background: rgba(39, 3, 105, .5) url(img/i_zoom.png) no-repeat center center;
	background-size: 100%;
	opacity: 0;
	transition: all 0.3s ease;
}

	.img_zoom:hover span {
                /*background: rgba(124,203,248, .7) url(img/i_zoom.png) no-repeat center center;*/
		background: rgba(39, 3, 105, .5) url(img/i_zoom.png) no-repeat center center;
		background-size: 50px;
		opacity: 1;
	}

	.img_zoom:hover {
		/*border: 1px solid #7ccbf8;*/
                border: 1px solid #270369;
	}

.thumbs {
	text-align: justify;
}

.thumb {
	display: inline-block;
        border: 1px solid #d5d5d5;
	/*width: 23.65%;*/
	/*max-width: 103px;
	height: 103px;
        height: 80px;
	overflow: hidden;
	margin-top: 15px;
	margin-right: 10px;*/
}

	.thumb:last-child {
		margin-right: 0;
	}

.thumb img {
        width: 100%;
        max-width: 100%;
	max-height: 100%;
}


.prod_infobox {
        position: relative;
	display: block;
	float: right;
	width: 63%;
	border-top: 1px solid #d5d5d5;
	padding-top: 30px;
}

.prod_infobox .review_box {
    display: inline-block;
    float: left;
    font-size: 16px;
    text-align: center
}

.prod_infobox .review_box .lbl {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.prod_infobox .review_box .stars {
    margin-right: 20px;
}

.prod_inner {
	display: block;
	float: left;
	width: 95%;
}

.prod_title {
	display: block;
	font-size: 26px;
	color: #000;
	margin-top: 0;
	margin-bottom: 20px;
	/*font-weight: 400;*/
        font-weight: 700;
}

.prod_weight {
	font-size: 16px;
	display: block;
	margin-bottom: 30px;
	font-weight: 300;
	/*color: #363636;*/
        color: #000;
}

.prod_inStock_line {
	display: block;
	height: 1px;
	background: #c2c2c2;
}

.prod_stock {
	display: block;
	float: left;
	background: #c2c2c2;
	color: #fff;
	text-transform: uppercase;
	padding: 2px 15px 0px 15px;
	border-radius: 3px;
	margin-top: -15px;
	margin-bottom: 20px;
}

.prod_stock.in {
	background: #7ccbf8;
}

.prod_desc {
	display: block;
	float: left;
	width: 100%;
	/*height: 4em;
        height: 6em;*/
	overflow: hidden;
	margin-bottom: 9px;
	/*font-family: 'Roboto Condensed', sans-serif;*/
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

.prod_desc.short {

}

#prod_desc_more {
        display: none;
	/*margin: 20px 0;
        color: #000;
        font-size: 16px;
        font-weight: 600;*/
        color: #270369;
        font-weight: 700;
	text-decoration: none;
}

#prod_desc_more.active {
    display: inline-block;
}

#prod_desc_more:hover {
	text-decoration: underline;
}




/* NEW */

.prod_new_var_row {
	float: left;
	width: 100%;
	/*font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 40px;*/
        margin-top: -1px;
        padding: 25px 0;
        border-top: 1px solid #c4c4c4;
        border-bottom: 1px solid #c4c4c4;
        
}

.prod_price_item {
	display: inline-block;
	float: left;
	font-size: 16px;
	/*height: 50px;*/
	padding-right: 15px;
        margin-top: 7px;
	/*border-right: 1px solid #ddd;*/
}

.prod_price_item:first-child {
	/*min-width: 100px;*/
        width: 100px;
}

.prod_price_item:last-child {
        padding-right: 0;
	border-right: none;
        
}

.prod_price_item b {
	font-size: 18px;
	font-weight: 600;
}

.prod_price_item big {
	font-weight: 700;
	/*font-size: 24px;*/
        font-size: 19px;
}

.prod_price_item.prices_holder {
    width: 250px;
    text-align: right;
}

.prod_price_item.prices_holder .small_text{
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 13px;
    line-height: 18px;
}


.stock {
	display: inline-block;
        width: 105px;
	font-size: 14px;
	line-height: 15px;
	padding-left: 18px;
}

.stock.in {
	color: #41ad49;
	/*background: url(img/stock_in.png) no-repeat left;*/
        background: url(img/stock_in2.png) no-repeat left;
}

.stock.out {
	color: #e44061;
	/*background: url(img/stock_out.png) no-repeat left;*/
        background: url(img/stock_out2.png) no-repeat left;
}

.price_new_buttons {
	float: right;
}

.out_stock_msg {
    font-size: 14px;
    font-weight: 600;
    color: #e44061;
    text-transform: uppercase;
}

.price_new_buttons select {
	width: 80px;
	float: left;
	/*height: 50px;*/
        height: 40px;
	margin-right: 10px;
	/*border-radius: 6px;*/
	border: 1px solid #ddd;
	padding-left: 17px;
	padding-right: 42px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	background: url(img/select_price.gif) no-repeat right center;
}

.price_new_buttons select::-ms-expand {
    display: none;
}

.price_new_buttons select:hover,
.price_new_buttons select:focus {
	border-color: #bbb;
}

.prod_tocart_new {
	display: inline-block;
	border: none;
	/*height: 50px;
	border-radius: 6px;*/
	/*background: #7ccbf8 url(img/i_cart.png) no-repeat 12px 50%;*/
        height: 40px;
        background: #270369 url(img/i_cart.png) no-repeat 12px 50%;
	color: #fff;
	text-transform: uppercase;
	/*font-size: 16px;*/
        font-size: 13px;
	font-weight: 600;
	padding-left: 43px;
	padding-right: 10px;
	transition: all 0.2s ease-out;
}

.prod_tocart_new:hover {
	/*background-color: #59a5d1;*/
        background: #f8cd29 url(img/i_cart_purple.png)no-repeat 12px 50%;
        color: #270369;
}

.prod_tocart_new[disabled] {
	/*background-color: #c2c2c2;*/
         background: #c2c2c2 url(img/i_cart.png) no-repeat 12px 50%;
         color: #fff;
}


/* SELECT PRICE  */

.select_price {
	position: relative;
	width: 320px;
	margin-bottom: 0px;
}

#price_selected {
	display: inline-block;
	width: 100%;
	height: 50px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	padding-left: 18px;
	background: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	font-weight: 300;
	line-height: 50px;
	background: url(img/select_price.gif) no-repeat right center;
	cursor: pointer;
}

#price_selected big {
	font-size: 18px;
	font-weight: 400;
	/*color: #424242;*/
        color: #000;
}

#prices {
	display: none;
	position: absolute;
	top: 45px;
	left: 0;
	width: 100%;
	border-radius: 0px 0px 5px 5px;
	background: #fff;
	border: 1px solid #d5d5d5;
	border-top: none;
}

.radiobutton {
	display: none;
}

.radiobutton + label {
	display: block;
	padding: 10px 18px;
	cursor: pointer;
}

.radiobutton + label:hover {
	background: #f5f5f5;
}

.radiobutton:checked + label {
	font-weight: bold;
	background: #7ccbf8;
	color: #fff !important;
}


.prod_tocart {
	display: inline-block;
	border: none;
	background: none;
	padding: 0;
	margin-bottom: 30px;
}

.prod_tocart span {
	display: inline-block;
	padding: 23px 51px 21px 80px;
	/*background: #7b7784 url(img/i_cart.png) no-repeat 50px 50%;*/
	background: #7ccbf8 url(img/i_cart.png) no-repeat 50px 50%;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 22px;
	font-weight: bold;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.prod_tocart:hover span {
	background: #7ccbf8 url(img/i_cart.png) no-repeat 50px 50%;
	transform: perspective(500px) rotateY(25deg);
}

.prod_share {
    display: inline-block;
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.prod_share span {
    display: inline-block;
    float: left;
    height: 46px;
    line-height: 46px;
    font-size: 28px;
    font-weight: 300;
    margin-right: 13px;
    color: #000;
}


.prod_infobox .prod_share {
        position: absolute;
	display: block;
        width: auto;
        top: -18px;
        right: 0;
        margin-top: 0;
        background-color: #fff;
	border-top: none;
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.prod_infobox .prod_share::before {
    position: absolute;
    display: inline-block;
    content: '';
    top: 0;
    left: -13px;
    width: 13px;
    height: 100%;
    background-color: #fff;
}

.prod_infobox .prod_share span {
	display: inline-block;
        float: none;
	height: auto;
	line-height: normal;
	font-weight: 400;
        margin-right: 13px;
        font-size: 17px;
        color: #363636;
        vertical-align: middle;
}

.prod_share a {
        display: inline-block;
	margin-right: 5px;
        vertical-align: middle;
}

.prod_share a img {
	transition: all 0.3s ease;
        vertical-align: middle;
}

.prod_share a:hover img {
	/*transform: scale(0.8);*/
        transform: scale(1.2);
}


/* PRODUCT TABS */

.prod_tabs {
	display: block;
	float: left;
	width: 100%;
	/*background: #ebebeb;*/
	text-align: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

.prod_tabs li {
        position: relative;
	display: inline-block;
	float: left;
	margin-right: -1px;
        margin-bottom: -1px;
}

.prod_tabs li a {
	display: inline-block;
	float: left;
	/*background: #ebebeb;
	color: #7b7784;
        color: #000;
        padding: 30px;
        border: 1px solid #ebebeb;*/
        padding: 15px 50px;
	font-size: 18px;
        /*color: #6a6a6a;*/
        color: #333;
	text-decoration: none;
	/*border: 1px solid #ddd;*/
        border: 1px solid #c4c4c4;
        background-color: #f9f9f9;
}

.prod_tabs li a::after {
    display: none;
    position: absolute;
    content: '';
    width: 50%;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #c4c4c4;
}

.prod_tabs li:hover a {
	background-color: #fff;
        color: #000
}

.prod_tabs li.current a {
	/*background: #fff;*/
        border-bottom: 1px solid #fff;
        color: #000;
        background-color: #fff;
}

.prod_tabs li.current a::after {
    display: inline-block
}

.tab_content_wrap {
	display: block;
	float: left;
	width: 100%;
	/*background: #f3f3f3;
        padding: 30px;
        margin-bottom: 30px;*/
	padding: 50px;
	margin-bottom: 60px;
       /*border: 1px solid #ebebeb;*/
       border: 1px solid #c4c4c4;
       /*color: #6a6a6a;*/
       color: #333;
}

.intab_row {
	display: block;
	margin-bottom: 30px;
	color: #7b7784;
}

.intab_img {
	float: left;
	border: 1px solid #d5d5d5;
	width: 122px;
	margin-right: 20px;
}

.intab_row big {
	font-size: 18px;
	font-weight: 300;
}

.prod_block {
	width: 50%;
	max-width: 480px;
	display: block;
	float: left;
	margin-bottom: 60px;
}

.prod_block.fright {
    color: #000;
}



.inBlock_title {
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
	padding-bottom: 30px;
	font-size: 28px;
	/*color: #363636;*/
        color: #000;
	font-weight: 300;
	border-bottom: 1px solid #d5d5d5;
}

.inBlock_title.noborder {
	padding-bottom: 0;
	border-bottom: none;
}

.inBt_sub {
	font-size: 18px;
	font-weight: 300;
	/*color: #717171;*/
        color: #000;
	display: block;
	margin-top: 15px;
}

.newsletter_form {
	position: relative;
	display: block;
	height: 49px;
	border: 1px solid #d5d5d5;
	border-radius: 5px;
	overflow: hidden;
}

.newsletter_form .input_text {
	float: left;
	width: 100%;
	background: #fff;
	padding-left: 15px;
	height: 100%;
	font-size: 14px;
	text-align: left;
	border: none;
}

.newsletter_form .nl_submit {
	position: absolute;
	top: 0;
	right: 0;
	float: right;
	width: 143px;
	height: 100%;
	margin-left: 143px;
	font-family: 'Roboto Condensed', sans-serif;
	border: none;
	background: #fff url(img/nl_submit.png) no-repeat left 50%;
	text-align: center;
	font-size: 18px;
	padding-right: 25px;
	font-weight: 300;
	transition: all 0.2s ease;
}

.newsletter_form .nl_submit:hover {
	background: #ededed url(img/nl_submit.png) no-repeat left 50%;
}

/* REVIEWS */
.review_rows_box {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 0 35px;
}

.review_row {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 25px 0;
    border-bottom: 1px solid #ebebeb;
    text-align: left;
}

.review_row:last-child {
    border-bottom: none;
}

.review_row .left_part {
    display: inline-block;
    float: left;
    width: 110px;
    margin-right: 30px;
}

.review_person {
    display: inline-block;
    float: left;
    width: 100%;
    font-weight: 700;
}

.stars {
    display: inline-block;
    float: left;
}

.stars .fa {
    font-size: 20px;
    line-height: 20px;
    color: #f0c137;
}

.review_row .stars .fa {
    font-size: 18px;
    line-height: 18px;
}

.review_status {
    display: inline-block;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 16px;
}

.review_comment {
    display: inline-block;
    float: left;
    width: calc(100% - 140px);
}

.review_time {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: right;
    color: #270369;
}

.review_paging {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 15px;
    padding: 10px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    text-align: center;
}

.review_paging a {
    display: inline-block;
    margin-right: 20px;
    font-size: 15px;
    text-decoration: none;
    vertical-align: middle;
}

.review_paging a:hover,
.review_paging a.current {
    color: #f0c137;
}

.review_paging a.current {
     font-weight: 700;
}

.add_review_box {
    padding-bottom: 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    box-shadow: inset 0 -10px 10px -10px #ebebeb;
}

.add_review_box .rating_box {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 25px;
    padding: 0 35px;
    text-align: left;
}

.add_review_box .rating {
    display: inline-block;
    margin-right: 30px;
    font-size: 80px;
    font-weight: 300;
    line-height: 80px;
    color: #000;
}

.big_stars_box {
    display: inline-block;
    margin-top: 10px;
    text-align: center;
}

.big_stars_box .big_stars {
    margin-bottom: 10px;
}

.big_stars_box .big_stars .fa {
    font-size: 30px;
    line-height: 30px;
    letter-spacing: 5px;
    
}

.add_review_box .btn {
    display: inline-block;
    float: right;
    width: 200px;
    margin-top: 10px;
    padding: 15px 10px;
    border: 1px solid #c4c4c4;
    background-color: transparent;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.add_review_box .btn:hover {
    background-color: #270369;
    color: #fff;
}

.add_review_box .btn_add_review.hidden {
    display: none;
}

.add_review {
    display: none;
    float: left;
    width: 100%;
    padding: 25px 20px;
    background-color: #f9f9f9;
}

.add_review .select_simulation {
    display: inline-block;
    float: left;
    width: 100%;
    cursor: pointer;
}

.add_review .lbl {
    display: inline-block;
    float: left;
    margin-right: 20px;
    font-size: 16px;
    font-weight: 300;
    color: #707070;
}

.add_review .select_simulation_right {
    position: relative;
    display: inline-block;
    float: right;
}

.add_review .select_simulation .current_option_box {
    display: inline-block;
    float: left;
    font-size: 16px;
    color: #333;
}

.add_review .select_simulation .current_option {
    display: inline-block;
    margin-right: 5px;
    
}

.add_review .select_simulation .fa {
    font-size: 20px;
    color: #8b8b8b;
}

.add_review .select_simulation .all_options {
    position: absolute;
    display: inline-block;
    top: 100%;
    right: 0;
    width: 320px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    box-shadow: 0 2px 4px -1px rgba(0,0,0, 0.1);
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.add_review .select_simulation .all_options.opened {
    opacity: 1;
    visibility: visible;
}

.add_review .select_simulation .all_options label {
    display: inline-block;
    float: left;
    width: 100%;
    padding: 10px 15px;
    border-bottom: 1px solid #ebebeb;
     background-color: transparent;
    cursor: pointer;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.add_review .select_simulation .all_options label:hover {
    background-color: #f6f6f6;
}

.add_review .select_simulation .all_options .ch_radio {
    display: none;
}

.add_review .select_simulation .all_options span:last-child {
    border-bottom: none; 
}

.select_rating {
    display: inline-block;
    float: left;
    width: 100%;
    margin-top: 10px;
}

.select_rating .rating_btns {
    display: inline-block;
    float: right;
}

.add_review .hidden_fields {
    display: none;
    float: left;
    width: 100%;
}

.add_review .hidden_fields.visible {
    display: inline-block;
}

.add_review .input_text {
    float: left;
    max-width: none;
    height: 55px;
    padding: 15px;
    font-size: 16px;
    color: #000;
    text-align: left;
}

.add_review .w50 {
    width: 49%;
    margin-right: 2%;
}

.add_review .w50:last-child {
    margin-right: 0;
}

.add_review .comment_fld {
    height: auto;
    min-height: 100px;
    margin-top: 15px;
}

.add_review .btn_sub {
    margin-top: 0;
    font-weight: 700;
}


/* RATING BAR */
.br-theme-bars-square .br-widget {
  height: 35px;
}

.br-theme-bars-square .br-widget a {
    position: relative;
    display: inline-block;
    float: left;
    width: 35px;
    height: 35px;
    line-height: 44px;
    margin-left: 5px;
    margin-bottom: 15px;
    background-color: #ccc;
    border: none;
    border-radius: 4px;
    box-shadow: inset 0 -2px 0 rgba(0,0,0,.15);
    text-align: center;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
}

.br-theme-bars-square .br-widget a::before,
.br-theme-bars-square .br-widget a::after {
    position: absolute;
    display: inline-block;
    content: '';
    width: 24px;
    height: 24px;
    left: 50%;
    top: 50%;
    margin-left: -12px;
    margin-top: -13px;
    background-size: 100% auto;
    transition: all 0.1s ease;
    -webkit-transition: all 0.1s ease;
}

.br-theme-bars-square .br-widget a::before {
    background: url(img/i_star_white.png) no-repeat center center;
}

.br-theme-bars-square .br-widget a::after {
    background: url(img/i_star_white2.png) no-repeat center center;
    opacity: 0;
    visibility: hidden;
}

.br-theme-bars-square .br-widget a.br-active,
.br-theme-bars-square .br-widget a.br-selected {
    background-color: #f0c137;
}

.br-theme-bars-square .br-widget a.br-active::before,
.br-theme-bars-square .br-widget a.br-selected::before {
    opacity: 0;
    visibility: hidden;
}

.br-theme-bars-square .br-widget a.br-active::after,
.br-theme-bars-square .br-widget a.br-selected::after {
    opacity: 1;
    visibility: visible;
}

/*.br-theme-bars-square .br-widget .br-current-rating {
  clear: both;
  width: 330px;
  text-align: center;
  font-weight: 600;
  display: block;
  padding: .5em 0;
  color: #646464;
}

.br-theme-bars-square .br-readonly a {
  cursor: default;
}

.br-theme-bars-square .br-readonly a.br-active,
.br-theme-bars-square .br-readonly a.br-selected {
  border: 2px solid #729bf8;
  color: #729bf8;
}*/


/* REVIEW POPUP */
.popup_review_box {
    position: fixed;
    display: inline-block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, .5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1005;
    overflow-y: auto;
}

.popup_review_box.active {
    opacity: 1;
    visibility: visible;
}

body.popup_open {
    overflow: hidden;
}

.popup_review {
    position: relative;
    display: inline-block;
    width: 700px;
    margin: 55px auto;
    background-color: #fff;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    z-index: 1007;
}

.popup_review .stars .fa {
    color: #333;
}

.popup_review .review_paging a {
    color: #6a6a6a;
}

.popup_review .review_paging a:hover,
.popup_review .review_paging a.current {
     color: #333;
}

.popup_review .review_time {
     color: #909090;
}

.btn_close_popup {
    position: absolute;
    display: inline-block;
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    background: #222 url(img/mc_close_footer.png) no-repeat center center;
    cursor: pointer;
    transition: all 0.15s ease-out;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    -o-transition: all 0.15s ease-out;
}

/* CONTACTS */

.cont_item {
	display: block;
	float: left;
	width: 50%;
	margin-bottom: 50px;
}

.cont_img {
	display: block;
	float: left;
	width: 50%;
	max-width: 255px;
	margin-right: 5.5%;
	border: 1px solid #d5d5d5;
	border-radius: 7px;
	overflow: hidden;
	text-align: center;
}

.cont_img img {
	margin-bottom: -7px;
	max-width: 100%;
}

.cont_info {
	display: block;
	float: left;
	width: 50%;
	padding-right: 30px;
	text-align: left;
}

.cont_name {
	display: block;
	font-size: 35px;
	font-weight: 300;
	margin-bottom: 15px;
	color: #262626;
}

.cont_position {
	display: block;
	color: #262626;
	font-size: 19px;
	font-weight: bold;
	margin-bottom: 20px;
}

.cont_desc {
	display: block;
	line-height: 24px;
	color: #575757;
}



/* LOGIN BOX */

.login_box {
	display: block;
	float: left;
	width: 100%;
}

.login_form_box {
    display: block;
    float: left;
    width: 100%;
    padding: 35px 50px;
    background-color: #f3f3f3;
    border-top: 1px solid #c1bebe;
    border-bottom: 1px solid #c1bebe;
    text-align: center;
}

 .login_box .forget_pass {
     display: inline-block;
     vertical-align: middle;
     
}
       

.input_text,
.login_box .input_text,
.cart_block .input_text,
.reg_block .input_text {
	display: inline-block;
	width: 100%;
	max-width: 460px;
	height: 35px;
	background: #fff;
	/*border: 1px solid #d0d0d0;*/
	/*border-radius: 7px;*/
        border: 1px solid #252525;
	margin-bottom: 20px;
	text-align: center;
	font-weight: 300;
	transition: all 0.15s ease-out;
}

.input_text:focus,
.login_box .input_text:focus,
.cart_block .input_text:focus,
.reg_block .input_text:focus {
	box-shadow: 0px 0px 15px 2px rgba(255,255,255, 1);
}

.input_text.puppy {
	width: 23%;
	margin-right: 1%;
}

.login_submit {
	display: inline-block;
	width: 100%;
	max-width: 460px;
	/*height: 47px;
	background: #7ccbf8;
	border: 1px solid #62b3e1;
	border-radius: 7px;*/
        padding: 17px 10px;
        background-color: #270369;
        border: none;
	margin-bottom: 20px;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	transition: all 0.15s ease-out;
}

.login_submit:hover {
	/*box-shadow: 0px 0px 30px rgba(208,238,255, .7) inset;
	background: #86cdf6;
        text-shadow: 1px -1px 0px rgba(0,0,0, .2);*/
        background-color: #f8cd29;
        color: #270369;
}

.login_submit:focus {
	/*background: #69b7e4;*/
        background-color: #f8cd29;
        color: #270369;
}

.login_or {
	display: inline-block;
	width: 50px;
	height: 50px;
	background: #f0f0f0;
	font-size: 16px;
	line-height: 50px;
	border-radius: 10em;
	margin-bottom: 25px;
}

.login_fb {
	display: inline-block;
	width: 460px;
	height: 90px;
	background: #383f87 url(img/login_fb.png) no-repeat center center;
	border-radius: 7px;
}

.login_fb:hover {
	background: #4951a4 url(img/login_fb.png) no-repeat center center;
}

.login_title {
	display: block;
	float: left;
	width: 100%;
	font-size: 48px;
	color: #252525;
	margin-top: 50px;
	margin-bottom: 50px;
}

.login_tabs {
    display: inline-block;
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
}

.login_tabs li {
    display: inline-block;
    float: left;
    width: 47%;
    margin-right: 6%;
}

.login_tabs li:last-child {
    margin-right: 0;
}

.login_tabs li a {
    display: inline-block;
    float: left;
    width: 100%;
    height: 280px;
    line-height: 280px;
    padding: 0 20px;
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
}

.login_tabs li a {
    background-color: transparent;
    border: 1px solid #270369;
    color: #270369;
}

.login_tabs li a:hover {
    background-color: #270369;
    color: #fff;
}

.login_tabs li a span {
    display: inline-block;
    line-height: normal;
    vertical-align: middle;
}

.reg_block {
	position: relative;
	display: block;
	float: left;
	width: 50%;
	min-height: 980px;
	padding-bottom: 270px;
	box-shadow: 0px 1px 0px #c1bebe;
	border-bottom: 1px solid #fff;
}

.reg_block.regular {
	background: #e5e5e5;
}

.reg_block.breeder {
	background: #f0f0f0;
}

.reg_block h4 {
	display: block;
	height: 87px;
	padding: 34px 50px 32px 50px;
	font-size: 27px;
	font-weight: 300;
	/*color: #252525;*/
	/*border-bottom: 1px solid #fff;*/
	margin-top: 0;
	margin-bottom: 1px;
	box-shadow: 0px 1px 0px #c1bebe;
}

.reg_block .text_holder {
    display: inline-block;
    float: left;
    width: 100%;
    margin-bottom: 15px;
}

#reg_block {
	background: #e5e5e5;
	display: block;
	width: 100%;
	float: left;
}

.have_acc {
	display: block;
	margin-top: 30px;
	padding-left: 50px;
	font-size: 22px;
	font-weight: 300;
	line-height: 30px;
}

.have_acc a {
	font-weight: 400;
}

.have_acc::before {
	content: '?';
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 3em;
	background: #EF2856;
	color: #fff;
	text-align: center;
	line-height: 24px;
	font-weight: 600;
	font-size: 17px;
	margin-right: 7px;
	margin-top: 3px;
	float: left;
    animation: question 1.5s;
    animation-iteration-count: infinite;
}

@keyframes question {
    0% { opacity: 1; transform: scale(1); }
    50% { opacity: .5; transform: scale(0.7); }
    100% { opacity: 1; transform: scale(1); }
}

.login_box .have_acc {
	margin-top: 0;
	margin-bottom: 30px;
	padding-left: 0;
}

.rb_inner {
	display: block;
	border-top: 1px solid #fff;
	padding: 34px 50px;
	text-align: center;
}

.reg_fb {
	display: inline-block;
	width: 100%;
	max-width: 460px;
	height: 47px;
	border-radius: 7px;
	background: #383f87 url(img/reg_fb.png) no-repeat center center;
}

.reg_fb:hover {
	background: #4951a4 url(img/reg_fb.png) no-repeat center center;
}

.login_or.reg {
	background: none;
	margin-bottom: 5px;
}

.reg_botbox {
	position: absolute;
	bottom: 50px;
	width: 100%;
	/*max-width: 460px;*/
	padding-left: 23px;
	padding-right: 50px;
	text-align: left;
}

.reg_botbox p:first-child {
	font-size: 18px;
}

.reg_select {
	display: inline-block;
	width: 325px;
	height: 35px;
	line-height: 35px;
	background: #fff url(img/arrow_down.png) no-repeat 95% 50%;
	/*border: 1px solid #d0d0d0;*/
	/*border-radius: 7px;*/
        border: 1px solid #252525;
	padding-left: 7px;
	margin-bottom: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
	cursor: pointer;
}

.reg_select::-ms-expand {
    display: none;
}

.reg_save {
	display: inline-block;
	width: 190px;
	/*border: 1px solid #62b3e1;
	border-radius: 7px;
	background: #7ccbf8;*/
        margin-top: 30px;
        padding: 17px 10px;
        background-color: #270369;
        border: none;
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	text-align: center;
	transition: all 0.2s ease-out;
}

.reg_save:hover {
	/*background: #69b7e4;*/
         background-color: #f8cd29;
        color: #270369;
}



/* CART */

.tblue {
	color: #7ccbf8 !important;
}

.tblue::after {
	color: #000 !important;
}

.cart_table {
	box-shadow: 0px 1px 0px #c1bebe;
	margin-bottom: 1px;
}

.cart_table th {
	background: #dbdbdb;
	font-size: 16px;
	font-weight: 400;
	padding: 15px 30px;
	/*color: #303030;*/
        color: #000;
}

.cart_table td {
	background: #e5e5e5;
	font-size: 19px;
	font-weight: 600;
	padding: 15px 30px;
	/*color: #303030*/;
        color: #000;
	border-bottom: 1px solid #fff;
}

.td_small {
	position: relative;
	width: 20px;
}

.cart_table_remove {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(img/cart_table_remove.png) no-repeat;
}

.cart_table .reg_select {
	width: 48%;
	max-width: 200px;
	min-width: 90px;
	margin-top: 12px;
	font-weight: 300;
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	background-position: 90% 50%;
}

.cart_table_img {
	display: inline-block;
	float: left;
	margin-right: 20px;
	width: 116px;
	height: 116px;
	border: 1px solid #d5d5d5;
	border-radius: 7px;
	background: #fff;
	overflow: hidden;
}

.cart_table_img img {
	width: 100%;
}

.cart_table_name {
	display: inline-block;
	text-decoration: none;
	font-weight: 400;
	/*color: #303030;*/
        color: #000;
	font-size: 19px;
	line-height: 24px;
	margin-top: 45px;
}

.cart_table_remove:hover {
	opacity: .5;
}

.cart_discount_box {
	position: relative;
	display: block;
	float: left;
	width: 100%;
	background: #dbdbdb;
	padding: 50px 30px;
	/*color: #303030;*/
        color: #000;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 1px 0px #c1bebe;
	margin-bottom: 70px;
}

.clear_cart {
	position: absolute;
	top: 50%;
	right: 15px;
	display: inline-block;
	margin-top: -15px;
	font-family: 'Roboto Condensed', sans-serif;
	color: #fff;
	background: #EF2856;
	padding: 5px;
	border-radius: 5px;
	text-decoration: none;
	white-space: nowrap;
}

	.clear_cart:hover {
		background: #DB244E;
		color: #fff;
	}

#mini_cart .clear_cart {
	position: static;
	background: none;
	padding: 0;
	color: #EF2856;
	text-decoration: underline;
	float: left;
	margin-top: -4px;
}

	#mini_cart .clear_cart:hover {
		color: #DB244E;
		text-decoration: none;
	}

.cdb_label {
	display: inline-block;
	float: left;
	margin-right: 30px;
	margin-top: 15px;
	font-weight: bold;
	font-size: 19px;
	min-width: 120px;
}

.cdb_input_box {
	display: block;
	float: left;
	margin-right: 50px;
}

.discount_input {
	float: left;
	width: 335px;
	height: 46px;
	border-radius: 7px;
	box-shadow: 0px 0px 2px rgba(0,0,0, .2);
	border: none;
	margin-right: 10px;
	padding-left: 20px;
}

.discount_warn {
	display: inline-block;
	background: url(img/discount_warn.png) no-repeat left top;
	height: 19px;
	padding-left: 30px;
	margin-top: 10px;
}

.discount_submit {
	display: inline-block;
	float: left;
	height: 46px;
	padding-left: 20px;
	padding-right: 20px;
	/*background: #7ccbf8;*/
        background-color: #270369;
	color: #fff;
	text-transform: uppercase;
	font-size: 19px;
	text-align: center;
	/*border-radius: 7px;*/
	border: none;
	box-shadow: 0px 0px 2px #fff;
	transition: all 0.2s ease;
}

.discount_submit:hover {
	/*background: #69b6e2;*/
        background-color: #f8cd29;
        color: #270369;
}

.cdb_price big {
	display: block;
	font-size: 26px;
	margin-bottom: 10px;
	font-weight: 300;
}

.cdb_price big span {
	color: #4faf38;
	font-weight: 400;
	margin-left: 35px;
}

.cdb_price small {
	display: block;
	font-size: 14px;
}



.cart_block {
	display: block;
	float: left;
	width: 100%;
	background: #e5e5e5;
	padding: 50px;
        padding-right: 0;
	margin-bottom: 60px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 1px 0px #c1bebe, 0px -1px 0px #c1bebe;
}

.cart_block.last {
	margin-top: -59px !important;
        padding-top: 25px;
        padding-bottom: 0;
}

.cart_block h4 {
	margin-top: 0;
	display: inline-block;
        width: 100%;
	font-size: 27px;
	font-weight: 300;
	/*color: #3b3b3b;*/
        color: #000;
}

.cart_block .input_text,
.cart_block .ib {
	position: relative;
	width: 49%;
	float: left;
	max-width: 100%;
}

.cart_block .ib:nth-child(even) {
	float: right;
}

.cart_block .ib .input_text {
	width: 100%;
}

.cart_block .input_text:last-child {
	float: left !important;
}

.fieldsReq {
	display: inline-block;
	float: left;
	width: 49%;
}

.w50 {
	width: 50%;
	display: block;
	float: left;
}

.input_text.zipcode {
	float: left !important;
	width: 335px;
	text-align: left;
	padding-left: 15px;
	margin-right: 10px;
}

.input_text.error { border:solid 1px #ff0000 !important; color:#ff0000 !important; }

.discount_submit.zipcode {
	width: auto;
}

.link_underlined {
	text-decoration: underline;
	/*color: #3b3b3b;*/
        color: #000;
}

.order_overview {
	width: 98%;
	float: left;
}

.order_overview td {
	background: #f2f2f2;
	font-size: 16px;
	font-weight: 300;
	padding: 12px 19px;
	border-bottom: 1px solid #e5e5e5;
	/*color: #252525;*/
        color: #000;
}

.row_payment {
	display: block;
	float: left;
	width: 100%;
	margin-bottom: 30px;
}

.pay_img {
	display: table-cell;
	vertical-align: middle;
	width: 130px;
	height: 169px;
	border: 1px solid #d5d5d5;
	background: #ebebeb;
	text-align: center;
	overflow: hidden;
	background: #F2F2F2;
}

.pay_img img {
	vertical-align: middle;
    cursor: pointer;
    max-width: 120px;
}

.ch_payment_row,
.pd_chosed {
    box-shadow: 0px 0px 3px rgba(0,0,0, .2);
}

.pay_desc {
	display: inline-block;
	float: right;
	padding: 20px;
	margin-top: -169px !important;
	width: 83%;
	margin-right: 3%;
	min-height: 169px;
	margin-top: 1px;
	background: #f2f2f2;
	font-weight: 300;
}

.pay_desc.pd_chosed {
	background: #fff;
}

.pay_desc big {
	display: block;
	font-size: 18px;
	color: #2b2929;
	font-weight: 400;
}

.pay_desc.pd_chosed big {
	color: #3e966a;
}

.order_submit {
	width: 100%;
	height: 65px;
	border: 1px solid #cfeaf9;
	border-radius: 7px;
	margin-top: 30px;
	background: #7ccbf8;
	color: #fff;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
	transition: all 0.2s ease-out;
}

.order_submit:hover {
	background: #6ebae5;
}

.pd_lefcol {
	display: block;
	float: left;
	width: 85%;
	max-width: 875px;
}

.pd_lefcol .input_text:last-child {
	float: left !important;
}

.pd_avatar {
	display: block;
	float: right;
	/*width: 15.5%;*/
        width: 22%;
	min-width: 190px;
	background: #fff;
	padding: 6px;
	/*border-radius: 5px;*/
	/*border: 1px solid #d5d5d5;*/
        border: 1px solid #252525;
        text-align: center;
}

.pd_avatar img {
	/*width: 100%;*/
	border-radius: 5px;
}

.pd_avatar a {
	display: block;
	text-align: center;
	margin-top: 8px;
	margin-bottom: 8px;
	text-decoration: none;
}


.mypage_message {
	display: block;
	float: left;
	width: 100%;
	background: #f8f8f8;
	padding: 40px;
	margin-bottom: 40px;
	border: 1px solid #d5d5d5;
	border-radius: 3px;
	font-size: 15px;
	color: #303030;
	font-weight: 300;
}

.mypage_message h4 {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 20px;
	font-weight: 300;
}

.mypage_razdel_title {
	display: block;
	margin-top: 0;
	margin-bottom: 40px;
	font-size: 27px;
	font-weight: 400;
	color: #303030;
}

.mypage_razdel_title + p {
	margin-top: -25px;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 40px;
}

.cart_table.mypage tr.showed {
	display: table-row !important;
}

.cart_table.mypage tr.showme {
	display: table-row !important;
}

.cart_table.mypage tr {
	display: none;
}

.cart_table.mypage td {
	font-weight: 300;
	vertical-align: top;
	padding-top: 30px;
	line-height: 24px;
}

.quick_shop {
	display: inline-block;
	height: 37px;
	line-height: 37px;
	/*background: #7ccbf8;
	border: 1px solid #62b3e1;
	border-radius: 5px;*/
        background-color: #270369;
	padding-left: 20px;
	padding-right: 20px;
	color: #fff;
	text-transform: uppercase;
	font-size: 15px;
	text-decoration: none;
}

.quick_shop:hover {
	/*background: #62b3e1;
	color: #fff;*/
        background-color: #f8cd29;
        color: #270369;
}

.orders_show {
	display: block;
	width: 100%;
	float: left;
	background: url(img/arrow_down.png) no-repeat 40px 50%, url(img/arrow_down.png) no-repeat 96.5% 50%;
	background-color: #dbdbdb;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
	color: #303030;
	text-transform: uppercase;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-bottom: 1px solid #fff;
	box-shadow: 0px 1px #c1bebe;
	cursor: pointer;
	transition: all 0.1s ease-out;
}

.orders_show:hover {
	background-color: #f0f0f0;
	color: #c1bebe;
}


.mydog_box {
	display: block;
	float: left;
	width: 100%;
	border-top: 1px solid #d5d5d5;
	padding-top: 50px;
	margin-top: 50px;
}

.mydog_title {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: 48px;
	font-weight: bold;
	color: #303030;
}

.upload_picture {
	display: block;
	float: right;
	width: 660px;
	min-height: 230px;
	padding: 30px;
	background-color: #f8f8f8;
	font-size: 16px;
	font-weight: 300;
	color: #303030;
	border: 1px solid #d5d5d5;
}

.upload_picture big {
	display: block;
	font-size: 27px;
	font-weight: 400;
	margin-bottom: 30px;
}


.mydog_img_box {
	display: inline-block;
	vertical-align: top;
	width: 450px;
	margin-bottom: 30px;
	margin-right: 103px;
}

.mdib_img {
	display: block;
	float: left;
	width: 230px;
	margin-right: 20px;
}

.mdib_img .text_holder {
    display: inline-block;
    float: left;
    width: 100%;
}

.mydog_img_box img {
	max-width: 100%;
	max-height: 230px;
}

.mdib_info {
	display: block;
	float: left;
	width: 200px;
}

.mdib_info big {
	display: block;
	font-size: 22px;
	font-weight: 300;
	margin-bottom: 30px;
}

.mdib_button {
	display: inline-block;
	width: 100%;
	min-height: 38px;
	/*line-height: 38px;*/
	/*padding-left: 20px;
	padding-right: 10px;*/
        padding: 15px 10px 15px 20px;
	color: #fff !important;
	font-size: 15px;
	font-weight: bold;
	/*background-color: #7ccbf8;
	border: 1px solid #62b3e1;
	border-radius: 5px;*/
        background-color: #270369;
        border: none;
	margin-bottom: 20px;
	text-decoration: none;
}

	.mdib_button:hover {
		/*background-color: #62b3e1;*/
                background-color: #f8cd29;
                color: #270369 !important;
	}

.mdib_delete {
	display: inline-block;
	min-height: 38px;
	line-height: 38px;
	padding-left: 42px;
	padding-right: 20px;
	color: #6f6f6f;
	font-size: 16px;
	background: #f8f8f8 url(img/cross.png) no-repeat 16px 50%;
	border: 1px solid #d0d0d0;
	/*border-radius: 5px;*/
	margin-bottom: 20px;
	text-decoration: none;
}

	.mdib_delete:hover {
		background: #af0606 url(img/cross.png) no-repeat 16px 50%;
		color: #fff;
		border: 1px solid #850303;
	}



/* FILE */

.file_wrapper {
	position: relative;
	height: 46px;
	display: inline-block;
}

#File1 {
	position: absolute;
	cursor: pointer;
}

.customFile {
	display: inline-block;
	width: 230px;
	cursor: pointer;
	height: 42px;
	z-index: 2;
	filter: alpha(opacity: 0);
	opacity: 0;
}

.fakeButton {
	z-index: 1;
	width: 230px;
	height: 42px;
	line-height: 42px;
	font-size: 19px;
	font-weight: bold;
	display: inline-block;
	/*background: #7ccbf8;*/
        background-color: #270369;
	border: 0;
	/*border-radius: 7px;*/
	color: #fff;
	text-align: center;
	cursor: pointer !important;
}

.fakeButton::after {
	content: 'Chose file / Upload';
}

.blocker {
	position: absolute;
	display: none;
	z-index: 3;
	width: 230px;
	height: 42px;
	background: transparent;
	margin-bottom: -230px;
}

#FileName {
	display: inline-block;
	float: left;
	height: 42px;
	line-height: 42px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 15px;
	background: #fff !important;
	border: 1px solid #d5d5d5;
	/*border-radius: 7px;*/
}

#FileName::after {
	content: '<';
	display: block;
	float: right;
	line-height: 38px;
	margin-right: -31px;
	color: #bfbfbf;
	font-weight: bold;
}

#activeBrowseButton {
	position: absolute;
	top: 0;
	right: 0;
	/*background: #62b3e1;*/
         background-color: #f8cd29;
        color: #270369;
	width: 230px;
	height: 42px;
	display: none;
	cursor: pointer;
}


/* MAP PAGE */

.map_left {
	display: block;
	float: left;
	width: 100%;
	max-width: 495px;
	font-size: 14px;
	color: #000;
}

.map_form {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 48px;
	margin-top: 30px;
	margin-bottom: 40px;
	background: #fff;
	border: 1px solid #d5d5d5;
	/*border-radius: 5px;*/
	font-size: 14px;
}

.map_form .input_text {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding-left: 20px;
	text-align: left;
	border: none;
}

.map_form .map_submit {
	position: absolute;
	top: 0;
	right: 0;
	display: inline-block;
	width: 56px;
	height: 100%;
	padding-left: 20px;
	text-align: left;
	border: none;
	background: #fff url(img/map_submit.png) no-repeat left center;
	font-size: 0;
	color: transparent;
	transition: all 0.2s ease-out;
}

.map_form .map_submit:hover {
	background: #f0f0f0 url(img/map_submit.png) no-repeat left center;
}

.map_results {
	display: block;
	width: 100%;
	float: left;
}

.map_results h2 {
	font-weight: 300;
	font-size: 26px;
	/*color: #303030;*/
        color: #000;
	border-bottom: 1px solid #d5d5d5;
	padding-bottom: 30px;
	margin-bottom: 30px;
	background: url(img/arrow_down2.png) no-repeat 100% 7px;
}

.map_results h2 span {
	font-weight: 400;
}


.mr_item {
	display: block;
	margin-bottom: 30px;
}

.mr_item big {
	display: block;
	margin-bottom: 4px;
	font-size: 18px;
	text-transform: uppercase;
	/*color: #303030;*/
        color: #000;
}

.mr_item span {
	display: block;
	line-height: 22px;
}

.mr_item a {
	__color: #44a2d7;
	text-decoration: none;
}

	.mr_item a:hover {
		__color: #3884b0;
	}

.map_right {
	display: block;
	width: 100%;
	max-width: 650px;
	height: 450px;
	float: right;
	padding: 10px;
	background: #f8f8f8;
	border: 1px solid #d5d5d5;
}

#map-canvas {
	width: 100%;
	height: 100%;
}

#mmenu_button {
	display: none;
}

.delivery_name {
	float: left;
	margin-top: 16px;
	font-size: 16px;
}

.fb-login-button {
	display: inline-block !important;
	margin: 12px;
}

#phoneCartBring h3 {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
	color: #000;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 10px;

}

#phoneCartBring h3:first-child {
	margin-top: 0;
}

#phoneCartBring table th,
#phoneCartBring table td {
	padding: 10px;
}
 
#phoneCartBring table th {
	background: #d7d7d7;
	text-transform: uppercase;
}

#phoneCartBring table tr td {
	border-bottom: 1px solid #c0c0c0;
}

#phoneCartBring table label {
	padding: 0px 5px;
	margin-top: -2px;
	margin-bottom: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
}

#phoneCartBring table input:checked,
#phoneCartBring table input:checked + label {
	background: #7CCBF8;
	color: #fff;
	border-radius: 3px;
}

#phoneCartBring .bringFraktUnderkategori {
	background: #cfcfcf;
	border-top: 1px solid #c0c0c0;
}

#phoneCartBring select {
	border: 1px solid #D5D5D5;
}

#phoneCartBring td {
	vertical-align: top !important;
}

.bringFraktHovedkategori {
	width: 60%;
}


.infopage_image {
	display: inline-block;
	float: right;
	border-radius: 7px;
	overflow: hidden;
	margin-left: 20px;
	margin-bottom: 10px;
	max-width: 400px;
	box-shadow: 0px 0px 0px 0px rgba(0,0,0, .2);
	border: 2px solid #fff;
}

.infopage_image img {
	max-width: 100%;
	margin-bottom: -5px;
}



.search_top_li {
	position: relative;
}

.search_top_cont {
	position: absolute;
	display: inline-block;
	height: 63px;
	margin-top: -28px;
	right: -55px;
	z-index: 150;
}

.search_top {
	display: inline-block;
}

.search_text {
	display: inline-block;
	border: 1px solid #d5d5d5;
	border-radius: 10em;
	width: 40px;
	height: 40px;
	padding-left: 40px;
	background: #f8f8f8;
	transition: all 0.3s ease;
	z-index: 20;
}

	.header_search_active,
	.search_text:hover,
	.search_text:focus {
		width: 200px;
		box-shadow: 0px 0px 10px 5px #fff;
	}

.search_button {
	position: absolute;
	display: inline-block;
	background: transparent url(img/search_icon.png) no-repeat center center;
	border: none;
	width: 40px;
	height: 40px;
	border-radius: 10em;
	opacity: .5;
	transition: all 0.2s ease-out;
}

.search_button:hover {
	opacity: 1;
}


.relative {
	position: relative;
}


.search_top_mobile {
	display: none;
}

.pay_choose_link {
	display: inline-block;
	padding: 7px 30px 6px 20px;
	border-radius: 4px;
	background: #7DCBF9 url(img/check_non.png) no-repeat 90% 50%;
	color: #fff;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	cursor: pointer;
	transition: all 0.2s ease-out;
}

.pay_choose_link.ch_chosed {
	background: #69dfa3 url(img/check.png) no-repeat 90% 50%;
	cursor: default;
}

	.pay_choose_link:hover {
		background-color: #91d3f9;
	}

.pay_choose_link.ch_chosed:hover {
	background-color: #69dfa3;
}

.pay_links {
	display: inline-block;
	float: left;
}

.pay_links a {
	/*color: #747474;*/
        color: #000;
}

.pay_links a:hover {
	color: #6BB7E3;
}

.pay_img.ch_payment_row {
	background: #fff;
}


.auth_variants {
	text-align: center;
	padding-bottom: 32px;
}

/*
#av_login,
#av_register {
	display: none;
}

#av_login + label,
#av_register + label {
	display: inline-block;
	vertical-align: top;
	font-size: 30px;
	margin-left: 20px;
	margin-right: 20px;
	line-height: 43px;
	border-bottom: 1px solid rgba(0,0,0, .3);
	transition: all 0.13s ease-out;
	cursor: pointer;
}

#av_login + label:hover,
#av_register + label:hover,
#av_login:checked + label,
#av_register:checked + label {
	color: #7CCBF8;
	border-bottom: 1px solid #7CCBF8;
}

#av_login:checked + label,
#av_register:checked + label {
	cursor: default;
}


*/


.tb_subscribe {
	position: absolute;
	top: 157px;
	right: 0;
	display: inline-block;
	width: 334px;
	height: 43px;
	border: 1px solid #d5d5d5;
	border-radius: 7px;
	background: #fff;
	text-align: left;
	overflow: hidden;
}

.tb_input {
	display: inline-block;
	width: 99%;
	height: 39px;
	padding-left: 20px;
	padding-right: 90px;
	margin-top: 1px;
	margin-left: 1px;
	border: none;
	background: transparent;
}

.tbs_submit {
	position: absolute;
	right: 7px;
	top: 7px;
	height: 27px;
	border-radius: 5px;
	border: none;
	background: #7ccbf8;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	padding-left: 12px;
	padding-right: 12px;
	padding-bottom: 2px;
	transition: all 0.2s ease-out;
}

.tbs_submit:hover {
	background: #5b9fc6;
}

.tb_inner {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
}

.message2 {
	display: inline-block;
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	text-align: center;
	line-height: 39px;
	background: rgba(255, 255, 255, 0.95) none repeat scroll 0% 0%;
	z-index: 20;
	color: #7CCBF8;
	font-size: 15px;
}

.pi_quant_row {
	display: block;
	float: left;
	width: 100%;
}

.pi_quant_row .lbl {
    display: inline-block;
    float: left;
    width: 100%;
    color: #000;
    font-weight: 700;
}

.pi_quant_row .quant_select {
	display: inline-block;
	width: 100%;
	height: 35px;
	line-height: 35px;
	background: #fff url(img/arrow_down.png) no-repeat 95% 50%;
	/*border: 1px solid #d0d0d0;*/
	/*border-radius: 7px;*/
        border: 1px solid #252525;
	padding-left: 20px;
        padding-right: 20px;
	margin-bottom: 15px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-ms-appearance: none;
	cursor: pointer;
}

.pi_quant_row .quant_select::-ms-expand {
    display: none;
}

.lvl1_tablet {
	position: absolute;
	top: -18px;
	left: 0;
	display: none;
	background: none;
	width: 100%;
	height: 78px;
	z-index: 200;
}



/* LOGIN */

.login_v2 .login_box {
	float: left;
	width: 400px;
}

.login_v2 .login_fb {
	width: 100%;
}

.login_v2 .cat_titles {
    padding-bottom: 0;
}

.lv2_title {
	/*margin-top: -75px;
	margin-bottom: 50px;
	margin-left: -50px;*/
	/*font-size: 16px;
	font-weight: 100;*/
        margin: 20px 0;
        font-size: 22px;
        font-weight: 400;
	text-align: left;
}

.login_v2 .reg_block {
    display: inline-block;
	float: right;
	width: calc(100% - 440px);
	min-height: 10px;
	background: none;
	box-shadow: none;
	border-bottom: none;
	padding-bottom: 0;
}

.login_v2 .reg_block.w100 {
    float: left;
    width: 100%;
}

/*.login_v2 .reg_block.breeder {
	display: none;
}*/

.login_v2 .rb_inner {
	padding: 30px 0 0 0;
	text-align: left;
	float: left;
	width: 100%;
        border-top: 1px solid #c1bebe;
}

.login_v2 .input_text {
	height: 48px;
}

.login_v2 .reg_block .input_text {
	float: left;
	width: 49%;
}

.login_v2 .reg_block .input_text::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #363636;
  opacity: 1;
}
.login_v2 .reg_block .input_text::-moz-placeholder { /* Firefox 19+ */
  color: #363636;
  opacity: 1;
}
.login_v2 .reg_block .input_text:-ms-input-placeholder { /* IE 10+ */
  color: #363636;
  opacity: 1;
}
.login_v2 .reg_block .input_text:-moz-placeholder { /* Firefox 18- */
  color: #363636;
  opacity: 1;
}

.login_v2 .reg_block.w100 .input_text {
    max-width: none;
}

.login_v2 .reg_block .input_text:nth-child(even) {
	float: right;
}

.login_v2 .reg_block h4 {
	height: auto;
        margin: 20px 0;
	padding: 0;
	/*font-size: 16px;*/
        font-size: 22px;
        font-weight: 400;
	box-shadow: none !important;
}

.login_v2 .reg_botbox {
	padding: 0;
	position: static;
}

.login_v2 .reg_botbox p:first-child {
	font-weight: 300;
}

.login_v2 .reg_select {
	height: 48px;
	padding-left: 20px;
}

#regSwitch {
        display: inline-block;
        float: left;
	color: #000;
	text-decoration: none;
	cursor: default;
        font-size: 34px;
        line-height: 40px;
        font-weight: 400;
        
}

/*#regSwitch:hover .special {
	color: #270369;
	transition: all 0.2s ease-out;
}*/

#regSwitch .special {
        color: #252525;
        font-weight: 700;
}

/*#regSwitch .special:hover {
	color: #270369;
}*/

#regSwitch b {
	display: inline;
	font-weight: 400;
	cursor: default !important;
}

#regSwitch strong {
	font-weight: 400;
	color: #000 !important;
}

.error_field {
	color: red;
	border: 2px dashed;
	border-radius: 3px;
	padding: 10px 20px;
	font-weight: 600;
	font-size: 105%;
	margin-bottom: 30px;
}

.error_field p {
	margin: 0;
}

.mobile_header_buttons {
	display: none;
}



/* DOGS SHOW LANDING PAGE FOR TABLET */

/* VERSION WITH GREY BACKGROUND */
/*.dogShowLandingPage .topbar_menu,
.dogShowLandingPage .tb_left,
.dogShowLandingPage .tb_right,
.dogShowLandingPage .tb_subscribe,
.dogShowLandingPage #mini_cart,
.dogShowLandingPage .topmenu_sec,
.dogShowLandingPage h1,
.dogShowLandingPage .sec_subscribe span,
.dogShowLandingPage .prod_share,
.dogShowLandingPage .sec.footer,
.dogShowLandingPage .copyrights
{
	display: none;
}

h1.dogShowLandingPage-title {
	display: block;
}

.dogShowLandingPage .topbar {
	height: 170px;
}

.dogShowLandingPage .topbar {
    display: none;
}

body.dogShowLandingPage {
    background: url(img/newsletter/bg_grey.png) repeat-y top left;
    background-size: 100%;
}

.dogShowLandingPage .sec {
    background-color: transparent;
    padding-top: 0;
    overflow: visible;
}

.dogShowLandingPage .container {
    position: absolute;
    width: 1060px;
    left: 50%;
    margin-left: -530px;
    margin-top: -17%;
    text-align: left;
    
}

.dogShowLandingPage .banner_holder {
    position: relative;
    display: inline-block;
    float: left;
    width: 100%;
}

.dogShowLandingPage  img {
	vertical-align: middle;
}

.dogShowLandingPage .logo {
    position: absolute;
    display: inline-block;
    top: 2%;
    right: 2%;
    left: auto;
}

.dogShowLandingPage .small_title {
    position: absolute;
    display: inline-block;
    top: 25%;
    left: 0;
    right: 0;
    font-size: 28px;
    line-height: 38px;
    color: #4d4d4d;
    text-align: center;
}

.dogShowLandingPage .subscribe_box_inner {
    text-align: center;
}

.dogShowLandingPage form {
    position: relative;
    display: inline-block;
    width: 100%;
}

.dogShowLandingPage .subscribe_text {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
    padding-right: 260px;
    border: 1px solid #f7c738;
}

.dogShowLandingPage .subscribe_text:focus {
    border-color: #270369;
}

.dogShowLandingPage .subscribe_submit {
    box-sizing: border-box;
    position: absolute;
    width: 250px;
    height: 80px;
    top: 0;
    right: 0;
    background-color: #f7c738;
    font-size: 19px;
    font-weight: 700;
    color: #270369;
}

.dogShowLandingPage .subscribe_submit:hover {
    background-color: #270369;
    color: #fff;
}

.dogShowLandingPage .txt_holder {
    display: inline-block;
    float: left;
    font-size: 18px;
    color: #4d4d4d;
    text-align: left;
}*/
/* END VERSION WITH GREY BACKGROUND */

/*.dogShowLandingPage .subscribe_box_inner {
	margin-top: 200px;
}.
    dogShowLandingPage .container {
    width: 980px;
 }
.dogShowLandingPage .purple_row {
    display: inline-block;
    float: left;
    width: 100%;
    height: 440px;
    padding-top: 40px;
    background: #270369 url(img/bg_purple.jpg) no-repeat 50% 50%;
}

.dogShowLandingPage .purple_row + .container {
    margin-top: -400px;
}

.dogShowLandingPage .logo_holder {
    display: inline-block;
    float: left;
    width: 100%;
    text-align: center;
}

.dogShowLandingPage .logo {
    position: relative;
    display: inline-block !important;
    top: auto;
    left: auto;
    color: #fff;
    text-decoration: none;
}

.dogShowLandingPage span {
    display: inline-block;
}

.dogShowLandingPage .main_col {
    display: inline-block;
    float: left;
    width: 100%;
    min-height: 427px;
    padding-left: 439px;
    margin-top: 40px;
    font-family: 'Amatic SC', cursive;
    font-size: 69px;
    font-weight: 700;
    line-height: 79px;
    color: #f8cd29;   
    background: url(img/landing_pic.png) no-repeat left top;
    background-size: 439px 427px;
}

.dogShowLandingPage .info_holder {
    display: inline-block;
    float: right;
}

.dogShowLandingPage .row {
    width: auto;
}

.dogShowLandingPage .twhite {
    font-size: 74px;
    line-height: 84px;
    color: #fff;;
}

.dogShowLandingPage .tpurple {
    margin-top: 20px;
    font-size: 117px;
    line-height: 127px;
    color: #270369;
}

.dogShowLandingPage .subscribe_box_inner {
    margin-top: 0;
}

.dogShowLandingPage .subscribe_form {
    width: 98%;
}

.dogShowLandingPage .subscribe_text {
    width: 100%;
    height: 85px;
    margin-right: 0;
}

.dogShowLandingPage .subscribe_submit {
    box-sizing: border-box;
     position: absolute;
     width: 225px;
     height: 85px;
     top: 0;
     right: 0;
     background-color: #270369;
     font-size: 19px;
     font-weight: 700;
     color: #fff;
}

.dogShowLandingPage .subscribe_submit:hover {
    background-color: #f8cd29;
    color: #270369;
}*/

.password_warning {
	position: absolute;
	top: 5px;
	right: 15px;
	color: red;
	font-size: 19px;
}

.puppies_box {
	float: left;
	width: 100%;
	/*max-width: 461px;*/
        max-width: 385px;
	border-radius: 6px;
	text-align: right;
}

.puppies_box img {
	float: right;
	width: 140px;
	margin-left: 20px;
	margin-top: -47px;
}

.puppies_box .ib {
	width: auto;
}

.puppies_box input {
	vertical-align: middle;
}

.puppies_box span {
	display: block;
	float: left;
	padding-left: 19px;
	text-align: left;
}

.register_checkboxes_Left {
	float: left;
        width: 100%;
	/*margin-right: 30px;*/
       /* margin-right: 15px;*/
}

.partners_title {
	background: #270369;
	color: #fff;
	text-transform: uppercase;
	font-size: 22px;
	font-weight: 600;
	padding: 6px 20px 8px;
	border: 3px solid #fff;
	box-shadow: 0px 0px 0px 3px #270369;
	margin-left: 3px;
	margin-right: 3px;
	letter-spacing: 0.03em;
	margin-bottom: 20px;
}

.partner_row {
	display: flex;
	width: 100%;
	align-items: stretch;
	margin-bottom: 30px;
}

.partner_image {
	flex-shrink: 0;
	width: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 210px;
	border: 10px solid #f0f0f0;
	margin-right: 20px;
	padding: 10px;
}

.partner_image img {
	width: 100%;
	height: 100% !important;
	object-fit: contain;
}

.partner_image,
.partner_image img {
	border-radius: 20px 20px 0 20px;
}

.partner_info {
	position: relative;
	width: 100%;
	color: #270369;
	padding-top: 30px;
	padding-bottom: 60px;
	font-size: 14px;
}

.partner_info h3 {
	margin: 0;
	margin-bottom: 20px;
	font-size: 32px;
	line-height: 100%;
	font-weight: 300;
}

.partner_button {
	position: absolute;
	bottom: 0;
	left: 0;
	display: inline-block;
	min-width: 280px;
	padding: 0 20px;
	background: #270369;
	color: #fff;
	line-height: 40px;
	text-decoration: none;
	letter-spacing: 0.03em;
	text-align: center;
}

.partner_button:hover {
	background: #431a8f;
}











/* RESPONSIVE */

@media (max-width: 1216px) {
    .container {
        width: 100%;
        max-width: 100%;
        padding-left: 2%;
        padding-right: 2%;
    }
    
    .dogShowLandingPage .container {
        padding-left: 0;
        padding-right: 0;
    }

    .dogShowLandingPage .small_title {
        top: 23%;
    }
    
    .sec.slider,
    .index_slider,
    .index_slider_mobile{
        height: auto;
        max-height: none;
    }

    .index_slider,
    .index_slider_mobile {
        min-height: 0;
    }
    
    /*.topmenu .lvl-1 > a {
        font-size: 12px;
        padding-left: 20px;
        padding-right: 20px;
    }
    
    .topmenu .submenu_arrow span {
        margin-right: -5px;
    }*/
    
    .topmenu .lvl-1 > a {
        padding-left: 25px;
        padding-right: 25px;
    }

    .prod_item {
        margin-right: 2%;
    }

    .topmenu {
        padding-left: 0;
        text-align: center;
    }

    .logo {
        display: none
    }

    .logo_mobile {
        display: inline-block;
        float: left;
    }

    .topbar_left {
        float: right;
        margin-bottom: 10px;
    }
    
    .topbar_right {
        clear: right;
    }
    
    .category_banner {
        height: auto;
    }
    
    .category_banner .title {
        height: 50px;
        font-size: 40px;
        line-height: 50px;
        margin-top: -25px;
    }

    .pi_more_info {
        width: 100%;
        margin-bottom: 5px;
        text-align: center;
    }

    .pi_to_cart {
        width: 100%;
        text-align: center;
    }

    .fcol {
        padding: 0 20px;
    }

    .thumb img {
        width: 100%;
    }

    .personal_details .pd_lefcol {
        width: 50% !important;
    }

    .pd_lefcol .input_text,
    .cart_block .input_text, .cart_block .ib {
        width: 100%;
        margin-bottom: 5px;
    }

    .cart_block h4 {
        margin: 15px 0 20px 0;
    }

    .pd_avatar {
        width: 40%;
    }
    
    .mydog_img_box {
        width: 40%;
        margin-right: 2%;
    }
    
    .upload_picture {
        width: 58%;
    }
    
    .mdib_img {
        width: 50%;
        padding-right: 20px;
        margin-right: 0;
    }
    
    .mdib_info {
        width: 50%;
    }
    
    .map_right {
        max-width: 100%;
        height: 400px;
        float: left;
    }

    .map_left {
        max-width: 100%;
        margin-top: 20px;
    }
    
    .mr_item {
        width: 30%;
        display: inline-block;
        vertical-align: top;
        margin-left: 2%;
    }
    
    .map_form {
        max-width: 900px;
    }
    
    .login_tabs li a {
        margin-right: 2%;
        padding: 0 10px;
        font-size: 32px;
        height: 150px;
        line-height: 150px;
    }
    
    .prod_price_item.prices_holder {
        width: auto;
    }
    
    #pictures {
        margin-top: 20px;
        padding: 15px 60px;
    }
    
    #pictures .next, 
    #pictures .prev {
        width: 55px;
    }
    
      .member_photos, 
      .member_photos li {
        height: 250px;
      }
      
      .news_img {
            padding-right: 20px;
        }
        
        .prod_price_item,
        .prod_price_item:first-child {
		/*width: 25%;*/
               /* width: auto;
                max-width: 33%;*/
               width: 25%;
                margin-bottom: 20px;
                margin-top: 0;
	}
        
        .prod_price_item.prices_holder {
            width: 50%;
        }
        
        .prod_price_item.prices_holder > div {
            margin-top: 0 !important;
        }
}

@media(max-width: 1060px) {
    .dogShowLandingPage .container {
        width: 100%;
        padding-left: 2%;
        padding-right: 2%;
        left: 0;
        margin-left: 0;
    }

}

@media (max-width: 1024px) {

	/*.container {
		width: 100%;
		max-width: 100%;
		padding-left: 2%;
		padding-right: 2%;
	}
        */
        .topmenu_sec .container {
            padding: 0;
        }
        
	/*.topmenu {
		margin-left: -50px;
	}*/
        
	.lvl1_tablet {
		display: block;
	}

	

	.is_infobox {
		top: 30px;
		max-width: 80%;
		background: none;
		text-shadow: 0px 0px 4px #fff, 0px 0px 3px #fff, 0px 0px 5px #fff, 0px 0px 5px #fff;
	}

	.is_infobox big {
		font-weight: 500;
	}

	.is_ib_more {
		text-shadow: none !important;
	}


	/*.fcol.centered {
		display: none;
	}
        */
        
        
        .fcol_title {
            margin-bottom: 20px;
        }


	#mini_cart {
		right: 10px;
	}

	.discount_submit.zipcode {
		float: left;
	}

	.cart_block .row .w50 {
		width: 100%;
	}

	.order_overview {
		margin-bottom: 30px;
	}

	.order_overview td {
		width: 50%;
	}

	.cont_item {
		width: 100%;
	}

	.cont_img {
		margin-bottom: 30px;
	}

	.cont_info {
		padding-top: 10px;
	}

	.personal_details .pd_lefcol {
		width: 70%;
	}

	
        

	/*.mydog_img_box {
		width: 47%;
		margin-right: 2%;
	}*/

	/*.img_zoom.thumb {
		width: 23%;
		height: auto;
	}*/


	.noMoblie {
		display: none;
	}

	.cart_table.mypage th {
		padding: 15px 15px;
	}

	.cdb_price {
		display: block;
		width: 100%;
		float: left;
		margin-top: 30px;
		padding-left: 150px;
	}

	.cdb_price big span {
		float: none;
		margin-left: 0;
	}

	.mydog_title {
		font-size: 40px;
	}


	.tb_center {
		margin-right: -7px;
	}

	.index_slider .is_photo_main,
        .index_slider_mobile .is_photo_main {
		min-height: 0;
		height: 100%;
		top: auto;
		left: auto;
		right: 0;
		bottom: 0;
	}

	#pagination {
		max-width: 1000px;
		margin: 0px 0px 0px -470px;
	}

	.tb_subscribe {
		right: 2%;
	}

	/*.topmenu .lvl-1 > a {
		padding-left: 10px;
		padding-right: 16px;
	}*/

	.index_slider li .is_photo_main,
        .index_slider_mobile li .is_photo_main{
		display: none;
	}

	.prod_new_var_row {
		border-bottom: 1px solid #ddd;
		padding-bottom: 20px;
	}
        
        .pi_photo_box {
		height: 200px;
                line-height: 200px;
	}

	
        
    
    .gal_item {
        width: 32%;
    }
    
    .gal_item a {
        width: 100%;
        height: 240px;
    }
    
    /*.member_photos_info {
        display: none;
    }*/

    .reg_block .puppies_box {
		text-align: left;
		padding-left: 20px;
		padding-right: 0;
    }

    /*.reg_block .puppies_box input {
    	margin-left: -18px;
    }*/

    .reg_block .puppies_box span {
    	padding-left: 0;
    }
    
    
       
       .productSizeName {
            width: 100%;
        }
        
        .pi_price .productSizePrice,
        .pi_price s {
            float: left
        }
        
        .pi_price .productSizePrice {
            padding-right: 10px;
        }
        
        .pi_price s {
             padding-right: 0
        }

        .member_photos, 
        .member_photos li {
            height: 195px;
        }
        

        .subscribe_form {
            width: 100%;
        }
        
        /*.subscribe_form .lbl,
        .subscribe_text {
            width: 260px;
        }*/
        
        .subscribe_text {
            margin-right: 15px;
        }
        
        .subscribe_form .cell {
            margin-top: 20px;
        }

        .copyrights {
            padding: 20px 0;
        }
        
        .login_tabs li a {
            height: 100px;
            line-height: 100px;
            font-size: 22px;
        }
        
        .pi_quant_row .quant_select {
            padding-left: 5px;
        }
        
        
        
             
        
}

@media (max-width: 960px) {
        .cat_title a {
            font-size: 12px;
            line-height: 22px;
        }

}














@media (max-width: 900px) { 
    .topmenu .lvl-1 > a {
        font-size: 12px;
        padding-left: 18px;
        padding-right: 18px;
    }
    
    .topmenu .submenu_arrow span {
        margin-right: -5px;
    }
    
    .reg_block .puppies_box {
        max-width: none;
        padding: 10px 0 30px 0;
        text-align: left;
    }
    
	.reg_block .puppies_box .ib {
		float: left;
		width: 100%;
	}

	.reg_block .puppies_box img {
		float: left;
		margin-top: 0;
		margin-bottom: 10px;
		margin-left: 0;
	}
        
       
       .category_banner .title {
           height: 40px;
           font-size: 30px;
           line-height: 40px;
           margin-top: -20px;
       }
       
        .login_tabs li a {
            font-size: 18px;
            height: 100px;
            line-height: 100px;
        }
        
        .dogShowLandingPage .sec {
            padding-top: 50px;
        }
        
        .dogShowLandingPage .logo {
            margin-top: -50px;
        }

        .dogShowLandingPage .small_title {
                font-size: 24px;
                line-height: 24px;
            }
        
        
        

}












@media (max-width: 800px) {

	.sec {
		overflow: hidden;
	}
        
        .topbar {
            overflow: visible;
        }
        
        .info_banner {
            margin: 10px 0;
        }

	.prod_title {
		line-height: 34px;
	}

	.tb_center a:last-child {
		display: none;
	}
        
         .prod_item {
		width: 30%;
	}
        
        .prod_item:nth-child(4n+4) {
            margin-right: 2%;
        }
        

        .related_prods .prod_item:nth-child(4) {
		display: none !important;
	}

	.prod_block {
		width: 47%;
		margin-right: 3%;
	}

	.cart_table_img {
		width: 80px;
		height: 80px;
	}

	.cart_table_name {
		display: inline;
	}

	.cart_table .reg_select {
		min-width: 70px;
		padding-left: 5px;
	}

	.cdb_price {
		width: 100%;
		float: left;
		margin-left: 140px;
		margin-top: 30px;
		padding-left: 0;
	}

	.cdb_price big span {
		float: none;
		margin-left: 10px;
	}

	.pay_desc {
		width: 76%;
	}

	.gal_item {
		width: 47%;
	}

	.gal_item a {
		width: 100%;
	}

	.why_fish_title {
		font-size: 50px;
	}

	.why_fish_title img {
		height: 40px;
	}

	.sec_subscribe span {
		width: 100%;
                margin-right: 0;
		text-align: center;
	}
        
        .subscribe_box_inner {
            text-align: center;
        }
        
	.cat_item {
            width: 47%;
            margin-bottom: 40px;
	}  
        
        .cat_item:nth-child(2n+2) {
            margin-right: 0;
        }
        
        .cat_title a {
            font-size: 15px;
        }

	/*.cat_title a {
		text-align: left;
		line-height: 30px;
		min-height: 67px;
	}*/
        
        /*.member_photos li {
            width: 32%;
        }*/

	
         .member_photos li {
            width: 32%;
        }
        
        .member_photos,
        .member_photos li {
             height: 155px;
        }
        
        
	.member_photos li img {
		min-width: 0;
		max-width: 100%;
	}


	.sec_big_title  {
		font-size: 60px;
	}

	.reg_botbox {
		width: 87%;
		padding-left: 0;
	}

	.reg_botbox .reg_select {
		width: 100%;
	}

	.reg_botbox p:first-child {
		font-size: 17px;
	}

	.personal_details .pd_lefcol {
		width: 63%;
	}

	.cart_table td {
		padding: 15px;
	}

	.quick_shop {
		min-width: 120px;
	}

	.cat_titles {
		padding-bottom: 30px;
	}

	.prod_block {
		width: 100%;
		max-width: 100%;
		margin-right: 0;
		float: right;
	}

	.prod_block.fright {
		float: left;
	}

	#pagination {
		left: 2%;
		margin-left: 0;
		bottom: 13px;
	}

	.input_text.zipcode {
		width: 40%;
	}

	/*.index_slider li {
		padding-bottom: 60px;
	}*/

	.topmenu_sec .container {
		background: none;
	}

	.topmenu,
        .logo {
		display: none;
	}

	.topbar_menu {
		display: none;
	}

	#mmenu_button {
		display: inline-block;
		height: 40px;
		font-size: 18px;
		text-decoration: none;
		background: #7ccbf8 url(img/mob_menu_icon.png) no-repeat center center;
		float: right;
		margin-top: 17px;
		color: #fff;
		padding: 5px 20px;
		border-radius: 5px;
		border-right: 2px solid #4096c6;
		border-left: 2px solid #4096c6;
	}




	.is_infobox big {
		display: none;
	}
        
        
	.row_delivery {
	    float: none !important;
	    width: 100% !important;
	    height: 265px !important;
	}

	#delivery_part .cat_titles{
	    margin-bottom: 40px;
	}

	.index_slider,
        .index_slider_mobile {
		min-height: 10px;
	}


	/*.login_v2 .rb_inner {
		padding-top: 7px;
	}*/

	.login_v2 .login_box{
		width: 48%;
		
	}
        
        .login_v2 .login_form_box {
            padding-left: 30px;
		padding-right: 30px;
        }

	.login_v2 .reg_block.breeder {
		width: 100%;
	}

	.login_v2 .reg_block h4 {
		font-size: 20px;
	}
        
        .login_v2 .reg_block {
            width: 48%;
        }

	.tb_left a {
		width: 160px;
		padding: 7px 15px;
		text-align: center;
		height: auto;
		line-height: 20px;
	}

	.tb_left a:after {
		display: none;
	}

	/*.prod_price_item {
		width: 50%;
		margin-bottom: 20px;
	}

	.prod_price_item:nth-child(2n+2) {
		border-right: none;
	}

	.prod_price_item:nth-child(3n+3) {
		padding-left: 0;
	}*/

	.price_new_buttons {
		margin-top: 0;
	}

	.price_new_buttons select {
		width: 100px;
	}
        
	/*.pi_price span {
		width: 100%;
		font-size: 15px;
	}

	.pi_price s {
		width: 100%;
	}*

	/* mobile topbar */

	#mmenu_button {
		display: none !important;
	}

	.mc_items {
		float: left;
		width: 100%;
		height: 102px;
		overflow-y: scroll;
	}

		.mc_items::-webkit-scrollbar {
		    -webkit-appearance: none;
		}

		.mc_items::-webkit-scrollbar:vertical {
		    width: 10px;
		}

		.mc_items::-webkit-scrollbar-thumb {
		    background-color: rgba(0, 0, 0, .3);
		    border-radius: 10px;
		    border: 2px solid #ffffff;
		}

		.mc_items::-webkit-scrollbar-track {
		    border-radius: 10px;  
		    background-color: #ffffff; 
		}

	.tb_center img,
	.tb_left,
	.tb_right {
		display: none;
	}
        
        .topbar {
            padding: 20px 0 10px 0;
            background-color: #f6f6f6;
        }
        
        .logo_mobile {
            width: 100%;
            padding-top: 10px;
        }
        
        
        .topbar_left {
            float: left;
            width: 55%;
            text-align: right;
        }
        
        .topbar_right {
            display: none;
        }
        
        .topbar_left .mobile_hidden {
            display: none;
        }
        
        .topbar_left .tbold,
        .topbar_left img {
            float: none;
            margin-right: 0;
        }
        
        .topbar_left .item {
            width: 100%;
            margin-right: 0;
        }
        

	.topmenu_sec {
                position: relative;
		height: 70px;
                margin-top: 0;
                overflow: visible;
	}
        
        .topmenu_sec .container {
            padding-left: 0;
            padding-right: 0;
        }

	.mob_logo img {
		width: 40px;
		margin-bottom: -5px;
	}

	.mobile_header_buttons_sleket {
		display: block;
		float: left;
		width: 100%;
	}

	.mobile_header_buttons {
		position: relative;
		z-index: 1000;
		display: table;
		float: left;
		width: 100%;
		border-bottom: 1px solid #d3d3d3;
		background: #fff;
		transition: all 0.2s ease;
	}

	.mobile_header_buttons.fixed {
		position: fixed;
		z-index: 500;
		top: 0;
		left: 0;
		width: 100%;
		background: #fff;
		/*padding-bottom: 10px;*/
	}

	.mobile_header_buttons .mob_table_row a {
		display: table-cell;
		width: 16.6%;
                height: 70px;
		color: #444;
		text-align: center;
		text-decoration: none;
                vertical-align: middle;
	}


	.mobile_header_buttons .mob_table_row a:hover,
	.mobile_header_buttons .mob_table_row a.current {
		/*color: #7ccbf8;*/
                color: #270369;
	}

	.mobile_header_buttons .mob_table_row a.logout_link {
		color: #c34527;
	}

	.mobile_header_buttons .mob_table_row a:last-child {
		text-indent: -5px;
	}

	.mobile_header_buttons .mob_table_row a .fa,
	.mobile_header_buttons .mob_table_row a span {
		display: block;
	}

	.mobile_header_buttons .mob_table_row a .fa {
		font-size: 20px;
		line-height: 20px;
		margin-bottom: 5px;
	}

	.mobile_header_buttons.fixed .mob_table_row a .fa {
		margin-top: 5px;
		margin-bottom: 0;
	}

	.mobile_header_buttons .mob_table_row a span {
		font-weight: 400;
		font-size: 12px;
                line-height: 20px;
	}

	/*.mobile_header_buttons.fixed a span {
		display: none;
	}*/

	#mini_cart {
		top: 100%;
                margin-top: 100px !important;
		box-shadow: 0px 10px 2px rgba(0,0,0, .3);
	}

	#mini_cart.fixed {
		position: fixed;
                top: 0;
                margin-top: 80px !important;
	}

	.search_top_mobile {
		display: none;
		position: absolute;
		z-index: 100;
		top: 100%;
		left: 2%;
		width: 96%;
		margin-top: -1px !important;
		padding: 10px;
		background: #fff;
		border: 1px solid #ddd;
		border-radius: 0 0 6px 6px;
	}

	.search_text_mob,
	.search_button_mob {
		height: 40px;
		float: left;
	}

	.search_text_mob {
		position: static;
		width: calc(100% - 35px);
	}

	.search_button_mob {
		width: 40px !important;

		margin-left: -5px;
	}

	.search_top_mobile.fixed {
            position: fixed;
            top: 70px;
	}

	.mob_table_row {
		display: table;
		width: 100%;
	}

	.mob_logo_row {
		float: left;
		width: 100%;
		margin-bottom: 5px;
		padding-top: 5px;
		background: #f6f6f6;
	}

	.mob_logo_row img {
		height: 30px !important;
		margin: 0 5px;
	}

	.mc_row {
		padding-top: 5px;
		padding-bottom: 5px;
		padding-right: 40px;
                padding-left: 10px;
	}
        
        .mc_info {
            width: 140px;
        }
        
        a.mc_title {
            max-height: 34px;
            font-size: 12px;
            overflow: hidden;
        }

	a.mc_remove_item {
		right: 15px;
	}
        
        .news_item {
            width: 100%;
        }
        
        
        .news_img {
            max-width: 225px;
        }
        
        .dogShowLandingPage .main_col {
            padding-left: 365px;
            background-size: 365px auto;
        }
        
        .cart_block {
            padding: 20px;
            margin-bottom: 20px;
        }
        
        .ci_logo {
            width: 170px;
            margin-right: 20px;
        }
        
        .ci_logo a {
            width: 150px;
            height: 150px;
            line-height: 150px;
            border-radius: 150px;
        }
        
        .add_review_box .rating_box {
            padding: 0 20px;
        }
        
       /* .add_review_box .rating,
        .review_row .left_part {
            margin-right: 15px;
        }
        
        .review_comment {
            width: calc(100% - 125px);
        }*/

        .partner_image {
        	width: 40%;
        	height: auto;
        }
       
       
 
       
  
}







@media (min-width: 800px) and (max-width: 1024px) {
	.row_delivery {
            height: 355px !important;
        }
        

}




@media (max-width: 700px) {
        .index_slider.mobile_hidden {
            display: none;
        }
        
        .index_slider_mobile {
            display: inline-block;
        }

	.login_v2 .login_fb {
		background-size: 90% auto;
	}

	.login_v2 .login_box {
		width: 48%;
	}

	.login_v2 .reg_block {
		width: 48%;
	}

	/*.lv2_title {
		margin-left: -30px;
	}*/
        
        .category_banner {
            width: 100%;
        }
        
         .category_banner .title {
             height: 60px;
             margin-top: -30px;
             font-size: 50px;
             line-height: 60px;
       }
       
       .sec.footer .container {
           text-align: left;
       }
       
        .fcol {
		width: 48%;
                max-width: none;
                margin-bottom: 30px;
	}
        
        .footer_separator {
            margin-bottom: 30px;
        }
        
        .login_box {
            text-align: left;
        }
        
       
       .login_v2 .login_box {
		width: 100%;
	}
        
        .login_v2 .login_form_box {
            text-align: left;
        }

	.login_v2 .login_box .input_text {
		float: left;
		width: 48%;
		margin-right: 2%;
	}

	.login_v2 .login_box .input_text:nth-child(1) {
		float: right;
		margin-right: 0;
	}

	.login_v2 .login_box .input_text + br {
		display: none;
	}

	.login_v2 .login_fb {
		background-size: auto auto;
	}

	.login_v2 .reg_block {
		float: left;
		width: 100%;
		padding: 0 30px;
	}

	.login_v2 .reg_botbox {
		width: 100%;
	}
        
        .login_v2 .reg_block .input_text {
            width: 100%;
            max-width: none;
        }

        .login_v2 .reg_block .input_text:nth-child(even) {
            float: left;
        }

	.login_v2 .login_or,
	.login_v2 .login_or + br {
		display: none;
	}


	.reg_block .puppies_box {
		padding-left: 0;
	}
        
        
        .login_submit {
            width: 190px;
            margin-right: 2%;
            
        }
       
        .upload_picture {
		float: left;
                width: 100%;
		margin-right: 0;
                margin-bottom: 20px;
	}
        
        .mydog_img_box {
		width: 100%;
	}
        
        .prod_price_item, 
        .prod_price_item:first-child {
		width: 50%;
	}
        
        .prod_price_item.prices_holder {
            width: 100%;
            padding-right: 0;
        }
        
        .add_review_box .btn {
            width: 100%;
        }
        
        .add_review_box .rating_box {
            text-align: center;
        }
        
        .popup_review {
            width: 90%;
        }
        
        .pi_title {
		font-size: 15px;
	}
        
        
      

}







@media (max-width: 700px) and (orientation: landscape) {

	#mini_cart {
		overflow-y: scroll;
		height: 260px;
	}

	.mc_items::-webkit-scrollbar-thumb,
	.mc_items::-webkit-scrollbar,
	.mc_items::-webkit-scrollbar:vertical,
	.mc_items::-webkit-scrollbar-track {
	    -webkit-appearance: none;
	}

	.mc_items {
		overflow-y: visible;
		height: auto;
	}



	#mini_cart::-webkit-scrollbar {
	    -webkit-appearance: none;
	}

	#mini_cart::-webkit-scrollbar:vertical {
	    width: 10px;
	}

	#mini_cart::-webkit-scrollbar-thumb {
	    background-color: rgba(0, 0, 0, .3);
	    border-radius: 10px;
	    border: 2px solid #ffffff;
	}

	#mini_cart::-webkit-scrollbar-track {
	    border-radius: 10px;  
	    background-color: #ffffff; 
	}



}




@media (max-width: 600px) {
    .tb_right a:last-child {
		display: none;
	}
        
        /*.sec.slider {
		display: none;
	}*/
        
	.banner_half {
		display: none;
		width: 100%;
	}

	.sec_photos_title {
		font-size: 24px;
	}

         /*.dogShowLandingPage .main_col {
           padding-left: 0;
           padding-top: 355px;
           background-size: 365px 355px
       }
       
       .dogShowLandingPage .twhite {
           color: #270369;
       }*/
         
        .dogShowLandingPage .container {
		    margin-top: -8%;
		}

         .dogShowLandingPage .subscribe_text {
             height: 65px;
         }
         
         .dogShowLandingPage .subscribe_submit {
             position: static;
             float: none;
             height: 65px;
         }

         .dogShowLandingPage .subscribe_text {
             padding-right: 20px;
             margin-right: 0;
         }
         
        .dogShowLandingPage .txt_holder {
            margin-top: 10px;
             text-align: center;
         }
         
         .dogShowLandingPage .logo {
            width: 100px;
         }

        .dogShowLandingPage .small_title {
                top: auto;
                bottom: 13%;
                font-size: 22px;
                line-height: 32px; 
            }

       .review_comment {
           width: 100%;
       }
       
       .add_review .lbl {
            width: 100%;
            margin-right: 0;
       }
       
       .add_review .select_simulation_right,
       .rating_btns {
           float: left;
           width: 100%;
       }
       
       .rating_btns {
           margin-top: 5px;
       }
       
       .add_review .select_simulation .all_options {
           left: 0;
           right: auto;
           width: 100%;
           max-width: 320px;
       }
       
       .add_review .w50 {
           width: 100%;
           margin-right: 0;
       }
       
       .prod_infobox .review_box .lbl,
       .prod_infobox .review_box .stars {
           margin-right: 10px;
       }
       
       .sec_title {
            margin-bottom: 30px;
        }
       
       .sec_big_title {
           font-size: 40px;
           padding-bottom: 0;
       }
       
       .bread li,
       .prod_titles .bread li {
           font-size: 14px;
           line-height: 20px;
       }
       
       .infopage_image {
            float: left;
            width: 100%;
            max-width: none;
            margin-left: 0px;
            text-align: center;
	}
        
        .gal_intro {
            width: 100%;
            max-width: none;
        }
        
        
       
       
      
}

@media (max-width: 568px) {

	/*.tb_center {
		display: none;
	}*/

	/*.tb_right a:last-child {
		display: none;
	}*/

	.tb_left,
	.tb_center,
	.tb_right {
		margin-top: 20px;
	}

	.sec_pads {
		/*padding: 30px 0px;*/
                padding-top: 30px;
	}
        

        .sec_subscribe {
            margin-top: 30px;
        }
        

	.prod_tabs li a {
		padding: 15px 30px;
	}
        
	/*.related_prods {
		margin-bottom: -70px;
	}*/

	/*.fcol:nth-child(5) {
		border-left: 1px solid #dbdbdb;
	}*/
        
        .footer_subscribe .btn_submit {
            float: left;
        }

	.copy_left {
		display: none;
	}

	.copy_center {
		float: left;
		font-size: 12px;
	}

	/*.img_zoom.thumb {
		width: 48%;
		margin-bottom: -6px;
	}*/

	

	.cart_table_img {
		display: none;
	}

	.cdb_label {
		width: 100%;
		margin-bottom: 5px;
	}

	.cdb_input_box {
		width: 100%;
		margin-right: 0;
	}

	.discount_input {
		width: 60%;
	}

	.discount_submit {
		float: left;
	}

	.cdb_price {
		margin-left: 0;
	}

	.cart_discount_box {
		margin-bottom: 40px;
	}

	.input_text.zipcode {
		width: 60%;
	}

	.discount_submit.zipcode {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}

	.pay_desc {
		width: 65%;
	}

	.cont_img {
		margin-right: 2%;
	}

	.cont_info {
		padding-right: 0;
		padding-top: 2px;
	}

	.is_infobox {
		top: 0;
		padding: 10px;
		width: 100%;
		height: 100%;
		min-width: 100%;
		max-width: 100%;
	}

	.is_infobox h3 {
		position: absolute;
		left: 37px;
		top: 10px;
		font-size: 36px;
		line-height: 36px;
		padding-bottom: 0px;
		margin-bottom: 10px;
	}

	.is_infobox big {
		font-size: 22px;
		line-height: 28px;
		position: absolute;
		margin-top: 50px;
		margin-left: 20px;
		text-align: left;
	}

	.is_infobox h3::after, .is_infobox h3::before {
		top: 7px;
	}

	.is_ib_more {
		position: absolute;
		top: auto;
		left: auto;
		right: 20px;
		bottom: 10px;
		padding-top: 10px;
		padding-bottom: 10px;
		border-radius: 5px;
	}

	/*.cat_title {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}*/

	.cat_desc {
		text-align: left;
	}

	

	.reg_block {
		min-height: 1000px;
		padding-bottom: 300px;
	}

	.reg_block h4 {
		line-height: 30px;
		  padding: 14px 50px 32px 50px;
	}

	.search_top_mobile {
		margin-top: 12px;
	}

	.search_text_mob {
		height: 30px;
	}



	.tb_subscribe {
		display: none;
	}

	.pi_quant_row .quant_select {
		font-size: 10px;
	}

	.tb_cart span {
		display: none;
	}

	.tb_center {
		margin-top: 0;
	}

	.tb_center img {
		max-height: 100%;
		z-index: 10;
		position: absolute;
		top: 117px;
		right: 65px;
		width: auto !important;
		height: 30px !important;
	}

	.tb_right {
		margin-top: -6px;
	}

	.tb_left a {
		padding-top: 3px;
		padding-bottom: 3px;
	}

	.puppies_box .ib {
		float: left !important;
		width: calc(100% - 170px);
		padding-left: 20px;
	}

	.puppies_box input {
		margin-left: -20px;
	}

	.puppies_box img {
		margin-left: 0;
		margin-top: -28px;
	}

    .partner_row {
    	flex-wrap: wrap;
    }

	.partner_image {
    	width: 100%;
    	height: 140px;
    	margin-bottom: 20px;
    	border-radius: 20px;
    }

    .partner_info {
    	text-align: center;
    	padding-top: 0;
    	padding-bottom: 0;
    }

    .partner_info h3 {
    	font-size: 26px;
    }

    .partner_button {
    	position: static;
    }



}









@media (max-width: 515px) {

	.tb_left a {
		width: 140px;
	}

        
        .sec_photos_title {
		font-size: 20px;
	}
        
        .prod_item {
		width: 47%;
	}
        
        .related_prods .prod_item:nth-child(4) {
		display: inline-block !important;
	}

	.dogShowLandingPage .container {
        margin-top: -5%;
    }
    
    .dogShowLandingPage .small_title {
        top: auto;
        bottom: 10%;
    }
        
        
        
        
        
 

}






@media (max-width: 480px) {

	/*.tb_center {
		display: none;
	}*/
        
	.cart_table th {
		padding: 15px;
	}

	.cart_table .reg_select {
		width: 70px;
		max-width: 70px;
	}

	.cart_table_name {
		font-size: 14px;
	}

	.input_text.zipcode {
		width: 48%;
	}

	.discount_submit {
		font-size: 18px;
	}

	.pay_desc {
		width: 60%;
	}

	.copyrights .container {
		text-align: center;
	}

	.copy_center {
		float: none;
		margin-bottom: 7px;
	}

	.copy_fb {
		float: none;
	}

	.cont_img {
		width: 37%;
		margin-right: 3%;
	}

	.gallery_titles h1 {
		font-size: 40px;
	}

	.gal_item a {
		height: 200px;
	}

	#pagination {
		width: auto;
		display: inline-block;
	}


	/*.more {
		float: left !important;
		margin-top: -40px;
		margin-bottom: 20px;
	}*/

	/*.related_prods .prod_item {
		width: 48%;
	}*/

	.reg_block {
		width: 100%;
	}

	.reg_block h4 {
		  padding: 32px 50px 32px 50px;
	}

	.map_right {
		height: 200px;
		margin-bottom: 30px;
	}

	.mr_item {
		width: 47%;
	}

	.pd_lefcol {
		width: 45%;
	}

	.pd_avatar {
		min-width: 150px;
	}

	.cart_table.mypage td {
		font-size: 14px;
	}

	.input_text.puppy {
		width: 48%;
	}

	.upload_picture {
		margin-right: 0;
		  min-height: 170px;
	}

	/*.prod_item {
		width: 46%;
	}*/

	/*.prod_images .beidj_tilbud,
	.prod_images .beidj_skidka {
		transform: scale(0.7);
		margin-right: -20px;
		margin-top: -20px;
	}*/

	#phoneCartBring select {
		width: 100%;
	}

	#phoneCartBring {
		padding: 10px;
	}

	#phoneCartBring td {
		padding-left: 5px !important;
		padding-right: 5px !important;
	}

	#phoneCartBring .bringFraktvalgTips {
		position: absolute;
		margin-left: -147px;
		padding-top: 50px;
		padding-left: 0;
		border-bottom: none;
	}

	

	.mobile_w50 {
		width: 48% !important;
		float: left;
		margin-right: 2% !important;
	}

	.mobile_w50.it_right {
		margin-right: 0 !important;
		float: right !important;
	}

	.mobile_w50 + br {
		display: none;
	}

	.login_fb {
		width: 100%;
	}

	.order_submit {
		font-size: 22px;
	}
        
        .login_v2 .login_form_box {
            text-align: center;
        }

	.login_v2 .login_box .input_text {
		width: 100%;
	}
        
        .login_submit {
            width: 100%;
            margin-right: 0;
        }

	.login_v2 .login_fb {
		background-size: 80% auto;
	}
        
        .member_photos li {
            width: 49%;
        }
        
        /*.member_photos,
        .member_photos li {
             height: 135px;
        }*/

    .puppies_box {
    	padding-top: 20px;
    }

    .puppies_box .ib {
    	width: 100%;
    }

    .puppies_box img {
    	float: left;
    	margin-top: 0;
    	margin-bottom: 10px;
    }
    
    .subscribe_form .cell,
    .subscribe_form .lbl,
    .subscribe_text {
        width: 100%;
    }
    
    .subscribe_box_inner .subscribe_text {
        width: 100%;
    }
    
    .subscribe_box_inner .subscribe_submit {
        float: none;
    }

    .personal_details .pd_lefcol {
        width: 100% !important;
    }
    

    .pd_avatar {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .mdib_img {
        width: 100%;
        padding-right: 0;
    }
    
    .accordion_title .title_txt_box {
        font-size: 14px;
    }
    
    
    
    

}








@media (max-width: 420px) {

	#mini_cart {
		right: 5px;
	}

	.tb_right a {
		display: none;
	}

	.tb_cart {
		display: inline-block !important;
	}

	.prod_images {
		width: 100%;
		/*margin-top: 40px;*/
	}
        

	/*.img_zoom.thumb {
		width: 23%;
		margin-bottom: 7px;
	}*/
        

	.prod_infobox {
		float: left;
		width: 100%;
                margin-top: 60px;
	}

	.prod_tabs li a {
		padding: 15px 10px;
	}

	.tab_content_wrap {
		padding: 20px;
	}


	.pi_weight {
		font-size: 14px;
	}

	/*.beidj_skidka,
	.beidj_tilbud {
		width: 65px;
		height: 70px;
		margin-top: -20px;
		margin-right: -20px;
		padding-top: 25px;
		background-size: 100% 100% !important;
	}*/

	
	#order_sec {
		overflow: visible;
	}

	.discount_input {
		width: 100%;
		margin-bottom: 10px
	}

	.cdb_price big {
		font-size: 24px;
		margin-bottom: 10px;
		line-height: 30px;
	}

	.cdb_price big span {
		margin-left: 0;
		letter-spacing: -1px;
	}

	.cart_block .input_text {
		width: 100%;
		margin-bottom: 5px;
	}

	.fieldsReq {
		width: 100%;
	}

	.discount_submit.zipcode {
		width: 100%;
		float: left;
	}


	/*.row.cat_titles {
		padding-bottom: 0px;
	}*/

	.pay_desc {
		padding-top: 10px;
	}

	.gallery_titles h1 {
		font-size: 26px;
		line-height: 32px;
	}

	.cont_item {
		padding-left: 3%;
	}

	.cont_img {
		width: 100%;
	}

	.cont_name {
		font-size: 30px;
		line-height: 34px;
	}

	.cont_info {
		width: 100%;
	}

	.gal_item {
		width: 100%;
	}

	.gal_item a {
		height: 260px;
	}

	.pg_prev {
	}

	.pagination li.pg_next a {
		margin-left: 0;
		margin-top: 10px;
	}

	.sec_title {
                float: none;
		width: 100%;
		font-size: 26px;
		text-align: center;
	}
        

	.more {
		padding: 7px 18px;
		width: 100%;
		text-align: center;
	}

	.why_fish_title {
		font-size: 30px;
		line-height: 34px;
	}

	.why_fish_title img {
		height: 26px;
	}

	.button.gray {
		font-size: 16px;
		padding-left: 0;
		padding-right: 0;
		text-align: center;
		width: 100%;
	}
        
        .sec_purple .btn {
            width: 100%;
        }

	.sec_photos_title {
		font-size: 20px;
	}

	.rb_inner {
		padding: 20px;
	}

	.login_title {
		font-size: 40px;
	}

	.mr_item {
		width: 100%;
	}


	.discount_submit {
		width: 100%;
	}

	/*.mydog_img_box {
		padding-left: 10%;
	}*/

	/*.ci_logo {
		background: none;
	}*/

	.tb_cart span {
		display: none;
	}

	/*.pi_to_cart {
		padding-left: 34px !important;
		background: #7b7784 url(img/i_cart.png) no-repeat 10px 50%;
	}*/

	.pagination li.pg_prev a {
            padding-left: 18px;
	    padding-right: 17px;
	    background: url(img/arrow_left.png) no-repeat 5px 50%;
	}

	.pagination li.pg_next a {
		padding-right: 18px;
	    padding-left: 17px;
	    background: url(img/arrow_right.png) no-repeat 92% 50%;
	}
        
        .fcol {
                display: inline-block;
		width: 100%;
		max-width: 100%;
                min-height: 0;
                padding: 0;
                border-right: none;
                text-align: center;
	}
        
        .fcol:last-child {
            margin-bottom: 0;
        }
        
        .footer_separator {
            display: none;
        }
        
        .footer_subscribe .input_text,
        .footer_subscribe .btn_submit {
            float: none;
        }


	.pay_img {
		display: inline-block;
		width: 100%;
		height: 120px;
		margin-bottom: 50px;
		float: left;
		border: none;
	}

	.pay_img img {
		position: absolute;
		max-width: 120px;
		max-height: 38px;
		right: 38px;
		margin-top: 12px;
	}

	.pay_desc {
		display: inline-block;
		width: 100%;
		float: left;
	}

	.ch_payment_row, .pd_chosed {
		box-shadow: none;
	}

	.nomobile320 {
		display: none;
	}

	.cart_table .reg_select {
		width: 100%;
		max-width: 100%;
		margin-bottom: 10px;
	}

	.mobile_w50 {
		width: 100%;
		margin-right: 0;
	}

	.reg_block {
		min-height: 10px;
	}

	.login_v2 .login_box {
		margin-top: 30px;
	}

	.mobile_header_buttons a span {
		font-size: 10px;
		line-height: 27px;
	}

	#mini_cart {
		overflow-y: auto;
		height: auto;
	}
        
        /*.member_photos {
		margin-bottom: 0;
	}*/
        
        /*.member_photos li img {
		max-width: 300%;
		max-height: 75px;
		min-height: 0px;
	}*/
        
       /* .member_photos,
        .member_photos li {
             height: 80px;
        }*/
        
        

        #pictures::after {
            display: none;
        }
        
        #pictures li:nth-child(2)::before,
        #pictures li:nth-last-child(2)::before {
            display: none;
        }
        
       /* .pi_buttons a {
            font-size: 15px;
        }*/
        
        .pi_buttons a {
            font-size: 13px;
        }
        
        .prod_item_btns .btn_to_cart {
            padding-left: 30px;
            background-position: 10px 50%;
        }

        .sec_photos_title {
            float: left;
            width: 100%;
            padding-bottom: 7px;
            text-align: center;
        }

        .toGallery {
            float: none;
            display: block;
            margin: 0 auto;
            width: 160px;
            text-align: center;
        }
        
        
         .news_img {
            width: 100%;
            max-width: none;
            padding-right: 0;
            text-align: center;
        }
        
        .news_content {
            width: 100%;
            margin-top: 20px;
        }
        
        .login_tabs li a {
            font-size: 15px;
        }
        
        .cat_item {
            width: 100%;
            margin-right: 0;
        }
        
       
        
        

}










@media (max-width: 360px) {
    .tb_center {
        width: 33%;
    }
    .tb_center img {
        width: 100%;
    }

    #price_selected {
    	width: 95%;
    }

    .prod_tocart {
    	width: 100%;
    }
    
    
}


/*@media(max-width: 320px) {


	.sec.slider {
		display: none;
	}

}*/






.cart_block .input_text:nth-child(even) {
	margin-right: 0;
	float: right;
}

/* */




.row_delivery {
	display: block;
	float: left;
	width: 20%;
        height: 270px;
	margin-bottom: 30px;
        margin-right: 5%;
}

.row_delivery:last-child {
    margin-right: 0;
}

.dm_img {
    display: none;
	/*display: table-cell;
	vertical-align: middle;
	width: 130px;
	height: 169px;
	border: 1px solid #d5d5d5;
	background: #ebebeb;
	text-align: center;
	overflow: hidden;
	background: #F2F2F2;*/
}

.pay_img2 img {
	vertical-align: middle;
    cursor: pointer;
    max-width: 120px;
}

.ch_delivery_row, dm_chosed {
    box-shadow: 0px 0px 3px rgba(0,0,0, .2);
}

.dm_desc {
	display: inline-block;
        float: left;
	/*float: right;*/
	padding: 20px;
	/*margin-top: -169px !important;*/
	width: 86%;
        /*min-height: 169px;*/
	min-height: 100%;
	margin-top: 1px;
	background: #f2f2f2;
	font-weight: 300;
        position: relative;
}

.dm_desc.dm_chosed {
	background: #fff;
}

.dm_desc big {
	display: block;
	font-size: 15px;
	/*color: #2b2929;*/
        color: #000;
	font-weight: 400;
}

.dm_desc.dm_chosed big {
	color: #3e966a;
}

.dm_choose_link {
	display: inline-block;
	padding: 5px 30px 6px 20px;
	border-radius: 4px;
	background: #7DCBF9 url(img/check_non.png) no-repeat 90% 12px;
	color: #fff;
	float: left;
	margin-right: 20px;
	margin-top: 5px;
	cursor: pointer;
	transition: all 0.2s ease-out;
	position: absolute;
	bottom: 5%;
}


.dm_choose_link.ch_chosed {
	background: #69dfa3 url(img/check.png) no-repeat 90% 12px;
	cursor: default;
}

	dm_choose_link:hover {
		background-color: #91d3f9;
	}

.dm_choose_link.ch_chosed:hover {
	background-color: #69dfa3;
}

.dm_links {
	display: inline-block;
	float: left;
}

.dm_links a {
	color: #747474;
}

.dm_links a:hover {
	color: #6BB7E3;
}

.dm_img.ch_delivery_row {
	background: #fff;
}


.btn_prod_buy_now {
    display: inline-block;
    border: none;
    height: 40px;
    background: #270369;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    padding: 7px 20px;
    text-decoration: none;
   text-transform: uppercase;
}

.btn_prod_buy_now:hover {
    background: #f8cd29;
    color: #270369;
}