/* pageNav */
.pageNav {
    position: relative;
    z-index: 11;
    padding-top: 25px;
    padding-bottom: 25px;
}

.pageNav ul {
    float: left;
    list-style-type: none
}

.pageNav ul li {
    float: left;
    border-right: 1px solid #201e1b
}

.pageNav ul li:last-child {
    border-right: 0px;
}

.pageNav ul li a {
    float: left;
    color: #201e1b;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.pageNav ul li a:hover {
    color: #e41b14;
}


/* kurumsalText */
.kurumsalText {
    float: left;
    float: left;
    background: #e41b14;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    padding: 15px 13px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.kurumsalText:hover {
    color: #fff;
}

/* homeSliderItem */
.homeSliderItem {
    height: 575px;
}

/* headerBasketTitle */
.headerBasketTitle {
    float: left;
    display: inline-block
}

.headerBasketTitle a {
    width: auto;
    display: inline-block;
    float: right;
    padding-right: 60px;
    background: url(../images/basket.png) no-repeat right 23px center;
    position: relative
}

.headerBasketTitle .title {
    color: #12120e;
    font-size: 16px;
    line-height: 20px;
    padding: 10px 15px;
    display: inline-block;
    padding-right: 0px;
}

.headerBasketTitle .count {
    width: 20px;
    height: 20px;
    background: #e41b14;
    border-radius: 50%;
    color: #fff;
    line-height: 6px;
    display: inline-block;
    font-size: 14px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}

/* homeSlider */
.homeSlider {
    margin-bottom: 50px
}

.homeSlider .owl-controls .fa {
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.7);
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    line-height: 56px;
    display: inline-block;
    font-size: 17px;
    border-radius: 50%;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .owl-controls .fa-chevron-right {
    right: 20px;
    left: auto;
}

.homeSlider .owl-controls .fa:hover {
    background: #e41b14;
    border-color: #e41b14;
    color: #fff
}

/* homeBanners */
.homeBanners {
    margin-bottom: 20px
}

.homeBanners ul {
    margin-left: -15px;
    margin-right: -15px;
}

