@charset "UTF-8";

/******************************

Sozinho Agency Opencart Tesettur Giyim Temasi v1

Version 1.0.0

Copyright (c) 2022 Sozinho Agency

https://www.sozinhoagency.com/

*******************************/



.forMobile {

  display: none;

}

.Item img {
  height: 70px;
  margin-bottom: 10px;
}

.Item {
  background: #FFF;
  box-shadow: 0 1px 4px #0000000d;
  border: solid 1px #ffb7c1;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.Item .Title {
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  letter-spacing: .13em;
  color: #cf031e;
  margin-bottom: 5px;
}

.Item .Desc {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  letter-spacing: .05em;
  color: #424242;
}




#product>div.product-options {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
  padding-right: 15px;
  padding-left: 15px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(221, 221, 221, 1);
  margin-top: 0;
}

.paket__title {
  padding-bottom: 0px;
  justify-content: space-between;
  align-content: center;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  position: relative;
  display: flex;
  font-weight: 400;
  line-height: 20px;
  align-items: center;
  min-height: 48px;
  text-align: left;
  color: #353535;
  font-size: 14px;
}

.paket__title::after {
  content: "";
  position: absolute;
  border-width: 10px;
  border-style: solid;
  border-color: transparent #ececed transparent transparent;
  top: 0px;
  right: -32px;
}

.paket__icerik {
  background: #fff !important;
  font-size: 12px;
}

.product__list ul {
  overflow-y: scroll;
}

.mobile-header-active .mobile-2 .mobile-bar {
  padding-right: 15px;
}

#product_tabs-65faff9e32936 > div {
  padding: 10px;
  border-top-width: 0px;
}



.mobile-search-wrapper .header-search {
  border: 0;
}

.paket__icerik .list {
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: 1px solid rgba(0, 0, 0, .2);
  display: none;
}


#product > div.product-options > div > div.paket__title > span {
  display: flex;
    line-height: 20px;
    align-items: center;
    min-height: 48px;
    text-align: left;
    color: #353535; 
    font-size: 14px;
    font-weight: 700;
}

.paket__icerik .list.showqtt {
  display: flex;
  font-weight: 400;
  line-height: 20px;
  align-items: center;
  min-height: 48px;
  text-align: left;
  color: #353535;
  font-size: 14px;
}

.paket__icerik .list:last-child {
  border: 0;
}

.paket__icerik .list .price {
  min-width: 80px;
  text-align: right;
}

.option__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  height: 60px;
  border: 1px solid rgba(0, 0, 0, .2);
  border-top-width: 0px !important;
  border-color: rgba(221, 221, 221, 1) !important;
}

#input-option15 > div:nth-child(1) {
  border-top-width: 1px !important;
}

.option__list .name {
  display: block;
  width: 30%;
}

.option__list .price {
  width: 25%;
  display: block;
}

.option__checkbox {
  cursor: pointer;
  margin: 0 !important;
  width: 25%;
  text-align: right;
}

.option__checkbox span {
  color: #000;
  text-decoration: underline;
}

.option__checkbox span:last-child {
  display: none;
}

.option__checkbox input:checked~.noncheck {
  display: none;
}

.option__checkbox input:checked~.check {
  display: inline-block;
  color: #F44336;
  text-decoration: none;
}

.product-info .product-options label.optionquantity {
  width: 75px;
}

.product-info .product-options .option__list label.optionquantity input {
  display: none;
}



.product-info .product-options .option__list.showqtt label.optionquantity input {
  display: flex;
  position: relative;
  width: 100%;
  height: 30px;
  background: #FFF;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #ddd;
}

.product-info .product-options .option__list.showqtt label.optionquantity input::-webkit-inner-spin-button,
.product-info .product-options .option__list.showqtt label.optionquantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.optionquantity {
  position: relative;
}

.optionquantity .quantity__btn {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 20px;
  background: rgba(242, 130, 50, 1);
  color: #fff;
}

.optionquantity .quantity__btn.quantity__btn--down {
  left: 0px;
  top: 0px;
  border-radius: 3px 0 0 3px;
}

.fa-angle-up:before {
  font-weight: 700;
  content: "\f106"; 
  font-size: 20px;
  color: #fff;
}

.fa-angle-down:before {
  font-weight: 700;
  content: "\f106"; 
  font-size: 20px;
  color: #fff;
}

.optionquantity .quantity__btn.quantity__btn--up {
  right: 0px;
  top: 0px;
  border-radius: 0 3px 3px 0;
}

.option__list.showqtt .optionquantity .quantity__btn {
  display: flex;
}

.option__list .optionquantity .quantity__btn {
  display: none;
}

