* { margin:0; padding:0; }

body          { font-size:12px; line-height:20px; font-family:'arial'; color:#646464; text-align: left;background: transparent url("../images/bg_resim.jpg") repeat-y scroll 0% 0%;}
body > .container{
    /*background: #fff; */
    padding-left: 30px;
    padding-right: 30px;
    overflow: hidden;
    /*  width: 1120px; */
}
img           { border:0; vertical-align:top; }
a             { color:#adadad; text-decoration: none;}
a:hover       {text-decoration:none;color:#f7b71e}
a:focus{ outline:none !important; }
*:focus, *:active{ outline:none !important; }
img { max-width: 100%; height: auto;}
/* Headings */
h1,h2,h3,
h4,h5,h6      { margin:0 0 5px; line-height:1.35;font-family: 'arial';}
h1            { font-size:20px; font-weight:normal; }
h2            { font-size:18px; font-weight:normal; }
h3            { font-size:15px; font-weight:normal; }
h4            { font-size:14px; font-weight:normal; }
h5            { font-size:12px; font-weight:normal; }
h6            { font-size:11px; font-weight:normal; }

/* Forms */
form          { display:inline; }
fieldset      { border:0;line-height: 25px }
legend        { display:none; }

/* Table */
table         { border:0; /*border-collapse:collapse;*/ border-spacing:0; empty-cells:show; font-size:100%; }
caption,th,td { vertical-align:top; text-align:left; font-weight:normal; }

/* Content */
p             { margin:0 0 10px; }
strong        { font-weight:normal; }
address       { font-style:normal; line-height:25px; }
cite          { font-style:normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small,big     { font-size:1em; }
/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul,ol         { list-style:none; margin: 0;}

input, select, textarea, button{ font-size: 12px;}
/** header **/
.header-container{
    /*background: url('../images/bg-header.png');
    background: #333d40;*/

    text-transform: uppercase
}
.top-header{
    border-bottom: 1px solid #5D5D5D;

    padding: 10px 0;
    /* background:#293133;*/
}
#logo{
    /*margin-top: 22px;*/
}
.search-cate{
    padding-top: 22px;
    padding-bottom: 5px;
}
.top-link .language,
.top-link .curren,
.top-link .menu.dropit,
.top-link #cart,
.top-link .checkout-toplink,
.top-link .wishlist-toplink{
    min-width: 100px;
    cursor: pointer;
    text-align: center;
    float: right;
    border-left: 1px solid #5c5c5c;
    padding: 13px 0 0;
}
.top-link #cart{
    border-right: 1px solid #5c5c5c;
}

.top-link .checkout-toplink,
.top-link .wishlist-toplink{
    padding-bottom: 13px;
}

.top-link .dropit .dropit-trigger, .select-menu .select-menu-item {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    /*float: right;*/
    color: #fff;
    border: medium none !important;
    font-size: 12px;
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
}
.wishlist-toplink a, .checkout-toplink a{
    font-size: 12px;
    text-transform: uppercase;
    font-family: arial;
    font-weight: bold;
    color: #fff;
}
.dropdown-select-menu, .menu_link {
    position: absolute;
    top: 83px;
    right: 0px;
    display: none;
    transition: all 0.5s ease-out 0s;
    background: #FFF none repeat scroll 0% 0%;
    padding: 5px 5px;
    z-index: 9999;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.5);
    min-width: 130px;
}
.dropit-trigger,
.select-menu-item{
    padding-bottom: 13px !important;
}
.menu.dropit > li{
    display: inline-block;
}
#cart .cart-inner:hover .dropdown-menu-cart,
.dropit-trigger:hover .menu_link,
.select-menu-item:hover .dropdown-select-menu{
    display: block
}
#cart .cart-inner ul {
    width: 260px;
    position: absolute;
    top: 83px;
    right: 0px;
    border: 1px solid #f7b71e;
    background: #FFF none repeat scroll 0% 0%;
    padding: 15px;
    text-align: left;
    border-radius: 0px;
    display: none;
    z-index: 9999
}
#cart .dropdown-menu-cart  li{
    float: left;
    width: 100%;
    margin: 0px 0px 10px;
}
#cart .dropdown-menu-cart  li .product-image{
    float: left;
    display: block;

}
#cart .dropdown-menu-cart  li .product-details{
    margin-left: 60px;
    position: relative;
}
#cart .dropdown-menu-cart  li .product-details .product-name{
    text-align: left
}
#cart .dropdown-menu-cart  li .product-details button{
    position: absolute;
    right: 0px;
    top: 6px;
    cursor: pointer;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 0px;
    line-height: 0;
    background: url("../images/btn_remove.gif") no-repeat scroll 0px 0px transparent;
    text-indent: -999em;
    overflow: hidden;
    border: none;
}
#cart .dropdown-menu-cart  li .product-details .product-name{
    word-wrap: break-word;
    width: 80%;
}
#cart .dropdown-menu-cart  li .product-details .product-name a {
    font-size: 10px;
}
#cart .dropdown-menu-cart  li .product-details .price {
    color: #f7b71e;
    width: auto;
    font-size: 12px;
}
#cart .dropdown-menu-cart .top-subtotal{
    margin: 0px 0px 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: normal;
}
.total1{
    display: none
}
#cart .dropdown-menu-cart .top-subtotal span {
    font-size: 15px;
    color: #f7b71e;
    font-weight: bold;
    font-size: 17px;
}
#cart .dropdown-menu-cart .action button{
    width: 100%;
}
#cart .dropdown-menu-cart .action {
    padding: 0px;
    margin: 10px 0px 0px;
    transition: all 0.3s ease-out 0s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    float: right
}
#cart .dropdown-menu-cart .action a{
    display: block;
    padding: 12px 20px;
    text-align: center;
    white-space: nowrap;
    text-transform: uppercase;
    background: none repeat scroll 0% 0% #363636;
    color: #FFF;
}
.top-link i.fa-shopping-cart,
.top-link i.fa-money,
.top-link i.fa-language,
.top-link i.fa-exchange,
.top-link i.fa-heart-o,
.top-link i.fa-user{
    width: 100%;
    font-size: 50px;
    color: #FFF;
    margin: 0px;
    text-align: center;
}
#cart .cart-inner{
    position: relative;
    display: inline-block;
    width: 100%;
    font-weight: bold;
    padding-bottom: 13px;
}
#cart .cart-inner span{
    color: #fff;
}
#cart button.button-cart{
    position: absolute;
    right: 10px;
    top: 0px;
    width: 25px;
    height: 20px;
    background: #f7b71e;
    border-radius: 13px;
    border: none;
    color: #fff;
}
.main-menu{
    /*background: #262626;*/
    background:#333d40;
}
.bottom-header{
    background: #f7b71e;
}
/** ver megamenu **/
.vermagemenu{
    /*position: absolute;*/
    width: 100%;
    /*padding: 0 30px 0 0;*/
    z-index: 3000;

}
.over-menu { display: none; }
.close-wrap i,
.more-wrap i{
    margin-right:10px;
}
.close-wrap a,
.more-wrap a{
    background: #F2F2F2 !important;
    border-bottom: none!important;
    color: #f7b71e !important;
    font-weight:bold!important;
    line-height:30px !important
}
.close-wrap a:hover,
.more-wrap a:hover{


}
.content-vermagemenu{
    background: none repeat scroll 0% 0% #333d40;
    position: relative
}
.vermagemenu h2{
    margin: 0px;
    color: #FFF;
    text-transform: uppercase;
    margin:0;
    padding: 17px 0px 18px 20px;
    cursor: pointer;
    font-size: 46px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: -2px;
}
.vermagemenu h2 i{
    position:absolute;
    right:15px;
    top:35%;
}
.navleft-container{
    background: none repeat scroll 0% 0% #F2F2F2;
    /*padding: 0px 15px;*/
    border: 1px solid #EEE;
    font-size:14px;
    width: 1112px;
    display:none;
    position: absolute;
    z-index: 3000;
    max-height:650px;
    overflow:hidden;
    /*overflow-y:scroll;*/
    padding-right:20px;
    padding-top: 10px;
}
.common-home .navleft-container{
    display:block;

}
.pt_vmegamenu{margin:0px}
.pt_vmegamenu div.pt_ver_menu.active{background:none!important}
.pt_vmegamenu .parentMenu .parentMenu a span{font-size:15px!important}
#pt_vmegamenu{margin-bottom: 0;padding-bottom:0;padding-top:0}
.pt_vmegamenu .parentMenu a{
    color: #464646;
    text-transform: capitalize;
    word-wrap: break-word;
    font-size: 11px;
    font-weight: bold;
    font-family: "arial";
    line-height: 15px;
    padding: 2px 4px;
    display: block;
}
.pt_vmegamenu .parentMenu a:hover{
    color:#fff;
    background: #000;
}
.pt_vmegamenu .pt_ver_menu:last-child .parentMenu a:last-child{border:none;}
/*.pt_vmegamenu div.pt_ver_menu_no_child .parentMenu a{background: none!important;}*/
.pt_vmegamenu div.had-child .parentMenu a::before{
    content: "\f0da";
    font-family: FontAwesome;
    float: right;
    color: #000;
}
.pt_vmegamenu div.had-child .parentMenu a:hover::before{
    color: #fff;
}
/*#pt_vmegamenu .pt_ver_menu{
    padding: 10px 0;
}*/
#pt_vmegamenu .pt_ver_menu, #pt_vmegamenu .pt_ver_menu .parentMenu{width:100%}
.pt_vmegamenu .pt_ver_menu .popup{
    border:none;
    padding: 0px;
    position: absolute;
    left: 100%;
    text-align: left;
    z-index: 3000 !important;
    background: none!important;
}
.pt_vmegamenu div.column {
    width: 170px!important;
}
.pt_vmegamenu .pt_ver_menu .popup .content-popup{
    /* border: 1px solid #e5e5e3;*/
    background:#000;
    float: left;
    box-shadow: none;
    border-radius: 0;
    color: #fff;
    padding: 20px;
}
.pt_vmegamenu div.popup a.act{color:#333;}
.block1 .column{padding-bottom:0!important; margin-bottom:0px!important}
.block1 .column .itemMenu a.level0{
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    line-height: 20px;
    width: 100%;
    font-family: bitterregular;
    text-transform: capitalize;
}
.block1 .column .itemMenu a.level0.actParent{

}
.block1 .column .itemMenu a.level0.actParent span{
    padding-bottom: 15px;
    border-bottom: 2px solid #4d4d4d;
}
.block1 .column .itemSubMenu a.level0{background:none}
.pt_vmegamenu div.column{
    border:none!important;
    margin:0 15px 0 0!important;
    padding:0px!important;
    float:left;
}
.pt_vmegamenu div.column.last{
    margin-right:0px!important;
}
.pt_vmegamenu div.column.blockright{
    width:150px;
    text-align: center;
    margin-right:0!important;
}
.popup .block1{
    float:left;
}
.pt_vmegamenu div.itemSubMenu {
    margin: 20px 0!important;
}
.block1 .itemSubMenu .itemMenu a.itemMenuName{
    color: #adadad;
    font-weight: normal;
    line-height: 25px;
    font-size: 13px;
    text-transform: capitalize;
    line-height:28px;
    font-family: arial;
    padding: 10px 0;
}
.block1 .itemSubMenu .itemMenu a.itemMenuName:hover{
    color:#f7b71e !important;


}
a.itemMenuName:hover{
    color:#f7b71e !important;

}
.navleft-container .thumbnail_image{
    background: #797979;
    border-radius: 100%;
    margin-right: 10px;
}
.pt_vmegamenu .pt_ver_menu:nth-last-child(6) .popup,
.pt_vmegamenu .pt_ver_menu:nth-last-child(5) .popup,
.pt_vmegamenu .pt_ver_menu:nth-last-child(4) .popup,
.pt_vmegamenu .pt_ver_menu:nth-last-child(3) .popup{
    top: auto !important;
    bottom: 0px;
}
/** /ver megamenu **/
/** hozmegamenu **/
#pt_custommenu {
    position: relative;
    z-index: 111;
    font-size: 14px;
    padding-right: 0;
}
#pt_custommenu .parentMenu{
    bottom: 0;
    padding: 0;
}
.pt_custommenu div.pt_menu {
    float: left;
}
.pt_custommenu div.pt_menu .parentMenu {
    padding: 10px 0px;
    position: relative;
}

