@import url("https://www.dunjincvet.com/css/css_components/fonts.css");
@import url("css_components/theme.css");
@import url("css_components/header.css");
@import url("css_components/pages.css");
@import url("css_components/buying_process.css");
@import url("css_components/breadcrumbs.css");
@import url("css_components/pagination.css");
@import url("https://www.dunjincvet.com/css/css_components/comments.css");
@import url("css_components/footer.css");

/*ALL PAGES STRUCTURE*/
.page-content{clear: both;}


/* List product on category */
ul.product_listing li{margin-bottom:26px; padding: 0 10px; float:none; display:inline-block; vertical-align:top; max-width:100%;}
section.main_product_info{margin-bottom: 30px;}
section.main_product_info .product_images{text-align: center;}

.buttons_area{ margin-bottom:50px;}

.already_have_account{}
.already_have_account h2, .registration_form h2{font-family: 'Kaushan Script', cursive; font-weight: 500; font-size: 28px; color: #C56D83;}
.registration_form h2{display: inline-block;line-height: 50px; vertical-align: top; margin-top: 15px;}
.already_have_account form label{color:#545454; font-family:"PT Sans",sans-serif; font-size:15px; font-weight:bold; line-height:35px; margin:0 5px 0 0 !important;}
.already_have_account form input{width:360px !important; }
.already_have_account form .text_field{float:left;}
.already_have_account form .text_field.pass{margin-left:30px; margin-right:34px !important;}
.already_have_account form .sign_up{display:block; float:left; background:#65667F; width:130px; height:38px; line-height:38px; border-radius:5px; font-weight:bold; color:#FFF; font-size:17px; font-family:"PT Sans Narrow",sans-serif; text-transform:uppercase; text-align:center; text-decoration:none; margin-left:7px;}
.already_have_account form .sign_up:hover{}

.registration_form {position: relative; clear: both; margin-bottom: 50px;}
.registration_form h1{margin-top: 18px;}
.registration_form p{font-size:18px; color:#C56C83; font-weight:300;display:block;padding: 11px 10px;}
.registration_form p.message{font-size:18px; color:#C56C83; text-align: right;}
.registration_form p.pos-helper{line-height: 38px;  margin: 0px 0 2px 0; padding: 0;}
.registration_form span.red{color:#9D3851; font-weight: 400;}
#user_info_form1{margin-top: 10px;}
.radio_box span{margin-top: 27px; float: right; cursor: pointer;}
.radio_box label{float: right;	margin-right: 20px;	margin-left: 10px; cursor: pointer;}

#captchaimg{margin-top: 18px; height: 38px;}
@media(max-width: 767px){#captchaimg{margin-top: 10px;}}
.jqTransformInputWrapper{width: 100%!important;}


.form_item.checkbox{position: relative; padding-right: 30px;}
.form_item.checkbox label{float: right;  line-height: 25px!important;	margin-top: 3px!important; padding-left: 0; font-size: 14px; font-style: italic; color: #C56D83;}
.form_item.checkbox label a{text-decoration: underline;}
.form_item.checkbox label a:hover{color:#9D3851}
.form_item.checkbox span{position: absolute; right: 0; top: 0;}

#fade { background:#666; height: 100%; left: 0; opacity: 0.8; position: fixed; top: 0; width: 100%; z-index: 999; }

section.main_product_info .product_info .price_box .price p.old_price{width:auto; font-size:31px; float:none; display:inline-block; margin:0 6px 0 0;}
section.main_product_info .product_info .price_box .price p.new_price{width:auto; font-size:31px; float:none; display:inline-block; margin:0;}
section.main_product_info .product_info .price_box a.details{margin-top:40px; position:relative; margin-left:-84px; background: none repeat scroll 0 0 rgb(51, 51, 51); border-radius: 5px; color: rgb(255, 255, 255); display: block; font-family: "PT Sans Narrow",sans-serif; font-size: 17px; font-weight: bold; height: 38px; left: 50%; line-height: 38px; text-align: center; text-decoration: none; width: auto; padding:0 20px; }

/* Wish list */


/* zopim  */
.zopim{right:80px !important;}
@media screen and (max-width:1366px) {
	.zopim{right:300px !important;}
}

/* BANNERS */


/* brending banner on list of products */
#banner_list_product{border:none;}

/* RESPONSIVE DESCTOP NEW ELEMENT */
#top_line{display:none;}

.no-opacity       .wrapper-dropdown-4 .dropdown,
.no-pointerevents .wrapper-dropdown-4 .dropdown {
	display: none;
	opacity: 1; /* If opacity support but no pointer-events support */
	pointer-events: auto; /* If pointer-events support but no pointer-events support */
}

.no-opacity       .wrapper-dropdown-4.active .dropdown,
.no-pointerevents .wrapper-dropdown-4.active .dropdown {
	display: block;
}

/* DEMO 5 */

.wrapper-dropdown-3 {
	background: #fff url("../images/dunjincvet_images/select-country-arr.fw.png") no-repeat right;
	position: relative;
    border: 1px solid #ccc;
	/* Styles */
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #C56D83;
	font-size: 18px;
	height: 38px;
	line-height: 38px;
	padding: 0 0 0 10px;
	margin-top: 15px;
	display: block;
	width: 100%;
	z-index: 1;
}

.wrapper-dropdown-3 .dropdown {
	/* Size & position */
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;

	/* Styles */
	background: #fff;
	border-radius: 0 0 5px 5px;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: none;
	list-style: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;

	/* Hiding */
	max-height: 0;
	overflow: hidden;
}

.wrapper-dropdown-3 .dropdown li {
	padding: 0 10px ;
}

.wrapper-dropdown-3 .dropdown li a {
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #65667F;
	padding: 5px 0;
	-webkit-transition: all .3s ease-out;
	transition: all 0.3s ease-out;
	border-bottom: 1px solid #ccc;
}

.wrapper-dropdown-3 .dropdown li:last-of-type a {
	border: none;
}
/* Hover state */

.wrapper-dropdown-3 .dropdown li:hover a {
	border-bottom: 1px solid #C56D83;
}

.wrapper-dropdown-3.active .dropdown {
	background: #fff;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	max-height: 185px;
	overflow-y: auto;
	border-radius: 0;
	box-shadow: 0 0 7px 0 #777;
}

/* delivery_address_content */
.delivery_address_content .row.button_buy, .delivery_address_content .row {margin:0; clear: both;}
#l_r_message{font-size: 22px; color:#9D3851; text-align:right; }


/* FOOTER CARDS - KOMERCIJALNA LINKS */
#cards{padding:10px 0; width:100%; display:inline-block; margin:0; background:#FFF;}
#cards .container{width:1200px;}
#cards .item4{display:inline-block; margin-right:200px; }
#cards .item2{display:inline-block; }
#cards .container{text-align:center;}
#cards a{margin:0 17px; display:inline-block; vertical-align:middle;}

table.jqTransformTextarea{width:100%;}
#user-note{color: #c56d83; border: 1px solid #ccc; font-size: 18px; line-height: 28px; height: 140px; padding: 0 0 0 10px; margin-top: 10px; display: block; width: 100%; }

.owl-item img{width:90%;}

.gallery-on-page{padding:60px 0 0;}
.gallery-on-page.product_listing .owl-next{top:25px; right:0;}
.gallery-on-page.product_listing .owl-prev{top:25px; left:0;}

#slider .bg{top: 0; left: 0; bottom: 0; right: 0; position: absolute; width: 100%; height: 100%; background: rgba(67,50,51,0.25); }
#slider .text h2 a {display: inline-block; margin: 0 10px; color: #FFF; font-weight: 300; }
#slider .short-text span{display: inline-block; padding: 5px; color: #FFF; margin: 0px 10px 20px;}