
.auto-container {
    position: static;
    max-width: 1200px;
    padding: 0px 15px;
    margin: 0 auto;
    width: 100%;
}
/***

====================================================================
Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
  position:relative;
  padding:120px 0px 70px;
}

.sidebar-page-container .sidebar{
  background: #fff;
  box-shadow: 0 0 30px rgba(0,0,0,.05);
  padding: 30px;
  margin-left: 20px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
  margin-bottom:50px;
}

.sidebar-page-container .services-sidebar{
  margin: 0 !important;
  padding: 0;
  box-shadow: none;
}

.sidebar-widget{
  position:relative;
  margin-bottom:50px;
}

.sidebar-widget:last-child{
  margin-bottom: 0;
}

/* Sidebar Title */
.sidebar-title{
  position: relative;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 20px;
}

.sidebar-title h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 1.2em;
  font-weight: 600;

}
.ltr .sidebar-title h3{
    text-transform: capitalize;
}
/*Search Box Widget*/

.sidebar .search-box .form-group{
  position:relative;
  margin:0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
  position:relative;
  padding:10px 50px 10px 25px;
  border: 1px solid #dddddd;
  background-color: rgba(0,0,0,0.01);
  display:block;
  font-size:16px;
  line-height:28px;
  width:100%;
  height:60px;
  color:#777777;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
  position:absolute;
  right: 0px;
  top: 0;
  height:60px;
  width:60px;
  display:block;
  font-size:16px;
  color:#333333;
  line-height:100%;
  font-weight:normal;
  background-color: transparent;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.sidebar .search-box .form-group button:hover{
  color: #1370b5;
}

/* Category List */
.category-list{
  position: relative;
  display: block;
}

.category-list li{
  position: relative;
  margin-bottom: 5px;
  border-bottom: 0;
}

.category-list li:last-child{

}

.rtl .category-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  line-height: 30px;
  padding: 10px 20px;
  padding-left: 45px;
  background-color: rgba(0,0,0,0.01);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}

