@charset "utf-8"
/*
Copyright (c) 2017
[Master Stylesheet]
Theme Name : Tshirt-Multipurpose Landing Page-UiSumo
Version    : 1.0
Author     : UiSuMo Team
Author URI : https://uisumo.com
Support    : uisumo@gmail.com
*/

/*--------------------------------------------------------------
TABLE OF CONTENTS:
----------------------------------------------------------------
## Preloader
## Genaral Styles- font-sizes,buttons,forms
## Navbar
## Header-img
## About
## Features
## Call-out Action 
## Details
## Counters
## Contact
## Footer
## Back-To-Top Button
## Color-Themes

Typography
font-family: 'Lato', sans-serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Roboto', sans-serif;
--------------------------------------------------------------*/

/*@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Montserrat:400,700|Roboto');*/

body {
    overflow-x: hidden;
    font-family: 'Lato', sans-serif;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Roboto', sans-serif;
}


/* ----------------------------------
Page Preloder
---------------------------------- */

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F6F6F6;
    z-index: 99999;
    background: #000;
}
#preloader img{max-width: 100px;}
#preloader > img {
    margin: 400px auto;
    display: block;
}

@media(min-width:768px) and (max-width:1023px) {
    #preloader > img {
        margin: 350px auto;
        display: block;
    }
}

@media(min-width:576px) and (max-width:767px) {
    #preloader > img {
        margin: 300px auto;
        display: block;
    }
}


@media(min-width:300px) and (max-width:575px) {
    #preloader > img {
        margin: 300px auto;
        display: block;
    }
}

/* --------------------------------------------------------------------------
-----------------Genaral Styles font-sizes,buttons,forms---------------------
----------------------------------------------------------------------------- */

.ts-cm {
    margin-top: 100px;
}

.ts-hero {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Montserrat', sans-serif;
}

.ts-h1 {
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 0;
}

.ts-h2 {

    font-size: 36px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    color: #111;
    margin-bottom: 0;
}

.ts-h4 {
    font-size: 36px;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    color: #111;
    margin-bottom: 0;
    padding-bottom: 15px;
}

h4::after {
    background-image: url(../images/shape.png);
    background-repeat: no-repeat;
    content: "";
    top: 50px;
    left: 16px;
    right: 0;
    bottom: 0;
    position: absolute;
    padding: 20px 0;
}

.ts-h5 {
    font-size: 30px;
    font-weight: 400;
    font-family: 'Lato', sans-serif;
    color: #111;
    margin-bottom: 0;
}

.ts-h6 {
    font-size: 22px;
    font-family: 'Lato', sans-serif;
    color: #111;
    font-weight: 600;
}

.ts-p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    margin-bottom: 0;
    font-family: 'Lato', sans-serif;
}

.ts-hd-p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Lato', sans-serif;
    margin-bottom: 0;
    padding-top: 15px;
}

.ts-btn {
    padding: 10px 27px;
    width: 144px;
    height: 47px;
    border: 2px solid #fff;
    border-radius: 50px;
    cursor: pointer;
    color: #e43636;
    background-color: #fff;
    font-weight: 700;
    font-size: 13px;
    transition: all .3s ease;
    font-family: 'Montserrat', sans-serif;
}

.ts-btn:hover {
    box-shadow: 0 17px 17px 0 rgba(0, 0, 0, 0.07);
    transform: scale(1);
    transition: all .5s ease;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}

.btn-outline {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
	width: 164px;
}

.btn-outline:hover {
    background-color: #fff;
    color: #e43636;
}

.ts-btn-bt {
    background-color: #e43636;
}

.ts-btn-bt:hover {
    color: #fff;
}

.ts-link:hover {
    text-decoration: none;
    cursor: pointer;
}

ul{padding: 0; padding: 0;}

.ts-center{text-align: center;}
.ts-center h4::after{left: 500px;}
@media(max-width:1200px){h4::after{display: none;}}
/* -------------------------------------
common media query for padding,h3 and p
----------------------------------------- */

