.find-cart-container .find-cart{
	margin: 0 auto;
	max-width: 645px;
}

.find-cart-container .find-cart input{
   position: unset;
   clip: unset;
}

.currency img {
	    height: 100px;
}

.find-cart-container .page-title{
    font-weight: 700;
    color: #002E6D;
    text-align: center;
        font-size: 20px;
    margin-bottom: 40px;
}

.find-cart-container .choose-title{
     font-weight: 700;
    color: #002E6D;
    font-size: 15px;
}

.find-cart-container select,
.find-cart-container select:not([multiple]){
        width: 100%;
        background: #002E6D;
        color: white;
            margin: 0;
    border-radius: 5px;
    max-width: unset;
    border: none;
    font-family: "Open Sans";
    font-size: 13px;
    padding-left: 20px;
        background-repeat: no-repeat;
    background-position: 97%;
    background-image: url(../img/arrowBLueKartat.png);
}


.page-template.page-template-gjej-karten.page-template-gjej-karten-php.page.page-id-2908 div#wpcf7-f13567-o9 select
{
color:#000!important;
}


.find-cart-container select:after{
    content: '';
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
}

.find-cart-container .active-select{
        background: #f8f9fa!important;
        color:  #002E6D!important;
          background-repeat: no-repeat!important;
    background-position: 97%!important;
           background-image: url(../img/arrowGrey.png)!important;
    background-size: 20px!important;
}

input.wpcf7-form-control.wpcf7-submit {
    background-color: #002e6d;
    color: #fff;
}

.currency-selected .container-check{
  padding-left: 0;
}

.currency-selected .container-check input:checked ~ img{
   
    border: 6px solid #ffe400;
}

.currency-selected .container-check img{
     overflow: hidden;
    border-radius: 15px;
     border: 6px solid transparent;
     outline: none;
    display: block;
}
.pws .textarea{
    border:none!important;
}

/*custom panels*/

.categories{
	display: none;
}

.segments{
	display: none;
}

.currency{
	display: none;
}

.cart-details{
	display:none;
	margin-top: 40px;
}

.categoriesSelected{
	display: none;
	    margin-top:30px;
}

.segment-selected{
	display: none;
	    margin-top: 30px;
}

.currency-selected{
	display: none;
	    margin-top: 30px;
}

.find-cart-container .title-detail,
.find-cart-container .text-detail{
	width: 50%;
	float: left;
}

.apliko-karte{
    width: 100%!important;
    font-weight: 700;
    padding: 5px;
    border-bottom: 4px solid #ccc;
    font-size: 20px;
    text-align: center;
    height: 45px;
    margin-top: 5%;
    margin-left: 5px;
    background-color: #002e6d;
}

.apliko-karte a{
    color:#fff;
    font-weight: 700;

}
.title-detail{
    display:none;
}
.text-detail{
    display:none;
}

.find-cart-container .cart-details p{
	width: 100%;
    margin-bottom: 10px;
    font-family: "Open Sans";
	float: left;
	color: #002E6D;
	font-size: 15px;
	text-align: center;
}

.find-cart-container .cart-details h1{
    width: 100%!important;
    background-color: #ffe400!important;
    font-weight: 700;
    padding: 5px;
    border-bottom: 4px solid #ccc;
    font-size: 20px;
    text-align: center;
    padding: 10px;
}


.find-cart-container .cart-details h3{
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 17px;
	color: #002E6D;
	text-align: center;
	 padding-top: 25px;
}

.find-cart-container .cart-details h3 + p{
  background-color: #fff1c1;
}

.find-cart-container .cart-details h3 + p:nth-child(2n+1){
  background-color: transparent;
}


.find-cart-container .text-detail p:nth-child(odd){
      background-color: transparent;
}

.find-cart-container .title-detail p:nth-child(odd){
     background-color: transparent;
}


/*radiobtnStyle*/
.container-check {
    display: block;
    position: relative;
       padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.container-check input {
    position: absolute!important;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/*Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #002E6D;
    background-color: transparent;
}


.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

 Show the checkmark when checked 
.container-check input:checked ~ .checkmark:after {
    display: block;
}


.container-check .checkmark:after {
        left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    -ms-transform: rotate(45deg);
    background: #002E6D;
}
div.apliko-karte form {
    display: none;
}
p#acontactform{
    background-color: transparent;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
    padding: 5px!important;
}
