.content-348{padding:0}
.breadcrumb8:after {
    width: 100%;
    height: 100%;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    background: rgba(0, 0, 0, 0.5);
}
/*********************************** İKONLU KUTUCUKLAR CSS ***********************************************/
@media (min-width: 992px) {
    .col-sm-12.col-xs-12.contentDiv{
        float: right;
    }
    ul.nav.nav-list.primary.push-bottom.toggle {
        border-top-color: #FFF;
        overflow-y: auto;
        max-height: 600px;
    }
    ul.nav.nav-list.primary.push-bottom.toggle::-webkit-scrollbar {
        width: 6px;
    }
    ul.nav.nav-list.primary.push-bottom.toggle::-webkit-scrollbar-thumb {
        border-radius: 10px;
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
        background-color: #999;
        opacity: .3;
    }
    ul.nav.nav-list.primary.push-bottom.toggle::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 20%);
        border-radius: 10px;
    }
    .service2 .featured-boxes-style-6 .col-sm-6:nth-child(2n+1) {
        clear: both;
    }
    .service2 .featured-boxes-style-6 .col-sm-6 {
        padding: 0;
        padding-top: 20px;
        border: 1px solid #dddDDD00;
        border-radius: 30px;
        width: 42%;
        margin-left: 6%;
        transition: .3s;
    }
    .service2 .featured-boxes-style-6 .col-sm-6 h4, .service2 .featured-boxes-style-6 .col-sm-6 p{
        transition: .3s;
    }
    .service2 .featured-boxes-style-6 .col-sm-6 h4{
        font-weight: 600;
    }

    /*
    .service2 .featured-boxes-style-6 .col-sm-6:hover h4, .service2 .featured-boxes-style-6 .col-sm-6:hover p{
        color: #fff;
    }
    .service2 .featured-boxes-style-6 .col-sm-6:hover{
        background: #b17f10;
    }
    */
    .service2 .featured-boxes.featured-boxes-style-6{
        margin-top: 50px;
    } 
    .service2 .feature-box-info p{
        color: #333333;
    }
    .service2 .feature-box-primary .feature-box-icon {
        background-color: #ffffff;
    }
    .service2 .feature-box:hover .feature-box-icon{
        background: #f4f4f4;
        color: #000000;
    }
    .service2 .content .feature-box-info h4{
        transition: .3s;
        color: #000000;
    }
    .service2 .feature-box .feature-box-icon {
        font-size: 36px;
        padding-top: 15px;
        font-weight: 900;
        width: 65px;
        height: 65px;
        margin-top: -22px;
        margin-left: -30px;
        color: #b17f10;
        border: 1px solid #8d72033d;
        transition: .3s;
    }
    .feature-box .feature-box-icon {
        font-size: 36px;
        padding-top: 15px;
        font-weight: 900;
        width: 65px;
        height: 65px;
        margin-top: -22px;
        margin-left: -30px;
        color: #ffcc00;
        border: 1px solid #ffcc003d;
        transition: .3s;
    }
    .feature-box:hover .feature-box-icon {
        color: #ffffff;
        border: 1px solid #b17f10;
    }
    .feature-box:hover h4{
        color: #b17f10;
    }
    .featured-boxes .col-md-12{
        margin-bottom: 50px;
    }
}
@media (max-width: 767px){
    .feature-box .feature-box-icon{
        top: -8px;
        height: 45px;
        width: 45px;
        font-size: 30px;
        line-height: 47px;
        margin-right: 0px;
    }
}
/********************* RESİMLİ İKONLU KUTUCUK CSS *************************/
.featured-boxes img{
    width: 211px!important;
    padding: 10px;
    float: right;
    border-radius: 19px;
}
@media screen and (max-width: 600px){
    .featured-boxes img {
        width: 181px!important;
    }
}
/********************* RESİMLİ İKONLU KUTUCUK CSS SON *************************/
/*********************************** İKONLU KUTUCUKLAR CSS SON ***********************************************/

/*****************MAP MARKERS START****************/
    #mapmarkers g:nth-child(3n+1) {
        animation: fadeIn 1s infinite;
    }
    #mapmarkers g:nth-child(3n+2) {
        animation: fadeIn 2s infinite;
    }
    #mapmarkers g:nth-child(3n+3) {
        animation: fadeIn 3s infinite;
    }
    #mapmarkers g {
        animation-direction: alternate!important;
    }
    #mapmarkers g path {
        fill: #B17F10;
    }
    #mapbg>g>path{
        stroke-width:0;
    }
    #mapmarkers>g>path, #mapmarkers>path{
        stroke-width:.13;
    }

/*****************MAP MARKERS END****************/

@media (min-width: 992px){
    .harita-section {
        padding-bottom: 0px!important;
    }
    .content.content-348 {
        position: absolute;
        right: 0;
        margin-top: -50px;
    }
}
.harita-section{
    padding-bottom:0px!important;
}
/********************************** GOLD TEXT CSS ************************************/

.gradient-text{
  /* Fallback: Set a background color. */
  background-color: #aa771c!important;
    
  
  /* Create the gradient. */
   background-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C)!important;
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: no-repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text!important;
  -moz-text-fill-color: transparent;
  
  /* Animate the text when loading the element. */
    /* This animates it on page load and when hovering out. */
    animation: rainbow-text-simple-animation-rev 2s ease infinite;
    animation-direction: alternate;
}
.gradient-text:hover{
    animation: rainbow-text-simple-animation 0.5s ease-in alternate;
}
.card-info h1 {
  /* Fallback: Set a background color. */
  background-color: #95681f!important;
  
  /* Create the gradient. */
   background-image: linear-gradient(to right, #BF953F, #FCF6BA, #B38728, #FBF5B7, #AA771C);
  
  /* Set the background size and repeat properties. */
  background-size: 100%;
  background-repeat: no-repeat;

  /* Use the text as a mask for the background. */
  /* This will show the gradient as a text color rather than element bg. */
  -webkit-background-clip: text!important;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text!important;
  -moz-text-fill-color: transparent;
  
  /* Animate the text when loading the element. */
    /* This animates it on page load and when hovering out. */
    animation: card-h1 1s ease infinite;
    animation-direction: alternate;
}
.gradient-text:hover{
    animation: rainbow-text-simple-animation 0.5s ease-in forwards;
}

/* Move the background and make it smaller. */
/* Animation shown when entering the page and after the hover animation. */
@keyframes card-h1 {
    0% {
        background-size: 100%;
    }
    40% {
        background-size: 450%;
    }
    100% {
        background-size: 100%;
    }
}
@keyframes rainbow-text-simple-animation-rev {
    0% {
        background-size: 50%;
    }
    40% {
        background-size: 650%;
    }
    100% {
        background-size: 50%;
    }
}

/* Move the background and make it larger. */
/* Animation shown when hovering over the text. */
@keyframes rainbow-text-simple-animation {
    0% {
        background-size: 100%;
    }
    80% {
        background-size: 650%;
    }
    100% {
        background-size: 650%;
    }
}

/********************************** GOLD TEXT CSS SON ************************************/

body{
    background-image: url(https://www.yda.com.tr/wp-content/uploads/2018/12/6.png)!important;
}
.modal-body{
    width: 100%;
}
@media (min-width: 992px){
    html #header.header-flex .header-nav-main, html #header.header-flex .header-nav-main nav, html #header.header-flex .header-nav-main nav>ul, html #header.header-flex .header-nav-main nav>ul>li {
        height: 10%!important;
    }
}


/* Google Translate */
.skiptranslate{display:none!important;}
body{top:0!important;}
.translation-icons.open>a, 
.translation-icons.open>a:focus, 
.translation-icons.open>a:hover{background-color:transparent!important}
.translation-icons a:focus, a:hover {text-decoration: none!important}


.sticky-header-active #header.header-narrow .header-logo .logo-small, 
#header.header-narrow .header-logo img{
    margin:0 0 12px 0!important
    
}