.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu #pt_menu_link .parentMenu ul li a.act,
.pt_custommenu #pt_menu_link .parentMenu ul li a:hover,
.pt_custommenu div.pt_menu.act .parentMenu a,
.pt_custommenu div.pt_menu.active .parentMenu a {
    /* border-color: rgba(255, 255, 255, 0.2);*/
}
.pt_custommenu div.pt_menu .parentMenu a.current,
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu #pt_menu_link ul li a.act,
.pt_custommenu #pt_menu_link ul li a:hover,
.pt_custommenu div.pt_menu.act,
.pt_custommenu div#pt_menu_home.act a{
    background: #464646 ;
    color: #fff !important;
}
.pt_custommenu div.pt_menu .parentMenu a,
.pt_custommenu div.pt_menu .parentMenu span.block-title {
    font-size: 15px !important;
    text-decoration: none;
    display: block;
    line-height: 29px !important;
    color: #000 !important;
    text-transform: uppercase !important;
    padding: 10px 32px !important;
    /*border: 1px solid transparent !important;*/
    /*margin: 0px 5px !important;*/
    font-weight: 800 !important;
    font-family: 'Dosis' !important;
}



.pt_custommenu div.popup {
    padding: 40px !important;
    margin: 0px !important;
    box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.3) !important;
}
.pt_custommenu div.popup .block1 {
    overflow: hidden !important;
    float: left !important;
    padding: 0px !important;
    border-top: medium none !important;

}
.pt_custommenu .popup a:hover {
    color: #f7b71e !important;
}
.pt_custommenu .itemMenu.level1 a.itemMenuName.level0 {
    font-size: 14px !important;
    text-transform: capitalize !important;
    font-weight: 700 !important;
    color: #000;
    border-bottom: 1px solid #C2C2C2;
    cursor: pointer !important;
    line-height: 25px !important;
}
.pt_custommenu .itemMenu.level1 .itemSubMenu.level0{
    margin-top:15px;
}
.pt_custommenu .itemMenu.level1 .itemSubMenu.level0 .itemMenuName.level0{
    color: #7F7F7F;
    border:none;
    font-weight: normal !important;
    padding: 5px 0
}
.pt_custommenu div.pt_menu .parentMenu a:hover,
.pt_custommenu div.pt_menu .parentMenu span.block-title:hover,
.pt_custommenu #pt_menu_link .parentMenu ul li a.act,
.pt_custommenu #pt_menu_link .parentMenu ul li a:hover,
.pt_custommenu div.pt_menu.act .parentMenu a,
.pt_custommenu div.pt_menu.active .parentMenu a {
    background: #464646;
}
/*hozmobile*/
.menu-mobile{
    background-color: #f7b71e;
    border-radius: 0px;
}
.ma-nav-mobile-container{
    margin-top:20px;
}
.ma-nav-mobile-container .navbar{
    border: none;
    background: #f7b71e;
    padding: 0 2px 2px;
    border-radius: 0
}
#ma-mobilemenu{
    background: #fff;
}
.menu-mobile {
    float: left;
    width: 100%;
    padding: 0px 2%;
}
.navbar .btn-navbar {
    margin-top: 10px;
    border: 0px none !important;
    box-shadow: none !important;
    background: url("../images/bg-menu-mobile.png") no-repeat scroll 50% 50% transparent;
}
.navbar .brand {
    color: #FFF;
    text-transform: uppercase;
    padding: 18px 0px;
}
/** /hozmegamenu **/
/** top-search **/
#search-by-category {
    background: #f7b71e;
    border-radius: 3px;
    display: inline-block;
    float: right;
    position: relative;
    width: 100%;
    padding: 3px;
}
.hover-cate{
    background: #fff;
}
#search-by-category .search-container .categories-container{
    float:left;
    position:relative
}
#search-by-category .search-container #text-search{


    box-shadow:none;
    height:37px;
    color: #888;
    font-size: 14px;
    float: left;
    border:none;
    text-indent: 10px;

    /*  border-left: 2px solid #E5E5E5; border-right: 1px solid #3e3e3e;*/

}
#search-by-category #sp-btn-search{
    float:right;
    background: none;
    width: 10%;
    text-align: center
}
#search-by-category .search-container .categories-container{
    border-radius: 20px 0 0 20px;
    /*background: #4E4E4E;*/
}
#search-by-category .search-container .categories-container .hover-cate p{
    margin:0;
    color: #333;
    padding:0 70px 0 10px;
    cursor: pointer;
    overflow: hidden;
    text-transform: capitalize;
    display: table;
    font-size: 12px;
    font-weight: bold;
    font-family: "arial";
    line-height: 37px;
}
#search-by-category .search-container .categories-container .hover-cate p span{
    line-height: 32px;
}
#search-by-category .search-container .categories-container .hover-cate p i{
    position:absolute;
    top:0;
    right:0px;
    padding: 0 5px 0 0;
    line-height: 37px;
}
#search-by-category .search-container .categories-container .hover-cate .cate-items{
    z-index: 9999 !important;
    position: absolute;
    display: none;
    background: none repeat scroll 0% 0% #FFF;
    max-height: 300px;
    overflow: auto;
    margin-top:5px;
    border: 1px solid #ddd!important;
    padding: 5px;
    width:100%;
    cursor: pointer;
}
.cate-items li {
    text-transform: uppercase;
    color:#333;
    font-size: 10px;
    list-style: none;
}
.cate-items li:hover{
    color:#E98388
}
.cate-items li.f1 {
    padding-left: 5px;
}
.cate-items li.f2 {
    padding-left: 15px;
}
#search-by-category .search-ajax{
    position: absolute;
    z-index: 9999 !important;
    background: none repeat scroll 0% 0% #fff;
    right: 90px;
    top: 43px;
    width:70%;
}
#search-by-category .search-ajax li{
    list-style: none;
}
#search-by-category .search-ajax .ajax-result-container{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-msg{
    padding: 20px;
    margin: 0;
    color: #646464;
}
#search-by-category .search-ajax .ajax-result-container .ajax-result-list{
    display:block;
    border:1px solid #ddd;
    max-height:300px;
    overflow: auto;
    padding:10px;
}
#btn-search-category:hover{
    background: #000
}
#btn-search-category{
    background: #f7b71e;
    /*background: -moz-linear-gradient(top, #ffb171 0%, #fca45d 50%, #fda660 51%, #f47f20 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffb171), color-stop(50%,#fca45d), color-stop(51%,#fda660), color-stop(100%,#f47f20));*/
    /*background: -webkit-linear-gradient(top, #ffb171 0%,#fca45d 50%,#fda660 51%,#f47f20 100%);*/
    /*background: -o-linear-gradient(top, #ffb171 0%,#fca45d 50%,#fda660 51%,#f47f20 100%);*/
    /*background: -ms-linear-gradient(top, #ffb171 0%,#fca45d 50%,#fda660 51%,#f47f20 100%);*/
    /*background: linear-gradient(to bottom, #ffb171 0%,#fca45d 50%,#fda660 51%,#f47f20 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffb171', endColorstr='#f47f20',GradientType=0 );*/
    border:none!important;
    padding:0;
    box-shadow:none;

    text-shadow:none;
}
#btn-search-category span{
    /*width: 76px;*/
    height: 37px;
    display: block;

}
#btn-search-category i{
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 37px;
}
/** /top-search **/
/** header **/
.main-home{
    padding: 40px 20px;
    background: #fff;
}
.top-home{
    margin-top: 30px;
}
/** ttcountdown **/
.ttcountdown_module{
    border: 1px solid #E8E8E8;
}
.ttcountdown_module .owl-next,
.ttcountdown_module .owl-prev{
    top: 25%;
    opacity: 0;
}
.ttcountdown_module .owl-prev{
    left: 0;
}
.ttcountdown_module .owl-next{
    right: 0;
}
.ttcountdown_module:hover .owl-next,
.ttcountdown_module:hover .owl-prev{
    opacity: 1
}
.ttcountdown_module .item-inner .images-container{
    padding: 0;
}
/*.countdown-title{*/
/*  margin-bottom: 38px;*/
/*}*/
.countdown-tab-content .ratings{
    margin-top: 5px;
}
.countdown-title h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    color: #000;
    text-transform: capitalize;
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 0px;
}
.countdown-title{
    padding: 0 10px;
}
.countdown-products .thumb {
    padding: 0px 70px 0px 20px;
    margin-right: -31px;
    overflow: hidden;
}

