a:hover, a:focus {
  text-decoration: none !important;
}


.socialtitli-text {
	font-weight: 600 !important;
	color: #f4a210 !important;
	transition: all 500ms ease !important;
}

.socialtitli-text:hover {
	color: #fff !important;
	text-decoration: none;
}



.single-product .group-md p {
    margin-top: 20px;
}

.single-product-price {
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 1;
    letter-spacing: .05em;
    /*font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;*/
    color: #50ba87;
}

.divider-s-30 {
    margin: 30px 0;
}
.divider-s-10 {
    margin: 10px 0;
}

.divider-s {
    font-size: 0;
    line-height: 0;
    height: 1px;
    width: 100%;
    background: #e1e1e1;
}

.service .service-desc-2 {
    border-radius: 50px;
    position: absolute;
    width: 260px;
    bottom: 18px;
    left: -22px;
    right: auto;
}

.panel-group.accordion .panel-body {
    padding: 30px;
    font-size: 16px;
    line-height: 1.5625;
    border: none;
    background: #cecece;
    color: #000000;
    border: none !important;
}
.panel-group.accordion .panel-heading {
    background: #2a4481;
    position: relative;
    padding: 0;
    border: none;
    color: #fff;
}

.single-product{
        padding-bottom: 23px;
}

.product-round{
    border: 2px solid #89204b;
    padding: 14px;
    border-radius: 8px;
}

.block-accent {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 238px;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    border: 2px solid #ebebeb;
}

.block-accent-inner, .block-accent-title,
.block-accent svg {
    transition: .3s ease-out all;
}

.block-accent-title {
    margin-top: 15px;
    font-weight: 400;
}

.block-accent-inner {
    transform: translateY(0);
}

.block-accent svg {
    fill: #89204b;
    min-height: 61px;
}

.block-accent:hover {
    background-color: #89204b;
    border-color: #89204b;
}

.block-accent:hover .block-accent-title {
    color: #fff;
}

.block-accent:hover .block-accent-inner {
    transform: translateY(-10px);
}

.block-accent:hover svg {
    fill: #fff;
}

.block-accent > * + * {
    margin-top: 15px;
}

@media (min-width: 768px){
    .modal-dialog {
        width: 720px;
        margin-top: 8% !important;
        margin-bottom: 8% !important;
    }
}
.modal {
    z-index: 99999;
}
.mb{
    margin-bottom:20px;
}



/*.table-custom.table-fixed thead th, .table-custom.table-fixed td {
    padding: 13px 19px;
}*/
.table-custom.table-primary tbody tr {
    border: 1px solid #e5e5e5;
    border-left: none;
    border-right: none;
}
.table-custom.table-primary tbody tr:nth-child(even) {
    background: #fafafa;
}
.table-custom.table-primary tr:first-child th:last-child {
    border-top-right-radius: 6px;
}
.table-custom.table-primary tr:first-child th:first-child {
    border-top-left-radius: 6px;
}
.table-custom.table-primary thead tr th {

    background: #89204B;
    color: #fff;
    border-top-color: #89204B !important;
    border-bottom-color: #89204B !important;
    font-weight: 700;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: grey !important;
}
table.dataTable.no-footer {
    border-bottom: #89204B !important;
}
.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 20px !important;
}
.table tr:first-child td {
    font-weight: normal !important;
}






.dataTables_wrapper{
    position:relative;
    clear:both;
    *zoom:1;
    zoom:1;
}
.dataTables_wrapper .dataTables_length{
    float:left;
    margin-bottom: 20px;
}

.dataTables_wrapper .dataTables_length select{
    margin-left:0.5em;
    margin-right:0.5em;
    border: 1px solid lightgrey;
    border-radius:50px;
    height: 46px;
    padding: 9px 16px;
    padding-right: 20px;
    padding-left: 20px;
    border-radius: 23px;
}
.dataTables_wrapper .dataTables_length select:focus {
    border-color: lightgrey;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 189, 189, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 189, 189, 0.6);
}