.ltr .category-list li a{
  position: relative;
  display: block;
  font-size: 16px;
  color: #666666;
  font-weight: 400;
  line-height: 30px;
  padding: 10px 20px;
  padding-right: 45px;
  background-color: rgba(0,0,0,0.01);
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.rtl .category-list li a:before{
  position: absolute;
  top: 0;
  left: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #1e69b8;
  content: "\f104";
  font-family:  "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.ltr .category-list li a:before{
  position: absolute;
  top: 0;
  right: 20px;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  color: #1e69b8;
  content: "\f105";
  font-family:  "Font Awesome 6 Pro";
  font-weight: 900;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.category-list li a span{
  float: left;
  font-size: 14px;
  color: #333333;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.ltr .category-list li a span{
    float: right;
}
.category-list li a:hover{
  color: #ffffff;
  background: #1370b5;
}

.category-list li a:hover:before{
  color: #ffffff;
}

.category-list li a:hover span{
  color: #ffffff;
}

/*Post Widget*/

/*=== Latest News ===*/

.sidebar .latest-news{
  position: relative;
}

.rtl .latest-news .post{

      border-bottom: 1px solid #f7f7f7;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 25px;
    padding-right: 100px;
     padding-top: 5px;
    position: relative;


}
.ltr .latest-news .post{

      border-bottom: 1px solid #f7f7f7;
    margin-bottom: 25px;
    overflow: hidden;
    padding-bottom: 25px;
    padding-left: 100px;
     padding-top: 5px;
    position: relative;


}
.latest-news .post:last-child{
  margin-bottom: 0;
}

.rtl .latest-news .post-thumb{
  position: absolute;
  right: 0;
  top: 0;
  height: 85px;
  width: 85px;
  margin-bottom: 20px;
  background-color: rgba(0,0,0,0.05);
}
.ltr .latest-news .post-thumb{
  position: absolute;
  left: 0;
  top: 0;
  height: 85px;
  width: 85px;
  margin-bottom: 20px;
  background-color: rgba(0,0,0,0.05);
}

.rtl .latest-news .post-thumb a:before{
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .80;
  content: "";
  background-color: #1370b5;
  z-index: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ltr .latest-news .post-thumb a:before{
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: .80;
  content: "";
  background-color: #1370b5;
  z-index: 1;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.latest-news .post:hover .post-thumb a:before{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.rtl .latest-news .post-thumb a:after{
  position: absolute;
  height: 20px;
  width: 20px;
  right: 50%;
  top: 50%;
  margin-right: -10px;
  margin-top: -10px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  z-index: 9;
  color: #ffffff;
  font-weight: 900;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.ltr .latest-news .post-thumb a:after{
  position: absolute;
  height: 20px;
  width: 20px;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  text-align: center;
  line-height: 20px;
  font-size: 18px;
  z-index: 9;
  color: #ffffff;
  font-weight: 900;
  content: "\f0c1";
  font-family: "Font Awesome 5 Free";
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.latest-news .post:hover .post-thumb a:after{
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.latest-news .post-thumb img{
  position: relative;
  display: block;
  width: 100%;
}

.latest-news .post h5{
  position: relative;
  font-size: 16px;
  line-height: 1.4em;
  color: #222222;
  font-weight: 600;
  margin-bottom: 5px;
}

.latest-news .post h5 a{
  color: #222222;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.latest-news .post:hover h5 a{
  color: #1370b5;
}

.latest-news .post .post-info{
  position: relative;
  font-size: 14px;
  line-height: 24px;
  color: #1370b5;
  font-weight: 400;
}

.latest-news .post .price{
  font-size: 16px;
  line-height: 20px;
  color: #777777;
  font-weight: 400;
}

.latest-news .post .rating{
  position: relative;
}

.latest-news .post .rating .fa {
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  color: orange;
}


/* Instagram Widget */

.rtl .instagram-widget .post-thumb{
 position:relative;
 width:33.333333%;
 float:left;
 overflow:hidden;
 padding: 0 8px;
 border-radius:8px;
}

.ltr .instagram-widget .post-thumb{
 position:relative;
 width:33.333333%;
 float:right;
 overflow:hidden;
 padding: 0 8px;
 border-radius:8px;
}

.instagram-widget .post-thumb .overlay-box{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: block;
  color: #ffffff;
  font-size: 18px;
  opacity: 0;
  text-align: center;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background-color: rgba(8,0,0,0.50);
}

.instagram-widget .post-thumb .overlay-box .fa{
  top: 50%;
  position: relative;
  margin-top: -12px;
  display: block;
}

.instagram-widget .post-thumb:hover .overlay-box{
  opacity:1;
}

.instagram-widget .post-thumb img{
  display:block;
  width:100%;
  transition:all 0.3s ease;
  -moz-transition:all 0.3s ease;
  -webkit-transition:all 0.3s ease;
  -ms-transition:all 0.3s ease;
  -o-transition:all 0.3s ease;
}

/* Newslatters */

.sidebar .newslatters{
  position: relative;
  overflow: hidden;
}

.sidebar .newslatters .text{
  margin-bottom: 20px;
}

.sidebar .newslatters .form-group{
  position:relative;
  margin:0px;
}

.sidebar .newslatters .form-group input[type="text"],
.sidebar .newslatters .form-group input[type="search"]{
  position:relative;
  display:block;
  font-size:13px;
  color:#000000;
  line-height:23px;
  padding:10px 20px;
  height:45px;
  width:100%;
  border:1px solid #eef3f9;
  background-color: #eef3f9;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.sidebar .newslatters .form-group input[type="submit"],
.sidebar .newslatters .form-group button{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  display: block;
  font-size: 15px;
  background-color: #1370b5;
  color: #ffffff;
  font-weight: 600;
  border-radius: 7px;
  margin-top: 20px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

/*Popular Tags*/

.sidebar .popular-tags{
  position: relative;
}

.sidebar .popular-tags li{
  position: relative;
  display: inline-block;
  margin:0px 5px 8px 0px;
}

.sidebar .popular-tags a{
  position:relative;
  display:block;
  color:#555555;
  text-align:center;
  font-size:16px;
  line-height: 20px;
  padding: 5px 20px;
  background:none;
  font-weight:400;
  border:1px solid #e5e5e5;
  background-color: rgba(0,0,0,.02);
  text-transform:capitalize;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
  border-color:#1370b5;
  background-color:#1370b5;
  color:#ffffff;
}



/***

====================================================================
  Our Shop
====================================================================

***/

.our-shop{
  position: relative;
}

.our-shop .shop-upper-box{
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
}

.shop-item{
  position: relative;
  margin-bottom: 30px;
}

.shop-item .inner-box{
  position: relative;
  border-radius: 7px;
  transition: all 300ms ease;
  border: 1px solid #eeeeee;
}

.shop-item:hover .inner-box{

}

.shop-item .inner-box .image{
  position: relative;
  margin-bottom: 0;
}

.shop-item .inner-box .image img{
  display: block;
  width: 100%;
}

.shop-item .inner-box .onsale{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  height: 30px;
  padding: 5px 10px;
  color: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ED4E40;
  border-radius: 0 0 7px 0;
}

.shop-item .lower-content{
  position: relative;
  padding: 13px 19px;
  z-index: 0;
  background-color: #ffffff;
  margin: 0;
  -webkit-transition: all 0.3s ease;
  box-shadow: 0 0px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.shop-item:hover .lower-content{
  margin-top: -75px;
  padding-bottom: 78px;
}

.shop-item .lower-content .rating{
  position: relative;
  display: block;
  z-index: 1;
  color: #FEC948;
  font-size: 13px;
  line-height: 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.shop-item .lower-content .rating .light{
  color: rgba(62, 74, 89, 0.2);
}

.shop-item:hover .rating{
  opacity: 1;
  bottom: 100%;
}

.shop-item .lower-content .name{
  font-size: 20px;
  color: #000;
  font-weight: 600;
  margin: 8px 0 3px;
}

.shop-item .lower-content .name a{
  color: inherit;
}

.shop-item .price{
  font-size: 15px;
  color: #222222;
  font-weight: 400;
  display: none;
}

.shop-item .price del {
  font-size: 15px;
  color: #999999;
  margin-left: 15px;
  margin-bottom: -1px;
}

.shop-item .lower-content .add-to-cart{
  position: absolute;
  display: block;
  width: calc(100% - 40px);
  height: 40px;
  padding: 10px 30px;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  display: block;
  border-radius: 7px;
  bottom: 10px;
  opacity: 0;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.shop-item .lower-content .add-to-cart span{
  margin-right: 10px;
}

.shop-item:hover .add-to-cart{
  opacity: 1;
  background-color: #1370b5;
  color: #ffffff;
  bottom: 20px;
  -webkit-transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
  transition: all 0.3s ease, opacity 0.3s linear 0.15s, bottom 0.3s ease 0.15s;
}

/***

====================================================================
  Product Details
====================================================================

***/

.product-details{
  position: relative;
}

.product-details .basic-details{
  position:relative;
  margin-bottom:20px;
}

.product-details .image-column,
.product-details .info-column{
  margin-bottom:20px;
}

.product-details .image-column .image-box img{
  position:relative;
  display:block;
  width:100%;
  background-color:#f7f7f7;
}

.product-details .basic-details .details-header{
  position:relative;
  margin-bottom:16px;
}

.product-details .basic-details .details-header h4{
  font-size:28px;
  font-weight:600;
  line-height:1.4em;
  color:#3f4d50;
  margin:5px 0px 10px;
}

.product-details .basic-details .details-header h4 a{
  color:#333333;
}

.product-details .basic-details .details-header .rating{
  font-size:14px;
  color:#ffc107;
  margin-bottom:15px;
  display:inline-block;
}

.product-details .basic-details .details-header .reviews{
  position:relative;
  display:inline-block;
  color:#777777;
  font-weight:400;
  margin-right:15px;
}

.product-details .basic-details .details-header .rating .fa{
  display:inline-block;
}

.product-details .basic-details .details-header .rating .txt{
  font-size:14px;
  padding-right:10px;
  color:#777777;
}

.product-details .basic-details .details-header .item-price{
  font-size:22px;
  font-weight:600;
  color:#3f4d50;
  line-height:24px;
}

.product-details .basic-details .details-header .item-price del{
  color: #999999;
  margin-right: 10px;
  font-weight:400;
}

.product-details .basic-details .prod-info{
  margin-bottom:15px;
  line-height:1.6em;
  font-size:13px;
}

.product-details .basic-details .prod-info strong{
  font-weight:700;
  color:#111111;
}

.product-details .basic-details .text{
  margin-bottom:25px;
  color:#777777;
  font-size:16px;
  font-weight:400;
  line-height:1.8em;
}

.product-details .basic-details .item-quantity .field-label{
  float:right;
  font-weight:700;
  font-size:14px;
  line-height:32px;
  display:inline-block;
  padding-left:20px;
}
.bootstrap-touchspin .input-group-btn-vertical {
    position: relative;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
    display: table-cell;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-right: -1px;
    position: relative;
}
.bootstrap-touchspin .input-group-btn-vertical i {
    position: absolute;
    top: 3px;
    right: 5px;
    font-size: 9px;
    font-weight: normal;
}
.bootstrap-touchspin .input-group-btn-vertical > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    margin-right: -1px;
    position: relative;
}
.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down {
    margin-top: -2px;
    border-radius: 0;
    border-bottom-right-radius: 4px;
}



.product-details .basic-details .quantity-spinner,
.cart-section input.quantity-spinner{
  line-height:24px;
  padding:10px 15px !important;
  height:46px !important;
  box-shadow:none !important;
}
.input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.cart-section .bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  left: 20px;
  top: 0;
  z-index: 99;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-section .bootstrap-touchspin .input-group-btn-vertical > .btn{
  padding:11px 10px;
  background:#f4f5f6;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-section .bootstrap-touchspin .input-group-btn-vertical i{
  top:0px;
  font-weight: 900;
}

.product-details .basic-details .item-quantity{
  position:relative;
  float:right;
  width:85px;
  margin-bottom:25px;
  margin-left:25px;
}

.product-details .basic-details .item-quantity .field-label{
  float:right;
  font-weight:700;
  font-size:14px;
  line-height:32px;
  display:inline-block;
  padding-left:20px;
}

.product-details .basic-details .quantity-spinner,
.cart-table input.quantity-spinner{
  font-size:18px;
  line-height:24px;
  padding:10px 15px !important;
  height:50px !important;
  box-shadow:none !important;
}

.product-details .basic-details .bootstrap-touchspin .input-group-btn-vertical > .btn,
.cart-table .bootstrap-touchspin .input-group-btn-vertical > .btn{
  padding:12px 10px;
  background:#f4f5f6;
  border-radius:0px;
}

.product-details .bootstrap-touchspin .input-group-btn-vertical i,
.cart-table .bootstrap-touchspin .input-group-btn-vertical i{
  top:8px;
}

.product-details .basic-details .add-to-cart{
  margin-left: 10px;
  border-radius: 0;
}

/***

====================================================================
  Product Tabs
====================================================================

***/

.shop-single .product-details .prod-tabs{
  position:relative;
}

.shop-single .product-details .prod-tabs .tab-btns{
  position:relative;
  z-index:1;
  margin-bottom:40px;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn{
  position:relative;
  top:1px;
  display:block;
  float:right;
  margin-left:10px;
  font-size:16px;
  background:#ffffff;
  color:#1370b5;
  font-weight:500;
  line-height:20px;
  cursor:pointer;
  border-radius:0px;
  padding:10px 30px;
  margin-bottom: 10px;
  transition:all 500ms ease;
  border: 1px solid #1370b5;
}

.shop-single .product-details .prod-tabs .tab-btns .tab-btn:hover,
.shop-single .product-details .prod-tabs .tab-btns .tab-btn.active-btn{
  background-color: #1370b5;
  color: #ffffff;
}

.shop-single .product-details .prod-tabs .tabs-content{
  position:relative;
}

.shop-single .product-details .prod-tabs .tabs-content .tab{
  position:relative;
  display:none;
  border-top:0px;
}

.shop-single .product-details .prod-tabs .tabs-content .tab.active-tab{
  display:block;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content{
  position:relative;
  padding: 30px 30px;
  border: 1px solid #cccccc;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content h3{
  color: #222222;
  margin-bottom: 20px;
  font-weight: 600;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p{
  position:relative;
  font-size:16px;
  line-height:1.7em;
  margin-bottom:25px;
  color:#797979;
}

.shop-single .product-details .prod-tabs .tabs-content .tab .content p:last-child{
  margin-bottom:0px;
}

.prod-tabs .tabs-content .tab .title{
  position:relative;
  color:#3f4d50;
  font-size:24px;
  font-weight:500;
  margin-bottom:30px;
}

/*Comment Form*/

.shop-comment-form{
  position:relative;
  margin-top:50px;
}

.shop-comment-form h2{
  position:relative;
  color:#3f4d50;
  font-size:24px;
  font-weight:500;
  margin-bottom:10px;
}

.shop-comment-form .mail-text{
  position:relative;
  color:#777777;
  font-size:16px;
  margin-bottom:15px;
}

.shop-comment-form .group-title{
  margin-bottom:20px;
}

.shop-comment-form .rating-box{
  position:relative;
  margin-bottom:20px;
}

.shop-comment-form .rating-box .text{
  position:relative;
  float: right;
  margin-right: 30px;
  font-size:16px;
  color:#333333;
  margin-bottom:15px;
}

.shop-comment-form .rating-box .rating{
  position:relative;
  margin-left:10px;
  display:inline-block;
}

.shop-comment-form .rating-box .rating .fa{
  position:relative;
  margin-left:5px;
  display:inline-block;
}

.shop-comment-form .rating-box .rating a{
  position:relative;
  color:#cccccc;
  font-size:12px;
  display:inline-block;
}

.shop-comment-form .rating-box .rating a:hover{
  color:orange;
}

.shop-comment-form .form-group{
  position:relative;
  margin-bottom:20px;
}

.shop-comment-form .form-group label{
  position:relative;
  color:#333333;
  font-size:16px;
  font-weight:400;
}

.shop-comment-form .form-group:last-child{
  margin-bottom:0px;
}

.shop-comment-form .form-group input[type="text"],
.shop-comment-form .form-group input[type="password"],
.shop-comment-form .form-group input[type="tel"],
.shop-comment-form .form-group input[type="email"],
.shop-comment-form .form-group select{
  position:relative;
  display:block;
  width:100%;
  line-height:28px;
  padding:10px 20px;
  border:1px solid #dddddd;
  height:50px;
  color:#848484;
  font-weight:300;
  background:#ffffff;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.shop-comment-form .form-group input[type="text"]:focus,
.shop-comment-form .form-group input[type="password"]:focus,
.shop-comment-form .form-group input[type="tel"]:focus,
.shop-comment-form .form-group input[type="email"]:focus,
.shop-comment-form .form-group select:focus,
.shop-comment-form .form-group textarea:focus{
  border-color:#1370b5;
}

.shop-comment-form .form-group textarea{
  position:relative;
  display:block;
  width:100%;
  line-height:26px;
  padding:15px 20px;
  color:#848484;
  border:1px solid #dddddd;
  height:120px;
  font-weight:300;
  background:#ffffff;
  resize:none;

  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.shop-comment-form button{
  position:relative;
  font-weight:600;
  font-size:14px;
  line-height: 30px;
  padding:10px 40px;
  margin-top:10px;
  text-transform:uppercase;
}

.shop-comment-form input:focus,
.shop-comment-form select:focus,
.shop-comment-form textarea:focus{
  border-color:#f06529;
}

/***

====================================================================
      Cart Section
====================================================================

***/

.cart-section{
  position:relative;
  padding:120px 0px 80px;
  z-index: 1;
}

.cart-outer{
  position:relative;
}

.checkout-page .cart-outer{
  margin-bottom:40px;
}

.cart-outer .table-outer{
  position:relative;
  width:100%;
  overflow-x: auto;
  margin-bottom: 50px;
}

.cart-outer .cart-table{
  width:100%;
  min-width:900px;
}

.cart-table .cart-header{
  position:relative;
  width:100%;
  text-transform:uppercase;
  font-size:13px;
  background:#fafafa;
  color:#222222;
  border:1px solid #dddddd;
}

.cart-table thead tr th{
  line-height:24px;
  padding:15px 25px;
  font-weight:700;
  font-size:16px;
  letter-spacing:1px;
  text-align:center;
  text-transform:uppercase;
  border-right:1px solid #dddddd;
}

.cart-table thead tr th .fa{
  font-size:18px;
}

.cart-table tbody tr td{
  line-height:24px;
  padding:30px 25px 30px;
}

.cart-table tbody tr .qty{
  width:200px;
}

.cart-table tbody tr .qty .item-quantity{
  max-width: 100px;
  margin: 0 auto;
}

.cart-table tbody tr .qty .quantity-spinner{
  background:#ffffff;
}

.cart-table tbody tr .prod-column .column-box{
  position:relative;
  min-height:110px;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb{
  position:relative;
  width:140px;
  margin: 0 auto;
  text-align: center;
}

.cart-table tbody tr .prod-column .column-box .prod-thumb img{
 display:inline-block;
 max-width:100%;
}

.cart-table tbody tr .prod-column .column-box h4{
  font-size:14px;
  color:#444444;
  font-weight:400;
  line-height:90px;
}

.cart-table tbody tr .prod-column .author{
  font-size:13px;
  color:#333333;
  margin-bottom:0px;
}

.cart-table tbody tr .sub-total{
  font-weight: 500;
  color:#222222;
  font-size:16px;
}

.cart-table tbody tr .sub-total.price{
  font-weight: 500;
}

.cart-table tbody tr .remove-btn{
  position:relative;
  font-size:14px;
  color:#222222;
  line-height:30px;
  font-weight:500;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  transition:all 500ms ease;
}

.cart-table tbody tr .remove-btn .fa{
  position:relative;
  font-size:18px;
  line-height:30px;
}

.cart-table tbody tr .remove-btn:hover{
  color:#1370b5;
}

.cart-table tbody tr{
  border-bottom:1px solid #dddddd;
}

.cart-table tbody tr td{
  vertical-align:middle;
  color:#797979;
  font-size:17px;
  text-align:center;
  font-weight: 500;
  border-left:1px solid #dddddd;
}

.cart-table tbody tr td.total{
  font-size:18px;
  color:#333333;
}

.cart-table tbody tr td:last-child{
  border-right:1px solid #dddddd;
  text-align:center;
}

.cart-table tbody tr td .prod-title{
  position:relative;
  font-size:16px;
  color:#222222;
  font-weight: 500;
}

.cart-table tbody tr td .quantity-spinner{
  padding:5px 0px 5px 20px;
  line-height:24px;
  height:34px;
  display:block;
  width:100%;
  position:relative;
}

.cart-table tbody .available-info{
  position:relative;
  padding-left:50px;
}

.cart-table tbody .available-info .icon{
  position:absolute;
  left:0px;
  top:5px;
  width:40px;
  height:40px;
  line-height:40px;
  text-align:center;
  font-size:18px;
  color:#ffffff;
  background:#223555;
  border-radius:50%;
}

.cart-section .cart-options{
  position:relative;
  padding:30px 30px 10px;
  border:1px solid #dddddd;
  margin-bottom:50px;
}

.cart-section .apply-coupon{
  position:relative;
}

.cart-section .cart-options .cart-btn{
 padding:14px 25px;
  line-height: 24px;
  font-size:14px;
  color:#ffffff;
  font-weight:700;
  line-height: 20px;
  text-transform:capitalize;
  background-color:#1370b5;
  border-radius: 5px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.cart-section .cart-options .cart-btn:hover{
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,.10);
}

.cart-section .apply-coupon .form-group{
  position:relative;
  float:left;
  margin-right:20px;
}

.cart-section .apply-coupon .form-group input[type="text"]{
  display:block;
  line-height:28px;
  padding:10px 25px;
  border:1px solid #dddddd;
  width:225px;
  height:50px;
  background:#ffffff;
}

.cart-section .coupon-btn{
  padding:14px 25px;
  line-height: 24px;
  font-size:14px;
  color:#ffffff;
  font-weight:700;
  line-height: 20px;
  text-transform:capitalize;
  background-color:#1370b5;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.cart-section .coupon-btn:hover{
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,0.10);
}

.cart-section .cart-options .btn-style-one{
  top:-7px;
  padding-left:32px;
  padding-right:32px;
}

.cart-section .totals-table{
  position:relative;
  margin-bottom:20px;
  border:1px solid #dddddd;
}

.cart-section .totals-table li{
  line-height:24px;
  padding:18px 30px;
  border-bottom:1px solid #dddddd;
}

.cart-section .totals-table li:first-child{
  background-color:#fafafa;
  padding:18px 45px;
}

.cart-section .totals-table li h3{
  position:relative;
  font-weight:600;
  color:#333333;
  font-size:18px;
}

.cart-section .totals-table li:last-child{
  border-bottom:none;
  padding:40px 40px 50px;
}

.cart-section .totals-table .col{
  position:relative;
  display:block;
  float:left;
  line-height:30px;
  width:50%;
  color:#222222;
  font-size:16px;
  font-weight:600;
  text-transform:capitalize;

}

.cart-section .totals-table li .col:last-child{
  text-align:right;
  border-left: 1px solid #dddddd;
  font-weight: 500;
}

.cart-section .totals-table .total .price{
  color:#222222;
  font-weight:600;
}

.cart-section .totals-table .proceed-btn{
  padding:14px 25px;
  line-height: 24px;
  font-size:14px;
  color:#ffffff;
  font-weight:700;
  line-height: 20px;
  text-transform:capitalize;
  background-color:#1370b5;
  border-radius: 5px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.cart-section .totals-table .proceed-btn:hover{
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,.10);
}

.shipping-block{
  position:relative;
}

.shipping-block .inner-box{
  position:relative;
  padding:40px 30px 20px;
  border:1px solid #dddddd;
  margin-bottom:50px;
}

.shipping-block .inner-box h3{
  position:relative;
  color:#333333;
  font-size:24px;
  font-weight:700;
  margin-bottom:4px;
  text-transform:capitalize;
}

.shipping-block .inner-box h4{
  position:relative;
  color:#222222;
  font-size:14px;
  font-weight:400;
  margin-bottom:22px;
  text-transform:capitalize;
}

.shipping-form{
  position:relative;
}

.shipping-form .row{
  position:relative;
  margin:0px -10px;
}

.shipping-form .form-group{
  position:relative;
  margin-bottom:20px;
  padding:0px 10px;
}

.shipping-form .form-group input[type="text"],
.shipping-form .form-group input[type="password"],
.shipping-form .form-group input[type="tel"],
.shipping-form .form-group input[type="email"]{
  position:relative;
  display:block;
  width:100%;
  line-height:28px;
  padding:10px 20px;
  height:50px;
  font-size:16px;
  border:1px solid #dddddd;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.shipping-form .form-group input[type="text"]:focus,
.shipping-form .form-group input[type="password"]:focus,
.shipping-form .form-group input[type="tel"]:focus,
.shipping-form .form-group input[type="email"]:focus,
.shipping-form .form-group select:focus,
.shipping-form .form-group textarea:focus{
  border-color:#1370b5;
}

.shipping-form button{
  padding:14px 25px;
  line-height: 24px;
  font-size:14px;
  color:#ffffff;
  font-weight:700;
  line-height: 20px;
  text-transform:capitalize;
  background-color:#1370b5;
  border-radius: 5px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.shipping-form button:hover{
  color: #ffffff;
  box-shadow: 0 5px 15px rgba(0,0,0,.10);
}

/*====================================================================
    CheckOut Section
====================================================================*/

.checkout-page{
  position:relative;
  padding:120px 0px 90px;
}

.checkout-page .default-links{
  position:relative;
  margin-bottom:30px;
}

.checkout-page .default-links li{
  line-height:20px;
  padding:15px 25px;
  font-size:16px;
  font-weight: 400;
  color:#222222;
  background-color :#ffffff;
  border:1px solid #dddddd;
  margin-bottom: 30px;
}

.checkout-page .default-links li .far{
  position:relative;
  display: inline-block;
  font-size:14px;
  line-height: 20px;
  color:#1370b5;
  margin-right:20px;
}

.checkout-page .default-links li a{
  color:#1370b5;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.checkout-page .default-links li a:hover{
  color: #1370b5;
  text-decoration: underline;
}

.checkout-page .sec-title{
  margin-bottom: 20px;
}

.checkout-page .sec-title h3{
  font-size: 24px;
  line-height: 1.2em;
  color: #1370b5;
  font-weight: 600;
  padding-bottom: 20px;
  border-bottom: 1px solid #dddddd;
}

.checkout-form{
  position:relative;
  margin-bottom: 50px;
}

.checkout-form .column{
  position: relative;
  margin-bottom: 40px;
}

.checkout-form .column .inner-column{
  position: relative;
  padding: 30px 30px;
  border:1px solid #dddddd;
}

.checkout-form .form-group{
  position:relative;
  margin-bottom: 15px;
}

.checkout-form .form-group .field-label{
  display:block;
  line-height:24px;
  text-transform:capitalize;
  color:#222222;
  font-size:15px;
  font-weight:500;
  margin-bottom:10px;
}

.checkout-form .form-group .field-label span{
  position: relative;
  font-size: 16px;
  color: #222222;
  display: block;
  font-weight: 600;
}

.checkout-form .form-group .field-label sup{
  top:-1px;
  font-size:15px;
  color: #009fe9;
}

.checkout-form .form-group .text{
  position:relative;
  color:#777777;
  font-size:14px;
  line-height: 24px;
}

.checkout-form input[type="text"],
.checkout-form input[type="email"],
.checkout-form input[type="password"],
.checkout-form input[type="tel"],
.checkout-form input[type="number"],
.checkout-form input[type="url"],
.checkout-form select,
.checkout-form textarea{
  position:relative;
  display:block;
  width:100%;
  background:#ffffff;
  font-size: 16px;
  line-height:20px;
  color: #777777;
  padding:14px 22px;
  height:50px;
  border:1px solid #e0e0e0;
  transition:all 300ms ease;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
}

.checkout-form select{
  cursor:pointer;
  -webkit-appearance:none;
  -ms-appearance:none;
  -o-appearance:none;
  -moz-appearance:none;
  background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
}

.checkout-form textarea{
  resize:none;
  height:160px !important;
  padding-left: 30px;
}

.checkout-form input:focus,
.checkout-form select:focus,
.checkout-form textarea:focus{
  border-color: #1370b5;
}

.checkout-page .check-box{
  line-height:24px;
  font-size:14px;
  font-weight:normal;
  padding-top:5px;
}

.checkout-page .check-box label{
  position:relative;
  top:-1px;
  font-weight:normal;
  padding:0px;
  font-size:16px;
  cursor:pointer;
  color:#333333;
}

.checkout-page .lower-content{
  margin-top:30px;
}

.checkout-page .lower-content .order-column{
  margin-bottom:40px;
}

.checkout-page .lower-content .column h2{
  position:relative;
  color:#222222;
  font-size:24px;
  margin-bottom:30px;
  padding-bottom:12px;
}

.checkout-page .lower-content .column h2:after{
  position:absolute;
  content:'';
  left:0px;
  bottom:0px;
  width:40px;
  height:2px;
  background-color:#fa9928;
}

/*Coupon Box*/

.coupon-box{
  position:relative;
  padding:25px 25px;
  margin-bottom:25px;
  background-color:#f5f5f5;
}

.coupon-form{
  position:relative;
}

.coupon-form .form-group{
  position:relative;
  margin-bottom:0px;
}

.coupon-form .form-group input[type="text"]{
  position:relative;
  display:block;
  width:100%;
  line-height:28px;
  padding:10px 20px;
  height:44px;
  font-size:14px;
  border:1px solid #cccccc;
  -webkit-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  transition:all 300ms ease;
}

.coupon-form .form-group input[type="text"]:focus{
  border-color: #1370b5;
}

.coupon-form button{
  margin-top:0px;
  font-size:16px;
  font-weight:700;
  border-radius:0px;
  -webkit-border-radius:0px;
  -moz-border-radius:0px;
  -ms-border-radius:0px;
  -o-border-radius:0px;
  padding:8px 26px;
  text-transform:capitalize;
}

.order-box{
  position:relative;
  padding: 30px 30px;
  margin-bottom: 50px;
  font-family: "Ubuntu", sans-serif;
  border:1px solid #dddddd;
}

.order-box .sec-title{
  margin-bottom: 25px;
}

.order-box .sec-title h3{
  border-bottom: 0;
  padding-bottom: 0;
}

.order-box .title-box{
  position:relative;
  padding:15px 15px;
  font-weight: 500;
  color: #ffffff;
  background-color :#222222;
}

.order-box .title-box .col{
  position:relative;
  width:50%;
  float:left;
  color:#ffffff;
  font-size: 16px;
  line-height: 25px;
}

.order-box ul{
  position:relative;
}

.order-box ul li{
  position:relative;
  padding: 25px 30px;
  font-size: 16px;
  font-weight: 500;
  color: #777777;
  line-height: 30px;
  border-bottom:1px solid #cccccc;
}

.order-box ul li strong{
  color:#222222;
  font-weight: 500;
  font-size:16px;
}

.order-box ul li span{
  padding: 0 15px;
  width:50%;
  float:right;
  color:#1370b5;
  font-size:16px;
}

.order-box ul li span.free{
  color:#777777;
}

.order-box ul li:last-child{
  border-bottom: 0;
}

.payment-box{
  position:relative;
  padding: 30px 50px;
  border:1px solid #dddddd;
  margin-bottom: 50px;
}

.payment-box .upper-box{
  position:relative;
  border-bottom:1px solid #b7b7b7;
}

.payment-options{
  position:relative;
  margin-top:20px;
  margin-bottom:20px;
}

.payment-box .payment-options li{
  position:relative;
  margin-bottom:15px;
}

.payment-box .payment-options li .radio-option{
  position:relative;
}

.payment-box .payment-options li .radio-option label{
  position:relative;
  display:block;
  padding-left:30px;
  font-weight: 500;
  text-transform:capitalize;
  color:#222222;
  cursor:pointer;
  font-size:16px;
}

.payment-box .payment-options li .radio-option label strong{
  font-weight: 400;
}

.payment-box .payment-options li .radio-option input[type="radio"]{
  position:absolute;
  left:0px;
  top:7px;
}

.payment-box .payment-options li .radio-option label .small-text{
  position:relative;
  display:none;
  letter-spacing:0px;
  text-transform:none;
  font-weight:normal;
  font-size:14px;
  color:#ffffff;
  line-height:1.8em;
  padding:15px 20px;
  margin-top:20px;
  background-color :#1370b5;
}

.payment-box .payment-options li .radio-option input:checked + label .small-text{
  display:block;
}

.payment-box .payment-options li .radio-option label .small-text:before{
  position:absolute;
  content:'';
  left:30px;
  top:-8px;
  border-left: 10px solid transparent !important;
  border-right: 10px solid transparent !important;
  border-bottom: 8px solid #1370b5;
}

.payment-box .payment-options li .radio-option label img{
  position:relative;
  display:block;
  max-width:100%;
  padding-left:30px;
  margin-top:20px;
}

.payment-box .payment-options li .radio-option .what-paypall{
  position:relative;
  display:block;
  color:#1370b5;
  font-size:16px;
  font-weight:400;
  margin-left:120px;
  margin-top:10px;
}

.payment-box .lower-box{
  position:relative;
  padding: 30px 0 0;
  text-align: right;
}

.payment-box .lower-box .theme-btn{
  padding: 10px 30px;
  margin-right: 0;
  border-radius: 5px;
}




/***

====================================================================
    Styled Pagination
====================================================================

***/

.styled-pagination{
  position:relative;
  margin-top: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.styled-pagination.align-left{
  justify-content: flex-start;
}

.styled-pagination li{
  position:relative;
  margin: 0 10px 10px 0;
}

.styled-pagination li:last-child{
  margin-right: 0;
}

.styled-pagination li a{
  position:relative;
  display: block;
  line-height:38px;
  font-size:18px;
  height:40px;
  width:40px;
  color:#221e2a;
  font-weight:400;
  text-align:center;
  background:transparent;
  text-transform:capitalize;
  box-shadow: 0 5px 10px rgba(0,0,0,0.10);
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.styled-pagination li .arrow{
  width: 60px;
  font-size: 18px;
  font-weight: 600;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
  color:#ffffff;
  background-color:#1370b5;
}


.blog-masonry .styled-pagination{
  margin-top: 50px;
}

.blog-checkerboard .styled-pagination{
  margin-top: 80px;
}


.pagination {
    justify-content: center;
}
.pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
