@charset "utf-8";





/*****-----*****-----*****-----*****
    General CSS 
*****-----*****-----*****-----*****/
html {
    
}
body {
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    color: #444444;
    background: #ffffff;
    overflow-x: hidden;
}

/* Custom Container */
@media (min-width: 1366px) {
    .container {
        max-width: 1320px;
    }
}



/* Common CSS */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Orbitron', sans-serif;
    color: #040404;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
    text-transform: capitalize;
}
p {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
a:focus,
a:hover {
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
ul {
    margin: 0;
    padding: 0;
}
ul li {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*img {
    width: 100%;
    max-width: 100%;
    height: auto;
}*/


/* Form CSS */
.form-control {
    height: 45px;
    margin-bottom: 30px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.form-control:focus {
    border-color: #999999;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}
::-webkit-input-placeholder {
    color: #ffffff !important;
}
::-moz-placeholder {
    color: #ffffff !important;
}
::-o-placeholder {
    color: #ffffff !important;
}
:-ms-input-placeholder {
    color: #ffffff !important;
}
input:-moz-placeholder {
    color: #ffffff !important;
}

.footer-col .input-group .form-control::-webkit-input-placeholder {
    color: #999999 !important;
}
.footer-col .input-group .form-control::-moz-placeholder {
    color: #999999 !important;
}
.footer-col .input-group .form-control::-o-placeholder {
    color: #999999 !important;
}
.footer-col .input-group .form-control:-ms-input-placeholder {
    color: #999999 !important;
}
.footer-col .input-group .form-control input:-moz-placeholder {
    color: #999999 !important; 
}


.shipping-address ::-webkit-input-placeholder {
    color: #999999 !important;
}
.shipping-address ::-moz-placeholder {
    color: #999999 !important;
}
.shipping-address ::-o-placeholder {
    color: #999999 !important;
}
.shipping-address :-ms-input-placeholder {
    color: #999999 !important;
}
.shipping-address input:-moz-placeholder {
    color: #999999 !important;
}



/* Default Section CSS */
section {
    position: relative;
}

/* Btn CSS */
.theme-btn {
    display: inline-block;
    font-size: 18px;
    line-height: 45px;
    font-weight: 400;
    color: #ffffff;
    min-width: 140px;
    height: 45px;
    padding: 0 15px;
    background-color: #FF831E;
    border-radius: 0;
    border: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.theme-btn:hover {
    position: relative;
    color: #FF831E !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}




.scroll-animate {
    opacity: 0;
    transition-property: opacity,transform;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.scroll-animate.aos-animate {
    opacity: 1;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}




/* back-to-top CSS */
 #back-to-top {
    position: fixed;
    bottom: 100%;
    right: 15px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    padding-bottom: 15px;
    text-align: center;
    font-size: 35px;
    line-height: 40px;
    color: #ffffff;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    border-radius: 30px 30px 0 0;
    background: #FF831E;
}

 #back-to-top.show {
    opacity: 1;
    bottom: 0;
    transition: 0.3s ease-out;
}
 #back-to-top.show:hover {
    height: 60px;
    line-height: 60px;
    transition: 0.3s ease-out;
 }


/* Pagination CSS */
.my-pagination {

}
.my-pagination .page-item .page-link {
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    background-color: #FEFCED;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    line-height: 38px;
    color: #333333;
    border: none;
    margin: 0 5px;
}
.my-pagination .page-item .page-link i {
    font-size: 30px;
    line-height: 40px;
}
.my-pagination .page-item .page-link:hover,
.my-pagination .page-item .page-link.active {
    background-color: #A100FF;
}




/*****-----*****-----*****-----*****
    Header CSS
*****-----*****-----*****-----*****/
.header-area {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    z-index: 999;
    background-color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
/* Header top row css */
.header-top-row {
    padding: 15px 0 5px;
    background-color: #000000;
}
.header-top-col {
    margin-bottom: 10px;
}
.company-info-col ul li {
    display: inline-block;
    color: #ffffff;
    margin-right: 10px;
}
.company-info-col ul li i {
    color: #ff831e;
}
.follow-icons {
    text-align: right;
}
.follow-icons ul li {
    display: inline-block;
    color: #ffffff;
    margin-left: 10px;
}
.follow-icons ul li i {
    color: #ffffff;
}



.header-menu-col {
    display: flex;
    align-items: center;
}
.header-menu-col .navbar-icons {
    min-width: 160px;
    text-align: right;
}
.header-menu-col .navbar-icons ul li {
     display: inline-block;
     margin-left: 16px;
}
.header-menu-col .navbar-icons ul li a i {
    color: #FF831E;
}

.header-navbar-row {
    position: relative;
    padding: 10px 0;
}

.theme-logo a img {
    max-width: 95px;
}



/* Header Nav CSS Start */
.navbar-brand {
     margin: 0;
}
.stellarnav {
     position: relative;
 }
 .stellarnav ul {
     display: block;
     text-align: right;
}
.stellarnav li a {
    text-transform: capitalize;
}
.stellarnav li.has-sub>a:after {
    display: none;
}
.stellarnav>ul>li {
    padding-left: 10px;
}
.stellarnav>ul>li>a {
    font-size: 18px;
    display: block;
    font-weight: 400;
    color: #444444 !important;
    text-decoration: none;
    display: inline-block;
    margin: 0;
    padding: 20px 5px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.stellarnav>ul>li a i {
    font-weight: bold;
    color: #FF831E;
}
.stellarnav>ul>li.current_page_item>a {
    position: relative;
}
.stellarnav>ul>li>a:hover{
    color: #FF831E !important;
    opacity: 1;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.stellarnav.light {
     background: transparent;
}
 .stellarnav.light ul ul {
    width: 240px;
    border-top: 3px solid #FF831E;
    background: #f5f5f5;
    box-shadow: 0 12px 12px rgba(0,0,0,0.1);
}
.stellarnav ul li ul li a{
    border-bottom: 1px solid #dddddd;
}
.stellarnav ul li ul li a:hover {
    background: #FF831E;
    color: #ffffff !important;
}
.stellarnav.desktop li.has-sub a {
    padding-right: 15px;
}





/* Header Animation */
.sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px 0px rgba(0,0,0,0.1);
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(255,255,255, 0.9);
  overflow-y: hidden;
  transition: 0.5s;
}
.overlay-content {
  position: relative;
  top: 50%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  padding: 0 400px;
  margin-top: -35px;
}
.overlay a:hover, .overlay a:focus {
  color: #f1f1f1;
}
.overlay .closebtn i {
  position: absolute;
  top: 20px;
  right: 30px;
  z-index: 1;
  font-size: 30px;
  color: #000000;
}
.overlay-content .form-control {
     background: #000000;
     min-height: 70px;
     font-size: 24px;
     margin-bottom: 0;
     color: #ffffff;
}
.overlay-content .form-control .input-group-text {
     background: #FEFF00;
     border: none;
}
.overlay-content .input-group-prepend .btn {
     min-height: 70px;
     width: 160px;
     border: none;
     border-radius: 0;
     font-size: 24px;
     color: #ffffff;
     background: #FF831E;
     border-radius: 0;
     border: none;
}
.input-group-text {
    border: none;
}




/*****-----*****-----*****-----*****
    Slider CSS
*****-----*****-----*****-----*****/
.slider-area {
    position: relative;
    overflow: hidden;
}
.pogoSlider {
    height: 84vh;
}
.pogoSlider-dir-btn {
  z-index: 1;
  width: 30px;
  height: 30px;
}
.pogoSlider--dirBottomRight .pogoSlider-dir-btn--next, 
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--next, 
.pogoSlider--dirTopRight .pogoSlider-dir-btn--next {
    right: 20px;
}
.pogoSlider--dirBottomLeft .pogoSlider-dir-btn--prev, 
.pogoSlider--dirCenterHorizontal .pogoSlider-dir-btn--prev, 
.pogoSlider--dirTopLeft .pogoSlider-dir-btn--prev {
    left: 20px;
}
.pogoSlider-slide {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.shape {
    position: absolute;
    left: 52%;
    top: 50%;
    z-index: 0;
    transform: translate(-45%, -18%);
}
.pogoSlider-slide:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.6);
}
.silder-elements {
    max-width: 840px;
    text-align: center;
    position: relative;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 999;
    padding: 0;
}
.slider-main-title {
    font-size: 58px !important;
    line-height: 1.2;
    color: #ffffff;
    margin-bottom: 25px;
    text-transform: capitalize;
    display: inline-block;
}
.slider-main-title span {
    color: #FF831E;
}
.slider-para {
    font-size: 30px;
    font-weight: 500;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 40px !important;
}
.silder-elements .theme-btn {
    margin: 0 5px;
    color: #ffffff;
    width: 180px;
    height: 60px;
    line-height: 60px;
}
.silder-elements .theme-btn:nth-child(2) {
    background-color: #FFFFFF;
    color: #FF831E;
}
.pogoSlider--navBottom .pogoSlider-nav {
    display: none;
}




/*****-----*****-----*****-----*****
    Product category CSS
*****-----*****-----*****-----*****/
.product-category-area {
    position: relative;
    overflow: hidden;
}
.product-category-cols {
    display: flex;
}
.product-category-col {
    width: 33.33%;
    min-height: 420px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.product-category-col:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-category-col:hover:before {
    background-color: rgba(255,255,255,0.1);
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}
.product-category-content {
    position: relative;
    padding-left: 60px;
    padding-top: 70px;
    width: 100%;
    height: 100%;
}
.product-category-content h2 {
    font-size: 36px;
    color: #ffffff;
}
.product-category-content h5 {
    font-size: 20px;
    font-weight: normal;
    color: #ff831e;
}
.category-links {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    padding-right: 15px;
    padding-bottom: 10px;
}
.category-links:before {
    content: "";
    position: absolute;
    right: -55px;
    bottom: -60px;
    z-index: 0;
    background-color: #ff831e;
    width: 290px;
    height: 140px;
    transform: rotate(-30deg);
}
.category-links a {
    position: relative;
    z-index: 1;
    color: #ffffff;
}




/*****-----*****-----*****-----*****
    Banner CSS
*****-----*****-----*****-----*****/
.banner-area {
    position: relative;
    padding: 120px 0;
}
.banner-col {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    padding: 60px 20px 70px;
    position: relative;
}
.banner-col:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.6);
}
.banner-col-content {
    position: relative;
    z-index: 1;
}
.banner-col-content h1 {
    font-size: 45px;
    color: #ffffff;
    margin-bottom: 20px;
    position: relative;
    z-index: 1; 
}
.banner-col-content h2 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 0;
    position: relative;
    z-index: 1; 
}
.banner-col-content h2 a {
    color: #ff831e;
}
.banner-col-content h2 a span {
    text-decoration: underline;
}
.shape1 {
    position: absolute;
    left: 50%;
    top: -90px;
    z-index: 0;
    transform: translateX(-50%);
}




/*****-----*****-----*****-----*****
    Features CSS
*****-----*****-----*****-----*****/
.features-area {
    padding: 0 0 90px;
}
.my-title {
    position: relative;
    text-align: center;
    margin-bottom: 60px;
    margin-top: -10px;
}
.my-title:before{
    content: "";
    position: absolute;
    left: 50%;
    bottom: 10px;
    z-index: 0;
    transform: translateX(-50%);
    width: 284px;
    height: 34px;
    background-image: url(../images/shape-title-bg.png);
}
.my-title h2 {
    font-size: 45px;
    margin-bottom: 0;
    position: relative;
    z-index: 1;
}
.my-title p {
    color: #ff831e;
    position: relative;
    z-index: 1;
}
.features-col {
    margin-bottom: 30px;
    text-align: center;
}
.feature-icon {
    background-color: #FF831E;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
    transition: transform 0.5s;
}
.features-col:hover .feature-icon {
    transform: rotateY(180deg);
    transition: transform 0.5s;
}


/*****-----*****-----*****-----*****
    Product CSS
*****-----*****-----*****-----*****/
.products-area {
    padding: 0 0 120px;
}
.product-item {
    text-align: center;
}
.product-img {
    position: relative;
    overflow: hidden;
    border: 1px solid #d7d7d7;
}
.product-img img {
    width: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item:hover .product-img img {
    transform: scale(1.15);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-img .price-holder {
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 1;
    text-align: center;
    background-color: #FF831E;
    padding: 5px;
}
.product-img .price-holder p {
    color: #ffffff;
    line-height: 22px;
}
.product-img ul {
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-item:hover .product-img ul {
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.product-img ul li {
    margin-bottom: 10px;
}
.product-img ul li a i {
    background-color: #FF831E;
    width: 30px;
    height: 30px;
    display: block;
    text-align: center;
    line-height: 30px;
    color: #ffffff;
}
.product-title {
    position: relative;
    margin-top: 15px;
}
.product-title:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 0;
    transform: translateX(-50%);
    width: 229px;
    height: 34px;
    background-image: url(../images/shape-product-title.png);
}
.product-title h4 {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.products-area .owl-theme .owl-nav [class*=owl-] {
    width: 25px;
    height: 75px;
    background-color: rgba(0,0,0,0.5);
    border-radius: 0;
    line-height: 75px;
    color: #ff831e;
    font-size: 25px;
    text-align: center;
    padding: 0;
    margin: 0;
}
.products-area .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    left: 10px;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
}
.products-area .owl-carousel .owl-nav .owl-next {
    position: absolute;
    right: 10px;
    top: 50%;
    z-index: 0;
    transform: translateY(-50%);
}

/* Product Sidebar CSS */
.products-inner-area {
    padding: 120px 0;
}
.product-sidebar {
    margin-bottom: 30px;
}
.products-inner-area .product-item {
    margin-bottom: 30px;
}
.product-category {
    margin-bottom: 50px;
}
.product-sidebar-title {
    position: relative;
    margin-bottom: 20px;
}
.product-sidebar-title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 239px;
    height: 33px;
    background-image: url(../images/shape-title-bg2.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.product-sidebar-title h4 {
    color: #191919;
    position: relative;
    z-index: 1;
}
.product-category ul li a {
    color: #444444;
}
.product-category ul li a:hover {
    padding-left: 10px;
    color: #FF831E;
}

.product-filter {
    margin-bottom: 50px;
}
.price-amount a {
    color: #444444;
}
/* Range slider css start */
.noUi-target,.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#slider-range {
    margin-bottom: 20px;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
/* Fix 401 */
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
/* This class is applied to the lower origin when
   its values is > 50%. */
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s,top .3s;
  transition: left 0.3s,top .3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,.noUi-handle {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.noUi-horizontal {
  height: 4px;
}
.noUi-horizontal .noUi-handle {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  left: -7px;
  top: -7px;
  background-color: #F2A98E;
}
.noUi-background {
  background: #D6D7D9;
}
.noUi-connect {
  background: #F2A98E;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 2px;
}
.noUi-target.noUi-connect {
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle:active {
    background-color: #000000;
  border: 8px solid transparent;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -14px;
}
[disabled].noUi-connect,[disabled] .noUi-connect {
  background: #B8B8B8;
}

[disabled].noUi-origin,[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Range slider css End */


.product-color {
    margin-bottom: 50px;
}
.color-options {
    display: flex;
}
.color-1 .form-check-input {
    background-color: #000000;
    margin-right: 10px;
    border: none;
} 
.color-2 .form-check-input {
    background-color: #ECE403;
    margin-right: 10px;
    border: none;
}
.color-3 .form-check-input {
    background-color: #FF0000;
    margin-right: 10px;
    border: none;
}
.color-4 .form-check-input {
    background-color: #E9E9E9;
    margin-right: 10px;
    border: none;
}
.color-5 .form-check-input {
    background-color: #0600FF;
    margin-right: 0;
    border: none;
}
.form-check-input:focus {
    box-shadow: none;
    outline: none;
}
.color-options .form-check-input {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}
.product-tags ul li {
    display: inline-block;
}
.product-tags ul li a {
    color: #444444;
    border-bottom: 1px solid #FF831E;
    margin-right: 10px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mypagination {
    margin-top: 30px;
}
.mypagination .page-item:first-child .page-link,
.mypagination .page-item:last-child .page-link {
    border: none;
    border-radius: 0;
    font-size: 18px;
    font-weight: normal;
}
.mypagination .page-link {
    border: none;
    background-color: #E0E0E0;
    margin-right: 10px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    padding: 0;
    text-align: center;
    color: #444444;
}
.mypagination .page-link:hover {
    background-color: #FF831E;
    color: #ffffff;
}




/*****-----*****-----*****-----*****
    Testimonial CSS
*****-----*****-----*****-----*****/
.testimonial-area {
    padding: 160px 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.testimonial-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: rgba(0,0,0,0.7);
}
.testimonial-item {
    text-align: center;
    position: relative;
}
.testimonial-item p {
    color: #ffffff;
    font-style: italic;
    position: relative;
    z-index: 2;
    margin-bottom: 20px;
}
.testimonial-item h4 {
    color: #ffffff;
    position: relative;
    z-index: 2;
    margin-bottom: 0;
}
.testimonial-item h4 span {
    font-weight: normal;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
}
.testimonial-item i {
    color: #ffffff;
    position: absolute;
    left: 50%;
    top: 18px;
    z-index: 1;
    transform: translateX(-50%);
    font-size: 100px;
    opacity: 0.2;
}
.testimonial-area .owl-theme .owl-nav [class*=owl-] {
    background-color: transparent;
    border-radius: 0;
    color: #ffffff;
    font-size: 50px;
    margin: 0 10px;
    padding: 0;
}
.testimonial-area .owl-theme .owl-nav [class*=owl-]:hover {
    color: #FF831E;
}
.cycle-img {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 0;
}
.mycircle {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 0;
    transform: translate(-50%,-50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-color: rgba(255,131,30,0.3);
}

/* Testimonial two */
.testimonial-two-area {
    position: relative;
    margin-bottom: 120px;
}




/*****-----*****-----*****-----*****
    Product details CSS
*****-----*****-----*****-----*****/
.product-detais-area {
    padding: 120px 0 50px;
}
.product-detais-col {
    margin-bottom: 30px;
    padding-left: 25px;
}
.mySlides {
  display: none;
  background: #F2F3F5;
  position: relative;
}
.mySlides img {
    width: 100% !important;
}
.cursor {
  cursor: pointer;
}
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 40%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.numbertext {
  color: #333333;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
.caption-container {
  text-align: center;
  background-color: #222;
  padding: 2px 16px;
  color: white;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
.column {
  float: left;
  width: 25%;
}
.demo {
  opacity: 0.5;
}
.active,
.demo:hover {
  opacity: 1;
}
.riview-stars {
    margin-bottom: 10px;
}
.riview-stars ul li {
    display: inline-block;
}
.riview-stars ul li:last-child {
    margin-left: 5px;
}
.riview-stars ul li a {
    color: #333333;
}
.riview-stars ul li a i {
    color: #FFB600;
}
.riview-stars ul li a:hover {
    color: #333333;
}
.product-detais-col h4 {
    color: #111111;
}
.product-detais-col h4 del {
    font-size: 16px;
    color: #888888;
}
.order-product-info {
    margin-top: 30px;
}
.order-product-info ul li {
    display: block;
    margin-bottom: 20px;
}
.order-product-info ul li p {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}
.order-product-info ul li:last-child p {
    float: none;
    display: block;
}
.form-check {
    display: inline-block;
    margin-right: 10px;
}
.color-label {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 0;
  cursor: pointer;
  display: inline-block;
  margin-right: 10px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.color-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #000000;
  border-radius: 50%;
}
.color-label:nth-child(3) .checkmark {
    background: #F71900;
}
.color-label:nth-child(4) .checkmark {
    background: #FFB600;
}
.color-label:nth-child(5) .checkmark {
    background: #00B300;
}
.color-label input:checked ~ .checkmark {
  
}
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.color-label input:checked ~ .checkmark:after {
  display: block;
}
.color-label .checkmark:after {
    top: 50%;
    left: 50%;
    width: 8px;
    height: 8px;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #dddddd;
}
.product-quantity {
    position: relative;
    display: flex;
    justify-content: flex-start;
    padding: 20px;
    border: 1px solid #dddddd;
    margin-bottom: 30px;
    margin-top: 30px;
}
.product-quantity input {
    max-width: 70px;
    min-height: 45px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-bottom: 0;
}
.product-quantity .input-group-append .btn, 
.product-quantity .input-group-prepend .btn,
.cart-col td .input-group-append .btn, 
.cart-col td .input-group-prepend .btn {
    width: 40px;
    height: 45px;
    background: #000000;
    border-radius: 0;
}
.coupon-field {
    height: 57px;
    background-color: #000000;
    border-right: none;
    margin-bottom: 0;
}
.product-quantity .input-group {
    width: auto;
}
.product-quantity .theme-btn {
    margin-left: 10px;
}
.share-product {
    margin-top: 0;
}
.share-product p {
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 5px;
}
.share-product ul li {
    display: inline-block;
    margin-right: 10px;
}
.share-product ul li i {
    color: #333333;
    width: 40px;
    height: 40px;
    display: block;
    border: 1px solid #999999;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.share-product ul li i:hover {
    border-color: #FF831E;
    background: #FF831E;
    color: #ffffff;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.select-color {
    font-weight:bold;
}




/*****-----*****-----*****-----*****
    product All Info CSS
*****-----*****-----*****-----*****/
.product-all-info-area {
    padding: 0 0 120px;
}
.product-all-info-col {
    padding: 30px;
    background-color: #f5f5f5;
}
.product-all-info-area .nav-pills .nav-link.active, 
.product-all-info-area .nav-pills .show>.nav-link {
    background-color: #FF831E;
    border-radius: 0;
    color: #ffffff;
}
.product-all-info-area .nav-pills .nav-link {
    background-color: #eeeeee;
    border-radius: 0;
    margin-bottom: 2px;
    min-width: 200px;
    color: #444444;
}
.product-all-info-area .tab-pane p {
    margin-bottom: 15px;
}
.product-all-info-area .tab-pane ul li {
    position: relative;
    padding-left: 20px;
}
.product-all-info-area .tab-pane ul li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FF831E;
}





/*****-----*****-----*****-----*****
    Blog CSS
*****-----*****-----*****-----*****/
.blog-area {
    padding: 120px 0 90px;
}
.blog-col {
    margin-bottom: 85px;
    position: relative;
}
.blog-img {
    max-width: 420px;
    overflow: hidden;
}
.blog-img img {
    width: 100%;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.blog-col:hover .blog-img img {
    transform: scale(1.2);
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.blog-content {
    position: absolute;
    right: 0;
    top: 60px;
    z-index: 1;
    max-width: 400px;
    padding: 30px 30px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.blog-info ul li {
    display: inline-block;
    margin-right: 20px;
}
.blog-info ul li i {
    color: #ff831e;
    margin-right: 5px;
}
.blog-content h4 {
    text-transform: inherit;
}
.blog-content h4 a {
    color: #000000;
}
.blog-content h4 a:before {
    display: none;
}
.blog-content p {
    margin-bottom: 10px;
}
.blog-content a {
    color: #ff831e;
    position: relative;
}
.blog-content a:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    width: 100%;
    height: 1px;
    background-color: #ff831e;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.blog-content a:hover:before {
    left: 20px;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}



/*****-----*****-----*****-----*****
    Blog Details CSS
*****-----*****-----*****-----*****/
.blog-details-area {
    padding: 120px 0 90px;
}
.blog-details-area .blog-col {
    margin-bottom: 30px;
}
.blog-details-col {
  margin-bottom: 30px;
}
.blog-details-col .blog-info-bar {
  margin-top: 20px;
}
.blog-details-col .blog-info-bar ul li {
    display: inline-block;
    margin-right: 10px;
}
.blog-details-col .blog-info-bar ul li a {
    color: #444444;
}
.blog-details-col .blog-info-bar ul li a i {
    color: #FF831E;
    margin-right: 5px;
}
.blog-item-content h4 a {

}
.blog-details-col p{
    margin-bottom: 0;
}
.blog-comment-box {
  padding: 20px 30px;
  background: #f5f5f5;
  position: relative;
  margin: 5px 0 30px;
}
.blog-comment-box p {
  font-weight: bold;
  position: relative;
  z-index: 1;
  font-style: italic;
  margin-bottom: 0;
}
.blog-comment-box i {
  color: #999999;
  font-size: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 0;
  opacity: 0.3;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.middle-imgs {
    margin-bottom: 20px;
}
.middle-imgs img {
    width: 100%;
}
.tag-bar {
  padding: 12px 20px;
  margin: 40px 0 45px;
  background: #f5f5f5;
}
.tag-bar-col ul li {
  display: inline-block;
}
.tag-bar-col ul li i {
  margin-right: 15px;
  font-size: 24px;
  color: #FF831E;
  position: relative;
  top: 3px;
}
.tag-bar-col ul li a {
  color: #333333;
}
.share-col {
  text-align: right;
}
.share-col ul li {
  display: inline-block;
}
.share-col ul li i {
  font-size: 24px;
  color: #FF831E;
  position: relative;
  top: 3px;
}
.share-col ul li a i {
  color: #333333;
  font-size: 16px;
  margin-left: 10px;
  position: relative;
  top: 0;
}
.link-bar {
  margin-bottom: 50px;
}
.link-bar-col {
  position: relative;
}
.link-bar-col a i {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #F5F5F5;
    line-height: 60px;
    font-size: 40px;
    text-align: center;
    color: #FF831E;
}
.previous-link {
  padding-left: 70px;
}
.previous-link a i {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}
.link-bar-col h4 {
  margin-bottom: 0;
}
.next-link {
  padding-right: 70px;
  text-align: right;
}
.next-link a i {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.all-comments h4 {
  margin-bottom: 40px;
}
.comment-item {
  margin-bottom: 50px;
  position: relative;
  padding-left: 100px;
}
.comment-item img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: 3px solid #dddddd;
}
.comment-item span {
  color: #9f9f9f;
  font-size: 12px;
  font-weight: bold;  
}
.comment-item i {
  color: #FF831E;
  font-size: 30px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}
.comment-item.left-space {
  margin-left: 110px;
}
.comment-form h4 {
  margin-bottom: 20px;
}
.comment-form-box {
  padding: 30px 30px;
  background: #f5f5f5;
}
.comment-form .form-control {
  height: 50px;
  background: #7F7F7F;
  border: none;
}
.comment-form textarea {
  min-height: 120px !important;
  resize: none;
}

/* Sidebar CSS Start */
.blog-sedebar {
  margin-bottom: 30px;
}
.mb-30 {
  margin-bottom: 30px;
}
.sidebar-title {
  color: #111111;
  line-height: 30px;
  padding: 15px 30px;
  background: #F5F5F5;
  margin-bottom: 0;
  border-bottom: 2px solid #FF831E;
}
.box-content {
  padding: 30px 30px; 
  background: #f5f5f5;
}
.search-box button {
  background: #FF831E;
  width: 55px;
  height: 50px;
  border-radius: 0;
  color: #ffffff;
}
.search-box .form-control {
  height: 50px;
  border: none;
  margin-bottom: 0;
  background-color: #000000;
}
.categorys-box .box-content ul li {
  position: relative;
}
.categorys-box .box-content ul li:before {
  content: "\eaca";
  font-family: IcoFont;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 0;
  color: #333333;
  font-size: 20px;
}
.categorys-box ul li a {
  padding: 10px 0;
  padding-left: 20px;
  display: block;
  border-bottom: 1px solid #ffffff;
  color: #333333;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categorys-box ul li a:hover {
  padding-left: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.categorys-box .box-content ul li a span {
  float: right;
}
.post-box {

}
.post-box ul li {
  position: relative;
  padding-left: 90px;
  min-height: 80px;
  margin-bottom: 25px;
}
.post-box ul li:last-child {
  margin-bottom: 0;
}
.post-box ul li img {
  position: absolute;
  left: 0;
  top: 5px;
  z-index: 0;
  width: 80px;
  height: 80px;
}
.post-box ul li a {
  color: #444444;
  top: 0
}
.post-box ul li p a {
  font-weight: normal;
  opacity: 0.7
}
.tags-box {

}
.tags-box ul li {
  display: inline-block;
}
.tags-box ul li a {
  padding: 5px 12px;
  border: 1px solid #999999;
  display: block;
  margin: 0 5px 8px 0;
  color: #333333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.tags-box ul li a:hover {
  background: #FF831E;
  border-color: #FF831E;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.add-box {
    position: relative;
}
.add-box img {
    width: 100%;
}
.add-content {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-color: rgba(0,0,0,0.5);
    padding: 10px 10px 20px;
    text-align: center;
}
.add-content h4 {
    color: #ffffff;
}





/*****-----*****-----*****-----*****
    Quick Contact CSS
*****-----*****-----*****-----*****/
.quick-contact-area {

}
.quick-contact-col {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    text-align: center;
    padding: 20px 10px;
}
.quick-contact-col:hover {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(255,131,30,0.3);
    -moz-box-shadow: 0px 0px 15px 0px rgba(255,131,30,0.3);
    box-shadow: 0px 0px 15px 0px rgba(255,131,30,0.3);
}
.quick-contact-col i {
    font-size: 36px;
    color: #ff831e;
    margin-bottom: 15px;
    display: block;
}
.quick-contact-col h4 {
    margin-bottom: 0;
}




/*****-----*****-----*****-----*****
    Pagename CSS
*****-----*****-----*****-----*****/
.pagename-area {
    padding: 110px 0 120px;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.pagename-area:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
}
.pagename-area h2 {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 0;
    margin: 0;
    color: #ff831e;
    transform: translate(-50%, -50%);
    font-size: 8vw;
    line-height: 1;
    opacity: 0.2;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #ff831e;
    -webkit-text-fill-color: transparent;
}
.pagename-col {
    text-align: center;
    position: relative;
    z-index: 1;
}
.pagename-col h3 {
    font-size: 60px;
    color: #ffffff;
}
.pagename-col ul li,
.pagename-col ul li a {
    font-size: 18px;
    color: #ffffff;
    display: inline-block;
}
.pagename-col ul li i {
    color: #ff831e;
}




/*****-----*****-----*****-----*****
    About CSS
*****-----*****-----*****-----*****/
.about-area {
    padding: 120px 0 265px;
}
.about-col {
    position: relative;
}
.about-img {
    margin-right: 200px;
}
.about-img img {
    width: 100%;
}
.about-content {
    background-color: rgba(255,255,255,0.9);
    padding: 30px 30px;
    position: absolute;
    right: 0;
    top: 200px;
    z-index: 0;
    max-width: 900px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
}
.about-content .my-title {
    text-align: left;
    margin-bottom: 20px;
}
.about-content .my-title:before {
    left: 0;
    transform: translateX(0);
}
.about-content .my-title p {
    margin-bottom: 0 !important;
}
.about-content p {
    margin-bottom: 10px;
}


/*****-----*****-----*****-----*****
    separator CSS
*****-----*****-----*****-----*****/
.separator-area {
    min-height: 500px;
    padding: 0;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.separator-col {
    position: absolute;
    right: 100px;
    bottom: 0;
    z-index: 0;
    max-width: 860px;
    background-color: rgba(255,255,255,0.9);
    padding: 30px 30px;
}
.separator-col h2 {
    font-size: 45px;
}



/*****-----*****-----*****-----*****
    Cart CSS
*****-----*****-----*****-----*****/
.cart-area {
    padding: 100px 0;
}
.cart-img {
    max-width: 100px;
    border: 1px solid #dddddd;
    display: inline-block;
    position: relative;
}
.cart-img a i {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    color: #ffffff;
    background: #FF831E;
}
.cart-col .table .thead-light th {
    background: #000000;
    color: #ffffff;
    font-weight: normal;
}
.first-td {
    position: relative;
}
.first-td p {
    font-weight: bold;
    display: inline-block;
    padding-left: 15px;
    text-transform: capitalize;
}
.cart-col .table td, .cart-col .table th {
    vertical-align: middle;
}
.cart-col .table tr td:first-child {
    text-align: left;
}
.cart-col td .input-group-append .btn, 
.cart-col td .input-group-prepend .btn {
    width: 40px;
    background: #000000;
    border-radius: 0;
}
.cart-col td input {
    max-width: 70px;
    min-height: 55px;
    text-align: center;
    font-size: 20px;
    color: #333333;
}
.cart-col .theme-btn {
    margin-right: 20px;
    min-width: 230px;
    height: 55px;
    line-height: 55px;
}
.cart-col .table td {
    padding: 30px 0;
}
.cart-col td .input-group .form-control {
    min-height: 45px;
    border-right: none;
    margin-bottom: 0;
}
.cart-col .input-group-text .btn {
    background: #FF831E;
    color: #ffffff;
    text-transform: capitalize;
    width: 160px;
    min-height: 55px;
    border-radius: 0;
    border: none;
}
.cart-total-col {
    padding: 30px 30px;
    background: #f5f5f5;
    margin-left: 50px;
}
.cart-total-col ul li {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.cart-total-col ul li:last-child {
    border: none;
    padding: 0;
    margin: 0;
    font-weight: bold;
}
.cart-total-col ul li span {
    float: right;
}
.cart-total-col .theme-btn {
    text-align: center;
    display: block;
    width: 100%;
    margin-top: 30px;
}
.shipping-address {

}
.shipping-address h4 {
    margin-bottom: 20px;
}
.shipping-address .form-control {
    margin-bottom: 20px;
    height: 45px;
}
.shipping-address .theme-btn {
    min-width: 100%;
    height: 45px;
    line-height: 45px;
}




/*****-----*****-----*****-----*****
    Checkout CSS
*****-----*****-----*****-----*****/
.checkout-area {
    padding: 120px 0 90px;
}
.checkout-col {
    margin-bottom: 30px;
}
.checkout-col.right-space {
    padding-right: 30px;
}
.checkout-col h4 {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd;
}
.checkout-col .form-control {
    min-height: 50px;
    margin-bottom: 15px;
}
.checkout-col table tr th,
.checkout-col table tr td {
    vertical-align: middle;
}
.checkout-col table tr td:last-child {
    text-align: right;
}
.checkout-col .table td {
    padding: 10px 0;
}
.checkout-col .total-price {
    border-top: 2px solid #dddddd;
}
.checkout-col .total-price li {
    padding: 10px 0;
    border-top: 1px solid #dddddd;
}
.checkout-col .total-price li:last-child {
    font-weight: bold;
}
.checkout-col .total-price li span {
    float: right;
}
.checkout-col textarea {
    font-size: 14px;
}
.payment-option {
    margin-top: 30px;
}
.payment-option .form-check {
    display: block;
}
.create-account {

}
.create-account ul li {
    display: inline-block;
    margin-right: 10px;
}
.create-account ul li:first-child a {
    text-decoration: underline;
    color: #444444;
}
.create-account ul li a.theme-btn {
    width: 210px;
    text-align: center;
}





/*****-----*****-----*****-----*****
    Contact CSS
*****-----*****-----*****-----*****/
.contact-area {
    padding: 120px 0 90px;
}
.contact-info-col {

}
.contact-info-item {
    position: relative;
    padding-left: 88px;
    margin-bottom: 60px;
}
.contact-info-icon {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 70px;
    height: 70px;
    text-align: center;
    background-color: #E9E9E9;
}
.contact-info-icon i {
    line-height: 70px;
    font-size: 36px;
    color: #ff831e;
}
.contact-form-col .form-control {
    height: 50px;
    border-radius: 0;
    background-color: #7F7F7F;
    color: #ffffff;
    margin-bottom: 30px;
}
.contact-form-col textarea.form-control {
    min-height: 150px;
}
.contact-form-col .theme-btn {
    min-width: 155px;
    height: 50px;
}






/*****-----*****-----*****-----*****
    Footer CSS
*****-----*****-----*****-----*****/
.footer-area {
    position: relative;
    padding: 120px 0 30px;
    background-color: #000000;
}
.footer-col {
    margin-bottom: 30px;
}
.footer-col h4 {
    position: relative;
    color: #ffffff;
    margin-bottom: 40px;
    display: inline-block;
}
.footer-col h4:before {
    content: "";
    position: absolute;
    right: -65px;
    top: 50%;
    z-index: 0;
    width: 50px;
    height: 3px;
    margin-top: -1.5px;
    background-color: #ff831e;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.footer-about p {
    color: #ffffff;
    opacity: 0.75;
    margin-bottom: 20px;
}
.footer-about ul li {
    display: inline-block;
    color: #ffffff;
    margin: 0 5px;
}
.footer-about ul li a i {
    color: #ffffff;
}
.footer-about ul li a i:hover {
    color: #ff831e;
}
.footer-links ul li {
    margin-bottom: 5px;
    position: relative;
}
.footer-links ul li:before {
    content: "\eaca";
    font-family: IcoFont;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    color: #ffffff;
    font-weight: bold;
    opacity: 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-links ul li:hover:before {
    color: #FF831E;
    opacity: 1;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.footer-links ul li a {
    color: #ffffff;
    opacity: 0.75;
}
.footer-links ul li a:hover {
    padding-left: 20px;
}
.footer-col .input-group {
    margin-bottom: 40px;
}
.footer-col .input-group .form-control {
    margin-bottom: 0;
    height: 60px;
    border-radius: 0;
    background-color: #1A1A1A;
    border: none;
    color: #ffffff;
    opacity: 0.8;
}
.footer-col .input-group .theme-btn {
    height: 60px;
    width: 135px;
}
.copyright {
    text-align: center;
    margin-top: 30px;
}
.copyright p {
    font-size: 12px;
    line-height: 22px;
    color: #ffffff;
    opacity: 0.8;
}






/*****-----*****-----*****-----*****
    Responsive CSS
*****-----*****-----*****-----*****/
@media only screen and (max-width:1920px) {
    
}

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

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

@media only screen and (max-width:1399px) {
    .quick-contact-col h4 {
        font-size: 20px;
    }
}

@media only screen and (max-width:1366px) {
    .overlay-content {
        padding: 0 220px;
    }
}

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

}

@media only screen and (max-width:1199px) {
    .stellarnav.mobile.right>ul {
        max-width: 450px;
    }
    .stellarnav.light {
        text-align: right;
    }
    .stellarnav .menu-toggle {
        padding: 0;
    }
    .header-logo {
        padding: 10px 0;
    }
    .nav-search-col ul {
        margin: 30px 0;
    }
    .fixed-header .nav-search-col ul {
        margin: 20px 0;
    }
    .stellarnav>ul>li.menu-item-has-children>a:before {
        display: none;
    }
    .stellarnav>ul>li {
        padding-left: 0;
    }
    .stellarnav>ul>li> a {
        display: block;
        color: #333333 !important;
    }
    .stellarnav.light ul ul {
        width: 100%;
    }
    .stellarnav.light .menu-toggle span.bars span {
        background-color: #000000;
    }
    .stellarnav .menu-toggle span.bars span {
        width: 25px;
        height: 3px;
        margin: 0 0 5px;
    }
    .fixed-header .stellarnav.light .menu-toggle span.bars span {
        background-color: #000000;
    }
    .stellarnav>ul>li a i {
        display: none;
    }
    /* Nav CSS End */

    .header-menu-col {
        height: 100%;
    }
    .pogoSlider {
        height: 70vh;
    }
    .header-top-col,.follow-icons {
        text-align: center;
    }
    .follow-icons ul li {
        margin: 0 5px;
    }
    .company-info-col ul li {
        margin: 0 5px;
    }
    .product-category-content {
        padding: 20px;
    }
    .product-category-col {
        min-height: 350px;
    }
    .product-category-content h2 {
        font-size: 24px;
    }
    .quick-contact-col {
        padding: 20px 8px;
    }
    .quick-contact-col h4 {
        font-size: 18px;
    }
    .pagename-area h2 {
        font-size: 12vw;
    }
    .about-img {
        margin-right: 0;
    }
    .about-content {
        position: relative;
        top: auto;
        max-width: 90%;
        margin-top: -130px;
    }
    .about-area {
        padding: 120px 0;
    }
}

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

}

@media only screen and (max-width:991px) {
    .slider-main-title {
        font-size: 36px !important;
    }
    .slider-para {
        font-size: 24px;
    }
    .silder-elements {
        padding: 0 30px;
    }
    .cycle-img {
        max-width: 300px;
    }
    .product-detais-col {
        margin-top: 0;
        padding-left: 0;
    }
    .product-detais-col .column {
        margin-bottom: 30px;
    }
    .checkout-col.right-space {
        padding-right: 0;
    }
    .middle-imgs img {
        margin-bottom: 20px;
    }
    .middle-imgs {
        margin-bottom: 0;
    }
    .overlay-content {
        padding: 0 20px;
    }
}

@media only screen and (max-width:767px) {
    .product-category-cols {
        display: block;
    }
    .product-category-col,
    .product-category-content {
        width: 100%;
        min-height: 250px;
    }
    .banner-col-content h1,
    .my-title h2,
    .pagename-col h3,
    .separator-col h2 {
        font-size: 30px;
    }
    .banner-col-content h2 {
        font-size: 18px;
    }
    .my-title:before {
        bottom: 5px;
    }
    .pagename-area h2 {
        font-size: 30vw;
    }
    .cart-col .table td {
        min-width: 300px;
    }
    .cart-col .table-responsive {
        margin-bottom: 30px;
    }
    .cart-total-col {
        margin-left: 0;
        margin-top: 30px;
    }
    .comment-item.left-space {
        margin-left: 30px;
    }
    .share-col {
        text-align: left;
    }
    

}

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

@media only screen and (max-width:575px) {
    .pogoSlider-dir-btn {
        width: 18px;
        height: 18px;
    }
    .blog-content {
        max-width: 100%;
        position: relative;
        top: auto;
    }
    .blog-img {
        max-width: 100%;
    }
    .blog-col {
        margin-bottom: 30px;
    }
    .blog-area {
        padding: 120px 0 90px;
    }
    .blog-info ul li {
        margin-right: 10px;
    }
    .blog-info ul li:last-child {
        margin-right: 0;
    }
    .product-quantity {
        display: block;
    }
    .product-quantity .input-group {
        margin-bottom: 10px;
    }
    .product-quantity .theme-btn {
        margin-left: 0;
        margin-right: 10px;
    }
    .product-all-info-col .d-flex {
        display: block !important;
    }
    .product-all-info-col .nav.me-3 {
        margin-right: 0 !important;
    }
    .product-all-info-col .tab-content>.tab-pane {
        padding-top: 20px;
    }
    .separator-area {
        min-height: auto;
    }
    .separator-col {
        position: relative;
        right: auto;
        margin: 120px 0;
    }
    .overlay-content .form-control {
        min-height: 45px;
        font-size: 18px;
    }
    .overlay-content .input-group-prepend .btn {
        min-height: 45px;
        font-size: 18px;
        width: 100px;
    }

}

@media only screen and (max-width:480px) {
   .slider-main-title {
        font-size: 24px !important;
    }
    .slider-para {
        font-size: 18px;
    }
    .silder-elements .theme-btn {
        margin-bottom: 10px;
    }
    .testimonial-area {
        padding: 120px 0;
        overflow: hidden;
    }
    .about-content {
        max-width: 100%;
        margin-top: 0;
        margin-top: 30px;
    }
}

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

}

@media only screen and (max-width:375px) {
    .header-menu-col .navbar-icons ul li {
        margin-left: 5px;
    }
    .header-menu-col .navbar-icons {
        min-width: 110px;
    }
    .cart-col .theme-btn {
        min-width: 100%;
    }
    .cart-col .input-group-text .btn {
        width: 135px;
    }
}

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