.countdown-products .thumb li.active {
    border-color: #f7b71e;
}
.countdown-products .thumb li {
    border: 1px solid #DDD;
    border-radius: 5px;
    margin-top: 29px;
    cursor: pointer;
    position: relative;
}
.countdown-products .thumb li:first-child{
    margin-top: 0;
}
.countdown-products .thumb li img {
    border-radius: 5px;
}
.countdown-products .thumb li.active::before {
    content: "";
    width: 15px;
    height: 15px;
    border: 1px solid #DDD;
    background: #FFF none repeat scroll 0% 0%;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -78px;
    z-index: 1;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
}
.countdown-tab-content{
    /*border: 1px solid #DDD;*/
}
.countdown-tab-content .timer-item {
    padding: 0px 20px;
}
.countdown-tab-content .product-name {
    margin-top: 0px;
}
.countdown-tab-content .product-name a {
    font-size: 16px;


}
.box-timer{
    overflow: hidden;
    margin: 21px 0;
}
.countdown-tab-content .description {
    color: #A3A3A3;
    margin: 15px 0px;
}
.description{
    line-height: 21px;
}
.countdown-tab-content .price-box .price {
    font-weight: 400;
}

/*.countdown-tab-content .images-container {*/
/*    padding-right: 110px;*/
/*}*/
.timer_product .product-image img {
    margin: 0px auto;
}
/*.countdown-tab-content .box-timer {*/
/*    position: absolute;*/
/*    bottom: 0px;*/
/*    left: 0px;*/
/*    right: 0px;*/
/*    text-align: center;*/
/*    z-index: 1;*/
/*    padding: 0 2%*/
/*}*/
.countdown-row{
    color: #000;
    height: 100%;
    overflow: hidden;
}
.countdown-section{
    font-size: 16px;
    color: #FFF;
    padding-bottom: 5px;
    text-align: center;
    display: block;
    float: left;
    font-family: bitterregular;
    text-transform: capitalize;
    background: #f7b71e;
    border-radius: 5px;
    width: 23%;
    margin: 0 1%;
    font-weight: normal
}
.countdown-section:last-child{
    margin-right: 0px;
    border: 0px none;
}
.countdown-amount{
    display: block;
    font-size: 18px;
    color: #FFF;
    padding: 5px 0
}
.countdown-tab-content .description{
    display: none;
}
/** /ttcountdown **/
/* product */
.product-image {

    position: relative;
    overflow: hidden;
    text-align: center;
}

.price-box {
    margin: 5px 0px;
}
.price-box p {
    display: inline;
    margin-right: 5px;
}
.special-price {
    margin: 0px;
    padding: 3px 0px;
}
.product-list .item .item-inner .price-box .price{
    width: auto;
}
.price-box .price {
    font-family: 'Dosis' !important;
    font-size: 30px;
    font-weight: 900;
    color: #745807;

}
.price {
    white-space: nowrap !important;
    font-family: AleoRegular;
}
.price-box {
    margin: 5px 0px;
    text-align: center
}
.old-price {
    margin: 0px;
}
.old-price .price{
    color: #888;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 800;
}
.product-name {
    margin: 5px 0px;
    font-weight: normal;
    text-align: center
}
.product-name a {
    color: #3A3A3A;
    text-transform: capitalize;
    font-size: 13px;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
}
.product-name a:hover {
    color: #f7b71e;
    text-decoration: none;
}
.ratings {
    line-height: 1.25;
    margin: 25px 0px 0px;
    overflow: hidden;
    text-align: center
}
.ratings .rating-box {
    display: inline-block;
}
.rating-box {
    width: 73px;
    height: 12px;
    text-indent: -999em;
    overflow: hidden;
}
.rating-box .rating0{
    background: url(../images/rating0.png) no-repeat transparent;
    text-indent: 100%;
}
.rating-box .rating1{
    background: url(../images/rating1.png) no-repeat transparent;
    text-indent: 100%;

}
.rating-box .rating2{
    background: url(../images/rating2.png) no-repeat transparent;
    text-indent: 100%;

}
.rating-box .rating3{
    background: url(../images/rating3.png) no-repeat transparent;
    text-indent: 100%;

}
.rating-box .rating4{
    background: url(../images/rating4.png) no-repeat transparent;
    text-indent: 100%;

}
.rating-box .rating5{
    background: url(../images/rating5.png) no-repeat transparent;
    text-indent: 100%;

}