.dataTables_wrapper .dataTables_filter{
    float:right;
    text-align:right;
    margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_filter input{
    width: 800px;
    margin-left:0.5em;
    border: 1px solid lightgrey;
    border-radius:50px;
    height: 46px;
    padding: 9px 16px;
    padding-right: 44px;
    border-radius: 23px;
}
.dataTables_wrapper .dataTables_filter input:focus {
    border-color: lightgrey;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 189, 189, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(189, 189, 189, 0.6);
}



.dataTables_wrapper .dataTables_info{
    clear:both;
    float:left;
    padding-top:0.755em
}
.dataTables_wrapper .dataTables_paginate{
    float:right;
    text-align:right;
    padding-top:0.25em
}
.dataTables_wrapper .dataTables_paginate .paginate_button{
    box-sizing:border-box;
    display:inline-block;
    min-width:1.5em;
    padding:0.5em 1em;
    margin-left:2px;
    text-align:center;
    text-decoration:none !important;
    cursor:pointer;
    *cursor:hand;
     color:#333 !important; 
     border:1px solid transparent; 
    border-radius:2px
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    color: #fff !important;
    border: 1px solid #89204b;
    background-color: #89204b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89204b), color-stop(100%, #89204b));
    background: -webkit-linear-gradient(top, #89204b 0%, #89204b 100%);
    background: -moz-linear-gradient(top, #89204b 0%, #89204b 100%);
    background: -ms-linear-gradient(top, #89204b 0%, #89204b 100%);
    background: -o-linear-gradient(top, #89204b 0%, #89204b 100%);
    background: linear-gradient(to bottom, #89204b 0%, #89204b 100%);
    border-radius: 50px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    cursor:default;
     color:#666 !important; 
     border:1px solid transparent; 
     background:transparent; 
    box-shadow:none
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    color: white !important;
    border: 1px solid #294481;
    background-color: #294481;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #294481), color-stop(100%, #294481));
    background: -webkit-linear-gradient(top, #294481 0%, #294481 100%);
    background: -moz-linear-gradient(top, #294481 0%, #294481 100%);
    background: -ms-linear-gradient(top, #294481 0%, #294481 100%);
    background: -o-linear-gradient(top, #294481 0%, #294481 100%);
    background: linear-gradient(to bottom, #294481 0%, #294481 100%);
    border-radius: 50px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    outline: none;
    background-color: #294481;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #294481), color-stop(100%, #294481));
    background: -webkit-linear-gradient(top, #294481 0%, #294481 100%);
    background: -moz-linear-gradient(top, #294481 0%, #294481 100%);
    background: -ms-linear-gradient(top, #294481 0%, #294481 100%);
    background: -o-linear-gradient(top, #294481 0%, #294481 100%);
    background: linear-gradient(to bottom, #294481 0%, #294481 100%);
    box-shadow: inset 0 0 3px #111;
}
.dataTables_wrapper .dataTables_paginate .ellipsis{
    padding:0 1em
}
.dataTables_wrapper .dataTables_processing{
    position:absolute;
    top:50%;
    left:50%;
    width:100%;
    height:40px;
    margin-left:-50%;
    margin-top:-25px;
    padding-top:20px;
    text-align:center;
    font-size:1.2em;
/*     background-color:white; */
/*     background:-webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(25%, rgba(255,255,255,0.9)), color-stop(75%, rgba(255,255,255,0.9)), color-stop(100%, rgba(255,255,255,0)));
    background:-webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background:-moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background:-ms-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background:-o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%);
    background:linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 25%, rgba(255,255,255,0.9) 75%, rgba(255,255,255,0) 100%) */
}
.dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter,.dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_processing,.dataTables_wrapper .dataTables_paginate{
/*     color:#333 */
}
.dataTables_wrapper .dataTables_scroll{
    clear:both
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody{
    *margin-top:-1px;
    -webkit-overflow-scrolling:touch
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td{
    vertical-align:middle
}
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>thead>tr>td>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>th>div.dataTables_sizing,.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody>table>tbody>tr>td>div.dataTables_sizing{
    height:0;
    overflow:hidden;
    margin:0 !important;
    padding:0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody{
/*     border-bottom:1px solid #111 */
}
.dataTables_wrapper.no-footer div.dataTables_scrollHead table.dataTable,.dataTables_wrapper.no-footer div.dataTables_scrollBody>table{
    border-bottom:none
}
.dataTables_wrapper:after{
    visibility:hidden;
    display:block;
    content:"";
    clear:both;
    height:0
}

@media screen and (max-width: 767px){
    .dataTables_wrapper .dataTables_info,.dataTables_wrapper .dataTables_paginate{
        float:none;
        text-align:center
    }
    .dataTables_wrapper .dataTables_paginate{
        margin-top:0.5em
    }
}
@media screen and (max-width: 640px){
    .dataTables_wrapper .dataTables_length,.dataTables_wrapper .dataTables_filter{
        float:none;
        text-align:center
    }
    .dataTables_wrapper .dataTables_filter{
        margin-top:0.5em
    }
}
 
@media (min-width: 992px){
    .sheldue .sheldue-item .sheldue-item-body {
        max-height: 330px;
        height: 330px;
    }
}


.box-sportlight {
  position: relative;
  text-align: left;
}

.box-sportlight-sm .box-sportlight-arrow {
  width: 50px;
  margin-left: 15px;
}

.box-sportlight-figure {
  display: block;
  overflow: hidden;
}

.box-sportlight-figure img {
  width: 100%;
  transition: all .3s ease;
}

.box-sportlight-caption {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 15px;
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #e1e1e1;
  background: #ffffff;
  transition: all .3s ease-in-out;
}

.box-sportlight-title {
  margin-top: 4px;
  font-weight: 400;
  letter-spacing: .025em;
}

.box-sportlight-arrow {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 88px;
  margin-left: 20px;
  font-size: 0;
  line-height: 0;
  transition: all .25s ease;
}

.box-sportlight-arrow::before, .box-sportlight-arrow::after {
  display: inline-block;
  vertical-align: middle;
  content: '';
  transition: all .3s ease-in-out;
}

.box-sportlight-arrow::before {
  height: 2px;
  width: 21px;
  margin-right: 4px;
  background-color: rgba(21, 21, 21, 0.21);
}

.box-sportlight-arrow::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent rgba(21, 21, 21, 0.21);
}

.box-sportlight-badge {
  position: absolute;
  overflow: hidden;
  padding: 6px 10px 3px 18px;
  top: 30px;
  right: 0;
  font-size: 27px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: .025em;
  font-family: "Teko", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  z-index: 1;
}

.box-sportlight-badge::before {
  position: absolute;
  content: '';
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  z-index: -1;
}

.box-sportlight-sale::before {
  background: #ff5e5e;
}

.box-sportlight-new::before {
  background: #61bdda;
}

@media (min-width: 992px) {
  .desktop .box-sportlight-figure img {
    /*-webkit-transform: scale(1.1);*/
    /*transform: scale(1.1);*/
    will-change: transform;
  }
  .desktop .box-sportlight:hover .box-sportlight-figure img {
    -webkit-transform: none;
    transform: none;
  }
  .desktop .box-sportlight:hover .box-sportlight-caption {
    background: #89204b;
    border-color: #89204b;
  }
  .desktop .box-sportlight:hover .box-sportlight-title {
    color: #ffffff;
    letter-spacing: .1em;
  }
  .desktop .box-sportlight:hover .box-sportlight-title a, .desktop .box-sportlight:hover .box-sportlight-title a:focus, .desktop .box-sportlight:hover .box-sportlight-title a:active {
    color: inherit;
  }
  .desktop .box-sportlight:hover .box-sportlight-title a:hover {
    color: rgba(255, 255, 255, 0.8);
  }
  .desktop .box-sportlight:hover .box-sportlight-arrow::before {
    width: 100%;
    background-color: #ffffff;
  }
  .desktop .box-sportlight:hover .box-sportlight-arrow::after {
    border-left-color: #ffffff;
  }
}

@media (min-width: 768px) {
  .box-sportlight-caption {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 992px) {
  .box-sportlight-caption {
    padding: 15px 20px 15px 30px;
  }
}

@media (min-width: 1200px) {
  .box-sportlight-caption {
    padding: 25px 22px 25px 38px;
  }
  .box-sportlight-title {
    margin-top: 5px;
    font-size: 36px;
    line-height: 1;
    letter-spacing: .025em;
  }
}


.thumbnail-josip.odd{
    border: 2px solid #4598ff;
}