/* Roundness */ 		
.rounded, .img-thumbnail, .img-thumbnail img, code, pre, .form-control, .form-control-sm, .form-control-sm .form-control, .form-control-lg, .form-control-lg .form-control, .form-control-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn, .form-control-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn, .invalid-tooltip, .btn, .btn-group-4 > .btn, .btn-sm, .btn-group-2 > .btn, .btn-xs, .btn-group-1 > .btn, .btn-lg, .btn-group-lg > .btn, .btn-sm, .btn-group-sm > .btn, .dropdown-menu, .input-group-4 > .form-control, .input-group-4 > .input-group-addon, .input-group-4 > .input-group-btn > .btn, .input-group-2 > .form-control, .input-group-2 > .input-group-addon, .input-group-2 > .input-group-btn > .btn, .input-group-addon, .input-group-addon.form-control-sm, .input-group-addon.form-control-lg, .nav-tabs > li > a, .nav-tabs.nav-justified > li > a, .nav-pills > li > a, .nav-tabs-justified > li > a, .navbar, .navbar-toggle, .navbar-toggle .icon-bar, .breadcrumb, .pagination, .pager li > a, .pager li > span, .label, .badge, .container .jumbotron, .container-fluid .jumbotron, .thumbnail, .alert, .progress, .card, .accordion .card, .well, .well-lg, .well-sm, .modal-content, .tooltip-inner, .popover, .popover-title, .carousel-indicators li, .pagination > li:first-child > a, .pagination > li:first-child > span, .pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span, .pagination > li:last-child > a, .pagination > li:last-child > span, .pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span, #header .header-search .form-control, #header .header-nav-main nav > ul > li > a, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega > .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown-mega .dropdown-mega-sub-nav > li > a, #header.header-transparent .header-nav-main, #header.header-semi-transparent .header-nav-main, #header.header-semi-transparent-light .header-nav-main, #header .header-nav-main nav > ul > li.dropdown-mega.dropdown-mega-signin .dropdown-menu, #header .header-nav-main nav > ul > li.dropdown.open > a, #header .header-nav-main nav > ul > li.dropdown:hover > a, #header .header-nav-top .dropdown-menu, .slider-container .tparrows, .nivo-slider .theme-default .nivoSlider, .nivo-slider .theme-default .nivoSlider img, .home-intro-compact, html.dark #header, html.boxed .body, blockquote.with-borders, p.drop-caps.drop-caps-style-2:first-child:first-letter, .btn-3d, select, .captcha-refresh, .featured-icon, .accordion .card-header, .tabs, .nav-tabs li a, .tab-content, .tabs.tabs-bottom .tab-content, .tabs.tabs-bottom .nav-tabs li a, .tabs-left .tab-content, .tabs-left .nav-tabs > li:first-child a, .tabs-left .nav-tabs > li:last-child a, .tabs-right .tab-content, .tabs-right .nav-tabs > li:first-child a, .tabs-right .nav-tabs > li:last-child a, .nav-tabs.nav-justified li:first-child a, .nav-tabs.nav-justified li:first-child a:hover, .nav-tabs.nav-justified li:last-child a, .nav-pills .nav-link, .nav-tabs.nav-justified li:last-child a:hover, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:first-child a, .tabs.tabs-bottom .nav.nav-tabs.nav-justified li:last-child a, .tabs-navigation, .tabs-navigation .nav-tabs > li:first-child a, .tabs-navigation .nav-tabs > li:last-child a, .nav-pills .nav-link, .navbar-toggler, .card, .card-header:first-child, .card-footer:last-child, .card-img, .badge, .badge-pill, .jumbotron, .alert, .progress, .modal-content, .tooltip-inner, .popover, .rounded, .toggle > label, .toggle.toggle-simple .toggle > label, .toggle.toggle-simple .toggle > label:after, .owl-carousel .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"], .owl-carousel.rounded-nav .owl-nav [class*="owl-"]:hover, .owl-carousel.full-width .owl-nav .owl-prev, .owl-carousel.big-nav .owl-nav .owl-prev, .owl-carousel.full-width .owl-nav .owl-next, .owl-carousel.big-nav .owl-nav .owl-next, .embed-responsive.embed-responsive-borders, .pricing-table h3, .pricing-table .plan, .featured-box, .featured-box .box-content, .thumb-info, .thumb-info .thumb-info-wrapper, .thumb-info .thumb-info-wrapper:after, .thumb-info .thumb-info-type, .thumb-info img, section.timeline .timeline-date, section.timeline .timeline-box, .testimonial blockquote, .testimonial.testimonial-style-2 blockquote, .testimonial.testimonial-style-3 blockquote, .testimonial.testimonial-style-4, .testimonial.testimonial-style-4 blockquote, .testimonial.testimonial-style-5 blockquote, .testimonial.testimonial-style-6 blockquote, .container .call-to-action, .progress, .progress.progress-border-radius, .progress.progress-border-radius .progress-bar, .progress-bar, .progress-bar-tooltip, .counters.with-borders .counter, html .scroll-to-top, .google-map.small, .google-map-borders, article.post .post-date .month, article.post .post-date .day, article .post-video, article .post-audio, ul.comments .comment-block, .recent-posts .date .month, #header nav.mega-menu .mega-menu-shop .dropdown-menu, .shop ul.products .product .add-to-cart-product, .product-info, .product-info img, .product-info + .product-info, .img-thumbnail.img-thumbnail-hover-icon:before, .product-thumb-info, .product .product-label span {border-radius: 4px!important;-moz-border-radius: 4px!important;-webkit-border-radius: 4px!important;}