button.button {
    overflow: visible;
    width: auto;
    border: 0px none;
    padding: 0px;
    margin: 0px;
    cursor: pointer;
    color: #000;
    background: none;
}
button.button span {

    border: 0px none;
    padding: 13px 23px;
    background: #f7b71e none repeat scroll 0% 0%;
    color: #FFF;
    font-family: "Bitter";
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.button2 {
        border: 0px none;
        padding: 13px 23px;
        background: #f7b71e none repeat scroll 0% 0%;
        color: #FFF;
        font-family: "Bitter";
        font-size: 14px;
        font-weight: 700;
        text-align: center;
        text-transform: uppercase;
    }
button.button:hover span{
    background: #000 none repeat scroll 0% 0%;
    color: #FFF;
}
    .button2:hover {
        background: #000 none repeat scroll 0% 0%;
        color: #FFF;
    }
button.button span span {
    border: 0px none;
    padding: 0px;
    background: transparent none repeat scroll 0% 0%;
}
.actions button.button span {
    font-size: 0;
    padding: 0;
}

/*button.button span span {*/
/*    line-height: 32px;*/
/*    padding: 0px 20px;*/
/*    display: block;*/
/*    text-transform: uppercase;*/
/*    color: #787878;*/
/*    font-size: 12px;*/
/*    border: 1px solid #DDD;*/
/*    border-radius: 16px;*/
/*    transition: all 0.3s ease-out 0s;   */
/*}*/
/*button.button:hover span span {*/
/*    background: #f7b71e none repeat scroll 0% 0%;*/
/*    color: #FFF;*/
/*    border-color: #f7b71e;*/
/*}*/
.button {
    color: #FFF;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
}

.actions {
    margin-top: 10px;
    width: 100%;
    border-top: 1px solid #DEDEDE;
    overflow: hidden
}
.product-list .actions button{
    width: auto
}
.actions button{
    background: none;
    border: none;
    width: 33.3333%;
    float: left;
    height: 35px;
    line-height: 35px;
}
.actions input{
    background: none;
    border: 1px solid #dedede;
    text-align:center;
    width: 66.6666%;
    float: left;
    height: 35px;
    line-height: 35px;
}

.actions button.wishlistbtn{
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}
.actions button:hover{
    background: #F2F2F2;
    color: #f7b71e;
}

.row_items{
    margin-top: 25px;
    padding: 0 15px;
}
.item{
    border: 1px solid #e8e8e8;
    overflow: hidden
}
.item-inner .images-container {
    position: relative;
    overflow: hidden;
    padding: 21px 0;
    text-align: center
}
.randommodule-container .item-inner img.img2{
    width: 100%;
}
.item-inner img.img2 {
    position: absolute;
    right: -200%;
    transition: all 0.4s ease-out 0s;

}
.item-inner:hover img.img2 {
    right: auto;
}
.sale-percent,
.label_new{
    position: absolute;
    top: 10px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 100%;
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    z-index: 1;
}
.label_new{
    left: 10px;
    background: #6fd1df;
}


.label_new.kampanya{
    width: 120px;
    height:43px;
    line-height:1px;
    background:url(../images/indirim.png) no-repeat;
    background-size: 100%;
    background-position: center center;
    border-radius: 0;
    text-indent: -99999px;
    left:50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}


.label_new+.label_new.kampanya {
    right: 0px;
    left: inherit;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.sale-percent{
    right: 10px;
    background: #f7b71e;
}
.qv-button-container{
    position: absolute;
    width: 100%;
    bottom: 0;
    left: -100%;
    z-index: 1;
    transition: all 0.4s ease-out 0s;
}
.btn-quickview{
    background: #f7b71e none repeat scroll 0% 0%;
    border: 0px none;
    color: #FFF;
    display: block;
    font-family: 'Oswald', sans-serif;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 23px;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
}
.item-inner:hover .qv-button-container{
    left: 0;
}
.btn-quickview:hover {
    background: #464646 none repeat scroll 0% 0%;
}
/* /product */
/** carousel **/
.carousel-module .item{
    margin: 25px 0;
    padding: 0 15px;
    border: none;
}
.owl-prev::before{
    content: "\f053";
}
.owl-next::before{
    content: "\f054";
}
.owl-prev::before,
.owl-next::before{
    line-height: 30px;
    text-align: center;
    font-weight: bold;
    padding: 0 10px;
}
.owl-prev, .owl-next{
    font-family: FontAwesome;
    color: #000;
    background: #F5F5F5;
    height: 30px;
    width: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    opacity: 1;
}
.owl-next{
    right: 15px;
}
.owl-prev{
    right: 50px;
}
.owl-prev:hover, .owl-next:hover{
    background: #f7b71e;
    color: #fff;
}
/** cmsblock **/
.banner1 {
    margin: 15px 0px 0px;
}
.banner3{
    margin: 20px 0 0
}
.banner{
    position: relative;
    overflow: hidden;
}
.banner1 .col {
    float: left;
}
.banner1 .col1 {
    float: right;
}
.banner-home-inner {
    text-align: center;
    width: 49%;
}
.banner-home-inner{
    position: relative;
}
.banner a::after{
    pointer-events: none;
    position: absolute;
    content: "";
    opacity: 0.5;
    margin: auto;
    border: 0;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.3s ease-out;
    overflow: hidden;
}
.banner a:hover:before {
    pointer-events: none;
    position: absolute;
    content: "";

    background: rgba(247,183,30,0.5);
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    transition: all 0.3s ease-out;
}
.banner a:hover:after{
    border: 3px solid #fff;

    top: 10px;
    bottom: 10px;
    right: 10px;
    left: 10px;
    transition: all 0.3s ease-out;
}
.banner-left {
    margin-bottom: 40px;

}
/* newproductslider */
.randommodule-container .owl-prev,
.randommodule-container .owl-next,
.carousel-module .owl-prev,
.carousel-module .owl-next,
.ocnewproductslider .owl-prev,
.ocnewproductslider .owl-next{
    margin-top: -40px;
}
.group-title{
    border-top: 4px solid #464646;
    border-bottom: 1px solid #464646;
    display: inline-block;
    width: 100%;
}
.group-title h2{
    font-size: 21px;
    color: #000;
    margin: 0px;
    padding: 10px 0px;
    font-family: 'Oswald', sans-serif;
}
.ocnewproductslider{
    margin-bottom: 25px
}
.tab_container_category .owl-prev,
.tab_container_category .owl-next{
    margin-top: -32px;
}
/** blog **/
#blog_home .owl-next,
#blog_home .owl-prev{
    margin-top: -30px;
}
#blog_home .readmore{
    float: right
}
.inner-date{
    width: 53px;
    height: 53px;
    border: 3px solid #FFF;
    float: left;
    font-family: "arial";
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    line-height: 23px;
}
#blog_home .articles-intro{
    margin-left: 80px;
}
#blog_home .articles-date{
    margin-top: 15px;
}
/** newsletter **/
.des-newlletter{
    margin-top: 15px;
}
.subscribe-content{
    margin-top: 20px;
    background: #363636;
    padding: 5px;
    overflow: hidden
}
.input-box input{
    background: none;
    border: none;
    height: 40px;
    width: 100%;
}
.actions-subcribe{
    float: right;
    width: 40%;
}
.input-box{
    float: left;
    width: 60%
}
.subscribe-content button span{
    font-size: 13px;
    padding: 0
}
.subscribe-content button.button:hover span{
    background: none;
}
.subscribe-content button{
    float: right;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    color: #FFF;
    text-transform: capitalize;
    background: #f7b71e none repeat scroll 0% 0%;
    font-weight: bold;
}
/** footer **/
footer > .container{
    padding-top: 40px;
    padding-bottom: 40px;
    background: #202020;
}
.bottom-footer > .container{
    background: #2f2f2f;
    padding-top: 15px;
    padding-bottom: 15px;
}
.bottom-footer address{
    margin: 0;
}
.bottom-footer .payment a{
    float: right
}
.footer-static-title h3 {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    color: #FFF;
}
.footer-static-content {
    margin: 20px 0px 0px;
}
.footer-static-content .item-static a{
    font-size: 11px;
    text-transform: capitalize;
}
.footer-static-content .item-static li{
    line-height: 14px;
}
.footer-static-content .item-static a::before{
    content: "\f178";
    font-family: FontAwesome;
    padding-right: 10px;
}
.footer-static-content .item-static a:hover::before{
    color: #f7b71e;
}
.link-follow{
    margin-top: 30px;
}
.link-follow li{
    display: inline;
    padding: 0 10px;
}
.link-follow li a{
    font-size: 24px;
}
.link-follow li a span{
    font-size: 0;
}
.link-follow li a:hover{
    color: #fff;
}
.top-footer > .container{
    padding-top: 10px;
    padding-bottom: 0px;
    background: #202020;
}
.middle-footer{
    border-top: 1px solid #373737;
    padding: 40px 0 10px;
}
.footer-static-content .icon {
    position: relative;
    padding-left: 40px;
    display: block;
    margin-bottom: 20px;

    color: #949595;
    font-size: 13px;
}
.footer-static-content .icon::before {
    display: inline-block;
    text-align: center;
    font-size: 20px;
    font-family: FontAwesome;
    margin-right: 10px;
    line-height: 59px;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -30px;
    color: #fff;

}
.footer-static-content .icon.address::before {
    content: "\f041";
}
.footer-static-content .icon.phone::before {
    content: "\f095";
}
.footer-static-content .icon.email::before {
    content: "\f003";
}