.homeBanners ul li {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.homeBanners ul li img {
    max-width: 100%;
    margin: 0 auto;
    display: table;
}

/* homeProductListTop */
.homeProductListAll {
    background: linear-gradient(180deg, #f7f8f9 63%, #ffff 37%);
}

.homeProductListTop ul {
    margin: 0 auto;
    display: table;
}

.homeProductListTop ul li {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}

.homeProductListTop ul li a {
    color: #e41b14;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    padding: 20px 15px;
    border-bottom: 5px solid transparent;
}

.homeProductListTop ul li.active a {
    border-color: #e41b14
}

/* homeProductBox */
.homeProductBox {
    background: #fff;
}

.homeProductBox > ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeProductBox > ul > li {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeProductBox > ul > li.img a {
    height: 270px;
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

.homeProductBox > ul > li.img a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    width: auto !important
}

.homeProductBox > ul > li.img {
    margin-bottom: 30px;
}

.homeProductBox > ul > li.title a {
    width: 100%;
    height: 70px;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #e41b14;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.homeProductBox > ul > li.img a .discount {
    width: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    font-style: normal;
    background: #e41b14;
    height: 40px;
    line-height: 12px;
    padding-top: 7.5px;
}

.homeProductBox > ul > li.img a .discount i {
    font-size: 8px;
    color: #fff;
    font-style: normal;
    display: inline-block;
}

.homeProductBox > ul > li.priceOld {
    color: #e41b14;
    font-size: 18px;
    line-height: 24px;
    text-decoration: line-through;
    text-align: center
}

.homeProductBox > ul > li.price {
    color: #e41b14;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.addBasketButton {
    color: #e41b14;
    font-size: 18px;
    line-height: 23px;
    padding: 15px 0px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    border: 1px solid #e41b14;
    width: 100%;
    float: left;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden
}

.addBasketButton:hover {
    background: #e41b14;
    color: #fff;
}

.homeProductBox > ul > li.addBasket {
    padding-left: 35px;
    padding-right: 35px
}

.homeProductBox:hover .addBasketButton {
    opacity: 1;
    visibility: visible
}

/* homeProductListBot */
.homeProductListBot {
    padding-top: 65px;
    background: #fff;
}

.homeProductListBot .tab-content .tab-pane {
    display: block;
    height: 0
}

.homeProductListBot .tab-content .active {
    height: auto
}

.homeProductListBot .homeProductListBotBox {
    float: none;
}

/* homeProductSlider */
.homeProductSlider {
    padding-bottom: 120px;
}

.homeProductSlider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 60px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.homeProductSlider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #5e7681;
    display: inline-block;
    position: relative;
    margin-left: 13px;
    margin-right: 13px;
}

.homeProductSlider .owl-dots .owl-dot:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #5e7681;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
}

.homeProductSlider .owl-dots .owl-dot.active {
    border-color: #e41b14
}

.homeProductSlider .owl-dots .owl-dot.active:before {
    background: #e41b14
}

/* homeBanners */
.homeBanners {
    margin-bottom: 20px
}

.homeBanners ul {
    margin-left: -15px;
    margin-right: -15px;
}

.homeBanners ul li {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.homeBanners ul li img {
    max-width: 100%;
    margin: 0 auto;
    display: table;
}

/* homeProductListTop */
.homeProductListAll {
    background: linear-gradient(180deg, #f7f8f9 63%, #ffff 37%);
}

.homeProductListTop ul {
    margin: 0 auto;
    display: table;
}

.homeProductListTop ul li {
    float: left;
    margin-left: 30px;
    margin-right: 30px;
}

.homeProductListTop ul li a {
    color: #201e1b;
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    padding: 20px 15px;
    border-bottom: 5px solid transparent;
}

.homeProductListTop ul li.active a {
    border-color: #e41b14
}

/* homeProductBox */
.homeProductBox {
    background: #fff;
}

.homeProductBox > ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeProductBox > ul > li {
    width: 100%;
    display: inline-block;
    float: left;
}

.homeProductBox > ul > li.img a {
    height: 250px;
    width: 100%;
    display: inline-block;
    float: left;
    position: relative;
}

.homeProductBox > ul > li.img a img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-height: 100%;
    width: auto !important
}

.homeProductBox > ul > li.img {
    margin-bottom: 15px;
}

.homeProductBox > ul > li.title a {
    width: 100%;
    height: 50px;
    text-align: center;
    position: relative;
    display: inline-block;
    color: #201e1b;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
}

.homeProductBox > ul > li a .discount {
    width: 40px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 32px;
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    font-style: normal;
    background: #e41b14;
    height: 40px;
    line-height: 12px;
    padding-top: 7.5px;
}

.homeProductBox > ul > li a .discount i {
    font-size: 8px;
    color: #fff;
    font-style: normal;
    display: inline-block;
}

.homeProductBox > ul > li.priceOld {
    color: #e41b14;
    font-size: 18px;
    line-height: 24px;
    xheight: 24px;
    text-decoration: line-through;
    text-align: center
}

.homeProductBox > ul > li.price {
    color: #201e1b;
    font-weight: 800;
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 30px;
    text-align: center;
}

.addBasketButton {
    color: #e41b14;
    font-size: 18px;
    line-height: 23px;
    padding: 10px 0px;
    text-align: center;
    display: inline-block;
    font-weight: 700;
    border: 1px solid #e41b14;
    width: 100%;
    float: left;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden
}

.addBasketButton:hover {
    background: #e41b14;
    color: #fff;
}

.homeProductBox > ul > li.addBasket {
    padding-left: 35px;
    padding-right: 35px
}

.homeProductBox:hover .addBasketButton {
    opacity: 1;
    visibility: visible
}

/* homeProductListBot */
.homeProductListBot {
    padding-top: 30px;
    background: #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.homeProductListBot .tab-content .tab-pane {
    display: none;
    height: 0
}

.homeProductListBot .tab-content .active {
    display: block;
    height: auto;
}

.homeProductListBot .homeProductListBotBox {
    float: none;
}

/* homeProductSlider */
.homeProductSlider {
    padding-bottom: 30px;
}

.homeProductSlider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 60px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

.homeProductSlider .owl-dots .owl-dot {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 1px solid #201e1b;
    display: inline-block;
    position: relative;
    margin-left: 13px;
    margin-right: 13px;
}

.homeProductSlider .owl-dots .owl-dot:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #201e1b;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
}

.homeProductSlider .owl-dots .owl-dot.active {
    border-color: #e41b14
}

.homeProductSlider .owl-dots .owl-dot.active:before {
    background: #e41b14
}

/* footerBanner */
.footerBanner {
    margin-bottom: 50px;
}

.footerBanner ul {
    margin-left: -15px;
    margin-right: -15px;
}

.footerBanner ul li {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    float: left;
}

.footerBanner ul li img {
    max-width: 100%;
    margin: 0 auto;
    display: table;
}

.newstellerAll {
    xmargin-top: 50px;
}

/* newstellerAll */
.newstellerAllx { /*background:url(../images/newsteller-bg.png) no-repeat; background-size:cover; background-repeat:no-repeat; background-position:center center; */
    background-color: #101618;
    padding: 40px 0px;
    position: relative;
}

.newstellerAll {
    background-color: #ababa9;
    padding: 30px 0px;
    position: relative;
}

/*.newstellerAll:before {content:""; background:rgba(0,0,0,0.57); position:absolute; top:0; width:100%; display:inline-block; left:0; height:100%;}*/
.newsteller {
    position: relative;
    z-index: 1;
    padding-left: 150px;
    padding-right: 150px;
}

.newstellerLeft {
    float: left;
    color: #fff;
    font-size: 32px;
    font-weight: 300;
    line-height: 35px;
    display: inline-block;
    position: relative;
}

.newstellerLeft:before {
    content: "";
    position: absolute;
    right: -80px;
    top: 50%;
    margin-top: -16px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 0 16px 16px;
    border-color: transparent transparent transparent #fff;
}

.newstellerRight {
    float: right;
    padding-right: 30px;
    position: relative;
}

.newstellerText {
    width: 500px;
    height: 63px;
    background: url(../images/newsteller-text.png);
    padding-left: 40px;
    font-size: 16px;
    font-weight: 700;
    padding-right: 60px;
    color: #fff;
}

.newstellerSubmit {
    position: absolute;
    right: -30px;
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    height: 63px;
    background: transparent;
    top: 0;
    -webkit-transition: all 0.3 ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.newstellerSubmit:hover {
    color: #e41b14;
}

/* footerAll */
.footerAll {
    background: #20292c;
    padding: 30px 0px;
}

.footerLeft {
    width: 75%;
    float: left;
    display: inline-block;
    border-right: 2px solid rgba(255, 255, 255, 0.32)
}

.footerRight {
    width: 25%;
    float: left;
    display: inline-block;
}

.footerRight {
    padding-top: 30px;
}

/* footerSocialTitle */
.footerSocialTitle {
    text-align: center;
    color: #fff;
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 80px;
    position: relative;
}

.footerSocialTitle:before {
    content: "";
    position: absolute;
    bottom: -42px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 16px 16px 0 16px;
    border-color: #fff transparent transparent transparent;
}

.footerSocialTitle strong {
    font-weight: 900;
}

.footerSocialBox ul {
    margin: 0 auto;
    display: table;
}

.footerSocialBox ul li {
    margin-right: 20px;
    float: left;
    display: inline-block;
}

.footerSocialBox ul li:last-child {
    margin-right: 0px;
}

.footerSocialBox ul li a {
    width: 40px;
    height: 40px;
    line-height: 38px;
    border: 1px solid #fff;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
}

.footerSocialBox ul li a:hover {
    color: #fff;
}

.footerSocialBox ul li.facebook a:hover {
    background: #3b5998;
    border-color: #3b5998;
}

.footerSocialBox ul li.twitter a:hover {
    background: #1da1f2;
    border-color: #1da1f2;
}

.footerSocialBox ul li.instagram a:hover {
    background: #e1306c;
    border-color: #e1306c;
}

.footerSocialBox ul li.youtube a:hover {
    background: #ff11110d0;
    border-color: #ff11110d0;
}

/* footerLeftRow */
.footerLeftRow {
    margin-left: -15px;
    margin-right: -15px;
}

.footerLeftCol {
    width: 30%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
}

.footerLogoCol {
    width: 40%
}

.footerContact {
    color: #fff;
    font-size: 15px;
    line-height: 22.5px;
}

.footerLogo {
    margin-bottom: 40px;
}

.footerMenu {
    padding-top: 40px;
}

.footerMenuTitle .title {
    font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    font-weight: 800;
}

.footerMenuTitle {
    margin-bottom: 30px;
}

.footerMenuBox ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.footerMenuBox ul li {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.footerMenuBox ul li:last-child {
    margin-bottom: 0px
}

.footerMenuBox ul li a {
    color: #fff;
    font-size: 16px;
    line-height: 20px;
    display: inline-block;
}

.footerMenuBox ul li a:hover {
    opacity: 0.7;
}

/* copyrightAll */
.copyrightAll {
    background: #fff;
    padding: 15px 0px;
}

.copyrightLeft {
    float: left;
}

.copyrightLeft .title {
    color: #221f1c;
    font-size: 16px;
    line-height: 21px;
    padding: 10px 0px;
    display: inline-block;
    font-weight: normal;
}

.copyrightRight {
    float: right;
}

.copyrightRight .webmaster {
    float: left;
}

/* responsiveMenu */
.responsiveMenu {
    position: absolute;
    right: 0;
    top: 10px;
    display: none;
    color: #e41b14;
    font-size: 30px;
    cursor: pointer;
}

/* pageCategoryLeft */
.pageCategoryLeft {
    width: 26.5%;
    float: left;
    display: inline-block;
    padding-right: 30px
}

.pageCategoryRight {
    width: 73.5%;
    float: left;
    display: inline-block;
}

/* pageNav */
.pageNav {
    position: relative;
    z-index: 11;
    padding-top: 25px;
    padding-bottom: 25px;
}

.pageNav ul {
    float: left;
}

.pageNav ul li {
    float: left;
    border-right: 1px solid #201e1b
}

.pageNav ul li:last-child {
    border-right: 0px;
}

.pageNav ul li a {
    float: left;
    color: #201e1b;
    font-size: 15px;
    line-height: 18px;
    display: inline-block;
    padding-left: 7.5px;
    padding-right: 7.5px;
}

.pageNav ul li a:hover {
    color: #e41b14;
}

/* pageCategoryTitle */
.pageCategoryTitle .title {
    color: #201e1b;
    font-size: 27px;
    line-height: 30px;
    font-weight: 700;
}

.pageCategoryTitle {
    margin-bottom: 25px;
}

/* pageFilter */
.pageFilter {
    border: 1px solid #edf0f2;
    padding: 15px;
    border-radius: 3px;
}

.pageFilterText .title {
    color: #201e1b;
    font-size: 16px;
    line-height: 24px;
}

.pageFilterText {
    margin-bottom: 20px;
    display: none;
}

.pageFilterSelectTitle .title {
    color: #201e1b;
    font-size: 25px;
    line-height: 30px;
    display: inline-block;
    font-weight: 700;
}

.pageFilterSelectTitle {
    margin-bottom: 25px;
}

.pageFilterSelectList ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.pageFilterSelectList ul li {
    width: 100%;
    display: inline-block;
    float: left;
    padding-left: 5px;
    margin-bottom: 10px;
}

.pageFilterSelectList ul li a {
    color: #201e1b;
    position: relative;
}

.pageFilterSelectList ul li a:hover {
    color: #e41b14;
}

.pageFilterSelectList ul li a:before {
    content: "\f111";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 6px;
    vertical-align: middle;
    margin-right: 5px;
    color: #e41b14;
}

.pageFilterSelectList ul li:last-child {
    margin-bottom: 0px
}

.pageFilterSelectList ul li .title {
    color: #201e1b;
    font-size: 15px;
    line-height: 20px;
    display: inline-block
}

.pageFilterSelectList ul li .deleteButton {
    width: 20px;
    height: 20px;
    background: url(../images/times.png) no-repeat center center;
    float: left;
    display: inline-block;
    margin-right: 10px;
}

.pageFilterSelectList ul li .deleteButton:hover {
    opacity: 0.7
}

.pageFilterSelectList {
    margin-bottom: 30px;
}

.pageFilterSelect {
    margin-bottom: 20px
}

/* deleteButton */
.removeButton {
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    color: #e41b14;
    border: 1px solid #e41b14;
    border-radius: 3px;
    padding: 6px;
    max-width: 180px;
    width: 100%;
    text-align: center;
    font-weight: 700;
}

.removeButton:hover {
    background: #e41b14;
    color: #fff;
}

.removeButton.active {
    background: #e41b14;
    color: #fff;
}

.removeButton.active:hover {
    background: #fff;
    color: #e41b14
}

/* filterTabTitle */
.filterTabTitle {
    cursor: pointer;
    display: none;
}

.filterTabTitle .title {
    color: #201e1b;
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    display: inline-block;
    position: relative;
    width: 100%;
    float: left;
}

.filterTabTitle .title i:before {
    content: "+";
    font-size: 20px;
    color: #e41b14;
    line-height: 30px;
    float: right;
    display: inline-block;
    font-style: normal;
    font-weight: 300
}

.filterTabTitle {
    margin-bottom: 20px;
}

.filterTabTitle.hiddenX .title i:before {
    content: "-"
}

/* filterTabBox */
.filterTabBox {
    border-bottom: 1px solid #e0e3e4;
    padding-bottom: 15px;
    margin-bottom: 30px
}

.filterTabBox ul {
    max-height: 250px;
    width: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.filterTabBox ul::-webkit-scrollbar {
    width: 3px;
    background-color: #edf0f2;
}

.filterTabBox ul::-webkit-scrollbar-thumb {
    border-radius: 0px;
    background-color: #e41b14;
}

.filterTabBox ul li {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 10px
}

.filterTabBox ul li:last-child {
    margin-bottom: 0px
}

.pageFilterList .filterTabBox:last-child {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin-bottom: 20px
}

/* catListTitle */
.catListTitle .title {
    float: left;
    color: #201e1b;
    font-size: 15px;
    line-height: 25px;
    padding: 15px 0px;
    display: inline-block;
}

.catListTitle {
    margin-bottom: 30px;
}

.catFilterSelect, #cat-limit {
    float: right;
    width: 280px;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    padding-left: 20px;
    cursor: pointer;
    padding-right: 40px;
    border-radius: 0px;
    background: #ffff url(../images/arrow.png) no-repeat right 23px center;
    cursor: pointer;
    float: right;
    height: 55px;
    border: 1px solid #edf0f2;
    border-radius: 3px;
    color: #201e1b;
    font-size: 15px;
}

#cat-limit {
    width: auto;
}

/* catProductListRow */
.catProductListRow {
    margin-left: -15px;
    margin-right: -15px;
}

.catProductListCol {
    width: 31%;
    float: left;
    padding-left: 0;
    margin: 0 10px;
    padding-right: 0;
    border: 1px solid #00010112;
    margin-bottom: 30px;
    padding: 15px 10px;
}

.catProductListCol:hover {
    box-shadow: 1px 1px 10px #00010112;
}

/* newPagination */
.newPagination ul {
    float: right;
}

.newPagination ul li {
    float: left;
}

.newPagination ul li a {
    color: #201e1b;
    font-size: 16px;
    line-height: 25px;
    padding: 15px 10px;
    display: inline-block;
    font-weight: 500;
    float: left;
}

.newPagination ul li a:hover {
    color: #e41b14
}

.newPagination ul li.active a {
    font-size: 22px;
    font-weight: 900;
    color: #e41b14
}

.newPagination ul li.prev a {
    width: 70px;
    border-radius: 3px;
    border: 1px solid #e7eaec;
    text-align: center;
    line-height: 53px;
    color: #e41b14;
    padding: 0px;
    font-size: 25px;
    margin-right: 20px
}

.newPagination ul li.next a {
    width: 70px;
    border-radius: 3px;
    border: 1px solid #e7eaec;
    text-align: center;
    line-height: 53px;
    color: #e41b14;
    padding: 0px;
    font-size: 25px;
    margin-left: 20px
}

.newPagination ul li.prev a:hover, .newPagination ul li.next a:hover {
    background: #e41b14;
    border-color: #e41b14;
    color: #fff
}

/* filterShow */
.filterShow {
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    color: #e41b14;
    border: 1px solid #e41b14;
    border-radius: 3px;
    padding: 10px 6px;
    width: 100%;
    text-align: center;
    font-weight: 700;
    text-align: center;
    display: none;
    margin-bottom: 10px;
    cursor: pointer;
}

.filterShow:hover {
    background: #e41b14;
    color: #fff;
}

.newPagination ul li {
    margin-bottom: 10px;
}

/* headerAll */
.headerAll {
    background: #fff
}

.pageNavAll {
    background: #fff;
    margin-bottom: 30px;
    border-bottom: 1px solid #f6f7f8
}

.pageNavAll:after, header:after {
    clear: both;
    content: '';
    display: block;
}

/* accPageLeft */
.accPageLeft {
    width: 35%;
    float: left;
    display: inline-block;
    padding-right: 30px;
}

.accPageRight {
    width: 65%;
    float: left;
    display: inline-block;
}

.accPageTitle {
    margin-bottom: 30px
}

.accPageTitle .title {
    color: #201e1b;
    font-size: 27px;
    line-height: 30px;
    font-weight: 300;
}

/* accPageMenu */
.accMenuAll {
    border: 1px solid #edf0f2;
    border-radius: 3px;
    background: #fff;
    padding: 30px 50px;
}

.accPageMenu {
    margin-bottom: 30px;
    padding-left: 15px;
}

.accPageMenu ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.accPageMenu ul li {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 10px
}

.accPageMenu ul li a {
    width: 100%;
    display: inline-block;
    float: left;
    color: #201e1b;
    font-size: 18px;
    line-height: 20px;
    padding: 15px 0px;
}

.accPageMenu ul li.active a {
    border-bottom: 1px solid #e0e3e4;
    font-weight: 700;
}

.accPageMenu ul li a:hover {
    color: #e41b14
}

/* accPageMenuOther */
.accPageMenuOther ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.accPageMenuOther ul li {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
}

.accPageMenuOther ul li:last-child {
    margin-bottom: 0px;
}

.accPageMenuOther ul li a {
    width: 100%;
    max-width: 180px;
    display: inline-block;
    float: left;
    font-size: 18px;
    line-height: 23px;
    border: 1px solid #201e1b;
    color: #201e1b;
    padding: 15px 15px;
    border-radius: 5px
}

.accPageMenuOther ul li a:hover {
    background: #201e1b !important;
    border-color: #201e1b !important;
    color: #fff !important
}

.accPageMenuOther ul li a.active {
    border-color: #e41b14;
    background: #e41b14;
    color: #fff;
}

/* accPageForm */

.sf-form-item-fullwidth input.st-tel {
    width: 100% !important;
}

.sf-form-container sup, .satinalopadres sup {
    left: -12px;
    top: 21px;
    font-size: 18px;
}

.satinalopadres sup {
    position: absolute;
}

.accPageForm.loginForm {
    padding: 30px;
}

.accPageForm.contactForm {
    padding: 30px;
}

.accPageForm.contactForm .sf-form-item-fullwidth input.st-tel {
    width: 255px !important;
}

.accPageForm {
    padding: 60px 100px;
    border: 1px solid #edf0f2;
    border-radius: 3px;
    background: #fff;
    margin-bottom: 30px
}

.accPageForm ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.accPageForm ul li {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 10px;
    position: relative;
}

.accPageForm ul li:last-child {
    margin-bottom: 0px
}

.formText {
    height: 35px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e7eaec;
    padding-left: 25px;
    padding-right: 25px;
    color: #201e1b !important;
    font-size: 14px;
    float: left;
}

.formTextarea, .sf-form-textarea {
    height: 110px;
    width: 100%;
    border-radius: 3px;
    border: 1px solid #e7eaec;
    padding: 20px 25px;
    color: #201e1b;
    font-size: 14px;
    float: left;
}

.accPageForm ul li .title, .sf-text-label {
    position: absolute;
    left: 0;
    top: 0;
    color: #201e1b;
    font-size: 14px;
    line-height: 25px;
    padding: 5px 0px;
    display: inline-block;
    width: 200px;
}

.accPageForm ul li .title:before, .accPageForm ul li .sf-text-label:before {
    content: ":";
    position: absolute;
    right: 50px;
    top: 0;
    font-size: 17px;
    line-height: 25px;
    padding: 5px 0px;
    display: inline-block;
}

.accPageForm ul li .phoneFirst {
    width: 30%;
    margin-right: 5%
}

.accPageForm ul li .phoneSecond {
    width: 65%
}

.formSelect, .sf-form-select {
    float: right;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: "";
    padding-left: 25px;
    cursor: pointer;
    padding-right: 30px;
    border-radius: 0px;
    background: #ffff url(../images/arrow2.png) no-repeat right 12px center;
    cursor: pointer;
    float: left;
    height: 35px;
    border: 1px solid #edf0f2;
    border-radius: 3px;
    color: #201e1b;
    font-size: 17px;
}

.accPageForm ul li .day {
    width: 24%;
    margin-right: 5%
}

.accPageForm ul li .month {
    width: 33%;
    margin-right: 5%
}

.accPageForm ul li .year {
    width: 33%
}

.breadcrumb {
    padding: 0;
    background-color: transparent;
}

/* simpleSubmit */
.simpleSubmit {
    color: #e41b14;
    font-size: 18px;
    line-height: 23px;
    border: 1px solid #e41b14;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700
}

.accPageSubmit .simpleSubmit {
    float: right;
}

.simpleSubmit:hover {
    background: #e41b14;
    color: #fff;
}

#showUye {
    display: none;
}

.sf-button {
    margin-bottom: 30px;
    color: #e41b14;
    font-size: 18px;
    line-height: 23px;
    border: 1px solid #e41b14;
    padding: 15px 40px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    background-color: transparent;
    float: right;
}

.sf-button:hover {
    background: #e41b14;
    color: #fff;
    opacity: unset;
}

/* itemDetailLeft */
.itemDetailLeft {
    width: 50%;
    float: left;
    display: inline-block;
}

.itemDetailRight {
    width: 50%;
    float: left;
    display: inline-block;
    padding-left: 50px;
}

/* itemSliderBot */
.itemSliderTop {
    position: relative;
}

.itemSliderTop .productZoomImageLink {
    position: absolute;
    bottom: 0;
    left: 0;
}

.itemSliderBot ul {
    margin-left: -15px;
    margin-right: -15px;
}

.itemSliderBot ul li {
    width: 25%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
}

.itemSliderBot ul li a {
    width: 100%;
    display: inline-block;
    float: left;
    height: 70px;
    border: 2px solid transparent
}

.itemSliderBot ul li.active a {
    border-color: #e41b14
}

.itemSliderTop {
    margin-bottom: 15px;
}

.itemDetailSlider {
    position: relative;
    padding-left: 90px;
    padding-right: 90px;
}

.itemDetailSliderButtons a {
    width: 50px;
    border: 2px solid #bccacf;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    color: #bccacf;
    font-size: 25px;
    display: inline-block;
    position: absolute;
    left: -90px;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}

.itemDetailSliderButtons a:hover {
    background: #bccacf;
    color: #fff
}

.itemDetailSliderButtons .right {
    right: -90px;
    left: auto;
}

/* itemDetailTitle */
.itemDetailTitle {
    margin-bottom: 25px;
}

.itemDetailTitle .title {
    color: #201e1b;
    font-size: 30px;
    line-height: 35px;
    display: inline-block;
    font-weight: 700;
}

.itemDetailFeatures {
    color: #201e1b;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 30px;
}

/* itemDetailPrice */
.itemDetailPrice > ul {
    float: left;
    width: 100%;
    display: inline-block;
}

.itemDetailPrice > ul > li {
    float: left;
}

.itemDetailPrice > ul > li.old {
    color: #e30512;
    font-size: 20px;
    line-height: 25px;
    padding: 15px 0px;
    margin-right: 25px;
    text-decoration: line-through;
    font-weight: 500;
}

.itemDetailPrice > ul > li.new {
    color: #201e1b;
    font-size: 28px;
    font-weight: 700;
    line-height: 35px;
    padding: 10px 0px;
}

.itemDetailPrice > ul > li.discount {
    float: right;
}

/* newDiscount */
.newDiscount {
    float: left;
    color: #201e1b;
    font-size: 24px;
    line-height: 33px;
    padding: 10px 40px;
    border: 1px solid #e41b14;
    border-radius: 3px;
    display: inline-block;
    letter-spacing: 2px;
    font-weight: 700;
    position: relative;
}

.newDiscount i {
    position: absolute;
    left: -20px;
    top: 50%;
    margin-top: -20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    font-weight: 800;
    font-style: normal;
    background: #e41b14;
    border-radius: 50%;
}

.newDiscount i:before {
    content: "";
    left: -7px;
    top: 50%;
    margin-top: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #e41b14 transparent transparent;
    position: absolute;
}

/* itemDetailPrice */
.itemDetailPrice {
    margin-bottom: 70px;
}

.itemDetailCountBox {
    float: left;
}

/* itemDetailAddBasket */
.itemDetailAddBasket {
    float: right;
}

.purchaseButton {
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: 700;
    color: #fff;
    line-height: 21px;
    border: 2px solid #e41b14;
    border-radius: 5px;
    background: #e41b14;
    padding: 15px 80px;
}

.purchaseButton:hover {
    background: #fff;
    color: #e41b14
}

/* itemDetailCountBox */
.itemDetailCount {
    margin-bottom: 30px
}

.itemDetailCountBox {
}

.itemDetailCountBox ul {
    float: left;
    border: 1px solid #e7eaec;
    border-radius: 5px;
}

.itemDetailCountBox ul li {
    float: left;
    border-right: 1px solid #e7eaec;
}

.itemDetailCountBox ul li:last-child {
    border-right: 0px
}

.itemDetailCountBox ul li.button a {
    width: 30px;
    line-height: 53px;
    text-align: center;
    display: inline-block;
    font-size: 22px;
    font-weight: 300;
    color: #e41b14
}

.itemDetailCountBox ul li.value {
    width: 55px;
}

.itemDetailCountText {
    width: 100%;
    height: 53px;
    text-align: center;
    color: #e41b14;
    font-weight: 700;
    font-size: 22px;
    padding-left: 5px;
    padding-right: 5px;
}

.itemDetailCountBox ul li.text a {
    color: #201e1b;
    font-size: 15px;
    line-height: 53px;
    padding-left: 13px;
    padding-right: 13px;
    display: inline-block;
}

/* itemDetailAll */
.itemDetailAll {
    background: #fff;
}

.shipTime .title {
    float: left;
    padding-left: 70px;
    font-size: 19px;
    color: #201e1b;
    line-height: 29px;
    background: url(../images/ship.png) no-repeat left center;
    display: inline-block
}

/* itemDetailAll */
.itemDetailAll {
    margin-bottom: 60px;
}

.detailBotAll {
    background: linear-gradient(180deg, #f7f8f9 63%, #ffff 37%);
}

.detailBotFeatures ul {
    margin: 0 auto;
    display: table;
}

.detailBotFeatures ul li {
    float: left;
    margin-right: 80px;
}

.detailBotFeatures ul li:last-child {
    margin-right: 0px;
}

.detailBotFeatures ul li a {
    color: #201e1b;
    font-size: 18px;
    line-height: 25px;
    display: inline-block;
    padding: 15px 0px;
    border-bottom: 5px solid transparent;
}

.detailBotFeatures ul li.active a {
    border-color: #e41b14
}

/* detailBotFeaturesList */
.detailBotFeaturesList {
    padding: 50px 90px;
    background: #fff;
}

.featuresTabTitle .title {
    color: #201e1b;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    display: inline-block
}

.featuresTabTitle {
    margin-bottom: 20px;
}

/* featuresTable */
/*.featuresTable ul {max-width:670px;}
.featuresTable ul li {width:100%; display:inline-block; float:left; border:1px solid #e7eaec; border-radius:3px; padding:8px 20px; color:#201e1b;}
.featuresTable ul li .title {float:left; font-size:18px; line-height:20px;  width:60%; display:inline-block;}
.featuresTable ul li:nth-of-type(2n-1) {border-color:transparent;}
.featuresTable ul li .val {width:40%; font-size:18px; line-height:20px; display:inline-block}*/

/* featuresTabBox */
.fListTab {
    padding-bottom: 25px;
    margin-bottom: 35px;
    border-bottom: 1px solid #e7eaec;
}

.fList .fListTab:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
}

.featuresText {
    color: #201e1b;
    font-size: 18px;
    line-height: 24px;
    color: #201e1b;
}

/* itemSliderImage */
.itemSliderImage {
    text-align: center;
}

/* basketPageTopLeft */
.basketPageTopLeft {
    width: 74%;
    float: left;
}

.basketPageTopRight {
    width: 26%;
    float: left;
    padding-left: 30px;
}

/* purchaseButtonNew */
.purchaseButtonNew {
    color: #fff;
    font-size: 18px;
    line-height: 21px;
    padding: 15px 40px;
    display: inline-block;
    background: #e41b14;
    border-radius: 5px;
    border: 2px solid #e41b14
}

.purchaseButtonNew:hover {
    background: #fff;
    color: #e41b14
}

/* basketInfo */
.basketInfo {
    border: 1px solid #edf0f2;
    background: #fff;
    padding: 40px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.basketInfo ul {
    width: 100%;
    display: inline-block;
    float: left;
}

.basketInfo ul li {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 20px
}

.basketInfo ul li .title {
    width: 55%;
    position: relative;
    display: inline-block;
    color: #201e1b;
    font-size: 15px;
    line-height: 20px;
    float: left;
}

.basketInfo ul li .title:after {
    content: ":";
    position: absolute;
    right: 20px;
    top: 0;
    color: #201e1b;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    float: left;
}

.basketInfo ul li .val {
    float: right;
    width: 45%;
    display: inline-block;
    color: #201e1b;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    padding-top: 2px;
}

.basketInfo ul li:last-child {
    margin-bottom: 0px
}

/* basketTableTop */
.basketTableTop {
    border: 1px solid #edf0f2;
    border-radius: 3px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 15px;
}

.basketTableTop ul {
    float: left;
    display: inline-block;
    width: 100%;
}

.basketTableTop ul li {
    float: left;
    display: inline-block;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
    padding: 10px 0px;
}

.basketTableTop ul li.title {
    width: 46%;
}

.basketTableTop ul li.price {
    width: 22%;
}

.basketTableTop ul li.count {
    width: 22%;
}

.basketTableTop ul li.total {
    width: 10%;
}

/* basketTableBot */
.basketTableBot {
    margin-bottom: 30px
}

.basketTableBot {
    border: 1px solid #edf0f2;
    border-radius: 3px;
    background: #fff;
    padding-left: 20px;
    padding-right: 20px;
}

.basketTableBot > ul {
    width: 100%;
    display: inline-block;
    float: left;
    padding: 12px 0px;
    border-bottom: 1px solid #edf0f2
}

.basketTableBot > ul > li {
    float: left;
    display: inline-block;
}

.basketTableBot ul li.title {
    width: 46%;
}

.basketTableBot ul li.price {
    width: 22%;
}

.basketTableBot ul li.count {
    width: 22%;
}

.basketTableBot ul li.count .simpleTotal {
    margin-top: 10px
}

.basketTableBot ul li.total {
    width: 10%;
}

.priceX {
    color: #201e1b;
    font-size: 15px;
    line-height: 22px;
    padding: 20px 0px;
    display: inline-block;
}

.basketImg {
    position: relative;
    padding-left: 120px;
    padding-top: 20px;
    min-height: 94px;
    display: inline-block;
    float: left;
    padding-right: 20px;
}

.basketImg img {
    width: 94px;
    height: 94px;
    float: left;
    position: absolute;
    left: 0;
    top: 0;
}

.basketImg {
}

.basketImg .titleX {
    color: #201e1b;
    font-size: 15px;
    line-height: 24px;
    display: inline-block
}

/* simpleTotal */
.simpleTotal a {
    float: left;
    width: 33.33%;
    text-align: center;
    display: inline-block;
    color: #e41b14;
    font-size: 15px;
    line-height: 38px;
    border-right: 1px solid #e7eaec
}

.simpleTotal a:hover {
    background: #e41b14;
    color: #fff;
}

.simpleTotal a:last-child {
    border-right: 0px;
    border-left: 1px solid #e7eaec
}

.simpleTotal {
    width: 76px;
    border: 1px solid #e7eaec;
    border-radius: 3px;
    display: inline-block;
    padding-left: 2.5px;
    padding-right: 2.5px;
}

.simpleTotal .simpleTotalText {
    width: 33.33%;
    text-align: center;
    color: #e41b14;
    font-size: 15px;
    font-weight: 600;
    height: 38px;
    float: left;
    display: inline-block;
}

/* myCss */
.adress-container h4 {
    color: #201e1b;
    font-size: 27px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.adress-container {
    margin: 0 0;
}

.adress-container:after {
    content: '';
    display: block;
    clear: both;
}

.tabs-container, .adress-list {
    margin-bottom: 30px;
}

.adress-container .adress-list ul li.new-addres-item a {
    top: 0;
    bottom: 0;
    line-height: 55px;
}

.basket-right ul li.tutar {
    background-color: transparent;
}

.basket-right ul li.tutar span.sepet1, .basket-right ul li.tutar span.sepet2, .basket-right ul li.tutar span.sepet3 {
    font-weight: unset !important;
}

.cart-detail .propicer img {
    max-width: 100%;
    height: auto;
}

.hidden {
    display: none !important;
}

.clearfix {
    clear: both;
}

.sifreUnuttum {
    padding-top: 15px;
}

.sifreUnuttum a {
    color: #0063cf;
}

.accPageForm.regDesc ul li {
    padding-left: 0;
}

.facebook_large {
    border-radius: 2px;
    background-color: #4567b2;
    width: 100%;
    padding: 0;
    min-height: 46px;
    line-height: 46px;
    text-align: center !important;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    margin-bottom: 15px;
}

.facebook_large > i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAgVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9d3yJTAAAAKnRSTlMABQYKEhUfN05baG5ydnuDlJmcoaO3w8TLzc7P0NLY4uTm6+zt8PP3+Pz9573GAAAAiElEQVR4Ae3RNxLCUAxFUWFyzibnAH77XyCjMWM14P9fC7r9qa58K2lNV+cn3km4yvAKLZ40lgBHqjuwZASW1B806YAmM56ksC6LVAuRjYlJIlFtC3FXwZGD/BfpaseC3Pp5vRKCz514subJnCdjngx40uZJs4RkGqwsrxZ/fy+WEydOnPwMeQFhwG+PVbXmIAAAAABJRU5ErkJggg==);
    background-size: cover;
    width: 25px !important;
    height: 25px !important;
    margin-top: 10px !important;
    position: absolute;
    margin-left: -28px;
    display: inline-block;
}

.google_large {
    border-radius: 2px;
    background-color: #dd4b39;
    width: 100%;
    padding: 0;
    min-height: 46px;
    line-height: 46px;
    text-align: center !important;
    font-family: Arial;
    font-size: 16px;
    font-weight: bold;
    color: white;
    cursor: pointer;
}

.google_large > i {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAzCAMAAADivasmAAAApVBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////+4/eNVAAAANnRSTlMAGvqxuljkt9+fQgb804V5cGIyHA3Iw6eTinxzKfLoz7SrjnY+Ny8L7Ne/mIBtaFBJJR8R9xVoj59DAAABrklEQVRIx5XV2W6rMBSF4ZUEaBjCnEDmOWma4ZxO+/0frapUsW3XBve7s9AvA8YGOr1Ddr/Fs4d7OsNKnlbrZZ+IPlaTa/aKLov4QrLJo3WqU0Uaq1loCsKaDDxXXxyGZObrijm1Gh2hmlKHrVrUXYVTKsWss4DiPymGjn/dvqzMxXskP+l88fPWD/VSX8CRJpDW4HOqLQJpAUL1ajTCL+ISzvDLa4m2Z7/BiiMul5WCi2fYSTlx8df78iyLcNkkiby+PZ3iDCyoIW/zTdTXiLbAP9N9TUhrCNybwUBOnvTJc4ikGVytkqgnJFOrhN6EzVXbJrySlV1SwOWdZZUsSxx59CklI+NLLvvNKJOSmzNgL3xEAxg3ozGMeMF9+czLjQnPcgeQc7I2FW/UOClbf29INsqHmBILOp6Edvh2jjqaI7GF5jeRtZ5AE/zwxKYqpKDckSDnmUUfdS78bVck2KARk+ziz13XTXz1o3lv/QaZ6dAaUwt+wX9sKqgGxGx/43FrkUDnsDYGlwAGc09/diUwCx9jUq3TEu1O+yeey9vsc9gogmw/3cVpFhSaq19B/f0EM72L5QAAAABJRU5ErkJggg==);
    background-size: cover;
    width: 25px !important;
    height: 25px !important;
    margin-top: 10px !important;
    position: absolute;
    margin-left: -28px;
    display: inline-block;
}

.loginSeperator {
    position: relative;
    text-align: center;
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    color: #505050;
}

.loginSeperator:before {
    content: " ";
    position: absolute;
    height: 1px;
    width: 42%;
    left: 0;
    background-color: #d8d8d8;
    top: 6px;
}

.loginSeperator:after {
    content: " ";
    position: absolute;
    height: 1px;
    width: 42%;
    right: 0;
    background-color: #d8d8d8;
    top: 6px;
}

.wrapSelectPay {
    border: 0 !important;
}

.wrapSelectPay .selectMethods {
    border: 1px solid #f3f1f1;
    padding: 15px;
    border-radius: 3px;
}

.wrapSelectPay .payFooter {
    border: 1px solid #f3f1f1;
    clear: both;
    margin-bottom: 30px;
    background: #f1f1f1 none repeat scroll 0 0 !important;
    padding: 10px 15px;
}

.wrapSelectPay .payFooter .rulesBox, .wrapSelectPay .payFooter .rulesText {
    padding: 0px !important;
    line-height: 35px !important;
}

.wrapSelectPay .payFooter .rulesBox {
    padding-right: 10px !important;
}

.wrapSelectPay .payFooter .rulesButtons {
    margin-right: 0 !important;
}

.satinalopadres #shopphp-payment-body-step1 {
    clear: both;
    padding: 15px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #f3f1f1;
}

