/*
* ------------------------------------------------------------------
*
* Project:
* Version: 1.0
* Created : 13/09/2019
* Template URI: www.qamsco.com
* Author Name: Shelley C Antony
* Author URI: http://www.fshdesign.org/
* Description: Oil And Gas trading
* Developer: Fsh Design
*
*
* -------------------------------------------------------------------
*/

/*
font-family: 'Montserrat', sans-serif;
*/
body {
    font-family: 'Montserrat', sans-serif;
}

a {
    color: #a4157b;
    text-decoration: none;
}

/*NAVBAR*/
.navbar-brand span {
    color: #fed136;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

.navigation {
    background-color: #fff;
}

.navigation .short-menu {
    background-color: #fff;
    height: 25px;
}

.short-menu a {
    color: #989898;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    padding-left: 0.5em;
    text-decoration: none;
}

.short-menu a:hover {
    color: #000;
    font-family: 'Montserrat', sans-serif;
}

.navigation .branding-section {
    background-color: #fff;
    height: 146px;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.navbar-brand {
    color: #fff;
    font-size: 25px;
    font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
    font-weight: 700;
    letter-spacing: 0.1em;
    margin: 0px;
}

.navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    font-size: 110%;
    font-weight: 300;
    letter-spacing: 1px;
    color: #989898;
    font-family: 'Montserrat', sans-serif;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #989898;
    background-image: url(../images/menu-hov.jpg);
    background-repeat: no-repeat;
    background-position-x: 20px;
    background-position-y: 52px;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #000;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    border-top: 3px solid #fed136;
}

.dropdown-item:hover {
    background-color: #fed136;
    color: #fff;
}

nav {
    -webkit-transition: padding-top .3s, padding-bottom .3s;
    -moz-transition: padding-top .3s, padding-bottom .3s;
    transition: padding-top .3s, padding-bottom .3s;
    border: none;
}

.navbar-dark .navbar-toggler {
    color: #000;
    border-color: #000;
}

.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #fff;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url(../images/menu.png);
    background-size: 100%;
}

.navbar-toggler {
    padding: 1px 10px;
}


/* mobile view */
@media (max-width:500px) {
    .navbar-nav {
        background-color: #000;
        border-top: 3px solid #fed136;
        color: #fff;
        z-index: 1;
        margin-top: 5px;
    }

    .navbar-nav .nav-item .nav-link:hover {
        color: #fff;
    }

    .navbar-nav .nav-item .nav-link {
        padding: 0.7em 1em !important;
        font-size: 100%;
        font-weight: 500;
    }

    .banner-text {
        padding: 150px 0 150px 0;
    }

    .banner-heading {
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .banner-sub-heading {
        font-size: 10px;
        font-weight: 200;
        line-height: 10px;
        margin-bottom: 40px;
    }
}

@media (max-width:768px) {
    .banner-text {
        padding: 150px 0 150px 0;
    }

    .banner-sub-heading {
        font-size: 23px;
        font-weight: 200;
        line-height: 23px;
        margin-bottom: 40px;
    }
}

/*NAVBAR*/

/*SLIDER*/
.slider-caro {
    position: relative;
}

.slider-line {
    width: 57px;
    height: 2px;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    margin-bottom: 25px;
}

.text-box {
    position: absolute;
    top: 50%;
    left: 15%;
    right: 15%;
    color: #fff;
    text-align: center;
    transform: translateY(-50%);
}

.text-box h2 {
    color: #000;
    font-size: 35px;
    font-family: 'Montserrat', sans-serif;
}

.text-box p {
    color: #000;
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
}

.slider-main .carousel-indicators li {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    margin-right: 15px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    border: solid 1px #000;
    background-color: transparent;
    background-clip: padding-box;
    /* border-top: 10px solid transparent; */
    /* border-bottom: 10px solid transparent; */
    opacity: .5;
    transition: opacity .6s ease;
    margin-bottom: 3px;
}

.slider-main .carousel-indicators li.active {
    border: solid 1px #000;
    background-color: #000;
    opacity: 1;
}

.slider-main .carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 40%;
    left: auto;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
    list-style: none;
    display: block;
}