/** /footer **/
/** breadcrumb **/
.breadcrumb{
    background: none;
    padding-left: 0;
    padding-top: 15px;
}
.breadcrumb li:first-child{
    border-left: 1px solid #ccc;
}
.breadcrumb li:last-child a{
    color: #f7b71e;
}
.breadcrumb li{
    position: relative;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0 10px 0 15px;

}
.breadcrumb li a{
    text-transform: capitalize
}
.breadcrumb li:not(:first-child) a::before,
.breadcrumb li:not(:first-child) a::after{
    border-right: 1px solid;
    content: "" !important;
    display: block;
    height: 15px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    left: 5px;
    top: -3px;
    width: 0;
    padding: 0 !important;
    color: #ccc !important
}
.breadcrumb li:not(:first-child) a::after{
    bottom: -3px;
    top: auto;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.breadcrumb li::before,
.breadcrumb li::after{
    border-right: 1px solid;
    content: "" !important;
    display: block;
    height: 15px;
    position: absolute;
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: -5px;
    top: -3px;
    width: 0;
    padding: 0 !important;
    color: #ccc !important
}
.breadcrumb li::after{
    bottom: -3px;
    top: auto;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/** /breadcrumb **/
/** categories **/
.name-category,
p.compare-total,
.description-category{
    display: none
}
.thumb-img{
    margin-bottom: 35px;
}
.thumb-img img{
    border: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
}
.sort-lg{
    float: left;
    width: 25%;
}
.sort-lg button:hover,
.sort-lg button:active,
.sort-lg button:focus{
    background: none;
    box-shadow: none;
}
.sort-lg button{
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 5px;
    padding: 0;
    margin: 0;
    font-size: 0;
    margin: 4px 0 0 0;
}
.sort-lg button span::before{
    display: block;
    font-family: FontAwesome;
    font-size: 18px;
    border-radius: 5px;
    line-height: 31px;
    width: 29px;
    height: 29px;
    text-align: center;
    transition: all 300ms ease-in 0s;
    background: none;
    color: #ccc;
}
.sort-lg button.grid-view:hover span::before,
.sort-lg button.list-view:hover span::before,
.sort-lg button.selected span::before{
    background: none;
    color: #000;
}
.sort-lg button.grid-view span::before{
    content: "\f00a"
}
.sort-lg button.list-view span::before{
    content: "\f03a";
}
.product-filter label,
.product-filter select{
    float: right;
    line-height: 38px;
}
.product-filter label {
    vertical-align: middle;
    margin: 0px 5px 0px 0px;
    font-weight: normal;
    text-transform: uppercase;
    color: #808080;
}
.product-filter select {
    padding: 4px 10px 5px;
    max-width: 145px;
    margin: 4px 0px 1px;
    vertical-align: middle;
    text-align: center;
    background: none repeat scroll 0% 0% transparent;
    border: 1px solid #DFDFDF;
    color: #373737;
    text-transform: uppercase;
}
.show-page{
    float: right;
    width: 72%;
}
.show-page label,
.show-page select{
    float: left
}
.show-page .pagination{

    float: right;
    margin: 0px 0px 0px 30px;
    height: 25px;

}
.show-page .pagination li{
    display: inline-block;
    text-align: center;
    margin: 0px 2px;
    width: 35px;
    border-radius: 0%;
    height: 33px;
    font-size: 13px;
    line-height: 33px;
}
.show-page .pagination li.active span{
    /*    background: none repeat scroll 0% 0% #f7b71e;*/
    border-radius: 0%;
    color: #f7b71e;
    text-align: center;
}
.show-page .pagination li.active span:hover{
    background: none;
}
.show-page .pagination li span{
    background: none;
    margin: 0;
    border: none;
    box-shadow: 0;
    padding: 9px 12px 6px 14px;
    border-radius: 0;
    color: #f7b71e;
}
.show-page .pagination li a{
    display: inline-block;
    padding: 9px 0px 6px 12px;
    background: none repeat scroll 0% 0% ;
    border: medium none;
    width: 35px;
    height: 33px;
    color: #373737;
    font-size: 13px;
    border-radius: 0px;
}
.show-page .pagination li a:hover{
    color: #f7b71e;
}
.product-filter{
    overflow: hidden;
    border-top: 1px solid #DDD;
    border-bottom: 1px solid #DDD;
    margin-bottom: 20px;
}
.product-layout{
    margin-bottom: 30px;
}
.product-grid .short-des{
    display: none;
}
.product-list .product-name,
.product-list .price-box,
.product-list .ratings{
    text-align: left
}
.product-list .ratings{
    margin: 10px 0 15px;
}
.product-list .price-box{
    margin-top: 20px;
}
.product-list .product-name a {
    font-size: 16px;
}
.product-list .actions{
    border-top: none;
}
.product-list .button:first-child{
    background: #f7b71e;
    border-radius: 5px;
}
.product-list .button.wishlistbtn span,
.product-list .button.comparebtn span{
    background: none !important;
    color: #464646;
    padding: 0 !important;
    text-transform: uppercase !important;
    font-size: 12px!important;
    font-family: 'Oswald', sans-serif;
    font-weight: normal
}
.product-list .actions button.wishlistbtn{
    border-left: none;
    border-right-color: #000;
    padding-right: 10px;
}
.product-list .actions button:hover{
    background: none;
}
.product-list .actions button:first-child:hover{
    background: #464646;
}
.product-list .button span{
    padding: 0px 15px;

    text-transform: capitalize;
}
.product-list .button:hover span{
    color: #f7b71e;
}
.product-list .button:first-child:hover span{

}
.product-list .button:first-child span{
    font-size: 16px;
    border-left: 1px solid #fff;
    color: #FFF;
    padding: 0 15px;
    background: none;
}
.product-list .actions{
    margin-bottom: 30px;
}
.product-list .button:first-child i::before{
    color: #fff;
}
.product-list .button i::before{
    height: 39px;
    line-height: 39px;

    border-radius: 5px;
    padding: 10px;
}
/** /categories **/
.main{
    padding-bottom: 40px;
}
/** product-detail **/
#product{
    border: 1px solid #ddd;
    padding: 10px;
}
.product-shop-inner {
    float: left;
    width: 100%;

}
.thumbnails-image{
    border: 1px solid #DDD;
    margin-bottom: 10px;
}

.thumbnails-image .label_new { left: 20px; top: 10px;width: 60px;
    height: 60px;
    line-height: 60px;}


.thumbnails-image .label_new.kampanya {
    width:90px;
    height:30px;
    line-height:30px;
    border-radius:5px;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -o-border-radius:5px;
}

.thumbnails-image a.thumbnail{
    border-radius: 0;
    padding: 0;
    border: none;
    margin: 0;
}
.thumbnails-image a.thumbnail:hover{
    border-color: #DDD;
}
.related-products-view .button-group, .related-products-view .item_product .caption .des-newproduct, .ocnewproductslider .item_product .caption .des-newproduct {
    display: none;
}
.wrapper-img-additional{

}
.wrapper-img-additional .owl-carousel .owl-item{
    padding: 0;
}
#gallery_01 a.thumbnail{
    margin: 0px 5px 0px 0px;
    border-radius: 0;
    border: none;
    padding: 0;
}
#gallery_01 a.thumbnail img{
    border: 1px solid #ddd;
    padding: 5px;
}
.related-products-view {
    float: left;
    width: 41.6667%;
    padding-left: 30px;
}
.zoomContainer {
    top: 0px !important;
    left: 0px !important;
    margin-left: 15px !important;
}
.zoomLens {
    height: 100px !important;
    width: 100px !important;
}
.zoomWindow {
    left: 105% !important;
    border: 4px solid #ddd !important;
}
.product-shop-inner .product-name {
    margin:0 0 5px 0px;
    display: block;
}
.product-shop-inner .product-name,
.product-shop-inner .price-box,
.product-shop-inner .ratings
{
    text-align: left
}
.product-shop-inner .product-name h1 {
    margin: 0px;
    font-size: 20px;
    color: #262626;
    text-transform: capitalize;
    font-family: 'Oswald', sans-serif;
}
.product-shop-inner .price-box {


}
.product-shop-inner .short-description {
    margin: 10px 0px;
    font-size: 12px;
    color: #858585;
    line-height: 23px;
    padding: 10px 0px;
}
.product-shop-inner .list-infor-product{
    margin: 0px;
    color: #848484;
    font-size: 14px;
    font-family: arial;
}
.list-infor-product span,
.list-infor-product span a{
    color: #f7b71e;
    text-transform: capitalize;
    padding-left: 2px
}
.add-to-cart{
    margin: 20px 0px;
    padding: 10px 0px;
}
.add-to-cart .input-content {
    float: left;
}
.add-to-cart .button span{
    border: 0px none;
    background: #f7b71e none repeat scroll 0% 0%;
    font-size: 16px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-align: center;
    padding: 10px 33px 13px;
    color: #FFF;
    border-radius: 50px;
    text-transform: capitalize
}
.add-to-cart .button span span{
    padding: 0;
}
.add-to-cart label {
    margin: 0px 10px 0px 0px;
    line-height: 32px;
    font-weight: 400;
    font-family: arial;
    color: #000;
    font-size: 12px;
}
.add-to-cart .qty {
    background: none repeat scroll 0% 0% transparent;
    padding: 9px 0px;
    width: 32px !important;
    height: 32px;
    color: #777;
    text-align: center;
    font-weight: 700;
    border-radius: 100%;
    font-size: 14px;
    border: 1px solid #DDD;
    margin-right: 10px;
    line-height: 0;
}
input.qty {
    width: 2.5em !important;
    text-align: center;
}
.actions-inner{
    overflow: hidden;
    margin: 20px 0;
}
.actions-inner button:first-child{
    margin-left: 0;
}
.actions-inner a,
.actions-inner button{
    float: left;
    margin-left: 10px;
    width: 58px;
    height: 34px;
    border: 1px solid #E5E5E5;
    display: block;
    border-radius: 18px;
    line-height: 32px;
    text-align: center;
    color: #B9B9B9;
    background: none;
}
.actions-inner a:hover,
.actions-inner button:hover{
    color: #FFF;
    background:#f7b71e none repeat scroll 0% 0%;
    border-color: #f7b71e;
}
.product-shop-inner .alert-info{
    background: none;
    color: #000;
    border: none;
    padding: 0
}
#product{
    max-height: 300px;
    overflow: auto
}
#product *{
    color: #767676;
}
.col-3{
    margin-top: 30px;
    margin-bottom: 50px;
}
.col-3 li a{
    display: block;
    font-size: 13px;
    color: #ADADAD;
    padding: 0px 10px;
    border: 1px solid #DDD;
    line-height: 40px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
}
.col-3 li a:hover,
.col-3 li.active a, .col-3 li.active a:hover {
    color: #fff;
    text-decoration: none;

    background: #000;
    font-weight: bold;
    font-size: 13px;
}
.col-3 ul{
    border: none !important;
    overflow: hidden;
    position: relative;
}
/*.col-3 ul::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #DDD none repeat scroll 0% 0%;
    content: "";
    left: 0px;
    top: 50%;
    z-index: -1;
}*/
.col-3 ul li {
    display: inline-block;
    margin: 0px 5px;
    background: #E8E8E8;
}
.col-3 ul li:first-child{
    margin-left: 0;
}
.col-3 .tab-content{
    margin-top: 30px;
    padding: 15px;
    border: 1px solid #eee;

}
.tab-content > div{
    max-height: 300px;
    overflow: auto
}
.tab-content #tab-review{
    max-height: 410px !important;
    overflow: auto
}