.satinalopadres .generatedForm .td1 {
    width: 145px;
    font-family: 'sf_ui_display';
    font-weight: 500;
    font-size: 15px;
    padding-bottom: 10px;
}

label[for="fatura"] {
    font-size: 14px;
    color: #201e1b;
}

.satinalopadres .rulesButtons .sf-button {
    background-color: #59b210 !important;
    color: #fff !important;
    border: 0 !important;
    width: 310px;
    height: 40px;
    padding: 0;
    margin-top: 0;
}

.wrapSelectPay .selectMethods .payMethods {
    padding: 15px;
    height: 146px;
    width: 33.33333333% !important;
    margin: 0 !important;
    text-align: center;
}

.wrapSelectPay .selectMethods .payMethods .paySelector input {
    visibility: hidden;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden;
}

.wrapSelectPay .selectMethods .payMethods .paySelector {
    top: unset !important;
    padding: 0px !important;
    left: unset !important;
    right: 0;
    bottom: 0 !important;
    margin: 0 !important;
    border-radius: 0 !important;
    line-height: unset !important;
    width: 30px;
    height: 30px;
}

/*.wrapSelectPay .selectMethods .payMethods .paySelector{border-color: transparent transparent #32be23; border-width: 0 0 25px 25px; border-style: solid; background-color: transparent !important; width: 25px !important; height: 25px !important;}*/
.wrapSelectPay .selectMethods .payMethods.active .paySelector {
    background: #59b210 !important;
}