.option__checkbox {
  text-align: right;
}


.product-label-default.product-label-30 {

  display: contents !important;

}



.product-label-30.product-label-default b {

  min-height: -webkit-fill-available !important;

  min-width: -webkit-fill-available !important;

}



.forDesktop {

  display: block;

}



#form-review .help-block {

  display: none;

}



.search-form {

  display: none !important;

}





.route-product-product:not(.popup) .product-info .product-price-group {

  order: 0 !important;

  margin-left: auto;

}



.ProductorColor {

  background: rgba(255, 255, 255, 1);

  padding: 5px;

  padding-right: 15px;

  padding-bottom: 0px;

  padding-left: 15px;

  margin-bottom: 15px;

  border-width: 1px;

  border-style: solid;

  border-color: rgba(221, 221, 221, 1);

}





.icon-truck:before {

  content: "\e91e";

  font-family: icomoon !important;

  color: #2ab858;

}







.prodvar li img {

  width: 60px;

  height: 90px;

  border: solid 2px #f28232;

  margin-right: 5px;

}



.prodvar {

  padding: 0;

  margin-bottom: 20px;

}



.SozinhoProductHeader {

  background: rgba(255, 255, 255, 1);

  margin-bottom: 15px;

  border-width: 1px;

  padding: 15px;

  border: 1px solid #ddd;

}



.SozinhoRenkVariant {

  background: rgba(255, 255, 255, 1);

  margin-bottom: 15px;

  border-width: 1px;

  padding: 15px;

  border: 1px solid #ddd;

}



.kampanyakategorimobil {

  display: none;

}



.paylasbutonu {

  float: right;

  margin-top: -50px;

  z-index: 1;

}



.fiyatustu {

  border-top: solid 1px #ddd;

  height: 1px;

  position: relative;

}



.product-info .product-details .rating {

  justify-content: space-between !important;

}



.paylas::before {

  content: "\ebb2";

}



.indirimlifiyat {

  font-size: 15px;

  font-weight: 600;

  color: #4c4c4c;

  position: absolute;

  margin-top: 15px;

  margin-bottom: 5px;

  flex-direction: row;

  align-items: center;

  padding-top: 2px;

  margin-right: 10px;

}





.btn-gerigit::before {

  content: '\f104' !important;

  font-family: icomoon !important;

}



.additional-images .swiper-pagination {

  display: none !important;

}



.route-product-product:not(.popup) .product-info .product-details .button-group-page .wishlist-compare {

  width: 100% !important;

}



#product-product {

  padding-top: 20px;

  padding-bottom: 20px;

}



.bilgi-yazi {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
  color: #5f5f5f;
  margin-bottom: 24px;
}

.bilgi-icon::before {
  content: '\e936' !important;
  font-family: icomoon !important;
  font-size: 55px;
  color: rgba(51, 51, 51, 1);
}

.bilgi-icon2::before {
  content: '\f002' !important;
  font-family: icomoon !important;
  font-size: 55px;
  color: rgba(51, 51, 51, 1);
}

.paket__title {
  position: relative;
}

.popover-content {
  position: absolute;
  right: -180px;
  top: -10px;
}

.popover-text {
  width: 150px;
  font-size: 13px;
  padding: 10px;
  background: #ececed;
  border-radius: 3px;
}

@media only screen and (min-width: 1680px) {

.IcerikMetin {
  position: absolute;
    right: -180px;
    top: -5px;
    max-width: 150px;
    font-size: 13px !important;
    padding: 10px;
    background: #ececed;
    border-radius: 3px;
    font-weight: 400 !important;
}
}

@media only screen and (max-width: 1600px) {
  .IcerikMetin {
    display: none !important;
  }
  .paket__title::after {
    display: none !important;
  }
  }