.col-3 .nav-tabs > li > a:active, .col-3 .nav-tabs > li > a:focus{
    color: #fff;
}
.col-3 #form-review input[type="radio"]{
    margin: 0 !important
}
.col-3 #review tr:first-child{
    background-color: #f7b71e;
    color: #FFF;
}
#button-review{
    margin-bottom: 10px;
}
.wrapper-img-additional .owl-controls div{
    display: none;
}
.wrapper-img-additional:hover .owl-controls div{
    display: block
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons div{
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons .owl-prev{
    right: auto;
}
.wrapper-img-additional .owl-theme .owl-controls .owl-buttons .owl-next{
    left: auto;
}
/** related product **/
.related-products-view .ratings{
    display: none;
}
.related-products-view .image{
    border: 1px solid #E6E6E6;
}
.related-products-view .item_product{
    margin: 0px 0px 15px;
    overflow: hidden;
}
.related-products-view .product-name a{
    font-size: 13px;
}
.related-products-view .product-name{
    margin-top: 0;
    line-height: 14px;
}
.related-products-view .price-box .old-price .price {
    color: #ABABAB;
}
.related-products-view .price-box .price {

    color: #f7b71e;
}
.related-products-view .item_product .image{
    margin-right: 10px;
    float: left;
}
.related-products-view .item_product .image a{
    /*border: 1px solid #EAEBEC;*/
    display:block;
}
.related-products-view .item_product .caption{
    overflow: hidden;

}
.related-products-view .button-group,
.related-products-view .item_product .caption .des-newproduct{
    display: none;
}
.related-products-view .owl-controls .owl-pagination {
    bottom: -30px;
}
.related-products-view .product-name,
.related-products-view .price-box{
    text-align: left;
}
.owl-pagination{
    text-align: center
}
.owl-pagination .owl-page{
    height: 10px;
    width: 10px;
    background: #ddd;
    border-radius: 100%;
    display: inline-block;
    margin: 0 3px;
}
.owl-pagination .owl-page.active{
    background: #f7b71e;
}
/** related product **/
#back-top {
    background: #7F7F7F url("../images/back-top.png") no-repeat scroll 50% 50%;
    bottom: 35px;
    display: none;
    height: 35px;
    position: fixed;
    right: 12px;
    width: 35px;
    z-index: 9999;
    cursor: pointer;
}
#back-top:hover {
    background-color: #f7b71e;
}
/** module blog **/
.article-container img{
    width: 100%;
}
.article-title h3{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.article-date{
    font-size: 16px;
    font-weight: bold;
    float: right;
    margin-bottom: 10px;
}
.article-description p,
.article-description{
    font-family: 'Roboto', sans-serif;
    font-weight: 400px;
    color: #000
}
.article-description img{
    margin-bottom: 20px;
}
.readmore-page{
    color: #6B6B6B;
    font-size: 11px;
    font-weight: 700;
    padding: 0px 20px;
    display: inline-block;
    text-transform: uppercase;
    overflow: hidden;
    margin-top: 10px;
    line-height: 35px;
    border: 2px solid #6B6B6B;
}
.readmore-page:hover {

    border-color: #f7b71e;
}
.article-item{
    display: inline-block;
}
.article-layout .odd .intro-content img{
    float: left;
    margin-right: 30px;
}
.article-layout .even .intro-content img{
    float: right;
    margin-left: 30px;
}
.even .article-author,
.even .articledate,
.even .article-name h3{
    text-align: right
}
.article-name h3{
    font-size: 20px;
    text-transform: capitalize;
    font-weight: normal;
    margin: 0px;
    padding: 0px;
}
.article-name h3 a {
    color: #333;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    letter-spacing: 2px;
}
.article-name h3 a:hover {
    color: #f7b71e;
}
/*.article-titles{
  position: relative
}
.article-titles::before{
  content: "";
  position: absolute;
  top: 50%;
  height: 1px;
  width: 100%;
  background: #ddd;
  z-index: -1;
}
.article-titles h2{
  padding: 0 10px 0 0;
  display: inline-block;
  background: #fff;
}*/
.article-layout{
    margin-bottom: 30px;
}
.odd .article-name h3,
.even .article-name h3{
    position: relative;
}
.odd .article-name h3 a{
    background: #fff;
    padding-right: 10px;
}
.even .article-name h3 a{
    background: #fff;
    padding-left: 10px;
}
.odd .article-name h3::before{
    left: 0;
}
.even .article-name h3::before{
    right: 0;
}
.odd .article-name h3::before,
.even .article-name h3::before{
    content:"";
    width: 100%;
    background: #ddd;
    height: 1px;
    position: absolute;
    top: 50%;
    z-index: -1;
}
/** module blog **/
.google-map{
    margin-bottom: 30px;
}
#map-canvas{
    width: 100%;
    height: 300px;;
}
.page-title h1, .page-title h2 {
    margin: 0px;
    font-size: 19px;
    color: #000;
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    font-weight: bold;
    font-family: 'Dosis' !important;
}
/** login **/
.page-title{
    margin-bottom: 20px;
}
.login-page .left-login, .login-page .right-login {
    padding: 14px 21px;
    border-top: 1px solid #F2F2F2;
    border-right: 1px solid #F2F2F2;
    border-left: 1px solid #F2F2F2;
    border-bottom: 0px none !important;
}
.login-page h2 {
    font-size: 16px;
    margin: 0px 0px 14px;
    padding: 0px 0px 5px 23px;
    border-bottom: 1px solid #F2F2F2;
    background-position: 0px 1px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.left-login h2 {
    background-image: url("../images/i_page1.gif");
    /*color: #1B7A90;*/
}
.left-login p {
    color: #888;
}
.login-page .bottom-form button {
    float: right;
}
.right-login h2 {
    background-image: url("../images/i_page2.gif");
    /*color: #1B7A90;*/
}
.login-page .right-login .form-group {
    margin: 15px 0px;
}
.login-page .bottom-form {
    border: 1px solid #F2F2F2;
    padding: 0px 10px;
    height: 60px;
}
.login-page .bottom-form a {
    float: left;
}
.login-page .left-login {
    min-height: 253px;
}
.login-page .bottom-form button, .login-page .bottom-form a {
    margin: 19px 0px;
}
.right-login .form-group em {
    font-style: normal;
    color: #f00;
    padding: 5px;
}
#content fieldset {
    border: 1px solid #F2F2F2;
    padding: 22px 25px 12px 33px;
    margin: 28px 0px;
}
#content fieldset legend {
    float: left;
    font-weight: normal;
    font-size: 13px;
    border: 1px solid #F2F2F2;
    background: none repeat scroll 0% 0% #FFF;
    color: #444443;
    margin: -33px 0px 0px -10px;
    padding: 0px 8px;
    position: relative;
    width: auto;
}
.account-register .required label:after{
    content: "*";
    color: #f00;
    margin-left: 5px;
}
.control-label{
    font-weight: normal
}
/** login **/
#button-search {
    margin-top: 20px;
}
.account-module .current{
    color: #f7b71e;
}
.account-module .list-group-item{
    text-transform: capitalize
}
.account-module .list-group-item:hover{
    background: none;
    color: #f7b71e;
}
.button.margin{
    margin-top: 20px;
}
.alert.alert-info,
.alert.alert-success{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 0;
}
/** check out**/
#accordion button.button > span{
    padding: 7px 23px;
    display: inline-block
}
#accordion .panel, #accordion .panel .panel-heading {
    border-radius: 0px;
}
#accordion .panel-heading {
    background-color: #f7b71e;
    color: #FFF;
}
#accordion .panel-heading h4 {
    font-weight: bold;
}
#accordion .panel-heading h4 a:hover {
    color: #FFF;
}
.info-productcart td .refresh-cart {
    background-color: #f7b71e;
    color: #FFF;
    height: 34px;
    width: 34px;
    border: medium none;
}
.info-productcart td .remove-check-cart {
    background: transparent url('../images/btn_remove.png') no-repeat scroll 0px 0px;
    text-indent: 200%;
    overflow: hidden;
    border: medium none;
    height: 14px;
    width: 13px;
}
/** ocslideshow **/
.banner7{

    width: 100%;

}
.oc-banner7-container .flex-direction-nav a,
.nivo-directionNav a { width: 87px; height: 87px; margin: -29px 0 0; display: block; position: absolute; top: 50%; cursor: pointer; font-size: 0; z-index: 9;   background: rgba(255,255,255,0.2); border-radius: 100%; border: 1px solid #e1e1e1; }

.oc-banner7-container .flex-direction-nav a, .nivo-directionNav a{ }
.oc-banner7-container .flex-direction-nav .flex-next,
.oc-banner7-container .nivo-directionNav a.nivo-nextNav { opacity: 0; transition: all 0.3s ease-out; right: 20px; }
.oc-banner7-container .flex-direction-nav .flex-prev,
.oc-banner7-container .nivo-directionNav a.nivo-prevNav { left: 20px;  opacity: 0; transition: all 0.3s ease-out;}
.oc-banner7-container:hover .nivo-directionNav a.nivo-nextNav {  opacity:1;}
.oc-banner7-container:hover .nivo-directionNav a.nivo-prevNav {  opacity:1;}
.oc-banner7-container .flexslider .flex-next:hover, .oc-banner7-container .nivo-directionNav a.nivo-nextNav:hover { background: rgba(255,255,255,0.5); }
.oc-banner7-container .flexslider .flex-prev:hover, .oc-banner7-container .nivo-directionNav a.nivo-prevNav:hover { background: rgba(255,255,255,0.5); }
.oc-banner7-container .flex-direction-nav .flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default; }