@media (max-width:992px) {
    .ts-cm {
        margin-top: 80px;
    }
    .ts-hero {
        font-size: 30px;
        line-height: 30px;
    }
    .ts-h1 {
        font-size: 30px;
        line-height: 35px;
    }
    .ts-h2 {
        font-size: 28px;
    }
    .ts-h4 {
        font-size: 22px;
        padding-bottom: 10px;
    }
    .ts-h5 {
        font-size: 18px;
    }
    .ts-h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .ts-p {
        line-height: 22px;
    }
    .ts-hd-p {
        padding-bottom: 0;
        padding-top: 10px;
    }
}



@media (max-width:768px) {

    .ts-cm {
        margin-top: 50px;
    }
    .ts-h1 {
        font-size: 28px;
        line-height: 35px;
    }
    .ts-h2 {
        font-size: 24px;
    }
    .ts-h4 {
        font-size: 20px;

    }
    .ts-h5 {
        font-size: 18px;
    }
    .ts-h6 {
        font-size: 16px;
        line-height: 20px;
    }
    .ts-p {
        line-height: 20px;
        font-size: 13px;
    }
    .ts-hd-p {
        padding-bottom: 30px;
        font-size: 13px;
        font-weight: 300;
    }
}

/*-----------------------
-------offcanvas------------
------------------------*/

.c-offcanvas {
    left: 0;
    padding: 1rem;
    overflow-y: scroll;
}

.js-offcanvas a {
    color: #777777;
    outline: 0;
}


.js-offcanvas .dropdown-menu {
    position: relative;
    border: none;
}

/*-----------------------
-------navbar------------
------------------------*/
@media (min-width: 768px){
	.header-nav {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    margin: 0 auto;
}
}

.header-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    width: 100%;
    max-width: 1140px;
}
.navbar {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 5;
    padding: 0;
    margin: 0;
    background-color: #fff;
}

.fixed-top {
    -webkit-animation: fadeInDown 0.3s ease-out forwards;
    animation: fadeInDown 0.3s ease-out forwards;
}

.navbar ul li a {
    font-family: 'Lato', sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    color: #111;
    -webkit-transition:all .4s ease;
    transition: all .4s ease;
}

.navbar ul li a:hover {
    color: #e43636;
    transform: translateY(-4px);
}

.navbar-brand {
    padding: 10px;
}

.navbar-nav {
    padding: 27px 0 !important;
}

.navbar ul li {
    margin-right: 40px;
    font-size: 18px;
}

@media (min-width:1200px) {
    .navbar {
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
        z-index: 2;
        padding: 0;
        margin: 0;
        background-color: #fff;
        position: relative;
        top: 60px;
        border-radius: 10px;
    }
    .navbar-nav li a{position: relative;}
    .navbar-nav li a:after {
        content: '';
        bottom: 0;
        display: none;
        position: absolute;
        margin: auto;
        height: 2px;
        width: 0;
        top: 20px;
        left: 0;
        right: 78px;
        background-color: transparent;
        -webkit-transition: width .5s ease, background-color .5s ease;
        transition: width .5s ease, background-color .5s ease;
    }
    .navbar-nav li a:hover:after {
        width: 100%;
        background-color: #e43636;
        display: block;
    }

    /*smooth transition on scroll*/
    .fixed-top.scrolled {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        -webkit-animation: fadeInDown 0.3s ease-out forwards;
        animation: fadeInDown 0.3s ease-out forwards;
        -webkit-box-shadow: 0 1px 40px rgba(0, 0, 0, 0.15);
        box-shadow: 0 1px 40px rgba(0, 0, 0, 0.15);
        background: #fff;
        border-radius: 0;
    }
    .fixed-top.scrolled .navbar-nav li {
        padding: 0px 10px;
    }
    .fixed-top.scrolled .navbar-nav .btn-md {
        margin-top: -5px;
        background: #fff;
        color: #333;
    }
    .fixed-top.scrolled .navbar-nav .btn-md:hover {
        background: #f4f4f4;
    }
}

@media (max-width:992px) {}

@media (max-width:768px) {

    .navbar ul li {
        margin-right: 20px;
        font-size: 16px;
    }
    .navbar-toggler {
        border: 0px !important;
        cursor: pointer;
		padding-top: 15px;
    }
    .navbar-toggler:focus {
        outline: none;
    }
    .navbar-toggler-icon:before {
        content: "\f0c9";
        font-family: 'Fontawesome';
        color: #000;
    }
    .navbar-toggler:focus,
    .navbar-toggler:hover {
        outline: none;
    }

}