.wrapSelectPay .selectMethods .payMethods.active .paySelector:before {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    content: "\f00c";
    background: transparent;
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 12px;
    color: #FFF;
}

.wrapSelectPay .selectMethods .payMethods .payTitle {
    position: absolute;
    top: 0;
    left: 0;
    border: 0 !important;
    max-width: 100% !important;
    padding: 0 !important;
    width: 100% !important;
    height: 100% !important;
    cursor: pointer;
    z-index: 2;
}

.wrapSelectPay .selectMethods .payMethods .payTitle label {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    padding-top: 80px;
    cursor: pointer;
}

.wrapSelectPay .selectMethods .payMethods .payLogo {
    margin: 0 !important;
    position: absolute;
    padding: 15px;
    top: 0;
    left: 0;
    width: 100% !important;
}

.wrapSelectPay .selectMethods .payMethods .payLogo label {
    display: block !important;
}

.wrapSelectPay .selectMethods .payMethods .payLogo img {
    max-width: 100%;
    max-height: 50px;
}

.wrapSelectPay .selectMethods .payMethods.active {
    background-color: #f5f2f2;
}

.sepet-info {
    clear: both;
    background-color: #ab135c;
    color: #FFF;
}

.sepet-info a {
    color: #FFF !important;
}

.basket-wrap:after {
    content: '';
    clear: both;
    display: block;
}