.oc-banner7-container .flex-direction-nav a:before,
.oc-banner7-container .nivo-directionNav a:before { display: block; font-family: FontAwesome; color: #fff; font-size: 16px; text-align: center;line-height: 87px; }
.oc-banner7-container .flex-direction-nav .flex-prev:before,
.oc-banner7-container .nivo-directionNav a.nivo-prevNav:before { content:"\f104"; }
.oc-banner7-container .flex-direction-nav .flex-next:before,
.oc-banner7-container .nivo-directionNav a.nivo-nextNav:before { content:"\f105";   }

.oc-banner7-container .nivo-controlNav a {
    border: 1px solid #fff;
    display: inline-block;
    height: 10px;
    margin: 0 3px;
    font-size: 0;
    width: 10px;
    cursor: pointer;
    position: relative;
    z-index: 9; border-radius: 100%;
    color: #fff !important;
    box-shadow: none;
}
.oc-banner7-container .nivo-controlNav a:before { content:""; display: block; position: absolute; top: 2px; bottom: 2px; right: 2px; left: 2px; /*background: #bababa;*/ border-radius: 100%; }

.oc-banner7-container .nivo-controlNav a.active,
.oc-banner7-container .nivo-controlNav a:hover
{  border-color: #f7b71e;}
.oc-banner7-container .nivo-controlNav a.active:before,
.oc-banner7-container .nivo-controlNav a:hover:before { background: #fff;}
/** /ocslideshow **/
.newleter-content .warning{
    color: #f00;
    margin-top: 15px;
}

@media(max-width:1200px){
    .pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title{

        padding: 10px 9px !important;
    }

}

@media(max-width:1024px){



    .vermagemenu h2 {
        font-size: 40px;
        padding: 21px 0px 21px 5px;
    }
    .wishlist-toplink a, .checkout-toplink a{
        font-size: 10px;
    }
    .top-link .dropit .dropit-trigger, .select-menu .select-menu-item {
        font-size: 10px;
        padding-left: 0;
        padding-right: 0;
    }
    .pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title{
        font-size: 11px !important;
        padding: 10px 17px !important;
    }
    .pt_vmegamenu .parentMenu a {
        font-size: 11px;
    }
    .countdown-section {
        font-size: 12px;
    }
    .countdown-amount {
        font-size: 14px;
        padding: 10px 0px 0px;
    }
    .add-to-cart .button span{
        font-size: 16px;
    }
}
@media (max-width: 991px) {

    .mesaj {
        bottom: -25px !important;
        left: 18px !important;
        color: #000 !important;

    }


    .pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title{
        padding: 10px 16px !important;
    }

    .search-cate { margin: 0px !important; }

    .col-2{
        margin-top: 20px;
    }
    .navbar-toggle, .visible-xs {
        display: block !important;
    }
    .visible-lg {
        display: none !important;
    }
    #logo a img {
        margin: 0px auto;
    }
    .top-link > div,
    .top-link > ul{
        float: none !important;
        /*width: 16%;*/
        margin: 0 auto;
        display: inline-block
    }
    .top-link #cart{
        border: none;
    }
    #cart .cart-inner ul{
        right: auto;
        left: 0;
    }
    .bottom-header {
        background: #fff;
    }
    .hozmenu .navbar{
        margin-bottom: 0;
    }
    .banner1{
        margin-bottom: 15px;
    }
}
@media (max-width: 767px){

    .pt_custommenu div.pt_menu .parentMenu a, .pt_custommenu div.pt_menu .parentMenu span.block-title{
        padding: 10px 16px !important;
    }
    #product {
        margin-bottom: 30px;
    }
    .related-products-view,
    .product-shop-inner {
        width: 100%;
    }
    .related-products-view{margin-top:20px;}
    .btn-quickview,
    .img2{
        display: none !important;
    }
    .middle-footer .row > .col-xs-12:nth-child(1),
    .middle-footer .row > .col-xs-12:nth-child(2){
        margin-bottom: 20px;
    }
    .bottom-footer .container .row div:nth-child(1){
        text-align: center;

    }
    .bottom-footer .payment{

        text-align: center;
        margin-top: 15px;
    }
    .bottom-footer .payment a{
        float: none
    }
    .related-products-view{
        padding-left: 0px;
    }
    .related-products-view .image{
        border: none
    }
    .homethumb_img{
        display: none;
    }
    .owl-controls .owl-buttons div{
        display: none !important;
        visibility: hidden !important
    }
}
@media (max-width: 640px){
    .top-link .language, .top-link .curren,  .top-link .wishlist-toplink {
        /*display: inline-block;*/
        width: 100%;
        text-align: center;
        border-left: none;
        border-right: none;
    }
    .top-link .dropit .dropit-trigger, .select-menu .select-menu-item{
        float: none
    }
    #cart .cart-inner ul{
        width: 300%;
    }
}
@media (max-width: 560px){
    .show-page, .sort-lg {
        width: 100%;
    }
    .show-page {
        margin-top: 10px;
    }
}
@media (max-width: 480px){
    #search-by-category .search-container .categories-container .hover-cate p{
        padding-right: 35px;
    }
    #search-by-category .search-container #text-search {
        width: 40%;
    }
    .breadcrumb,
    .breadcrumb li{
        margin-bottom: 10px;
    }
}
@media (max-width: 320px){
    #search-by-category .search-container .categories-container .hover-cate p{
        padding-right: 20px;
    }
    #search-by-category .search-container #text-search {
        width: 30%;
    }
    .product-list .actions button.wishlistbtn{
        border: none;
    }
    .add-to-cart{
        margin-bottom: 0;
    }
    .add-to-cart #button-cart{
        margin-top: 10px;
    }
    .add-to-cart #button-cart span {
        float: left;
    }
    .actions-inner{
        margin-top: 0;
    }
}
.newleter-content #notification{
    color: #f00;
    padding: 15px 0 0;
}
.vermagemenu h2::after{
    content: "\f13a";
    font-family: FontAwesome;
    color: #fff;
    font-size: 20px;
    vertical-align: middle;
    padding-left: 10px;
}
.related-products-view .row_items{
    padding: 0;
}
.articles-container .owl-item {
    padding: 0px 15px;
}
.search-container{
    float: left;
    height: auto;
    width: 90%;
    background: #FFF
}
.product-list .item{
    border: none;
    border-bottom: 1px solid #ddd;
}
.product-list .images-container{
    border: 1px solid #ddd;
}
.product-compare .alert-success,
.account-wishlist .alert-success{
    margin-bottom: 20px;
}