@media only screen and (max-width: 768px) {


  #product_tabs-65faff9e32936 > div {
    padding: 0px;
    border-top-width: 0px;
  }

  .product-image .main-image .swiper-pagination {
    bottom: 15px !important;
  }

  #product > div > div > div > label {
    padding-left: 10px;
  }

  #product > div.button-group-page > div > div.extra-group {
    order: -1;
  }



  .yorumsatiri {

    right: 0px;

  }



  #content>div.quick-checkout-wrapper>div>div.right>div.checkout-section.cart-section>div.section-body>div>table>thead>tr>td.text-right.td-price {

    display: none;

  }



  #content>div.quick-checkout-wrapper>div>div.right>div.checkout-section.cart-section>div.section-body>div>table>thead>tr>td.text-right.td-total {

    display: none;

  }



  #content>div.quick-checkout-wrapper>div>div.right>div.checkout-section.cart-section>div.section-body>div>table>tbody>tr>td.text-right.td-price {

    display: none;

  }



  #content>div.quick-checkout-wrapper>div>div.right>div.checkout-section.cart-section>div.section-body>div>table>tbody>tr>td.text-right.td-total {

    display: none;

  }



  #collapse-640b65da6fd9c {

    display: block !important;

  }



  div.main-menu.main-menu-219>.j-menu li.main-menu-item-4>a {

    display: none;

  }



  #main-menu-64079fba30637>ul>li.menu-item.main-menu-item.main-menu-item-4.dropdown.flyout.drop-menu.open>a {

    display: none !important;

  }





  .main-products.product-grid {

    padding: 10px;

  }

  .mobile-filter-trigger.btn {

    display: none !important;

  }



  .products-filter {

    display: none !important;

  }



  #product-product {

    padding: 0px;



  }



  .mobile .product-blocks .expand-block {

    margin-bottom: 0px !important;

  }



  .rating-stars {

    margin-right: 0px !important;

  }



  .product-info .custom-stats {

    flex-direction: inherit !important;

  }



  html:not(.popup) .page-title::after,
  html:not(.popup) .page-title.page-title>span::after {

    display: none !important;

  }





  .paylasbutonu {

    right: 10px;

    margin-top: -30px;

  }







  .mobile-top-bar {

    display: none !important;

  }



  .SozinhoProductHeader {

    padding: 12px;

  }



  .kampanyakategorimobil {

    margin: 0px 12px 16px 12px;

    border: solid 1px rgba(242, 130, 50, 1);

    padding: 5px;

    font-weight: 600;

    text-align: center;

    border-radius: 5px;

    display: block;

    background-color: #fffaf5;

    margin-top: -10px;

    margin-bottom: 18px;

  }



  .kampanyakategorimobil {

    display: block;

  }





  .product-image .main-image .swiper-pagination {

    display: flex !important;

  }



  .btn-extra-49::before {

    content: '\f232' !important;

    font-family: icomoon !important;

    color: rgba(255, 255, 255, 1);

    font-size: 18px;

    margin-right: 5px;

    display: flex;

  }



  .forMobile {

    display: block;

  }



  .forDesktop {

    display: none;

  }



  .SozinhoSpecial {

    text-align: center;

    padding-left: 10px;

    padding-right: 10px;

    line-height: initial;

    margin-bottom: 15px !important;

    text-transform: capitalize;

    font-weight: 600;

    font-size: 17px;

  }



  .yorumsatiri {

    right: 0px;

  }





  .SozinhoMobil {

    display: block;

  }



  .geri::before {

    content: '\e93e' !important;

    font-family: icomoon !important;

    font-size: 30px;

    margin-right: 7px;

  }



  .SozinhoCheckout {

    padding-top: 10px;

    text-align: center;

    padding-left: 10px;

    padding-right: 10px;

  }



  .SozinhoSearch {

    padding-top: 10px;

    text-align: center;

    padding-left: 10px;

    padding-right: 10px;

  }



  .SozinhoCategory {

    padding-top: 10px;

    text-align: center;

    padding-left: 10px;

    padding-right: 10px;

  }



  .SozinhoBrand {

    padding-top: 10px;

    text-align: center;

    padding-left: 10px;

    padding-right: 10px;

  }



  .SozinhoCompare {

    padding-top: 10px;

    text-align: center;

    padding-left: 10px;

    padding-right: 10px;

  }



  .SozinhoMarkaDetay {

    padding-top: 10px;

    text-align: center;

    padding-left: 10px;

    padding-right: 10px;

  }



  .SozinhoMarkaDetayAlt {

    text-align: center;

  }



  #burasi {

    font-weight: 700;

    font-size: 15px;

    font-family: 'Source Sans Pro';

  }



  .OdemeYontemi {

    position: inherit;

  }



  .featured-text {

    font-size: 14px;

    padding: 8px 0 8px 0;

    position: inherit;

  }



  .module-products-257 .nav-tabs>li>a {

    white-space: nowrap;



  }



  .SozinhoGuvenilir .col-3 {

    width: 50%;

    padding: 10px;

    box-sizing: border-box;

  }



  .mobile-custom-menu {

    width: auto;

  }



  #SozinhoSepetKupon {

    font-weight: 600;

    display: block;

    font-size: 14px;

  }



  #SozinhoSepetKupon:hover {

    color: #f28232
  }



  .SozinhoSepetBaslik {



    text-align: center;

    padding: 10px;

    margin-bottom: 0;

    margin-top: 0;

    font-size: 18px;

    background: #fff;

  }





}