/* BACKGROUND */

.main-row, .footer-row {
    background: #072c56;
    color:#a0a0a0;
}
.footer-row h3.module_title,
.footer-row .mod_menu .list li a,
.categories-listing .category_title a {
    color:#a0a0a0;
}


.list__categories > li .list-sub > li {
    font-size: 18px;
}

h1, h2, h3, h4 {
    color: #a0a0a0;
}


.mod_virtuemart_vo {
    margin: 15px 20px 0 0px;
    padding: 0px 0 0 0;
    position: relative;
    font-size:14px;
    font-weight: bold;
    float: left;
    text-align: center;
}


/* / background */



#map_canvas-174{margin:0;padding:0;height:280px}#facebox .content{display:block!important;height:480px!important;overflow:auto;width:560px!important;}#camera_wrap_113 .camera_pag_ul li img{height:75px;}#camera_wrap_113 .camera_caption{display:block;position:absolute;}#camera_wrap_113 .camera_caption>div{}#camera_wrap_113 .camera_caption>div div.slideshowck_description{}

.vm-price-desc{font-size:13px;}


.img-responsive {max-width: 100%; height: auto;}

.fluidvids-item {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.tcenter {text-align:center;}


.radio, .checkbox {display:inline;}
.sidebar ul li {list-style: none;}



/**********tabsheet****/

.schedule_options {
    position: relative;
    width: 99%;
    margin: 0 auto;
    padding: 35px 0;
    z-index: 10;
}
.schedule_options input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: -1;
    width: 200px;
}
.schedule_options label {
    position: relative;
    display: inline-block;
    padding-left: 33px;
    /*padding-right: 10px;*/
    line-height: 36px;
    cursor: pointer;
    /* color: $teal;*/
    text-align: left;
    width: /*160px*/ 200px;
    margin: 0 auto 10px;
}
.schedule_options label i {
    display: none;
}
.schedule_options label::before {
    content: " ";
    position: absolute;
    top: 4px;
    left: 0;
    display: block;
    width: 24px;
    height: 24px;
    /*  border: 2px solid $teal;*/
    border-radius: 4px;
    z-index: -1;
}

.schedule_options .optgvd {border:1px solid #d3d3d3;border-radius: 6px;}

.schedule_options input[type="radio"] + label::before {
    border-radius: 5px;
}
/* Checked */
.schedule_options input[type="radio"]:checked + label {
    color: #fff;
}
.schedule_options input[type="radio"]:checked + label i {
    display: block;
    position: absolute;
    width: 24px;
    height: 24px;
    top: 10px;
    left: 8px;
}
.schedule_options input[type="radio"]:checked + label::before {
    top: 0;
    width: /*100%*/ 200px;
    height: 100%;
    background: #51a5ba;
    border:0;
}
/* Transition */
.schedule_options label, .schedule_options label::before {
    -webkit-transition: .25s all;
    -o-transition: .25s all;
    transition: .25s all;
}
.schedule_options section {
    display: none;
    padding: 20px 0 0;
}
.schedule_panels {

}
#rb1:checked ~ .schedule_panels #content1,
#rb2:checked ~ .schedule_panels #content2,
#rb3:checked ~ .schedule_panels #content3 {
    display: block;
}
@media screen and (max-width: 768px) {
    .schedule_options {
        display: flex;
        flex-direction: column;
    }
}




/*******MESAJE********/


.messageadd {
    display:none;
    /*margin: auto;
     left: 50%;*/
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    top: 90px;
    position: absolute;
    padding:40px;
    border-radius: 5px;
    text-align:center;
    font-size:20px;
    font-weight: 700;
    background: rgba(255, 255, 0, 0.9);
    color:#1c8617;
    z-index: 9999999999;
}


.errorMessage {
    background-color: #FF6600;
    border: #AA4502 1px solid;
    padding: 5px 10px;
    color: #FFFFFF;
    border-radius: 3px;
    font-size:15px;
}

.successMessage {
    background-color: #9fd2a1;
    border: #91bf93 1px solid;
    padding: 5px 10px;
    color: #3d503d;
    border-radius: 3px;
    cursor: pointer;
    font-size: 0.9em;
}
.info {
    font-size: 0.9em;
    color: #FF6600;
    font-weight:bold;
    letter-spacing: 2px;
    padding-left: 5px;
}

/*********************/




.your-order-table table {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: medium none;
    width: 100%;
}
.your-order-table table th,
.your-order-table table td {
    border-bottom: 1px solid #d8d8d8;
    border-right: medium none;
    font-size: 14px;
    padding: 15px 0;
    text-align: center;
}
.your-order-table table td .product-quantity {
    font-weight: 400;
}
.your-order-table table th {
    border-top: medium none;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}
.your-order-table table .shipping ul li input {
    position: relative;
    top: 2px;
}
.your-order-table table .shipping th {
    vertical-align: top;
}
.your-order-table table .order-total th {
    border-bottom: medium none;
    font-size: 18px;
}
.your-order-table table .order-total td {
    border-bottom: medium none;
}
.your-order-table table tr.cart_item:hover {
    background: #F9F9F9
}
.your-order-table table tr.order-total td span {
    color: #444;
    font-size: 20px;
    font-weight: 500;
}
.payment-accordion h3 {
    border-bottom: 0 none;
    margin-bottom: 10px;
    padding-bottom: 0;
}
.payment-accordion h3 a {
    color: #6f6f6f;
    font-size: 14px;
    padding-left: 25px;
    position: relative;
    text-transform: capitalize;
    text-decoration: none
}
.payment-content p {
    font-size: 13px;
}
.payment-accordion img {
    height: 60px;
    margin-left: 15px;
}
.order-button-payment input {
    background: #464646 none repeat scroll 0 0;
    border: 1px solid transparent;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    height: inherit;
    letter-spacing: 1px;
    margin: 20px 0 0;
    padding: 13px 20px 11px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}
.order-button-payment input:hover {
    background: #ffb52f;
    border: 1px solid #ffb52f;
    color: #fff;
}