#header .header-body {
    background: #000;
    border-top: 3px solid #b17f10;
}

#header .header-nav.header-nav-stripe nav > ul > li:hover > a {
    background-color: transparent;
    color: #cda74b!important;
}

#header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:hover:after {
    border-color: transparent transparent transparent #ffffff;
}

#header .header-nav-top {
    margin-top: 5px;
}
@media (min-width: 992px){
    .header-logo svg {
        width: 275px;
        height: 165px;
        margin:-30px 0 -15px 0;
    }
}
@media (max-width: 767px){
    .header-logo svg {
        width: 205px;
        height: 113px;
        margin-top: -20px;
    }
}
@media (min-width: 992px){
    html #header.header-flex .header-nav {
        margin-top: 0;
    }
    .sidebar div.mt15{margin-top:0;}
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu {
        border-top-color: #765612;
        margin-top: 40px!important;
    }
    #header .header-nav-main nav > ul > li.dropdown .dropdown-menu li.dropdown-submenu > a:after {
        border-color: transparent transparent transparent #876828;
    }    
    html #header.header-flex .header-body {
    padding: 0 0 0;
    }
    .sticky-header-active #header.header-narrow .header-logo .logo-small {
        margin: 10px 0 0 0px;
    }    
    #header .header-nav-main nav > ul > li > a.dropdown-toggle:after {
        border-color: #b07e10 transparent transparent;
    } 
    #header .header-nav.header-nav-stripe nav>ul>li>a{
        font-size:13px;
        padding:20px 10px!important;
    } 
    .parallax-wrp-1 .parallax-background, 
    .parallax-wrp-3 .parallax-background,
    .parallax-wrp-5 .parallax-background,
    .parallax-wrp-7 .parallax-background,
    .parallax-wrp-9 .parallax-background{
        clip-path: polygon(100% 0%, 100% 50%, 100% 100%, 25% 100%, 0% 50%, 25% 0%);
    }
    .parallax-wrp-2 .parallax-background, 
    .parallax-wrp-4 .parallax-background,
    .parallax-wrp-6 .parallax-background,
    .parallax-wrp-8 .parallax-background,
    .parallax-wrp-10 .parallax-background
    {
        clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 50%, 0% 0%);
    }    
    .parallax-background {
        height: 100%!important;
        transform: none!important;
        background-size: cover!important;
        background-repeat: no-repeat!important;
        background-position: center!important;
    }   
    .icerik-resim .row.m-none{
        padding:0 0 0 60px;
    }
}

.icerik-resim .col-md-6{
    background: #fff;    
}
.icerik-resim section.section {
    background: #fff;
}
.icerik-resim  .text-color-dark:not(.btn) {
    color: #999!important;
}  
    
#header .header-nav.header-nav-stripe nav>ul>li>a, #header .dropdown-menu>li>a {
    color: #e5e5e5;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff!important;
    background-color: #b17f10;
}    

@media (max-width: 767px){  
    #header .header-nav.header-nav-stripe nav>ul>li>a, #header .dropdown-menu>li>a {
        color: #262626;
    }    
    #header .header-nav.header-nav-stripe nav > ul > li:hover > a {
        background-color: #b17f10;
        color: #fff;
    } 
    #header .header-btn-collapse-nav {
        margin-top: 36px;
    } 
    body:not(.page-) #header .header-nav.header-nav-stripe nav>ul>li>a, 
    body:not(.page-) #header .dropdown-menu>li>a {
        color: #e5e5e5;
    }    
}
    
    
@media screen and (max-width: 921px){
    .icerik-resim .parallax-background {
        background-repeat: no-repeat;
        transform: none!important;
        background-size: contain!important;
    }
}


.tp-caption.Newspaper-Button:hover, .Newspaper-Button:hover {
    color:#fff;
    background-color: #b17f10;
    border-color: rgb(206, 148, 20);
}

.page-header.breadcrumb8{
    background-position: 50% 30%;
    padding: 100px;
}

/*Footer Second*/
#footer .form-area.row div{margin-top:0!important;}
#footer h1,  #footer h2, #footer h3, #footer h4, #footer h5 {
    color: #ccc!important;
}
#footer .ozelFormLabel{color: #888;}
#footer .container .row>div {
    margin-bottom: 0;
}