/*-----------------------
-------Header-img------------
------------------------*/

.header-img {
    background-image: url('../images/banner.png');
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    max-width: 100%;
    height: auto;
    margin-top: -100px;
}	

.header-txt {
    padding: 290px 0;
    color: #fff;
}

.header-txt h1 {
    text-transform: capitalize;
    padding-top: 20px;
}

.header-txt p {
    padding: 40px 0;
    color: #fff;
    font-size: 15px;
}

.banner-person img {
    position: absolute;
    top: 20%;
    right: 0;
}

@media(max-width:992px) {
    .header-txt {
        padding: 100px 0;
    }
    .header-txt p {
        margin-bottom: 0;
    }
    .header-img {
        margin-top: 0;
    }
    .banner-person img{position: relative;max-height: 350px;}
    .banner-person{text-align: center;}
}


@media (max-width:768px) {
    .header-txt {
        padding: 80px 0;
        text-align: center;
    }
    .header-txt p {
        padding: 20px 0;
    }
    .ts-hero br {
        display: none;
    }
    .header-txt button {
        margin-bottom: 10px;
    }
    .header-img {
        margin-top: 40px;
    }
}

/*--------------------------------
--------------features--------------
----------------------------------*/
.pt-70{padding-top: 70px;}
.pb-70{padding-bottom: 70px;}

@media(max-width:992px){
.pt-70{padding-top: 30px;}
.pb-70{padding-bottom: 30px;}  
}
@media(max-width:768px){
.pt-70{padding-top: 20px;}
.pb-70{padding-bottom: 20px;}  
}
/*--------------------------------
--------------info----------------
----------------------------------*/