.vfContainer {
    clear: both;
    padding: 15px;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #f3f1f1;
}

.urunEkle input[type=submit] {
    color: #e41b14;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #e41b14;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    background-color: transparent;
    float: right;
}

.urunEkle input[type=submit]:hover {
    background: #e41b14;
    color: #fff;
    opacity: unset;
}

table.sepet th {
    color: #201e1b !important;
    font-weight: 700;
}

table.sepet .tr_alternate td {
    vertical-align: middle;
}

.listAddress .textBox div {
    background-color: transparent !important;
    color: transparent !important;
    text-indent: 4px;
    font-size: 18px !important;
}

.listAddress .textBox div:before {
    display: inline-block;
    color: #11110d;
    content: "\f044";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

td[data-th="Düzenle"], td[data-th="Sil"] {
    width: 50px;
}

.listAddress td[data-th="Sil"] .textBox div:before {
    content: "\f014";
}

.searchDetay label {
    position: unset;
    width: 100%;
}

.searchDetay .price1, .searchDetay .price2 {
    width: 40% !important;
    float: none;
}

.searchDetay .price1, .searchDetay .sf-button {
    float: unset;
}

#indirimde .moduleTitle {
    color: #201e1b;
    font-size: 30px;
    line-height: 35px;
    display: inline-block;
    font-weight: 700;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}