#footer .single-footer-widget a, #footer p, #footer{color:#ffffff;}
.footer-form .form-group {
    margin-bottom: -10px;
}
#footer{
    margin-top: 0;
    padding-top: 0;
    background-image: url('/upload/slider/banner-c-1688732073.jpg');
    border-top: 0;  
    z-index: 2;
}
footer#footer:after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, black 0%, #00000099 69%, #00000047 93%);
    content: " ";
    z-index: -1;
}
footer#footer:before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0) url(https://www.webtasarim34.com/outsource/t1/vendor/rs-plugin/assets/gridtile.png);
    content: " ";
    z-index: 0;
}
.single-footer-widget .logo a {
    color: #283a5e;
    text-transform: uppercase;
    font-size: 23px;
    font-weight: 900;
}
.single-footer-widget .logo a span {
    color: #ffffff;
}
.single-footer-widget ul {
padding: 0;
margin: 0;
list-style-type: none;
color: #aaa;
}
#footer .footer2 .social-icons li{border-radius:0;box-shadow:none;list-style-type:none;}
#footer .footer2 .social-icons li:hover a{opacity:1}
#footer .footer2 .social-icons li a{color:#FFF!important;border-radius:0}
#footer .footer2 .social-icons li.social-icons-twitter a{background:#1aa9e1}
#footer .footer2 .social-icons li.social-icons-facebook a{background:#3b5a9a}
#footer .footer2 .social-icons li.social-icons-instagram a{background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);}
#footer .footer2 .social-icons li:hover.social-icons-instagram a{background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%) !important;}
#footer .usefull-links li:before {
    content: "›";
    color: #b17f10;
    font-weight: 800;
    width: 10px;
    top: -2px;
    font-size: 15px;
    display: inline-block;
    text-align: right;
    border: none;
    margin: 0px 7px 0px 0px;
    position: relative;
}
#footer p, #footer a{color:#d0d0d0;}
#footer .firma-adi {
    font-size: 19px;
    font-weight: 700;
    margin-top: 7px;
    float: left;
    line-height: 26px;
    margin-bottom: 20px;
}
#footer .logo>a>img{float:left;margin:5px;height:55px;}
    #header .header-nav-bar .header-nav-main{float:right;}
    /* #header .header-logo{width:100%!important;} */
    #header .header-logo img{float:left;}
    .header-widgets__widget:last-of-type {
    padding-right: 0;
}
#footer section.section {
background: #1b1b1b;}
#footer .footer-copyright {
background:transparent;
border:0;
margin-top:0;
padding: 0;
}
.mdl-15{left: -15%;}
#footer .container .row>div {
    margin-bottom: 0;
}    
#footer section.iletisim-anasayfa {
    background: transparent;
}    
/*Footer Second Son*/    
.divider.divider-small hr{background: #b17f10 !important;}

html .btn-primary {
    border-color: #b17f10 #b17f10 #76560e;
}
html .btn-primary-scale-2 {
    background-color: #b17f10;
}
html .btn-primary-scale-2:hover {
    border-color: #b17f10 #b17f10 #9f720f;
}
    
.footer-ribbon{display:none;}

.parallax-background{background-repeat: no-repeat;/*background-size:auto !important;*/}
/* .call-to-action.call-to-action-in-footer{margin-bottom:0 !important;} */
.page-kurs-basvuru .aboutDesc .markalar-kutu:not(.list-inline){margin-bottom: -50px;margin-top: 50px;}

/* Anasayfa */
.page- .aboutDesc .markalar-kutu:not(.list-inline){margin-bottom: -50px;}
.page- .call-to-action.call-to-action-in-footer{margin-bottom:0 !important;}

/* GEmi Adamı */
.page-gemi-adami-kursu .aboutDesc .markalar-kutu:not(.list-inline){margin-bottom: -50px;}
.page-gemi-adami-kursu .call-to-action.call-to-action-in-footer{margin-bottom:0 !important;}

/* Yağcı */
.page-yagci-kursu .aboutDesc .markalar-kutu:not(.list-inline){margin-bottom: -50px;}
.page-yagci-kursu .call-to-action.call-to-action-in-footer{margin-bottom:0 !important;}

/* STCW */
.page-stcw-kursu .aboutDesc .markalar-kutu:not(.list-inline){margin-bottom: -50px;}
.page-stcw-kursu .call-to-action.call-to-action-in-footer{margin-bottom:0 !important;}

/* Diğer */
.page-diger-kurslarimiz .aboutDesc .markalar-kutu:not(.list-inline){margin-bottom: -50px;}
.page-diger-kurslarimiz .call-to-action.call-to-action-in-footer{margin-bottom:0 !important;}



.markalar-kutu {background-color: #f4f4f4;padding: 30px 0;}

.markalar-kutu ul {
  text-align: justify;
  padding: 0;
  margin: 0;
}
.markalar-kutu ul:after {
  content: '';
  width: 100%;
  height: 1px;
  display: inline-block;
  visibility: hidden;
}
.markalar-kutu ul > li {
  float: none;
  text-align: center;
  display: inline-block;
}


/* */
.page-iletisim #footer{margin-top:0;}

/* Canlı Gemi Sayfası CSS */
.page-canli-gemi .page-header.parallax {margin: -6px;}
.page-canli-gemi #footer{margin-top:0;}

/* Scroll To Top - Sayfa Başına Dön Butonu */
html .scroll-to-top{right:12px;border-radius: 7px;bottom: 95px;color: #ffffff;}
html .scroll-to-top:hover, html .scroll-to-top:active, html .scroll-to-top:focus{color:#fff;}
html .scroll-to-top {background: #b17f10}

.section.template-2{margin-top:0;}

.section-primary.template-2 span, .section-primary.template-2 label{color:#fff;}

.counters.template-2 strong { line-height: 1;font-size: 3.6em;font-family: "Poppins", sans-serif;font-weight:normal;}
.counters.template-2 label{ font-family: "Poppins", sans-serif;font-weight:normal;font-size: 1.1em;color: #6a80a9 !important;}

/* .sidebar form .form-area .col-md-6{padding:0;} */

.breadcrumb-section{margin:0 0 60px 0 !important;}

.page-header-custom-background{/*background-position:bottom;*/}

body.page- .call-to-action.call-to-action-primary {background: #0192d5;margin-bottom:0!important;}

@media (max-width: 479px){
section.call-to-action {padding:0;}   
section.call-to-action .call-to-action-content {margin-bottom:0 !important;padding-bottom:0 !important;}
}

.breadcrumb a, .breadcrumb li, .breadcrumb li:before, .breadcrumb>li+li:before, .breadcrumb>.active{color:#fff;}

html section.section-primary.section-counters {
background-color: #0088cc !important;
    border-color: #0077b3 !important;
}

.page-header.parallax {
    margin: 0 0 35px 0;top:-5px;
}

.page-header-custom-background h1 span {opacity: 1;}

@media (max-width: 479px){
    .header-logo img{zoom: 0.8 !important;}
    .header-logo{height:auto !important;}
}


.products-list {
	list-style: none;
	padding: 0;
	margin: 0 -10px 0;
}
.products-list > li {
	padding: 10px;
	width: 100%;
}

.product {
	position: relative;
}
.product .product-image-area {
	overflow: hidden;
	position: relative;
	padding: 3px;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 6.99px;
}
.product .product-image-area .product-image {
	display: block;
	overflow: hidden;
	position: relative;
	border-radius: 3px;
}
.product .product-image-area .product-image img {
	display: block;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.product .product-image-area .product-image .product-hover-image {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	visibility: hidden;
}
.product .product-quickview {
	position: absolute;
	right: 0;
	top: 0;
	background-color: #0088CC;
	color: #fff;
	padding: 10px;
	z-index: 9;
	border-radius: 0 5px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	font-size: 12px;
	line-height: 1.4;
}
.product .product-quickview span {
	margin-left: 2px;
}
.product .product-quickview:hover, .product .product-quickview:focus {
	opacity: 0.9 !important;
	color: #fff;
	text-decoration: none;
}
.product .product-quickview:hover span, .product .product-quickview:focus span {
	text-decoration: underline;
}
.product .product-label {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #fff;
	line-height: 1;
	z-index: 5;
	text-align: center;
}
.product .product-label + .product-label {
	top: 40px;
}
.product .product-label span {
	display: block;
	position: relative;
	padding: 7px 10px;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	border-radius: 4px;
}
.product .product-label span.discount {
	background-color: #e27c7c;
}
.product .product-label span.new {
	background-color: #62b959;
}
.product .product-details-area {
	padding: 10px;
	text-align: center;
}
.product .product-details-area .product-actions {
	margin: 0 -10px;
}
.product .product-name {
	color: #777;
	font-weight: 400;
	font-size: 14px;
	margin: 0 0 3px;
}
.product .product-name a {
	color: #777;
}
.product .product-name a, .product .product-name a:hover, .product .product-name a:focus {
	color: #0088CC;
	text-decoration: none;
}
.product:hover .product-image-area .product-image .product-hover-image {
	visibility: visible;
	opacity: 1;
}
.product:hover .product-quickview {
	visibility: visible;
	opacity: 1;
}

.product-ratings {
	font-size: 11px;
	line-height: 1.25;
	background: url(../../img/demos/shop/rating-bar.png) center no-repeat;
	height: 14px;
	margin: 7px 0 6px;
}
.product-ratings .ratings-box {
	position: relative;
	display: inline-block;
	margin-top: 1.5px;
	overflow: hidden;
	width: 64px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
}
.product-ratings .ratings-box:before {
	font-family: "FontAwesome";
	content: "\f005\20\f005\20\f005\20\f005\20\f005";
	width: 64px;
	height: 11px;
	color: #c3c5c9;
	display: block;
	font-size: 11px;
	line-height: 11px;
}
.product-ratings .ratings-box .rating {
	float: left;
	height: 11px;
	position: absolute;
	left: 0;
	top: 0;
	overflow: hidden;
}
.product-ratings .ratings-box .rating:before {
	font-family: "FontAwesome";
	content: "\f005\20\f005\20\f005\20\f005\20\f005";
	width: 64px;
	height: 11px;
	color: #ffc600;
	display: block;
	font-size: 11px;
	line-height: 11px;
}

.product-price-box {
	font-size: 0;
	margin: 5px 0 3px;
}
.product-price-box .old-price,
.product-price-box .product-price {
	display: inline-block;
	vertical-align: middle;
	font-weight: 600;
}
.product-price-box .old-price {
	color: #999;
	font-size: 14px;
	text-decoration: line-through;
}
.product-price-box .old-price + .product-price {
	margin-left: 6px;
}
.product-price-box .product-price {
	font-size: 20px;
	color: #444;
}

.product-actions a {
	display: inline-block;
	position: relative;
	margin: 10px 1px;
	vertical-align: middle;
	border-radius: 5px;
	text-align: center;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.product-actions a:hover, .product-actions a:focus {
	text-decoration: none;
}
.product-actions a.addtocart {
	color: #333;
	background-color: #fff;
	font-size: 14px;
	padding: 0 10px 0 8px;
	height: 32px;
	line-height: 30px;
	border: 1px solid #ccc;
}
.product-actions a.addtocart i {
	font-size: 15px;
	margin-right: 2px;
}
.product:hover .product-actions a.addtocart {
	background-color: #0088CC;
	border-color: #0088CC;
	color: #fff;
}
.product-actions a.addtocart.outofstock {
	padding: 0 10px;
	cursor: default;
}
.product:hover .product-actions a.addtocart.outofstock {
	color: #333 !important;
	background-color: #fff !important;
	border-color: #ccc !important;
}
.product-actions a.addtowishlist, .product-actions a.comparelink, .product-actions a.quickview {
	font-size: 17px;
	height: 32px;
	width: 32px;
	line-height: 32px;
	background-color: transparent;
	visibility: hidden;
	opacity: 0;
}
.hide-addtolinks .product-actions a.addtowishlist, .hide-addtolinks .product-actions a.comparelink, .hide-addtolinks .product-actions a.quickview {
	display: none;
}
.product-actions a.addtowishlist {
	right: -37px;
	color: #ed4949;
	border: 1px solid #ed4949;
}
.product-actions a.addtowishlist:hover {
	color: #fff;
	background-color: #ed4949;
}
.product:hover .product-actions a.addtowishlist {
	visibility: visible;
	opacity: 1;
	right: 0;
}
.product-actions a.comparelink {
	left: -37px;
	color: #52b9b5;
	border: 1px solid #52b9b5;
}
.product-actions a.comparelink:hover {
	color: #fff;
	background-color: #52b9b5;
}
.product:hover .product-actions a.comparelink {
	visibility: visible;
	opacity: 1;
	left: 0;
}
.product-actions a.quickview {
	visibility: visible;
	opacity: 1;
	color: #0088CC;
	border: 1px solid #0088CC;
}
.product-actions a.quickview:hover {
	color: #fff;
	background-color: #0088CC;
}

.product.product-list:after {
	content: '';
	display: table;
	clear: both;
}
.product.product-list .product-details-area {
	text-align: left;
	padding: 0 20px;
}
.product.product-list .product-short-desc {
	font-size: 14px;
	line-height: 1.5;
}
.product.product-list .product-ratings {
	background: none;
	margin-bottom: 10px;
}
.product.product-list .product-name {
	font-size: 18px;
	margin: 10px 0;
}
.product.product-list .product-price-box {
	margin-top: 10px;
}
.product.product-list .product-actions {
	margin: 0;
}
.product.product-list .product-actions a.addtowishlist, .product.product-list .product-actions a.comparelink, .product.product-list .product-actions a.quickview {
	left: auto;
	right: auto;
	visibility: visible;
	opacity: 1;
}
.product.product-list .product-actions a.addtocart {
	background-color: #0088CC;
	border-color: #0088CC;
	color: #fff;
}
@media (min-width: 600px) {
	.product.product-list .product-image-area {
		float: left;
		width: 20%;
	}
	.product.product-list .product-details-area {
		float: left;
		width: 80%;
	}
}

.product.product-sm {
	padding: 6px 0 8px;
	max-width: 300px;
}
.product.product-sm:after {
	content: '';
	display: table;
	clear: both;
}
.product.product-sm .product-image-area {
	width: 33%;
	float: left;
	padding: 2px;
}
.product.product-sm .product-details-area {
	float: left;
	width: 67%;
	text-align: left;
	padding: 10px 16px;
}
.product.product-sm .product-name {
	font-size: 12px;
}
.product.product-sm .product-ratings {
	background: none;
	margin-bottom: 5px;
}
.product.product-sm .product-price-box {
	margin: 2px 0 3px;
}
.product.product-sm .product-price-box .old-price {
	font-size: 11px;
}
.product.product-sm .product-price-box .old-price + .product-price {
	margin-left: 3px;
}
.product.product-sm .product-price-box .product-price {
	font-size: 15px;
}

.sidebar.shop-sidebar .panel-group {
	margin-bottom: 40px;
}
.sidebar.shop-sidebar .panel-group .panel + .panel {
	margin-top: 14px;
}
.sidebar.shop-sidebar .panel.panel-default {
	border-radius: 6.99px;
	border: none;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading {
	border-radius: 0;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading .panel-title {
	margin: 0;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	color: #777;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a {
	position: relative;
	border-radius: 6.99px 6.99px 0 0;
	padding-top: 11.5px;
	padding-bottom: 11.5px;
	padding-right: 45px;
	color: #777;
	border: 1px solid #ddd;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a:before {
	font-family: 'FontAwesome';
	content: "\f0d8";
	width: 26px;
	height: 26px;
	display: block;
	border: 1px solid #ddd;
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -13px;
	border-radius: 3px;
	color: #ccc;
	text-align: center;
	line-height: 24px;
	background-color: #fff;
	font-size: 10px;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a:hover:before {
	background-color: #0088CC;
	border-color: #0088CC;
	color: #fff;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a.collapsed {
	border-radius: 6.99px;
}
.sidebar.shop-sidebar .panel.panel-default .panel-heading a.collapsed:before {
	content: "\f0d7";
}
.sidebar.shop-sidebar .panel.panel-default .panel-body {
	padding: 15px 15px 7px;
	border: 1px solid #ddd;
	border-top: none;
	border-radius: 0 0 6.99px 6.99px;
	background-color: #fbfbfb;
}
.sidebar.shop-sidebar .filter-price {
	margin: 14px 0 9px;
}
.sidebar.shop-sidebar .filter-price #price-slider {
	margin-bottom: 20px;
}
.sidebar.shop-sidebar .filter-price .noUi-target {
	background: #eee;
	border-radius: 0;
	border: none;
	box-shadow: none;
}
.sidebar.shop-sidebar .filter-price .noUi-handle {
	background: #0088CC;
	cursor: pointer;
	border-radius: 5px;
	border: none;
	box-shadow: none;
}
.sidebar.shop-sidebar .filter-price .noUi-handle:before, .sidebar.shop-sidebar .filter-price .noUi-handle:after {
	display: none;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal {
	position: relative;
	height: 7px;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal .noUi-handle {
	position: absolute;
	width: 13px;
	height: 18px;
	border: 0;
	left: -6.5px;
	top: -6px;
}
.sidebar.shop-sidebar .filter-price .noUi-horizontal .noUi-base .noUi-origin {
	position: absolute;
}
.sidebar.shop-sidebar .filter-price .noUi-connect {
	background-color: #1ab3ff;
	box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
}
.sidebar.shop-sidebar .filter-price .filter-price-details {
	text-align: center;
}
.sidebar.shop-sidebar .filter-price .filter-price-details * {
	white-space: normal;
}
.sidebar.shop-sidebar .filter-price .filter-price-details span {
	vertical-align: middle;
	line-height: 26px;
}
.sidebar.shop-sidebar .filter-price .filter-price-details .form-control {
	display: inline-block;
	vertical-align: middle;
	color: #a3a2a2;
	padding: 2px 5px;
	font-size: 14px;
	margin: 0 2px;
	width: 50px;
	height: 26px;
}
.sidebar.shop-sidebar .filter-price .filter-price-details .btn {
	border: none;
	height: 26px;
	line-height: 26px;
	color: #fff;
	border-radius: 5px;
	padding: 0 10px;
	font-size: 14px;
	margin: 5px 0;
}
.sidebar.shop-sidebar ul, .sidebar.shop-sidebar ol {
	padding: 0;
	margin: -7px 0 0;
	list-style: none;
}
.sidebar.shop-sidebar ul li a, .sidebar.shop-sidebar ol li a {
	color: #777;
	line-height: 2.5;
}
.sidebar.shop-sidebar .configurable-filter-list {
	padding: 0;
	margin: 0 -5px;
	list-style: none;
	font-size: 0;
}
.sidebar.shop-sidebar .configurable-filter-list li {
	display: inline-block;
	margin: 0 5px 8px;
}
.sidebar.shop-sidebar .configurable-filter-list li a {
	display: block;
	color: #777;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	background: #f4f4f4;
	border: 1px solid #cccccc;
	border-radius: 3px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.sidebar.shop-sidebar .configurable-filter-list li a:hover {
	border-color: #0088CC;
	text-decoration: none;
}
.sidebar.shop-sidebar .configurable-filter-list.filter-list-color li a {
	padding: 1px;
}
.sidebar.shop-sidebar .configurable-filter-list.filter-list-color li a span {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 3px;
}
.sidebar.shop-sidebar h4 {
	margin-bottom: 10px;
	text-transform: uppercase;
}
.sidebar.shop-sidebar .owl-carousel .owl-nav {
	top: -28px;
	width: auto;
	right: 5px;
	margin: 0;
	line-height: 1;
}
.sidebar.shop-sidebar .owl-carousel .owl-nav .owl-prev,
.sidebar.shop-sidebar .owl-carousel .owl-nav .owl-next {
	font-size: 16px;
	line-height: 1;
	min-width: 18px;
}

.product-essential {
	margin-bottom: 50px;
}

@media (max-width: 767px) {
	.product-img-box {
		margin-bottom: 25px;
	}
}
.product-img-box img {
	display: block;
	width: 100%;
	height: auto;
}
.product-img-box .product-img-wrapper {
	padding: 3px;
	border: 1px solid #ddd;
	border-radius: 6.99px;
}
.product-img-box .owl-carousel {
	margin-bottom: 0;
}

.zoomContainer {
	z-index: 49;
}

.product-img-box-wrapper {
	position: relative;
	margin-bottom: 10px;
}
.product-img-box-wrapper .product-img-zoom {
	position: absolute;
	right: 11px;
	bottom: 7px;
	z-index: 50;
}

.product-details-box .product-nav-container {
	float: right;
}
@media (max-width: 767px) {
	.product-details-box .product-nav-container {
		margin-top: -15px;
	}
}
.product-details-box .product-nav-container .product-nav {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	font-size: 0;
}
.product-details-box .product-nav-container .product-nav a {
	color: #555;
	display: inline-block;
	font-size: 22px;
	line-height: 58px;
	text-decoration: none;
	min-width: 31px;
	text-align: center;
}
.product-details-box .product-nav-container .product-nav a:hover, .product-details-box .product-nav-container .product-nav a:focus {
	text-decoration: none;
}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown {
	border-top: 3px solid #0088CC;
	position: absolute;
	top: 100%;
	left: auto;
	right: 0;
	margin-right: -17.5px;
	padding: 10px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
	text-align: center;
	border-radius: 4px;
}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown:before {
	content: "";
	width: 5px;
	height: 2px;
	border: 5px solid transparent;
	border-bottom-color: #0088CC;
	display: block;
	position: absolute;
	top: -13px;
	right: 32px;
}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown img {
	display: block;
	width: 80px;
	height: auto;
	margin-bottom: 10px;
}
.product-details-box .product-nav-container .product-nav .product-nav-dropdown h4 {
	margin: 0;
	font-weight: 600;
	font-size: 11px;
	line-height: 1.35;
	color: #777;
}
.product-details-box .product-nav-container .product-nav.product-nav-prev .product-nav-dropdown {
	right: auto;
	left: 0;
	margin-left: -17.5px;
	margin-right: 0;
}
.product-details-box .product-nav-container .product-nav.product-nav-prev .product-nav-dropdown:before {
	right: auto;
	left: 32px;
}
.product-details-box .product-nav-container .product-nav:hover > .product-nav-dropdown {
	visibility: visible;
	opacity: 1;
}
.product-details-box .product-nav-container .product-nav:hover > a {
	color: #0088CC;
	text-decoration: none;
}
.product-details-box .product-name {
	margin: 15px 0;
	font-size: 28px;
	font-weight: 600;
	line-height: 1;
	color: #555;
}
.product-details-box .product-rating-container {
	margin-bottom: 20px;
}
.product-details-box .product-rating-container .product-ratings {
	vertical-align: middle;
	display: inline-block;
	background: none;
	margin: 0 2px 0 0;
	font-size: 16px;
	height: 20px;
}
.product-details-box .product-rating-container .product-ratings .ratings-box {
	margin-top: 1.5px;
	width: 100px;
	height: 16px;
}
.product-details-box .product-rating-container .product-ratings .ratings-box:before {
	width: 100px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}
.product-details-box .product-rating-container .product-ratings .ratings-box .rating {
	height: 16px;
}
.product-details-box .product-rating-container .product-ratings .ratings-box .rating:before {
	width: 100px;
	height: 16px;
	font-size: 16px;
	line-height: 16px;
}
.product-details-box .product-rating-container .review-link {
	vertical-align: middle;
	display: inline-block;
	font-size: 14px;
	color: #bdbdbd;
}
.product-details-box .product-rating-container .review-link a {
	color: #bdbdbd;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 5px;
}
.product-details-box .product-rating-container .review-link a:hover, .product-details-box .product-rating-container .review-link a:focus {
	text-decoration: none;
	color: #0088CC;
}
.product-details-box .product-short-desc {
	padding: 0 0 10px;
	border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-short-desc p {
	font-size: 14px;
	line-height: 1.65;
	margin: 0 0 20px;
}
.product-details-box .product-detail-info {
	padding-bottom: 20px;
	margin-top: 20px;
	border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-detail-info .product-price-box {
	margin: 0 0 20px;
}
.product-details-box .product-detail-info .product-price-box .old-price {
	vertical-align: bottom;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
	color: #999;
}
.product-details-box .product-detail-info .product-price-box .product-price {
	font-size: 33px;
	line-height: 1;
	color: #0088CC;
}
.product-details-box .product-detail-info .availability {
	margin: 0 0 10px;
	font-size: 14px;
	color: #777;
	font-weight: 400;
}
.product-details-box .product-detail-info .email-to-friend {
	margin-bottom: 0;
}
.product-details-box .product-detail-info .email-to-friend a {
	color: #0088CC;
}
.product-details-box .product-detail-options {
	margin: 20px 0 0;
	position: relative;
	padding-bottom: 0;
	border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-detail-options label {
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	margin: 0 0 10px;
}
.product-details-box .product-detail-options label span:last-child {
	margin-left: 5px;
	font-weight: 400;
}
.product-details-box .product-detail-options .configurable-filter-list {
	padding: 0;
	margin: 0 0 20px;
	list-style: none;
	font-size: 0;
}
.product-details-box .product-detail-options .configurable-filter-list li {
	display: inline-block;
	margin: 0 3px 5px 0;
}
.product-details-box .product-detail-options .configurable-filter-list li a {
	display: block;
	color: #777;
	width: 30px;
	height: 30px;
	font-size: 14px;
	line-height: 28px;
	background: #f4f4f4;
	border: 1px solid #cccccc;
	border-radius: 3px;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.product-details-box .product-detail-options .configurable-filter-list li a:hover {
	border-color: #0088CC;
	text-decoration: none;
}
.product-details-box .product-detail-options .configurable-filter-list.filter-list-color li a {
	padding: 1px;
}
.product-details-box .product-detail-options .configurable-filter-list.filter-list-color li a span {
	display: inline-block;
	width: 26px;
	height: 26px;
	border-radius: 3px;
}
.product-details-box .product-detail-qty {
	display: inline-block;
	vertical-align: middle;
	margin-right: 7px;
	width: 60px;
}
.product-details-box .product-detail-qty #product-vqty {
	border-radius: 3px;
	width: 35px !important;
	border-color: #e1e1e1;
	color: #0088CC;
	padding-left: 2px;
	padding-right: 2px;
	text-align: center;
}
.product-details-box .product-detail-qty .btn {
	border-radius: 3px;
}
.product-details-box .product-detail-qty .btn.btn-default {
	color: #ccc;
	font-size: 8px;
	border-color: #e1e1e1;
}
.product-details-box .product-detail-qty .btn.btn-default.bootstrap-touchspin-up {
	margin-top: -2px;
}
.product-details-box .product-detail-qty .btn.btn-default.bootstrap-touchspin-down {
	margin-bottom: -2px;
}
.product-details-box .product-actions {
	margin-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ebebeb;
}
.product-details-box .product-actions:after {
	content: '';
	display: table;
	clear: both;
}
.product-details-box .product-actions .addtocart {
	color: #fff;
	border-color: #0088CC;
	background-color: #0088CC;
	line-height: 36px;
	height: 38px;
	min-width: 160px;
	text-align: center;
}
.product-details-box .product-actions .addtocart:hover, .product-details-box .product-actions .addtocart:focus {
	color: #fff;
	border-color: #009ceb;
	background-color: #009ceb;
}
.product-details-box .product-actions .actions-right {
	float: right;
}
@media (max-width: 480px) {
	.product-details-box .product-actions .actions-right {
		float: none;
		margin-top: -5px;
	}
}
.product-details-box .product-actions .actions-right .addtowishlist,
.product-details-box .product-actions .actions-right .comparelink {
	opacity: 1;
	visibility: visible;
	left: auto;
	right: auto;
	width: 38px;
	height: 38px;
	line-height: 38px;
	font-size: 17px;
}
.product-details-box .product-actions .actions-right .addtowishlist + .comparelink {
	margin-left: 5px;
}
@media (min-width: 768px) {
	.product-details-box .product-share-box {
		padding-bottom: 20px;
	}
}

.bootstrap-touchspin .input-group-btn-vertical {
	position: relative;
	white-space: nowrap;
	width: 1%;
	vertical-align: middle;
	display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
	display: block;
	float: none;
	width: 100%;
	max-width: 100%;
	padding: 9px 10px;
	margin-left: -1px;
	position: relative;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
	border-radius: 3px;
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
	margin-top: -2px;
	border-radius: 3px;
}

.bootstrap-touchspin .input-group-btn-vertical i {
	position: absolute;
	top: 5px;
	left: 6px;
	font-size: 9px;
	font-weight: normal;
}

.sidebar .feature-box h4 {
	color: #313131;
	font-size: 16px;
	margin: 0;
	line-height: 1.5;
	padding-top: 6px;
	font-weight: 600;
}
.sidebar .feature-box .feature-box-info {
	padding-left: 60px;
	font-size: 12px;
}
.sidebar .feature-box.feature-box-style-3 {
	min-height: 50px;
	margin-bottom: 20px;
}
.sidebar .feature-box.feature-box-style-3 .feature-box-icon {
	font-size: 30px;
	color: #000;
	float: left;
	width: 50px;
	height: 50px;
	line-height: 48px;
	border: 1px solid #bbb;
	border-radius: 50%;
	text-align: center;
}
.sidebar .feature-box.feature-box-style-3 .feature-box-icon i.fa {
	color: #000;
}
.sidebar.product-sidebar .product.product-sm .product-image-area {
	width: 44%;
}
.sidebar.product-sidebar .product.product-sm .product-details-area {
	width: 56%;
}
.sidebar.product-sidebar .product.product-sm .product-name {
	font-size: 13px;
	margin-bottom: 10px;
}
.sidebar.product-sidebar .product.product-sm .product-price-box .product-price {
	font-size: 20px;
}
.sidebar.product-sidebar .owl-carousel .owl-nav {
	top: -68px;
}

.tabs.product-tabs {
	margin-bottom: 40px;
}
@media (min-width: 992px) {
	.tabs.product-tabs {
		margin-bottom: 50px;
	}
}
@media (max-width: 600px) {
	.tabs.product-tabs .nav-tabs li {
		display: block;
	}
}
.tabs.product-tabs .tab-content {
	padding: 37px 15px;
	min-height: 200px;
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 2px #eee;
	background-color: #fff;
}
.tabs.product-tabs .tab-content p {
	margin-bottom: 15px;
}

@media (max-width: 767px) {
	.tabs.product-tabs.tabs-left .nav-tabs {
		display: block;
		width: 100%;
		height: auto;
	}
}
@media (max-width: 767px) {
	.tabs.product-tabs.tabs-left li {
		display: block;
	}
}
.tabs.product-tabs.tabs-left li a {
	border-radius: 5px 0 0 5px;
	border-top: 1px solid #eee !important;
	border-bottom: 1px solid #eee !important;
}
@media (min-width: 768px) {
	.tabs.product-tabs.tabs-left li a {
		border-right: none;
		margin-right: -1px;
		text-align: right;
	}
}
@media (max-width: 767px) {
	.tabs.product-tabs.tabs-left li a {
		margin-left: 0;
		margin-right: 0;
		border-right: 1px solid #eee !important;
	}
}
@media (min-width: 768px) {
	.tabs.product-tabs.tabs-left li + li {
		margin-top: 2px;
	}
}
.tabs.product-tabs.tabs-left .tab-content {
	border-left: 1px solid #eee;
	padding: 37px 15px 27px;
}
@media (min-width: 768px) {
	.tabs.product-tabs.tabs-left .tab-content {
		min-height: 250px;
	}
}
@media (max-width: 767px) {
	.tabs.product-tabs.tabs-left .tab-content {
		display: block;
		width: 100%;
		height: auto;
		padding-top: 25px;
		padding-bottom: 15px;
	}
}

.product-table,
.ratings-table {
	width: 100%;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}
.product-table thead th,
.product-table tbody td,
.ratings-table thead th,
.ratings-table tbody td {
	border-bottom: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	padding: 15px 10px;
	line-height: 1.3;
}
@media (max-width: 600px) {
	.product-table thead th,
	.product-table tbody td,
	.ratings-table thead th,
	.ratings-table tbody td {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.product-table {
	border: 1px solid #ddd;
}
.product-table .table-label {
	font-weight: 700;
	color: #000;
}

.product-list .list li{margin-bottom:0;font-size:12px;}

.product-list.well{background-color: rgba(245, 245, 245, 0.2);}

.ul_li_inline li{display:inline-block;float:left;padding-right:13px;}

.products-list li:first-child {padding-top:0;}

.product-list .list.list-icons li > .fa:first-child, .product-list .list.list-icons li a:first-child > .fa:first-child, .product-list .list.list-icons li > .icons:first-child, .product-list .list.list-icons li a:first-child > .icons:first-child,
.product-list .list-primary.list-icons li > .fa:first-child, .product-list .list-primary.list-icons li a:first-child > .fa:first-child, .product-list .list-primary.list-icons li > .icons:first-child, .product-list .list-primary.list-icons li a:first-child > .icons:first-child {
    color: #0088cc !important;
}
.braedcrumb-overlay {background: rgba(0, 0, 0, 0.5);}
.breadcrumb a:hover {color: inherit !important;}