.info {
    position: relative;
    background-image: url('../images/banner-info.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.container-info {
    padding: 100px 15px;
}
.info ul{padding: 45px 0;}
.info li {
    list-style: none;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 300;
    line-height: 40px;
}
.info h4{color: #fff;}
.person-2 img{
    position: absolute;
    top: -515px;
    left: 0;
    margin: 0 auto;
    z-index: 10;
}

@media (max-width:992px){
    .person-2 img{
        position: relative;
        top: 50px;
        max-height: 350px;
        z-index: 2;
    }
    .person-2{text-align: center;}
    .info ul{padding: 15px 0; margin-top: -340px;}
    .info li{font-size: 16px; line-height: 30px;}
    .container-info {padding: 50px 15px;}
}

@media (max-width:768px){

}
@media (max-width:576px){
	.person-2{display: none;}
	.info ul{margin: 0 auto;}
}
/*-----------------------------------------
--------------info-features----------------
-------------------------------------------*/

.container-bg {
    padding: 75px 15px;
    color: #fff;
}

.info-features {
    background-color: #e43636;
}
.info-features h6{color: #fff;}
.info-features p{font-size: 14px;}
.info-features-txt{border-right: 1px solid #ccc;}

@media (max-width:992px){
   .info-features-txt{border-right: 0; text-align: center; padding: 5px 0;} 
}
/*------------------------------------
--------------tshirt-design-----------
--------------------------------------*/
/*pills*/
.one{padding: 30px;}
.one h6{font-size: 18px;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
border-radius: 10px;
background-color:  #e43636;
box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, 0.3);
}
.nav-pills .nav-link.active h6, .nav-pills .nav-link.active p{color: #fff}
.nav-pills .nav-link h6, .nav-pills .nav-link p{color: #111;}
.nav-pills .nav-link{
border-radius: 10px;
border-style: solid;
border-width: 1px;
border-color:  #cccccc;
}

/*pills-content*/
.one-content p{padding: 40px 0;}
.design-pills{padding: 60px 0;}
.design-pills li {margin-right: 12px;}
.design-img {
    display: flex;
}

.design-img img {
    padding-right: 30px;
}

/*slider*/
@media (min-width:1530px){
.tshirt-design .owl-theme .owl-nav {
    margin-top: 0;
}
.tshirt-design .owl-theme .owl-nav [class*=owl-] {
    color: #ccc;
    font-size: 50px;
    background: none;
    cursor: pointer;
}
.tshirt-design .owl-prev{
    top: 35%;
    left: -5%;
    position: absolute;
}
.tshirt-design .owl-next{
    top: 35%;
    right: -3%;
    position: absolute;
}
}
@media(max-width:1200px){
    .design-pills li{margin-top: 10px;}
    .design-img img{max-height: 450px;}
}

@media(max-width:992px){
    .one{padding: 0;} 
    .one-content p{padding: 20px 0;}
    .design-pills{padding: 30px 0;}
}
@media(max-width:768px){
    .design-img img {padding-right: 0;max-width: 200px;margin: 0 auto;}
    .design-pills li {margin: 5px auto;}
}
/*--------------------------------
--------------tshirt-taste--------------
----------------------------------*/
/*color*/
/* The container */
.container-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 30px;
    width: 30px;
    background-color: #ccc;
	border: 3px solid #dedede;
	border-radius: 8px;
}

/*colors*/
.red{background-color: #e43434;}
.skyblue{background-color: #3697dd;}
.black{background-color: #37344a;}
.blue{background-color: #48627d;}
.grey{background-color: #bfc4cb;}
.orange{background-color: #ff7d5e;}


/* When the checkbox is checked, add a blue background */
/*.container-checkbox input:checked ~ .checkmark {
    background-color: #e43636;
}*/

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
    left: 10px;
    top: 3px;
    width: 7px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/*size*/

/* The container */
.container-checkbox-size {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container-checkbox-size input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

/* Create a custom checkbox */
.checkmark-size {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: #fff;
	border: 3px solid #dedede;
	border-radius: 8px;
	text-align: center;
	font-size: 12px;
	padding-top: 8px;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox-size input:checked ~ .checkmark-size {
    background-color: #e43636;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark-size:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container-checkbox-size input:checked ~ .checkmark-size:after {
    display: block;
}

/* Style the checkmark/indicator */
.container-checkbox-size .checkmark-size:after {
    left: 13px;
    top: 3px;
    width: 9px;
    height: 20px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}



.tshirt-taste {
    background-color: #f5f5f5;
}

.container-tshirt-taste {
    padding-top: 100px;
}
.custom-content{text-align: left;}
.custom-content-txt{padding-top: 90px; padding-bottom: 60px;}
.custom-content-txt p{padding-top: 15px;}
.size{padding: 40px 0;}
.custom-content button{
    background-color: #e43636;
    border-color: #e43636;
    color: #fff;
}
.custom-content button:hover{
    background-color: #fff;
    border-color: #e43636;
    color: #e43636;
}

.list-cq {padding-left: 50px;}
.quantity input{height: 30px;width: 60px;border: 1px solid #ccc;}
.color p, .quantity p, .size p{padding-bottom: 20px;}

/*slider*/
@media (min-width:1530px){
.tshirt-taste .owl-theme .owl-nav {
    margin-top: 0;
}
.tshirt-taste .owl-theme .owl-nav [class*=owl-] {
    color: #ccc;
    font-size: 50px;
    background: none;
    cursor: pointer;
}
.tshirt-taste .owl-prev{
    top: 45%;
    left: -15%;
    position: absolute;
}
.tshirt-taste .owl-next{
    top: 45%;
    right: -15%;
    position: absolute;
}
}

@media(max-width:992px){
    .size{padding: 20px 0;}
    .custom-content-txt{padding-top: 40px; padding-bottom: 30px;}
    .list-cq {padding-left: 0; padding-top: 15px;}
    .custom-content{padding-bottom: 20px;}
    .custom-content-txt p{padding-top: 5px;}
}
@media(max-width:768px){
    .taste-img img{max-width: 200px;margin: 0 auto;}
}
/*--------------------------------
--------------collections--------------
----------------------------------*/

.collections .collection {
    margin-right: 20px;
}
.collections-txt p{padding-bottom: 70px;}
.price{text-align: center; padding-top: 30px;}
.price h6{padding-top: 10px; color:  #e43636;font-size: 18px;font-weight: 700;}

/*slider*/
@media (min-width:1530px){
.collections .owl-theme .owl-nav {
    margin-top: 0;
}
.collections .owl-theme .owl-nav [class*=owl-] {
    color: #ccc;
    font-size: 50px;
    background: none;
    cursor: pointer;
}
.collections .owl-prev{
    top: 35%;
    left: -5%;
    position: absolute;
}
.collections .owl-next{
    top: 35%;
    right: -5%;
    position: absolute;
    }
}
@media (max-width:768px){
    .collection img{max-width: 200px;margin: 0 auto;}
    .collections .collection {margin-right: 0;}
    .collections-txt p{padding-bottom: 30px;}
}
/*----------------------------------
--------------subscribe--------------
------------------------------------*/

.subscribe {
    background-image: url('../images/subscribe-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.subscribe-txt h5, .subscribe-txt p{color: #fff;}
.subscribe-txt,
.input-group {
    padding: 100px 0;
}
.input-group{margin-top: 12px;}
.input-group button{border-radius: 25px !important;}
.subscribe input{border-radius: 25px;padding-left: 25px;}
.subscribe .input-group-text{
    border-radius: 25px;
    margin-left: -111px;
    z-index: 10;
    background-color: #000;
    color: #fff;
    padding: 8px 25px;
    border: 1px solid #000;
}

@media(max-width:992px){
    .subscribe-txt{padding-top: 50px;padding-bottom: 0; }
    .input-group {
    padding: 50px 0;
    margin-top: 0;
}
}
/*--------------------------------
--------------highlights--------------
----------------------------------*/
.highlights p{padding-bottom: 70px;}

@media(max-width:992px){
    .highlights p{padding-bottom: 30px;}
}
/*--------------------------------
--------------contact--------------
----------------------------------*/
.contact h4{color: #fff;}
.contact p{padding-bottom: 70px;}
.contact {
    padding: 120px 0;
    background-image: url('../images/contact-bg.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
}

.contact form {
    padding: 64px 0;
    border-radius: 5px;
	background-color:  rgba(0, 0, 0, 0.5);
	width: 830px;
	height: 548px;
	margin: 0 auto;
}
.contact .form-group{margin: 0 auto;}
.contact input[type="text"],
.contact input[type="email"],
.contact input[type="tel"]{
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 25px;
    font-size: 14px;
    margin-bottom: 20px;
    background-color: #000;
    padding-left: 30px;
    height: 47px;
    color: #fff;
}
.contact textarea {
    resize: none;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 25px;
    font-size: 14px;
    margin-bottom: 20px;
    background-color: #000;
    padding-left: 30px;
    padding-top: 10px;
    color: #fff;
}
.contact textarea:focus{background-color: #000;color: #fff;}
.contact input::placeholder{color: #fff;}
.contact textarea::placeholder{color: #fff;}
.contact button{background-color: #e43636;color: #fff; border: 2px solid #e43636;}

@media(max-width:992px){
	.contact form{width: auto;}
	.contact{padding: 60px 0;}
}
/*--------------------------------
--------------footer--------------
----------------------------------*/

.footer {
    background-color: #e43636;
}

.footer ul,
.footer p {
    padding: 30px 0;
    color: #fff;
}

.footer li span {
    color: #f5f5f5;
    font-size: 16px;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    padding: 5px;
    text-align: center;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.footer ul li a{padding-right: 10px;}
.footer li span:hover{
    background-color: #fff;
    color: #e43636;
    -webkit-box-shadow: 0 0 15px 2px rgba(0, 0, 0, .28);
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .28);
    -webkit-transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
    transition: all 0.4s cubic-bezier(0.2, 0.57, 0.36, 0.8);
}

.footer ul {
    text-align: right;
}

@media (max-width:992px) {
    .footer p {
        padding-top: 20px;
        text-align: center;
    }
    .footer ul {
        padding-bottom: 20px;
        padding-top: 20px;
        text-align: center;
        margin-bottom: 0;
    }
}

@media (max-width:768px) {
    .footer p {
        padding-top: 20px;
        padding-bottom: 0;
        text-align: center;
    }
    .footer ul {
        padding-bottom: 20px;
        text-align: center;
    }
}

/*-------------------------------------
--------------back-to-top--------------
--------------------------------------*/

.back-to-top {
    position: fixed;
    bottom: 40px;
    right: 40px;
    z-index: 9999;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    line-height: 37px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
    opacity: 0;
    color: #ffffff;
}

.back-to-top span {
    border: 1px solid;
    border-radius: 50%;
    padding: 5px;
}

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

.back-to-top.show:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.14), 0 4px 8px rgba(0, 0, 0, 0.28);
}