.shopphp-payment-body-step3 {
    clear: both;
}

#shopphp-payment-body-step3 {
    clear: both;
    background-color: #FFF;
    border-radius: 3px;
    border: 1px solid #f3f1f1;
    margin-bottom: 25px;
    padding: 15px;
}

#pay-screen .demo-wrapper input {
    border: 1px solid #dddddd;
}

#pay-screen .small-3 {
    padding-right: 3px;
}

.cc-odeme-aciklama {
    display: none;
}

.accPageForm .basket-wrap ul li {
    padding-left: 0 !important;
}

textarea.sozlesme {
    min-width: auto;
    width: 100% !important;
}

.cart-info h3 a {
    color: #201e1b !important;
    font-size: 15px !important;
}

.grey {
    background-color: #6a7175 !important;
}

.grey:hover {
    background-color: #11110d !important;
}

.basket-title {
    border: 1px solid #edf0f2 !important;
    height: auto !important;
    border-radius: 3px !important;
    background: #fff !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-bottom: 15px !important;
font-size: 30px;
    padding: 30px;

}

.basket-title:after {
    display: block;
    clear: both;
    content: '';
}

.basket-title div {
    float: left !important;
    display: inline-block;
    font-size: 22px !important;
    font-weight: 700;
    line-height: 30px !important;
    padding: 10px 0px !important;
}

.basket-title div span {
    font-size: 22px;
    font-weight: 700;
    color: #201e1b;
    padding-left: 0 !important;
}

/*.basket-left,.basket-right{box-shadow: none; border-radius: 3px; border: 1px solid #edf0f2;}*/
.basket-left, .basket-right {
    box-shadow: none;
    border: 0;
}

.basket-item {
    border: 1px solid #edf0f2;
    border-radius: 3px;
    background: #fff;
    padding: 12px 20px;
    height: auto;
}

.cart-detail img {
    margin: 0;
    min-width: 94px;
    height: auto;
}

.basket-item:after {
    display: block;
    clear: both;
    content: '';
}

.basket-right {
    border: 1px solid #edf0f2;
    background: #fff;
    padding: 40px 15px !important;
    border-radius: 5px;
    margin-bottom: 20px !important;
}

.basket-right ul {
    width: 100%;
    display: inline-block;
    background-color: transparent !important;
    border-bottom: 0 !important;
}

.basket-right ul li {
    width: 100%;
    display: inline-block;
    float: left;
    margin-bottom: 20px;
    border: 0 !important;
    height: auto !important;
    line-height: unset !important;
    clear: both;
}

.basket-right ul li span.sepet1 {
    width: 55% !important;
    position: relative;
    display: inline-block;
    color: #201e1b;
    font-size: 15px !important;
    line-height: 20px;
    float: left;
    text-align: left !important;
    white-space: normal;
}

.basket-right ul li span.sepet1:after {
    content: ":";
    position: absolute;
    right: 0px;
    top: 0;
    color: #201e1b;
    font-size: 15px;
    line-height: 20px;
    display: inline-block;
    float: left;
}

.basket-right ul li span.sepet2 {
    display: none;
}

.basket-right ul li span.sepet3 {
    float: right;
    width: 45%;
    display: inline-block;
    color: #201e1b !important;
    font-weight: 800;
    font-size: 15px;
    line-height: 20px;
    padding-top: 2px !important;
    margin-bottom: 0;
    margin-right: 0;
}

.basket-item .cart-total-price {
    color: #201e1b;
    font-size: 15px !important;
    font-weight: normal !important;
}

.pricersmall {
    background-image: none;
}

.basket-item .cart-price {
    font-size: 15px !important;
    color: #201e1b;
}

.demo-wrapper .demo-container {
    max-width: unset !important;
}

#pay-screen .card-wrapper {
    float: right !important;
}

#pay-screen .form-container {
    clear: unset !important;
}

.demo-wrapper input[type='text'] {
    margin-bottom: 2px !important;
    border-right: 2px solid #eee;
}

.jp-card-container {
    width: 430px !important;
    height: 235px !important;
}

.demo-wrapper {
    padding: 30px 30px 0;
}

.demo-wrapper input[type='submit'] {
    font-size: 15px;
}

.registerCol {
    clear: unset !important;
}

#sp_registerForm .sf-form-container {
    background-color: #FFF !important;
    padding: 15px;
}

#sp_registerForm .sf-form-container div {
    padding-bottom: 0;
}

.registerCol .accPageForm {
    padding: 30px !important;
}

.registerCol .sf-form-select {
    padding-left: 10px !important;
}

.registerCol .sf-form-input {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.registerCol .st-form-onay {
    line-height: normal !important;
    padding-left: 5px;
}

.sp-payment #cc-custom-submit {
    color: #e41b14;
    font-size: 14px;
    line-height: 20px;
    border: 1px solid #e41b14;
    padding: 5px 25px;
    display: inline-block;
    border-radius: 3px;
    font-weight: 700;
    background-color: transparent;
    margin: 30px 0;
}

.sp-payment #cc-custom-submit:hover {
    background: #e41b14;
    color: #fff;
    opacity: unset;
}

.product-variant {
    border-top: 2px solid #edf0f1;
    border-bottom: 2px solid #edf0f1;
    margin-bottom: 70px;
}

.product-variant .urunSecimTable {
    padding: 0px;
    margin: 0px;
    border: 0px;
    margin-bottom: 0 !important;
}

.product-variant .urunSecimTable .UrunSecenekleri {
    display: none
}

.urunSecimTable {
    width: 100%;
    margin-top: 0px !important;
    clear: both;
    padding: 15px;
    border: 0px;
}

.urunSecimTable td {
    padding: 10px;
    font-size: 13px;
}

.urunSecimTable .UrunSecenekleriHeader {
    font-size: 17px;
    margin-bottom: 8px;
    font-weight: 600;
}

ul.urunSecim li {
    padding: 12px 25px;
    font-size: 15px;
}

ul.urunSecim li.selected {
    border-color: #e8007d;
    background: #e8007d;
    color: #FFF;
}

.demo-wrapper select {
    width: 100%;
    height: 50px;
}

.basket-right ul li.kargo {
    background-color: #FFF;
    color: #201e1b;
}

.basket-right ul li.kargo span.blue {
    color: #201e1b !important;
    font-weight: normal !important;
}

.basket-right ul li.kargo span.sepet1 {
    font-weight: normal !important;
}

.homeProductListBotBox .item {
    width: 22%;
    float: left;
    padding-bottom: 15px;
    margin: 0 15px 30px;
    border: 1px solid #00010112;
}

.homeProductListBotBox .item:hover {
    box-shadow: 1px 1px 10px #00010112;
}

.detailFeaturesContent .sf-form-container {
    width: 50%;
}

.detailFeaturesContent .sf-form-item-fullwidth .sf-text-label {
    position: relative;
    padding-left: 10px !important;
}

.detailFeaturesContent .sf-form-container sup {
    left: 0;
}

.vmcard {
    position: relative;
    /* margin-left: 30px; */
    /* margin-bottom: 50px; */
    width: 20%;
    margin-top: 30px;
}