.btn-slide {
    background-color: #000;
    color: #fff;
    border-radius: 30px;
    border: 1px solid #000;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
}

.btn-slide:hover,
.btn-slide:active,
.btn-slide:focus {
    background-color: #a4157b;
    border: 1px solid #a4157b;
    color: #fff;
}

.marg-button {
    margin-top: 50px;
}

/*SLIDER*/

/*ABOUT SECTION*/
.mainTitle {
    font-size: 46px;
    color: #000;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 35px;
}

.subTitle {
    font-size: 32px;
    color: #000;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-bottom: 35px;
}

.mainTitle-two {
    font-size: 46px;
    color: #fff;
    font-weight: 100;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    padding-top: 35px;
    padding-bottom: 55px;
}

.about_home {
    padding-bottom: 75px;
}

.about_home .line-one {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 0.3em;
}

.about_home .line-two {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 25px;
    letter-spacing: -2px;
}

.about_home .line {
    margin-top: 50px;
    width: 50px;
    height: 2px;
    background-color: #000;
    margin-bottom: 25px;
}

.about_home p {
    color: #656565;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    line-height: 23px;
    font-weight: 300;
}

.btn-round-bordered {
    background-color: transparent;
    color: #000;
    border-radius: 30px;
    border: 1px solid #d8d8d8;
    padding-top: 7px;
    padding-right: 15px;
    padding-bottom: 7px;
    padding-left: 15px;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.btn-round-bordered:hover,
.btn-round-bordered:active,
.btn-round-bordered:focus {
    background-color: #000;
    border: 1px solid #000;
    color: #fff;
}

/*ABOUT SECTION*/

/*PORTFOLIO*/
.portfolio {
    padding-bottom: 50px;
}

.portfolio .figure-caption {
    position: absolute;
    top: 50%;
    text-align: center;
    display: block;
    left: 0;
    right: 0;
    width: 100%;
    font-size: large;
    color: white;
}

.card {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
    border-radius: 0px;
    border: solid 1px transparent;
}

.card .img-top {
    display: inline;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}

.card:hover .img-top {
    display: none;
}

/*PORTFOLIO*/


/*INSTAGRAM SECTION*/
.instaHold {
    background-color: #ffe1bd;
}

.instaHold .line-one {
    font-size: 35px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 30px;
    letter-spacing: -2px;
    text-align: right;
}

.instaHold .line-two {
    text-align: right;
    font-size: 20px;
    color: #000;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.instaHold .line {
    margin-top: 20px;
    width: 50px;
    height: 2px;
    background-color: #000;
    margin-bottom: 5px;
    float: right;
}

.instaHold p {
    color: #656565;
}

.instaHold .owl-theme .owl-nav {
    display: none;
}

.instaHold .owl-dot span {
    background: transparent !important;
    border: solid 1px #000;
}

.instaHold .owl-dot.active span {
    background: #000 !important;
    border: solid 1px #000;
}

.instaHold .owl-theme .owl-dots {
    padding-top: 25px;
}

/*INSTAGRAM SECTION*/


/*CONTACT SECTION*/
.contactBg {
    background-image: url(../images/contactBg.jpg);
    background-size: cover;
    padding-bottom: 90px;
    padding-top: 70px;
}

.contactBg p {
    color: #fff;
    padding-bottom: 20px;
    word-break: break-all;
}

.socialFooter i {
    width: 40px;
    height: 40px;
    background-color: #fff;
    color: #000;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 18px;
}

.contactBg label {
    color: #fff;
}

.contactBg .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-submit {
    background-color: #fff;
    color: #000;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    border: 1px solid #fff;
    border-radius: 30px;
}

.btn-submit:hover,
.btn-submit:active,
.btn-submit:focus {
    background-color: #000;
    color: #fff;
    border: 1px solid #000;
}

/*CONTACT SECTION*/

/*FOOTER*/
.footer {
    background-color: #fff;
    padding-top: 15px;
}

.footer p {
    color: #000;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.footer p span {
    color: #656565;
    font-size: 14px;
}

/*FOOTER*/
/*LINE*/
.mainLine {
    width: 100%;
    height: 1px;
    background-color: #d8d8d8;
}

/*LINE*/

/*BLOG*/
.filter_box {
    padding-right: 5px;
    padding-left: 5px;
    margin-bottom: 10px;
}

.single-district {
    background: #daeddc;
    color: #fff;
    border: 2px solid #009966;
    display: block;
    text-align: center;
}

.single-district h3 {
    font-weight: 700;
}

.single-district p {
    font-size: 15px;
    margin: 8px;
}

.single-district a {
    color: #000;
    display: block;
    padding: 15px;
}

.single-district a:hover {
    color: red;
    text-decoration: none;
}

.blog .line-two {
    font-size: 40px;
    color: #000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    letter-spacing: -2px;
}

.blog .line-date {
    font-size: 18px;
    color: #000;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    line-height: 40px;
    letter-spacing: -2px;
}

.about_home .line {
    margin-top: 20px;
    width: 50px;
    height: 2px;
    background-color: #000;
    margin-bottom: 25px;
}

.filter-button {
    background-color: transparent;
    border: solid 1px transparent;
    color: #989898;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.filter-button:active,
.filter-button:focus,
.filter-button:hover {
    color: #000;
    outline: none;
}

/*BLOG*/

/*CONTACT PAGE*/
.feature .map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
}

.contactArea {
    padding-bottom: 90px;
    padding-top: 50px;
}

.contactArea p {
    color: #000;
    padding-bottom: 20px;
    font-size: 14px;
    word-break: break-all;
}

.contactArea .socialFooter i {
    width: 40px;
    height: 40px;
    background-color: #000;
    color: #fff;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 18px;
}

.contactArea label {
    color: #000;
}

.contactArea .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.contactArea .btn-submit {
    background-color: #000;
    color: #fff;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    border: 1px solid #fff;
    border-radius: 30px;
}

.contactArea .btn-submit:hover,
.contactArea .btn-submit:active,
.contactArea .btn-submit:focus {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

/*CONTACT PAGE*/

/*ABOUT PAGE*/
.btn-cen-white {
    border: solid 1px #d8d8d8;
    background-color: transparent;
    width: 100px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btn-cen-white:hover,
.btn-cen-white:active,
.btn-cen-white:focus {
    border: solid 1px #000;
    background-color: #000;
    color: #fff;
}

.btn-cen-black {
    border: solid 1px #000;
    background-color: #000;
    width: 100px;
    height: 35px;
    border-radius: 30px;
    text-align: center;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.btn-cen-black:hover,
.btn-cen-black:active,
.btn-cen-black:focus {
    border: solid 1px #d8d8d8;
    background-color: transparent;
    color: #000;
}

/*ABOUT PAGE*/

/*ABOUT STOCKIST*/
.stockist {
    background-color: #ffe1bd;
    padding-bottom: 80px;
}

.stockist h4 {
    font-size: 19px;
    font-weight: 700;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    display: block;
}

.stockist .line {
    height: 2px;
    width: 50px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}

.stockist p {
    font-size: 14px;
    font-weight: 300;
    color: #000;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

.carousel-indicators li.active {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #000;
    border: solid 1px #000;
}

.stockist .carousel-indicators li.active {
    width: 14px;
    height: 14px;
}

.carousel-indicators li {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: transparent;
    border: solid 1px #000;
}

.carousel-indicators {
    bottom: -62px;
}

.carousel-control-next i,
.carousel-control-prev i {
    font-size: 50px;
    opacity: 1;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #000;
    text-decoration: none;
    outline: 0;
    opacity: 1;
}

.carousel-control-next,
.carousel-control-prev {
    width: 0%;
    color: #fff;
    opacity: 1;
}

.stockistImg {
    width: 207px;
    height: 207px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

/*ABOUT STOCKIST*/


/*COUNTER*/
.counterArea {}

.counter {
    background-color: #ffffff;
    border-radius: 5px;
    padding-top: 40px;
    padding-right: 0;
    padding-bottom: 40px;
    padding-left: 0;
}

.count-title {
    font-size: 40px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.count-text {
    font-size: 13px;
    font-weight: normal;
    margin-top: 10px;
    margin-bottom: 0;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.counterArea .line {
    height: 2px;
    width: 30px;
    background-color: #000;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
    margin-top: 15px;
}

/*COUNTER*/

/*ABOUT AREA*/
.aboutArea {}

.aboutArea .highlight {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.aboutspclChar {
    color: #656565;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.btn-stock {
    background-color: #a4157b;
    border: solid 1px #a4157b;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    padding-right: 20px;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

/*ABOUT AREA*/

/*BLOG DETAIL*/
.comment-list .row {
    margin-bottom: 0px;
}

.comment-list .panel .panel-heading {
    padding: 4px 15px;
    position: absolute;
    border: none;
    /*Panel-heading border radius*/
    border-top-right-radius: 0px;
    top: 1px;
    background-color: #989898;
    color: #fff;
}

.comment-list .panel .panel-heading.right {
    border-right-width: 0px;
    /*Panel-heading border radius*/
    border-top-left-radius: 0px;
    right: 16px;
    background-color: #989898;
    color: #fff;
}

.comment-list .panel .panel-heading .panel-body {
    padding-top: 6px;
}

.comment-list figcaption {
    /*For wrapping text in thumbnail*/
    word-wrap: break-word;
}

/* Portrait tablets and medium desktops */
@media (min-width: 768px) {

    .comment-list .arrow:after,
    .comment-list .arrow:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-style: solid;
        border-color: transparent;
    }

    .comment-list .panel.arrow.left:after,
    .comment-list .panel.arrow.left:before {
        border-left: 0;
    }

    /*****Left Arrow*****/
    /*Outline effect style*/
    .comment-list .panel.arrow.left:before {
        left: 0px;
        top: 30px;
        /*Use boarder color of panel*/
        border-right-color: #252525;
        border-width: 16px;
    }

    /*Background color effect*/
    .comment-list .panel.arrow.left:after {
        left: 1px;
        top: 31px;
        /*Change for different outline color*/
        border-right-color: #252525;
        border-width: 15px;
    }

    /*****Right Arrow*****/
    /*Outline effect style*/
    .comment-list .panel.arrow.right:before {
        right: -16px;
        top: 30px;
        /*Use boarder color of panel*/
        border-left-color: #252525;
        border-width: 16px;
    }

    /*Background color effect*/
    .comment-list .panel.arrow.right:after {
        right: -14px;
        top: 31px;
        /*Change for different outline color*/
        border-left-color: #252525;
        border-width: 15px;
    }
}

.comment-list .comment-post {
    margin-top: 6px;
}

.cmt-fig {
    width: 55px;
    height: 55px;
    overflow: hidden;
    border-radius: 50%;
    border: 2px solid #d94739;
}

.blog-comment .panel-body {
    padding: 10px;
    background-color: #eaeaea;
    margin-bottom: 10px;
    border-radius: 5px;
}

.blog-comment a {
    color: #989898;
    text-decoration: none;
}

.blog-comment a:hover {
    color: #707070;
    text-decoration: none;
}

.comment-post p {
    color: #000;
    text-align: justify;
}

.comment-user {
    color: #000;
}

.comment-date {
    color: #707070;
}

/*blog*/

/**blog search*/

.widgetHead h4 {
    color: #000;
    font-family: 'Montserrat', sans-serif;
    font-size: 19px;
    letter-spacing: 0;
    font-weight: 500;
}

.recPos ul {
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

.recPos ul li {
    border-bottom: 1px solid #515151;
    padding-bottom: 25px;
    list-style: none;
    padding-left: 15px;
    padding-top: 20px;
}

.recPos ul li:last-child {
    border-bottom: none;
}

.recPos a {
    color: #000;
}

.recPos a:hover {
    color: #989898;
    text-decoration: none;
}

.recPos a i {
    color: #989898;
}

.reccom {
    background-color: #f4f6f7;
    padding: 15px;
    -webkit-border-radius: 30px;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius: 30px;
    -moz-border-radius-bottomleft: 0;
    border-radius: 30px;
    border-bottom-left-radius: 0;
}

.reccom i {
    color: #b6c6c9;
    font-size: 25px;
}

.reccom p {
    color: #5f727f;
}

.reccom p span {
    color: #989898;
}

.recarc ul {
    list-style-position: outside;
    margin: 0;
    padding: 0;
    background-color: #EEEEEE;
}

.recarc ul li {
    padding-bottom: 15px;
    list-style: none;
    padding-left: 15px;
    padding-top: 15px;
}

.recarc ul li:nth-child(2n+1) {
    background-color: #fff;
}

.recarc a {
    color: #000;
}

.recarc a:hover {
    color: #989898;
    text-decoration: none;
}

.reccat ul {
    list-style-position: outside;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

.reccat ul li {
    padding-bottom: 15px;
    list-style: none;
    padding-left: 15px;
    padding-top: 15px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-left-style: solid;
    border-top-color: #989898;
    border-right-color: #989898;
    border-left-color: #989898;
}

.reccat ul li:last-child {
    border-bottom: solid 1px #989898;
}

.reccat a {
    color: #000;
}

.reccat a:hover {
    color: #989898;
    text-decoration: none;
}

.blog-det {
    width: 100%;
    color: black;
}

.blog-det .pic-line {
    background-color: #464646;
    width: 70px;
    height: 2px;
    margin-bottom: 15px;
    margin-top: 0px;
}

.socialbox {
    border-top: solid 1px #dfe5e8;
    border-bottom: solid 1px #dfe5e8;
    text-align: center;
}

.socialbox i {
    display: inline-block;
    font-size: 16px;
    padding: 15px;
}

.about-author {
    background-color: #f4f6f7;
    padding: 15px;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
}

.post-author-avatar {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.about-author h5 {
    font-size: 16px;
    font-weight: 500;
}

/*BLOG DETAIL*/

/*CART*/
.shopping-cart .product-image {
    float: left;
    width: 10%;
    padding-right: 1%;

}

.shopping-cart .product-details {
    float: left;
    width: 19%;
}

.shopping-cart .product-size {
    float: left;
    width: 15%;
    padding-right: 1%;
}

.shopping-cart .product-price {
    float: left;
    width: 10%;
}

.shopping-cart .product-quantity {
    float: left;
    width: 10%;
}

.shopping-cart .product-removal {
    float: left;
    width: 5%;
}

.shopping-cart .product-line-price {
    float: left;
    width: 16%;
    text-align: right;
}

/* This is used as the traditional .clearfix class */
.shopping-cart .group:before,
.shopping-cart .shopping-cart:before,
.shopping-cart .column-labels:before,
.shopping-cart .product:before,
.shopping-cart .totals-item:before,
.shopping-cart .group:after,
.shopping-cart .shopping-cart:after,
.shopping-cart .column-labels:after,
.shopping-cart .product:after,
.shopping-cart .totals-item:after {
    content: '';
    display: table;
}

.shopping-cart .group:after,
.shopping-cart .shopping-cart:after,
.shopping-cart .column-labels:after,
.shopping-cart .product:after,
.shopping-cart .totals-item:after {
    clear: both;
}

.shopping-cart .group,
.shopping-cart .shopping-cart,
.shopping-cart .column-labels,
.shopping-cart .product,
.shopping-cart .totals-item {
    zoom: 1;
}

/* Apply clearfix in a few places */
/* Apply dollar signs */
/* .shopping-cart .product .product-price:before, .shopping-cart .product .product-line-price:before, .shopping-cart .totals-value:before {
	content: '$';
} */
.shopping-cart {
    margin-top: -45px;
    width: 100%;
}

/* Column headers */
.shopping-cart .column-labels label {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.shopping-cart .column-labels .product-image,
.shopping-cart .column-labels .product-details,
.shopping-cart .column-labels .product-removal {
    text-indent: -9999px;
}

/* Product entries */
.shopping-cart .product {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    /* padding: 10px; */
}

.shopping-cart .product .product-image {
    text-align: center;
}

.shopping-cart .product .product-image img {
    width: 100%;
}

.shopping-cart .product .product-details .product-title {
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
}

.shopping-cart .product .product-details .product-description {
    margin: 5px 20px 5px 0;
    line-height: 1.4em;
}

.shopping-cart .product .product-size select {
    width: 115px;
    border-radius: 5px;
    border: solid 1px #ddd;
    padding-left: 15px;
}

.shopping-cart .product .product-quantity input {
    width: 95px;
    border-radius: 5px;
    border: solid 1px #ddd;
    padding-left: 15px;
}

.shopping-cart .product .remove-product {
    border: 0;
    padding: 4px 8px;
    background-color: #da1717;
    color: #fff;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    border-radius: 3px;
}

.shopping-cart .product .remove-product:hover {
    background-color: #a44;
}

/* Totals section */
.shopping-cart .totals .totals-item {
    float: right;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}

.shopping-cart .totals .totals-item label {
    float: left;
    clear: both;
    width: 79%;
    text-align: right;
}

.shopping-cart .totals .totals-item .totals-value {
    float: right;
    width: 21%;
    text-align: right;
}

.shopping-cart .totals .totals-item-total {
    font-family: 'Montserrat', sans-serif;
}

.shopping-cart .product-size button {
    margin-left: 25%;
}

.wholesale.shopping-cart .product-size {
    width: 25%;
}

.wholesale.shopping-cart .product-details {
    width: 28%;
}

/* Make adjustments for tablet */
@media screen and (max-width: 768px) {
    .shopping-cart {
        margin: 0;
        padding-top: 20px;
        border-top: 1px solid #eee;
        padding: 10px;
    }

    .shopping-cart .column-labels {
        display: none;
    }

    .shopping-cart .product-image {
        float: right;
        width: 30%;
    }

    .shopping-cart .product-image img {
        margin: 0 0 10px 10px;
    }

    .shopping-cart .product-details {
        float: none;
        margin-bottom: 10px;
        width: auto;
    }

    .shopping-cart .product .product-size select {
        width: 100%;
        margin-bottom: 10px;
    }

    .shopping-cart .product-size {
        clear: both;
        width: 100%;
    }

    .shopping-cart .product-price {
        /* clear: both; */
        width: 20%;
    }

    .shopping-cart .product-quantity {
        width: auto;
    }

    .shopping-cart .product-quantity input {
        margin-left: 20px;
    }

    .shopping-cart .product .product-quantity input {
        width: 129px;
        padding-left: 15px;
        float: right;
        clear: both;
    }

    .shopping-cart .product-quantity:before {
        content: 'x';
        top: 0.4em;
        position: relative;
    }

    .shopping-cart .product-removal {
        width: auto;
    }

    .shopping-cart .product-line-price {
        float: right;
        width: 70px;
    }

    .shopping-cart .product-size button {
        margin-left: 0;
    }

    .wholesale.shopping-cart .product-size, .wholesale.shopping-cart .product-details {
        width: 100%;
    }
}

/* Make more adjustments for phone */
@media screen and (max-width: 576px) {
    .shopping-cart .product-removal {
        float: right;
    }

    .shopping-cart .product-price {
        margin-top: 0.4em;
    }

    .shopping-cart .product-line-price {
        float: right;
        /* clear: left; */
        width: auto;
        margin-top: 0.4em;
    }

    /* .shopping-cart .product .product-line-price:before {
        content: 'Item Total: $';
    } */
    .shopping-cart .totals .totals-item label {
        width: 60%;
    }

    .shopping-cart .totals .totals-item .totals-value {
        width: 40%;
    }
}

.shopping-cart .btn-submit {
    background-color: #000;
    color: #fff;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    border: 1px solid #fff;
    border-radius: 30px;
}

.shopping-cart .btn-submit:hover,
.shopping-cart .btn-submit:active,
.shopping-cart .btn-submit:focus {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

/*CART*/

/*LOGIN*/
.login-area {
    padding-top: 100px;
    padding-bottom: 100px;
}

.login-area .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-area label {
    color: #000;
}

.login-area .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.login-area .btn-submit {
    background-color: #000;
    color: #fff;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    border: 1px solid #fff;
    border-radius: 30px;
}

.login-area .btn-submit:hover,
.login-area .btn-submit:active,
.login-area .btn-submit:focus {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.login-area .panel-login {
    border: #ccc solid 1px;
    border-radius: 15px;
    border-color: #ccc;
    -webkit-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
}

.login-area .panel-login>.panel-heading {
    color: #00415d;
    background-color: #fff;
    border-color: #fff;
    text-align: center;
    padding-bottom: 47px;
}

.login-area .panel-login>.panel-heading a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
    font-size: 15px;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.login-area .panel-login>.panel-heading a.active {
    color: #000;
    font-size: 18px;
}

.login-area .panel-login>.panel-heading hr {
    margin-top: 10px;
    margin-bottom: 0px;
    clear: both;
    border: 0;
    height: 1px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0));
}

.login-area .forgot-password {
    text-decoration: underline;
    color: #888;
}

.login-area .forgot-password:hover,
.login-area .forgot-password:focus {
    text-decoration: underline;
    color: #666;
}

/*LOGIN*/

/*SHIPPING DETAILS*/

.shippinArea {}

.shippinArea label {
    color: #000;
}

.shippinArea .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: solid 1px transparent;
    border-bottom: 1px solid #333333;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.shippinArea .btn-submit {
    background-color: #000;
    color: #fff;
    padding-top: 5px;
    padding-right: 25px;
    padding-bottom: 5px;
    padding-left: 25px;
    border: 1px solid #fff;
    border-radius: 30px;
}

.shippinArea .btn-submit:hover,
.shippinArea .btn-submit:active,
.shippinArea .btn-submit:focus {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
}

.titleshipping {
    background-color: #000;
    color: #fff;
    font-size: 18px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin-bottom: 38px;
}

.titleshipping label {
    color: #fff;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: none;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-style: solid;
    border-right-style: solid;
    border-bottom-style: solid;
    border-left-style: solid;
    border-top-color: #fff;
    border-right-color: #fff;
    border-bottom-color: #000;
    border-left-color: #fff;
}

/*SHIPPING DETAILS*/

/*to Top*/
#back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 64px;
    height: 64px;
    text-align: center;
    line-height: 30px;
    background: #a8167d;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    color: #f7f7f7;
    cursor: pointer;
    border: 0;
    text-decoration: none;
    transition: opacity .2s ease-out;
    opacity: 0;
    background-image: url(../images/gotostocklist.png);
}

#back-to-top:after {
    /*content: "\f106";
    font-family: FontAwesome;
    position: relative*/
}

#back-to-top:hover {
    /*background: #000*/
    background-image: url(../images/gotostocklist.png);
}

#back-to-top.show {
    opacity: 1
}

.dropdown-item2 {
    padding-left: 45px;
}

div#mainopt {
    z-index: 2000;
    overflow-y: scroll;
    height: 200px;
}

iframe.qqvbed-tJHJj {
    background-color: #a8167d !Important;
}

.form-check-input.is-invalid~.invalid-feedback {
    display: block;
}