.solmenu li { background-color:#f7b71e; display: block; color: #fff; border: 0px; margin-bottom: 2px;}
.solmenu li a { color: #fff; }
.solmenu li:hover ,.solmenu li.active { background-color:#dedede;margin-bottom: 2px;}
.solmenu li.active a , .solmenu li:hover a { color: #000;}


.slogan { border:1px solid #dedede; margin-top: 20px; min-height: 120px ; }
.slogan a { font-size: xx-large; color: #000; min-height: 120px ; line-height:40px;    font-family: 'Oswald', sans-serif; padding: 20px;   vertical-align:middle;
    display: table-cell; text-decoration: none;  }

.slogan a:hover { color:#000;  }

@media (min-width: 912px)
{

    .navleft-container { width: 910px; }
    .vermagemenu h2 { font-size: 36px; min-height: 96px; line-height: 56px;}
}

@media (min-width: 1200px)
{
    .navleft-container { width: 1110px; }
}


/*
@media (min-width: 768px)
{
    .navleft-container { width: 692px; }
} */


.menu_nav {  position: relative; }


.passlost input ,#uyeol select, #uyeol textarea { height:25px; font-size:13px; width:96%; margin-left:2%; text-indent:10px; border:1px solid #dedede; }
.passlost input[type=button],.passlost input[type=submit]  , #passlost{ width:120px;  margin-top:6px; cursor:pointer;   background-color:#f7b71e; margin-right: 10px; border:0px; color:#fff; padding:5px; font-size:15px; height:40px; float:right; border:1px solid #dedede;  }
.passlost input[type=button]:hover ,.passlost  input[type=submit]:hover , .sifremi_unut:hover , #passlost:hover { opacity:0.8;  }
.passlost h3 { line-height:35px; border-bottom:1px solid #dedede; width:100%; font-size:15px; background-color:#f7b71e;     font-family: 'Oswald', sans-serif;}
.passlost h3  span{ background-color:#fff; display:inline-block; margin-left:14px; padding-left:10px; padding-right:10px; color:#f7b71e;     font-family: 'Oswald', sans-serif;}
.sifremi_unut  { margin-left:5px;  color:#3498d7 !important; margin-left:10px; float: left;}
.passlost .su { width:60%; margin-top:10px; }
.passlost input[type=button] , #passlost { width:40%;height:25px;}
.passlost a {height:25px;}
.passlost label { font-size:10px; margin-top:10px;}

.mesaj { float: left; color: #fff; position:absolute; left: 0px; bottom: 0px; padding:5px;font-family: 'Oswald', sans-serif;}

.form {
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    text-decoration: none;
    border: 1px solid #CCC;
    padding: 2px;
}
form input { margin-bottom:5px; margin-top:5px;}



.typeahead-container button
{
    background-color: transparent !important;
    border: 0px !important;
    height: 48px !important;
    -webkit-box-shadow:none !important;
    box-shadow: none !important;

    font-size:17px !important;
}

.typeahead-button {     width: 4% !important;}
.search-container { width: 100%;}

.aramsc img {margin-right: 5px;}



.typeahead-group a { background-color: #f7b71e !important; color: #fff !important;}

.urungrup a { color: #000;}
.urungrup a:hover { color: rgba(90,90,90,1)}
.urungrup hr { margin-top: 5px; margin-bottom: 5px;}

.border_image { border: 1px solid #dedede; padding:3px; background-color: #413f40;}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    z-index: 999999;
    overflow: hidden;
}

#status {
    width: 200px;
    height: 300px;
    position: absolute;
    left: 50%;
    top: 50%;

    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
}
/*
.maxhe { min-height: 200px; max-height: 200px; height: 200px;}*/

.product-name a span { font-weight: 700;  font-size: 15px;}

.stok { display: inline-block; font-size:14px;     font-family: 'Oswald', sans-serif; padding-left: 10px;   }
.stok span { font-weight: 700;}

.urunkod { display:inline-block;  padding:5px; background-color: #dedede; color: #000; width: 80px; margin-right: 10px; text-align: center;}


.uruntabs {
    background: none transparent !important; border:none !important;}

.uruntabs .ui-widget-header { background: none transparent; border:none; margin-bottom: 20px; }

.uruntabs li.ui-state-default {  background: none transparent !important; border:none !important;  height: 150px; color:#fff;}
.uruntabs li.ui-state-default a { display: inline-block;  height: 150px; }

.uruntabs li.ui-state-default:not(.ui-tabs-active) { opacity: 0.7;}




.aramsc .name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.aramsc .urunkod {
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    max-width: 80px;
}