/* XXX: MOBILE MENU ------------------------------------------------------------------ */
.cont-nav, .cont-navRight {
    display: block;
    background-color: #373F42;
    height: 100%;
    position: fixed;
    top: 0;
    width: 250px;
    z-index: 111110;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.cont-navRight {
    right: -250px;
}

.nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.nav-menu .title {
    color: #fff;
    font-size: 18px;
    padding: 12px 0;
    text-align: center;
}

.nav-menu li {
    border-bottom: 1px solid #4F5B5F;
}

.nav-menu li a {
    display: block;
    padding: 8px 0 8px 15px;
    width: 185px;
    color: #fff;
    font-size: 14px;
}

.nav-menu li a:hover {
    background-color: #4F5B5F;
}

/* Push body and nav */
.push-right {
    left: 250px;
}

.push-left {
    left: -250px;
}

.openLeft {
    left: 0;
}

.openRight {
    right: 0;
    overflow: auto;
}

#navmenu, #navmenu ul, #navmenu ul li, #navmenu ul li a {
    margin: 0;
    padding: 0;
    /* border: 0; */
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#navmenu {
    width: 250px;
    font-family: Helvetica, Arial, sans-serif;
    color: #ffffff;
}

#navmenu ul ul {
    display: none;
}

.align-right {
    float: right;
}

#navmenu > ul > li > a {
    padding: 15px 20px;
    /* border-left: 1px solid #49505A; */
    /* border-right: 1px solid #1682ba; */
    border-top: 1px solid #32373E;
    cursor: pointer;
    z-index: 2;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #ffffff;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.35);
    background: #373F42;
}

#navmenu > ul > li > a:hover, #navmenu > ul > li.active > a, #navmenu > ul > li.open > a {
    color: #eeeeee;
    background: #373F42;
}

#navmenu > ul > li.open > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #32373E;
}

#navmenu > ul > li:last-child > a, #navmenu > ul > li.last > a {
    border-bottom: 1px solid #32373E;
}

.holder {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
}

.holder::after, .holder::before {
    display: block;
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    right: 20px;
    z-index: 10;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.holder::after {
    top: 17px;
    border-top: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
}

#navmenu > ul > li > a:hover > span::after, #navmenu > ul > li.active > a > span::after, #navmenu > ul > li.open > a > span::after {
    border-color: #eeeeee;
}

.holder::before {
    top: 18px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-top-color: inherit;
    border-left-color: inherit;
}

#navmenu ul ul li a {
    cursor: pointer;
    border-bottom: 1px solid #32373e;
    /* border-left: 1px solid #32373e; */
    border-right: 1px solid #32373e;
    padding: 10px 20px;
    z-index: 1;
    text-decoration: none;
    font-size: 13px;
    color: #eeeeee;
    background: #41494C;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#navmenu ul ul li:hover > a, #navmenu ul ul li.open > a, #navmenu ul ul li.active > a {
    background: #41494C;
    color: #ffffff;
}

#navmenu ul ul li:first-child > a {
    box-shadow: none;
}

#navmenu ul ul ul li:first-child > a {
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#navmenu ul ul ul li a {
    padding-left: 30px;
}

#navmenu > ul > li > ul > li:last-child > a, #navmenu > ul > li > ul > li.last > a {
    border-bottom: 0;
}

#navmenu > ul > li > ul > li.open:last-child > a, #navmenu > ul > li > ul > li.last.open > a {
    border-bottom: 1px solid #32373e;
}

#navmenu > ul > li > ul > li.open:last-child > ul > li:last-child > a {
    border-bottom: 0;
}

#navmenu ul ul li.has-sub > a::after {
    display: block;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    right: 20px;
    z-index: 10;
    top: 11.5px;
    border-top: 2px solid #eeeeee;
    border-left: 2px solid #eeeeee;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

#navmenu ul ul li.active > a::after, #navmenu ul ul li.open > a::after, #navmenu ul ul li > a:hover::after {
    border-color: #ffffff;
}

.detailBotFeaturesList table {
    border-collapse: collapse;
    width: 100%;
}

.detailBotFeaturesList table th, td {
    text-align: left;
    padding: 8px;
}

.detailBotFeaturesList table tr:nth-child(even) {
    background-color: #f2f2f2;
}

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

@media (min-width: 993px) and (max-width: 1199px) {
    .headerMenu > nav > ul > li > a {
        padding: 15px 5px;
        font-size: 13px
    }

    .newsteller {
        padding-left: 0px;
        padding-right: 0px
    }

    .subMenuList ul li a {
        font-size: 13px;
    }

    .pageCategoryLeft {
        width: 30%;
    }

    .pageCategoryRight {
        width: 70%
    }

    .catProductListCol {
        width: 50%
    }

    .accMenuAll {
        padding: 5px;
    }

    .accMenuAll {
        padding: 30px 15px
    }

    .accPageForm {
        padding: 30px
    }

    .itemDetailLeft, .itemDetailRight {
        width: 100%
    }

    .basketPageTopLeft {
        width: 70%;
    }

    .basketPageTopRight {
        width: 30%
    }

    .headerSupport {
        display: none;
    }

    .headerSearch {
        left: 63%;
    }
}

@media (min-width: 993px) {
    .headerMenu, .pageFilter, .accPageMenu {
        display: inline-block !important
    }
}

