/* Add your custom style here */

a{
    transition: none;
    -webkit-transition: none;
}

b, strong{
    font-weight: 600;
}

hr{
    margin-top: 0;
    margin-bottom: 0;
}

/* USEFULL */


.f-400{font-weight: 400;}
.f-500{font-weight: 500;}
.f-600{font-weight: 600;}
.f-700{font-weight: 700;}

.d-block{display: block;}
.d-none{display: none;}


/* OTHERS */
.uppercase{text-transform: uppercase;}

.text-danger {
    color: #dc0703;
    margin-top: 5px;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #ff0e09;
}

.p-margin-0{
    margin: 0 0 0px !important;
}

.sbold{
	font-weight: 600;
}

.extra{
    margin-bottom: 25px;
}

.form-horizontal .checkbox, .form-horizontal .radio{
    min-height: 0px;
}

.checkbox label, .radio label{
    font-size: 14px;
}

.shipping-method-box{
    background: rgb(249, 249, 249);
    padding: 20px;
    margin-bottom: 15px;
}

.payment-method-box{
    background: rgb(249, 249, 249);
    padding: 20px;
    margin-bottom: 15px;
}

/* Font Colors */
.font-white     {color: #ffffff!important;}
.font-gray      {color:#999999!important;}
.font-blue      {color:#0064BF!important;}
.font-maroon    {color: #cd486b!important;}
.font-green     {color: #009B8F!important;}
.font-black     {color:#000!important;}
.font-red       {color:#F00!important;}
.font-albas     {color: #f18237!important;}

/* Padding */
.p-10   {padding: 10px;}
.p-20   {padding: 20px;}
.p-30   {padding: 0 30px;}
.p-35   {padding: 35px 0;}
.p-40   {padding: 0px 0px 40px 0px;}
.p-r-5 {padding-right: 5px;}
.p-t-15 {padding-top: 15px;}
.p-t-20 {padding-top: 20px;}
.p-t-30 {padding-top: 30px;}
.p-t-40 {padding-top: 40px;}
.p-b-15 {padding-bottom: 15px;}
.p-b-20 {padding-bottom: 20px;}
.p-b-30 {padding-bottom: 30px;}
.p-b-40 {padding-bottom: 40px;}
.p-l-0  {padding-left: 0!important;}

/* Margin */
.m-t-20 {margin-top: 20px;}
.m-t-35 {margin-top: 35px;}
.m-b-0  {margin-bottom: 0px;}
.m-b-20  {margin-bottom: 20px;}

/* Overlay */
.overlay {height: 100%;width: 100%; position: fixed; z-index: 1;top: 0;left: 0;background-color: #f88c20;overflow-x: hidden;transition: 0.5s;  z-index: 9999;}
.overlay-content {position: relative;top: 5%;width: 100%;text-align: center;margin-top: 30px;}
.overlay a {padding: 8px;text-decoration: none;font-size: 36px;color: #fff;display: block;transition: 0.3s;}
.overlay a:hover, .overlay a:focus {color: #f1f1f1;}
.overlay .closebtn {position: absolute;top: 10px;right: 10px;font-size: 36px;}

/* Shqipping Icons*/
.albas-shipping{
    background-image: url('../image/shipping/albas.png');
    width: 76px;
    height: 36px;
    border-style: none;
    float: left;
}
.p-p-shipping{
    background-image: url('../image/shipping/p-shqiptare.png');
    width: 76px;
    height: 36px;
    border-style: none;
    float: left;
}
.fedex-shipping{
    background-image: url('../image/shipping/fedex.png');
    width: 76px;
    height: 36px;
    border-style: none;
    float: left;
}

/* Payment Icons*/
.raiffaisen-bank{
    background-image: url('../image/payment/raiffaisen.png');
    width: 76px;
    height: 36px;
    border-style: none;
    float: right;
}

.easypay{
    background-image: url('../image/payment/easypay.png');
    width: 76px;
    height: 36px;
    border-style: none;
    float: right;
}

.paypal{
    background-image: url('../image/payment/paypal.png');
    width: 76px;
    height: 36px;
    border-style: none;
    float: right;
}

.cod-payment{
    background-image: url('../image/shipping/albas.png');
    width: 76px;
    height: 36px;
    border-style: none;
    float: left;
}


/* Panel Title */
panel
.panel-title{
  /* text-transform: uppercase; */
  color: #333;
}

/* Modals */
.modal{
  top: 10%;
}

/* Code by SMS*/
.code-by-sms span{
  line-height:0.2;
}

ul.sms-tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.sms-tabs.nav-tabs>li{
  margin-bottom: 0px;
}

ul.sms-tabs.nav-tabs>li>a{
  margin-right: 0px;
}

ul.sms-tabs.nav>li>a{
  background:none;
  padding: 13px 10px;
}

ul.sms-tabs.nav>li>a:hover{
  background:none;
  border:none;
}

ul.sms-tabs.nav>li>a:focus{
  background:none;
  border:none;
}

ul.sms-tabs.nav>li.active>a{
  color: rgb(241, 130, 55);
  border:none;
}

ul.sms-tabs.nav-tabs>li{
  background: none;
  color: #222;
  display: inline-block;
  cursor: pointer;
}


ul.sms-tabs li a{
  font-size: 12px;
}

ul.sms-tabs li span{
  padding-left:25px;
}

ul.sms-tabs li.active{
  background: #ededed;
  color: #222;
}

.sms-tab-bg{
  background: #f6f6f6;
  padding: 15px;
  font-size: 14px;
}

.sms-tab-bg p{
  line-height:1.5;
}

.sms-tab-bg.active{
  display: inherit;
}

/* About Page */
.about-title {
    text-align: center;
    font-size: 17px;
    text-transform: uppercase;
    padding: 35px 0;
    letter-spacing: 2px;
    margin: 0;
}

.about-subtitle {
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
}
.about-stores{
  font-size: 14px;
  line-height: 1.7;
  color: #333;
}
.about-stores strong{
  text-transform: uppercase;
}

/* Card BoxShadow */
.card{
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  padding: 20px;
}

/* Footer */
.second-widget{
  padding: 0 45px;
}

.header-menu-bg{
    /* background: url(../image/drop-shadow.png) top center #f6f6f6 no-repeat; */
    background: #fff;
    box-shadow: 0 3px 5px -2px rgba(0,0,0,.1);
    height: 50px;
    width: 100%;
}

.nav-top-inner{
	position: relative;
    text-align: center;
}

.bottom-border-1{
	border-bottom: 1px solid rgba(204, 204, 204, 0.5);

}

.border-1{
	border: 1px solid #dbd5ce;
}


.height-60px{
	height: 60px;
}

.slider-dc-bg{
	background-color: rgba(255, 255, 255, 0.7);
}


.list-styled{
	padding-left: 15px;
}

.list-unstyled{
    list-style: none;
}

.list-unstyled li i{
    font-size: 14px;
}

.list-unstyled li a {
    padding-left: 12px;
}


.m-b-2{
	margin-bottom: 4px;
}

.m-b-30{
    margin-bottom: 30px;
}

.m-l-20{
    margin-left: 20px;
}

.m-l-45{
    margin-left: 45px;
}

.static-collection {
    border-bottom: 1px solid #e9e4e0;
    transition: .2s;
}

.static-collection:hover {
    border-bottom: 1px solid #e8783a;
    transition: .2s;
}

.main-title-text{
	text-align: center;
    color: rgb(233, 228, 224);
    font-size: 50px;
    font-style: italic;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 30px;
    font-family: 'Ubuntu', sans-serif;
    padding: 0px 0px 0px;
}

.kategorite h2 {
    font: 400 21px/26px "Poppins";
    text-align: center;
    position: absolute;
    bottom: 13px;
    width: 100%;
    left: 0;
}

.kategorite h2 a {
    color: #000000;
}

.kategorite .row > div {
    margin-bottom: 30px;
}

.kategorite .row > div:hover *{
    color: rgb(237, 28, 36);
}

.table{margin-bottom: 0px!important;}

table th{
	width: 20%;
}

.table>tbody>tr>td{
    vertical-align: middle;
}

.author{
	font: 500 22px/30px 'Poppins';
    color: rgb(33, 24, 25);
    margin-bottom: 10px;
}

.details{
	font-size: 14px;
  color: rgb(33, 24, 25);
  margin-top: 5px;
  margin-bottom: 0px;
}

.details img{
  opacity: 0.8;
  padding-right: 15px;
}

.details i{
  color: #f79635;
  opacity: 0.8;
  padding-right: 15px;
}

.details .detail-model,
.details .detail-stock{
  color: #777;
}

.box-col p span{
	font:400 16px/22px 'Poppins';
	color: rgba(33, 24, 25, 1);
}

.btn-cart{
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
	background: transparent;
    border: none;
}

.btn-cart:hover{
    color: #f18237;
}

.sign-in{
    color: #ED1C24;
    margin: 30px 0;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;

}

.sign-in-small{
    color: #999999;
    margin-bottom: 60px;
    font-size: 13px;
}

.register-in{
    color: #ED1C24;
    font-weight: bold;
    font-size: 32px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.register-in-medium{
    font-weight: 400;
    font-size: 18px;
    margin-top: 10px;
    color: #000;
    margin-bottom: 30px;
    text-transform: uppercase;
}

.register-in-small{
    color: #999999;
    margin-bottom: 40px;
    font-size: 13px;
    margin-top: 10px;
}

.form-control{
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background: transparent; */
    border: 1px solid #cccccc;
    width: 100%;
    padding: 0 20px;
    height: 50px;
}

label, .control-label {
    /*color: #fff;*/
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    font-size: 13px;
}

.radio-buttons{
    line-height: 22px;
    font-size: 13px;
    text-transform: none;
    font-weight: normal;
}

.radio-inline{
    font-size: 13px;
}

.account-login-page{
    border-left: 1px solid #e5e5e5;
    padding: 0 0 0 40px;
}

.log-reg-page{
    margin-bottom: 10%;
}

.link-forgot{
    font-size: 13px;
    color: #f18237;
    margin-bottom: 30px;
    display: block;
}

.login-button,.register-button,.buttons-btn {
    font-family: 'Poppins', arial, serif;
    border: none;
    cursor: pointer;
    margin: 0;
    outline: none;
    overflow: visible;
    padding: 0;
    position: relative;
    background: transparent;
    height: 40px;
    line-height: 38px;
    padding: 0 15px;
    border: 1px solid #e5e5e5;
    white-space: normal;
    display: inline-block;
    vertical-align: top;
    /*text-transform: uppercase;*/
    color: #000000;
    background-color: #ffffff;
    border-color: #ccc5c5;
}

.login-button:hover,.register-button:hover, .buttons-btn:hover{
    color: #ffffff;
    border-color: #000000;
    background-color: #000000;
}

.title-shoping-cart {
    font-size: 17px;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}

.cart-row {
    border: 1px solid rgba(0,0,0,.125);
    padding: 30px 0;
}

.cart-row tbody>tr>td{
    padding: 40px 0 40px 0;
}

.no-border tr>td{
    border-top: none;
}

.cart-row tbody>tr>td>a{
    font-size: 14px;
    color: #000000;
}

.cart-row tbody>tr>td>a:hover{
    color: #999999;
}

.cart-row .title-top {
    color: #000000;
    background: #efefef;
    text-transform: uppercase;
    font-size: 1.1em;
    margin: 0;
    font-weight: 500;
}

.cart-row-top {
    padding: 50px 0;
}

.box-show-price {
    padding: 40px;
    background: #f7f7f9;
    border: 1px solid rgba(0,0,0,.125);
}

.img-thumbnail{
    display: inline-block;
    max-width: 100%;
    height: auto;
    padding: 4px;
    line-height: 1.42857143;
    border: none;
    border-radius: none;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.no-border{
    border: none;
}

.book-galery {
    padding: 0;
}

.availability {
    color: #99cc00;
    display: inline-block;
    font-weight: 400;
}

.nav-tabs-products>li{
    float:left;
}

.table-desc{
    margin: 0 auto;
    width: 95%;
}

.table-desc>thead>tr>td{
    color: rgb(33, 24, 25);
    font: 400 15px/20px 'Open Sans', sans-serif;
    background-color: #f3f3f5;
}

.table-desc>tbody>tr>th {
    color: rgb(33, 24, 25);
    font: 600 15px/20px 'Open Sans', sans-serif;
    background-color: #f3f3f5;
}

.table-desc>tbody>tr>td {
    color: rgb(33, 24, 25);
    font: 400 15px/20px 'Open Sans', sans-serif;
    background-color: #f3f3f5;
}


.table-desc>tbody>tr{
    background-color: #ffffff;
}


.table-wishlist>tbody>tr{
    background-color: #f5f5f5;
}


.table-wishlist>thead>tr>td{
    color: rgb(33, 24, 25);
    font: 500 13px/20px 'Open Sans', sans-serif;
}

.table-wishlist>tbody>tr>td{
    color: rgb(33, 24, 25);
    font: 400 13px/20px 'Open Sans', sans-serif;
}

.table-wishlist>tbody>tr>td a, .table-wishlist>tbody>tr>th a{
    color: rgb(33, 24, 25);
}

.table-wishlist>tbody>tr>td a:hover, .table-wishlist>tbody>tr>th a:hover{
    color: #999999;
}

.table-wishlist>tfoot>tr>td{
    color: rgb(33, 24, 25);
    font: 300 13px/20px "Poppins";
}

.note-msg, .notice-msg {
    background-color: #d9edf7;
    color: #31708f;
    z-index: 3;
    position: relative;
    font-size: 13px;
    margin: 10px 0;
    padding: 5px 32px 5px 32px;
}

.note-msg:before, .notice-msg:before {
    content: "\f05a";
    font: normal normal normal 14px/1 FontAwesome;
    padding: 10px;
}

.not-found {
    text-align: center;
}

.not-found .opps i {
    font-size: 150px;
    color: #e5e5e5;
    line-height: 1;
}

.not-found .link-go-back {
    font-size: 16px;
    margin-top: 15px;
}

.list-group{
    margin-bottom: 50px;
}

.page-title{
    line-height: normal;
    margin: 0;
    line-height: 40px;
    outline: none;
    overflow: hidden;
    padding: 10px 0;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
}

.title-buttons{
    padding: 0 0 18px;
    font-size: 14px;
}

.block-title{
    margin: 0;
    padding: 15px 15px;
    line-height: 40px;
    font-size: 16px;
    border-bottom: 1px solid rgba(204, 204, 204, 0.5);
    font-weight: 600;
    text-transform: uppercase;
    color: #000000;
    background-color: #f5f5f5;
    border-top: 3px solid #f88b1f;
}

.block-content{
    list-style: none;
    color: #fff;
    padding: 15px 15px;
    background: #f5f5f5;
}

.block-content li{
    line-height: 35px;
}

.block-content li a{
    color: rgb(33, 24, 25);
    font-size: 13px;
    font-family: 'Poppins', arial, serif;
    text-transform: uppercase;
}

.block-content li a:hover,
.block-content li:hover i,
.block-content li i:hover{
    opacity: 1;
    transition: all 0.3s ease-out 0s;
}

.block-content i{
    color: #f88c20;
    font-size: 18px;
    margin-right: 10px;
    opacity: 0.5;
    transition: all 0.3s ease-out 0s;
}

.account-dashboard{
    background-color: #f5f5f5;
    border-top: 3px solid #f88b1f;
}

.welcome-msg p.hello {
    border: none;
    margin: 0;
    outline-style: none;
    padding: 0 0 10px 0;
    font-size: 13px;
}

.welcome-msg p.hello strong {
    font-size: 110%;
    font-weight: 500;
}

.welcome-msg p{
    color: #000000;
    font-size: 13px;
    font-family: 'Poppins', arial, serif;
}

.msg{
    color: #000000;
    font-size: 14px;
    font-family: 'Poppins', arial, serif;
}

.msg-red{
    color: red;
    font-size: 14px;
    font-family: 'Poppins', arial, serif;
}

.box{
    border: 1px solid  #cccccc;
    padding: 10px;
    background: #fff;
}

.box-account {
    background: none;
    margin: 20px 0;
    overflow: hidden;
    padding: 0;
    text-align: left;
    position: relative;
}

.box-account .box-head {
    border-bottom: 1px dashed #cccccc;
    margin: 0 0 30px;
    padding: 10px 0;
    position: relative;
}

.box-account .box-head h2 {
    font-family: 'Poppins', arial, serif;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    text-transform: uppercase;
}

.box .box-title {
    margin: 0 0 8px;
    padding: 0 0 5px 0;
    text-align: right;
}

 .box .box-title a{
   font-size: 13px;
   color: #ff151f;
}

.box .box-title a:hover, .box .box-content a:hover{
   color: #999999;
}

.box .box-title h3 {
    float: left;
    font-size: 15px;
    font-weight: 500;
    line-height: normal;
    margin: 0;
    outline: none;
}

.box .box-content a{
   font-size: 13px;
   color: #ff151f;
}

.box .box-content p {
    line-height: 25px;
    color: #000000;
    font-size: 14px;
    font-family: 'Poppins', arial, serif;
}

.box-info h4 {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.box-info address {
    line-height: 25px;
    margin-bottom: 0px;
    color: #000000;
    font-size: 13px;
    font-family: 'Poppins', arial, serif;
    border-bottom: 1px solid #cccccc;
    padding: 10px;
}

.addresses-list .item {
    border: 1px solid #cccccc;
    margin: 0 0 30px;
    padding: 15px;
}

.addresses-list h3 {
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0 0 20px;

}

.addresses-list h2 {
    font-size: 18px;
    font-weight: normal;
    line-height: normal;
    margin: 0;
    padding: 0 0 15px;
    text-transform: uppercase;
}
.addresses-list address {
    margin-bottom: 5px;
    font-style: normal;
    font-size: 14px;
    color: #000000;
    line-height: 1.42857143;
    font-family: 'Poppins', arial, serif;
}

.addresses-list p a {
    font-size: 14px;
    color: #ff151f;
    font-family: 'Poppins', arial, serif;
}

.addresses-list p a:hover {
    color: #999999;
}

.addresses-additional p{
    font-size: 14px;
    color: #000000;
}

.default-address{
    color: #fb0202;
    font-size: 14px;
    text-decoration: underline;
}


.form-group{
    margin-right: 0px;
    margin-left: 0px;
}

.multi-shipping, .fields, .field {
    width: 50%;
    float: left;
    padding: 0 15px 0 0;
}

.wide-field{
    padding: 0 15px 0 0;
}

.filter-fa-icon{
    padding: 10px;
    font-size: 9px;
    line-height: 0.3px;
}

.filter-fa-icon-big{
    padding: 10px;
    font-size: 14px;
    line-height: 0.3px;
}

.fa-2x{
   font-size: 1.5em;
}

/* Contact Page */
.how-to-contact{padding: 30px 0;}
.how-to-contact .contact-way {padding: 15px 0;text-align: center;}
.how-to-contact .contact-way .inner-contact i{text-align: center;color: #999999;padding: 20px;display: block;}
.how-to-contact .contact-way .inner-contact h3 {font-size: 16px;font-weight: 500;text-transform: uppercase;margin: 0;padding-bottom: 15px}
.how-to-contact .contact-way .inner-contact p {color: #666666;font-size: 13px;margin: 0;line-height: 20px;}
#contactForm {max-width: 720px;margin: 0 auto;}
h2.legend {font-size: 16px;text-align: center;letter-spacing: 2px;text-transform: uppercase;margin: 0;padding: 0;font-weight: 500;line-height: 1.7}
#contactForm .form-group input  {width: 100%;height: 56px;padding: 0 25px;background: #f6f6f6;border: 1px solid #f6f6f6;}
#contactForm .form-group textarea  {width: 100%;height: 210px;padding: 25px;background: #f6f6f6;border: 1px solid #f6f6f6;}
.contact-map {padding: 50px 0;}


/* Advertising */
.advertising {
    font-size: 18px;
    color: #000000;
    text-transform: uppercase;
    line-height: 24px;
    font-weight: 600;
    padding-bottom: 15px;
    display: block;
    font-family: inherit;
    border-bottom: 1px solid #eaeaea;
}

/* Invoice */
.invoice-box{
    max-width:800px;
    margin:auto;
    padding:30px;
    border:1px solid #eee;
    box-shadow:0 0 10px rgba(0, 0, 0, .15);
    font-size:14px;
    line-height:24px;
    font-family:'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color:#555;
}

.invoice-box table{
    width:100%;
    line-height:inherit;
    text-align:left;
}

.invoice-box table td{
    vertical-align:top;
}

.invoice-box table tr.top table td{
    padding-bottom:20px;
}

.invoice-box table tr.top table td.title{
    font-size:45px;
    line-height:45px;
    color:#333;
}

.invoice-box table tr.information table td{
    padding-bottom:10px;
}

.invoice-box table tr.heading td{
    background:#eee;
    border-bottom:1px solid #ddd;
    font-weight:bold;
}

.invoice-box table tr.details td{
    padding-bottom:20px;
}

.invoice-box table tr.item td{
    border-bottom:1px solid #eee;
}

.invoice-box table tr.item.last td{
    border-bottom:none;
}

.borderless > tbody > tr > td{
  border: none;
}
td .borderless{
  border: none;
}

/* Kuponi*/
.coupon-box{background: #ececec; padding: 10px;}
/* Transpoti*/
.shipping-box{background: #fe9900; padding: 10px;}

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td{
        width:100%;
        display:block;
        text-align:center;
    }

    .invoice-box table tr.information table td{
        width:100%;
        display:block;
        text-align:center;
    }
}

/* Modal */
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 10px;
    border: 1px solid #888;
    width: 100%;
    height: 500px;
    top: 5%;
    overflow: scroll;
    z-index: 999;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}


/* --------------------------------
    Media Queris
-------------------------------- */

@media screen and (min-width: 972px){
    .book-thumb {padding-right: 0px !important;}
}
@media screen and (max-width: 972px){
    .book-thumb {padding-right: 0px !important; padding-left: 0px !important;}
}
@media screen and (min-width: 768px){
    .book-galery {float: left;}
    .book-thumb {float: right;}
}
@media screen and (max-width: 768px){
    .account-create {padding-left: 0; border: none; margin-bottom: 15%;}
    .account-login-page {border-left: 0px; padding: 0 0 0 0px;}
    .second-widget{padding: 0 15px;}
}
@media screen and (max-height: 450px) {
  .overlay {overflow-y: auto;}
  .overlay a {font-size: 20px}
  .overlay .closebtn { font-size: 40px;top: 10px;right: 10px;}
}
@media screen and (max-width: 375px){
    .book-thumb {padding-left: 0px !important;}
    .book-thumb2 {padding-right: 15px;}
    .menu-mobile{margin-top: 15px;margin-left: 30px;}
}



/* --------------------------------
    Christmas Styles
-------------------------------- */

.l-snow-particles {
    position: absolute;
    top: 0%;
    left: 0;
    height: 342px;
    width: 100%;
}

.iceWrap {
    width: 100%;
    height: 71px;
    background: url(../image/ice.png) repeat-x bottom left;
    position: absolute;
    bottom: 40px;
    left: 0;
}

.snow {
    position: absolute;
    display: block;
    width: 179px;
    top:-50%;
    left: 25%;
}
.flake1 {
  position: relative;
  width:2px;
  height:2px;
  background: #f8922b;
  opacity: 0;
  transform-origin:0px 0px;
  animation-name: Snow;
  animation-duration:2.5s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.flake2 {
  position: relative;
  left:5px;
  width:2px;
  height:2px;
  background: #f8922b;
  opacity: 0;
  transform-origin:0px 0px;
  animation-name: Snow;
  animation-duration:2.7s;
  animation-delay:0.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.flake3 {
  position: relative;
  left:-10px;
  width:2px;
  height:2px;
  background: #f8922b;
  opacity: 0;
  transform-origin:0px 0px;
  animation-name: Snow;
  animation-duration:2.3s;
  animation-delay:0.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.flake4 {
  position: relative;
  left:25px;
  width:2px;
  height:2px;
  background: #f8922b;
  opacity: 0;
  transform-origin:0px 0px;
  animation-name: Snow;
  animation-duration:2.7s;
  animation-delay:0s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.flake5 {
  position: relative;
  left:-25px;
  width:2px;
  height:2px;
  background: #f8922b;
  opacity: 0;
  transform-origin:0px 0px;
  animation-name: Snow;
  animation-duration:2.4s;
  animation-delay:1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;

}
.flake6 {
  position: relative;
  left:9px;
  width:2px;
  height:2px;
  background: #f8922b;
  opacity: 0;
  transform-origin:0px 0px;
  animation-name: Snow;
  animation-duration:2.7s;
  animation-delay:1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.flake7 {
  position: relative;
  left:-15px;
  width:2px;
  height:2px;
  background: #f8922b;
  opacity: 0;
  transform-origin:0px 0px;
  animation-name: Snow;
  animation-duration:2.2s;
  animation-delay:1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
.flake8 {
  position: relative;
  left:35px;
  width:2px;
  height:2px;
  background: #f8922b;
  opacity: 0;
  transform-origin:0px 0px;
  animation-name: Snow;
  animation-duration:2.7s;
  animation-delay:1.4s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
}
@keyframes Snow {
  0% {
    transform:translateY(0px);
    opacity:0;
  }
  50% {
    transform:translateY(25px);
    opacity: 1;
  }
  100% {
    transform:translateY(45px);
    opacity: 0.3;
  }
}

/*---------------------------------
    Header
----------------------------------*/
.input-group-btn:last-child>.btn, .input-group-btn:last-child>.btn-group{
  z-index: 99!important;
}

/* --------------------------------
    Product Specifications
-------------------------------- */

.specifications{
    background-color:#f3f3f5;
    padding: 20px;}


/* --------------------------------
    Sidebar Category
-------------------------------- */
.sidebar_category{
    background: #f6f6f6;
    border-top-left-radius: 10px;}

.sidebar_category, .list-group a{
    padding: 10px 10px;
    border-bottom: none!important;}


/* --------------------------------
    Category Product Filter
-------------------------------- */
.product-filter {
    background: #f6f6f6!important;
    border-bottom: none!important;
    padding: 13px 10px!important;}


/* --------------------------------
    Stylesheet.css
-------------------------------- */


@media only screen and (max-width: 1200px) {
  .top-links-right{float: none!important;}

  #search .input-lg:hover{box-shadow: none!important;}
}

@media only screen and (max-width: 991px) {
  .menu-mobile{width: 50px;margin-top: 10px;}
}

.details-block{
  float: left;
}

.details-block ul{
  list-style-type: none;
  padding-left: 10px;
}

.dropdown.top-account i{
  color: #000;
}

/* Club Cart */

.img-club-banner {
    background: url('../image/club-cart.jpg') -100px 0 no-repeat;
    height: 169px;
    width: 100%;
    overflow: hidden;
}

.sidebar_club-block {
    background: #f68b1f;
    margin-bottom: 20px;
}

.sidebar_club-block li{
  color: #333;
}

.img-logo-holder{
    border-bottom: 1px solid rgba(255,255,255,0.4);
    padding: 0 0 10px 0;
    margin: 0 15px 10px 15px;
}

.img-logo-holder img{
  width: 244px;
}

.bg-wall {
    background: url('../image/wall.jpg') no-repeat;
    padding-top: 213px;
    padding-bottom: 289px;
    margin-bottom: 80px;
}

.aholder {
    text-align: center;
    display: block;
}

.aholder:hover .club_steps {
    background: #f68b1f;
    color: #fff;
}

.aholder span strong {
    font-size: 17px;
}

.aholder span {
    font-size: 15px;
    color: #000 !important;
    margin: 0 auto;
    display: block;
}

.club_steps {
    border-radius: 50%;
    width: 110px;
    height: 110px;
    display: block;
    line-height: 110px;
    z-index: 2;
    position: relative;
    font-size: 50px;
    margin: 0 auto;
    border: 1px solid #f68b1f;
    background: #f68b1f;
    color: #fff;
}

.linije {
    border-right: 1px solid rgb(246, 139, 31);
    border-left: 1px solid rgb(246, 139, 31);
}

.opis-kluba {
    display: block;
    margin-top: -10px !important;
}

.loyalty-opis {
    padding: 5px 30px 30px 30px;
    background: #f1f1f1;
}

.underline{
  text-decoration: underline;
}

.product-details-holder{
  display: inline-block;
  margin: 0 0 0 10px;
  width: 100%;
}

.product-details-holder .form-quantity-product p{
  font-size: 16px;
}

.buttons-holder{
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.form-group .button-group  .btn-wishlist span{
  color: #777777;
}

.details-block span{
    padding-left: 10px;
}

.header-content{
    margin-bottom: 25px;
}

ul.ruby-menu > li > ul > li > a:after, 
ul.ruby-menu > li > ul > li > ul > li > a:after, 
ul.ruby-menu > li > ul > li > ul > li > ul > li > a:after{
    font-family: "Font Awesome 5 Free"!important;
    font-weight: bold;
}

.information-information-5 #content p, 
.information-information-5 #content ul{
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    font-size: 14px;
    line-height: 25px;
}

/* CountDown Module */
.countdown-title h2{
    font-size: 19px;
}

.countdown-banner{
    background-color: #fff6f6;
    padding: 5rem;
}

.countdown-banner .media p{
    font-size: 17px;
    margin-bottom: 1rem;
    color: #beb4b4;
}

.countdown-banner .media h2{
    font-size: 35px;
    margin-bottom: 30px;
}

@media(min-width:992px){
    .d-lg-flex{
        display:-ms-flexbox!important;
        display:flex!important
    }
}

.countdown-banner .media .left{
    flex: 1;
    align-self: center!important;
    margin-bottom: 30px;
}

.countdown-banner .media .left a{
    color: #fff;
    font-size: 17px;
    padding: .75rem 3rem;
    background-color: #f75454;
    border-color: #f75454;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.countdown-banner .media .left a:hover{
    background-color: #f52f2f;
    border-color: #f52f2f
    1;
}

.countdown-banner .media .left span{
    display: block;
}

.countdown-banner .img-fluid{
    max-width: 100%;
}

.product-layout {
    margin-top: 30px;
}

.product-layout a.product-image img {
    max-width: 100%;
}

.product-layout .images-container {
    text-align: center;
}

.product-layout .extra {
    padding: 0px 20px 0 20px;
    text-align: center;
}

.product-layout .extra h2{
    height: 50px;
    line-height: 15px;
}

.product-layout .extra h2 a{
    font-size: 16px;
    color: #444;
}

.product-layout .extra p{
    font-size: 14px;
    color: #7c6e65;
}

.product-layout .owl-controls .owl-page{
    margin: 3px;
    border: 2px solid transparent;
    border-radius: 50%;
}

.product-layout .owl-controls .owl-page span{
    width: 6px;
    height: 6px;
    background: #dccccc;
    border-radius: 50%;
    margin: 3px;
}

.product-layout .owl-controls .owl-page.active {
    border: 2px solid #f88c20!important;
    border-radius: 50%;
}

.product-layout .owl-controls .owl-page.active span{
    margin: 3px;
    background: #f88c20;
}

.product-layout .owl-theme .owl-controls .owl-buttons .owl-prev,
.product-layout .owl-theme .owl-controls .owl-buttons .owl-next{
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.box-timer {
    text-align: center;
}

.box-timer.is-countdown{
    border: none!important;
}

.box-timer.is-countdown:hover{
    background: transparent!important;
}

.countdown .media{
    margin-bottom: 20px;
}

.bellshake{
    font-size: 30px;
    color: #f88c20;
    animation: bellshake 1s cubic-bezier(.86,.70,.89,.97) 
}

@keyframes bellshake {
    0% { transform: rotate(0); }
    15% { transform: rotate(9deg); }
    30% { transform: rotate(-9deg); }
    45% { transform: rotate(6deg); }
    60% { transform: rotate(-6deg); }
    75% { transform: rotate(2deg); }
    85% { transform: rotate(-2deg); }
    92% { transform: rotate(1deg); }
    100% { transform: rotate(0); }
}

/* Homepage */
.owl-carousel .owl-buttons{
    display: none;
}

.owl-pagination{
    top: -30px!important;
    position: relative;
}

.owl-controls .owl-page span{
    background: #fff none repeat scroll 0 0;
}

.owl-controls .owl-page.active span{
    background: #f18237 none repeat scroll 0 0;
    box-shadow: 0px 0px 3px 0px #f18237;
    border: 1px solid #fff;
}



