@charset "utf-8";
/* CSS Document */
.cartwin-products,.product {
    display: table;
    width: 100%;
}
.product {
    border-bottom: solid 1px #ccc;
}
.product-thumb {
    display: table-cell;
    height: 100px;
    padding-right: 20px;
    vertical-align: middle;
    width: 70px;
}
.product-thumb img {
    width: 70px;
    height: auto;
}
.product-del img {
    width:20px;
    height:20px;
    border:0;
}
@media (max-width: 429px) {
.product-thumb {
    display: none;
}
}
.product-title {
    color: #000;
    display: table-cell;
    font-weight: 600;
    padding: 15px 0;
    vertical-align: middle
}
.product-amount {
    color: #000;
    display: table-cell;
    padding: 15px 0;
    vertical-align: middle;
    white-space: nowrap;
    width: 80px
}
.product-del {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    opacity: .4;
    width: 20px
}
.product-del-wrapper {
    display: table-cell;
    padding: 15px 0 15px 15px;
    vertical-align: middle;
    width: 20px;
}
.product:hover .product-del {
    opacity: 1
}
/*top*/
.topbanner img {
	width: 100%;
	height: auto;
}
.bg-blue {
	background-color: #63e0eb;
    color: #fff;
}
.letter2 {
	letter-spacing: 2.5px;
}
.letter2.small {
	font-size: 1.1rem;
    font-weight: 500;
}
.textbox {
	color: #42577c;
    font-size: 1.4rem;
}
/* Slider */
.slick-slide {
	margin: 0px 5px;
}
.slick-slide img {
	width: 100%;
}
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.shopp-info {
  position: absolute;
  display: block;
  top: 10px;
  right: 10px;
}
@media (max-width: 1199px) {
  .shopp-info {
    position: fixed;
    right: 60px;
    top: 65px;
    z-index: 2082;
  }
}
.shopp-info a.shopping-cart {
  margin: 0px;
  display: block;
  width: 50px;
  color: #fff;
  margin-left: 15px;
  font-size: 26px;
}
.shopp-info a.shopping-cart i {
  font-style: normal;
}
.shopp-info a.shopping-cart span {
  background: #e5e5e5;
  display: inline-block;
  color: #000;
  width: 20px;
  border-radius: 20px;
  font-size: 12px;
  height: 20px;
  line-height: 19px;
  text-align: center;
  vertical-align: top;
  margin-top: 0px;
  margin-left: -5px;
}
.thumbnail-josip {
  display: flex;
  flex-direction: column;
  max-width: 320px;
  margin: 10px auto;
}
.pro-qty {
  margin-top: 0px;
  float: right;
    margin-right: -24px;
    margin-bottom: 10px;
}
.pro-qty input {
  box-sizing: border-box;
  margin: 0;
  outline: none;
  padding: 10px;
  border: 1px solid #e2e2e2;
}
input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
.input-group {
  clear: both;
  position: relative;
}
.input-group input[type='button'] {
  background-color: #e2e2e2;
  min-width: 38px;
  width: auto;
  transition: all 300ms ease;
    border-radius: 4px;
}
.input-group .button-minus, .input-group .button-plus {
  font-weight: bold;
  height: 38px;
  padding: 0;
  width: 38px;
  position: relative;
  margin-right: 9px;
}
.input-group .quantity-field {
  position: relative;
  height: 38px;
  left: -10px;
  text-align: center;
  width: 50px;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}
.button-plus {
  left: -13px;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.pro-price {
  float: left;
  white-space: nowrap;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.8;
    color: #000;
}
.post-modern-classic .post-content {
    padding: 10px 15px 20px;
    background-color: #f3f3f3;
}
.post-modern .post-title h5 {
    color: #6186b2;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 22px;
    height: 46px;
    margin-bottom: 10px;
}
.lg-backdrop {
    z-index: 2150!important;    
}
.lg-outer {
    z-index: 2200!important;    
}
.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  animation: modal-show 0.5s 1 forwards;
    z-index: 2100;
    overflow-y: auto;
    max-height: 100vh;
}
.modal-content{
  position: relative;
  max-width: 95%;
    margin-left: auto;
    margin-right: auto;
  padding: 0px;
  background-color: white;
    margin-top: 10vh;
    width: 450px;
}
.modal-content.big {
    width: 800px;
}
.modal:target {
  display: block;
}
.modal-hide {
  position: absolute;
  top: -8px;
  right: 0px;
  width: 30px;
  height: 30px;
  padding: 0;
  -webkit-appearance: none;
  background-color: transparent;
  border: none;
  font-size: 35px;
  line-height: 1;
  text-align: center;
  color: black;
  text-decoration: none;
}
* + .row:not(.offset-0), * + .row {
  margin-top: 0px;
}
a.remove-item {
    background-color: #fff;
    background-image: none;
    color: #dc3545;
    cursor: pointer;
    height: 30px;
    width: 30px;
    line-height: 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    transition: all .3s linear;
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    border: 2px #dc3545 solid;
    border-radius: 4px;
}
a.remove-item:hover {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
}
a.remove-item span {
	display: none;
}
a.remove-item:before {
    content: "\f014";
    font-family: FontAwesome;
    font-size: 20px;
}
table.resp img {
    max-width: 90px;
    height: auto;
}
table.resp .pro-qty {
     margin-top: 0px; 
     float: none; 
     margin-right: 0px; 
     margin-bottom: 0px; 
}
table.resp td {
    vertical-align: middle;
}
table.resp td.h5 {
    color: #6186b2;
    font-weight: 700;
}
.form-control {
  display: block;
  width: 100%;
  height: 46px;
  padding: 9px 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #272727;
  background-color: transparent;
  background-image: none;
  border: 1px solid #bdbdbd;
  border-radius: 5px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    margin-bottom: 10px;
}
.form-control:focus {   
  border: 1px solid #6f9bcf;
  box-shadow: inset 0 1px 1px rgba(110, 153, 207, 0.2); 
}
.checkbox-form label {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 15px;
}
.form-wrap {
    position: relative;
    margin-bottom: 16px;
}
.required{
    color: #e50a0a;
}
.has-error .form-control {
    border-color: #e50a0a;
}
.has-error .form-validation {
    color: #e50a0a;
}
.form-validation {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 10px;
    line-height: 10px;
    margin-top: 2px;
    transition: .3s;
}
@keyframes modal-show {
	0% { opacity: 0; }
	100% { opacity: 1; }
}
@media (min-width: 992px) {
table.resp td.h5 {
  margin-bottom: 0rem;
    font-size: 20px;
    width: 50%;
}
table.resp td .pro-qty {
    display: inline-block;
    align-items: center;
}
}
@media screen and (max-width: 991px) {
.modal-content{
    margin-top: 1vh;
}
table.tot, table.resp {
    max-width: 500px;
        margin-left: auto;
        margin-right: auto;
    }
table.resp thead {
  display: none;
}
table.resp tr {
  margin-bottom: 10px;
  display: block;
  border-bottom: 2px solid #ddd;
}
table.resp td, table td.mob {
  display: block;
  text-align: right;
}
table.resp td.h5 {
  text-align: left;
  margin-bottom: 0rem;
    font-size: 18px;
}
table.resp td .pro-qty {
    display: inline-block;
    align-items: center;
    margin-top: 0px;
}
table.resp td .pr-col {
    display: inline-block;
    text-align: center;
    width: 110px;
}
table.resp td:last-child {
  border-bottom: 0;
}
table.resp td:before {
  content: attr(data-title);
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 15px;
}
.text-box {
    width: 100%;
    padding: 10px;
}
.p-right {
    padding-right: 30px!important;
}
}