@media (max-width: 992px) {
    .sf-form-container input, .sf-form-container select, .sf-form-container textarea {
    margin-left: 0;
}
    body {
        left: 0;
        overflow-x: hidden;
        position: relative;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .homeSliderItem {
        height: 400px
    }

    .headerTopLeft {
        display: none;
    }

    .headerTopSearch {
        width: 40%;
        float: left;
    }

    .headerMenu {
        display: none;
        position: absolute;
        left: 0;
        top: 50px;
        z-index: 123456;
        background: #e41b14;
        margin-left: -15px;
        margin-right: -15px;
        padding-top: 15px;
        width: auto;
    }

    .subMenu {
        position: relative;
        height: 0px;
    }

    .headerMenu > nav > ul > li:hover .subMenu {
        height: auto
    }

    .subMenuBox {
        padding: 10px;
    }

    .subMenuLeft {
        width: 100%;
        padding: 0px;
    }

    .headerMenu > nav {
        width: 100%;
        display: inline-block;
        float: left;
    }

    .headerMenu > nav > ul {
        width: 100%;
        display: inline-block;
        float: left;
    }

    .headerMenu > nav > ul > li {
        width: 100%;
        display: inline-block;
        float: left;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    .headerMenu > nav > ul > li > a {
        width: 100%;
        color: #fff;
        display: inline-block;
        border-radius: 0px !important
    }

    .headerMenu > nav > ul > li > a:hover {
        background: #fff;
        color: #e41b14;
    }

    .logo img {
        height: auto;
    }

    .logo {
        z-index: 123456;
        width: 170px;
        xtop: 10px;
    }

    .headerBot {
        padding-top: 50px
    }

    .responsiveMenu {
        display: inline-block
    }

    .headerBasket {
        right: 50px;
        bottom: 0;
        top: unset;
    }

    .homeSlider .owl-controls .fa {
        width: 30px;
        height: 30px;
        margin-top: -15px;
        font-size: 13px;
        line-height: 28px;
    }

    .homeSliderItem {
        height: 250px
    }

    .homeSlider {
        margin-bottom: 30px
    }

    .homeProductListTop ul li {
        margin-left: 0px;
        margin-right: 0px
    }

    .homeProductListBot {
        padding-top: 30px;
    }

    .addBasketButton {
        opacity: 1;
        visibility: visible;
    }

    .footerBanner {
        margin-bottom: 0px
    }

    .newsteller {
        padding: 0px
    }

    .newstellerLeft {
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }

    .newstellerLeft:before {
        display: none;
    }

    .newstellerRight {
        width: 100%;
        padding-right: 0px;
    }

    .newstellerBox {
        max-width: 530px;
        margin: 0 auto;
        display: table;
        padding-right: 30px;
        position: relative;
        float: none;
    }

    .footerLeft {
        width: 100%;
        border-right: 0px
    }

    .footerRight {
        width: 100%
    }

    .copyrightLeft {
        width: 100%;
        text-align: center;
        display: inline-block
    }

    .copyrightRight .webmaster {
        width: 100%;
        text-align: center;
        display: inline-block;
    }

    .copyrightRight {
        width: 100%
    }

    .newstellerSubmit {
        right: -15px
    }

    .headerBot {
        padding: 0px;
        padding-top: 50px;
        height: 50px
    }

    .kurumsalText {
        display: none;
    }

    .subMenuRight {
        display: none;
    }

    .subMenuList ul {
        width: 100%;
        margin-bottom: 18px
    }

    .subMenuList ul:last-child {
        margin-bottom: 0px
    }

    .pageCategoryLeft {
        width: 100%;
        padding-right: 0px
    }

    .pageCategoryRight {
        width: 100%
    }

    .pageFilter {
        display: none;
    }

    .filterShow {
        display: inline-block
    }

    .pageNav {
        padding-left: 0px
    }

    .newPagination ul li a {
        line-height: 33px;
        padding-top: 0px;
        padding-bottom: 0px
    }

    .newPagination ul li.prev a, .newPagination ul li.next a {
        width: 40px;
        line-height: 33px;
    }

    .accPageLeft {
        width: 100%;
        padding-right: 0px;
        margin-bottom: 20px;
    }

    .accPageRight {
        width: 100%
    }

    .accMenuAll {
        padding: 15px;
    }

    #showUye {
        display: inline-block;
        margin-bottom: 20px
    }

    .accPageMenu {
        padding: 0px;
        display: none;
    }

    .accPageForm {
        padding: 30px 15px;
    }

    .itemDetailLeft, .itemDetailRight {
        width: 100%
    }

    .detailBotFeatures ul li {
        margin-right: 0px;
        width: 50%;
        text-align: center
    }

    .detailBotFeaturesList {
        padding: 30px 15px;
    }

    .basketPageTopLeft {
        width: 100%;
    }

    .basketPageTopRight {
        width: 100%;
        padding-left: 0px
    }

    .basket-title div.cart-price {
        display: none;
    }

    .basket-right ul li span.sepet1 {
        width: 50% !important;
    }

    .basket-right ul li span.sepet3 {
        width: 50% !important;
    }

    .registerCol .st-form-onay {
        font-size: 12px;
        line-height: 21px !important;
        font-weight: 300;
    }

    .homeProductListBotBox .item {
        width: 50%;
    }

    .homeProductBox > ul > li.img a {
        height: 200px;
    }

    .homeProductBox > ul > li.img {
        margin-bottom: 5px;
    }

    .homeProductBox > ul > li.addBasket {
        padding-left: 20px;
        padding-right: 20px;
    }

    .homeProductBox > ul > li .addBasketButton {
        font-size: 12px;
    }

    .detailFeaturesContent .sf-form-container {
        width: 100%;
    }
}

@media (max-width: 768px) {
    .catProductListCol {
        width: 50%
    }

    .basketTable {
        overflow-x: scroll;
        overflow-y: hidden;
        margin-bottom: 30px
    }

    .basketTableBox {
        width: 768px;
    }

    .basketTableBot {
        margin-bottom: 0px;
    }

    .wrapSelectPay .selectMethods .payMethods {
        width: 50% !important;
    }
}

@media (max-width: 600px) {
    .headerTopSearch {
        width: 120px;
    }

    .headerLogin > ul > li > a {
        font-size: 12px;
        padding: 7.5px 2.5px;
    }

    .headerLogin > ul > li span {
        font-size: 12px;
        padding: 7.5px 2.5px;
    }

    .searchText {
        padding-left: 5px
    }

    .homeSliderItem {
        height: 200px
    }

    .newstellerText {
        background: transparent;
        border: 1px solid #fff;
        height: 50px;
        width: 100%;
        padding-left: 15px;
    }

    .newstellerSubmit {
        right: 15px;
        height: 50px
    }

    .newstellerRight, .newstellerBox {
        padding-right: 0px
    }

    .footerLeftCol {
        width: 100% !important
    }

    .footerLogo {
        text-align: center;
        margin-bottom: 15px;
    }

    .footerContact {
        text-align: center;
    }

    .footerMenuTitle {
        text-align: center
    }

    .footerMenuBox ul li {
        text-align: center;
    }

    .catProductListCol {
        width: 100%
    }

    .accPageForm ul li {
        padding-left: 0px;
    }

    .accPageForm ul li .title, .sf-text-label {
        position: relative;
        width: 100%;
        display: inline-block;
        padding: 0px;
        margin-bottom: 10px;
    }

    .accPageForm ul li .title:before, .accPageForm ul li .sf-text-label:before {
        display: none;
    }

    .accPageForm ul li .day {
        width: 48%;
        margin-right: 4%
    }

    .accPageForm ul li .month {
        width: 48%;
        margin-right: 0px
    }

    .accPageForm ul li .year {
        width: 100%;
        margin-top: 4%
    }

    .itemDetailSlider {
        padding-left: 0px;
        padding-right: 0px
    }

    .itemDetailSliderButtons a {
        width: 30px;
        height: 30px;
        line-height: 24px;
        font-size: 15px;
        left: 10px;
        background: #fff;
        border-color: #fff;
        color: #e41b14
    }

    .itemDetailSliderButtons a.right {
        right: 10px;
        left: auto;
    }

    .itemSliderBot ul {
        margin-left: -2.5px;
        margin-right: -2.5px;
    }

    .itemSliderBot ul li {
        width: 25%;
        padding-left: 2.5px;
        padding-right: 2.5px;
        margin-bottom: 5px;
    }

    .itemDetailRight {
        padding-left: 0px
    }

    .itemDetailPrice > ul > li.discount {
        width: 100%;
        padding-left: 20px;
    }

    .itemDetailCountBox ul {
        margin: 0 auto;
        display: table;
        float: none;
    }

    .itemDetailCountBox {
        width: 100%
    }

    .itemDetailAddBasket {
        width: 100%;
        text-align: center;
        margin-top: 10px
    }

    .featuresTable ul li .title {
        width: 100%;
    }

    .featuresTable ul li .val {
        width: 100%
    }

    .purchaseButtonNew {
        width: 100%;
        padding: 15px 5px;
        font-size: 16px;
        text-align: center
    }

    .wrapSelectPay .selectMethods .payMethods {
        width: 100% !important;
        text-align: left;
    }

    .wrapSelectPay .selectMethods .payMethods .payTitle {
        margin-left: 0 !important;
        position: relative;
        min-height: auto !important;
    }

    .wrapSelectPay .selectMethods .payMethods .payTitle label {
        padding-top: 0;
    }

    .wrapSelectPay .selectMethods .payMethods {
        min-height: auto !important;
        padding: 10px;
        height: auto;
    }

    .wrapSelectPay .payFooter .rulesButtons {
        width: 100%;
    }

    .satinalopadres .rulesButtons .sf-button {
        width: 100%;
    }

    .wrapSelectPay .payFooter .rulesText {
        width: 90% !important
    }

}

@media (max-width: 500px) {
    .homeBanners ul li {
        width: 100%;
        margin-bottom: 30px
    }

    .homeBanners {
        margin-bottom: 0px
    }

    .footerBanner ul li {
        width: 100%;
        margin-bottom: 30px
    }

    .homeProductListTop ul li a {
        font-size: 15px;
        padding: 15px 5px;
        border-width: 3px
    }

}

@media (max-width: 380px) {
    .headerTopSearch {
        width: 100%;
        border-bottom: 2px solid #fff
    }
}

@media (max-width: 350px) {
    .homeProductListTop ul li a {
        font-size: 12px;
    }
}

/* other reset */
::-webkit-input-placeholder {
    color: inherit
}

::-moz-placeholder {
    color: inherit
}

/* firefox 19+ */
:-ms-input-placeholder {
    color: inherit
}

/* ie */
input:-moz-placeholder {
    color: inherit
}


a:focus,
select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="submit"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
    border-color: inherit;
    box-shadow: inset;
    outline: 0 none;
    text-decoration: none;
}

a[href^="tel"] {
    color: inherit;
    text-decoration: none;
}

/* other reset */

input[type=checkbox].css-checkbox, input[type=checkbox].filterCheck {
    
  
  
}

input[type=checkbox].css-checkbox + label.css-label, input[type=checkbox].filterCheck + label.filterCheck {
 

}

input[type=checkbox].css-checkbox:checked + label.css-label, input[type=checkbox].filterCheck:checked + label.filterCheck {
    background-position: 0 -18px;
}

label.css-label, label.filterCheck {
  
}

.powered-by {
    display: none;
}


#header .bottom .search {
    display: block;
}

#header .bottom .search input::placeholder {
    font-style: normal;

}

#footer .social-media ul > li a {
    font-size: 20px;
    color: #fff;
}

#footer .social-media ul > li a:hover {

    color: #D80E00;
}


.accPageForm ul {
    float: none;

}


.accPageForm.regDesc ul li {
    margin-bottom: 2px;
}

.sf-form-container input, .sf-form-container select, .sf-form-container textarea {
    margin-left: 150px;
}

.sf-form-container li {
    margin-bottom: 10px;
}

.sf-form-container select {
    height: 50px;
    z-index: 200;
    position: relative;
    margin-bottom: 20px !important;
}


@media (min-width: 1200px) {
    .container {
        width: 80%;
    }
}

@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 80%;
    }
}


.loginForm input{
    width: 65%;
    margin-left: 170px;
    
}


element.style {
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: pointer;
}

/*.sf-button{*/
/*    color: #fff;*/
/*}*/


/*.sf-button:hover{*/
/*    background: #f84343 !important;*/
/*}*/

/*.itemDetailAll .container{*/
/*    margin: 0;*/
/*    */
/*}*/


element.style {
}
table.sepet .tr_alternate td {
    vertical-align: middle;
}
table.sepet .tr_alternate td {
    background-color: #f0f0ee;
}

table.sepet tbody tr td {
   line-height: 1.2em;
}

.accPageTitle{
    padding: 8px;
}

/*.sf-neutral-button{*/
/*    color: #d80e00;*/
/*}*/